﻿.banner {
    width: 100%;
    height: 100vh;
    background: black;
    position: relative;
}
.banner .scroll{
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.banner .scroll svg{
    width: 20px;
    animation: down 1.5s infinite linear;
    position: relative;
}
@keyframes down {
    0% {
        top: -5px;
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}
.banner .swiper {
    width: 100%;
    height: 100%;
}
.banner .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.banner .swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.banner .swiper-slide .content{
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.banner .swiper-slide .text{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
}
.banner .swiper-slide .text p{
    transition: 1s;
    opacity: 0;
    transform: translate(50px, 0px);
    transition-delay: 0.4s;
    letter-spacing: 5px;
}
.banner .swiper-slide-active .text p{
    transform: translate(0px, 0px);
    opacity: 1;
}
.banner .swiper-slide .text p:nth-child(1){
    transition-delay: 0.4s;
}
.banner .swiper-slide .text p:nth-child(2){
    transition-delay: 0.5s;
}
.banner .swiper-slide .text p:nth-child(3){
    transition-delay: 0.6s;
}
.banner .swiper-slide .text p:nth-child(4){
    transition-delay: 0.7s;
}
.banner .swiper-slide .text p:nth-child(5){
    transition-delay: 0.8s;
}
.banner .swiper-slide .text p:nth-child(6){
    transition-delay: 0.9s;
}
.banner .swiper-slide .text p:nth-child(7){
    transition-delay: 1s;
}
.banner .swiper-slide .text p:nth-child(8){
    transition-delay: 1.1s;
}
.banner .swiper-slide .text p:nth-child(9){
    transition-delay: 1.2s;
}
.banner .swiper-slide .text p:nth-child(10){
    transition-delay: 1.3s;
}
.banner .swiper-slide .text p:nth-child(11){
    transition-delay: 1.4s;
}
.banner .swiper-slide .text p:nth-child(12){
    transition-delay: 1.5s;
}
.banner .swiper-slide .text p:nth-child(13){
    transition-delay: 1.6s;
}
.banner .swiper-slide .text p:nth-child(14){
    transition-delay: 1.7s;
}
.banner .swiper-slide .text p:nth-child(15){
    transition-delay: 1.8s;
}
.banner .swiper-slide .text p:nth-child(16){
    transition-delay: 1.9s;
}
.banner .swiper-slide .text p:nth-child(17){
    transition-delay: 2s;
}
.banner .swiper-slide .text p:nth-child(18){
    transition-delay: 2.1s;
}
.banner .swiper-slide .text p:nth-child(19){
    transition-delay: 2.1s;
}
.banner .swiper-slide .text p:nth-child(20){
    transition-delay: 2.2s;
}
.banner .swiper-slide .text p:nth-child(21){
    transition-delay: 2.3s;
}
.banner .swiper-slide .content .water{
    display: flex;
    align-items: center;
    margin-top: 107px;
    position: relative;
    opacity: 0;
    transform: translate(0px,50px);
    transition: 1s;
    transition-delay: 0.5s;
}
.banner .swiper-slide-active .content .water{
    opacity: 1;
    transform: translate(0px,0px);
}
.banner .swiper-slide .content .water .water_icon{
    position: relative;
    overflow: hidden;
    width: 25px;
    height: 25px;
    border-top-left-radius: 80% 55%;
    border-top-right-radius: 0 0;
    border-bottom-right-radius: 55% 80%;
    border-bottom-left-radius: 50% 50%;
    border: 1px solid #fff;
    transform: rotate(-45deg);
}
.banner .swiper-slide .content .water .water_icon div{
    width: 200px;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 60px;
    /*top: 16px;*/
    left: -100px;
    transform: rotate(45deg);
}
.banner .swiper-slide-active .content .water .water_icon div{
    animation: home_top 4s linear infinite;

}
@keyframes home_top {
    0%{
        top: 60px;
        transform: rotate(45deg);
    }
    100%{
        top: 16px;
        transform: rotate(46deg);
    }
}
.banner .swiper-slide .content .water .water_icon i{
    /*font-size: 29px;*/
    /*font-weight: 200;*/
}
.banner .swiper-slide .content .water .paging p{
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 17px;
    margin-top: 4px;
}
.banner .swiper-slide .content .water .water_icon .circle{
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    font-size: 29px;
}

.section{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.section .warp{
    width: 1620px;
    margin: 169px auto 132px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1920px){
    .section .warp{
        float: right;
    }
}
.section .warp .text{
    width: 588px;
}
.section .warp .text .title{
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    float: right;
}
.section .warp .text .title .line{
    width: 64px;
    height: 1px;
    background: #4B4B4B;
    margin-right: 18px;
}
.section .warp .text .title p{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: 400;
    color: #4A4C4E;
}
.section .warp .text .sign{
    margin-top: 75px;
}
.section .warp .text span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232323;
    margin-bottom: 14px;
}
.section .warp .text h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #B2B5BB;
    margin-bottom: 64px;
}
.section .warp .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #232323;
    line-height: 29px;
}
.section .warp .text a{
    margin-top: 71px;
    display: flex;
    align-items: center;
}
.section .warp .text a .circle{
    width: 40px;
    height: 40px;
    background: #004098;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    transition: 0.6s;
}
.section .warp .text a:hover .circle{
    background: #fff;
    box-shadow: 0px 0px 20px #d2d2d2;
}
.section .warp .text a:hover .circle i{
    color: #004098;
}
.section .warp .text a:hover p{
    margin-left: 5px;
}
.section .warp .text a .circle i{
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    transition: 0.6s;
}
.section .warp .text a p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #232323;
    transition: 0.6s;
}
.section .warp .images{
    width: 933px;
    height: 545px;
    overflow: hidden;
    cursor: pointer;
}
.section .warp .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section .warp .images img:hover{
    transform: scale(1.05);
}

