@charset "utf-8";
.custom-cursor, .custom-cursor *, .no-touchevents.custom-cursor *:hover{
    cursor: url("../images/page-cursor.png") 6 6, auto !important;
}
.custom-cursor.light-cursor, .custom-cursor.light-cursor *, .no-touchevents.custom-cursor.light-cursor *:hover{
    cursor: url("../images/page-cursor-light.png") 6 6, auto !important;
}
.hover-cursor-activated, .hover-cursor-activated *, .no-touchevents.hover-cursor-activated *:hover{
    cursor: url("../images/x.png"), auto !important;
}
#page-cursor, #page-cursor-circle{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    pointer-events: none;
}
#page-cursor-circle{
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(34, 34, 34, .1);
    border-radius: 110%;
    transform-origin: 100% 100%;
    transition: width .4s ease, height .4s ease, margin .4s ease;
}
.hover-cursor-activated #page-cursor-circle{
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}
.light-cursor #page-cursor-circle{
    border-color: rgba(255, 255, 255, .125);
}
#hover-cursor{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -13px;
}
.hover-cursor-activated #cursor-dot, html:not(.hover-cursor-activated) #hover-cursor{
    display: none;
}
.no-touchevents a{
    transition: color .2s ease, opacity .2s ease;
}
.no-touchevents button, .no-touchevents .btn, .no-touchevents .btn-circle, .no-touchevents .btn-circle svg *, .no-touchevents .btn-link{
    transition: all .2s ease;
}
/*loader*/
.loadero{
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #003f88;
    display: none;
}
.loader6{
    position: relative;
    width: 12px;
    height: 12px;

    top: 46%;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    left: 46%;
    left: -webkit-calc(50% - 6px);
    left: calc(50% - 6px);

    border-radius: 12px;
    background-color: #fff;
    -webkit-transform-origin:  50% 50%;
    transform-origin:  50% 50% ;
    -webkit-animation: loader6 1s ease-in-out infinite;
    animation: loader6 1s ease-in-out infinite;
}

.loader6:before{
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
}

.loader6:after{
    content: "";
    position: absolute;
    background-color: rgba(255, 255 ,255 ,.5);
    top: 0px;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
}


@-webkit-keyframes loader6{
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(180deg);}
}

@keyframes loader6{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(180deg);}
}
/* common */
.contentouter{
    position: relative;
    padding: 0px 30px;
}
.contentbody{
    max-width: 1440px;
    margin: 0 auto;
}
/* 头部导航 */
.headindex{
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    height: 80px;
    width: 100%;
    z-index: 60;
}
.headin{
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    height: 80px;
    width: 100%;
    z-index: 60;
    background-color: #FFFFFF;
    transition: height 1.5s ease;
}
.head_{
    max-width: 1500px;
    margin: 0 auto;
}
.nav_logo{
    display: block;
    padding-top: 15px;
    margin-left: 30px;
}
.nav_list{
    margin-top: 20px;
    padding: 0 10px 0 7px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    transition: background 1.5s;
    margin-right: 30px;
}
.nav_listli{
    float: left;
}
.nav_listli a{
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #25293d;
    line-height: 40px;
    padding: 0 20px;
}
.nav_listli a:hover{
    color: #969BAF;
}
.nav_listli.cur a{
    color: #969BAF;
}
.nav_menu{
    width: 30px;
    height: 20px;
    margin: 10px 0px 0 5px;
    transition: all 0.7s;
    pointer-events: auto;
    cursor: pointer;
}
.nav_menu:before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #25293d;
    transition: all 0.7s;
}
.nav_menu:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #25293d;
    transition: all 0.7s;
}

