﻿.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;
}

.text_active{
    opacity: 1!important;
    transform: translate(0px, 0px)!important;
}


.section{
    width: 100%;
    height: auto;
    background: #F8F8F8;
}

.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 ul li a{
    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:hover a{
    color: #004098;
}
.section .about_nav ul li:last-child{
    margin-right: 0;
}
.about_nav_active a{
    color: #004098!important;
}
.section .warp{
    width: 1305px;
    overflow: hidden;
    margin: auto;
}
.section .warp .news_warp{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 119px auto 96px;
}
.section .warp .news_warp .swiper-slide a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section .warp .news_warp .swiper-slide a .images{
    width: 640px;
    height: 415px;
    overflow: hidden;
    position: relative;
    top: 60px;
    transition: 1s;
    opacity: 0;
    transition-delay: 0.6s;
}
.section .warp .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;
}
.section .warp .news_warp .swiper-slide-active a .images{
    opacity: 1;
    top: 0;
}
.section .warp .news_warp .swiper-slide a .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section .warp .news_warp .swiper-slide a:hover .images img{
    transform: scale(1.05);
}
.section .warp .news_warp .swiper-slide a .text{
    width: 582px;
    top: 60px;
    transition: 1s;
    opacity: 0;
    transition-delay: 0.8s;
    position: relative;
}
.section .warp .news_warp .swiper-slide-active a .text{
    opacity: 1;
    top: 0;
}
.section .warp .news_warp .swiper-slide a .text span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 21px;
    transition: 0.6s;
}
.section .warp .news_warp .swiper-slide a:hover .text span{
    color: #004098;
}
.section .warp .news_warp .swiper-slide a .text .icon{
    display: flex;
    align-items: center;
}
.section .warp .news_warp .swiper-slide a .text .icon i{
    font-size: 20px;
    color: #3E3E3E;
    margin-right: 19px;
}
.section .warp .news_warp .swiper-slide a .text .icon h2{
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #3E3E3E;
}

.section .warp .news_warp .swiper-slide a .text .line{
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.2);
    margin-top: 31px;
    margin-bottom: 52px;
    position: relative;
}
.section .warp .news_warp .swiper-slide a .text .line:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s cubic-bezier(1, 0.41, 0.07, 0.96);
    width: 0;
    height: 1px;
    background: #004098;
}
.section .warp .news_warp .swiper-slide a:hover .text .line:after{
    width: 100%;
}
.section .warp .news_warp .swiper-slide a .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #403E3E;
    line-height: 32px;
}
.section .warp .news_warp .swiper-slide a .text h1{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-top: 75px;
}
.section .warp .news_warp .swiper-pagination{
    bottom: 33px;
    left: 46%;
    width: 100%;
}
.section .warp .news_warp .swiper-pagination span{
    transition: 0.6s;
}
.section .warp .news_warp .swiper-pagination-bullet-active{
    background: #004D9D;
}
.section2{
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
}
.section2 .warp{
    width: 1334px;
    margin: 79px auto 69px;
}
.section2 .warp .con{
    display: flex;
    flex-wrap: wrap;
}
.section2 .warp .con .item{
    width: 432px;
    margin-right: 19px;
    margin-bottom: 59px;
}
.section2 .warp .con .item:nth-child(3n){
    margin-right: 0;
}
.section2 .warp .con .item .images{
    width: 100%;
    height: 279px;
    overflow: hidden;
    position: relative;
}
.section2 .warp .con .item .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_green{
    background: #00936F;
}
.label_blue{
    background: #004D9D;
}
.section2 .warp .con .item .images img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.section2 .warp .con .item:hover .images img{
    transform: scale(1.05);
}
.section2 .warp .con .item .text{
    width: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 2s;
}
.section2 .warp .con .item:hover .text{
    background: #004098;
}
.section2 .warp .con .item .text_nr span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
    transition: 0.6s;
    min-height: 52px;
}
.section2 .warp .con .item:hover .text_nr span{
    color: #FFFFFF;
}
.section2 .warp .con .item .text_nr p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 22px;
    transition: 0.6s;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section2 .warp .con .item:hover .text_nr p{
    color: #FFFFFF;
}
.section2 .warp .con .item .text_nr{
    width: 371px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.section2 .warp .con .item .text_nr .time{
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
.section2 .warp .con .item .text_nr .time h1{
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #727272;
    transition: 0.6s;
}
.section2 .warp .con .item:hover .time h1{
    color: #FFFFFF;
}
.section2 .warp .con .item .text_nr .time .more{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6F6F6F;
    transition: 0.6s;
}
.section2 .warp .con .item:hover .time .more{
    color: #FFFFFF;
}
.section2 .warp .con .item .text_nr .time .more i{
    font-size: 12px;
    color: #6F6F6F;
    font-weight: 200;
    margin-left: 11px;
    transition: 0.6s;
}
.section2 .warp .con .item:hover .time .more i{
    color: #FFFFFF;
}

.section2 .paging{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
    margin-bottom: 143px;
}
.section2 .paging a{
    transition: 0.6s;
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: 400;
    color: #989898;
    padding: 10px;
    position: relative;
}
.section2 .paging a:first-child,
.section2 .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;
}
.section2 .paging a:first-child:after,
.section2 .paging a:last-child:after{
    display: none;
}
.section2 .paging a:first-child i,
.section2 .paging a:last-child i {
    font-size: 12px;
    color: #fff;
    transition: 0.3s;
    position: relative;
    left: 0;
}
.section2 .paging a:first-child:hover,
.section2 .paging a:last-child:hover{
    background: #004098;
}
.section2 .paging a:first-child:hover i{
    left: -3px;
}
.section2 .paging a:last-child:hover i{
    left: 3px;
}
.section2 .paging a:first-child i{
    transform: rotate(180deg);
}
.section2 .paging .on{
    color: #004098;
}
.section2 .paging .on:after{
    opacity: 1;
}
.section2 .paging a:after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 1px;
    background: #004098;
    opacity: 0;
    transition: 0.3s;
}
.section2 .paging a:hover:after{
    opacity: 1;
}
.section2 .paging a:hover{
    color: #004098;
}
.section2 .paging a:nth-last-child(2):after{
    display: none;
}

.tow_section{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tow_section .warp{
    width: 1000px;
    margin: 116px auto 109px;
}
.tow_section .warp .title{
    text-align: center;
    margin-bottom: 99px;
}
.tow_section .warp .title span{
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    margin-bottom: 32px;
}
.tow_section .warp .title h1{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}
.tow_section .warp .title .line{
    width: 100%;
    height: 1px;
    background: #7F7F7F;
    opacity: 0.2;
    margin-top: 75px;
}
.tow_section .warp .content p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1919;
    line-height: 36px;
}
.tow_section .warp .content .paging{
    margin-top: 114px;
    border-top: 1px solid rgba(127, 127, 127, .2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 42px;
}
.tow_section .warp .content .paging a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #787878;
    transition: 0.6s;
}
.tow_section .warp .content .paging a span{
    padding: 0 20px;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tow_section .warp .content .paging a i{
    font-size: 20px;
    color: #787878;
    margin-left: 30px;
    margin-right: 30px;
    transition: 0.6s;
}
.tow_section .warp .content .paging a:hover{
    color: #004098;
}
.tow_section .warp .content .paging a:hover i{
    color: #004098;
}