.section2{
    width: 100%;
    overflow: hidden;
}
.section2 .warp{
    width: 1520px;
    margin: 75px auto 96px;
    text-align: center;
}
.section2 .warp .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232323;
    margin-bottom: 14px;
}
.section2 .warp .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #B2B5BB;
    margin-bottom: 51px;
}
.section2 .warp .title p{
    width: 537px;
    margin: auto;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #232323;
    line-height: 26px;
}
.section2 .warp .content{
    width: 100%;
    height: 739px;
    display: flex;
    margin-top: 51px;
    justify-content: space-between;
    overflow: hidden;
}
.section2 .warp .content .home_business_warp{
    width: 730px;
    height: 100%;
    overflow: hidden;
}
.section2 .warp .content .home_business_warp .swiper-slide:nth-child(odd){
    width: 748px;
}
.section2 .warp .content .images{
    width: 748px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.section2 .warp .content .images:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: 0.6s;
}
.section2 .warp .content .images:hover:after{
    opacity: 1;
}
.section2 .warp .content .images:first-child a{
    line-height: 33px;
    color: #fff;
    display: block;
    font-size: 14px;
}
.section2 .warp .content .images p a{
    line-height: 37px;
    color: #fff;
    display: block;
    font-size: 14px;
}
.section2 .warp .content .images .text div:first-child{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.section2 .warp .content .images .text div h1{
    margin-right: 25px;
}

.section2 .warp .content>.images .text h1{
    margin-right: 25px;
}
.section2 .warp .content .images .text i{
    font-size: 12px;
    color: #fff;
}
.section2 .warp .content .images:first-child .text p{
    font-size: 14px;
}

.section2 .warp .content .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
    position: absolute;
    top: 0;
    left: 0;
}
.section2 .warp .content .images:hover img{
    transform: scale(1.05);
}
/*.section2 .warp .content .images:hover .text{*/
/*    bottom: 80px;*/
/*}*/
.section2 .warp .content .images .text{
    position: absolute;
    left: 70px;
    text-align: left;
    transition: 0.6s;
    z-index: 1;
}
.section2 .warp .content #images .text{
    left: 50px;
    top: 668px;
    transform: translateY(0);
}
.section2 .warp .content #images:hover .text{
    transform: translateY(calc(-100% + 30px));
}
.section2 .warp .content .images .text h1{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.section2 .warp .content .images .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.section2 .warp .content .swiper-slide .images_2{
    width: 360px!important;
    height: 357px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 26px;
}
.section2 .warp .content .swiper-slide .images_2 .text{
    left: 41px;
    top: 296px;
    transform: translateY(0);
    transition: 0.6s;
    max-height: 314px;
}
.section2 .warp .content .swiper-slide .images_2:hover .text{
    transform: translateY(calc(-100% + 30px));
}
.section3{
    width: 1520px;
    height: auto;
    background: linear-gradient(180deg, #ECF0F5 0%, #FBFBFB 100%);
    margin: 0 auto 96px;
    overflow: hidden;
}
.section3 .warp{
    width: 95%;
    margin: 67px auto 160px;
    text-align: center;
}
.section3 .warp .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232323;
    margin-bottom: 18px;
}
.section3 .warp .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #B2B5BB;
}
.section3 .warp .content{
    width: 100%;
    margin-top: 85px;
    position: relative;
}
.section3 .warp .content .home_product{
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.section3 .warp .content .home_product .swiper-slide{
    position: relative;
    top: 50px;
    opacity: 0;
    transition: 1s;
    transition-delay: 0.5s;
}
.section3 .warp .content .home_product .swiper-slide-active{
    top: 0;
    opacity: 1;
}
.section3 .warp .content .home_product .swiper-slide .text{
    text-align: left;
}

.section3 .warp .content .home_product .swiper-slide .text > p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #373B3E;
}
.section3 .warp .content .home_product .swiper-slide a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section3 .warp .content .home_product .swiper-slide .text>span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 53px;
}
.section3 .warp .content .home_product .swiper-slide .text .con{
    display: flex;
}
.section3 .warp .content .home_product .swiper-slide .text .con .border{
    width: 43px;
    height: 43px;
    border: 1px solid #8A9BA8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
.section3 .warp .content .home_product .swiper-slide .text .con{
    margin-bottom: 33px;
}
.section3 .warp .content .home_product .swiper-slide .text .con .item{
    margin-right: 58px;
    display: flex;
    align-items: center;
    min-width: 221px;
}
.section3 .warp .content .home_product .swiper-slide .text .con .item:last-child{
    margin-right: 0;
}
.section3 .warp .content .home_product .swiper-slide .text .con .item p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #373B3E;
}
.section3 .warp .content .button{
    width: 100%;
    height: 40px;
    position: absolute;
    top: 34%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.section3 .warp .content .button .click{
    position: relative!important;
    margin-top: 0;
    width: 40px!important;
    height: 40px;
    background: #CDCDCD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}
.section3 .warp .content .button .click:after{
    display: none;
}
.section3 .warp .content .button .click:nth-child(1) i{
    transform: rotate(180deg);
}
.section3 .warp .content .button .click i{
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    transition: 0.6s;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    opacity: 1!important;
    pointer-events: unset!important;
}
.section3 .warp .content .button .click:hover{
    background: #004098;
}
.section4{
    width: 100%;
    background-size: cover!important;
    overflow: hidden;
}
.section4 .warp{
    width: 1325px;
    margin: 92px auto 0;
    display: block;
}
.section4 .warp .title{
    text-align: center;
}
.section4 .warp .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.section4 .warp .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #FFFFFF;
}
.section4 .warp .content{
    margin-top: 135px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section4 .warp .content .images img{
    position: relative;
    top: 4px;
}
.section4 .warp .content .text{
    width: 678px;
}
.section4 .warp .content .text .con{
    display: flex;
    align-items: center;
    margin-bottom: 87px;
}
.section4 .warp .content .text .con .line{
    width: 38px;
    height: 1px;
    background: #BABABA;
    margin-right: 21px;
    margin-top: 5px;
}
.section4 .warp .content .text .con p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 19px;
}
.section4 .warp .content .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.section4 .warp .content .text p:last-child{
    margin-bottom: 0;
}
.section5{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.section5 .warp{
    width: 1520px;
    margin: 0 auto 111px;
}
.section5 .warp .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section5 .warp .title .text span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232323;
    margin-bottom: 16px;
    position: relative;
    left: 543px;
}
.section5 .warp .title .text h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #B2B5BB;
}
.section5 .warp .title .button{
    display: flex;
}
.section5 .warp .title .button a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #161616;
    margin-bottom: 30px;
    transition: 0.6s;
}
.section5 .warp .title .button div{
    width: 40px!important;
    height: 40px;
    background: #CDCDCD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    margin-top: 0;
    cursor: pointer;
    position: static;
}
.section5 .warp .title .button div:hover{
    background: #004098;
}
.section5 .warp .title .button div:after{
    display: none;
}
.section5 .warp .title .button div:nth-child(1){
    margin-right: 38px;
}
.section5 .warp .title .button div:nth-child(1) i{
    transform: rotate(180deg);
}
.section5 .warp .title .button div i{
    font-size: 10px;
    color: #fff;
}
.section5 .warp .content{
    width: 100%;
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
}
.section5 .warp .content .home_news_warp{
    width: 470px;
    height: 585px;
    overflow: hidden;
    position: relative;
}
.section5 .warp .content .home_news_warp .swiper-pagination-bullet{
    transition: 0.6s;
}
.section5 .warp .content .home_news_warp .swiper-pagination-bullet-active{
    background: #004098;
}
.home_news_warp .swiper-slide a{
    width: 470px;
    display: block;
}
.home_news_warp .swiper-slide a .images{
    width: 100%;
    height: 292px;
    overflow: hidden;
    position: relative;
}
.home_news_warp .swiper-slide a .images .label{
    width: 90px;
    height: 37px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.label_blue {
    background: #004D9D;
}
.home_news_warp .swiper-slide a .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.home_news_warp .swiper-slide a:hover .images img{
    transform: scale(1.05);
}
.home_news_warp .swiper-slide a .text{
    margin-top: 41px;
}
.home_news_warp .swiper-slide a .text h1{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-bottom: 14px;
}
.home_news_warp .swiper-slide a .text span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #161616;
    margin-bottom: 30px;
    transition: 0.6s;
}
.home_news_warp .swiper-slide a:hover .text span{
    color: #004098;
}
.home_news_warp .swiper-slide a .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 23px;
}
.section5 .warp .content .home_news_warp2{
    width: 900px;
}
.section5 .warp .content .home_news_warp2 .swiper-slide{
    border-right: 1px solid #E7E7E7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section5 .warp .content .home_news_warp2 .swiper-slide:first-child .item{
    padding-left: 0;
}
.section5 .warp .content .home_news_warp2 .swiper-slide .item{
    padding-bottom: 53px;
    margin-bottom: 47px;
    border-bottom: 1px solid #E7E7E7;
    padding-left: 40px;
}
.section5 .warp .content .home_news_warp2 .swiper-slide .item:hover span{
    color: #00936F;
}
.section5 .warp .content .home_news_warp2 .swiper-slide .item:last-child{
    border: none;
    margin-bottom: 20px;
}
.section5 .warp .content .home_news_warp2 .swiper-slide .item .label{
    width: 90px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.section5 .warp .content .home_news_warp2 .swiper-slide .item .time{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-bottom: 14px;
}
.section5 .warp .content .home_news_warp2 .swiper-slide .item span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #161616;
    margin-bottom: 30px;
    transition: 0.6s;
    min-height: 52px;
    width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section5 .warp .content .home_news_warp2 .swiper-slide .item p{
    width: 400px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 23px;
    max-height: 69px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.label_green {
    background: #00936F;
}