.nav_menu:hover:before{
    background-color: #003f88;
}
.nav_menu:hover:after{
    background-color: #003f88;
}
/*nav-box*/
.nav-box{
    position: fixed;
    top: -10%;
    left: 0;
    z-index: -50;
    width: 100%;
    height: 0;
    /*overflow: hidden;*/
   /* background-color: #25293d;*/
    transition: height 1.5s ease 0.2s,top 1.5s ease 0.2s;
}
.nav-box.ready{
    display: block;
}
.nav-box-yb{
    opacity: 0;
    transition: all 0.5s ease;
}
.nav-box.ready .nav-box-yb{
    opacity: 1;
}
.nav-box.finish .nav-box-yb{
    background-color: #25293d;
}
.nav-box-{
    width: 100%;
    height: 100%;
}
.nav-box-in{
    max-width: 1500px;
    margin: 0 auto;
}
.head_open{
    height: 0;
}
.head_open .head_{
    pointer-events: none;
}
.head_open .nav_list{
    padding: 0 10px 0 7px;
    height: 40px;
    background: transparent;
}
.head_open .nav_logo ,.head_open .nav_listul {
    display: none;
}
.meaheadtobo .nav_logo ,.meaheadtobo .nav_listul {
    display: none;
}
.meaheadtobo{
    pointer-events: none;
}
.nav-box-open{
    top: 0;
    height: 100vh;
}
.nav-box-open-z{
    z-index: 50;
}
.nav-box-por{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.head_open .nav_menu{
    margin: 20px 0px 0 5px;
}
.head_open .nav_menu:before{
    top: 0;
    background-color: #ffffff;
    transform: rotate(-45deg);
}
.head_open .nav_menu:after{
    top: 0;
    background-color: #ffffff;
    transform: rotate(45deg);
}
.nav-box .nav-box-body{
    height: 100%;
    opacity: 0;
    transition: opacity 1.8s;
    z-index: 5;
}
.nav-box .open-nav-box-body{
    opacity: 1;
}
.nav-box-top{
    height: 100px;
}
.nav-box-top a{
    display: block;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fefefe;
    transition: color 0.5s;
}
.nav-box-top a:nth-child(1){
    top: 70px;
    left: 30px;
}
.nav-box-top a:nth-child(2){
    top: 70px;
    left: 130px;
}
.nav-box-top a:nth-child(3){
    top: 70px;
    left: 66%;
}
.nav-box-top a:nth-child(3):before{
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #005fcc;
    position: absolute;
    left: -40px;
    top: 13px;
}
.nav-box-top a:hover{
    color: #007aff;
}
.nav-box-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 100px;
    left: 0;
}
.nav-box-list-li{
    padding: 0px 30px;
}
.nav-box-list-li-title , .nav-box-list-li-title a{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 120px;
    letter-spacing: 0px;
    color: #fefefe;
    transition: color 0.5s;
}
.nav-box-list-li-li , .nav-box-list-li-li a{
    font-size: 16px;
    line-height: 40px;
    color: #fefefe;
    transition: color 0.7s;
}
.nav-box-list-li-title:hover a ,.nav-box-list-li-li:hover a{
    color: #007aff;
}
.nav-box-y1{
    width: 1000px;
    height: 800px;
    border-radius: 50%;
    background-color: #25293d;
    bottom: -70%;
    left: 0;
    transition: all 1.8s;
}
.nav-box-y2{
    width: 1500px;
    height: 1200px;
    border-radius: 50%;
    background-color: #25293d;
    bottom: -80%;
    right: -30%;
    transition: all 1.8s;
}
#nav-boxbg{
    transform: translateY(-50%);
}
#nav-box-wave svg g:first-child > g{
    display: none;
}
.imghoverscale{
    overflow: hidden;
}
.imghoverscale img{
    transition: all 0.7s;
}
.imghoverscale:hover img{
    transform: scale(1.15);
}
/* 导航 */
.navzone{
    z-index: 99;
    position: fixed;
    top: 0px;
    right: -380px;
    width: 380px;
    height: 100vh;
    background-color: #25293d;
    transition: all 0.5s ease;
    overflow-y: auto;
}
.navwrap{
    position: relative;
    padding-top: 0px;
    padding-left: 100px;
    padding-bottom: 82px;
    padding-top: 102px;
}
.cnav_item{
    position: relative;  
    margin-bottom: 30px;
}
.cnavfo{
    position: relative;
    height: 25px;
    display: flex;
}
.cnavf{
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    transition: color 0.5s ease;
}
.cnavfc{
    display: block;
    margin-left: 8px;  
    padding: 0px 10px; 
}
.arrowd{
    fill:#fff;
}
.cnavfc:hover .arrowd{
    fill:#969BAF;
}
.cnavslist{
    position: relative;
    box-sizing: border-box;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.cnavslist_{
    position: relative;
    padding-top: 15px;
    box-sizing: border-box;
}
.cnavs{
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 22px; 
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 8px;
    transition: all 0.5s ease;
}
.cnavs:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 10px;
    height: 1px;
    background: #CCCCCC;
    transition: all 0.5s ease;
}
.cnavf:hover{
    color: #969BAF;
}
.cnavf.cur{
    color: #969BAF;
}
.down .arrowd{
    fill:#969BAF;
}
.cnavs:hover{
    color: #969BAF;
}
.cnavs.cur{
    color: #969BAF;
    padding-left: 60px;
}
.cnavs.cur:before{
    width: 40px;
}
.topright{
    z-index: 99;
    position: fixed;
    top: 67px;
    right: 0px;
    height: 22px;
    display: none;
}
.toprightin{
    top: 20px;
}
.navc{
    position: relative;
    margin-right: 25px;
}
.navcbtn{
    position: relative;
    width: 17px;
    margin-top: 2px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.nbline{
    position: relative;
    width: 15px;
    height: 1px;
    margin: 4px 0px;
    background-color: #003F88;
    border: 1px solid #003F88;
    border-radius: 3px;
    transition: all 0.3s ease-in-out
}
.verc{
    position: relative;
    margin-right: 30px;
}
.vertext{
    display: block;
    position: relative;
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
    font-family: Arial;
}
.navcbtn.open {
    transform: rotate(45deg);
}
.open .nbline:nth-child(1) {
    transform: translateY(7px);
}
.open .nbline:nth-child(2) {
    opacity: 0;
}
.open .nbline:nth-child(3) {
    transform: translateY(-7px) rotate(90deg);
}
.open .nbline{
    background-color: #fff;
    border: 1px solid #fff;
}
/*bottom*/
.bottom{
    background-color: #25293d;
    padding: 60px 30px 100px 30px;
}
.bottomconbox{
    max-width: 1440px;
    margin: 0px auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom_pl{
    position: relative;
    width: 420px;
    flex-shrink: 0;
    flex-grow: 0;
    padding-top: 60px;
}
.bottom_pr{
    position: relative;
    width: 800px;
    flex-shrink: 0;
    flex-grow: 0;
    padding-top: 60px;
}
.bottom_logo_{
    display: block;
    width: 100%;
    max-width: 420px;
}
.bottom_bb{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bottom_gzh{
    width: 86px;
    flex-shrink: 0;
    flex-grow: 0;
}
.bottom_gzh2{
    color: #9aa4b8;
    font-size: 12px;
    line-height: 26px;
    text-align: center; 
}
.bottom_webinfo p , .bottom_webinfo a{
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #9aa4b8;
    transition: all 0.5s;
}
.bottom_webinfo a:hover{
    color: #007aff;
}
.bottom_nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
    border-bottom: 1px solid #43495e;
}
.bottom_navli{
    position: relative;
    padding-right: 65px;
}
.bottom_navlihead , .bottom_navlihead a{
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #fefeff;
    transition: all 0.5s;
}
.bottom_navlili ,.bottom_navlili a{
    font-family: MicrosoftYaHeiLight;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #9aa4b8;
    line-height: 26px;
    transition: all 0.5s;
}
.bottom_navlihead:hover a, .bottom_navlili:hover a{
    color: #007aff;
}
.bottom_part{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom_contact{
    flex-grow: 1;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #8c95a8;
    margin-top: 50px;
}
.bt_c{
    margin-right: 30px;
    color: #9aa4b8;
}
.bottom_link{
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    width: 230px;
    height: 30px;
    margin-top: 50px;
}
.bottom_link_text{
    position: relative;
    width: 230px;
    height: 30px;
    background-color: #4F5265;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 30px;
    text-indent: 12px; 
}
.icon_arrow_down{
    position: absolute;
    top: 0px;
    right: 10px;
    width: 12px;
    height: 100%;
    background-image: url(../images/icon_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center;
}
.flink_item{
    display: block;
    color: #000;
    min-width: 190px;
}
.itotop{
    z-index: 99;
    position: fixed;
    right: -60px;
    bottom: 90px;
    width: 60px;
    height: 60px;
    background: rgba(37, 41, 61, 0.5);
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}
.itotop:hover{
    background: rgba(37, 41, 61, 1);
}
.itotop.show{
    right: 10px;
}
/*banner*/
.block_banner{
    position: relative;
    overflow-x: hidden;
}
.banner_img{
    width: 100%;
    display: block;
}
.bannertext{
    top: 276px;
    left: 27%;
    padding-right: 30px;
}
.bannertext p{
    font-size: 70px;
    font-weight: bold;
    line-height: 100px;
    letter-spacing: 0px;
    color: #25293d;
}
.bannertext i{
    display: block;
    width: 62px;
    height: 4px;
    background-color: #003f88;
    margin-top: 20px;
}
.bannerscroll{
    top: 492px;
    right: 16%;
}
.bannerscroll .bannerscrolltext{
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #8793aa;
    transform: rotate(-90deg);
}
.bannerscroll i{
    display: block;
    width: 2px;
    height: 32px;
    background-color: #1763b4;
    margin: 8px auto;
    animation: motb 2s infinite;
}
.bannerscroll2{
    top: auto;
    bottom: 30px;
}
@keyframes motb {
    0%{
        opacity: 1;
        transform: translateY(0);
    }
    50%{
        opacity: 0;
        transform: translateY(20px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
/*block_about*/
.block_about{
    padding: 40px 30px 70px 30px;
    background-color: #003F88;
}
.block_about_title{
    margin-left: 80px;
    padding-top: 30px;
}
.block_about_title div{
    font-size: 60px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 0px;
    color: #ffffff;
}
.block_about_title p{
    font-size: 26px;
    line-height: 40px;
    color: #fefefe;
}
.block_about_desc{
    width: 680px;
    padding-top: 30px;
}
.block_about_desc_text{
    font-family: MicrosoftYaHeiLight;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    text-indent: 36px;
}
.block_about_desc_more{
    display: block;
    font-family: Tahoma;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 30px;
}
.block_about_desc_more:hover{
    text-decoration: underline;
}
.pointbgbox{
    display: block;
    width: 112px;
    height: 162px;
    background: url("../images/pointbg.png") no-repeat;
    background-size: cover;
}
.block_about_i{
    left: 13%;
    top: 16%;
    z-index: 1;
    transition: all 1.8s;
}
.block_about_i1{
    left: 83%;
    top: 20.5%;
}
.block_about_i2{
    left: 38%;
    top: 27%;
}
.block_about_i3{
    left: 9%;
    top: 39%;
    z-index: 0;
}
.block_about_i4{
    left: 47%;
    top: 52%;
}
.block_about_i5{
    left: 73%;
    top: 64.8%;
    z-index: 1;
}
.block_about_i6{
    left: 85.5%;
    top: 77%;
    z-index: 0;
}
.block_about_i7{
    left: 17%;
    top: 78%;
}
.block_about_i8{
    left: 47%;
    top: 90%;
    z-index: -1;
}
.block_about_iin1{
    left: 47%;
    top: 300px;
}
.block_about_iin2{
    left: 5%;
    top: 800px;
}
.block_about_iin3{
    left: 10%;
    top: 1200px;
}
.block_about_iin4{
    left: 10%;
    top: 700px;
}
.block_about_icontact1{
    left: 60%;
    top: 840px;
}
.block_about_iina3{
    left: 47%;
    top: 2600px;
}
.block_about_iinz2{
    left: 9%;
    top: 1100px;
}
/*title*/
.index_block_head{
    text-align: center;
}
.index_block_head_en{
    font-family: "microsoft yahei";
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #25293d;
    text-transform: uppercase;
}
.index_block_head_ch{
    font-family: "microsoft yahei";
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #25293d;
}
/*more*/
.index_block_more{
    display: block;
    width: 80px;
    height: 30px;
    background-color: #1b1919;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
}
.block_swipermorebtn{
    display: block;
    width: 82px;
    height: 30px;
    border: solid 1px #707070;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #25293d;
    transition: all 0.5s ease;
}
.block_swipermorebtn:hover{
    border: solid 1px #003F88;
    background-color: #003F88;
    color: #FFFFFF;
}
/*notice*/
.block_notice{
    padding: 215px 0px 100px 0px;
}
.index_block_mnotice{
    right: 0px;
    top: 130px;
}
/* .block_notice_img{
    top: 0;
    left: 0;
} */
.block_notice_left{
    position: absolute;
    width: 540px;
    height: 290px;
    z-index: 2;
    overflow: hidden;
}
.block_notice_left .swiper-slide{
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.block_notice_left .swiper-slide img{
    display: block;
    position: relative;
    width: 100%;
}
.block_notice_list{
    position: relative;
    width: 750px;
    padding: 50px 80px 50px 380px;
    margin-top: 100px;
    background-color: #e2e6ef;
}
.block_notice_list ul li{
    padding: 15px 0px;
}
.block_notice_list ul li a{
    display: block;
    line-height: 30px;
}
.block_notice_list ul li span{
    display: inline-block;
    transition: all 0.5s;
    vertical-align: middle;
}
.block_notice_list ul li span:nth-child(1){
    font-family: Impact;
    font-size: 24px;
    font-weight: bold;
    color: #005dc8;
    margin-right: 50px;
}
.block_notice_list ul li span:nth-child(2){
    
    font-size: 24px;
    color: #1b1919;
}
.block_notice_list ul li:hover span{
    color: #005dc8;
}
/*news*/
.block_news{
    padding: 100px 0 100px;
}
.block_news_in{
    max-width: 1480px;
    margin: 0px auto;
}
.block_newslist{
    display: flex;
    flex-wrap: wrap;
}
.block_newslistli{
    width: 33.33333%;
    box-sizing: border-box;
    padding: 30px 20px 0px 20px;
}
.block_newslistli_{
    display: block;
    background-color: #FFFFFF;
}
.index_block_mnews{
    right: 0px;
    top: 7px;
}
.block_newslistli_img_{
    position: relative;
    overflow: hidden;
}
.block_newslistli_img_img1{
    display: block;
    width: 100%;
}
.block_newslistli_img_img2{
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.block_newslistli_img:after{
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    bottom: -20%;
    width: 3px;
    height: 90px;
    /*background-color: #0e69ae;*/
}
.block_newslistli_info{
    position: relative;
    padding: 10px 20px 40px 20px;
}
.block_newslistli_title{
    position: relative;
    height: 76px;
    font-size: 24px;
    line-height: 38px;
    color: #1b1919;
}
.block_newslistli_desc{
    font-size: 16px;
    line-height: 28px;
    color: #5c6166;
    margin: 15px 0 15px;
    position: relative;
    overflow: hidden;
}
.block_newslistli_u_time{
    font-size: 12px;
    line-height: 16px;
    color: #1b1919;
}
.block_newslistli_u_more{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0px;
    color: #363d46;
    margin-left: 25px;
}
.block_newslistli_info,
.block_newslistli_title,
.block_newslistli_desc,
.block_newslistli_u_time,
.block_newslistli_img img,
.block_newslistli_u_more{
    transition: all 0.5s;
}
.block_newslistli:hover .block_newslistli_img_img2{
    transform: scale(1.15);
}
.block_newslistli:hover .block_newslistli_info,
.block_newslistli:hover .block_newslistli_title
{
    color: #007aff;
}
.block_newslistli:hover .block_newslistli_u_more{
    transform: translateX(20px);
}
/*innovate*/
.block_innovate{
    padding: 110px 0 100px;
}
.index_block_minnovate{
    right: 0px;
    top: 7px;
}
.block_innovatelist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.block_innovatelistli{
    display: block;
    width: 48%;
    margin-top: 30px;
}
.block_innovatelistli_img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.block_innovatelistli_img img{
    display: block;
    width: 100%;
    transition: all 0.7s;
}
.block_innovatelistli_title{
    font-size: 18px;
    line-height: 26px;
    color: #25293d;
    margin-top: 15px;
    transition: all 0.7s;
}
.block_innovatelistli:hover img{
    transform: scale(1.15);
}
.block_innovatelistli:hover .block_innovatelistli_title{
    color: #007aff;
}
/*research*/
.block_research{
    padding: 100px 0 200px;
}
.block_researchbody{
    position: relative;
    min-height: 446px;
}
.block_researchbody_l{
    position: absolute;
    left: 60px;
    top: 0px;
    width: 650px;
    height: 386px;
    margin-top: 60px;
    z-index: 2;
}
.block_researchswiper2s img{
    display: block;
    position: relative;
    width: 650px;
    height: 386px;
}
.block_researchbody_r{
    position: relative;
    margin-left: 42%;
    padding: 70px 90px 30px 165px;
    background-color: #e2e6ef;
}
.block_researchswiper_title{
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #25293d;
}
.block_researchswiper_text{
    font-size: 18px;
    line-height: 32px;
    color: #25293d;
    margin: 20px 0;
}
/*technology*/
.block_technology{
    padding: 90px 0 270px;
}
.index_block_technology_head{
    text-align: left;
    padding-top: 25px;
}
.index_block_technology_head .index_block_head_ch{
    text-indent: 90px;
}
.block_technologybody_l{
    width: 520px;
    margin-top: 55px;
    padding: 60px 150px 30px 60px;
    background-color: #e2e6ef;
    left: 80px;
}
.block_technologyswiper_title{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #25293d;
}
.block_technologyswiper_desc{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #25293d;
    margin: 15px 0 50px;
}
.block_technologyswiper_name , .block_technologyswiper_email{
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #25293d;
}
.block_technologyswiperbtn{
    margin-top: 30px;
}
.block_technologyswiper2s{
    height: 490px;
    overflow: hidden;
}
/*.block_technologyswiper .swiper-slide:hover .block_technologyswiper_title,*/
/*.block_technologyswiper .swiper-slide:hover .block_technologyswiper_desc,*/
/*.block_technologyswiper .swiper-slide:hover .block_technologyswiper_name,*/
/*.block_technologyswiper .swiper-slide:hover .block_technologyswiper_email*/
/*{*/
/*    color: #007aff;*/
/*}*/
.block_technologybody_r{
    position: absolute;
    bottom: 90px;
    right: -105px;
    width: 825px;
    height: 490px;
}
/*swiper*/
.block_researchswiperpagebox , .block_technologyswiperpagebox{
    height: 20px;
    margin-top: 40px;
}
.block_researchswiperpagebox .block_researchswiperpage , .block_technologyswiperpagebox .block_technologyswiperpage{
    bottom: 0;
}
.block_researchswiperprne , .block_technologyswiperprne{
    width: 150px;
    margin: 0 auto;
    height: 20px;
}
.block_researchswiperprne .swiper-button-next, .block_technologyswiperprne .swiper-button-next{
    top: 0px;
    width: 30px;
    height: 20px;
    background: url("../images/next.png") center no-repeat;
    background-size: 24px 7px;
}
.block_researchswiperprne .swiper-button-prev, .block_technologyswiperprne .swiper-button-prev{
    top: 0px;
    width: 30px;
    height: 20px;
    background: url("../images/prev.png") center no-repeat;
    background-size: 24px 7px;
}

.block_researchswiperprne .swiper-button-next:hover, .block_technologyswiperprne .swiper-button-next:hover{
    width: 30px;
    height: 20px;
    background: url("../images/next_a.png") center no-repeat;
    background-size: 24px 7px;
}
.block_researchswiperprne .swiper-button-prev:hover, .block_technologyswiperprne .swiper-button-prev:hover{
    width: 30px;
    height: 20px;
    background: url("../images/prev_a.png") center no-repeat;
    background-size: 24px 7px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: "";
}
.headspace{
    position: relative;
    height: 80px;
}
.subnav{
    position: relative;
    height: 100px;
    padding: 0px 30px;
    background-color: #003F88;
}
.subnav_{
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
}
.subi{
    display: block;
    position: relative;
    padding: 0px 18px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: auto;
    box-sizing: border-box;
}
.subia{
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
}
.subia:after{
    content: "";
    display: block;
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    transform-origin: center;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
}
.subia:hover:after{
    transform: scale(1);
}
.subia.cur:after{
    transform: scale(1);
}
.in_block_head{
    text-align: center;
    margin-top: 196px;
    padding: 0px 30px;
}
.aboutp1{
    position: relative;
    margin-top: 100px;
    padding: 0px 30px;
}
.aboutp1_l{
    position: absolute;
    top: 0px;
    left: 0px;
}
.aboutp1_l img{
    display: block;
    width: 600px;
}
.aboutp1_r{
    position: relative;
    padding-top: 90px;
    padding-left: 400px;
}
.aboutp1_r_in{
    position: relative;
    padding: 80px 50px 80px 260px;
    background-color: #E2E6EF;
    color: #25293D;
    font-size: 18px;
    line-height: 36px;
}
.aboutp2{
    position: relative;
    padding: 250px 30px 205px 30px;
}
.aboutp2_img{
    display: block;
    margin: 0px auto;
    max-width: 100%;
}
.aboutp3{
    position: relative;
    width: 100%;
}
.aboutp3_{
    display: block;
    width: 100%;
}
.aboutp4{
    position: relative;
    padding: 250px 30px 205px 30px;
}
.aboutp4_in{
    position: relative;
    max-width: 1180px;
    margin: 0px auto;
}
.aboutp5{
    position: relative;
    padding: 100px 30px 165px 30px;
    background-color: #0E53A4;
}
.aboutp5_in{
    position: relative;
    max-width: 1450px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}
.atitem{
    position: relative;
    width: 20%;
    box-sizing: border-box;
    padding: 0px 10px;
    margin-top: 60px;
}
.atitemin{
    position: relative;
    width: 100%;
    height: 330px;
    background-color: #ffffff;
}
.atitem_t1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #E9F1FC;
    font-size: 120px;
    line-height: 200px;
    text-align: center;
}
.atitem_t2{
    position: absolute;
    top: 220px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 40px;
    color: #2A2D40;
    font-size: 18px;
    line-height: 24px;
}
.editorc{
    position: relative;
    padding: 0px 30px;
    padding-top: 70px;
    padding-bottom: 240px;
}
.editorcnew{
    padding-bottom: 0px;
}
/*.editorc_{*/
/*    position: relative;*/
/*    max-width: 1440px;*/
/*    margin: 0px auto;*/
/*}*/
/*.editorc_ img{*/
/*    max-width: 100%;*/
/*}*/
.editorc_{
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
}
.editorc_img{
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: max-content;
    height: max-content;
}
.editorc_a{
    position: absolute;
    cursor: pointer;
    transition: all 0.3s;
}
.editorc_a a{
    display: block;
    width: 100%;
    height: 100%;
}
.editorc_a:hover{
    border-bottom: 1px solid #000000;
}
.editorc_a1{
    width: 84px;
    height: 30px;
    top: 68.2%;
    left: 79.737%;
}
.editorc_a2{
    width: 84px;
    height: 30px;
    top: 73.51%;
    left: 79.737%;
}
.editorc_a3{
    width: 84px;
    height: 30px;
    top: 78.7%;
    left: 79.737%;
}
.editorc_a4{
    width: 84px;
    height: 30px;
    top: 84%;
    left: 79.837%;
}
.editorc_a5{
    width: 84px;
    height: 30px;
    top: 89.5%;
    left: 79.837%;
}
.editorc_a6{
    width: 107px;
    height: 30px;
    top: 94.8%;
    left: 78.737%;
}
.editorc_ img{
    max-width: 100%;
    display: block;
}
.councill{
    position: relative;
    padding: 0px 30px;
    padding-top: 0px;
    padding-bottom: 210px;    
}
.rybox{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1200px;
    margin: 0px auto;
    border-bottom: 1px solid #D2D3D4;
}
.t_ch{
    position: relative;
    padding-top: 5px;
    padding-bottom: 13px;
    color: #0051AE;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;  
}
.t_chspan{
    position: relative;
}
.t_chspan:after{
    content:"";
    position:absolute;
    left: 0px;
    bottom:-13px;
    width: 100%;
    height: 4px;
    background-color: #0051AE;
}
.rylist{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.ryitem{
    position: relative;
    margin-top: 56px;
    width: 33.333%;
    display: flex;
}
.ryname{
    position: relative;
    color: #25293D;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 60px;
    text-align-last: justify;
}
.rytext{
    position: relative;
    padding-top: 2px;
    color: #80859A;
    font-size: 16px;
    line-height: 26px;
    margin-right: 56px;
}
.editordes{
    position: relative;
    padding: 0px 30px;
    padding-top: 22px;
}
.editordes_{
    position: relative;
    color: #25293D;
    font-size: 18px;
    line-height: 24px;  
    text-align: center;
}
.aboutzz{
    position: relative;
    margin-top: 120px;
    padding: 0px 30px;
}
.aboutzz_{
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
}
.aboutzz_img{
    position: absolute;
    left: 40px;
    top: 0px;
    z-index: 1;
}
.aboutzz_con1{
    position: relative;
    padding-top: 160px;
    padding-left: 430px;
}
.aboutzz_con1_p1{
    color: #25293D;
    font-size: 24px;
    line-height: 32px;
    opacity: 0.2;
    text-transform: uppercase;
}
.aboutzz_con1_p2{
    color: #25293D;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
}
.aboutzz_con2{
    position: absolute;
    top: 410px;
    left: 170px;
    width: 260px;
    height: 110px;
    background-color: #2E6DB7;
    z-index: 1;
}
.aboutzz_con2_p1{
    color: #FFFFFF;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;  
    padding: 25px 0px 0px 35px;  
}
.aboutzz_con2_p2{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    padding: 0px 0px 0px 35px;  
}
.aboutzz_con3{
    position: relative;
    margin-top: 78px;
    padding-left: 300px;
}
.aboutzz_con3in{
    padding: 60px 50px 60px 190px;
    background-color: #E2E6EF;
}
.aboutzz_con3 p{
    color: #25293D;
    font-size: 14px;
    line-height: 30px;
    text-indent: 28px;    
}
.teamlist{
    position: relative;
    padding: 0px 30px;
    padding-top: 20px;
    padding-bottom: 250px;
}
.teamlist_{
    position: relative;
    max-width: 1480px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}
.teami{
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 20px;
    margin-top: 90px;
}
.teamia{
    display: block;
    position: relative;
}
.teami_w{
    position: relative;
    padding: 30px 0px 0px 30px;
}
.teami_in{
    position: relative;
    background-color: #ECF3F9;
    padding: 85px 30px 30px 30px;
    display: flex;
    justify-content: space-between;
}
.teami_in_l{
    position: relative;
    width: 150px;
    margin-right: 30px;
    flex-shrink: 0;
    flex-grow: 0;
}
.teami_in_l img{
    display: block;
    position: relative;
    width: 150px;
}
.teami_in_r{
    position: relative;
    flex-grow: 1;
}
.teami_in_t{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.teami_in_p{
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.teami_in_p1{
    position: relative;
    height: 210px;
    overflow: hidden;
}
.teami_in_p2{
    position: relative;
    height: 90px;
    overflow: hidden;
}
.teami_in_more{
    padding: 15px 0px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.teami_title{
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    padding:0 30px;
    height: 60px;
    background-color: #003F88;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    transition: all 1s ease;
}
.teamia:hover .teami_title{
    /*width: 290px;*/
    padding:0 40px;
}
.teaminfo{
    position: relative;
    margin-top: 150px;
    padding: 0px 30px;
}
.teaminfo_{
    display: block;
    position: relative;
}
.teaminfo_w{
    position: relative;
    padding: 30px 0px 0px 0px;
}
.teaminfo_in{
    position: relative;
    background-color: #ECF3F9;
    padding: 85px 30px 30px 30px;
    display: flex;
    justify-content: space-between;
}
.memberinfo_in{
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
}
.teaminfo_in_l{
    position: relative;
    width: 150px;
    margin-right: 30px;
    flex-shrink: 0;
    flex-grow: 0;
}
.teaminfo_in_l img{
    max-width: 100%;
}
.teaminfo_in_r{
    position: relative;
    flex-grow: 1;
}
.teaminfo_in_t{
    color: #25293D;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.teaminfo_in_p{
    color: #25293D;
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
    overflow-wrap: break-word; 
    white-space: normal; 
    max-width: 100%; 
    box-sizing: border-box; 
}
.teaminfo_in_pb{
    font-weight: bold;
}
.teaminfo_title{
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 60px;
    padding: 0 20px;
    background-color: #003F88;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.teaminfo_title_{
    position: absolute;
    top: 0px;
    left: 0px;
    padding:0 30px;
    height: 60px;
    background-color: #003F88;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.mtitle{
    position: relative;
    margin-top: 65px;
    padding: 0px 30px;
}
.mtitle_{
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
    border-bottom: 4px solid #0156B8;
    padding-bottom: 40px;
    padding-top: 70px;
    color: #25293D;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}
.mlist{
    position: relative;
    padding: 0px 30px;
    padding-top: 10px;
}
.mlist_{
    position: relative;
    max-width: 1480px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}
.teammi{
    position: relative;
    margin-top: 20px;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 20px;
}
.teammia{
    display: block;
    position: relative;
}
.teammi_w{
    position: relative;
}
.teammi_in{
    position: relative;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    display: flex;
    justify-content: space-between;
    transition: all .7s ease;
}
.teammi_in:hover{
    background-color: #ECF3F9;
}
.teammi_in_l{
    position: relative;
    width: 150px;
    margin-right: 30px;
    flex-shrink: 0;
    flex-grow: 0;
}
.teammi_in_l img{
    display: block;
    width: 150px;
}
.teammi_in_r{
    position: relative;
    flex-grow: 1;
}
.teammi_in_t{
    color: #25293D;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.teammi_in_p{
    color: #25293D;
    font-size: 16px;
    line-height: 30px;
}
.teammi_in_pb{
    font-weight: bold;
}
.teammi_title{
    color: #0156B8;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 18px;
}
.innovatelist{
    position: relative;
    padding-top: 95px;
}
.research_con{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.research_item{
    position: relative;
    width: 33.33333%;
}
.research_itema{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.research_item_img{
    display: block;
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
}
.research_item_text{
    position: absolute;
    left: 50%;
    top:50%;
    width: 100%;
    transform: translate(-50%,-50%);
    height: 30px;
    transition: all 0.5s ease;
}
.research_item_textin{
    position: relative;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.research_item_more{
    position: relative;
    width: 160px;
    height: 50px;
    background-color: #003F88;
    border-radius: 25px;
    margin: 0px auto;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
    opacity: 0;
    transition: all 0.5s ease;
}
.research_item:hover .research_item_text{
    height: 120px;
}
.research_item:hover .research_item_more{
    opacity: 1;
}
.research_item:hover .research_item_img{
    -webkit-filter: blur(5px); /* Chrome, Safari, Opera */
    filter: blur(5px);
}

.research_item2{
    position: relative;
    width: 50%;
}
.research_item2:hover .research_item_text{
    height: 120px;
}
.research_item2:hover .research_item_more{
    opacity: 1;
}
.research_item2:hover .research_item_img{
    -webkit-filter: blur(5px); /* Chrome, Safari, Opera */
    filter: blur(5px);
}

.button-prev,
.button-next {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  outline: none;
}
.button-prev{
    left: 16%;
}
.button-next{
    right: 16%;
}
.button-prev svg,.button-next svg{
    stroke:#707070;
}
.button-prev:hover svg,.button-next:hover svg{
    stroke:#003F88;
}
.researchzxdt{
    padding: 0px 30px;
    padding-top: 140px;
}
.researchzxdt_{
    color: #003F88;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;  
}
.researchzxda{
    padding: 0px 30px;
    padding-top: 60px;
}
.researchzxda_{
    max-width: 1440px;
    margin: 0px auto;
    color: #25293D;
    font-size: 18px;
    line-height: 36px;
}
.researchzxdlist{
    padding: 0px 10px;
}
.researchzxdlist_{
    max-width: 1480px;
    margin: 0px auto;
    color: #25293D;
    font-size: 18px;
    line-height: 36px;
    display: flex;
    flex-wrap: wrap;
}
.researchzxdlist_imgo{
    position: relative;
    width: 33.33333%;
    box-sizing: border-box;
    padding: 40px 20px 0px 20px;
}
.researchzxdlist_img{
    display: block;
    width: 100%;
}
.back_tolist{
    padding: 75px 0px 185px 0px;
}
.back_tolist_{
    text-align: center;
}
.back_more{
    position: relative;
    display: block;
    width: 395px;
    height: 50px;
    background-color: #003F88;
    border-radius: 25px;
    text-align: center;
    margin: 0px auto;
}
.back_more .backword{
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.back_more .backarrow{
    position: absolute;
    top: 16px;
    left: 28px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.back_more:hover .backword{
    transform: translate(10px,0px);
}
.back_more:hover .backarrow{
    opacity: 1;
    transform: translate(10px,0px);
}
.back_more_other{
    position: relative;
    display: inline-block;
    width: 395px;
    height: 50px;
    background-color: #003F88;
    border-radius: 25px;
    text-align: center;
    margin: 0px 12px 0 0;
}
.back_other{
    position: relative;
    display: inline-block;
    width: 395px;
    height: 50px;
    border: 1px solid #003F88;
    background-color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    margin: 0px 0 0 12px;
}
.back_other .backword{
    line-height: 50px;
    font-size: 18px;
    color: #003F88;
    transition: all 0.5s ease-in-out;
}
.back_other .backarrow{
    position: absolute;
    top: 16px;
    left: 28px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.back_other:hover .backword{
    transform: translate(10px,0px);
}
.back_other:hover .backarrow{
    opacity: 1;
    transform: translate(10px,0px);
}
.enterprisei{
    cursor: pointer;
}
.ebig{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}
.ebig.in{
    opacity: 1;
    pointer-events: auto;
}
.ebigin{
    position: relative;
    width: 100%;
    height: 100%; 
}
.enterpriseb{
    position: relative;
    width: 100%;
    height: 100%; 
}
.enterprisei_picb{
    position: relative;
    width: 100%;
    height: 100%;
}
.enterprisei_picb_{
    display: block;
    position: relative;
    width: 100%;
    top: 50%;
    transform: translate(0px,-50%);
    box-sizing: border-box;
    padding: 0px 15px;
}
.ep1{
    display: block;
    margin: 0px auto;
    max-width: 100%;
}
.platformlist{
    position: relative;
    padding-top: 95px;
}
.platform_con{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.platform_item{
    position: relative;
    width: 33.33333%;
}
.platform_itema{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.platform_item_img{
    display: block;
    position: relative;
    width: 100%;
    transition:all 0.35s linear;
}
.platform_item_text{
    position: absolute;
    /*top: 0px;*/
    top: 50%;
    /*left: 0px;*/
    left: 50%;
    width: 100%;
    /*height: 100%;*/
    height: 30px;
    background-color: rgba(0, 63 ,136 ,0.6);
    /*transform: translate(0px,10%);*/
    transform: translate(-50%,-50%);
    opacity: 0;
    /*transition:all 0.35s linear;*/
    transition:all 0.5s ease;
}
.platform_item_textin{
    position: relative;
    /*padding: 60px 50px 0px 50px;*/
    color: #FFFFFF;
    /*font-size: 20px;*/
     font-size: 30px;
    font-weight: bold;
    /*line-height: 26px;*/
    line-height: 30px;
    text-align: center;
}

.platform_item_more{
    position: relative;
    width: 160px;
    height: 50px;
    background-color: #003F88;
    border-radius: 25px;
    margin: 0px auto;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
    opacity: 0;
    transition: all 0.5s ease;
}

.platform_item_textin2{
    position: relative;
    padding: 35px 50px 0px 50px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
}
.platform_item:hover .platform_item_img{
    transform: scale(1.1);
}
.platform_item:hover .platform_item_text{
    opacity: 1;
    transform: translate(0px,0px);
}
.ban{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banpic{
    position: relative;
    width: 100%;
    display: block;
}
.bantext{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.ban_position{
    position: relative;
    max-width: 1500px;
    margin: 0px auto;
    top: 50%;
    transform: translate(0px,-50%);
    padding: 0px 30px;
    box-sizing: border-box;
}
.ban_text_ch{
    position: relative;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 80px;
}
.ban_text_ch:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 62px;
    height: 4px;
    background-color: #003F88;
}
.newslist{
    padding: 0px 10px;
}
.newslist_{
    max-width:1480px;
    margin:0px auto;
    display: flex;
    flex-wrap: wrap;
}
.newslist_search{
    max-width:1480px;
    margin:0px auto;
}
.pagezone{
    position: relative;
    padding: 120px 0px 220px 0px;
}
.newpagezon{
    padding: 120px 0px 10px 0px;
}
.pagelist{
    display: flex;
    justify-content: center;
}
.pagei{
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.pageis{
    padding: 0px 14px;
    margin: 0px 10px;
    transition: all 0.5s ease;
}
.pageis svg{
    fill:#25293d;
}
.pagetonum{
    padding: 0px 3px;
    margin: 0px 7px;
    transition: all 0.5s ease;
}
.pagetonum:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #0E69AE;
    transform: scale(0);
    transform-origin: center;
    transition: all 0.5s ease;
}
.pageis:hover{
    background: #0156B8;
}
.pageis:hover svg{
    fill:#FFFFFF;
}
.pagetonum:hover{
    color: #000000;
}
.pagetonum:hover::after{
    transform: scale(1);
}
.pageis.cur{
    background: #0156B8;
    cursor: not-allowed;
}
.pageis.cur svg{
    fill:#FFFFFF;
}
.pagetonum.cur{
    color: #000000;
    cursor: not-allowed;
}
.pagetonum.cur::after{
    transform: scale(1);
}
.detailcon{
    position: relative;
    padding: 140px 30px 100px 30px;
}
.detailcon_{
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
}
.detail_title{
    position: relative;
    color: #25293D;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;  
    text-align: center;  
}
.detail_meta{
    position: relative;
    padding: 20px 5px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 30px;
}
.detail_meta_time{
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    padding-left: 16px;  
    background: url(../images/icon_date.png) no-repeat left center;
    margin-right: 100px;
}
.detail_meta_author{
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;  
    background: url(../images/icon_author.png) no-repeat left center;
}
.detail_meta2{
    position: relative;
    padding: 20px 5px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 30px;
    text-align: center;
}
.detail_meta_time2{
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    padding-left: 16px;  
    padding-right: 16px;
    background: url(../images/icon_date.png) no-repeat left center;
}
.detail_meta_place{
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px; 
    padding-right: 20px;
    background: url(../images/icon_lo.png) no-repeat left center;
}
.detail_article{
    margin-top: 60px;
}
.detail_article img{
    max-width: 100%;
}
.detail_back{
    margin-top: 100px; 
    display: flex;   
    flex-wrap: wrap;
    justify-content: space-between;
}
.to_back{
    position: relative;
    width: 200px;
    height: 50px;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: #0156B8;
    border-radius: 25px;
}
.to_back_empty{
    position: relative;
    width: 200px;
    height: 50px;
    flex-shrink: 0;
    flex-grow: 0;
}
.backword{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 50px; 
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.backarrow{
    position: absolute;
    top: 16px;
    left: 28px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.to_pn{
    position: relative;
    width: 500px;
    padding: 11px 0px;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
}
.backtext{
    position: relative;
    padding: 0px 15px;
    color: #56596A;
    font-size: 16px;
    line-height: 28px; 
    transition: all 0.5s ease-in-out;
}
.pnarrow{
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid #707070;
    border-radius: 100%;
    line-height: 26px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.pnarrow svg{
    stroke:#25293d;
    transition: all 0.5s ease-in-out;
}
.to_pn:hover .backtext{
    color: #0156B8;
}
.to_pn:hover .pnarrow{
    border: 1px solid #0156B8;
    background-color: #0156B8;
}
.to_pn:hover .pnarrow svg{
    stroke: #FFFFFF;
}
.to_back:hover .backword{
    transform: translate(10px,0px);
}
.to_back:hover .backarrow{
    opacity: 1;
    transform: translate(10px,0px);
}
.back_more:hover .backword{
    transform: translate(10px,0px);
}
.back_more:hover .backarrow{
    opacity: 1;
    transform: translate(10px,0px);
}
.cooplist{
    position: relative;
    padding: 160px 30px 0px 30px;
}
.coopone{
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}
.cooponel{
    position: relative;
    width: 50%;
    max-height: 354px;
    overflow: hidden;
}
.cooponel1{
    position: relative;
    width: 100%;
    height: 100%;
}
.coopone_img{
    display: block;
    min-width: 100%;
    min-height: 100%;
}
.cooponer{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    border-top: 1px solid #D2D3D4;
    border-bottom: 1px solid #D2D3D4;
}
.cooponer1{
    position: relative;
    height: 28px;
    overflow: hidden;
    color: #25293D;
    font-size: 26px;
    line-height: 28px;
    text-indent: 60px;    
}
.cooponer2{
    position: relative;
    margin-top: 18px;
    color: #25293D;
    font-size: 16px;
    line-height: 28px;
    text-indent: 60px;    
}
.cooponer3{
    position: relative;
    margin-top: 55px;
    color: #5C6166;
    font-size: 16px;
    line-height: 30px;
    text-indent: 60px;  
    height: 90px;
    overflow: hidden;  
}
.cooponer4{
    position: relative;
    margin-top: 35px;
    height: 35px;   
}
.cooponemore{
    display: block;
    width: 120px;
    height: 38px;
    background-color: #0156B8;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #ffffff;
}
.coopi{
    display: block;
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
    margin-top: 70px;
    border-bottom: 1px solid #D2D3D4;
    padding-bottom: 20px;
    display: flex;
}
.coopil{
    position: relative;
    width: 74px;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
}
.coopil1{
    color: #25293D;
    font-size: 60px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;   
}
.coopil2{
    position: relative;
    color: #25293D;
    font-size: 16px;
    line-height: 20px;
    text-align: center;  
}
.coopir{
    flex-grow: 1;
}
.coopir1{
    color: #25293D;
    font-size: 22px;
    line-height: 30px;  
}
.coopir2{
    position: relative;
    margin-top: 16px;
    color: #5C6166;
    font-size: 16px;
    line-height: 28px;      
}
.dj_{
    display: block;
    width: 100%;
}
.mapzone{
    position: relative;
    height: 700px;
}
.contactinfo{
    z-index: 11;
    position: relative;
    padding: 0px 30px 240px 30px;
}
.contactinfo_{
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
    padding-top: 70px;
    display: flex;
    flex-wrap: wrap;
}
.contact_t{
    z-index: 9;
    top: -57px;
    left: 0px;
    width: 307px;
    height: 114px;
    background-color: #0156B8;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 114px;
    text-align: center;
}
.contact_l{
    width: 50%;
    box-sizing: border-box;
    padding: 70px 100px 0px 120px;
    flex-shrink: 0;
    flex-grow: 0;
}
.contact_r{
    width: 50%;
    box-sizing: border-box;
    padding: 70px 100px 0px 120px;
    flex-shrink: 0;
    flex-grow: 0;
}
.contact_r_t{
    color: #25293D;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px; 
    padding-left: 46px;
    background: url(../images/icon_car.svg) no-repeat left center;   
}
.contact_r_c{
    margin-top: 30px;
}
.jobintro{
    position: relative;
    padding: 0px 30px;
    padding-bottom: 220px;
}
.jobone{
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
}
.jobonel{
    position: relative;
    overflow: hidden;
    width: 420px;
    margin-right: 75px;
    flex-shrink: 0;
    flex-grow: 0;
}
.jobonel1{
    position:relative;
    width: 100%;
    height: 100%;
}
.jobone_img{
    display: block;
    min-width: 100%;
    min-height: 100%;
}
.joboner{
    position: relative;
    flex-grow: 1;
}
.joboner1{
    padding-top: 10px;
    color: #25293D;
    font-size: 18px;
    line-height: 36px;
    text-indent: 36px;    
}
.joboner2{
    position: relative;
    margin-top: 35px;
}
.jobonemore{
    display: block;
    width: 200px;
    height: 60px;
    text-indent: 20px;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    background: url(../images/jobi.png) no-repeat 150px center;
    background-color: #0156B8;
}
.jobt{
    position: relative;
    margin-top: 100px;
    text-align: center;
}
.jobten{
    position: relative;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #25293D;
    text-transform: uppercase;
}
.jobtch{
    position: relative;
    line-height: 34px;
    font-size: 26px;
    color: #25293D;
}
.jobprocess{
    position: relative;
    margin-top: 80px; 
    display: flex;
    flex-wrap: wrap;   
}
.jobpi{
    position: relative;
    width: 25%;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-position: center;
    color: #25293D;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
}
.jobpi1{
    background-image: url(../images/1.png);
}
.jobpi2{
    background-image: url(../images/2.png);
}
.jobpi3{
    background-image: url(../images/3.png);
}
.jobpi4{
    background-image: url(../images/4.png);
}
.jobpi5{
    background-image: url(../images/5.png);
}
.jobpi6{
    background-image: url(../images/6.png);
}
.jobpi7{
    background-image: url(../images/7.png);
}
.jobpi8{
    background-image: url(../images/8.png);
}
.jobi{
    position: relative;
    margin-top: 80px;
}
.jobi p{
    color: #25293D;
    font-size: 18px;
    line-height: 36px;
}
.joblist{
    position: relative;
    padding: 0px 30px;
}
.cj_sea{
    position: relative;
    width: 100%;
    margin-top: 85px;
    display: flex;
}
.cj_seal{
    position: relative;
    height: 60px;
    flex-grow: 1;
    box-sizing: border-box;
    border: 2px solid #A7AAB4;
}
.cj_sea_input{
    position: relative;
    width: 100%;
    height:56px;
    box-sizing: border-box;
    border: none;
    background:none;
    padding-left: 50px;
    line-height: 56px; 
    outline: none;
    font-size: 16px;
}
input::placeholder{
    color: #A7A7A7;
    font-size: 16px;
}
.cj_sea_icon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 100%;
    background:url(../images/icon_sea.png) no-repeat center;
}
.cj_sear{
    position: relative;
    width: 185px;
    height: 60px;
    background-color: #25293D;
}
.cj_sea_btn{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.cj_sea_btn:hover{
    text-decoration: underline;
}
.cj_position{
    position: relative;
    margin-top: 60px;
    text-align: right;
}
.cj_type{
    margin-right: 20px;
    display: inline-block;
    height: 28px;
    color: #25293D;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.cj_typeitem{
    margin-right: 10px;
    padding: 0px 10px;
    display: inline-block;
    height: 28px;
    color: #25293D;
    font-size: 16px;
    line-height: 28px;  
    transition:all 0.5s linear;
}
.cj_typeitem:hover{
    color: #fff;
    background-color: #25293D;
}
.position_cur{
    color: #fff;
    background-color: #25293D;
}
.cj_item{
    position: relative;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    margin-top: 25px;
    cursor: pointer;
}
.cj_item_title{
    padding: 0px 40px;
    padding-top: 20px;
    color: #000000;
    font-size: 26px;
    line-height: 36px;
}
.cj_item:hover .cj_item_title{
    color:#0156B8; 
} 
.cj_item.cur  .cj_item_title{
    color:#0156B8;   
}
.cj_item_meta{
    position: relative;
    margin-top:14px; 
    padding: 0px 40px;
    padding-bottom: 30px;
}
.cj_item_metaitem{
    color: #262626;
    font-size: 14px;  
    line-height: 20px;  
}
.cj_item_metaitema{
    padding: 3px 0px;
    padding-left: 18px;
    background: url(../images/icon_lo.png) no-repeat left;
}
.cj_item_metaitemb{
    margin-left: 12px; 
    padding-left: 12px;
    border-left: 1px solid #CBCBCB;
}
.cj_item_metaitemc{
    position: relative;
}
.cj_item_detailo{
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.cj_item_detail{
    position: relative;
    padding: 30px 40px 50px 40px;
    background-color: #ECF3F9;
}
.cj_item_btnr{
    position: absolute;
    top: 35px;
    right: 35px;
    width: 120px;
    height: 38px;
    box-sizing: border-box;
    border: 2px solid #25293D;
    color: #25293D;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s linear;
}
.cj_item_btnr:hover{
    background-color:#0156B8;
    color: #fff;
    border: 2px solid #0156B8;
}
.cj_item.cur .cj_item_btnr{
    background-color:#0156B8;
    color: #fff;
    border: 2px solid #0156B8;
}
.maskdoc{
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: none;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 30px;
}
.condoc{
    position: relative;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0px);
    background: #fff;
    background-size: cover;
    max-width: 640px;
    padding-bottom: 40px;
    border: 3px solid #1570B7;
}
.doct1{
    padding-top: 45px;
    padding-bottom: 40px;
    color: #0156B8;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.docp1{
    position: relative;
    padding: 0px 50px;
    color: #25293D;
    font-size: 16px;
    line-height: 30px;
}
.docp2{
    position: relative;
    padding: 0px 50px;
    color: #0156B8;
    font-size: 20px; 
    line-height: 26px; 
    margin-top: 60px; 
    word-break: break-all;
}
.doct2{
    position: relative;
    background-color: #FFFCE1;
    margin-top: 30px;
}
.doct2_{
    position: relative;
    padding: 30px 50px;
    color: #D15257;
    font-size: 16px;
    line-height: 26px; 
    font-weight: bold;    
}
.docbtn{
    position: relative;
    width: 260px;
    height: 38px;
    margin: 0px auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.docbtn1{
    position:relative;
    width: 120px;
    height: 38px;
}
.docd{
    display: block;
    position:relative;
    width: 120px;
    height: 38px;
    box-sizing: border-box;
    border: 2px solid #0156B8; 
    color: #0156B8;
    font-size: 14px;
    line-height: 34px;
    text-indent: 20px;
    background: url(../images/icon_d.png) no-repeat 86px 11px; 

}
.docd:hover{
    text-decoration: underline;
    animation:bd 0.5s 1;
}
@keyframes bd{
    0%{
        background-position: 86px 11px;    
    }
    50%{
        background-position: 86px 18px;    
    }
    100%{
        background-position: 86px 11px;    
    }
}
.docbtn2{
    position:relative;
    width: 120px;
    height: 38px;
}
.docc{
    position:relative;
    width: 120px;
    height: 38px;
    box-sizing: border-box;
    border: 2px solid #1570B7; 
    color: #1570B7;
    font-size: 14px;
    line-height: 34px; 
    text-align: center;
    transition: all 0.5s linear;
    cursor: pointer;
}
.docc:hover{
    background-color:#1570B7; 
    color:#fff; 
}
.hqbg{
    position: relative;
    margin-top: 80px;
    width: 100%;
    min-height: 530px;
    background: url(../images/create.png) no-repeat center center;
    background-size: cover;
}
.hq_{
    position: relative;
    max-width: 960px;
    margin: 0px auto;
    padding: 0px 30px;
    padding-top: 130px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
}
.his{
    position: relative;
    padding: 0px 30px;
    margin-top: 70px;
    margin-bottom: 150px;
}
.his_{
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
}
.abouth{
    position: relative;
}
.abouthline{
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 50px;
}
.abouthline_{
    position: relative;
    width: 125px;
    height: 100%;
    background: url(../images/aboutjj/aboutline1.png) repeat-y center top;
    margin: 0px auto;
}
.abouthline_logo{
    position: absolute;
    top: 0px;
    left:50%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    width: 125px;
    height: 115px;
    background: url(../images/aboutjj/aboutlogo.png) no-repeat center top;   
    color: #FFFFFF;
    font-size: 26px;
    line-height: 90px;
    font-weight: bold; 
    text-align: center;
    transform: translate(-50%,0px);
}
.abouthlist{
    position: relative;
    padding-top: 120px;
    padding-bottom: 90px;
}
.abouthi{
    position: relative;
    width: 50%;
    left: 50%;
    box-sizing: border-box;
    padding-left: 60px;
}
.abouthi_in{
    position: relative;
    background-color: #ffffff;
    border: 1px solid #E4E4E4;
    padding: 18px 15px 24px 15px;
}
.abouthi_time{
    color: #2D69AF;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-align: left;
}
.abouthi_y{
    color: #25293D;
    font-size: 26px;
    line-height: 35px;
    text-align: left;
    margin-top: 8px;
}
.abouthi_des{
    position: relative;
    margin-top: 15px;
    color: #25293D;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.abouthi_c{
    position: absolute;
    top: 20px;
    left: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/aboutjj/aboutc.png) no-repeat;
}
.abouthi_line{
    position: absolute;
    top: 34px;
    left: 13px;
    width: 46px;
    height: 2px;
    background: url(../images/aboutjj/aboutline2.png) no-repeat;
}
.abouthi:nth-of-type(2n){
    left: 0px;
    padding-right: 60px;
    padding-left: 0px;
}
.abouthi:nth-of-type(2n) .abouthi_time{
    text-align: right;
}
.abouthi:nth-of-type(2n) .abouthi_y{
    text-align: right;
}
.abouthi:nth-of-type(2n) .abouthi_des{
    text-align: right;
}
.abouthi:nth-of-type(2n) .abouthi_c{
    left: auto;
    right: -15px;
}
.abouthi:nth-of-type(2n) .abouthi_line{
    left: auto;
    right: 13px;
}
.reportlist{
    position: relative;
    padding: 0px 30px;
    padding-top:50px ;
}
.reportlist_{
    position: relative;
    max-width: 1490px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}
.reporti{
    position: relative;
    width: 25%;
    box-sizing: border-box;
    padding: 0px 25px;
    margin-top: 60px;
}
.reportia{
    position: relative;
    display: block;
}
.reporti_img{
    overflow: hidden;
}
.reporti_img_{
    display: block;
    width: 100%;
}
.reporti_cover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 63, 136, 0.5);
    opacity: 0;
    transition: all 0.5s ease;
}
.reporti_cover_l1{
   position: absolute; 
   top: 50%;
   left: 50%;
   margin-left: -20px;
   margin-top: -2px;
   width: 40px;
   height: 4px;
   background-color: #ffffff;
   border-radius: 2px;
   transform: scaleX(0);
   transition: all 0.5s ease;
}
.reporti_cover_l2{
    position: absolute; 
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -20px;
    width: 4px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 2px;
    transform: scaleY(0);
    transition: all 0.5s ease;
 }
 .reporti_info{
     padding: 0px 25px;
     padding-bottom: 28px;
     border-bottom: 1px solid #E1E1E1;
 }
 .reporti_title{
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #1B1919;
    font-size: 24px;
    line-height: 36px;   
 }
 .reporti_i{
    position: relative;
    color: #5C6166;
    font-size: 16px;
    line-height: 30px; 
    text-indent: 30px;  
 }
 .reporti_i1{
    background: url(../images/report1.png) no-repeat left center; 
 }
 .reporti_i2{
    background: url(../images/report2.png) no-repeat left center; 
 }
 .reporti_i3{
    background: url(../images/report3.png) no-repeat left center; 
 }
 .reportia:hover .reporti_cover{
    opacity: 1;
}
.reportia:hover .reporti_cover_l1{
    transform: scaleX(1);
}
.reportia:hover .reporti_cover_l2{
    transform: scaleY(1);
}


.aboutleader{
    position: relative;
    margin-top: 120px;
    padding: 0px 30px;
}
.aboutleader_{
    position: relative;
    max-width: 1440px;
    margin: 0px auto 100px;
}
.clear{
    clear: both;
}
.aboutleader_img{
    float: left;
    position: relative;
    width: 320px;
    height: 430px;
    z-index: 1;
}
.aboutleader_img img{
    width: 100%;
    height: 100%;
    display: block;
}
.aboutleader_con1{
    position: absolute;
    top: 310px;
    left: 225px;
    width: 190px;
    height: 120px;
    background-color: #2E6DB7;
    z-index: 1;
}
.aboutleader_con1_p1{
    color: #FFFFFF;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    padding: 25px 0px 0px 35px;
}
.aboutleader_con1_p2{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    padding: 0px 0px 0px 35px;
}
.aboutleader_con2{
    position: relative;
    padding-top: 95px;
    padding-left: 225px;
}
.aboutleader_con2in{
    min-height: 230px;
    padding: 54px 66px 70px 250px;
    background-color: #E2E6EF;
}
.aboutleader_con2 p{
    color: #25293D;
    font-size: 14px;
    line-height: 30px;
    text-indent: 28px;
}




.aboutscene{
    padding: 0px 10px 240px;
}
.aboutscene_box{
    max-width:1480px;
    margin:0px auto;
    display: flex;
    flex-wrap: wrap;
}
.aboutscene-desc{
    padding: 0px 10px;
}
.aboutscene-desc_box{
    max-width:1480px;
    margin:0px auto;
}




.aboutscene_list{
    width: 33.33333%;
    box-sizing: border-box;
    padding: 30px 20px 0px 20px;
}
.aboutscene_list_{
    display: block;
    background-color: #FFFFFF;
    cursor: pointer;
}
.aboutscene_img{
    position: relative;
    overflow: hidden;
}
.aboutscene_img_img1{
    display: block;
    width: 100%;
}
.aboutscene_img_img2{
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.aboutscene_title{
    position: relative;
    height: 70px;
    font-size: 25px;
    line-height: 70px;
    color: #25293D;
    margin-top: 15px;
    text-align: center;
    background: #E2E6EF;
}
.aboutscene_title,
.aboutscene_img img{
    transition: all 0.5s;
}
.aboutscene_list:hover .aboutscene_img_img2{
    transform: scale(1.15);
}
.aboutscene_list:hover .aboutscene_title
{
    color: #007aff;
}

.editorc_back{
    margin: 120px auto 0;
    text-align: center;
}
.editorc_back a{
    display: block;
    margin: 0 auto;
}
.editorc_title{
    margin: 140px 0 40px;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    color: #25293D;
}


.lablist .teami {
    width: 100%;
}
.lablist .teami_title {
    width: auto;
    padding: 0 10px;
    left: 30px;
}
.lablist .teamia:hover .teami_title{
    width: auto;
    left: 50px;
}
.lablist .teami_in{
    flex-direction: column;
}
.lablist .teami_in_l{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.lablist .teami_in_l_c{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.lablist .ml30{
    margin-left: 30px;
    margin-right: 30px;
}
.lablist .teami_in_more{
    color: #797C8D;
}
.lab_mem_name {
    font-size: 16px;
    color: #25293D;
    line-height: 30px;
    font-weight: bold;
}
.lab_mem_desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    text-indent: 2em;
}
.teami_in_titl {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    color: #5E5665;
}

.labdetail .teaminfo_title {
    width: auto;
    padding: 0 10px;
}
.labdetail_teaminfo_title {
    width: auto;
    padding: 0 10px;
}







