

img:hover{
    transform: scale(1);
  }
.top-header {
    width: 100%;
    height: 134px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 19991209;
    top: 0;
}
.header{
    top: 0;
}
.top-header .logo {
    margin-left: 60px;
}
.top-header .right {
    display: flex;
}
.top-header .right .language {
    display: flex;
}
.top-header .right .language a {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFF;
    margin-right: 15px;
}
.top-header .right .language .earth {
    margin-right: 20px;
}
.top-header .right .search {
    margin: 0 60px 0;
}
.top-header .right .list{
    width: 20px;
    height: 21px;
    display: inline-block;
    position: relative;
    margin-left: 42px;
}

.top-header .right .list-inner{
    width: 15px;
    top: 50%;
    margin-top: -2px;
    background-color: gray;
}
.top-header .right .list-inner::before{
    width: 20px;
    content: "";
    top: -7px;
}

.top-header .right .list-inner::after{
    width: 10px;
    content: "";
    bottom: -7px;
}

.top-header .abanner{
    height: 100%;
}


.first{
    position: relative;
}

.first .text{
    position: absolute;
    left: 121px;
    /*top: 55%;*/
    top: 50%;
    transform: translate(0,-75%);
    transition: 2s;
    /*opacity: 0;*/
}

.first .text p{
    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.first .text span{
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
}

.first .righticons{
    display: flex;
    position: absolute;
    top: 50%;
    right: 13px;
    flex-direction: column;
    transform: translate(0, -75%);
    /*opacity: 0;*/
    transition: 2s;
}

.first .righticons .item{
    margin-top: 10px;
    width: 47px;
    height: 47px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(7,60,130,0.4000);
    opacity: 0.7;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.first .righticons .item:first-child{
    margin-top: 0;
}

.first .righticons .item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.first .mouse{
    position: absolute;
    left: 50%;
    bottom: 180px;
}

.first .bottom{
    display: flex;
    position: absolute;
    bottom: 118px;
    left: 125px;
}

.first .bottom .page{
    width: fit-content;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    display: flex;
}

.first .bottom .page .line{
    margin: 0 4px 0 8px;
    font-size: 18px;
    padding-top: 6px;
}

.first .bottom .page .btn-next{
    font-size: 18px;
    padding-top: 6px;
}

.first .bottom .btns{
    width: 115px;
    justify-content: space-between;
    margin-left: 98px;
    display: flex;
}

.first .bottom .btns .item{
    width: 43px;
    height: 43px;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
}

.first .bottom .btns .item:hover{
    background-color: #42ba7cc0;
}

.swiper-slide{
    width: 100%;
    height: 100%;
}

.swiper-slide .abanner img{
    width: 100%;
    height: 100%;
    /*transform: scale(1.1);*/
    transition: cubic-bezier(.77,0,.175,1) transform 2s;
}

/*.swiper-slide-active .abanner img{*/
/*    transform: scale(1);*/
/*}*/

/*.swiper-slide-active .text{*/
/*    top: 50%;*/
/*    opacity: 1;*/
/*}*/

/*.swiper-slide-active .righticons{*/
/*    opacity: 1;*/
/*}*/


.swiper-button-prev,.swiper-button-next{
    width: 43px;
    height: 43px;
    background: #FFFFFF;
    border-radius: 50%;
}

.swiper-button-prev::after,.swiper-button-next::after{
    font-size: 13px;
    color: #666666;
}

.second{
    position: relative;
}

.second .header{
    position: absolute;
    background-color: unset;
}

.second .abanner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.second .abanner img{
    width: 100%;
    height: 100%;
}

.second .contain{
    width: 88%;
    display: flex;
    position: absolute;
    left: 119px;
    top: 45%;
    z-index: 2;
    transform: translate(0,-50%);
    justify-content: space-between;
}

.second .contain img{
    transform: scale(0.9);
}

.second .line-one{
    width: fit-content;
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.second .line-one hr{
    margin: 39px auto;
    height: 1px;
    background: #333333;
}

.second .line-two{
    width: 719px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.second .line-three{
    width: fit-content;
    display: flex;
    margin-top: 78px;
    position: relative;
    z-index: 999;
}

.second .line-three>div{
    top: 50%;
    transform: translate(0,25%);
    margin-right: 21px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
}

.second .line-three:hover >div{
    font-size: 20px;
    color: #073C82;
}

.second .line-four{
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: 59px;
    font-size: 403px;
    font-family: Roboto;
    font-weight: 500;
    color: #333333;
    opacity: 0.04;
    z-index: 1;
}

.second .contain-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
}

.second .contain-bottom>div{
    display: flex;
    justify-content: space-around;
    width: 80%;
    position: absolute;
    bottom: 93px;
}

.second .contain-bottom .item{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.second .contain-bottom .item .top{
    display: flex;
    justify-content:center;
}

.second .contain-bottom .item span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.second .contain-bottom .item .num{
    font-size: 90px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: #204E8F;
}

.second .contain-bottom .item .baifenbi{
    font-size: 90px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: #204E8F;
}

.second .contain-bottom .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
    text-align: center
}

.third{
    width: 100%;
    height: 100vh;
    position: relative;
}

.third .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.third .bg img{
    width: 100%;
    height: 100%;
}

.third img:hover{
    transform: scale(1);
}

.third .content{
    width: 87.5%;
    margin: 0 auto;
}

.third .content .line-one{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10%;
    position: relative;
}

.third .content .line-one .left{
    width: fit-content;
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.third .content .line-one .left .detail{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: absolute;
    bottom: -27.3%;
}

.third .content .line-one .right .morecir{
    width: fit-content;
    display: flex;
    position: relative;
    z-index: 5;
}

.third .content .line-one .right  .morecir>div{
    top: 50%;
    transform: translate(0,25%);
    margin-right: 21px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
}

.third .content .line-one .right  .morecir:hover >div{
    font-size: 20px;
    color: #073C82;
}

.third .img-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    z-index: 2;
}

.third .detail-swiper{
    width: 450px;
    position: absolute;
    top: 55%;
    left: 11%;
    overflow: hidden;
}

.third .detail-swiper .left-text .line-one{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.third .detail-swiper .left-text .line-two{
    width: 447px;
    margin-top: 22px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
}

.third .bottom {
    width: 88%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 39px;
    left: 121px;
}

.third .bottom .item{
    width: 420px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666;
    line-height: 61px;
    margin-top: 19px;
    transition: 1s;
    border-bottom: 1px solid white;
}

.third .bottom .active-p{
    color: #073C82;
    border-bottom: 1px solid #073C82;
}

.third .bottom .item p{
    text-align: center;
}

.third .line-four{
    height: fit-content;
    position: absolute;
    left: 27%;
    top: 9%;
    font-size: 403px;
    font-family: Roboto;
    font-weight: 500;
    color: #333333;
    opacity: 0.04;
}

.third .line-cirs{
    width: 78%;
    position: absolute;
    left: 11%;
    top: 52.6%;
    display: flex;
    z-index: 10;
    justify-content: space-between;
}

.third .line-cirs span{
    display: block;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    border: 1px solid #073C82;
    transition: background-color 0.75s ease-in-out;
    z-index: 11;
    background-color: white;
}

.third .line-cirs .active-span{
    background-color: #073C82;
}

.third .line-cirs .light-line{
    position: absolute;
    left: 0;
    width: 14.4%;
    height: 2px;
    z-index: 10;
    background-color: #073C82;
    top: 50%;
    transform: translateY(-50%);
    transition: width 0.75s ease-in-out;
}

.third .cirs div{
    border-radius: 50%;
    position: absolute;
}

.third .cirs .cir p{
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.third .cirs .cir1{
    top: 38.8%;
    left: 68%;
    animation: 1.6s move1 infinite linear;
}

.third .cirs .cir2{
    top: 30%;
    left: 76.6%;
    animation: 2.8s move2 infinite linear;
}

.third .cirs .cir3{
    top: 37.5%;
    left: 86.3%;
    animation: 3s move3 infinite linear;
}

.third .cirs .cir4{
    top: 57.3%;
    left: 73.8%;
    animation: 4s move4 infinite linear;
}

.third .cirs .cir5{
    /*top: 55.5%;*/
    top: 58%;
    left: 85.2%;
    animation: 3.4s move5 infinite linear;
}

@keyframes move1 {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes move2 {
    0% {
        transform: translateY(-40px);

    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-40px);
    }
}

@keyframes move3 {
    0% {
        transform: translateY(-34px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-34px);
    }
}

@keyframes move4 {
    0% {
        transform: translateY(-28px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-28px);
    }
}

@keyframes move5 {
    0% {
        transform: translateY(-46px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-46px);
    }
}

.third .cirs .white-cir{
    border: 1px solid #073C82;
    background-color: #fff;
}

.third .cirs .blue-cir{
    background: #073C82;
    background-color: #073C82;
}

.third .cirs .w1{
    width: 9px;
    height: 9px;
    top: 50.2%;
    left: 72.9%;
}

.third .cirs .w2{
    width: 30px;
    height: 30px;
    top: 46.6%;
    left: 81.875%;
}

.third .cirs .w3{
    width: 22px;
    height: 22px;
    top: 54.6%;
    left: 91.9%;
}

.third .cirs .w4{
    width: 13px;
    height: 13px;
    top: 68.2%;
    left: 84.3%;
}

.third .cirs .b1{
    width: 11px;
    height: 11px;
    top: 45.9%;
    left: 78.1%;
}

.third .cirs .b2{
    width: 19px;
    height: 19px;
    top: 55.3%;
    left: 83.5%;
}

.third .cirs .b3{
    width: 21px;
    height: 21px;
    top: 57%;
    left: 72.2%;
}

.third .line{
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: 0.11;
}

.third .line1{
    left: 6.25%;
}

.third .line2{
    left: 28%;
}

.third .line3{
    left: 50%;
}

.third .line4{
    left: 71.875%;
}

.third .line5{
    left: 93.75%;
}

.third .cline{
    left: 0;
    top: 53%;
    width: 100%;
    height: 1px;
    z-index: 4;
}

.four{
    position: relative;
}

.four .abanner{
    padding-top: 293px;
}

.four .abanner img{
    width: 100%;
    height: 100%;
}

.four .four-contain{
    width: 88%;
    display: flex;
    position: absolute;
    justify-content: space-between;
    top: 230px;
    left: 121px;
}

.four .top .line-one{
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 48px;
}

.four .top .line-two{
    width: 607px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.four .line-three{
    width: fit-content;
    height: fit-content;
    display: flex;
    position: relative;
}

.four .line-three>div {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-right: 21px;
    top: 50%;
    transform: translate(0,4%);
}

.four .line-three p{
    line-height: 42px;
}

.four .line-three:hover >div{
    font-size: 20px;
    color: #073C82;
}

.four .line-three img{
    width: 93px;
    height: 42px;
}

.four .header{
    position: absolute;
}

.four .center{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 499px;
}

.four .center .items{
    width: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom: 1px solid #999;
}

.four .center .items .item{
    width: 420px;
    display: flex;
    justify-content: center;
    padding-bottom: 65px;
    position: relative;
}

.four .center .item .cir{
    width: 163px;
    height: 163px;
    border: 1px solid #999999;
    border-radius: 50%;
    position: relative;
}

.four .center .item .cir .aimg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.four .center .active-item{
    border-bottom: 1px solid #073C82;
}

.four .center .active-item .cir{
    background-color: #073C82;
}

.four .center .active-item .aimg img:first-child{
    display: none;
}

.four .center .active-item .aimg img:last-child{
    display: block !important;
}
.four .bottom .text-three{
    width: 400px;
}
.four .bottom{
    top: 208px;
    position: absolute;
    left: 99px;
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px);
}

.four .bottom .line-one{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
}

.four .bottom .line-two{
    width: 1395px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.opacity_active{
    opacity: 1 !important;
    transform: translateY(0);
    transition-delay: 0.7s;
}

.five{
    width: 100%;
    height: 100vh;
}
.five .five-contain{
    margin-top: 134px;
}

.five .title{
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 90px;
}

.five .line-one{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
}

.five .line-two{
    width: 471px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding-top: 16px;
    margin-bottom: 32px;
    font-size: 12px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #333333;
}

.five .line-three{
    width: 464px;
    margin-bottom: 45px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.five .line-four{
    width: fit-content;
    display: flex;
    color: #333333;
}

.five .line-four:hover span{
    color: #073C82;
}

.five .line-four div{
    width: 16px;
    margin-left: 17px;
    position: relative;
}

.five .line-four div img{
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.five .top{
    height: 50vh;
    display: flex;
}

.five .top .left{
    width: 36.25%;
    padding-left: 6.25%;
}

.five .top .right{
    width: 63.75%;
}

.five .top .right img{
    width: 100%;
    height: 100%;
}

.five .bottom .more{
    width: fit-content;
    display: flex;
    position: absolute;
    left: 4%;
    bottom: 20%;
    overflow: hidden;
}

.five .bottom .more>div{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    margin-right: 21px;
    top: 50%;
    transform: translate(0,20%);
}

.five .bottom .more img{
    width: 93px;
    height: 42px;
}

.five .bottom{
    height: 36.9%;
    display: flex;
    position: relative;
}

.five .bottom img{
    width: 100%;
    height: 100%;
}

.five .bottom .left{
    width: 36.25%;
    height: 100%;
}

.five .bottom .center{
    height: 100%;
    flex: 1;
    padding-left: 3.1%;
    padding-top: 4%;
}

.five .bottom .right{
    width: 32.1%;
    height: 100%;
}


.six{
    width: 100%;
    height: 100vh;
    position: relative;
}

.six .header{
    position: absolute;
}

.six .title{
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    position: absolute;
    left: 119px;
    top: 226px;
    z-index: 12;
}

.six .con{
    width: 100%;
    height: 100%;
    position: relative;
}

.six .circle{
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.six .circle1{
    width: 1169px;
    height: 1107px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.six .circle2{
    width: 790px;
    height: 790px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

/*.six .circle3{*/
/*    width: 490px;*/
/*    height: 490px;*/
/*    background-color: #ced7e6;*/
/*    border: none;*/
/*}*/

@keyframes bigger{
    0%{
        width: 289px;
        height: 289px;
    }
    50%{
        width: 490px;
        height: 490px;
        opacity: 0;
    }
    100%{
        width: 289px;
        height: 289px;
    }
}

.six .circle4{
    width: 289px;
    height: 289px;
    background-color: #a3b3cc;
    animation: bigger 6s infinite;
    border: none;
}

.six .circle5{
    width: 179px;
    height: 179px;
    background-color: #fff;
    border: none;
}

.six .circle .item{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.six .circle .item .aimg{
    border: 1px solid green;
    border-radius: 50%;
    padding: 26px;
    background-color: #fff;
}

.six .circle .item .text{
    margin-top: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.six .circle .item .text .line-one{
    font-size: 16px;
    color: #0F6C3C;
}

.six .circle .item .text .line-two{
    font-size: 14px;
    color: #333333
}

.six .circle .item1{
    top: 56.7%;
    left: 0;
    transform: translate(-40%, 0);
    cursor: pointer;

}

.six .circle .item5{
    top: 68.5%;
    left: 90%;
    cursor: pointer;

}

.six .circle .item2{
    top: 33.1%;
    left: -5.6%;
    cursor: pointer;
}

.six .circle .item3{
    top: 93%;
    left: 42%;
    cursor: pointer;

}

.six .circle .item4{
    top: 34.5%;
    left: 94%;
    cursor: pointer;
}

.six .circle5 img{
    width: 130px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.six .line-four{
    height: fit-content;
    position: absolute;
    bottom: -80px;
    left: 4px;
    font-size: 403px;
    font-family: Roboto;
    font-weight: 500;
    color: #333333;
    opacity: 0.04;
}

.section{
    overflow: hidden;
}

footer,footer .fp-tableCell{
    height: auto !important;
}
@media screen and (max-width: 2560px){

}


@media screen and (max-width: 2048px){

}

@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){

}

@media screen and (max-width: 1680px){
    .header .anav{
        width: 100%;
    }
    .third .bottom .item{
        width: 320px;
    }
    .four .line-three p{
        white-space: nowrap;
    }
    .four .bottom{
        left: 50px;
    }
    .first .bottom{
        bottom: 300px;
    }
    .header .anav{
        width: 100%;
    }
    .third .bottom .item{
        width: 310px;
    }
    .four .line-three p{
        white-space: nowrap;
    }
    .second .contain .right-img img{
        transform: scale(1);
        width: 85%;
        margin-left: 40px;
    }
    .second .contain-bottom>div{
        bottom: 9px;
    }
    .five .line-one{
        width: 390px;
    }
    .five .bottom .right{
        height: 278px;
    }
    .five .line-two{
        width: 359px;
    }
    .second .contain-bottom .item .num{
        font-size: 75px;

    }
    .second .contain-bottom .item .baifenbi{
        font-size: 75px;
    }
    .second .contain .d-text{
        width: 500px;
    }
    .second .contain{
        top: 49%;
    }
    .second .line-three{
        margin-top: 24px;
    }
    .third .img-center img{
        width: 70%;
    }
    .third .content .line-one .right .morecir>div>p{
        white-space: nowrap;
    }
    .four .four-contain{
        top: 133px;
    }
    .four .center{
        top: 330px;
    }
    .four .center .items .item{
        padding-bottom: 20px;
    }
    .six .circle1{
        width: 900px;
        height: 850px;
    }
    .six .circle2{
        width: 600px;
        height: 600px;
    }
    .six .title{
        left: 60px;
        top: 185px;
    }
}

@media screen and (max-width: 1600px){

}





@media screen and (max-width: 1440px){
    .header .anav{
        width: 100%;
    }
    .third .bottom .item{
        width: 320px;
    }
    .four .line-three p{
        white-space: nowrap;
    }
    .four .bottom{
        left: 50px;
    }
    .first .bottom{
        bottom: 300px;
    }
    .header .anav{
        width: 100%;
    }
    .third .bottom .item{
        width: 310px;
    }
    .four .line-three p{
        white-space: nowrap;
    }
    .second .contain .right-img img{
        transform: scale(1);
        width: 85%;
        margin-left: 40px;
    }
    .second .contain-bottom>div{
        bottom: 9px;
    }
    .five .line-one{
        width: 390px;
    }
    .five .bottom .right{
        height: 278px;
    }
    .five .line-two{
        width: 359px;
    }
    .second .contain-bottom .item .num{
        font-size: 75px;

    }
    .second .contain-bottom .item .baifenbi{
        font-size: 75px;
    }
    .second .contain .d-text{
        width: 500px;
    }
    .second .contain{
        top: 49%;
    }
    .second .line-three{
        margin-top: 24px;
    }
    .third .img-center img{
        width: 70%;
    }
    .third .content .line-one .right .morecir>div>p{
        white-space: nowrap;
    }
    .four .four-contain{
        top: 133px;
    }
    .four .center{
        top: 330px;
    }
    .four .center .items .item{
        padding-bottom: 20px;
    }
    .six .circle1{
        width: 900px;
        height: 850px;
    }
    .six .circle2{
        width: 600px;
        height: 600px;
    }
    .six .title{
        left: 60px;
        top: 185px;
    }

}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){
    .third .bottom{
        width: 94%;
    }

}


@media screen and (min-width: 820px){
    body .menu-nav{

        display:none;!important;
    }
}
@media screen and (max-width: 820px) {
    .second .contain .right-img img{
        transform: scale(0.9);
        width: 100%;
        margin-left: 0;
    }
    .four .center .active-item{
        border-bottom: unset;
    }
    .four .bottom .line-one{
        font-size: 22px;
    }
    .second .contain .d-text{
        width: 100%;
        padding: 0 6%;
    }
    .fp-tableCell{
        height: auto!important;
    }
    .section{
        height: auto!important;

    }
    body .menu-nav{
        display:block;!important;
    }
    .top-header .logo{
        margin-left: 20px!important;
    }
    .top-header .logo a img{
        width: 100px;
    }
    .first .righticons .item img {
        width: 10px;
    }
    .top-header{
        height: 50px!important;
    }
    .first .righticons .item{
        width: 20px;
        height: 20px;

    }
    .first .mouse{
        bottom: 12px;
    }
    .first .righticons{
        transform: translate(0, -50%);
    }
    .top-header .right .search{
        margin: 0 14px 0;
    }
    .top-header .right .language .earth img{
        width: 15px;
    }
    .header .logo img{
        width: 100px;
    }
    .header{
        height: 53px;

    }
    .header .logo{
        margin-left: 20px;
    }
    .header .right .nav{
        display: none;
    }
    /*.first{*/
    /*    height: auto!important;*/
    /*}*/
    /*.first .fp-tableCell{*/
    /*    height: auto!important;*/
    /*}*/
    .first .bottom .btns .item{
        width: 20px;
        height: 20px;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 20px;
        height: 20px;
    }
    .first .bottom{
        bottom: 30px;
        left: 14px;
    }
    .first .bottom .page{
        font-size: 19px;
    }
    .first .bottom .page .btn-next{
        font-size: 14px;
        padding-top: 5px;
    }
    .first .bottom .page .line{
        padding-top: 3px;
    }
    .first .bottom .btns{
        width: 67px;
    }
    .first .bottom .btns{
        margin-left: 69px;
    }
    .swiper-button-prev::after, .swiper-button-next::after{
        transform: scale(0.8);
    }
    .header .right .search{
        margin: 0 8px 0;
    }
    .header .right .language a:last-child{
        margin-right: 0!important;
    }
    .header .right .language{
        align-items: center;
    }
    .second .abanner{
        display: none;

    }
    .second .contain{
        position: inherit;
        transform: unset;
        flex-direction: column-reverse;
        width: 100%;
    }
    .second .contain img{
        width: 100%;
    }
    .second .line-one{
        font-size: 30px;
        margin:0 auto;
        text-align: center;
    }
    .second .line-four{
        display: none;
    }
    .second .line-one hr{
        margin: 15px auto;
    }
    .second .contain .text>p{
        margin: 0 6%;
    }
    .second .contain-bottom>div{
        position: inherit;
    }
    .second .line-three{
        margin-top: 20px;
        transform: scale(0.8);
    }
    .second .line-three>div>p{
        white-space:nowrap;
    }
    .second .contain-bottom .item .num{
        font-size: 50px;
    }
    .second .contain-bottom .item .baifenbi{
        font-size: 25px;
    }
    .second .contain-bottom{
        flex-wrap: wrap;
        margin: 0 auto;
        margin-bottom: 50px;

    }
    .second .contain-bottom>div{
        flex-wrap: wrap;
    }
    .second .contain-bottom .item{
        width: 50%;
    }
    .third .img-center{
        position: inherit;
    }
    .third .detail-swiper{
        position: inherit;
    }
    .third .bottom{
        position: inherit;
    }
    .third .bg{
        display: none;
    }
    .third .line-four{
        position: inherit;
        display: none;
    }
    .third .cirs div{
        position: inherit;
    }
    .third .bottom .item{
        width:144px!important;
    }
    .third .bottom .item:nth-child(2n-1){
        margin-right: 20px;
    }
    .third .detail-swiper{
        width: 100%;
    }
    .third .cirs{
        display: none;
    }
    .third .bottom{
        width: 100% !important;
        justify-content: center;
    }
    .third .detail-swiper .left-text .line-one{
        display: flex;
        justify-content: center;
    }
    .third .img-center{
        transform: unset;
    }
    .third .img-center img{
        width: 100%;
    }
    .third .content .line-one .left {
        font-size: 30px;
        text-align: center;
    }
    .third .content .line-one .left .detail{
        position: inherit;
    }
    .third .content .line-one .left p:nth-child(2){
        margin-top: 10px;
    }
    .third .content .line-one{
        flex-direction: column;
    }
    .third .content .line-one .right .morecir{
        margin: 30px 0;
        transform: scale(0.8);
    }
    .third .detail-swiper {
        margin-top: 50px;
    }
    .third .line-cirs {
        top: 82%;
    }
    .four .four-contain{
        position: inherit;
        width: 100%;
        margin-top: 50px;

    }
    .four .top .line-one{
        font-size: 30px;
        text-align: center;
    }
    .four .line-three{
        margin-top: 20px;
        transform: scale(0.8);
    }
    .four .four-contain .top p:nth-child(3){
        margin: 0 6%;
    }
    .four .four-contain{
        display: block;
    }
    .four .abanner{
        display: none;
    }
    .four .center{
        position: inherit;
        margin-top: 50px;
    }
    .four .center .items{
        flex-wrap: wrap;
    }
    .four .center .item .cirwrap{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .four .center .item .cir {
        width: 80px;
        height: 80px;
    }

    .four .center .items .item{
        justify-content: flex-start;
    }
    .four .bottom{
        position: static;
    }
    .four .center .items .item{
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }
    .four .bottom{
        opacity: 1;
    }
    .five .title{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .five .top{
        height: auto;
        flex-direction: column;
    }
    .five .top .right{
        width: 100%;
        margin: 20px 0;
        padding: 0 6%;
    }
    .five .top .left{
        width: 100%;
    }
    .five .line-three{
        width: 100%;
    }
    .five .top .left{
        padding: 0 6%;
    }
    .five .line-two{
        width: 100%;
    }
    .five .bottom{
        flex-direction: column;
    }
    .five .bottom .left{
        width: 100%;
        padding: 0 6%;
    }
    .five .bottom .center{
        padding: 4% 6% 0;
    }
    .five .bottom .left a:first-child{
        display: none;
    }
    .five .bottom .more>div{
        color: #666666;
    }
    .five .bottom .more{
        position: static;
        transform: scale(0.8) translateX(-22px);
    }
    .five .bottom .right{
        width: 100%;
        padding: 4% 6%;
    }
    .six .line-four{
        display: none;
    }
    .footer .footer_top{
        width: 100%;
        flex-direction: column;
        padding: 0 6%;
    }

}

@media screen and (max-width: 820px){

    .third .bottom .item p{
        line-height: 25px;
    }
    body .menu-nav{
        display:block;!important;
    }
    .top-header .logo{
        margin-left: 20px!important;
    }
    .top-header .logo a img{
        width: 100px;
    }
    .first .righticons .item img {
        width: 10px;
    }
    .top-header{
        height: 50px!important;
    }
    .first .righticons .item{

        width: 20px;
        height: 20px;

    }
    .first .mouse{
        bottom: 12px;
    }
    .first .righticons{
        transform: translate(0, -50%);
    }
    .top-header .right .search{
        margin: 0 14px 0;
    }
    .top-header .right .language .earth img{
        width: 15px;
    }
    .header .logo img{
        width: 100px;
    }
    .header{
        height: 53px;

    }
    .header .logo{
        margin-left: 20px;
    }
    .header .right .nav{
        display: none;
    }
    .first{
        height: auto!important;
    }
    .first .fp-tableCell{
        height: auto!important;
    }
    .first .bottom .btns .item{
        width: 20px;
        height: 20px;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 20px;
        height: 20px;
    }
    .first .bottom{
        bottom: 30px;
        left: 14px;
    }
    .first .bottom .page{
        font-size: 19px;
    }
    .first .bottom .page .btn-next{
        font-size: 14px;
        padding-top: 5px;
    }
    .first .bottom .page .line{
        padding-top: 3px;
    }
    .first .bottom .btns{
        width: 67px;
    }
    .first .bottom .btns{
        margin-left: 69px;
    }
    .swiper-button-prev::after, .swiper-button-next::after{
        transform: scale(0.8);
    }
}


@media screen and (max-width: 540px){
    .third .line-cirs {
        top: 68%;
    }
}


@media screen and (max-width: 414px){
    .third .line-cirs {
    }
}

@media screen and (max-width: 375px){
    .third .line-cirs {
    }
}

@media screen and (max-width: 360px){
    .third .line-cirs {
        top: 66%;
    }
}

