﻿.banner{
    width: 100%;
    height: 809px;
    background-size: contain!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}
.banner .text{
    display: flex;
}
.scroll{
    /*margin-top: -90px;*/
    padding-top: 90px;
}
.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;
}
#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section .about_nav div{
    width: 1520px;
    height: 103px;
    background: #FFFFFF;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: -145px;
    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 ul li{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #535353;
    margin-right: 112px;
    padding: 15px 0;
    cursor: pointer;
    transition: 1s;
}
.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;
    transition: 1s;
}
.section .about_nav ul li:hover{
    color: #004098;
}
.section .about_nav ul li:last-child{
    margin-right: 0;
}

.section .warp{
    width: 1520px;
    /*margin: 127px auto 155px;*/
    margin: -137px auto 0;
    overflow: hidden;
    padding-top: 200px;
}
.section .warp .content{
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.section .warp .content .left .title{
    margin-bottom: 81px;
}
.section .warp .content .left .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232323;
    margin-bottom: 69px;
}
.section .warp .content .left .title p{
    width: 644px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262525;
    line-height: 28px;
}
.section .warp .content .left .con{
    display: flex;
}
.section .warp .content .left .con .top{
    display: flex;
}
.section .warp .content .left .con .top .clearfix{
    display: flex;
    position: relative;
}
.section .warp .content .left .con .top .clearfix h1{
    font-size: 14px;
    font-family: Saira Condensed;
    font-weight: 600;
    color: #393939;
    position: absolute;
    left: 67px;
    top: 5px;
}
.section .warp .content .left .con .top .clearfix span{
    font-size: 36px;
    font-family: Saira Condensed;
    font-weight: 600;
    color: #393939;
    min-width: 67px;
}
.section .warp .content .left .con .top .clearfix p{
    font-size: 14px;
    font-family: Saira Condensed;
    font-weight: 600;
    color: #393939;
    position: relative;
    left: 2px;
    top: 22px;
}
.section .warp .content .left .con .top svg{
    width: 22px;
    fill: #0F4B9E;
    position: relative;
    top: -5px;
    margin-left: 32px;
}
.section .warp .content .left .con .top svg .st0{
    fill: #0F4B9E;
}
.section .warp .content .left .con .item{
    position: relative;
    margin-right: 87px;
}
.section .warp .content .left .con .item:last-child{
    margin-right: 0;
}
.section .warp .content .left .con .item:last-child .numCX{
    min-width: 38px;
}
.section .warp .content .left .con .item>h1{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #525252;
}
.section .warp .content .left .con .item:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 139%;
    transform: translateY(-50%);
    width: 1px;
    height: 51px;
    background: #020202;
    opacity: 0.1;
}
.section .warp .content .left .con .item:last-child:after{
    display: none;
}
.section .warp .content .right{
    width: 640px;
    height: 450px;
    overflow: hidden;
    margin-top: 22px;
}
.section .warp .content .right img{
    width: 100%;
    height: 100%;
    transition: 3s;
    cursor: pointer;
}
.section .warp .content .right img:hover{
    transform: scale(1.05);
}
.section .warp .images{
    margin-bottom: 150px;
}
.section .warp .images .swiper-slide .images_warp{
    width: 100%;
    height: 337px;
}
.section .warp .images .swiper-slide .images_warp img{
    width: 100%;
    height: 100%;
}
.section2{
    width: 100%;
    height: auto;
    background-size: cover!important;
    overflow: hidden;
    margin-top: -137px;
    padding-top: 181px;
}
.section2 .warp{
    width: 70%;
    margin: 0 auto 150px;
}
.section2 .warp .title{
    text-align: left;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1E1E1E;
    margin-bottom: 72px;
}
.section2 .warp .content{
    display: flex;
    align-items: center;
}
.section2 .warp .content .images{
    width: 647px;
    height: 436px;
    margin-right: 90px;
}
.section2 .warp .content .images img{
    width: 100%;
    height: 100%;
}
.section2 .warp .content .text .tou{
    margin-bottom: 51px;
}
.section2 .warp .content .text .tou h1{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1E1E1E;
    margin-bottom: 13px;
}
.section2 .warp .content .text .tou p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #929292;
}
.section2 .warp .content .text .scrollTop {
    width: 560px;
    height: 315px;
    overflow-y: scroll;
    padding-right: 40px;
}
.section2 .warp .content .text .scrollTop::-webkit-scrollbar {
    width: 4px;
    background-color: #e5e5e5;
}
.section2 .warp .content .text .scrollTop::-webkit-scrollbar-thumb {
    background-color: #01499D;
}
.section2 .warp .content .text .scrollTop::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.section2 .warp .content .text .scrollTop p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #313131;
    line-height: 36px;
}
.section3{
    width: 100%;
    height: auto;
    background-size: cover!important;
    overflow: hidden;
    margin-top: -137px;
    padding-top: 181px;
}
.section3 .warp{
    /*width: 800px;*/
    margin: 0 auto 150px;
}
.section3 .warp .title{
    text-align: center;
    margin-bottom: 141px;
}
.section3 .warp .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232323;
    margin-bottom: 14px;
}
.section3 .warp .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #B2B5BB;
}
.section3 .warp .content{
    display: flex;
    justify-content: center;
    height: 981px;
    overflow: hidden;
    overflow-y: auto;
}
.section3 .warp .content .border{
    width: 70px;
    height: 24px;
    background: #004098;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: Nexa-Trial;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
}
.section3 .warp .content .border:last-child{
    margin-bottom: 0;
}
.section3 .warp .content .text{
    /*width: 602px;*/
}
.section3 .warp .content .text .item{
    padding-bottom: 62px;
    min-height: 87px;
    display: flex;
    position: relative;
}
.section3 .warp .content .text .item:last-child{
    margin-bottom: 0;
}
.section3 .warp .content .text .item h1{
    font-size: 18px;
    font-family: Source Han Sans CN;
    color: #141414;
    margin-bottom: 19px;
    font-weight: bold;
    position: relative;
}
.section3 .warp .content .text .item .after{
    width: 7px;
    height: 7px;
    background: #004098;
    border-radius: 50%;
    transition: 0.6s;
    margin-left: 70px;
    margin-right: 50px;
    margin-top: 9px;
}
.section3 .warp .content .text .item .after .line{
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #004098;
    margin-left: 3px;
}
.section3 .warp .content .text .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #38393D;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 30px;
}
.section3 .warp .more{
    width: 100px;
    text-align: center;
    margin-top: 54px;
    margin-left: 74px;
    cursor: pointer;
    display: none;
}
.section3 .warp .more i{
    color: #004098;
}
.section3 .warp .more p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #101010;
    margin-top: 12px;
}

