﻿.banner{
    width: 100%;
    height: 809px;
    background-size: cover!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}
.banner .text{
    display: flex;
}
.banner .text p{
    font-size: 38px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    transition: 1s;
    opacity: 0;
    transform: translate(50px, 0px);
    letter-spacing: 5px;
}
.banner .text p:nth-child(1){
    transition-delay: 0.1s;
}
.banner .text p:nth-child(2){
    transition-delay: 0.2s;
}
.banner .text p:nth-child(3){
    transition-delay: 0.3s;
}
.banner .text p:nth-child(4){
    transition-delay: 0.4s;
}
.banner .text p:nth-child(5){
    transition-delay: 0.5s;
}
.text_active{
    opacity: 1!important;
    transform: translate(0px, 0px)!important;
}
.section{
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
}
.section .about_nav div{
    width: 1520px;
    height: 103px;
    background: #FFFFFF;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: -51px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.section .about_nav .icon{
    display: flex;
    align-items: center;
    margin-right: 138px;
    margin-left: 84px;
    transition: 0.6s;
    position: relative;
}
.section .about_nav .icon:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: #000000;
    opacity: 0.08;
}
.section .about_nav .icon:hover p{
    color: #004098;
}
.section .about_nav .icon i{
    color: #004098;
    font-weight: bold;
    font-size: 20px;
    margin-right: 13px;
}
.section .about_nav .icon p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1D1D1D;
    transition: 0.6s;
}
.section .about_nav ul{
    display: flex;
    height: 100%;
    align-items: center;
}
.section .about_nav .page li{
    margin-right: 30px!important;
}
.section .about_nav .page li a{
    margin-right: 0!important;
}
.section .about_nav ul li a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #535353;
    padding: 15px 0;
    cursor: pointer;
    margin-right: 112px;
    transition: 1s;
}
.section .about_nav ul li:hover a{
    color: #004098;
}
.section .about_nav ul li:last-child{
    margin-right: 0;
}
.about_nav_active a{
    color: #004098!important;
}
.section .content{
    width: 1180px;
    margin: auto;
    overflow: hidden;
}
.section .content .warp{
    margin-top: 149px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 140px;
}
.section .content .warp .item{
    width: 575px;
    margin-right: 29px;
    margin-bottom: 31px;
}
.section .content .warp .item:nth-child(2n){
    margin-right: 0;
}
.section .content .warp .item .images{
    width: 100%;
    height: 282px;
    overflow: hidden;
}
.section .content .warp .item .images img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.section .content .warp .item:hover .images img{
    transform: scale(1.05);
}
.section .content .warp .item .text{
    width: 100%;
    background: #EEF4FA;
    overflow: hidden;
}
.section .content .warp .item .text div{
    margin-left: 64px;
    margin-top: 39px;
    margin-bottom: 41px;
}
.section .content .warp .item .text div h1{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #212121;
    margin-bottom: 22px;
    width: 184px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .content .warp .item .text div p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #212121;
}
.section2{
    width: 100%;
    height: 277px;
    background-size: cover!important;
    margin-top: 70px;
}
.section2 .warp{
    width: 55%;
    margin: auto;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1920px) {
    .section2 .warp{
        width: 70%;
    }
}
.section2 .warp .text{
    font-size: 36px;
    font-family: Acumin Variable Concept;
    font-weight: normal;
    color: #004098;
    margin-right: 495px;
}
.section2 .warp .images{
    margin-top: 50px;
}
.section3{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.section3 .warp{
    width: 1150px;
    margin: 93px auto 0;
}
.section3 .warp .item .summarize .text div{
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}
.section3 .warp .item .summarize .text div i{
    color: #004098;
    font-size: 18px;
    margin-right: 13px;
}
.section3 .warp .item .summarize .text div h1{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #004098;
}
.section3 .warp .item .summarize .text .text1{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #181818;
    line-height: 34px;
}
.section3 .warp .item .carousel{
    margin-top: 80px;
    display: flex;
    margin-left: 125px;
}
.section3 .warp .item .carousel .background{
    width: 816px;
    height: 428px;
    background: linear-gradient(180deg, #ECF0F5 0%, #FBFBFB 100%);
    margin-right: 46px;
}
.section3 .warp .item .carousel .background_warp{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section3 .warp .item .carousel .background_warp .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section3 .warp .item .carousel .background_warp .swiper-slide p{
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5F5F5F;
    line-height: 24px;
}
.section3 .warp .item .carousel .button div{
    width: 71px;
    height: 71px;
    background: #F7F7F7;
    opacity: 0.63;
    margin-bottom: 19px;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}
.button_active{
    border: 1px solid #004098!important;
    opacity: 1!important;
}
.section3 .warp .item .carousel .button div img{
    width: 37px;
    height: 39px;
}
.section3 .warp .item .trait{
    margin-top: 123px;
}
.section3 .warp .item .trait .title{
    margin-bottom: 94px;
}

.section3 .warp .item .trait .title div{
    display: flex;
    align-items: center;
}
.section3 .warp .item .trait .title div i{
    color: #004098;
    font-size: 32px;
    margin-top: 9px;
}
.section3 .warp .item .trait .title div h1{
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
}
.section3 .warp .item .trait .con{
    display: flex;
    align-items: center;
    margin-left: 32px;
    margin-bottom: 66px;
}
.section3 .warp .item .trait .con .text{
    width: 454px;
    margin-right: 167px;
}
.section3 .warp .item .trait .con .text:last-child{
    margin-right: 0;
}
.section3 .warp .item .trait .con .text>div{
    margin-bottom: 27px;
    position: relative;
}
.section3 .warp .item .trait .con .text>div>div{
    position: absolute;
    top: 50%;
    left: -32px;
    transform: translateY(-50%);
}
.section3 .warp .item .trait .con .text>div>div{
    font-size: 12px;
    color: #004098;
    margin-right: 18px;
}
.section3 .warp .item .trait .con .text>div>h1{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
    transition: 0.6s;
}
.section3 .warp .item .trait .con .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5F5F5F;
    line-height: 24px;
}
.section3 .warp .item .trait .con .text .line{
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    margin-top: 47px;
    margin-bottom: 0;
    position: relative;
}
.section3 .warp .item .trait .con .text .line:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #004098;
    transition: 0.6s;
}
.section3 .warp .item .trait .con .text:hover .line:after{
    width: 100%;
}
.section3 .warp .item .trait .con .text:hover div h1{
    color: #004098;
}
.section3 .warp .item_public{
    margin-top: 100px;
}
.section3 .warp .item_public .title{
    display: flex;
    align-items: center;
}
.section3 .warp .item_public .title i{
    color: #004098;
    font-size: 26px;
    margin-top: 5px;
    margin-right: 28px;
}
.section3 .warp .item_public .title h1{
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
}
.section3 .warp .item_public .images{
    margin-top: 49px;
}
.section3 .warp .item_3 .images{
    text-align: center;
}
.section3 .warp .item_3 .images img:first-child{
    margin-bottom: 92px;
}
.section4{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.section4 .warp{
    width: 1400px;
    margin: 150px auto 168px;
}
.section4 .warp .title{
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
}
.section4 .warp .content{
    margin-top: 66px;
    display: flex;
    justify-content: center;

}
.section4 .warp .content .white{
    width: 328px;
    margin-right: 20px;
}
.section4 .warp .content .white:nth-child(4n){
    margin-right: 0;
}
.section4 .warp .content .white .images{
    width: 100%;
    height: 215px;
    overflow: hidden;
    cursor: pointer;
}
.section4 .warp .content .white .images img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.section4 .warp .content .white:hover .images img{
    transform: scale(1.05);
}
.section4 .warp .content .white .text{
    width: 328px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}
.section4 .warp .content .white .text div{
    margin: 25px 10px 25px 30px;
    display: flex;
    align-items: center;
}
.section4 .warp .content .white .text div p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1D1D1D;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section4 .warp .content .white .text div span{
    width: 6px;
    height: 6px;
    background: #004098;
    border-radius: 50%;
    margin-right: 10px;
}