.main{
    width: 100%;
    height: 900px;
    /*background-image:url("/home/img/main-bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    position: relative;
    z-index: 3;
}
.main .header{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    z-index: 2;
}
.main .header-left{
    width: 300px;
    height: 38px;
    margin-left: 120px;
    display: inline-block;
    float: left;
}
.main .header-left img{
    width: 60px;
    height: 37px;
}
.main .header-left text{
    margin-left: 10px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    vertical-align: middle;
    overflow: hidden;
}
.main .header-right{
    width: 720px;
    height: 80px;
    display: inline-block;
    padding-right: 80px;
    text-align: right;
    float: right;
}
.main .header-right ul{
    float: right;
}
.header-right ul li{
    list-style: none;
}
.header-right .navbar-nav li a{
    margin-right: 41px;
    text-decoration: none;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ffffff;
}
.header-right .navbar-nav .active a{
    border-bottom: 2px solid #fff;
}
.header-right ul li a:hover{
    border-bottom: 2px solid #fff;
}
.main .banner-box{
    width: 100%;
    height: 900px;
    position: absolute;
    z-index: 1;
}
.main .banner-box img{
    width: 100%;
    height: 100%;
}

.our-advantage{
    width: 100%;
    height: 900px;
    background-image: url("/home/img/advantage-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 110px 160px 0px 160px;
}
.our-advantage .title{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
    text-align: center;
}
.our-advantage .advantage-des{
    width: 100%;
    height: 400px;
    margin-top: 98px;
}
.our-advantage .advantage-des img{
    width: 250px;
    height: 400px;

}
.our-advantage .advantage-des .interval{
    margin-left: 35px;
}

.main2{
    width: 100%;
    height: 900px;
    position: relative;
}
.main2 img{
    width: 100%;
    height: 900px;
    position: absolute;
}

.main2-left{
    width: 320px;
    height: 900px;
    background: rgba(0,0,0,0.2);
    margin-left: 120px;
    position: absolute;
}
.main2-left ul {
    padding: 0;
}
.main2-left ul li{
    display: inline-block;
    width: 320px;
    height: 150px;
    /*line-height: 150px;*/
    list-style: none;
    text-align: center;
    padding: 65px 0px;

}
.main2-left ul li a{
    text-decoration: none;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;

}
.main2-left ul .active{
    background: linear-gradient(90deg, #09BBFE 0%, #5A42EC 100%);
}
/*.main2-left ul li:hover{*/
/*    background: linear-gradient(90deg, #09BBFE 0%, #5A42EC 100%);*/
/*}*/
.main3{
    width: 100%;
    height: 805px;
    background-image:url("/home/img/dot.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.main3 .main3-info{
    width: 100%;
    height: 740px;
    margin-top: 65px;
    display: inline-block;
}
.main3 .title{
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 44px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
}
.main3 .content{
    width: 100%;
    height: 374px;
    margin-top: 120px;
}
.main3 .main3-left{
    width: 560px;
    height: 374px;
    display: inline-block;
    margin-left: 120px;
    float: left;
    position: relative;
}
.main3 .ys-font{
    width: 560px;
    height: 138px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    margin-top: -138px;
    padding-left: 39px;
}
.main3-left .ys-font .time{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 30px;
    display: block;
}
.main3-left .ys-font .new-release{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
}
.main3 .ys-font .look-details{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
    display: block;
}
.main3 .main3-left img{
    width: 560px;
    height: 374px;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.main3 .main3-left:hover{
    transform: scale(1.1);
}
.main3 .main3-center{
    width: 20px;
    height: 344px;
    display: inline-block;
    margin-left: 80px;
    margin-top: 15px;
}
.main3 .main3-center img{
    width: 20px;
    height: 344px;
    transition: transform 0.3s ease;
}
.main3 .main3-right{
    width: 600px;
    height: 374px;
    display: inline-block;
    float: right;
    text-align: left;
    margin-left: 50px;
}
.main3 .main3-right .all{
    width: 100%;
    height: 160px;

}
.main3 .main3-right .time{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.main3 .main3-right .data{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.main3-right .all-one{
    width: 100%;
    height: 57px;
}
.main-bottom{
    width: 100%;
    height: 70px;
    text-align: center;
    display: inline-block;
    margin-top: 80px;
    line-height: 70px;

}
.main-bottom .btn{
    width: 220px;
    height: 70px;
    line-height: 54px;
    background: #0066D5;
    border-radius: 10px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.main-bottom .btn:hover{
    transform: scale(1.1);
}

.main-bottom .btn img{
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.main4{
    width: 100%;
    height: 533px;
    margin-top: 40px;
}
.main4 .partner-box{
    width: 100%;
    height: 533px;
    background: rgba(0,72,175,0.1);
}
.main4 .partner-box .title{
    width: 100%;
    height: 150px;
    line-height: 150px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
    text-align: center;
}
.main4 .partner-box .partner-body{
    width: 100%;
    height: 318px;
    overflow: hidden;
    /*position: relative;*/
}
.main4 .partner-box .partner-body .partner-all{
    /*width: 100%;*/
    /*height: 134px;*/
    /*overflow: hidden;*/
    position: relative;
    left: -320px;
}
.main4 .partner-box .partner-body .partner-all2{
    position: relative;
    left: -320px;
    top: 154px;
}
.main4 .partner-box .partner-body .img-box{
    width: 340px;
    height: 134px;
    position: absolute;
    text-align: center;
}
.main4 .partner-box .partner-body .swiper-container-partner{
    width: 100%;
    height: 134px;
}
.main4 .partner-box .partner-body img{
    width: 320px !important;
    height: 100%;
    margin-right: 20px !important;
}
.main4 .partner-box .partner-body .swiper-container-partner .swiper-wrapper .swiper-slide-width{
    width: 660px !important;
    height: 100%;
}
.main4 .partner-box .partner-body .swiper-container-partner .swiper-wrapper .swiper-slide .partner-logo{
    width: 320px;
    height: 134px;
    margin-right: 20px !important;
}
.main4 .partner-box .partner-body .swiper-container-partner .swiper-wrapper .swiper-slide .partner-logo1{
    width: 660px;
    height: 134px;
    margin-right: 20px !important;
}



.regarding-scheme{
    width: 100%;
    /*height: 2140px;*/
    height: 2226px;
    position: relative;
    z-index: 5;
}
.regarding-scheme .regarding-tu{
    width: 100%;
    height: 242px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}
.regarding-scheme .regarding-tu,.regarding-tu1,.regarding-tu2 img{
    width: 100%;
    height: 100%;
}
.regarding-scheme .regarding-tu1{
    width: 644px;
    height: 602px;
    position: absolute;
    z-index: 1;
    top: 282px;
    left: 0;
}
.regarding-scheme .regarding-tu2{
    width: 284px;
    height: 902px;
    position: absolute;
    z-index: 1;
    top: 447px;
    right: 0;
}
.regarding-scheme .v-bg-color{
    width: 100%;
    height: 384px;
    background: rgba(0,72,175,0.1);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 396px;
}
.regarding-scheme .regarding-box{
    width: 100%;
    height: 900px;
    position: absolute;
    z-index: 4;
    padding-top: 164px;
}
.regarding-scheme .regarding-box .left-img{
    width: 750px;
    height: 700px;
    padding-left: 120px;
    display: inline-block;
    float: left;
}
.regarding-scheme .regarding-box .left-img video{
    width: 621px;
    height: 382px;
}
.regarding-scheme .regarding-box .left-img img{
    width: 621px;
    height: 382px;
}
.regarding-scheme .regarding-box .right-body{
    width: 620px;
    height: 700px;
    display: inline-block;
    float: right;
}
.regarding-scheme .regarding-box .right-body .title{
    padding-left: 30px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080103;
}
.regarding-scheme .regarding-box .right-body .content{
    width: 500px;
    margin-top: 57px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4D4B4B;
    letter-spacing:2px;
}
.regarding-scheme .regarding-box .right-body .more{
    width: 500px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin-top: 20px;
}
.regarding-scheme .regarding-box .right-body .more img{
    width: 46px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}
.regarding-scheme .regarding-box .right-body .more a{
    text-decoration: none;
    font-size: 24px;
    font-family: DingTalk;
    font-weight: 500;
    color: #0048AF;
    cursor: pointer;
    margin-top: 2px;
}
.solve-scheme-box{
    width: 100%;
    height: 930px;
    position: absolute;
    z-index: 4;
    top:900px;
    left: 0;
    right: 0;
    padding: 0 120px;
}
.solve-scheme-box .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.solve-scheme-box .tu-body,.tu-body1,.tu-body2,.tu-body3{
    width: 100%;
    height: 700px;
    padding-top: 60px;
}

.solve-scheme-box .tu-body .left{
    width: 546px;
    height: 640px;
    display: inline-block;
    float: left;
    /*background-image: url("/home/img/scheme-tu.png");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#solution-left-bg{
    background-image: url("/home/img/scheme-tu.png") !important;
}
#solution-left-bg1{
    background-image: url("/home/img/scheme-tu4.png") !important;
}
#solution-left-bg2{
    background-image: url("/home/img/scheme-tu5.png") !important;
}
#solution-left-bg3{
    background-image: url("/home/img/scheme-tu6.png") !important;
}
.solve-scheme-box .tu-body1 .left{
    width: 546px;
    height: 640px;
    display: inline-block;
    float: left;
    background-image: url("/home/img/scheme-tu.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.solve-scheme-box .tu-body2 .left{
    width: 546px;
    height: 640px;
    display: inline-block;
    float: left;
    background-image: url("/home/img/scheme-tu.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.solve-scheme-box .tu-body3 .left{
    width: 546px;
    height: 640px;
    display: inline-block;
    float: left;
    background-image: url("/home/img/scheme-tu.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.solve-scheme-box .tu-body .more{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin-top: 20px;
    padding-right: 50px;
}
.solve-scheme-box .tu-body1 .more{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin-top: 20px;
    padding-right: 50px;
}
.solve-scheme-box .tu-body2 .more{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin-top: 20px;
    padding-right: 50px;
}
.solve-scheme-box .tu-body3 .more{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin-top: 20px;
    padding-right: 50px;
}
.solve-scheme-box .tu-body .more img{
    width: 46px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}
.solve-scheme-box .tu-body1 .more img{
    width: 46px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}
.solve-scheme-box .tu-body2 .more img{
    width: 46px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}
.solve-scheme-box .tu-body3 .more img{
    width: 46px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}
.solve-scheme-box .tu-body .more a{
    text-decoration: none;
    font-size: 24px;
    font-family: DingTalk;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 2px;
}
.solve-scheme-box .tu-body1 .more a{
    text-decoration: none;
    font-size: 24px;
    font-family: DingTalk;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 2px;
}
.solve-scheme-box .tu-body2 .more a{
    text-decoration: none;
    font-size: 24px;
    font-family: DingTalk;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 2px;
}
.solve-scheme-box .tu-body3 .more a{
    text-decoration: none;
    font-size: 24px;
    font-family: DingTalk;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 2px;
}
.solve-scheme-box .tu-body .tu-zi{
    width: 100%;
    height: 64px;
    margin-top: 260px;
    padding-left: 50px;
}
.solve-scheme-box .tu-body1 .tu-zi{
    width: 100%;
    height: 64px;
    padding-left: 50px;
    margin-top: 260px;
}
.solve-scheme-box .tu-body2 .tu-zi{
    width: 100%;
    height: 64px;
    padding-left: 50px;
    margin-top: 260px;
}
.solve-scheme-box .tu-body3 .tu-zi{
    width: 100%;
    height: 64px;
    padding-left: 50px;
    margin-top: 260px;
}
.solve-scheme-box .tu-body .tu-zi img{
    width: 435px;
    height: 64px;
}
.solve-scheme-box .tu-body1 .tu-zi img{
    width: 435px;
    height: 64px;
}
.solve-scheme-box .tu-body2 .tu-zi img{
    width: 435px;
    height: 64px;
}
.solve-scheme-box .tu-body3 .tu-zi img{
    width: 435px;
    height: 64px;
}
.solve-scheme-box .tu-body p{
    width: 446px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 50px 50px 0 50px;
    text-indent: 36px;
    letter-spacing: 2px;
}
.solve-scheme-box .tu-body1 p{
    width: 446px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 50px 50px 0 50px;
    text-indent: 36px;
    letter-spacing: 2px;
}
.solve-scheme-box .tu-body2 p{
    width: 446px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 50px 50px 0 50px;
    text-indent: 36px;
    letter-spacing: 2px;
}
.solve-scheme-box .tu-body3 p{
    width: 446px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 50px 50px 0 50px;
    text-indent: 36px;
    letter-spacing: 2px;
}
.solve-scheme-box .tu-body .scheme-tu-l{
    width: 193px;
    height: 640px;
    margin-left: 20px;
    float: left;
}

.solve-scheme-box .tu-body1 .scheme-tu-l{
    width: 193px;
    height: 640px;
    margin-left: 20px;
    float: left;
}
.solve-scheme-box .tu-body2 .scheme-tu-l{
    width: 193px;
    height: 640px;
    margin-left: 20px;
    float: left;
}
.solve-scheme-box .tu-body3 .scheme-tu-l{
    width: 193px;
    height: 640px;
    margin-left: 20px;
    float: left;
}
.regarding-scheme .scheme-advantage{
    width: 100%;
    height: 310px;
    background-image: url("/home/img/advantage-bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 86px;
}
.regarding-scheme .scheme-advantage .col-xs-3{
    display: flex;
    justify-content: center;
}
.regarding-scheme .scheme-advantage .body-box{
    width: 170px;
    height: auto;
    text-align: center;
    padding-top: 58px;
}
.regarding-scheme .scheme-advantage .body-box img{
    width: 52px;
    height: 96px;
}
.regarding-scheme .scheme-advantage .body-box .desc{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    margin-top: 14px;
}

