.w1500{
   max-width: 1480px;
   margin: 0 auto;
}
.jcf{
    justify-content: flex-start;
}
.bth{
    height: 80px;
    border-bottom: 1px solid  rgba(255,255,255,0.08);
}
.navbar {
    background-color: #62A3FF;
    height: 80px;
}
.navbar button{
    width: 124px;
    height: 40px;
    background: #FFA300;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
}
.navbar-brand {
    margin-right: 80px;
}
.navbar-brand img{
    width: 103px;
    height: 40px;
}
.navbar .dropdown-toggle::after{
    content: "";
    display: none;
}
.navbar li{
    padding: 0 20px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
}
.navbar li a.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #FFFFFF;
    position: relative;
}
.navbar li a.nav-link img{
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
.navbar li a.nav-link:hover,.navbar li a.nav-link:active{
    color: #FFFFFF;
}
.navbar .active{
    font-weight: 600;
    font-size: 20px;
    color: #FFA300 !important;
}
.navbar .active:after{
    content: "";
    width: 32px;
    height: 3px;
    background: #FFA300;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -16px;
    z-index: 2;
}
.navbar .dropdown-menu{
    overflow: hidden;
}
.navbar .dropdown-item{
    font-size: 16px;
    text-align: left;
    padding: var(--bs-dropdown-item-padding-y) 0;
    color: #2F3034;
}
.navbar .dropdown-menu-ban .dropdown-item{
    width: 50%;
}
.navbar .dropdown-menu-ban li{
    float: left;
}
.navbar .dropdown-item:focus,.navbar .dropdown-item:hover {
    color: #FFA300;
    background-color: #FFFFFF;
}
.navbar .dropdown-item.active,.navbar .dropdown-item:active {
    color: #FFA300;
    background-color: #FFFFFF;
    text-decoration: none;
}

.navbar .dropdown-item.disabled,.navbar .dropdown-item:disabled {
    color: #FFA300;
    background-color: #FFFFFF;
    text-decoration: none;
}
.carousel-on .carousel-indicators {
    bottom: 110px;
}
.carousel-on .carousel-indicators .carousel-item{
    width: 50px;
    height: 3px;
}
.carousel-on  .carousel-indicators .active{
    background-color: #FFA300;
    height: 3px;
}
.carousel-inner1{
    text-align: center;
}
.carousel-inner1 .title{
    font-weight: 500;
    font-size: 96px;
    color: #FFFFFF;
    line-height: 96px;
    text-align: center;
    top: 320px;
    width: 100%;
    z-index: 2;
}
.carousel-inner1 .title span{
    color: #ABDF1A;
}
.carousel-inner1 .desc{
    font-weight: bold;
    font-size: 96px;
    color: #FFFFFF;
    line-height: 96px;
    letter-spacing: 9px;
    text-align: center;
    top: 450px;
    width: 100%;
    z-index: 2;
}
.carousel-inner1 button{
    width: 180px;
    height: 56px;
    line-height: 56px;
    background: #FFA300;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    border: 0;
    left: 50%;
    top: 610px;
    position: absolute;
    margin-left: -90px;
    z-index: 2;
}

.menu {
    max-width: 1480px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    margin: 0 auto;
    position: relative;
    top: -100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 2%;
    dl{
        flex: 1;
        display: flex;
        align-items: center;
        dt{
            margin-right: 30px;
            img{
                width: 100px;
                height: 100px;
            }
        }
        dd{
            max-width: 290px;
            .name{
                font-weight: 500;
                font-size: 20px;
                color: #2F3034;
            }
            .desc{
                font-weight: 400;
                font-size: 14px;
                color: #9BA0AE;
                margin-top: 10px;
            }
        }
    }
}
.company{
    max-width: 1480px; 
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    .title{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        .fl{
            img{
                width: 712px;
                height: 94px;
            }
        }
        .fr{
            display: flex;
            .tag{
                width: 180px;
                height: 180px;
                margin-right: 15px;
            }
            .desc{
                width: 94px;
                height: 94px;
            }
        }
    }
    .content{
        width: 100%;
        height: 520px;
        .fl{
            width: 740px;
            height: 520px;
            float: left;
            background: #62A3FF;
            padding: 50px;
            box-sizing: border-box;
            position: relative;
            .name{
                display: flex;
                align-items: center;
                font-weight: 600;
                font-size: 32px;
                color: #FFFFFF;
                img{
                    width: 36px;
                    height: 36px;
                    margin-right: 10px;
                }
            }
            .desc{
                font-weight: 400;
                font-size: 18px;
                color: #FFFFFF;
                line-height: 27px;
                text-indent: 40px;
                margin-top: 20px;
            }
            .btn{
                width: 140px;
                height: 44px;
                background: #FFA300;
                border-radius: 0px 0px 0px 0px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: 500;
                font-size: 14px;
                color: #FFFFFF;
                margin-top: 30px;
                img{
                    width: 16px;
                    height: 10px;
                    margin-left: 5px;
                }
            }
            .zizhi{
                width: 800px;
                height: 120px;
                background: #FFFFFF;
                box-shadow: 0px 4px 0px 0px rgba(25,36,74,0.1);
                position: absolute;
                left: 50px;
                bottom: 50px;
                z-index: 10;
                display: flex;
                align-items:center;
                justify-content: space-between;
                dl{
                    width: 200px;
                    height: 48px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-left: 1px solid #E6E6E6;
                    &:first-child: {
                        border-left-color: #fff;
                    }
                    margin: 0;
                    dt{
                        margin: 0;
                        img{
                            width: 48px;
                            height: 48px;
                            margin-right: 15px;
                        }
                    }
                    dd{
                        font-weight: 500;
                        font-size: 24px;
                        color: #2F3034;
                        line-height: 24px;
                        margin: 0;
                        p{
                            font-weight: 500;
                            font-size: 12px;
                            color: #9BA0AE;
                            padding: 0;
                            margin: 0;
                        }
                    }
                }
            }
        }
        .fr{
            width: 740px;
            height: 520px;
            float: left;
            overflow: hidden;
            img{
                width: 100%;
                height: 520px;
            }
        }
    }
}
.news{
    width: 100%;
    height: 950px;
    background: url(./../image/home/bg1.png) center top no-repeat;
    background-size: 100% auto;
    margin-top: 100px;
    padding-top: 100px;
    box-sizing: border-box;
    .title{
        width: 1480px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        .name{
            width: 760px;
            height: 94px;
        }
        .desc{
            width: 94px;
            height: 94px; 
        }
    }
    .content{
        width: 1480px;
        margin: 0 auto;
        .bd{
            margin-top: 30px;
            width: 100%;
            height: 450px;
            background: #FFFFFF;
            .carousel-two {
                .carousel-indicators{
                    bottom: -50px;
                    button {
                       
                    }
                    .carousel-item{
                        width: 50px;
                        height: 3px;
                        background-color： #a1a1a1;
                    }
                    .active{
                        background-color: #FFA300;
                        height: 3px;
                    }
                }
               
                .carousel-item{
                    width: 100%;
                    height: 450px;
                    .fl{
                        width: 720px;
                        height: 450px;
                        img{
                            width: 720px;
                            height: 450px;
                        }
                    }
                    .fr{
                        width: 760px;
                        height: 450px;
                        padding: 60px 50px 0 60px;
                        box-sizing: border-box;
                        .name{
                            display: flex;
                            align-items: center;
                            font-weight: 600;
                            font-size: 36px;
                            color: #2F3034;
                            margin-top: 0px;
                            img{
                                width: 48px;
                                height: 48px;
                                margin-right: 10px;
                            }
                        }
                        .desc{
                            font-weight: bold;
                            font-size: 28px;
                            color: #2F3034;
                            text-align: left;
                            margin-top: 30px;
                        }
                        .tag{
                            margin-top: 20px;
                            font-size: 16px;
                            color: #FFA300;
                            line-height: 32px; 
                            p{
                                margin: 0;
                            }
                        }
                        .info{
                            margin-top: 20px;
                            font-size: 16px;
                            color: #9BA0AE;
                            line-height: 32px;
                            p{
                                margin: 0;
                            }
                        }
                    }
                }
            }
        }
        .hd{
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 50px;
            .prev{
                width: 48px;
                height: 48px;
                cursor: pointer;
                display: block;
            }
            .year{
                flex: 1;
                overflow: hidden;
                display: flex;
                align-items: center;
                white-space: nowrap;
                padding-bottom: 30px;
                cursor: pointer;
                margin: 0 30px;
                dl{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                    /* margin: 0 54px; */
                    dt{
                        width: 64px;
                        height: 64px;
                        line-height: 64px;
                        text-align: center;
                        font-weight: 400;
                        font-size: 14px;
                        color: #9BA0AE;
                        background: url(./../image/home/box.png) center top no-repeat;
                        background-size: cover;
                    }
                    dd{
                        width: 64px;
                        height: 11px;
                        text-align: center;
                        margin: 0 auto;
                        position: absolute;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        left: 50%;
                        bottom: -20px;
                        margin-left: -32px;
                        z-index: 2;
                        img{
                            width: 11px;
                            height: 11px;
                        }
                        .img1{
                            display: block;
                        }
                        .img2{
                            display: none;
                        }
                    }
                    
                    &.on{
                        dt{
                            color: #FFFFFF;
                            background: url(./../image/home/box-on.png) center top no-repeat;
                            background-size: cover;
                        }
                        dd{
                            .img2{
                                display: block;
                            }
                            .img1{
                                display: none;
                            }
                        }
                    }
                }
            }
        }
    }
}
.service{
    width: 100%;
    height: 930px;
    background: #62A3FF;
    padding: 140px 0;
    box-sizing: border-box;
    .box{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        .content{
            width: 105%;
            overflow: hidden;
        }
        .li{
            width: 473px;
            height: 300px;
            background: rgba(119, 175, 255, 0.4);
            float: left;
            overflow: hidden;
            padding: 50px 40px;
            box-sizing: border-box;
            margin-right: 30px;
            margin-top: 30px;
            .a{
                display: flex;
                justify-content: space-between;
                align-items: center;
                .fl{
                    font-weight: 600;
                    position: relative;
                    font-size: 36px;
                    height: 64px;
                    color: #FFFFFF;
                    line-height: 36px;
                    img{
                        width: 90px;
                        height: 4px;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        z-index: 2;
                    }
                }
                .fr{
                    img{
                        width: 64px;
                        height: 64px;
                    }
                }
            }
            .b{
                font-weight: 400;
                font-size: 14px;
                color: #FFFFFF;
                line-height: 22px;
                text-align: left;
                margin-top: 40px;
            }
        }
        .item{
            width: 473px;
            height: 300px;
            float: left;
            overflow: hidden;
            
            margin-right: 30px;
            margin-top: 30px;
            .img{
                display: block;
                width: 454px;
                height: 94px;
            }
            .desc{
                font-weight: 400;
                font-size: 16px;
                color: #FFFFFF;
                line-height: 24px;
                margin-top: 20px;
            }
            .btn{
                width: 140px;
                height: 44px;
                background: #FFA300;
                border-radius: 0px 0px 0px 0px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: 500;
                font-size: 14px;
                color: #FFFFFF;
                margin-top: 40px;
                img{
                    width: 16px;
                    height: 10px;
                    margin-left: 5px;
                }
            }
        }
        
    }
}
.featured{
    height: 920px;
    background: #F2F7FF;
    padding-top: 110px;
    .title{
        width: 1480px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        .name{
            width: 712px;
            height: 94px;
        }
        .desc{
            width: 94px;
            height: 94px;
        }
    }
    .content{
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        .prev{
            width: 46px;
            height: 46px;
            cursor: pointer;
            img{
                width: 46px;
                height: 46px; 
            }
        }
        .box{
            width: 1480px;
            margin: 0 40px;
            overflow: hidden;
            ul{
                padding: 0;
            }
            li{
                width: 472px;
                padding: 0;
                /* margin-left: 25px; */
                &:first-child{
                    margin-left: 0;
                }
                .pic{
                    width: 472px;
                        height: 315px; 
                        overflow: hidden;
                    .img{
                        width: 472px;
                        height: 315px;  
                    }
                }
                .name{
                    font-weight: 600;
                    font-size: 30px;
                    color: #2F3034;
                    text-align: left;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    margin-top: 30px;
                }
                .desc{
                    font-weight: 400;
                    font-size: 16px;
                    color: #79819D;
                    line-height: 24px;
                    text-align: left;
                    margin-top: 10px;
                }
                .btn{
                    width: 140px;
                    height: 44px;
                    background: #FFA300;
                    border-radius: 0px 0px 0px 0px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: 500;
                    font-size: 14px;
                    color: #FFFFFF;
                    margin-top: 30px;
                    img{
                        width: 16px;
                        height: 10px;
                        margin-left: 5px;
                    }
                }
            }
        }
    }
}
.map{
    background: #F6F6F6;
    height: 950px;
    .title{
        height: 500px;
        background: #62A3FF;
        text-align: center;
        box-sizing: border-box;
        .pic{
            display: flex;
            align-items: center;
            justify-content: center;
            img{
                width: 296px;
                height: 94px;
            }
        }
        img{
            width: 1480px;
            height: 750px;
            margin-top: 50px;
        }
    }
}
.cooperation{
    width: 100%;
    background: #FFFFFF url(./../image/home/bg2.png) right top no-repeat;
    background-size: 100% auto;
    max-height: 895px;
    padding-top: 110px;
    box-sizing: border-box;
    .box{
        width: 1480px;
        margin: 0 auto;
        .title{
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .content{
            .a{
                dl{
                    overflow: hidden;
                    margin-top: 30px;
                    dt{
                        font-weight: 600;
                        font-size: 24px;
                        color: #2F3034;
                        line-height: 24px;
                        img{
                            width: 30px;
                            height: 30px;
                            margin-right: 10px; 
                        }
                    }
                    dd{
                        width: 105%;
                        overflow: hidden;
                        img{
                            width: 247px;
                            height: 80px;
                            float: left;
                        }
                    }
                }
            }
        }
    }
}
.footer{
    width: 100%;
    min-height: 492px;
    background: #62A3FF;
    .fd{
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .hd{
        padding-bottom: 80px;
        overflow: hidden;
    }
    .bd{
        width: 1480px;
        margin: 0 auto;
        height: 80px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        font-size: 14px;
        color: rgba(255,255,255,0.5);
        text-align: left;
    }
    .box{
        width: 1480px;
        padding-top: 110px;
        margin: 0 auto;
        .d{
            float: left;
            overflow: hidden;
            width: 124px;
            margin-left: 70px; 
            .desc{
                img{
                    width: 124px;
                    height: 124px;
                    display: block;
                }
            }
            .title{
                font-weight: 400;
                font-size: 14px;
                color: #FFFFFF;
                line-height: 21px;
                text-align: center;
                margin-top: 10px;
            }
        }
        .b{
            float: left;
            overflow: hidden;
            width: 100px;
            margin-left: 50px;
            .title{
                font-weight: 500;
                font-size: 18px;
                color: #FFFFFF;
                line-height: 27px;
                text-align: left;
                font-style: normal;
                text-transform: none;
            }
            .desc{
                margin-top: 30px;
                ul{
                    padding: 0;
                }
                li{
                    width: 100px;
                    margin: 0;
                    float: left;
                    a{
                        font-weight: 500;
                        font-size: 14px;
                        color: rgba(255,255,255,0.5);
                        line-height: 26px;
                        text-align: left;
                        font-style: normal;
                        text-decoration: none;
                    }
                }
            }
        }
        .c{
            float: left;
            overflow: hidden;
            width: 200px;
            margin-left: 70px;
            .title{
                font-weight: 500;
                font-size: 18px;
                color: #FFFFFF;
                line-height: 27px;
                text-align: left;
                font-style: normal;
                text-transform: none;
            }
            .desc{
                margin-top: 30px;
                ul{
                    padding: 0;
                }
                li{
                    width: 100px;
                    margin: 0;
                    float: left;
                    a{
                        font-weight: 500;
                        font-size: 14px;
                        color: rgba(255,255,255,0.5);
                        line-height: 26px;
                        text-align: left;
                        font-style: normal;
                        text-decoration: none;
                    }
                }
            }
        }
        .a{
            width: 400px;
            float: left;
            overflow: hidden;
            .logo{
                width: 100%;
                height: 48px;
            }
            .desc{
                font-weight: 400;
                font-size: 14px;
                color: rgba(255,255,255,0.5);
                line-height: 21px;
                text-align: left;
                margin-top: 30px;
            }
            dl{
                display: flex;
                align-items: flex-start;
                margin-top: 20px;
                overflow: hidden;
                dt{
                    margin: 0;
                    img{
                        width: 20px;
                        height: 20px;
                        margin-right: 10px;
                    }
                }
                dd{
                    margin: 0;
                    font-weight: 500;
                    line-height: 21px;
                    font-size: 14px;
                    color: #FFFFFF;
                }
            }
        }
    }
}

/* 关于我们 */
.banner{
    width: 100%;
    height: 420px;
    position: relative;
    margin-top: 80px;
    .img{
        width: 100%;
        height: 100%;
    }
    .box{
        width: 1480px;
        height: 420px;
        position: absolute;
        left: 50%;
        margin-left: -740px;
        top: 0;
        z-index: 2;
        img{
            width: 256px;
            height: 110px;
            position: absolute;
            left: 0;
            top: 155px;
            z-index: 2;
        }
        .fl{
            img{
                width: 300px;
                height: 200rpx; 
            }
        }
    }
    .box1{
        width: 1480px;
        height: 420px;
        position: absolute;
        left: 50%;
        margin-left: -740px;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        .fl{
            margin-right: 60px;
            img{
                width: 300px;
                height: 200rpx; 
            }
        }
        .fr{
            .a{
                font-weight: 400;
                font-size: 14px;
                color: #FFFFFF;
                text-align: center;
            }
            .b{
                width: 120px;
                height: 114px;
                margin-top: 10px;
                border-radius: 0px 0px 0px 0px;
                border: 2px solid #FFFFFF;
                font-weight: 400;
                font-size: 24px;
                color: #FFFFFF;
                text-align: center;
                span{
                    font-weight: 400;
                    font-size: 46px;
                    color: #FFFFFF;
                    display: block;
                }
            }
            .c{
                width: 124px;
                height: 40px;
                line-height: 40px;
                background: #62A3FF;
                text-align: center;
                font-weight: 600;
                font-size: 16px;
                color: #FFFFFF;
                cursor: pointer;
                margin-top: 10px;
            }
        }
        .ml{
            flex: 1;
            .a{
                font-weight: 600;
                font-size: 28px;
                color: #FFFFFF;
                text-align: left;
            }
            .b{
                font-weight: 400;
                font-size: 14px;
                color: #FFFFFF;
                margin-top: 8px;
                span{
                    color: #FFA300;
                }
            }
            .c{
                margin-top: 8px;
                display: flex;
                align-items: center;
                a{
                    
                display: flex;
                align-items: center;
                }
                .n{
                    width: 146px;
                    height: 26px;
                    background: #FFA300;
                    border-radius: 2px 2px 2px 2px;
                    text-align: center;
                    line-height: 26px;
                    margin-right: 20px;
                    font-weight: 400;
                    font-size: 14px;
                    color: #FFFFFF;
                    cursor: pointer;
                    span{
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}
.breadcrumb{
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #E6E6E6;
    .box{
        width: 1480px;
        height: 70px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        .fl{
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #2F3034;
            padding: 0;
            li{
                cursor: pointer;
                margin-right: 40px;
                font-size: 18px;
                position: relative;
                &.on{
                    color: #FFA300;
                    font-weight: bold;
                    &:after{
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -22px;
                        z-index: 2;
                        background: #FFA300;
                        height: 2px;
                        width: 100%;
                    }
                }
            }
        }
        .fr{
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            color: #BCBEC4;
            padding: 0;
            li{
                padding: 0;
                font-weight: 400;
                font-size: 14px;
                color: #BCBEC4;
                a{
                    color: #BCBEC4;
                    text-decoration: none;
                    margin-right: 10px;
                }
                &.active{
                    color: #FFA300;
                }
            }
        }
    }
    
    .breadcrumb-item +.breadcrumb-item::before {
        color: #BCBEC4;
    }
}
.maps{
    width: 100%;
    margin-top: 100px;
    .title{
        width: 1480px;
        margin: 0 auto;
    }
    .desc{
        width: 1480px;
        margin: 0 auto;
        margin-top: 50px;
        box-sizing: border-box; 
        img{
            width: 100%;
            height: 100%;
        }
    }
    .content{
        width: 1480px;
        margin: 0 auto;
        margin-top: 30px;
        box-sizing: border-box; 
        .hd{
            font-weight: 600;
            font-size: 24px;
            color: #2F3034;
            line-height: 36px;
            text-align: left;
        }
        .fd{
            width: 1480px;
            height: 300px;
            position: relative;
            margin-top: 20px;
            .box{
                width: 1480px;
                height: 300px;
                overflow: hidden;
            }
            .pics{
                .swiper-slide{
                    width: 480px;
                height: 300px;
                overflow: hidden;
                }
                img{
                    width: 480px;
                    height: 300px;
                }
            }
            .prev {
                width: 36px;
                height: 36px;
                position: absolute;
                top: 50%;
                margin-top: -18px;
                left: -50px;
            }
            .next {
                width: 36px;
                height: 36px;
                position: absolute;
                top: 50%;
                margin-top: -18px;
                right: -50px;
            }
        }
        .bd{
            dl{
                display: flex;
                align-items: flex-start;
                dt{
                    font-weight: 400;
                    font-size: 20px;
                    color: #2F3034;
                    line-height: 40px;
                    margin-top: 20px;
                }
                dd{
                    flex: 1;
                    ul {
                        padding: 0;
                        li{
                            padding: 0 20px;
                            line-height: 40px;
                            border: 1px solid rgba(155,160,174,0.3);
                            float: left;
                            margin-right: 10px;
                            margin-top: 20px;
                            cursor: pointer;
                            font-weight: 400;
                            font-size: 16px;
                            color: #2F3034;
                            &.on{
                                color: #FFF;
                                background: #FFA300;
                            }
                        }
                    }
                } 
            }
        }
    }
}
.us{
    width: 100%;
    margin-top: 100px;
    background: url(./../image/contact/bg.png) center top no-repeat;
    background-size: 100% auto;
    height: 630px;
    .title{
        width: 1480px;
        margin: 0 auto;
        padding-top: 110px;
        box-sizing: border-box;
        img{
            width: 100%;
            height: 94px;
        }
    }
    .content{
        width: 1480px;
        margin: 0 auto;
        dl{
            width: 730px;
            height: 267px;
            padding: 25px;
            margin-top: 50px;
            background: #FFFFFF;
            box-sizing: border-box;
            float: left;
            &:nth-child(2n){
                margin-left: 20px;
            }
            dt{
                font-weight: 500;
                font-size: 32px;
                color: #2F3034;
                line-height: 48px;
            }
            dd{
                display: flex;
                align-items: center;
                margin-top: 20px;
                .fl{
                    width: 100px;
                    height: 139px;
                    background: #FFA300;
                    font-weight: 800;
                    font-size: 24px;
                    color: #FFFFFF;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-right: 10px;
                }
                .fr{
                    flex: 1;
                    .item{
                        display: flex;
                        align-items: flex-start;
                        margin-bottom: 5px;
                        overflow: hidden;
                    }
                    .a{
                        img{
                            width: 20px;
                            height: 20px;
                            margin-right: 10px;
                        }
                    }
                    .b{
                        font-weight: 500;
                        font-size: 15px;
                        color: #2F3034;
                        line-height: 23px;
                        text-align: left;
                    }
                }
            }
        }
    }
}

/* 中俄专区-商城 */
.kaocha{
    margin-top: 100px;
    overflow: hidden;
    .title{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        img{
            width: 1480px;
            height: 94px;
        }
        .name{
            width: 755px;
            height: 94px;
            float: left;
        }
        .name3{
            width: 1480px;
            height: 154px;
            float: left;
        }
        .name1{
            width: 712px;
            height: 94px;
            float: left;
        }
        .desc{
            width: 94px;
            height: 94px;
            float: right;
        }
    }
    .content{
        width: 1480px;
        margin: 0 auto;
        margin-top: 50px;
        .b{
            width: 363px;
            float: left;
            height: 552px;
            background: #fff;
            border: 1px solid #E5E5E5;
            margin-right: 10px;
            &:last-child{
                margin-right: 0;
            }
            .pic{
                width: 363px;
                height: 387px;
                overflow: hidden;
                img{
                    width: 363px;
                    height: 387px;
                    display: block;
                }
            }
            .name{
                font-weight: 600;
                font-size: 32px;
                color: #3C3C3C;
                text-align: center;
                margin-top: 40px;
            }
            .desc{
                font-weight: 400;
                font-size: 16px;
                color: #79819D;
                text-align: center;
                margin-top: 20px;
            }
        }
        .a{
            width: 370px;
            height: 552px;
            background: url(./../image/zhonge/bg-01.png) center top no-repeat;
            background-size: 100% auto;
            padding: 30px;
            box-sizing: border-box;
           
            float: left;
            .name{
                font-weight: 600;
                font-size: 36px;
                color: #FFFFFF;
                line-height: 36px;
                position: relative;
                img{
                    width: 90px;
                    height: 4px;
                    position: absolute;
                    left: 0;
                    bottom: -20px;
                    z-index: 2;
                }
            }
            .desc{
                font-weight: 500;
                font-size: 14px;
                color: #FFFFFF;
                line-height: 20px;
                text-align: left;
                p{
                    margin: 30px 0 10px;
                    font-weight: 600;
                    font-size: 20px;
                    color: #FFFFFF;
                    line-height: 30px;
                }
            }
            .btn{
                width: 140px;
                height: 44px;
                background: #FFA300;
                border-radius: 0px 0px 0px 0px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: 500;
                font-size: 14px;
                color: #FFFFFF;
                margin-top: 30px;
                a{
                   
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #FFFFFF; 
                }
                img{
                    width: 16px;
                    height: 10px;
                    margin-left: 5px;
                }
            }
        }
        .a1{
            background: url(./../image/zhonge/bg-02.png) center top no-repeat;
            background-size: 100% auto;
        }
        .a2{
            background: url(./../image/zhonge/bg-03.png) center top no-repeat;
             background-size: 100% auto;
        }
    }
}
/* 商城 */
.business{
    width: 100%;
    height: 964px;
    background: #F6F6F6;
    overflow: hidden;
    padding-top: 100px;
    box-sizing: border-box;
    .title{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        .name3{
            width: 1480px;
            height: 154px;
            float: left;
        }
    }
    .content{
        width: 1480px;
        margin: 0 auto;
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        .prev {
            width: 36px;
            height: 36px;
            position: absolute;
            top: 50%;
            margin-top: -18px;
            left: -90px;
            cursor: pointer;
        }
        .next {
            width: 36px;
            height: 36px;
            position: absolute;
            top: 50%;
            margin-top: -18px;
            right: -90px;
            cursor: pointer;
        }
        .box{
            width: 1480px;
            overflow: hidden;
            .b{
                width: 355px !important;
                height: 500px;
                background: #FFFFFF;
                position: relative;
                margin-right: 20px !important;
                &:last-child{
                    margin-right: 0;
                }
                .pic{
                    margin-top: 70px; width: 355px;
                    height: 240px;
                    overflow: hidden;
                    .img{
                        width: 355px;
                        height: 240px;
                        display: block;
                    }
                }
                .icon{
                    width: 80px;
                    height: 80px;
                    position: absolute;
                    left: 30px;
                    top: 30px;
                    z-index: 2;
                }
                .name{
                    padding: 0 20px;
                    font-weight: 600;
                    font-size: 24px;
                    color: #2F3034;
                    text-align: left;
                    margin-top: 20px;
                }
                .desc{
                    padding: 0 20px;
                    font-weight: 400;
                    font-size: 14px;
                    color: #79819D;
                    line-height: 24px;
                    text-align: left;
                    margin-top: 20px;
                }
            }
        }
    }
    .btn{
        width: 140px;
        height: 44px;
        background: #FFA300;
        border-radius: 0px 0px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        margin: 0 auto;
        margin-top: 50px;
        a{
            color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        img{
            width: 16px;
            height: 10px;
            margin-left: 5px;
        }
    }
}
.cash{
    padding: 80px 0;
    overflow: hidden;
    background: #FFFFFF;
    .title{
        width: 1480px;
        margin: 0 auto;
        display:flex;
        align-items: center;
        font-weight: 500;
        font-size: 30px;
        color: #2F3034;
        line-height: 30px;
        text-align: left;
        img{
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
    }
    .content{
        width: 1480px;
        margin: 0 auto;
        margin-top: 50px; 
        .box{
            width: 110%;
        }
        .a{
            width: 480px;
            height: 500px;
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
            position: relative;
            .pic{
                width: 480px;
                height: 500px;
                overflow: hidden;
            }
            image{
                width: 100%;
                height: 100%;
            }
            .name{
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
                font-weight: 500;
                font-size: 28px;
                color: #FFFFFF;
                text-align: center;
                padding: 20px 30px;
                box-sizing: border-box;
                text-overflow:ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }
        }
    }
}
/* 行程 */
.tour{
    padding: 80px 0;
    overflow: hidden;
    background: #F6F6F6;
    .title{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        img{
            width: 1480px;
            height: 94px;
        }
    }
    
    .content{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 50px;
        padding: 50px;
        box-sizing: border-box;
        background: #fff;
        
        .btn{
            width: 140px;
            height: 44px;
            background: #FFA300;
            border-radius: 0px 0px 0px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            font-size: 14px;
            color: #FFFFFF;
            margin: 0 auto;
            margin-top: 50px;
            img{
                width: 16px;
                height: 10px;
                margin-left: 5px;
            }
        }
        .b{
            border: 1px solid;
            border-image: linear-gradient(180deg, rgba(0, 106, 255, 0), rgba(0, 106, 255, 0.3)) 1 1;
            margin-top: 30px;
            dl{
                overflow: hidden;
                dt{
                    font-weight: 400;
                    font-size: 18px;
                    color: #2F3034;
                    text-align: left;
                    height: 40px;
                    line-height: 40px;
                    padding-left: 10px;
                    background: linear-gradient( 90deg, rgba(98,163,255,0.15) 0%, rgba(216,232,255,0) 100%);
                    border-left: 3px solid #62A3FF;
                }
                dd{
                    overflow: hidden;
                    padding: 0 30px 10px;
                    .item{
                        width: 33.3%;
                        float: left;
                        margin-top: 30px;
                        overflow: hidden;
                        .fl{
                            width: 100%;
                            font-weight: 400;
                            font-size: 14px;
                            color: #333333;
                            text-align: left;
                            span{
                                color: #ff0000;
                                margin-right: 5px;
                            }
                        }
                        .fr{
                            float: left;
                            width: 90%;
                            overflow: hidden;
                            margin-top: 10px;
                            text-align: left;
                            .form-check{
                                cursor: pointer;
                                width: 60px;
                                font-weight: 400;
                                font-size: 14px;
                                color: #666666;
                                text-align: left;
                                float: left;
                            }
                            display: flex;
                            align-items: center;
                            .date{
                                width: 180px;
                                position: relative;
                                img{
                                    width: 20px;
                                    height: 20px;
                                    position: absolute;
                                    right: 10px;
                                    top: 8px;
                                    z-index: 2;
                                }
                            }
                            .line{
                                flex: 1;
                                font-size: 14px;
                                color: #212121;
                                text-align: center;
                            }
                            .form-control, .form-select{
                                font-weight: 400;
                                font-size: 14px;
                                color: #212121;
                                text-align: left;
                            }
                        }
                    }
                }
            }
        }
        
        .a{
            .box{
                display:flex;
                align-items: center;
                justify-content: space-between; 
                width: 1110px;
                height: 70px;
                margin: 0 auto;
                dl{
                    flex: 1;
                    position: relative;
                    &:after{
                        content: "";
                        width: 240px;
                        height: 3px;
                        background: #bed9ff;
                        position: absolute;
                        left: -120px;
                        top: 20px;
                        z-index: 2;
                    }
                    &:first-child:after{
                        content: "";
                        background: #FFFFFF;
                    }
                    dt{
                        text-align: center;
                        img{
                            width: 40px;
                            height: 40px;
                        }
                        
                    }
                    dd{
                        font-weight: 400;
                        font-size: 14px;
                        color: #2F3034;
                        text-align: center;
                        margin-top: 10px;
                    }
                }
            }
            .txt{
                font-weight: 500;
                font-size: 14px;
                color: #62A3FF;
                text-align: center;
            }
        }
    }
}
/* 案例列表 */
.pagination{
    margin-top: 50px;
}
.anli{
    padding: 50px 0 80px;
    background: #f6f6f6;
    overflow: hidden;
    .filter{
        width: 1480px;
        margin: 0 auto;
        background: #FFFFFF;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
        padding: 30px;
        box-sizing: border-box;
        dl{
            display: flex;
            align-items: flex-start;
            padding-bottom: 30px;
            border-bottom: 1px solid #E0E0E0;
            dt{
                font-weight: 500;
                font-size: 14px;
                color: #333333;
                text-align: right;
                span{
                    display: block;
                    font-size: 14px;
                    margin-top: 10px;
                    color: #666666;
                    cursor: pointer;
                }
            }
            dd{
                flex: 1;
                .li{
                    cursor: pointer;
                    font-weight: 400;
                    font-size: 14px;
                    color: #666666;
                    text-align: left;
                    float: left;
                    margin-bottom: 10px;
                    margin-left: 20px;
                    
                }
                .li-on{
                    color: #FFA300;
                }
            }
            &.on{
                span{
                    color: #FFA300;
                }
            }
        }
    }

    .list{
        width: 1480px;
        margin: 0 auto;
        margin-top: 50px;
        overflow: hidden;
        .box{
            width: 110%;
        }
       .a{
            width: 355px;
            height: 353px;
            background: #FFFFFF;
            box-sizing: border-box;
            margin-right: 20px;
            margin-bottom: 20px;
            float: left;
            position: relative;
            .status{
                width: 75px;
                height: 36px;
                background: #F4F4F4;
                border-radius: 0px 0px 0px 2px;
                text-align: center;
                line-height: 36px;
                font-weight: 500;
                font-size: 14px;
                color: #666666;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
            }
            .status1{
                width: 95px;
                height: 36px;
                background: #DBEEF8;
                border-radius: 0px 0px 0px 2px;
                text-align: center;
                line-height: 36px;
                font-weight: 500;
                font-size: 14px;
                color: #006AFF;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
            }
            .pic{
                width: 355px;
                height: 155px;
                img{
                    width: 100%;
                    height: 100%;
                }
            }
            .name{
                padding: 0 20px;
                font-weight: 500;
                font-size: 18px;
                color: #333333;
                text-align: left;
                line-height: 20px;
                height: 40px;
                margin-top: 10px;
            }
            .time{
                padding: 0 20px;
                font-weight: 500;
                font-size: 16px;
                color: #999999;
                text-align: left;
                margin-top: 10px;
            }
            .desc{
                padding: 0 20px;
                display: flex;
                align-items:center;
                justify-content: space-between;
                margin-top: 10px;
                .fl{
                    font-weight: 400;
                    font-size: 16px;
                    color: #999999;
                    text-align: left;
                    span{
                        color: #FFA300;
                    }
                }
                .fr{
                    display: flex;
                    align-items:center;
                    font-weight: 400;
                    font-size: 16px;
                    color: #FC4343;
                    img{
                        width: 16px;
                        height: 16px;
                        margin-right: 5px;
                    }
                }
            }
            .btns{
                padding: 0 20px;
                display: flex;
                align-items:center;
                justify-content: flex-end;
                margin-top: 15px;
                a{
                    display: flex;
                align-items:center;
                justify-content: flex-end;
                }
                .look{
                    width: 103px;
                    height: 36px;
                    line-height: 36px;
                    background: #FFA300;
                    text-align: center;
                    font-weight: 500;
                    font-size: 16px;
                    color: #FFFFFF;
                    margin-right: 15px;
                }
                .join{
                    width: 103px;
                    height: 36px;
                    background: #62A3FF;
                    text-align: center;
                    line-height: 36px;
                    font-weight: 500;
                    font-size: 16px;
                    color: #FFFFFF;
                }
            }
       }
    }
}
/* 产品详细 */
.professional{
    width: 100%;
    background: #F6F6F6;
    overflow: hidden;
    padding: 100px 0 80px;
    box-sizing: border-box;
    .title{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        .name{
            width: 1480px;
            height: 154px;
            float: left;
        }
    }
   .content{
     .a{
        overflow: hidden;
        width: 1480px;
        height: 320px;
        margin: 50px auto 30px;
        padding: 30px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        .con-left{
            width: 350px;
            height: 260px;
            text-align: center;
            img{
                width: 288px;
                margin: 48px 0 50px;
            }
            .txt{
                font-size: 18px;
                color: #999999;
            }
        }
        .con-right{
            width: calc(100% - 410px);
            .name{
                overflow: hidden;
                margin-bottom: 37px;
                img{
                    float: left;
                    width: 36px;
                    margin-right: 10px;
                }
                span{
                    float: left;
                    font-weight: 600;
                    font-size: 32px;
                    line-height: 36px;
                    color: #333333;
                }
            }
            .desc{
                dl{
                    margin-bottom: 20px;
                    dt{
                        float: left;
                        margin-right: 10px;
                        img{
                            float: left;
                            width: 20px;
                            height: 20px;
                        }
                    }
                    dd{
                        font-size: 14px;
                        color: #2F3034;
                        line-height: 20px;
                    }
                }
            }
        }
    }
    .b{
        overflow: hidden;
         width: 1480px;
         margin: 0 auto;
         .item{
            float: left;
            width: 355px;
            height: 340px;
            margin-right: 20px;
            margin-bottom: 20px;
            &:nth-child(4n){
                margin-right: 0;
            }   
           .pic{
                width: 355px;
                height: 300px;
                overflow: hidden;
             img{
                width: 100%;
                height: 100%;
            }
           }
            .name{
                overflow: hidden;
                height: 40px;
                
                .fl{
                    width: 315px;
                    height: 40px;
                    padding: 10px;
                    background: #62A3FF;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 20px;
                    color: #FFFFFF;
                }
                .fr{
                    width: 40px;
                    img{
                        width: 40px;
                        height: 40px;
                    }
                }
            }
         }
    }
   }
}
/* 最新动态 */
.news-list{ 
      width: 100%;
    background: #F6F6F6;
    overflow: hidden;
    padding: 100px 0 80px;
    .title{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        .name{
            width: 1480px;
            height: 154px;
            float: left;
        }
    }
    .tab{
        width: 1480px;
        margin: 30px auto 50px;
        ul{
            overflow: hidden;
            padding-left: 0;
            li{
                float: left;
                width: 240px;
                height: 60px;
                margin-right: 20px;
                margin-top: 20px;
                font-size: 20px;
                line-height: 60px;
                color: #333333;
                text-align: center;
                cursor: pointer;
                background: #FFFFFF;
                &.on{
                    color: #EEEEEE;
                    background: #62A3FF;
                    cursor: default;
                }
            }
        }
    }
    .content{ 
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        .item{
            width: 100%;
            height: 260px;
            padding: 30px;
            overflow: hidden;
            margin-bottom: 30px;
            background: #FFFFFF;
            cursor: pointer;
            transition: all 0.2s;
            .pic{
                float: left;
                width: 320px;
                height: 200px;
                margin-right: 30px;
                img{
                    width: 100%;
                    height: 100%;
                }
            }
            .info{
                float: left;
                width: calc(100% - 350px);
                .name{
                    font-weight: 600;
                    font-size: 24px;
                    color: #333333;
                }
                .desc{
                    margin: 17px 0 24px;
                    font-size: 14px;
                    color: #9BA0AE;
                    line-height: 24px;
                }
                .btn{
                    width: 140px;
                    height: 44px;
                    padding: 10px 0;
                    background: #FFEDCE;
                    border-radius: 0;
                    font-size: 16px;
                    line-height: 24px;
                    color: #FFA300;
                    text-align: center;
                    cursor: pointer;
                    img{
                        width: 16px;
                        margin-left: 10px;
                        vertical-align: initial;
                    }
                    .img2{
                        display: inline;
                    }
                    .img1{
                        display: none;
                    }
                }
            }
            &:hover{
                
                background: #62A3FF;
                .info{
                    .name{
                        color: #FFFFFF;
                    }
                }
                .desc{
                    color: #FFFFFF;
                }
                .btn{
                    background: #FFA300;
                    color: #FFFFFF;
                    .img1{
                        display: inline;
                    }
                    .img2{
                        display: none;
                    }
                }
            }
        }
    }

}
/* 新闻详情 */
.news-detail{ 
    background: #F6F6F6;
    overflow: hidden;
    .content{
        width: 1480px;
        margin: 50px auto 100px;
        background: #FFFFFF;
        padding: 40px;
        box-sizing: border-box;
        .title{
            font-weight: 500;
            font-size: 40px;
            line-height: 1;
            color: #333333;
        }
        .tab{
            margin: 20px 0;
            span{
                margin-right: 30px;
                color: #62A3FF;
            }
            font-weight: 400;
            font-size: 16px;
            color: #79819D;
        }
        .contents{
            overflow: hidden;
            margin: 20px 0 40px;
            font-size: 16px;
            color: #333333;
            line-height: 24px;
        }
        .fd{
            overflow: hidden;
            p{
                margin:0;
                font-size: 16px;
                color: #333333;
                line-height: 36px;
                a{
                    text-decoration: none;
                    color: #333333;
                }
            }
        }
    }
}
/* 展会信息 */
.cashs{
    padding: 50px 0;
    overflow: hidden;
    background: #f6f6f6;
    .box{
        width: 1480px;
        background: #FFFFFF;
        margin: 0 auto;
        padding: 0 40px 40px;
        box-sizing: border-box;
        .title{
            padding-top: 40px;
            display: flex;
            align-items: center;
            font-weight: 600;
            font-size: 24px;
            color: #2F3034;
            img{
                width: 30px;
                height: 30px;
                margin-right: 10px;
            }
        }
        .content {
            margin-top: 20px;
            overflow: hidden;
            .a{
                .pic{
                    width: 453px;
                    height: 260px;
                    overflow: hidden;
                    float: left;
                    margin-left: 20px;
                    &:first-child{
                        margin-left: 0;
                    }
                    img{
                        width: 453px;
                        height: 260px;
                    }
                }
            }
            .b{
                font-weight: 500;
                font-size: 14px;
                color: #333333;
                text-align: left;
                margin-top: 5px;
                span{
                    color: #FFA300;
                }
                .sp{
                    color:  #F05026;
                }
            }
            .desc{
                font-weight: 400;
                font-size: 14px;
                color: #9BA0AE;
                line-height: 26px;
                text-align: left;
                margin-top: 15px;
                span{
                    color: #212121;
                }
                p{
                    margin: 0;
                }
            }
            .c{
                width: 100%;
                height: 88px;
                background: #FFFFFF;
                border-radius: 0px 0px 0px 0px;
                border: 1px solid #F0F0F0;
                display: flex;
                align-items: center;
                dl{
                    margin: 0;
                    padding: 0;
                    min-width: 100px;
                    padding: 0 25px;
                    text-align: left;
                    height: 60px;
                    border-left: 1px solid #F0F0F0;
                    &:first-child{
                        border-left-color: #fff;
                    }
                    dt{
                        font-weight: bold;
                        font-size: 24px;
                        color: #333333;
                    }
                    dd{
                        font-weight: bold;
                        font-size: 14px;
                        color: #999999;
                    }
                }
            }
            .d{
                width: 48%;
                float: left;
                margin-bottom: 30px;
                .pic{
                    width: 160px;
                        height: 100px;
                        overflow: hidden;
                        margin-right: 20px;
                        float: left;
                    img{
                        width: 160px;
                        height: 100px;
                    }
                }
                .name{
                    font-weight: 600;
                    font-size: 18px;
                    color: #333333;
                    text-align: left;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }
                .desc{
                    font-weight: 400;
                    font-size: 14px;
                    color: #9BA0AE;
                    line-height: 22px;
                    text-align: left;
                    height: 44px;
                }
                &:nth-child(2n){
                    margin-left: 30px;
                }
            }
        }
    }
}

.modals{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0 ,0,0,0.6);
    z-index: 2333;
    .modals-dialog{
        width: 900px;
        position: absolute;
        left: 50%;
        margin-left: -450px;
        top: 20%;
        background: #fff;
    }
    .modals-header{
        height: 60px;
        background: #F6F6F6;
        padding: 0 25px;
        display:flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 600;
        font-size: 24px;
        color: #333333;
        img{
            width: 30px;
            height: 30px;
            cursor: pointer;
        }
    }
    .modals-body{
        padding: 50px;
        .c{
            width: 300px;
            height: 50px;
            background: #FFA300;
            margin: 50px auto 0;
            text-align: center;
            line-height: 50px;
            font-weight: 600;
            font-size: 16px;
            color: #FFFFFF;
            cursor: pointer;
        }
        .b{
            margin-top: 50px;
            display:flex;
            align-items: center;
            .fl{
                flex: 1;
                margin-right: 50px;
                .item{
                    overflow: hidden;
                    display: flex;
                    align-items: center;
                    margin-bottom: 20px;
                    .l{
                        width: 100px;
                        font-weight: 400;
                        font-size: 14px;
                        color: #333333;
                        text-align: left;
                    }
                    .t{
                        flex: 1;
                        font-weight: 400;
                        font-size: 14px;
                        color: #212121;
                    }
                }
            }
            .fr{
                font-weight: 400;
                font-size: 14px;
                color: #999999;
                text-align: center;
                img{
                    width:  160px;
                    height: 160px;
                    display: block;
                    margin-bottom: 10px;
                }
            }
        }
        .a{
            display:flex;
            align-items: center;
            img{
                width: 210px;
                height: 140px;
                cursor: pointer;
                margin-right: 30px;
            }
            .info{
                flex;
                .name{
                    font-weight: 600;
                    font-size: 30px;
                    color: #2F3034;
                    text-align: left;
                }
                .desc{
                    font-weight: 500;
                    font-size: 14px;
                    color: #9BA0AE;
                    text-align: left;
                }
            }
        }
    }
}

/* 政策法规 */
.policies{
    width: 100%;
    background: #F6F6F6;
    overflow: hidden;
    padding: 100px 0 80px;
    .title{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        .name{
            width: 1480px;
            height: 154px;
            float: left;
        }
    }
    .policies-con{
        overflow: hidden;
        width: 1480px;
        margin: 57px auto 40px;
        padding: 40px;
        background: #FFFFFF;
        .fl{
            width: 840px;
            height: 560px;
            .carousel{
                width: 100%;
                height: 100%;
                .carousel-indicators{
                    justify-content: end;
                    margin-right:20px;
                    button{ 
                        width: 23px;
                        height: 5px;
                    }
                }
                .carousel-inner{
                    width: 100%;
                    height: 100%;
                    .carousel-item{
                        width: 100%;
                        height: 100%;
                        position: relative;
                        .pic{
                            width: 840px;
                            height: 560px;
                            overflow: hidden;
                        }
                        .tit{
                            position: absolute;
                            bottom: 0;
                            width: 100%;
                            height: 64px;
                            padding: 20px;
                            background: rgba(0,0,0,0.5);
                            font-weight: 600;
                            font-size: 18px;
                            line-height: 24px;
                            color: #FFFFFF;
                        }
                    }
                }
                
            }
        }
        .fr{
            width: 520px;
            height: 560px;
            position: relative;
            .name{
                font-weight: 600;
                font-size: 32px;
                line-height: 42px;
                color: #2F3034;
            }
            .time{
                overflow: hidden;
                margin: 10px 0 40px;
                font-size: 14px;
                line-height: 20px;
                color: #9BA0AE;
            }
            .desc{
                overflow: hidden;
                height: 288px;
                font-size: 16px;
                color: #9BA0AE;
                line-height: 24px;
                div{
                    margin-bottom: 20px;
                }
            }
            .btn{
                position: absolute;
                right: 0;
                bottom: 0;
                width: 140px;
                height: 44px;
                padding: 0;
                background: #FFA300;
                font-size: 16px;
                line-height: 44px;
                color: #FFFFFF;
                border-radius: 0;
                a{
                    
                    color: #FFFFFF;
                }
                img{
                    width: 16px;
                    margin-left: 10px;
                    vertical-align: middle;
                    position: relative;
                    top: -1px;
                }
            }
        }
    }
    .list{
        overflow: hidden;
        width: 1480px;
        margin: 40px auto 20px;
        .li-con{
            width: 720px;
            height: 600px;
            margin-right: 40px;
            background: #FFFFFF;
            &:last-child{
                margin-right: 0;
            }
        .tab{
            width: 680px;
            height: 50px;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #F0F0F0;
            ul{
                display: flex;
                align-items: center;
                justify-content: flex-start;
                color: #666666;
                padding: 0;
            li{
                position: relative;
                cursor: pointer;
                width: 112px;
                height: 50px;
                font-size: 16px;
                line-height: 50px;
                font-weight: 500;
                text-align: center;
                &.on{
                    font-size: 18px;
                    color: #62A3FF;
                    font-weight: 600;
                    cursor: default;
                    &:after{
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        z-index: 2;
                        background: #62A3FF;
                        height: 3px;
                        width: 100%;
                    }
                }
            }
        }
       .more{
        font-size: 14px;
        line-height: 50px;
        color: #999999;
        cursor: pointer;
        a{
                    
            color: #999999;
        }
        img{
            margin-left: 4px;
            vertical-align: middle;
            position: relative;
            top: -1px;
        }
       }
    }
    .content{
        padding: 0 20px;
        ul{
            padding: 0;
            li{
                overflow: hidden;
                height: 50px;
                a{
                    display: inline-block;
                    width: 100%;
                    margin-top: 15px;
                    font-size: 16px;
                    line-height: 20px;
                    color: #2F3034;
                    text-decoration:none;
                    cursor: pointer;
                span{
                    float: right;
                    font-size: 14px;
                    color: #9BA0AE;
                }
                .dot{
                    float: left;
                    width: 6px;
                    height: 6px;
                    margin: 7px;
                    background: #999999;
                    border-radius: 50%;
                }
                }
            }
        }
    }
        }
    }
}

/* 最新动态 */
.policies-list{ 
  width: 100%;
  background: #F6F6F6;
  overflow: hidden;
  padding: 80px 0 80px;
  .title{
      width: 1480px;
      margin: 0 auto;
      overflow: hidden;
      .name{
          width: 1480px;
          height: 154px;
          float: left;
      }
  }
  .tab{
      width: 1480px;
      margin: 30px auto 50px;
      ul{
          overflow: hidden;
          padding-left: 0;
          li{
              float: left;
              width: 240px;
              height: 60px;
              margin-right: 20px;
              margin-top: 20px;
              font-size: 20px;
              line-height: 60px;
              color: #333333;
              text-align: center;
              cursor: pointer;
              background: #FFFFFF;
              &.on{
                  color: #EEEEEE;
                  background: #62A3FF;
                  cursor: default;
              }
          }
      }
  }
  .content{ 
      width: 1480px;
      margin: 0 auto;
      overflow: hidden;
      margin-top: 50rpx;
      a{
        width: 730px;
        height: 120px;
        float: left;
        margin-top: 20px;
        &:nth-child(2n){
            margin-left: 20px;
        }
        .item{
            width: 730px;
            height: 120px;
            background: #FFFFFF;
            display: flex;
            align-items: center;
            padding: 18px 20px;
            box-sizing: border-box;
            transition: all 0.2s;
            .year{
                width: 84px;
                height: 84px;
                background: #F6F6F6;
                margin-right: 18px;
                font-weight: 500;
                font-size: 14px;
                color: #9BA0AE;
                text-align: center;
                .tag{
                    font-weight: 800;
                    font-size: 20px;
                    color: #9BA0AE;
                    margin-top: 15px;
                }
                .line{
                    width: 26px;
                    height: 1px;
                    background: #9BA0AE;
                    margin: 5px auto;
                }
            }
            .info{
                flex: 1;
                .name{
                    font-weight: 600;
                    font-size: 20px;
                    color: #2F3034;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }
                .desc{
                    font-weight: 400;
                    font-size: 14px;
                    color: #9BA0AE;
                    line-height: 21px;
                    text-align: left;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;    /* 限制最多显示3行 */
                    overflow: hidden;
                    text-overflow: ellipsis;  /* 可选，部分浏览器不生效 */
                    word-break: break-word;
                    margin-top: 10px;
                }
            }
            
        }
        .item-on{
            background: #61A2FE;
            .year{
                background: rgba(255,255,255,0.1);
                color: #9BA0AE;
                color: #FFFFFF;
                .tag{
                    color: #FFFFFF;
                }
                .line{
                    background: #FFFFFF;
                }
            }
            .info{
                flex: 1;
                .name{
                    color: #FFFFFF;
                }
                .desc{
                    color: #FFFFFF;
                }
            }
        }
       .item:hover {
            background: #61A2FE;
            .year{
                background: rgba(255,255,255,0.1);
                color: #9BA0AE;
                color: #FFFFFF;
                .tag{
                    color: #FFFFFF;
                }
                .line{
                    background: #FFFFFF;
                }
            }
            .info{
                flex: 1;
                .name{
                    color: #FFFFFF;
                }
                .desc{
                    color: #FFFFFF;
                }
            }
       }
    }
   
  }
}
/* 公共服务 */
.services{
    width: 100%;
    background: #F6F6F6;
    overflow: hidden;
    padding: 100px 0;
    .title{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        .name{
            width: 1480px;
            height: 154px;
            float: left;
        }
    }
    .tab{
        width: 1480px;
        margin: 30px auto;
        ul{
            width: 110%;
            overflow: hidden;
            padding-left: 0;
            li{
                float: left;
                width: 116px;
                height: 60px;
                margin-right: 20px;
                font-size: 20px;
                margin-top: 20px;
                line-height: 60px;
                color: #333333;
                text-align: center;
                cursor: pointer;
                background: #FFFFFF;
                &.on{
                    color: #EEEEEE;
                    background: #62A3FF;
                    cursor: default;
                }
            }
        }
    }
    .jeishao{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 50px;
        background: #FFFFFF;
        padding: 40px;
        box-sizing: border-box;
        .fr{
            width: 780px;
            dl{
                display: flex;
                align-items: flex-start;
                margin-top: 35px;
                &:first-child{
                    margin-top: 0;
                }
                dt{ 
                    margin-right: 10px;
                    img{
                        width: 24px;
                        height: 24px;
                    }
                }
                dd{
                    margin: 0;
                    .name{
                        font-weight: bold;
                        font-size: 20px;
                        color: #2F3034;
                        text-align: left;
                    }
                    .desc{
                        font-weight: 400;
                        font-size: 14px;
                        color: #9BA0AE;
                        text-align: left;
                        margin-top: 5px;
                    }
                }
            }
        }
        .fl{
            width: 560px;
            height: 520px;
            background: #62A3FF;
            padding: 40px;
            box-sizing: border-box;
            margin-right: 40px;
            .name{
                font-weight: bold;
                font-size: 40px;
                color: #FFFFFF;
                text-align: left;
            }
            .sub{
                font-weight: 400;
                font-size: 20px;
                color: rgba(255,255,255,0.3);
                text-align: left;
            }
            .desc{
                font-weight: 400;
                font-size: 18px;
                color: #FFFFFF;
                line-height: 28px;
                text-align: left;
                margin-top: 30px;
            }
            .fd{
                text-align: right;
                img{
                    width: 40px;
                    height: 40px;
                }
            }
        }
    }
    .content{ 
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 50px;
        background: #FFFFFF;
        padding: 0 40px 40px;
        box-sizing: border-box;
        .a{
            .name{
                font-weight: 600;
                font-size: 24px;
                color: #2F3034;
                margin-top: 30px;
                img {
                    width: 30px;
                    height: 30px;
                    margin-right: 10px;
                    vertical-align: center;
                    position: relative;
                    top: -2px;
                }
            }
            .desc{
                width: 100%;
                height: 110px;
                background: #FFFFFF;
                border-radius: 0px 0px 0px 0px;
                border: 1px solid #F0F0F0;
                display: flex;
                align-items: center;
                margin-top: 30px;
                dl{
                    flex: 1;
                    display: flex;
                    align-items: center;
                    margin-left: 30px;
                    dt{
                        .img1 {
                            width: 48px;
                            height: 48px;
                            margin-right: 10px;
                        }
                        .img2 {
                            width: 100px;
                            height: 100px;
                        }
                    }
                    dd{
                        margin: 0;
                        font-weight: 600;
                        font-size: 20px;
                        color: #2F3034;
                        span{
                            display: block;
                            font-weight: 400;
                            font-size: 14px;
                            color: #9BA0AE;
                        }
                    }
                }
            }
            .sub{
                font-weight: 400;
                font-size: 16px;
                color: #9BA0AE;
                margin-top: 30px;
            }
            .desc3{
                width: 100%;
                background: #FFFFFF;
                border-radius: 0px 0px 0px 0px;
                display: flex;
                align-items: center;
                margin-top: 50px;
            }
            .desc1{
                width: 100%;
                background: #FFFFFF;
                border-radius: 0px 0px 0px 0px;
                display: flex;
                align-items: center;
                margin-top: 50px;
                .line{
                    font-weight: 400;
                    font-size: 16px;
                    color: #9BA0AE;
                    text-align: center;
                    img {
                        width: 200px;
                        height: 10px;
                    }
                }
                dl{
                    flex: 1;
                    text-align: center;
                    dt{
                        .img2 {
                            width: 100px;
                            height: 100px;
                        }
                    }
                    dd{
                        margin: 0;
                        font-weight: 600;
                        font-size: 20px;
                        color: #2F3034;
                        span{
                            display: block;
                            font-weight: 400;
                            font-size: 14px;
                            color: #9BA0AE;
                        }
                    }
                }
            }
        }
    }
}
.ckbox{
    width: 100%;
    background: #F6F6F6;
    overflow: hidden;
    padding: 100px 0 0;
    .title{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        .name{
            width: 757px;
            height: 94px;
            float: left;
        }
        .brand{
            width: 1480px;
            height: 94px;
            float: left;
        }
    }
    .vk{
        padding: 120px 0;
        background: url(./../image/vk/bg.png) center top no-repeat;
        background-size: 100% auto;
        box-sizing: border-box;
        .box{
            width: 1480px;
            margin: 0 auto;
            overflow: hidden;
            background: #fff;
            .fl{
                padding: 40px 50px;
                box-sizing: border-box;
                width: 980px;
                .b{
                    width: 105%;
                    overflow: hidden;
                    margin-top: 40px;
                    img{
                        width: 292px;
                        float:left;
                        height: 180px;
                        display: block;
                    }
                }
                .a{
                    overflow: hidden;
                    dl{
                        width: 33.3%;
                        float: left;
                        display: flex;
                        align-items: center;
                        margin-top: 20px;
                        dt{
                            img{
                                width: 40px;
                                height: 40px;
                                margin-right: 10px;
                            }
                        }
                        dd{
                            margin: 0;
                            font-weight: 600;
                            font-size: 20px;
                            color: #2F3034;
                            p{
                                padding: 0;
                                margin: 0;
                                font-weight: 500;
                                font-size: 14px;
                                color: #9BA0AE;
                            }
                        }
                    }
                }
            }
            .fr{
                width: 500px;
                height: 465px;
                background: #62A3FF;
                border-radius: 100px 0px 0px 100px;
                padding: 50px;
                box-sizing: border-box;
                text-align: left;
                .name{
                    display: flex;
                    align-items: center;
                    font-weight: 600;
                    font-size: 36px;
                    color: #FFFFFF;
                    img{
                        width: 40px;
                        height: 40px;
                        margin-right: 10px;
                    }
                }
                .desc{
                    font-weight: 400;
                    font-size: 20px;
                    color: #FFFFFF;
                    text-align: left;
                    margin-top: 10px;
                }
                .fd{
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-top: 50px;
                   .ads{
                        width: 177px;
                        height: 48px;
                   }
                   .small{
                        width: 40px;
                        height: 40px;
                   }
                }
            }
        }
    }
    .youshi{
        width: 100%;
        overflow: hidden;
        padding: 40px 0;
        background: #62A3FF;
        .title{
            width: 1480px;
            margin: 60px auto 0;
            font-weight: 600;
            font-size: 48px;
            color: #FFFFFF;
            text-align: center;
        }
        .content{
            width: 1480px;
            margin: 0 auto;
            overflow: hidden;
            .a{
                margin-top: 10px;
                &:first-child{
                    margin-top: 50px;
                }
                .carousel{
                    height: 460px;
                }
                .carousel-indicators{
                    
                    .active{
                        background-color: #FFA300;
                        opacity: 1 !important;
    
                    }
                }
                .carousel-inner{
                    height: 400px;
                    background: #FFFFFF;
                }
                .carousel-item{
                    width: 100%;
                    height: 400px;
                    .fl{
                        width: 500px;
                    }
                    .fr{
                        width: 940px;
                        height: 400px;
                        img{
                            width: 78x;
                            height: 85px;
                        }
                        .name{
                            padding-top: 80px;
                            span{
                                font-weight: 300;
                                font-size: 64px;
                                color: #62A3FF;
                                line-height: 64px;
                                text-align: left;
                            }
                            font-weight: 600;
                            font-size: 36px;
                            color: #2F3034;
                        }
                        
                        .desc{
                            margin-top: 20px;
                            font-weight: 400;
                            font-size: 20px;
                            color: #79819D;
                            line-height: 30px;
                        }
                    }
                }
            }
        }
    }
    .content{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
        .b{
            margin-top: 10px;
            .carousel{
                height: 460px;
            }
            .carousel-indicators{
                .active{
                    background-color: #FFA300;
                    opacity: 1 !important;

                }
            }
            .carousel-inner{
                height: 400px;
                background: #FFFFFF;
            }
            .carousel-item{
                width: 100%;
                height: 400px;
                .fl{
                    width: 500px;
                }
                .fr{
                    width: 940px;
                    height: 400px;
                    img{
                        width: 79px;
                        height: 50px;
                        margin-top: 60px;
                    }
                    .name{
                        font-weight: 600;
                            font-size: 36px;
                            color: #2F3034;
                            margin-top: 20px;
                    }
                    
                    .desc{
                        margin-top: 10px;
                        font-weight: 500;
                        font-size: 20px;
                        color: #79819D;
                        text-align: left;
                        margin-top: 20px;
                    }
                }
            }
        }
        .a{
            margin-top: 60px;
            .carousel{
                height: 460px;
            }
            .carousel-indicators{
                .active{
                    background-color: #FFA300;
                    opacity: 1 !important;

                }
            }
            .carousel-inner{
                height: 400px;
                background: #FFFFFF;
            }
            .carousel-item{
                width: 100%;
                height: 400px;
                .fl{
                    width: 500px;
                }
                .fr{
                    width: 940px;
                    height: 400px;
                    dl{
                        display: flex;
                        align-items: center;
                        margin-top: 30px;
                        &:first-child{
                            margin-top: 80px;
                        }
                        dt{
                            img{
                                width: 30px;
                                height: 30px;
                                margin-right: 10px;
                            }
                        }
                        dd{
                            font-weight: 500;
                            font-size: 24px;
                            color: #2F3034;
                            text-align: left;
                        }
                    }
                }
            }
        }
    }
    .shineng{
        width: 100%;
        overflow: hidden;
        padding: 100px 0;
        background: #F0F6FF;
        .title{
            font-weight: 500;
            font-size: 48px;
            color: #2F3034;
            text-align: center;
        }
        .box{
            text-align:center;
            margin-top: 80px;
            img{
                width: 1420px;
            }
        }
    }
}
/* 本地化服务 */
.location{
    width: 100%;
    background: #F6F6F6;
    overflow: hidden;
    padding: 100px 0 0;
    .title{
        width: 1480px;
        margin: 0 auto;
        overflow: hidden;
    }
    .content{
        .bg1{
            padding: 80px 0;
            overflow: hidden;
        }
        .bg2{
            padding: 80px 0;
            background: #FFFFFF;
            overflow: hidden;
            .fr{
                float: left;
            }
            .fl{
                float: right;
            }
        }
        .b{
            width: 1480px;
            margin: 0 auto;
            overflow: hidden;
            .fl{
                width: 700px;
                .name{
                    font-weight: bold;
                    font-size: 36px;
                    color: #2F3034;
                    text-align: left;
                }
                .desc{
                    dl{
                        margin-top: 30px;
                        overflow: hidden;
                        dt{
                            border-radius: 5px;
                            font-weight: 600;
                            font-size: 20px;
                            color: #2F3034;
                            line-height: 20px;
                            text-align: left;
                            position: relative;
                            padding-left: 10px;
                            &:after{
                                content: "";
                                width: 5px;
                                height: 20px;
                                background: #62A3FF;
                                border-radius: 5px;
                                position: absolute;
                                left: 0;
                                top: 50%;
                                margin-top: -10px;
                                z-index: 2;
                            }
                        }
                        dd{
                            margin: 0;
                            margin-top: 10px;
                            font-weight: 400;
                            font-size: 14px;
                            color: #79819D;
                            line-height: 21px;
                            text-align: left;
                        }
                    }
                }
            }
            .fr{
                width: 720px;
                height: 430px;
                overflow: hidden;
                img{
                    width: 720px;
                    height: 430px;
                }
            }
        }
        .a{
            width: 1480px;
            margin: 0 auto;
            overflow: hidden;
            .fl{
                width: 700px;
                .name{
                    font-weight: bold;
                    font-size: 36px;
                    color: #2F3034;
                    text-align: left;
                }
                .desc{
                    dl{
                        margin-top: 30px;
                        overflow: hidden;
                        dt{
                            border-radius: 5px;
                            font-weight: 600;
                            font-size: 20px;
                            color: #2F3034;
                            line-height: 20px;
                            text-align: left;
                            position: relative;
                            padding-left: 10px;
                            &:after{
                                content: "";
                                width: 5px;
                                height: 20px;
                                background: #62A3FF;
                                border-radius: 5px;
                                position: absolute;
                                left: 0;
                                top: 50%;
                                margin-top: -10px;
                                z-index: 2;
                            }
                        }
                        dd{
                            margin: 0;
                            margin-top: 10px;
                            font-weight: 400;
                            font-size: 14px;
                            color: #79819D;
                            line-height: 21px;
                            text-align: left;
                        }
                    }
                }
            }
            .fr{
                width: 720px;
                height: 430px;
                overflow: hidden;
                img{
                    width: 720px;
                    height: 430px;
                }
            }
        }
    }
}

/*********响应式样式******************/
/* 超小设备 (手机, 760px 以下屏幕设备) */
@media only screen and (max-width: 760px) {
    .w1500{
        display: none;
    }
    .bth{
        height: auto;
    }
	.navbar {
        height: 65px;
        .navbar-toggler {
            width: 80px;
            box-shadow: none;
            background: #fff;
        }
        .navbar-collapse{
            background-color: #62A3FF;
            button{
                display: none;
            }
        }
        li{
            padding: 0 10px;
            font-size: 14px;
        }
        .active::after{
            display: none;
        }
        .active{
            font-size: 15px;
        }
    }
    .carousel-inner1 {
        .title{
            font-size: 25px;
            top: 120px;
            line-height: 26px;
        }
        .desc{
            font-size: 20px;
            top: 160px;
            line-height: 26px;
        }
        button{
            display: none;
        }
        img{
            height: 300px;
        }
    }
    .menu{
        height: auto;
        top: 0;
        display: block;
        padding: 15px;
        dl{
            dt{
                margin: 0;
                margin-right: 15px;
                img{
                    width: 60px;
                    height: 60px;
                }
            }
            dd{
                
                margin: 0;
            }
        }
    }
    .company{
        .title{
            padding: 10px 10px 0;
            box-sizing: border-box;
            .fl{
                img{
                    width: auto;
                    height: 40px;
                }
            }
            .fr{
                display: none;
            }
        }
        .content{
            height: auto;
            .fl{
                width: auto;
                height: auto;
                padding: 10px;
                .name{
                    font-size: 16px;
                    img{
                        width: 18px;
                        height: 18px;
                    }
                }
                .btn{
                    width: 120px;
                    height: 28px;
                    margin-top: 20px;
                    font-size: 12px;
                }
                .desc{
                    font-size: 12px;
                    margin-top: 10px;
                }
                .zizhi{
                    display: none;
                }
            }
            .fr{
                width: auto;
                height: auto;
                img{
                    width: 100%;
                    height: auto;
                }
            }
        }
    }
    .featured{
        height: auto;
        background: #F2F7FF;
        padding-top: 20px;
        padding-bottom: 20px;
        .title{
            padding: 0 10px;
            box-sizing: border-box;
            .name{
                width: auto;
                height: 40px;
            }
            .desc{
                display: none;
            }
        }
        .content{
            margin-top: 20px;
            .prev{
                width: 23px;
                height: 23px;
                display: none;
                img{
                    width: 23px;
                    height: 23px;
                }
            }
            .box{
                width: auto;
                margin: 0 10px;
                li{
                    .pic{
                        width: 100px;
                        height: 67px;
                        .img{
                            width: 100px;
                            height: 67px;
                        }
                    }
                    .name{
                        width: 100px;
                        font-size: 15px;
                        margin-top: 10px;
                    }
                    .desc{
                        width: 100px;
                        font-size: 12px;
                        line-height: 20px;
                        height: 40px;
                        margin-top: 0;
                    }
                    .btn{
                        display: none;
                    }
                }
            }
        }
    }
    .service{
        padding: 50px 0;
        height: 100%;
        .box{
            width: 100%;
            .content{
                width: 100%;
                .item{
                    width: 100%;
                    height: 150px;
                    overflow: hidden;
                    .img{
                        width: auto;
                        height: 50px;
                    }
                    .desc{
                        padding: 0 15px;
                        font-size: 13px;
                    }
                }
                .li{
                    width: 100%;
                    height: auto;
                    box-sizing: border-box;
                    background: rgba(119, 175, 255, 0.4);
                    float: left;
                    overflow: hidden;
                    padding: 20px 10px;
                    margin-right: 15px;
                    margin-top: 15px;
                    .a{
                        .fl{
                            font-size: 18px;
                            height: 32px;
                        }
                        .fr{
                            img{
                                width: 32px;
                                height: 32px;
                            }
                        }
                    }
                    .b{
                        margin-top: 20px;
                    }
                }
            }
        }
    }
    .cooperation{
        padding-top: 20px;
        .box{
            width: 100%;
            .title{
                .name{
                    width: auto;
                    height: 40px;
                }
                .desc{
                    display: none;
                }
            }
            .content{
                .a{
                    dl{
                        margin-top: 10px;
                        dt{
                            font-size: 12px;
                            img{
                                width: 15px;
                                height: 15px;
                                margin-right: 5px;
                            }
                        }
                        dd{
                            margin: 0;
                            a{
                                img{
                                    width: 124px;
                                    height: 40px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .map{
        height: auto;
        overflow: hidden;
        .title{
            height: auto;
            .pic{
                img{
                    width: 80px;
                    height: auto;
                    margin-top: 20px;
                }
            }
            img{
                width: 100%;
                height: auto;
                margin-top: 20px;
            }
        }
    }
    .banner{
        width: 100%;
        height: 200px;
        margin-top: 65px;
        .box{
            width: auto;
            height: 200px;
            left: 0;
            margin-left: 0;
            img{
                width: auto;
                height: 50px;
                top: 55px;
                left: 20px;
            }
        }
        .box1{
            width: 100%;
            height: 150px;
            position: absolute;
            justify-content: center;
            left: 5px;
            margin-left: 0;
            top: 20px;
            z-index: 2;
            .fl{
                display: none;
            }
            .fr{
                .a{
                    font-weight: 400;
                    font-size: 12px;
                    color: #FFFFFF;
                    text-align: center;
                }
                .b{
                    width: 70px;
                    height: 74px;
                    margin: 0 auto;
                    margin-top: 10px;
                    span{
                        font-weight: 400;
                        font-size: 23px;
                        color: #FFFFFF;
                        display: block;
                    }
                }
                .c{
                    width: 104px;
                    height: 30px;
                    line-height: 30px;
                    background: #62A3FF;
                    text-align: center;
                    font-weight: 600;
                    font-size: 14px;
                    color: #FFFFFF;
                    cursor: pointer;
                    margin-top: 10px;
                }
            }
            .ml{
                display: none;
                .a{
                    font-size: 14px;
                }
                .b{
                    font-size: 12px;
                    display: none;
                }
                .c{
                    margin-top: 2px;
                    display: none;
                    .n{
                        width: 146px;
                        height: 26px;
                        background: #FFA300;
                        border-radius: 2px 2px 2px 2px;
                        text-align: center;
                        line-height: 26px;
                        margin-right: 10px;
                        font-weight: 400;
                        font-size: 12px;
                    }
                }
            }
        }
    }
    .breadcrumb{
        height: 40px;
        .box{
            width: 100%;
            height: 40px;
            .fl{
                li {
                    margin-right: 30px;
                    font-size: 13px;
                    &.on{
                        color: #FFA300;
                        font-weight: bold;
                        &:after{
                            content: "";
                            bottom: -10px;
                        }
                    }
                }
            }
            .fr{
                display: none;
            }
        }
    }
    .pagination{
        margin-top: 20px;
    }
    .news-detail{
        padding: 0 0 10px;
        .content{
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 15px 10px;
            box-sizing: border-box;
            .title{
                font-size: 20px;
            }
            .tab{
                margin: 10px 0;
                span{
                    margin-right: 10px;
                }
                font-weight: 400;
                font-size: 13px;
                color: #79819D;
            }
            .contents{
                margin: 10px 0 10px;
                font-size: 12px;
                color: #333333;
                line-height: 24px;
            }
            .fd{
                p{
                    margin:0;
                    font-size: 13px;
                    color: #333333;
                    line-height: 21px;
                    a{
                        text-decoration: none;
                        color: #333333;
                    }
                }
            }
        }
    }
    .news-list{
        padding: 10px 0 20px;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
        }
        .tab{
            width: 100%;
            margin: 0 auto 0;
            ul{
                overflow: hidden;
                padding-left: 0;
                li{
                    float: left;
                    width: 120px;
                    height: 30px;
                    margin-right: 5px;
                    margin-top: 10px;
                    font-size: 13px;
                    line-height: 30px;
                }
            }
        }
        .content{
            width: 100%;
            margin-top: 10px;
            .item{
                width: 100%;
                height: 90px;
                padding: 5px;
                margin-bottom: 10px;
                .pic{
                    float: left;
                    width: auto;
                    height: 80px;
                    margin-right: 10px;
                    img{
                        width: 100%;
                        height: 100%;
                    }
                }
                .info{
                    float: left;
                    width: calc(100% - 140px);
                    .name{
                        font-size: 14px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }
                    .desc{
                        margin: 5px;
                        font-size: 12px;
                        line-height: 20px;
                        height: 40px;
                        overflow: hidden;
                        display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;    /* 限制最多显示3行 */
                            overflow: hidden;
                            text-overflow: ellipsis;  /* 可选，部分浏览器不生效 */
                            word-break: break-word;
                    }
                    .btn{
                       display: none;
                    }
                }
                &:hover{
                    
                    background: #62A3FF;
                    .info{
                        .name{
                            color: #FFFFFF;
                        }
                    }
                    .desc{
                        color: #FFFFFF;
                    }
                    .btn{
                        background: #FFA300;
                        color: #FFFFFF;
                        .img1{
                            display: inline;
                        }
                        .img2{
                            display: none;
                        }
                    }
                }
            }
        }
    }
    .business{
        padding: 10px 0;
        height: auto;
        overflow: hidden;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 60px;
            }
        }
        .content{
            width: 100%;
            margin-top: 10px;
            .prev,.next {
                display: none;
            }
            .box{
                width: 100%;
                overflow: hidden;
                .b{
                    width: 200px !important;
                    height: auto;
                    margin-right: 10px !important;
                    &:last-child{
                        margin-right: 0;
                    }
                    .pic{
                        margin-top: 20px; 
                        width: 200px;
                        height: auto;
                        overflow: hidden;
                        .img{
                            width: 100%;
                            height: auto;
                            display: block;
                        }
                    }
                    .icon{
                        width: 30px;
                        height: 30px;
                        position: absolute;
                        left: 10px;
                        top: 10px;
                        z-index: 2;
                    }
                    .name{
                        padding: 0 5px;
                        font-size: 14px;
                        margin-top: 10px;
                    }
                    .desc{
                        padding: 0 5px 10px;
                        font-weight: 400;
                        font-size: 12px;
                        color: #79819D;
                        line-height: 20px;
                        text-align: left;
                        margin-top: 5px;
                    }
                }
            }
        }
        .btn{
            margin-top: 20px;
        }
    }
    .cash{
        padding: 10px 0;
        .title{
            width: 100%;
            font-size: 15px;
            color: #2F3034;
            line-height: 30px;
            text-align: left;
            img{
                width: 20px;
                height: 20px;
                margin-right: 5px;
            }
        }
        .content{
            width: 100%;
            margin: 0 auto;
            margin-top: 10px; 
            .box{
                width: 110%;
            }
            .a{
                width: 180px;
                height: auto;
                float: left;
                margin-right: 10px;
                margin-bottom: 10px;
                position: relative;
                .pic{
                    width: 180px;
                    height: 180px;
                    overflow: hidden;
                }
                image{
                    width: 100%;
                    height: 100%;
                }
                .name{
                    width: 100%;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    font-weight: 500;
                    font-size: 14px;
                    padding: 10px 15px;
                }
            }
        }
    }
    .cashs{
        padding: 10px 0;
        .box{
            width: 100%;
            padding: 0 10px 10px;
            .title{
                padding-top: 10px;
                font-size: 13px;
                img{
                    width: 20px;
                    height: 20px;
                    margin-right: 5px;
                }
            }
            .content {
                margin-top: 10px;
                overflow: hidden;
                .a{
                    width: 110%;
                    overflow: hidden;
                    .pic{
                        width: 180px;
                        height: 130px;
                        overflow: hidden;
                        float: left;
                        margin-right: 10px;
                        margin-left: 0;
                        margin-bottom: 10px;
                        img{
                            width: 180px;
                            height: 130px;
                        }
                    }
                }
                .b{
                    font-size: 12px;
                }
                .desc{
                    font-size: 12px;
                    line-height: 26px;
                    margin-top: 10px;
                }
                .c{
                    width: 100%;
                    height: 100%;
                    background: #FFFFFF;
                    border-radius: 0px 0px 0px 0px;
                    border: 0 solid #F0F0F0;
                    border-top: 1px solid #F0F0F0;
                    display: block;
                    align-items: center;
                    overflow: hidden;
                    dl{
                        margin: 0;
                        width: 50%;
                        padding: 0 5px;
                        float: left;
                        border-bottom: 1px solid #F0F0F0;
                        border-right: 1px solid #F0F0F0;
                        text-align: center;
                        &:first-child{
                            
                            border-left-color: #F0F0F0;
                        }
                        dt{
                            font-weight: bold;
                            font-size: 12px;
                            color: #333333;
                            margin-top: 5px;
                        }
                        dd{
                            margin: 0;
                            font-size: 12px;
                            color: #999999;
                        }
                    }
                }
                .d{
                    width: 48%;
                    float: left;
                    margin-bottom: 10px;
                    overflow: hidden;
                    .pic{
                        width: 160px;
                        height: 100px;
                        overflow: hidden;
                        margin-right: 20px;
                        float: none;
                        img{
                            width: 160px;
                            height: 100px;
                        }
                    }
                    .name{
                        font-size: 14px;
                    }
                    .desc{
                        font-weight: 400;
                        font-size: 12px;
                        color: #9BA0AE;
                        line-height: 22px;
                        text-align: left;
                        height: 44px;
                        margin-top: 0;
                    }
                    &:nth-child(2n){
                        margin-left: 10px;
                    }
                }
            }
        }
    }
    .modals{
        .modals-dialog{
            width: 360px;
            position: absolute;
            left: 50%;
            margin-left: -180px;
            top: 20%;
            background: #fff;
        }
        .modals-header{
            height: 30px;
            background: #F6F6F6;
            padding: 0 05px;
            display:flex;
            align-items: center;
            justify-content: space-between;
            font-weight: 600;
            font-size: 14px;
            color: #333333;
            box-sizing: border-box;
            img{
                width: 20px;
                height: 20px;
                cursor: pointer;
            }
        }
        .modals-body{
            padding: 5px;
            .c{
                width: 200px;
                height: 40px;
                background: #FFA300;
                margin: 0 auto 0;
                text-align: center;
                line-height: 40px;
                font-weight: 600;
                font-size: 12px;
            }
            .b{
                margin-top: 10px;
                display:flex;
                align-items: center;
                .fl{
                    flex: 1;
                    margin-right: 10px;
                    .item{
                        overflow: hidden;
                        display: flex;
                        align-items: center;
                        margin-bottom: 10px;
                        .l{
                            width: 80px;
                            font-weight: 400;
                            font-size: 12px;
                            color: #333333;
                            text-align: left;
                        }
                        .t{
                            flex: 1;
                            font-weight: 400;
                            font-size: 12px;
                            color: #212121;
                            .form-control{
                                font-size: 12px;

                            }
                        }
                    }
                }
                .fr{
                    display: none;
                }
            }
            .a{
                display:flex;
                align-items: center;
                img{
                    width: 210px;
                    height: 140px;
                    cursor: pointer;
                    margin-right: 30px;
                    display: none;
                }
                .info{
                    flex;
                    .name{
                        font-weight: 600;
                        font-size: 15px;
                        color: #2F3034;
                        text-align: left;
                    }
                    .desc{
                        font-weight: 500;
                        font-size: 12px;
                        color: #9BA0AE;
                        text-align: left;
                    }
                }
            }
        }
    }
    .maps{
        margin-top: 10px;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
        }
        .desc{
            width: 100%;
            margin: 0 auto;
            margin-top: 10px;
            padding: 0 10px;
            box-sizing: border-box; 
            img{
                width: 100%;
                height: auto;
            }
        }
        .content{
            width: 100%;
            margin-top: 10px;
            padding: 0 10px;
            box-sizing: border-box; 
            .hd{
               font-size: 15px;
            }
            .bd{
                dl{
                    margin: 0;
                    dt{
                        font-size: 13px;
                        line-height: 30px;
                        margin-top: 10px;
                    }
                    dd{
                        flex: 1;
                        margin: 0;
                        ul {
                            padding: 0;
                            li{
                                padding: 0 10px;
                                line-height: 30px;
                                margin-right: 5px;
                                margin-top: 10px;
                                font-size: 12px;
                            }
                        }
                    } 
                }
            }
            .fd{
                width: 100%;
                height: 120px;
                position: relative;
                margin-top: 10px;
                .box{
                    width: 100%;
                    height: 120px;
                }
                .pics{
                    .swiper-slide{
                        width: 200px;
                        height: auto;
                        overflow: hidden;
                    }
                    img{
                        width: 200px;
                        height: auto;
                    }
                }
                .prev {
                   display: none;
                }
                .next {
                    display: none;
                }
            }
        }
    }
    .us{
        width: 100%;
        margin-top: 10px;
        height: auto;
        overflow: hidden;
        background-size: cover;
        .title{
            width: 100%;
            margin: 0 auto;
            padding: 10px 10px 0;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
        }
        .content{
            width: 100%;
            padding:  0 10px;
            box-sizing: border-box;
            dl{
                width: 100%;
                padding: 5px;
                margin: 0;
                height: 100%;
                margin-top: 10px;
                box-sizing: border-box;
                float: left;
                &:nth-child(2n){
                    margin-left: 0;
                }
                dt{
                    font-size: 16px;
                    line-height: 24px;
                }
                dd{
                    margin: 0;
                    margin-top: 10px;
                    .fl{
                        width: 100px;
                        font-size: 12px;
                        margin-right: 10px;
                    }
                    .fr{
                        flex: 1;
                        .item{
                            display: flex;
                            align-items: flex-start;
                            margin-bottom: 5px;
                            overflow: hidden;
                        }
                        .a{
                            img{
                                width: 13px;
                                height: 13px;
                                margin-right: 5px;
                            }
                        }
                        .b{
                            font-size: 12px;
                            line-height: 20px;
                        }
                    }
                }
            }
        }
    }
    .ckbox{
        padding: 10px 0 ;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
        }
        .content{
            width: 100%;
            box-sizing: border-box;
            .b{
                margin-top: 10px;
                .carousel{
                    height: auto;
                    padding-bottom: 40px;
                    box-sizing: border-box;
                }
                .carousel-indicators{
                    .active{
                        background-color: #FFA300;
                        opacity: 1 !important;
    
                    }
                }
                .carousel-inner{
                    height: auto;
                    background: transparent;
                }
                .carousel-item{
                    width: 100%;
                    height: auto;
                    .fl{
                        width: 100%;
                        img{
                            width: 100%;
                            height: 100%;
                        }
                    }
                    .fr{
                        width: 100%;
                        height: 100%;
                        padding: 10px;
                        box-sizing: border-box;
                        overflow: hidden;
                        background: #fff;
                        img{
                            margin-top: 10px;
                            width: auto;
                            height: 30px;
                        }
                        .name{
                            font-size: 18px;
                            margin-top: 10px;
                        }
                        
                        .desc{
                            margin-top: 10px;
                            font-size: 12px;
                            margin-top: 10px;
                        }
                    }
                }
            }
            .a{
                margin-top: 10px;
                .carousel{
                    height: auto;
                    padding-bottom: 40px;
                    box-sizing: border-box;
                }
                .carousel-indicators{
                    .active{
                        background-color: #FFA300;
                        opacity: 1 !important;
    
                    }
                }
                .carousel-inner{
                    height: auto;
                    background: transparent;
                }
                .carousel-item{
                    width: 100%;
                    height: auto;
                    .fl{
                        width: 100%;
                        img{
                            width: 100%;
                            height: 100%;
                        }
                    }
                    .fr{
                        width: 100%;
                        height: 100%;
                        padding: 10px;
                        box-sizing: border-box;
                        overflow: hidden;
                        background: #fff;
                        dl{
                            display: flex;
                            align-items: center;
                            margin: 0;
                            margin-top: 10px;
                            &:first-child{
                                margin-top: 10px;
                            }
                            dt{
                                img{
                                    width: 15px;
                                    height: 15px;
                                    margin-right: 10px;
                                }
                            }
                            dd{
                                margin: 0;
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
        .vk{
            padding: 20px 0;
            background-size: cover;
            .box{
                width: 100%;
                overflow: hidden;
                background: #fff;
                .fl{
                    width: 100%;
                    padding: 5px 10px;
                    box-sizing: border-box;
                    .b{
                        width: 105%;
                        overflow: hidden;
                        margin-top: 10px;
                        img{
                            width: 33.3%;
                            float:left;
                            height: auto;
                            display: block;
                        }
                    }
                    .a{
                        overflow: hidden;
                        dl{
                            width: 100%;
                            margin: 0;
                            float: left;
                            display: flex;
                            align-items: center;
                            margin-top: 10px;
                            dt{
                                img{
                                    width: 30px;
                                    height: 30px;
                                    margin-right: 5px;
                                }
                            }
                            dd{
                                margin: 0;
                                font-weight: 600;
                                font-size: 12px;
                                color: #2F3034;
                                p{
                                    padding: 0;
                                    margin: 0;
                                    font-weight: 500;
                                    font-size: 14px;
                                    color: #9BA0AE;
                                }
                            }
                        }
                    }
                }
                .fr{
                    width: 100%;
                    height: auto;
                    border-radius: 50px 0px 0 50px;
                    padding: 20px;
                    .name{
                        font-size: 15px;
                        img{
                            width: 30px;
                            height: 30px;
                            margin-right: 8px;
                        }
                    }
                    .desc{
                        font-size:12px;
                    }
                    .fd{
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin-top: 20px;
                        .ads{
                            width: auto;
                            height: 38px;
                        }
                        .small{
                            width: 30px;
                            height: 30px;
                        }
                    }
                }
            }
        }
        .youshi{
            padding: 20px 0;
            .title{
                width: 100%;
                margin: 0 auto 0;
                font-size: 24px;
            }
            .content{
                width: 100%;
                .a{
                    margin-top: 10px;
                    &:first-child{
                        margin-top: 20px;
                    }
                    .carousel{
                        height: auto;
                        padding-bottom: 60px;
                        box-sizing: border-box;
                    }
                    .carousel-indicators{
                        .active{
                            background-color: #FFA300;
                            opacity: 1 !important;
        
                        }
                    }
                    .carousel-inner{
                        height: auto;
                        background: #FFFFFF;
                    }
                    .carousel-item{
                        width: 100%;
                        height: auto;
                        .fl{
                            width: 100%;
                            img{
                                width: 100%;
                                height: 100%;
                            }
                        }
                        .fr{
                            width: 100%;
                            height: 100%;
                            padding: 10px;
                            box-sizing: border-box;
                            overflow: hidden;
                            background: #fff;
                            img{
                                margin-top: 10px;
                                width: auto;
                                height: 30px;
                            }
                            .desc{
                                margin-top: 10px;
                                font-size: 12px;
                                margin-top: 10px;
                            }
                            .name{
                                padding-top: 10px;
                                span{
                                    font-size: 32px;
                                    line-height: 32px;
                                }
                                font-size: 18px;
                                color: #2F3034;
                            }
                        }
                    }
                }
            }
        }
        .shineng{
             padding: 20px 0;
             .title{
                font-size: 24px;
             }
             .box{
                margin-top: 20px;
                img{
                    width: 100%;
                }
             }
        }
    }
    .anli{
        padding: 20px 0;
        overflow: hidden;
        .filter{
            width: 100%;
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
            margin: 0 auto;
            padding: 0 5px;
            box-sizing: border-box;
            dl{
                margin: 0;
                display: flex;
                align-items: flex-start;
                padding-top: 10px;
                padding-bottom: 0;
                border-bottom: 1px solid #E0E0E0;
                dt{
                    font-weight: 500;
                    font-size: 13px;
                    color: #333333;
                    text-align: right;
                    span{
                        display: block;
                        font-size: 13px;
                        margin-top: 10px;
                        color: #666666;
                        cursor: pointer;
                    }
                }
                dd{
                    margin: 0;
                    flex: 1;
                    .li{
                        cursor: pointer;
                        font-weight: 400;
                        font-size: 14px;
                        color: #666666;
                        text-align: left;
                        float: left;
                        margin-bottom: 10px;
                        margin-left: 20px;
                        
                    }
                    .li-on{
                        color: #FFA300;
                    }
                }
                &.on{
                    span{
                        color: #FFA300;
                    }
                }
            }
        }
        .list{
            width: 100%;
            margin-top: 10px;
            overflow: hidden;
            .box{
                width: 100%;
            }
           .a{
                width: 100%;
                height: 333px;
                background: #FFFFFF;
                box-sizing: border-box;
                margin-right: 0;
                margin-bottom: 10px;
                float: left;
                position: relative;
                .status{
                    width: 75px;
                    height: 36px;
                    background: #F4F4F4;
                    border-radius: 0px 0px 0px 2px;
                    text-align: center;
                    line-height: 36px;
                    font-weight: 500;
                    font-size: 14px;
                    color: #666666;
                    position: absolute;
                    right: 0;
                    top: 0;
                    z-index: 2;
                }
                .status1{
                    width: 95px;
                    height: 36px;
                    background: #DBEEF8;
                    border-radius: 0px 0px 0px 2px;
                    text-align: center;
                    line-height: 36px;
                    font-weight: 500;
                    font-size: 14px;
                    color: #006AFF;
                    position: absolute;
                    right: 0;
                    top: 0;
                    z-index: 2;
                }
                .pic{
                    width: 355px;
                    height: 155px;
                    img{
                        width: 100%;
                        height: 100%;
                    }
                }
                .name{
                    padding: 0 20px;
                    font-weight: 500;
                    font-size: 15px;
                    color: #333333;
                    text-align: left;
                    line-height: 20px;
                    height: 40px;
                    margin-top: 10px;
                }
                .time{
                    padding: 0 20px;
                    font-weight: 500;
                    font-size: 14px;
                    color: #999999;
                    text-align: left;
                    margin-top: 10px;
                }
                .desc{
                    padding: 0 20px;
                    display: flex;
                    align-items:center;
                    justify-content: space-between;
                    margin-top: 10px;
                    .fl{
                        font-weight: 400;
                        font-size: 13px;
                        color: #999999;
                        text-align: left;
                        span{
                            color: #FFA300;
                        }
                    }
                    .fr{
                        display: flex;
                        align-items:center;
                        font-weight: 400;
                        font-size: 13px;
                        color: #FC4343;
                        img{
                            width: 16px;
                            height: 16px;
                            margin-right: 5px;
                        }
                    }
                }
                .btns{
                    padding: 0 20px;
                    display: flex;
                    align-items:center;
                    justify-content: flex-end;
                    margin-top: 15px;
                    a{
                        display: flex;
                    align-items:center;
                    justify-content: flex-end;
                    }
                    .look{
                        width: 103px;
                        height: 30px;
                        line-height: 30px;
                        background: #FFA300;
                        text-align: center;
                        font-weight: 500;
                        font-size: 13px;
                        color: #FFFFFF;
                        margin-right: 15px;
                    }
                    .join{
                        width: 103px;
                        height: 30px;
                        background: #62A3FF;
                        text-align: center;
                        line-height: 30px;
                        font-weight: 500;
                        font-size: 13px;
                        color: #FFFFFF;
                    }
                }
           }
        }
    }
    .kaocha{
        margin-top: 10px;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
            .name{
                width: 100%;
                height: auto;
                float: left;
            }
            .name3{
                width: auto;
                height: 30px;
                float: left;
            }
            .name1{
                width: 100%;
                height: auto;
                float: left;
            }
            .desc{
                display: none;
            }
        }
        .content{
            width: 100%;
            margin-top: 10px;
            padding: 10px;
            box-sizing: border-box;
            overflow: hidden;
            background: #f6f6f6;
            .b{
                width: 100%;
                float: left;
                height: auto;
                background: #fff;
                border: 1px solid #FFFFFF;
                overflow: hidden;
                margin-top: 10px;
                &:last-child{
                    margin-right: 0;
                }
                .pic{
                    width: 100%;
                    height: auto;
                    img{
                        width: 100%;
                        height: 100%;
                        display: block;
                    }
                }
                .name{
                    font-weight: 600;
                    font-size: 16px;
                    margin-top: 10px;
                }
                .desc{
                    font-size: 13px;
                    margin-top: 10px;
                    padding-bottom: 10px;
                }
            }
            .a{
                width: 100%;
                height: 100%;
                overflow: hidden;
                padding: 5px;
                box-sizing: border-box;
                float: left;
                .name{
                    font-size: 18px;
                    img{
                        bottom: 0;
                    }
                }
                .desc{
                    font-size: 12px;
                    p{
                        margin: 5px 0 5px;
                        font-size: 14px;
                    }
                }
                .btn{
                    width: 120px;
                    height: 30px;
                    font-size: 12px;
                    img{
                        width: 16px;
                        height: 10px;
                        margin-left: 5px;
                    }
                }
            }
        } 
    }
    .location{
        padding: 10px 0 ;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
        }
        .content{
            width: 100%;
            margin-top: 10px;
            box-sizing: border-box;
            .bg1{
                padding: 10px;
                overflow: hidden;
            }
            .bg2{
                padding: 10px;
                background: #FFFFFF;
                overflow: hidden;
                .fr{
                    float: left;
                }
                .fl{
                    float: right;
                }
            }
            .b{
                width: 100%;
                .fl{
                    width: 100%;
                    .name{
                        font-size: 18px;
                    }
                    .desc{
                        dl{
                            margin: 0;
                            margin-top: 10px;
                            dt{
                                font-size: 14px;
                                &:after{
                                    content: "";
                                    height: 10px;
                                    margin-top: -5px;
                                }
                            }
                            dd{
                                margin: 0;
                                font-size: 12px;
                            }
                        }
                    }
                }
                .fr{
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    img{
                        width: 100%;
                        height: 100%;
                    }
                }
            }
            .a{
                width: 100%;
                .fl{
                    width: 100%;
                    .name{
                        font-size: 18px;
                    }
                    .desc{
                        dl{
                            margin: 0;
                            margin-top: 20px;
                            overflow: hidden;
                            dt{
                                font-size: 14px;
                                &:after{
                                    content: "";
                                    height: 10px;
                                    margin-top: -5px;
                                }
                            }
                            dd{
                                margin: 0;
                                font-size: 12px;
                            }
                        }
                    }
                }
                .fr{
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    img{
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }
    }
    .professional{
        padding: 10px 0 ;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
        }
        .content{
            width: 100%;
            box-sizing: border-box;
            .a{
                overflow: hidden;
                width: 100%;
                height: auto;
                margin: 10px auto;
                padding: 5px;
                background: #FFFFFF;
                box-sizing: border-box;
                .con-left{
                    width: 100%;
                    height: auto;
                    text-align: center;
                    margin-top: 20px;
                    overflow: hidden;
                    img{
                        width: 188px;
                        margin: 8px 0;
                    }
                    .txt{
                        font-size: 12px;
                        color: #999999;
                    }
                }
                .con-right{
                    width: 100%;
                    margin-top: 20px;
                    .name{
                        overflow: hidden;
                        margin-bottom: 10px;
                        img{
                            float: left;
                            width: 18px;
                            margin-right: 5px;
                        }
                        span{
                            float: left;
                            font-weight: 600;
                            font-size: 16px;
                            line-height: 20px;
                            color: #333333;
                        }
                    }
                    .desc{
                        dl{
                            margin: 0;
                            margin-bottom: 10px;
                            dt{
                                float: left;
                                margin-right: 10px;
                                img{
                                    float: left;
                                    width: 20px;
                                    height: 20px;
                                }
                            }
                            dd{
                                margin: 0;
                                font-size: 12px;
                                color: #2F3034;
                                line-height: 20px;
                            }
                        }
                    }
                }
            }
            .b{
                overflow: hidden;
                 width: 105%;
                 .item{
                    float: left;
                    width: 177px;
                    height: auto;
                    margin-left: 10px;
                    margin-right: 0;
                    margin-bottom: 10px;
                    overflow: hidden;
                    &:nth-child(4n){
                        margin-right: 0;
                    }   
                   .pic{
                        width: 177px;
                        height: 170px;
                        overflow: hidden;
                     img{
                        width: 100%;
                        height: 100%;
                    }
                   }
                    .name{
                        overflow: hidden;
                        height: 30px;
                        .fl{
                            width: 100%;
                            height: 30px;
                            padding: 0;
                            background: #62A3FF;
                            box-sizing: border-box;
                            font-weight: 500;
                            font-size: 12px;
                            line-height: 30px;
                            color: #FFFFFF;
                        }
                        .fr{
                            display: none;
                        }
                    }
                 }
            }
       }
    }
    .tour{
        padding: 10px 0 ;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
        }
        .content{
            width: 100%;
            margin-top: 10px;
            padding: 0 10px 10px;
            box-sizing: border-box;
            .btn{
                margin-top: 20px;
            }
            .a{
                display: none;
            }
            .b{
                border: 1px solid;
                border-image: linear-gradient(180deg, rgba(0, 106, 255, 0), rgba(0, 106, 255, 0.3)) 1 1;
                margin-top: 20px;
                dl{
                    overflow: hidden;
                    margin: 0;
                    dt{
                        font-weight: 400;
                        font-size: 13px;
                        color: #2F3034;
                        text-align: left;
                        height: 30px;
                        line-height: 30px;
                        padding-left: 5px;
                        background: linear-gradient( 90deg, rgba(98,163,255,0.15) 0%, rgba(216,232,255,0) 100%);
                        border-left: 3px solid #62A3FF;
                    }
                    dd{
                        margin: 0;
                        overflow: hidden;
                        padding: 0 10px 5px;
                        .item{
                            width: 100%;
                            float: left;
                            margin-top: 20px;
                            overflow: hidden;
                            .fl{
                                width: 100%;
                                font-size: 13px;
                            }
                            .fr{
                               
                                .form-check{
                                    cursor: pointer;
                                    width: 60px;
                                    font-weight: 400;
                                    font-size: 14px;
                                    color: #666666;
                                    text-align: left;
                                    float: left;
                                }
                                display: flex;
                                align-items: center;
                                .date{
                                    width: 180px;
                                    position: relative;
                                    img{
                                        width: 20px;
                                        height: 20px;
                                        position: absolute;
                                        right: 10px;
                                        top: 8px;
                                        z-index: 2;
                                    }
                                }
                                .line{
                                    flex: 1;
                                    font-size: 14px;
                                    color: #212121;
                                    text-align: center;
                                }
                                .form-control, .form-select{
                                    font-weight: 400;
                                    font-size: 14px;
                                    color: #212121;
                                    text-align: left;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .services{
        padding: 10px 0 20px;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
        }
        .tab{
            width: 100%;
            margin: 0 auto 0;
            ul{
                overflow: hidden;
                padding-left: 0;
                li{
                    float: left;
                    width: 120px;
                    height: 30px;
                    margin-right: 5px;
                    margin-top: 10px;
                    font-size: 13px;
                    line-height: 30px;
                }
            }
        }
        .jeishao{
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
            margin-top: 10px;
            background: #FFFFFF;
            padding: 10px;
            box-sizing: border-box;
            .fl{
                width: 100%;
                height: auto;
                background: #62A3FF;
                padding: 10px;
                box-sizing: border-box;
                margin-right: 0;
                .name{
                    font-size: 20px;
                }
                .sub{
                    font-size: 12px;
                }
                .desc{
                    font-size: 12px;
                    line-height: 24px;
                    margin-top: 10px;
                }
                .fd{
                    img{
                        width: 20px;
                        height: 20px;
                    }
                }
            }
            .fr{
                width: 100%;
                padding: 10px;
                box-sizing: border-box;
                dl{
                    display: flex;
                    align-items: flex-start;
                    margin-top: 10px;
                    &:first-child{
                        margin-top: 0;
                    }
                    dt{ 
                        margin-right: 10px;
                        img{
                            width: 24px;
                            height: 24px;
                        }
                    }
                    dd{
                        .name{
                            font-size: 12px;
                        }
                        .desc{
                            font-size: 12px;
                        }
                    }
                }
            }
        }
        .content{
            width: 100%;
            margin-top: 10px;
            padding: 0 10px 10px;
            box-sizing: border-box;
            .a{
                .name{
                    font-weight: 600;
                    font-size: 12px;
                    color: #2F3034;
                    margin-top: 10px;
                    img {
                        width: 20px;
                        height: 20px;
                    }
                }
                .desc{
                    width: 100%;
                    height: auto;
                    margin-top: 10px;
                    display: block;
                    overflow: hidden;
                    dl{ 
                        float: left;
                        display: flex;
                        width: 100%;
                        align-items: center;
                        margin: 10px 0 10px 10px;
                        dt{
                            .img1 {
                                width: 30px;
                                height: 30px;
                                margin-right: 5px;
                            }
                            .img2 {
                                width: 30px;
                                height: 30px;
                            }
                        }
                        dd{
                            margin: 0;
                            font-size: 12px;
                            span{
                                font-size: 12px;
                            }
                        }
                    }
                }
                .sub{
                    font-size: 13px;
                    margin-top: 10px;
                }
                .desc3{
                    width: 100%;
                    margin-top: 10px;
                    img{
                        width: 100%;
                        height: auto;
                    }
                }
                .desc1{
                    width: 100%;
                    margin-top: 10px;
                    .line{
                        font-weight: 400;
                        font-size: 13px;
                        color: #9BA0AE;
                        text-align: center;
                        img {
                            width: 100%;
                            height: auto;
                        }
                    }
                    dl{
                        flex: 1;
                        text-align: center;
                        dt{
                            .img2 {
                                width: 20px;
                                height: 20px;
                            }
                        }
                        dd{
                            font-size: 12px;
                            span{
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
    .policies-list{
        padding: 10px 0 20px;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
        }
        .tab{
            width: 100%;
            margin: 0 auto 0;
            ul{
                overflow: hidden;
                padding-left: 0;
                li{
                    float: left;
                    width: 120px;
                    height: 30px;
                    margin-right: 5px;
                    margin-top: 10px;
                    font-size: 13px;
                    line-height: 30px;
                }
            }
        }
        .content{
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
            margin-top: 10rpx;
            a{
                width: 100%;
                height: 80px;
                float: left;
                margin-top: 10px;
                &:nth-child(2n) {
                    margin-left: 0;
                }
                .item{
                    width: 100%;
                    height: 80px;
                    background: #FFFFFF;
                    display: flex;
                    align-items: center;
                    padding: 10px 10px;
                    box-sizing: border-box;
                    transition: all 0.2s;
                    .year{
                        width: 84px;
                        height: 64px;
                        background: #F6F6F6;
                        margin-right: 10px;
                        font-weight: 500;
                        font-size: 12px;
                        color: #9BA0AE;
                        text-align: center;
                        .tag{
                            font-weight: 800;
                            font-size: 15px;
                            color: #9BA0AE;
                            margin-top: 10px;
                        }
                        .line{
                            width: 26px;
                            height: 1px;
                            background: #9BA0AE;
                            margin: 5px auto;
                        }
                    }
                    .info{
                        flex: 1;
                        max-width: 300px;
                        .name{
                            font-weight: 600;
                            font-size: 15px;
                            color: #2F3034;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                        }
                        .desc{
                            font-weight: 400;
                            font-size: 12px;
                            color: #9BA0AE;
                            line-height: 21px;
                            text-align: left;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;    /* 限制最多显示3行 */
                            overflow: hidden;
                            text-overflow: ellipsis;  /* 可选，部分浏览器不生效 */
                            word-break: break-word;
                            margin-top: 2px;
                        }
                    }
                    
                }
                .item-on{
                    background: #61A2FE;
                    .year{
                        background: rgba(255,255,255,0.1);
                        color: #9BA0AE;
                        color: #FFFFFF;
                        .tag{
                            color: #FFFFFF;
                        }
                        .line{
                            background: #FFFFFF;
                        }
                    }
                    .info{
                        flex: 1;
                        .name{
                            color: #FFFFFF;
                        }
                        .desc{
                            color: #FFFFFF;
                        }
                    }
                }
            }
        }
    }
    .policies{
        padding: 10px 0 20px;
        .title{
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            img{
                width: auto;
                height: 30px;
            }
        }
        .policies-con{
            width: 100%;
            margin: 10px auto 4px;
            padding: 5px;
            .fl{
                width: 100%;
                height: 240px;
                .carousel{
                    width: 100%;
                    height: 100%;
                    .carousel-indicators{
                        display: none;
                    }
                    .carousel-inner{
                        .carousel-item{
                            position: relative;
                            .pic{
                                width: auto;
                                height: 100%;
                            }
                            .tit{
                                width: 100%;
                                height: 32px;
                                padding: 5px 10px;
                                font-size: 12px;
                                box-sizing: border-box;
                                bottom: 0;
                            }
                        }
                    }
                    
                }
            }
            .fr{
                width: 100%;
                height: auto;
                padding: 10px 10px 20px;
                box-sizing: border-box;
                .name{
                    font-size: 16px;
                    line-height: 24px;
                }
                .time{
                    font-size: 12px;
                    margin: 10px 0 ;
                }
                .desc{
                    font-size: 12px;
                    height: auto;
                    margin-bottom: 10px;
                    div{
                        margin-bottom: 10px;
                    }
                }
                .btn{
                    width: 80px;
                    height: 30px;
                    padding: 0;
                    background: #FFA300;
                    font-size: 13px;
                    line-height: 30px;
                }
            }
        }
        .list{
            width: 100%;
            margin: 0 auto 10px;
            .li-con {
                width: 100%;
                height: auto;
                margin-top: 10px;
                .tab{
                    width: 100%;
                    height: 35px;
                    margin: 0 auto 10px;
                    ul{
                        li{
                            height: 35px;
                            font-size: 14px;
                            line-height: 35px;
                            &.on{
                                font-size: 16px;
                               
                            }
                        }
                    }
                    .more{
                        font-size: 12px;
                    }
                }
                .content{
                    padding: 0 10px 10px;
                    ul{
                        li{
                            overflow: hidden;
                            height: 25px;
                            a{
                                margin-top: 5px;
                                font-size: 13px;
                                span{
                                    font-size: 12px;
                                }
                                .dot{
                                    float: left;
                                    width: 3px;
                                    height: 3px;
                                    margin: 8px 3px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
   

    .footer{
        padding: 0 10px;
        .fd{
                
        }
        .bd{
            width: 100%;
            height: auto;
            display: block;
            padding: 10px 0;
            .fl,.fr{
                font-size: 12px;
                float: none;
            }
        }
        .box{
            width: 100%;
            padding-top: 20px;
           
            .hd{
                padding-bottom: 20px;
            }
            .a{
                width: 100%;
                a{
                    .logo{
                        width: auto;
                        height: 40px;
                    }
                }
                .desc{
                    font-size: 14px;
                    line-height: 21px;
                    text-align: left;
                    margin-top: 20px;
                }
            }
            .c,.b{
                width: 100%;
                margin-left: 0;
                margin-bottom: 10px;
                .title{
                    font-size: 15px;
                }
                .desc {
                    margin-top: 0;
                }
            }
            .d{
                width: 100%;
                margin-left: 0;
                .title{
                    text-align: left;
                   
                }
            }
        }
    }
    .news{
        margin-top: 20px;
        padding-top: 20px;
        height: 450px;
        .title{
            padding: 0 10px;
            box-sizing: border-box;
            .name{
                width: auto;
                height: 40px;
            }
            .desc{
                display: none;
            }
        }
        .content{
            width: 100%;
            .hd{
                margin-top: 20px;
                .prev{
                    width: 24px;
                    height: 24px;
                }
                .year{
                    margin: 0 10px;
                }
            }
            .bd{
                margin-top: 0px;
                height: 350px;
                .carousel-two {
                    .carousel-indicators{
                        bottom: -50px;
                        .carousel-item{
                            width: 50px;
                            height: 3px;
                            background-color： #a1a1a1;
                        }
                        .active{
                            background-color: #FFA300;
                            height: 3px;
                        }
                    }
                   
                    .carousel-item{
                        width: 100%;
                        height: 300px;
                        .fl{
                            width: 100%;
                            height: 300px;
                            img{
                                width: 100%;
                                height: 300px;
                            }
                        }
                        .fr{
                            width: 100%;
                            height: 300px;
                            padding: 20px 10px 0 20px;
                            box-sizing: border-box;
                                font-size: 24px;
                                margin-top: 10px;
                                img{
                                    width: 24px;
                                    height: 24px;
                                }
                            }
                            .desc{
                                font-size: 12px;
                                color: #2F3034;
                                text-align: left;
                                margin-top: 10px;
                            }
                            .tag{
                                margin-top: 20px;
                                font-size: 16px;
                                color: #FFA300;
                                line-height: 32px; 
                                p{
                                    margin: 0;
                                }
                            }
                            .info{
                                margin-top: 10px;
                                font-size: 13px;
                            }
                        }
                    }
                }
            }
        }
    }
    
}