.section4{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-top: -137px;
    padding-top: 181px;
}
.section4 .warp{
    /*width: 1420px;*/
    margin: 0 auto 160px;
}
.section4 .warp .title{
    text-align: center;
}
.section4 .warp .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232323;
    margin-bottom: 14px;
}
.section4 .warp .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #B2B5BB;
}
.section4 .warp .title p{
    width: 789px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 26px;
    margin: 30px auto 0;
}
.section4 .warp .culture_nav{
    width: 100%;
    height: 51px;
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section4 .warp .culture_nav li{
    width: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(0,0,0,0.1);
    height: 100%;
    cursor: pointer;
}
.section4 .warp .culture_nav .active i{
    color: #004098;
}
.section4 .warp .culture_nav .active p{
    color: #004098;
}
.section4 .warp .culture_nav li:last-child{
    border: none;
}
.section4 .warp .culture_nav li{
    display: flex;
    align-items: center;
}
.section4 .warp .culture_nav li i{
    color: #000000;
    font-size: 22px;
    margin-right: 24px;
    transition: 0.6s;
}
.section4 .warp .culture_nav li p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    transition: 0.6s;
}
.section4 .warp .content{
    width: 1420px;
    height: 592px;
    display: flex;
    justify-content: space-between;
    margin: 57px auto 0;
    position: relative;
}
.section4 .warp .content .cut{
    width: 1420px;
    display: flex;
    justify-content: space-between;
    margin: 57px auto 0;
    position: absolute;
    top: 75px;
    opacity: 0;
    z-index: 1;
    align-items: center;
    transition: 1s;
}
.section4 .warp .content .cut_2{
    justify-content: center;
}
.section4 .warp .content .cut .images_2{
    width: 634px;
    height: 414px;
    overflow: hidden;
    margin-right: 60px;
    cursor: pointer;
}
.section4 .warp .content .cut .text_2{
    width: 365px;
}
.section4 .warp .content .cut .images_2 img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section4 .warp .content .cut .images_2 img:hover{
    transform: scale(1.05);
}
.section4 .warp .content .cut .text_2 span{
    width: 100px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #004098;
    transition: 0.6s;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
}
.section4 .warp .content .cut .text_2 span:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 2px;
    background: #004098;
}
.section4 .warp .content .cut .text_2 p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.section4 .warp .content .active{
    opacity: 1;
    z-index: 2;
    top: 0;
}
.section4 .warp .content .cut_4{
    width: 100%;
    justify-content: center;
}
.section4 .warp .content .cut .sign{
    width: 280px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #010101;
    line-height: 34px;
    margin-right: 40px;
    margin-left: 40px;
}
.section4 .warp .content .cut .sign:first-child{
    margin-top: -300px;
}
.section4 .warp .content .cut .sign:last-child{
    margin-top: 350px;
}
.section4 .warp .content .cut .circle{
    width: 500px;
    height: 500px;
    border: 1px solid rgba(0, 64, 152, 0.39);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section4 .warp .content .cut .circle img{
    transform: scale(0.8);
}

.section4 .warp .content .cut .poa{
    position: absolute;
    top: 50%;
    left: 31%;
    transform: translate(-50%,-50%);
    width: 190px;
    height: 190px;
    background: #004098;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section4 .warp .content .cut #poa2{
    left: 69%;
}
.section4 .warp .content .cut .poa div{
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section4 .warp .content .cut .poa div p{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #004098;
}
.section4 .warp .content .item{
    width: 448px;
    border-radius: 8px;
    overflow: hidden;
}
.section4 .warp .content .item .images{
    width: 100%;
    height: 289px;
    overflow: hidden;
    cursor: pointer;
}
.section4 .warp .content .item .images img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.section4 .warp .content .item:hover .images img{
    transform: scale(1.05);
}
.section4 .warp .content .item .text{
    width: 99.5%;
    border: 1px solid #DCDCDC;
    text-align: center;
    padding-bottom: 44px;
    padding-top: 44px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.section4 .warp .content .item .text span{
    font-size: 26px;
    color: #004098;
}
.section4 .warp .content .item .text .line{
    width: 0;
    height: 1px;
    margin: 12px auto;
    background: #004098;
    transition: 0.6s;
}
.section4 .warp .content .item:hover .line{
    width: 15px;
}
.section4 .warp .content .item .text h1{
    color: #646363;
    font-size: 14px;
}
.section4 .warp .content .item .text p{
    width: 339px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 22px;
    margin: 45px auto;
}

.section5{
    width: 100%;
    background-size: cover!important;
    overflow: hidden;
}
.section5 .warp{
    width: 70%;
    margin: 156px auto 280px;
}
.section5 .warp .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.section5 .warp .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 136px;
}
.section5 .warp .title .text{
    width: 676px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.section6{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-top: -137px;
    padding-top: 181px;
}
.section6 .warp{
    width: 1430px;
    margin: 0 auto 156px;
}
.section6 .warp .title{
    text-align: center;
    margin-bottom: 60px;
}
.section6 .warp .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232323;
    margin-bottom: 13px;
}
.section6 .warp .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #B2B5BB;
}
.section6 .warp .content{
    width: 100%;
    height: 600px;
    margin: auto;
    position: relative;
}
.section6 .warp .content .about_carousel{
    width: 36%;
    margin: 60px auto 0;
    height: 100%;
}
.section6 .warp .content .about_carousel .swiper-slide{
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.6s;
    overflow: hidden;
    transform: scale(0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section6 .warp .content .about_carousel .swiper-slide-active{
    transform: scale(1);
    z-index: 10;
}
.section6 .warp .content .about_carousel .swiper-slide p{
    opacity: 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 150px;
    color: #161616;
    transition: 0.6s;
}
.section6 .warp .content .about_carousel .swiper-slide-active p{
    opacity: 1;
    left: 120px;
}
.section6 .warp .content .button{
    width: 100%;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
}
.section6 .warp .content .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;
    position: static;
}
.section6 .warp .content .button div:after{
    display: none;
}
.section6 .warp .content .button div i{
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    transition: 0.6s;
}
.section6 .warp .content .button div:nth-child(1) i{
    transform: rotate(180deg);
}
.section6 .warp .content .button div:hover{
    background: #004098;
}

.color_nav_active a{
    color: #004098!important;
}
