﻿.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: 1552px;
    margin: auto;
    overflow: hidden;
}
.section .content .flex{
    width: 98%;
    margin: 199px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.section .content .flex .item{
    width: 484px;
    margin-right: 34px;
    margin-bottom: 44px;
}
.section .content .flex .item:nth-child(3n){
    margin-right: 0;
}
.section .content .flex .item .images{
    width: 100%;
    height: 322px;
    overflow: hidden;
}
.section .content .flex .item .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section .content .flex .item .text{
    width: 100%;
    height: 250px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 3px 16px 0px rgba(255,255,255,.1);
    transition: 0.6s;
}
.section .content .flex .item .text .center{
    width: 420px;
}
.section .content .flex .item .text .center span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-bottom: 32px;
    transition: 0.6s;
}
.section .content .flex .item .text .center .line{
    width: 100%;
    height: 1px;
    background: #E7E7E7;
    margin-bottom: 29px;
    position: relative;
}
.section .content .flex .item .text .center .line:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #004098;
    transition: 0.6s;
}
.section .content .flex .item .text .center .sign{
    display: flex;
    justify-content: space-between;
}
.section .content .flex .item .text .center .sign div p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
    line-height: 33px;
}
.section .content .flex .item .text .center .sign a{
    width: 36px;
    height: 36px;
    background: #004098;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    opacity: 0;
    transition: 0.6s;
    position: relative;
    left: -20px;
}
.section .content .flex .item .text .center .sign a i{
    color: #fff;
    font-size: 12px;
    font-weight: 200;
}
.section .content .flex .item:hover .images img{
    transform: scale(1.05);
}
.section .content .flex .item:hover .text .center .line:after{
    width: 100%;
}
.section .content .flex .item:hover .text .center span{
    color: #004098;
}
.section .content .flex .item:hover .center .sign a{
    opacity: 1;
    left: -10px;
}
.section .content .flex .item:hover .text{
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid transparent;
}
.section .content .paging{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
    margin-bottom: 143px;
}
.section .content .paging a{
    transition: 0.6s;
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: 400;
    color: #989898;
    padding: 10px;
    position: relative;
}
.section .content .paging a:first-child,
.section .content .paging a:last-child {
    width: 40px;
    height: 40px;
    background: #CDCDCD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 23px;
    margin-right: 23px;
    padding: 0;
    transition: 0.6s;
}
.section .content .paging a:first-child:after,
.section .content .paging a:last-child:after{
    display: none;
}
.section .content .paging a:first-child i,
.section .content .paging a:last-child i {
    font-size: 12px;
    color: #fff;
    transition: 0.3s;
    position: relative;
    left: 0;
}
.section .content .paging a:first-child:hover,
.section .content .paging a:last-child:hover{
    background: #004098;
}
.section .content .paging a:first-child:hover i{
    left: -3px;
}
.section .content .paging a:last-child:hover i{
    left: 3px;
}
.section .content .paging a:first-child i{
    transform: rotate(180deg);
}
.on{
    color: #004098!important;
}
.on:after{
    opacity: 1!important;
}
.section .content .paging a:after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 1px;
    background: #004098;
    opacity: 0;
    transition: 0.3s;
}
.section .content .paging a:hover:after{
    opacity: 1;
}
.section .content .paging a:hover{
    color: #004098;
}
.section .content .paging a:nth-last-child(2):after{
    display: none;
}
.section .tow_content{
    width: 1376px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.section .tow_content .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 150px;
}
.section .tow_content .title .text span{
    font-size: 29px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}
.section .tow_content .title .text .line{
    margin-top: 40px;
    margin-bottom: 67px;
    width: 598px;
    height: 1px;
    background: rgba(0,0,0,.2);
    position: relative;
}
.section .tow_content .title .text .line:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #004098;
    transition: 0.6s;
}
.section .tow_content .title .text:hover .line:after{
    width: 100%;
}
.section .tow_content .title .text p{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 26px;
    margin-bottom: 15px;
}
.section .tow_content .title .images{
    margin-top: 50px;
}
.section .tow_content .title .images img{
    transition: 1s;
    cursor: pointer;
}
.section .tow_content .title .images img:hover{
    transform: scale(1.05);
}
.section .tow_content .shuffling{
    margin-top: 91px;
    margin-bottom: 62px;
}
.section .tow_content .shuffling .shuffling_warp{
    width: 100%;
    height: 427px;
}
.section .tow_content .shuffling .shuffling_warp .swiper-slide{
    overflow: hidden;
}
.section .tow_content .shuffling .shuffling_warp .swiper-slide img{
    width: 100%;
    height: 100%;
}
.section .tow_content .shuffling .all{
    margin-top: 44px;
    display: flex;
    align-items: center;
}
.section .tow_content .shuffling .all .swiper-pagination{
    position: static;
    display: flex;
    align-items: center;
    font-weight: bold;
    width: 70px;
}
.section .tow_content .shuffling .all .swiper-pagination span{
    font-size: 16px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: bold;
    color: #1D1D1D;
}
.section .tow_content .shuffling .all .button{
    display: flex;
}
.section .tow_content .shuffling .all .button div{
    width: 40px;
    height: 40px;
    background: #CDCDCD;
    border-radius: 50%;
    position: static;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
    opacity: 1!important;
    pointer-events: unset!important;
}
.section .tow_content .shuffling .all .button div:hover{
    background: #004098;
}
.section .tow_content .shuffling .all .button div i{
    font-size: 12px;
    color: #fff;
    font-weight: 200;
}
.section .tow_content .shuffling .all .button div:nth-child(1){
    margin-right: 19px;
    transform: rotate(180deg);
}
.section .tow_content .shuffling .all .button div:after{
    display: none;
}
.section .tow_content .shuffling .shuffling_warp .swiper-slide img{
    cursor: pointer;
    transition: 1s;
}
.section .tow_content .shuffling .shuffling_warp .swiper-slide img:hover{
    transform: scale(1.05);
}