@charset "UTF-8";
@font-face {
  font-family: "SOURCEHANSANSCN-BOLD";
  src: url("../fonts/SOURCEHANSANSCN-BOLD.woff2") format("woff2"),
  url("../fonts/SOURCEHANSANSCN-BOLD.woff") format("woff"),
  url("../fonts/SOURCEHANSANSCN-BOLD.ttf") format("truetype"),
  url("../fonts/SOURCEHANSANSCN-BOLD.eot") format("embedded-opentype"),
  url("../fonts/SOURCEHANSANSCN-BOLD.svg") format("svg");
}
@font-face {
  font-family: "SOURCEHANSANSCN-REGULAR";
  src: url("../fonts/SOURCEHANSANSCN-REGULAR.woff2") format("woff2"),
  url("../fonts/SOURCEHANSANSCN-REGULAR.woff") format("woff"),
  url("../fonts/SOURCEHANSANSCN-REGULAR.ttf") format("truetype"),
  url("../fonts/SOURCEHANSANSCN-REGULAR.eot") format("embedded-opentype"),
  url("../fonts/SOURCEHANSANSCN-REGULAR.svg") format("svg");
}
@font-face {
  font-family: "SOURCEHANSANSCN-EXTRALIGHT";
  src: url("../fonts/SOURCEHANSANSCN-EXTRALIGHT.woff2") format("woff2"),
  url("../fonts/SOURCEHANSANSCN-EXTRALIGHT.woff") format("woff"),
  url("../fonts/SOURCEHANSANSCN-EXTRALIGHT.ttf") format("truetype"),
  url("../fonts/SOURCEHANSANSCN-EXTRALIGHT.eot") format("embedded-opentype"),
  url("../fonts/SOURCEHANSANSCN-EXTRALIGHT.svg") format("svg");
}

@font-face {
  font-family: "BEBAS__";
  src: url("../fonts/BEBAS__.woff2") format("woff2"),
  url("../fonts/BEBAS__.woff") format("woff"),
  url("../fonts/BEBAS__.ttf") format("truetype"),
  url("../fonts/BEBAS__.eot") format("embedded-opentype"),
  url("../fonts/BEBAS__.svg") format("svg");
}

@font-face {
  font-family: "dinpro-medium";
  src: url("../fonts/dinpro-medium.woff2") format("woff2"),
  url("../fonts/dinpro-medium.woff") format("woff"),
  url("../fonts/dinpro-medium.ttf") format("truetype"),
  url("../fonts/dinpro-medium.eot") format("embedded-opentype"),
  url("../fonts/dinpro-medium.svg") format("svg");
}

@font-face {
  font-family: "dinb";
  src: url("../fonts/dinb.woff2") format("woff2"),
  url("../fonts/dinb.woff") format("woff"),
  url("../fonts/dinb.ttf") format("truetype"),
  url("../fonts/dinb.eot") format("embedded-opentype"),
  url("../fonts/dinb.svg") format("svg");
}
.dinb{
  font-family: "dinb";
}

.dinm{
   font-family: "dinpro-medium";
}
/*.sybold{
   font-family: "SOURCEHANSANSCN-BOLD";
}
.symid{
    font-family: "SOURCEHANSANSCN-REGULAR";
}
.sylight{
    font-family: "SOURCEHANSANSCN-EXTRALIGHT";
    }*/
    .bebas{
       font-family: "BEBAS__";
   }
   .w1660{
    max-width: 86.46%;
    margin: 0 auto;
    width: 92%;
}
.w1500{
    max-width: 78.12%;
    margin: 0 auto;
    width: 92%;
}

@media (max-width: 1024px){
    .w1660{
        max-width: 100%;
    }
    .w1500{
      max-width: 100%;
  }
}
.swiper-button-next.swiper-button-disabled{
  opacity: 1!important;
} 
.swiper-button-prev.swiper-button-disabled{
   opacity: 1!important;
}

.pc-img{

}
.m-img{
    display: none;
}
h1{
    font-size: 1.26rem;
}
h2{
    font-size: 0.9rem;
}
h3{
    font-size: 0.6rem;
}
h4{
    font-size: 1.2rem;
}
@media(max-width: 767px){
    body{
        font-size: 0.28rem;
    }
    h1{
        font-size: 0.48rem;
    }
    h2{
        font-size: 0.36rem;
    }
    h3{
        font-size: 0.4rem;
    }
    h4{
        font-size: 0.44rem;
    }
}
/*----------*/
.header-wrap{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    padding-top: 1rem;
}
.header-wrap .logo{
    width: 2.5rem;
}

.header-wrap .ri_nav{
   display: flex;
   align-items: center;
   padding-top: 0.5rem;
}
.header-wrap .ri_nav li{
    margin-left: 0.75rem;
    position: relative;
}

.header-wrap .ri_nav li:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5rem;
    left: 0;
    top: 0.5rem;
}
.header-wrap .ri_nav li .sub_list{
    position: absolute;
    width: 200%;
    background: #fff;
    left: -50%;
    z-index: 10;
    box-sizing: border-box;
    top: 1rem;
    transition: all 0.3s ease 0s;
    background: rgba(255, 255, 255, 0.9);
    transform: scale(0) translateX(-50%);
}
.header-wrap .ri_nav li .sub_list a{
    font-size: 0.35rem;
    display: block;
    width: 100%;
    text-align: center;
    height: 1.1rem;
    line-height: 1.3;
    border-bottom: 1px solid #dedede;
    color: #555;
    font-weight: bold;
    position: relative;
    padding-top: 0.1rem;
}
.header-wrap .ri_nav li .sub_list a:before{
    content: '';
    width: 2px;
    height: 0.3rem;
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    background: #0161b7;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.header-wrap .ri_nav li .sub_list a:hover:before{
 opacity: 1;
}
.header-wrap .ri_nav li .sub_list a{
    display: block;
}
.header-wrap .ri_nav li .a{
    position: relative;
    font-size: 0.35rem;
}
.header-wrap .ri_nav li .a:before{
    content: '';
    position: absolute;
    left:50%;
    bottom: -0.2rem;
    width: 0%;
    height: 2px;
    background: #0161b7;
    transition: all 0.3s ease 0s;
}
.header-wrap .ri_nav li:hover .a:before{
    width: 100%;
    left: 0;
}
.header-wrap .ri_nav li:hover .sub_list{
    left: 50%;
    top: 1rem;
    transform: scale(1) translateX(-50%);
}
.header-wrap .ri_nav li .sub_list a:hover {
    background: #fff;
    color: #333;
}
.header-wrap .ri_nav li.cur .a:before{
    width: 100%;
    left: 0;
}
.header-wrap .ri_nav .pc_tab{
    display: flex;
    align-items: center;
    margin-left: 1.28rem;
    position: relative;
}
.header-wrap .ri_nav .lang .m_tab{
    display: none;
}

.header-wrap .ri_nav .lang .pc_tab:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 0.4rem;
    background: rgba(0,0,0,0.2);
    left: -0.64rem;
    top: 50%;
    transform: translateY(-50%);
}
.header-wrap .ri_nav .lang .pc_tab img{
    margin-right:0.25rem; 
}
.header-wrap .msub-list{
    display: none;
}

.footer-wrap{
    background: #27497c;
    color: #fff;
}
.footer-wrap a{
    color: #fff;
}
.footer-wrap .top{
    padding: 0.75rem 0 1.1rem;
}
.footer-wrap .top .logo{
    text-align: center;
}
.footer-wrap .top .logo img{
    width: 2.5rem;
}
.footer-wrap .top .pc_list{
    margin-top: 0.75rem;
    color: #fff;
    display: flex;
    justify-content: center;
}
.footer-wrap .top .pc_list li{
    margin: 0 0.5rem;
    text-align: center;
}
.footer-wrap .top .pc_list a{
    font-size: 0.4rem;
    line-height: 0.5rem;
    display: block;
}
.footer-wrap .top .sub-list{
    margin-top: 0.25rem;
}
.footer-wrap .top .sub-list a{
    display: block;
    font-size: .325rem;
    line-height: .75rem;

}
.footer-wrap .bot{
    height: 1.6rem;
    line-height: 1.6rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.35rem;
    color: rgba(255,255,255,0.4);
}
.footer-wrap .bot a{
 font-size: 0.35rem;
 color: rgba(255,255,255,0.4);
}
.footer-wrap .bot .links-b{
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}
.footer-wrap .bot .links-b a{
    margin: 0 0.26rem;
}
.footer-wrap .bot .list li{
    margin-left: 1.5rem;
}
.inbanner{
    width: 100vw;
    overflow: hidden;
}
.inbanner .swiper-container{
    width: 100%;
    height: 100%;
}
.inbanner .swiper-container .swiper-slide{
    width: 100%;
    height: 100%;
}
.inbanner .swiper-container .swiper-slide .pc-img{
    width: 100%;
    height: 100%;

}
@media (min-width: 1025px) {
    .inbanner .swiper-container .swiper-slide .pc-img{
        transform: scale3d(1, 1, 1);
        transition: all 5s cubic-bezier(0.04, 0.79, 1, 1); 
    }
    .inbanner .swiper-container .swiper-slide-active .pc-img{
        transform: scale3d(1.2, 1.2, 1);
    }
}

.inbanner .le_bar{
    left: 6.66%;
    top: 0;
    padding-top: 50vh;
    z-index: 10;
}
.inbanner .le_bar .btns{
    width: 21px;
    height: 21px;
    margin-bottom: 27px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}
.inbanner .le_bar .btns:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.7);
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}
.inbanner .le_bar .btns.cur:before{
   background: rgba(255,255,255,1);
}
.inbanner .le_bar .btn-w .btns svg{
    opacity: 0;
}
.inbanner .le_bar .btn-w .btns.cur svg{
    opacity: 1;
}
.inbanner .le_bar .btn-w .btns.cur .circle2 {
    opacity: 1;
    transform-origin: center center;
    transform: rotate(-90deg);
    stroke-dashoffset: 63px;
    animation: dash 5s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 63px;
}
100% {
    stroke-dashoffset: 0px;
}
}
.inbanner .scroll{
 left: 6.66%;
 bottom: 2.5rem;
 z-index: 10;
}
.inbanner .scroll .cirle{
    width: 17px;
    height: 28px;
    box-sizing:border-box;
    border: 1px solid #fff;
    border-radius: 17px;
    position: relative;
}
.inbanner .scroll:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 26px;
    background: #fff;
    left: 50%;
    transform:translateX(-50%);
    top: -1rem; 
}
.inbanner .scroll .cirle:before{
    content:'';
    position: absolute;
    width: 1px;
    height: 5px;
    background: #fff;
    left: 50%;
    transform:translateX(-50%);
    top: 20%; 
    animation: linemove 1.5s ease infinite;
}

@keyframes linemove {
  0% {
     top: 20%; 
 }
 25%{
    top: 25%; 
}
50%{
    top:30%; 
}
100% {
    top: 40%; 
}
}

.inbanner .swiper-slide .con{
    width: 100%;
    height: 100%;
    box-sizing:border-box;
    z-index: 2;
    left: 0;
    top: 0;
    text-align: center;
}
.inbanner .swiper-slide .con h1{
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0.2rem;
}
.inbanner .swiper-slide .con .t{
    font-size: 1.25rem;
    color: #fff;
}
.inbanner .swiper-slide .con a{
    color: #0161b7;
    display: block;
    width: 4.4rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: 1.25rem;
    text-align: center;
    background: rgba(255,255,255,0.86);
    margin-top: 1rem;
}
.inbanner .swiper-slide .con a:hover{
    background: #fff;
}
.inbanner .swiper-slide .con-t{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10rem;
}

.inbanner .swiper-slide.con1 .con-t{
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.inbanner .swiper-slide.con1 .con a{
    margin-top: 1.3rem;
}

.ininfo{
    padding: 3.46rem 0 3.95rem;
}

.ininfo .le{
    width: 59.88%;
}
.ininfo .ri{
    width: 40.12%;
    box-sizing:border-box;
    display: flex;
    padding-top: 13.5rem;
    padding-left: 1.75rem;
}
.ininfo .ri .item{
    margin-right: 1.4rem;
}
.ininfo .ri .item:last-child{
    margin-right: 0;
}
.ininfo .ri .num span{
    font-size: 1.8rem;
    color: #053871;
}
.ininfo .ri .num{
    width: auto;
    margin-bottom: 0.2rem;
}
.ininfo .ri .num .add{
    font-size: 0.9rem;
    color: #053871;
    right: 0;
    top: 0;
}
.ininfo .ri .item:nth-child(2) .num .add{
    right: 0.5rem;
}
.ininfo .ri .item:nth-child(3) .num .add{
    right: -1rem;
}
.ininfo .ri{
    font-size: 0.55rem;
}
.ininfo .ri .posi{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ininfo .ri .posi img{
    margin-right: 0.2rem;
}
.ininfo .info_con{
    height: 11.9rem;
    width: 44.57%;
    right: 0;
    top: -0.5rem;
    color: #fff;
    padding: 1.25rem 1.5rem 0 2rem;
    z-index: 2;
}
.ininfo .info_con h2{
    line-height: 1.44;
    margin-bottom: 0.6rem;
}
.ininfo .info_con .con-t{
    font-size: 0.45rem;
    color: #bcd9f7;
    line-height: 1.66;
}
.ininfo .info_con a{
    width: 4.25rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    bottom: 1rem;
}
.ininfo .info_con a:hover{
    background: #fff;
    color: #0161b7;
}

.inprogress{
    padding: 2.4rem 0 2.3rem;
    background:#758193;
    overflow: hidden;
}
.inprogress .swiper-container .swiper-slide{
    width: 81.25%;
    height: 14.75rem;
    display: flex;
    color: #fff;
}
.inprogress .swiper-container .swiper-slide .img{
    width: 61.5%;
}
.inprogress .swiper-container .swiper-slide .img img{
    height: 100%;
    width: 100%;
}
.inprogress .swiper-container .swiper-slide .img .name{
     width: auto;
    text-align: center;
    height: 2.2rem;
    line-height: 2.2rem;
    background: #27497c;
    font-size: 0.4rem;
    bottom: 0;
    right: 0rem;
    display: flex;
    justify-content: center;
    padding: 0 0.5rem;
}
.inprogress .swiper-container .swiper-slide .img .name span{
    font-size: 0.5rem;
    margin-right: 0.2rem;
}
.inprogress .swiper-container .swiper-slide .con{
    padding: 1.25rem 3.25rem 0 1.6rem;
    max-width: 26%;
}
@media(max-width: 767px){
    .inprogress .swiper-container .swiper-slide .con{
        max-width: 100%;
    }
}
.inprogress .swiper-container .swiper-slide .con-t{
    font-size: 0.5rem;
    line-height: 1.5;
    margin: 0.9rem 0 1.5rem;
}
.inprogress .swiper-container .swiper-slide .con a{
    display: block;
    width: 4.25rem;
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
}
.inprogress .swiper-container .swiper-slide .con a:hover{
    background: #fff;
    color: #0161b7;
}
.inprogress .swiper-container .progress-next{
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(255,255,255,0.3);
    transition: all 0.3s ease 0s;
    left: 72%;
    top: 89%;
}
.inprogress .swiper-container .progress-next:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background: url('../../web/img/page-r.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 

}
.inprogress .swiper-container .progress-prev{
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(255,255,255,0.3);
    transition: all 0.3s ease 0s;
    left: 68.8%;
    top: 89%;
}
.inprogress .swiper-container .progress-prev:hover{
    background: #27497c;
}

.inprogress .swiper-container .progress-next:hover{
    background: #27497c;
}
.inprogress .swiper-container .progress-prev:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background: url('../../web/img/page-l.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}

#wave1{
    left: 0;
    bottom: 0;
    position: absolute;
    height: 9.5rem!important;
}
#wave1 canvas{
    position: absolute;
    top: 0;
    left: 0;
}

.inprogress .page-w{
 top: 77%;
 font-size: 0.45rem;
 color: #bfcbdd;
 left: 54%;
}
.inprogress .page-w span:first-child{
    font-size: 0.9rem;
    color: #fff;
}

.innews{
    background: #e5edf1;
    padding: 2.4rem 0 2.6rem;
}
.innews .title{
    text-align: center;
    margin-bottom: 2.25rem;
}
.innews .list li{
    width: 31.32%;
    background: #fff;
    height: 6rem;
    overflow: hidden;
    margin-right: 3.02%;
    transition: all 0.3s ease 0s;
}
.innews .list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.innews .list li .back{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.innews .list li:last-child{
    margin-right: 0;
}
.innews .list li img{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.innews .list li .con-t{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing:border-box;
    padding: 1.1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.innews .list li .con-t h3{
    color: #4c4c4c;
    line-height: 1.45;
}
.innews .list li .con-t .more{
    font-size: 0.35rem;
    color: #949494;
    position: relative;
}
.innews .list li .con-t .more:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 10px;
    background: url('../../web/img/arrow-rg.png')no-repeat center center;
    background-size: contain;
    right: 0;
    top: 50%;
    transform:translateY(-50%); 
}
.innews .title .new_more{
    bottom: 0;
    right: 0;
    text-decoration: underline;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(50px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
.fadeup {
  animation: fadeup 0.6s ease 0.1s both !important;
}

.nav-container.on{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    height: 2.25rem;
}
.nav-container:before{
    content: '';
    position: absolute;
    width: 60%;
    left: 50%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease 0s;
    transform:translateX(-50%); 
}
.nav-container.on:before{
    width: 100%;
    box-shadow: 0 0 4px 2px #dedede;
}
.nav-container.on .nav-swiper{
 background: #fff;
}
.ny-banner{
    width: 100%;
    height: 100vh;
}
.ny-banner .con{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    color: #053871;
    box-sizing:border-box;
    padding-top: 9.5rem;
}

.ny-banner .con h1{
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0.2rem;
}
.ny-banner .nav-container{
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 12;
    border-bottom: 1px solid #ececec;
}
.ny-banner .nav-container .swiper-slide{
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    background: #fff;
    border-right: 1px solid #e6e6e6;
    font-size: 0.45rem;
    position: relative;
    cursor: pointer;
}
.ny-banner .nav-container .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.ny-banner .nav-container .swiper-slide a:before{
   content: '';
   position: absolute;
   width: 0%;
   height: 3px;
   background: #053871;
   top: 0;
   left: 50%;
   transition: all 0.3s ease 0s;
}
.ny-banner .nav-container .swiper-slide a:hover:before{
   width: 100%;
   left: 0;
}
.ny-banner .nav-container .swiper-slide a.cur:before{
    width: 100%;
    left: 0;
}
.ny-banner .nav-container .swiper-slide:last-child{
    border-right: 0;
}
.ny-banner .nav-container .five .swiper-slide{
    width: 20%;

}
.ny-banner .nav-container .three .swiper-slide{
    width: calc(100% / 3);

}
.ny-banner .nav-container .two .swiper-slide{
    width: 50%;

}
.ny-banner .nav-container .one .swiper-slide{
    width: 100%;

}
.ny-banner .nav-container .swiper-slide.cur a{
    color: #053871;
}

.abinfo{
    padding:2.5rem 0; 
    background:#eaf3f8;
}
.abinfo .w1500{
    height: 13rem;
}
.abinfo .w1500 .img{
    width: 52.6%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.abinfo .w1500 .le{
    width: 40%;
    height: 100%;
}
.abinfo .le h1{
    font-size: 1.2rem;
    color: #053871;
    margin-bottom: 0.75rem;
}
.abinfo .le .con-t{
    height: 5rem;
}
@media(max-width: 767px){
    .abinfo .le .con-t{
        height: auto;
    }
}
.abinfo .le p{
    color: #666;
    font-size: 0.45rem;
    line-height: 1.66;
    margin-bottom: 0.4rem;
}
.abinfo .le p span{
    color: #072a65;
}
.abinfo .le .more{
    display: inline-block;
    width: 4.25rem;
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    border-radius: 1.1rem;
    color: #999;
    font-size: 0.35rem;
    border:1px solid rgba(153,153,153,0.5);
    margin-top: 0.5rem;
}
.abinfo .le .more:hover{
    background: #fff;
    color: #0161b7;
    border: 1px solid #fff;
}
.abinfo .le .num{
    font-size: 0.35rem;
    color: #999;
    text-align: center;

}
.abinfo .le .num span{
    font-size: 1.2rem;
    color: #053871;
}
.abinfo .le .item p{
    color: #4c4c4c;
}
.abinfo .le .item-w{
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.abinfo .le .item-w .item{
    width: 25%;
}

.abdevelop .back-pic{
    overflow: hidden;
    height: 15rem;
}
.abdevelop .back-pic img{
    display: none;
}
.abdevelop .back-pic.mobile{
    display: none;
}





.abdevelop{

}
.abdevelop .con{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 2;
    padding-top: 2rem;
}
.abdevelop .title{
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1.3rem;
}
.abdevelop .w1500{
    padding:0 2.25rem; 
}
.abdevelop .swiper-container1 {
    position: static;
}
.abdevelop .swiper-container1:before{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: rgba(255,255,255,0.2);
    left:50%;
    bottom: 6px;
    transform:translateX(-50%); 
}
.abdevelop .swiper-container1 .swiper-wrapper{
}
.abdevelop .swiper-container1 .swiper-slide{
    width: 5rem;
    height: 2.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    cursor: pointer;
    padding-bottom: 1rem;
}
.abdevelop .swiper-container1 .swiper-slide:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 50%;
    transform:translateX(-50%);
    bottom: 3px; 
    background: rgba(255,255,255,0.5);
    transition: all 0.3s ease 0s;
}
.abdevelop .swiper-container1 .swiper-slide.cur:before{
 background:#053871;
}
.abdevelop .swiper-container1 .swiper-slide:after{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: 50%;
    transform:translateX(-50%);
    bottom: 0; 
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.abdevelop .swiper-container1 .swiper-slide.cur:after{
    opacity: 1;
}
.abdevelop .swiper-container1 .swiper-slide:hover:before{
    background:#053871;
}
.abdevelop .swiper-container1 .swiper-slide:hover:after{
    opacity: 1;
}
.abdevelop .swiper-container1 .swiper-slide span{
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
}
.abdevelop .swiper-container1 .swiper-slide.cur span{
 font-size: 1.2rem;
 color: #fff;
}

.abdevelop .swiper-container1 .swiper-button-next{
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    top: 100%;
    transition: all 0.3s ease 0s;
}
.abdevelop .swiper-container1 .swiper-button-next:before{
    content:'';
    position: absolute;
    width: 8px;
    height: 14px;
    background: url('../../web/img/swiper-r1.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}
.abdevelop .swiper-container1 .swiper-button-prev{
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    top: 100%;
    transition: all 0.3s ease 0s;
}
.abdevelop .swiper-container1 .swiper-button-prev:before{
    content:'';
    position: absolute;
    width: 8px;
    height: 14px;
    background: url('../../web/img/swiper-l1.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}
.abdevelop .swiper-container1 .swiper-button-next:hover{
    background:#fff;
}
.abdevelop .swiper-container1 .swiper-button-prev:hover{
    background:#fff;
}
.abdevelop .swiper-container1 .swiper-button-next:hover:before{
    background: url('../../web/img/swiper-r1a.png')no-repeat center center;
    background-size: contain;
}
.abdevelop .swiper-container1 .swiper-button-prev:hover:before{
    background: url('../../web/img/swiper-l1a.png')no-repeat center center;
    background-size: contain;
}
.abdevelop .con-show .tip{
    width: 2.25rem;
    height: 0.78rem;
    line-height: 0.78rem;
    background: #fff;
    border-radius: 4px;
    position: relative;
    color: #053871;
    text-align: center;
    margin-right: 0.5rem;
}
.abdevelop .con-show .tip:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 4;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}
.abdevelop .con-show{
    width: 15.5rem;
    line-height: 1.875;
    color: #fff;
    display: flex;
    top: 65%;
    left: 24%;
}
.abdevelop .con-show .con-t{
    width: 11.5rem;
}

.abidea{
    height: 17.5rem;
    padding: 2.25rem 2.75rem;
}
.abidea .title{
    color: #4c4c4c;
    text-align: center;;
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
}
.abidea .item_list{
    display: flex;
    justify-content: center;
}
.abidea .item_list li{
    width: 8rem;
    height: 9.4rem;
    background: #fff;
    margin: 0 0.6rem;
    border-radius: 8px;
    box-sizing:border-box;
    color: #999;
    transition: all 0.3s ease 0s;
}
.abidea .item_list li:hover{
    background: #053871;
}
.abidea .item_list li .con-t{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing:border-box;
    padding: 1.25rem 0.3rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.abidea .item_list li .ico{
    height: 2rem;
    margin-bottom: 0.75rem;
}
.abidea .item_list li .ico img{
    max-height: 100%;
}
.abidea .item_list li .t{
    font-size: 0.6rem;
    color: #053871;
    margin-bottom: 0.35rem;
}
.abidea .item_list li .b{
    font-size: 0.35rem;
    bottom: 1.2rem;
}
.abidea .item_list li .ico .ac{
    display: none;
}
.abidea .item_list li:hover .t{
    color: #fff;
}
.abidea .item_list li:hover{
    color: rgba(255,255,255,0.5);
}
.abidea .item_list li:hover .ico img{
    display: none;
}
.abidea .item_list li:hover .ico .ac{
    display: block;
}
.abhonor{
    height: 19.25rem;
    display: flex;
    align-items: flex-end;
}
.abhonor .con{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing:border-box;
    padding-top: 2.5rem;
}
.abhonor .title{
    font-size: 1.2rem;
    color: #4c4c4c;
    text-align: center;
    margin-bottom: 1rem;
}
.abhonor .swiper-container .swiper-slide{
    width: 38.67%;
}
.abhonor .swiper-container .swiper-button-next{
    width: 1.5rem;
    height: 1.5rem;
    background: #f2f2f2;
    border-radius: 50%;
}

.abhonor .swiper-container .swiper-button-next:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 22px;
    background: url('../../web/img/swiper-r2.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}
.abhonor .swiper-container .swiper-button-prev{
    width: 1.5rem;
    height: 1.5rem;
    background: #f2f2f2;
    border-radius: 50%;
}

.abhonor .swiper-container .swiper-button-prev:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 22px;
    background: url('../../web/img/swiper-l2.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}
.abhonor .swiper-container .swiper-button-prev:hover{
    background: #053871;
}
.abhonor .swiper-container .swiper-button-prev:hover:before{
  background: url('../../web/img/swiper-l1.png')no-repeat center center;
  background-size: contain;
}
.abhonor .swiper-container .swiper-button-next:hover{
    background: #053871;
}
.abhonor .swiper-container .swiper-button-next:hover:before{
    background: url('../../web/img/swiper-r1.png')no-repeat center center;
    background-size: contain;
}


.member-w{
    padding: 2.5rem 0 0.6rem;

}
.member-w .title{
    text-align: center;
    margin-bottom: 1.25rem;
    color: #4e4e4e;
}

.member-w .list li{
    width: 28.92%;
    height: 15rem;
    margin: 0 6.62% 6.62% 0;
    background: #fff;
    position: relative;
    border-radius: 8px;
}
.member-w .list li .ico{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    cursor: pointer; 
}

.member-w .list li:nth-child(3n){
    margin-right: 0;
}

.member-w .list li .img{
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-bottom: 64.58%;
}
.member-w .list li .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.member-w .list li .img:hover img{
    transform:scale(1.05); 
}
.member-w .list li .con-t{
    text-align: center;
    padding-top: 1rem;
}
.member-w .list li .con-t .t{
    font-size: 0.45rem;
    color: #333;
    margin-bottom: 0.2rem;
}
.member-w .list li .con-t{
    color: #999;
}
.member-w .list li .con-t a{
    color: #233b6f;
    font-size: 0.35rem;
    display: inline-block;
    margin-top: 1rem;
}
.member-w .list li .con-t a img{
    margin-right: 0.2rem;
}
.member-w .list li .bot{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1.6rem;
    line-height: 1.6rem;
    border-top: 1px solid #e6e6e6;
    display: flex;
}

.member-w .list li .bot .tel-w{
 width: 50%;
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}
.member-w .list li .bot .tel-w span{
    color: #233b6f;
    font-size: 0.35rem;
    width: auto;
    display: inline-block;
    text-align: center;

    margin-right: 0.25rem;
}
.member-w .list li .bot .tel-w {
    border-right: 1px solid #e6e6e6;
}
.member-w .list li .bot .tel-w:last-child{
    border-right:none;
}
.member-w .list li .bot .tel-w .num{
    color: #4c4c4c;
    font-size: 0.5rem;
}


.member-w .member-title{
    height: 1.2rem;
    line-height: 1.2rem;
    box-sizing:border-box;
    border:2px solid #27497c;
    font-size: 0.5rem;
    color: #333;
    padding-left: 1rem;
}

.member-w .member-li{
    margin: 1rem 0 2rem;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.member-w .member-li:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #27497c;
    left: 0;
    bottom: -1rem;
}
.member-w .member-li:last-child{
 margin: 1rem 0 ;
}
.member-w .member-li:last-child:before{
    display: none;
}
.member-w .member-li .img{
    width: 29%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 18.7%;
}
.member-w .member-li .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.member-w .member-li .member-con{
   width: 71%;
   box-sizing: border-box;
   padding: 0.5rem 0 0 10%;
   position: relative;
   height: 7rem;
}

.member-w .member-li .t{
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
}

.member-w .member-li a{
    position: absolute;
    bottom: 10%;
    left: 23%;
    font-size: 0.4rem;
    color: #0161b7;
}

.member-w .member-li .bot{
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
    font-size: 0.4rem;
}
.member-w .member-li .bot .tel-w{
    display: flex;
    margin-right: 1rem;
}

.member-w .member-li .bot .tel-w span{
    margin-right: 0.15rem;
}

@media(max-width: 1024px){
    .member-w .member-li .member-con {
        height: 6rem;
    }
}

@media(max-width: 767px){
    .member-w .member-li:last-child {
        margin: 0.5rem 0;
    }
    .member-w .member-title {
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.36rem;
        padding-left: 0.3rem;
    }

    .member-w .member-li {
        margin: 0.3rem 0 1rem;
        border-radius:8px;
    }
    .member-w .member-li .img {
        width: 100%;
        border-radius: 8px;
        padding-bottom: 64.7%;
    }

    .member-w .member-li .member-con {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0.28rem 0.3rem 0.4rem;
        position: relative;
    }
    .member-w .member-li .t {
        font-size: 0.36rem;
        margin-bottom: 0.2rem;
    }
    .member-w .member-li a {
     position: relative;
     bottom: 0%;
     left: 0%; 
     font-size: 0.28rem;
     display: block;
     margin: 0 auto;
     text-align: center;
 }
 .member-w .member-li p{
    font-size: 0.28rem;
}
.member-w .member-li .bot .tel-w {
    margin-right: 0.3rem;
    font-size: 0.28rem;
}
.member-w .member-li .bot {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}
.member-w .member-li:before {
    bottom: -0.5rem;
}
}



.wh-info{
    background: #fafafa;
}

.wh-info .info-w{
    padding-top: 2.4rem;
}
.wh-info .title{
    text-align: center;
    margin-bottom: 1.25rem;
}
.wh-info .info-w .title{
    color: #4c4c4c;
    
}

.wh-info .info-w .item-w{
    width: 100%;
    height: 12.5rem;
    margin-bottom: 0.6rem;
}

.wh-info .info-w .item-w:last-child{
    margin-bottom: 0;
}
.wh-info .info-w .item-w .img{
    width: 58.4%;
    float: left;
    height: 100%;
}
.wh-info .info-w .item-w .con{
    width: 41.6%;
    float: right;
    height: 100%;
    background: #eaf3f8;
    color: #999;
    box-sizing:border-box;
    padding: 0 2.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wh-info .info-w .item-w .con h2{
    color: #053871;
    margin-bottom: 0.6rem;
}
.wh-info .info-w .item-w:last-child .img{
    float: right;
}
.wh-info .info-w .item-w:last-child .con{
    float: left;
}


.wenhua-w{
    padding: 2.5rem 0;
}
.wenhua-w .w1660{
    position: relative;
}
.wh-info .swiper-container{
    padding-bottom: 2rem;
    position: static;
    width: 89.15%;
}
.wenhua-w .swiper-container .img{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 75%;
    border-radius: 8px;
}
.wenhua-w .swiper-container .swiper-slide .img:last-child{
    margin-bottom: 0;
}
.wenhua-w .swiper-container .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}


.wh-info .swiper-container .swiper-pagination-bullet{
    opacity: 1;
    background: #b2b2b2;
    width: 8px;
    height: 8px;
    border-radius:50%;
}
.wh-info .swiper-container  .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 8px;
    background: #053871;
}

.wh-info .swiper-container .swiper-button-next{
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    top: 50%;
}

.wh-info .swiper-container .swiper-button-next:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 22px;
    background: url('../../web/img/swiper-r2.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}
.wh-info .swiper-container .swiper-button-prev{
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    top: 50%;
}

.wh-info .swiper-container .swiper-button-prev:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 22px;
    background: url('../../web/img/swiper-l2.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}
.wh-info .swiper-container .swiper-button-prev:hover{
    background: #053871;
}
.wh-info .swiper-container .swiper-button-prev:hover:before{
  background: url('../../web/img/swiper-l1.png')no-repeat center center;
  background-size: contain;
}
.wh-info .swiper-container .swiper-button-next:hover{
    background: #053871;
}
.wh-info .swiper-container .swiper-button-next:hover:before{
    background: url('../../web/img/swiper-r1.png')no-repeat center center;
    background-size: contain;
}

.tixian-w{
    background: #fff;
    padding: 2.5rem 0;
}


.wh-info.tixian-w .swiper-container .swiper-button-prev{
    box-shadow: 0 0 4px #fafafb;
}
.wh-info.tixian-w .swiper-container .swiper-button-next{
    box-shadow: 0 0 4px #fafafb;
}
.tixian-w .w1660{
}
.tixian-w .swiper-container{
    box-sizing:border-box;
    padding: 0 8px 2rem;
}
.tixian-w .swiper-slide{
    color: #4c4c4c;
}
.tixian-w .swiper-slide .img{
    margin: 0.2rem 0 0.35rem;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.tixian-w .swiper-slide .t{

    font-size: 0.35rem;
}
.tixian-w .swiper-slide p{
    text-align: center;
}
.tixian-w .swiper-slide:hover .img{
    border: 1px solid #053871;
    box-shadow: 0 0 20px 4px #f4f6f8;
}

.wh-info .tixian-w .swiper-container .swiper-button-prev{
 box-shadow: 0 0 20px 4px #f4f6f8;
}
.wh-info .tixian-w .swiper-container .swiper-button-next{
 box-shadow: 0 0 20px 4px #f4f6f8;
}

.pro-info{
    padding: 2.5rem 0;
    background: #fafafa url('../../web/img/pro-img2.png')no-repeat center top;
    background-size: 11rem;
}
.pro-info .info{
    height: 11rem;
}
.pro-info .info .le{
    width: 50%;
    height: 100%;
}
.pro-info .info .con{
    width: 50%;
    height: 100%;
    box-sizing:border-box;
    padding-right: calc(50vw - 19rem);
    padding-left: 0.75rem;
}

.pro-info.reverse .info .le{
    float: right;
}
.pro-info.reverse .info .con{
    float: left;
}
.pro-info .info .con h2{
    color: #053871;
    margin-bottom: 0.9rem;
}
.pro-info .info .con{
    color: #999;
    font-size: 0.45rem;
    line-height: 1.8;
}
.pro-info .info .con p{
    margin-bottom: 0.5rem;
}
.pro-info .info .con .scroll-box{
    height: 10rem;
}
@media(max-width:767px ){
    .pro-info .info .con .scroll-box{
        height: auto;
    }
}
.pro-info .info .con p:last-child{
    margin-bottom: 0;
}
.pro-info .info .con a{
    display: inline-block;
    width: 4.25rem;
    text-align: center;
    height: 1.15rem;
    line-height: 1.15rem;
    background: #053871;
    color: #fff;
    font-size: 0.35rem;
    border-radius: 1.15rem;
    left: 0.75rem;
    bottom: 0;
}

.pro-info .swiper-container .swiper-slide{
    width: auto;
    margin-right: 2rem;
    border-radius: 10px;
    overflow: hidden;
}

.pro-info .swiper-container .swiper-slide img{
    width: 17rem;
}


.pro-info .swiper-container .swiper-button-next{
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    right: 5%;
}

.pro-info .swiper-container .swiper-button-next:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 22px;
    background: url('../../web/img/swiper-r2.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}
.pro-info .swiper-container .swiper-button-prev{
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 17%;
}

.pro-info .swiper-container .swiper-button-prev:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 22px;
    background: url('../../web/img/swiper-l2.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
}
.pro-info .swiper-container .swiper-button-prev:hover{
    background: #053871;
}
.pro-info .swiper-container .swiper-button-prev:hover:before{
  background: url('../../web/img/swiper-l1.png')no-repeat center center;
  background-size: contain;
}
.pro-info .swiper-container .swiper-button-next:hover{
    background: #053871;
}
.pro-info .swiper-container .swiper-button-next:hover:before{
    background: url('../../web/img/swiper-r1.png')no-repeat center center;
    background-size: contain;
}

.pro-last{
 height: 10.5rem;
 box-sizing: border-box;
 padding-top: 4rem;
}

.pro-last .swiper-container .swiper-slide{
    width: 25%;
    height: 3rem;
    border-right:1px solid rgba(255,255,255,0.2);
    font-size: 0.45rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pro-last .swiper-container .swiper-slide .ico{
    margin-bottom: 0.5rem;
    height: 1.5rem;
}
.pro-last .swiper-container .swiper-slide .ico img{
    max-height: 100%;
}
.pro-last .swiper-container .swiper-slide:last-child{
    border: none;
}

.research{
    padding: 2.6rem 0 2rem;
    background: #fafafa;
}

.research .title{
   text-align: center;
   margin-bottom: 1.25rem;
}

.research .list li{
    width: 21.55%;
    margin: 0 4.6% 4.6% 0;
    box-sizing:border-box;
    background: #fff;
    padding: 0.7rem 1.25rem 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 8px;
}
.research .list li p{
    font-size: 0.55rem;
    color: #4c4c4c;
    margin-top: 0.5rem;
    text-align: center;
}

.research .list li:nth-child(4n){
    margin-right: 0;
}
.research .list li .img{
   position: relative;
   padding-bottom: 146%;
   overflow: hidden;
}
.research .list li .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.research .list li:hover{
    background: #053871;

}
.research .list li:hover p{
 color: #fff;
}
.research .list li:hover img{
    transform:scale(1.05); 
}
#loadimg{
    text-align: center;
    margin: 0 auto;
    font-size: 0.45rem;
}
#loadimg img{
    width: 20px;
    margin-right: 0.3rem;
}

.tc-wrap{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
    opacity: 0;
    visibility: hidden;

}

.tc-wrap.show{
    z-index: 20;
    opacity: 1;
    visibility: visible;
}
.re-pop{
    position: absolute; 
    z-index: 21;
    width: 26%;
    background: #eaf3f8;
    border-radius: 8px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.re-pop .close-btn{
    right: 0.65rem;
    top: 0.65rem;
    cursor: pointer;
    z-index: 10;
}
.re-pop .le{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-sizing:border-box;
    padding: 1.1rem 2rem;
}
.re-pop .le p{
    text-align: center;
    color: #999;
    margin-top: 0.5rem;
}
.re-pop .ri{
    width: 64.85%;
    height: 100%;
    box-sizing:border-box;
    padding: 1.5rem 1rem 0 3.75rem;
}
.re-pop .swiper-container{
    width: 100%;
    height: 100%;
}
.re-pop .swiper-container .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.re-pop .swiper-container .swiper-slide .img{
    text-align: center;
}
.re-pop .swiper-container .swiper-pagination-bullet{
    opacity: 1;
    background: #b3b3b3;
    width: 8px;
    height: 8px;
    border-radius:50%;
}
.re-pop .swiper-container .swiper-pagination-bullet-active{
    background: #053871;
}

.re-pop .ri h1{
    font-size: 0.7rem;
    border-bottom: 1px solid #d8e1e6;
    color: #333;
    padding-bottom: 0.6rem;
}
.re-pop .ri {
    font-size: 0.45rem;
    color: #999;
}
.re-pop .ri .item{
    display: flex;
    align-items: center;
    height: 1.9rem;
    line-height: 1.9rem;
    border-bottom: 1px solid #d8e1e6;
}
.re-pop .ri .item:hover{
    color: #053871;
}
.re-pop .ri img{
    margin-right: 0.3rem;
}

.re-pop .ri .scroll-box{
    height: 10rem;
}

.news-wrap{
    background: #fafafa;
    padding: 2rem 0 2.5rem;
}
.news-wrap .title{
    text-align: center;
    margin-bottom: 1.5rem;
    color: #4c4c4c;
}
.news-wrap .info{
    height: 11.75rem;
    background: #e6f0f6;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 2rem;
}
.news-wrap .info .img{
    width: 46.66%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.news-wrap .info .con{
    width: 53.34%;
    height: 100%;
    box-sizing:border-box;
    padding: 1.5rem 1.5rem 0 1.75rem;
    color: #999;
}
.news-wrap .info .con .t{
    color: #999;
    font-size: 0.35rem;
}
.news-wrap .info .con h2{
    color: #053871;
    font-size: 0.75rem;
    margin:0.35rem 0 0.9rem;
}
.news-wrap .info .con a{
    display: inline-block;
    width: 4.25rem;
    height: 1.15rem;
    text-align: center;
    line-height: 1.15rem;
    background: #053871;
    border-radius: 1.15rem;
    color: #fff;
    bottom: 1.75rem;
    left: 1.75rem;
    position: absolute;
}
.news-wrap .list{
    margin-bottom: 0.9rem;
}
.news-wrap .list li{
    width: 100%;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    padding: 1.1rem 0 0.9rem;
    transition: all 0.3s ease 0s;
}
.news-wrap .list li:hover .le .num{
    color: #fff;
}
.news-wrap .list li:hover .le{
  color: rgba(255,255,255,0.5);
  border-right:1px solid rgba(255,255,255,0.2);
}
.news-wrap .list li:hover .ri{
  border-left:1px solid rgba(255,255,255,0.2);
}
.news-wrap .list li:hover .con-t .t{
    color: #fff;
}
.news-wrap .list li:hover .con-t{
    color: rgba(255,255,255,0.5);
}
.news-wrap .list li:hover .le{
    color: rgba(255,255,255,0.5);
}
.news-wrap .list li:hover{
    background: #053871;
}
.news-wrap .list li:hover .le .num:before{
    background: rgba(255,255,255,0.5);
}
.news-wrap .list li:hover .ri i{
    background: url('../../web/img/de_icoa.png')no-repeat center center;
    background-size: contain;   
}
.news-wrap .list li:last-child{
    margin-bottom: 0;
}

.news-wrap .list li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
}
.news-wrap .list li .le{
    width: 11%;
    color: #888;
    box-sizing:border-box;
    border-right: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-wrap .list li .le .num{
    font-size: 1.2rem;
    color: #053871;
    position: relative;

}
.news-wrap .list li .le .num:before{
    content: '';
    position: absolute;
    width:1.5rem ;
    height: 1px;
    background: #d9d9d9;
    left: 50%;
    transform:translateX(-50%);
    bottom: 0; 
}
.news-wrap .list li .ri{
    width: 9%;
    box-sizing:border-box;  
    border-left: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-wrap .list li .ri i{
 width: 24px;
 height: 14px;
 background: url('../../web/img/de_ico.png')no-repeat center center;
 background-size: contain;   
}
.news-wrap .list li .con-t{
    width: 80%;
    color: #999;
    box-sizing:border-box;
    padding: 0 3.9rem 0 0.9rem;
}
.news-wrap .list li .con-t .t{
    color: #4c4c4c;
    font-size: 0.55rem;
    margin-bottom: 0.4rem;
}


/*新闻详情*/

.main.new_de{
    padding-top: 2rem;
    padding-bottom: 2.75rem;
}

.main.new_de .title{
    color: #666;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 1.45rem;
}
.main.new_de .title a{
    color: #666;
}
.main.new_de .title a:hover{
    color: #27497c;
}
.main.new_de .title h1{
    color: #393939;
    line-height: 1.5;
    margin-bottom: 0.4rem;
}
.main.new_de .new_page .prev-btn{
    width: 50%;
    display: flex;
    align-items: center;
}
.main.new_de .new_page .next-btn{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main.new_de .new_page .next-btn img{
    margin-left: 0.4rem;
}
.main.new_de .new_page .prev-btn img{
    margin-right: 0.4rem;
}
.main.new_de .news_con{
    padding: 1.25rem 0;
    color: #666;
    line-height: 1.6;
}
.main.new_de .new_page{
    border-top: 1px solid #ececec;
    padding-top: 1.45rem;
    color: #666;
}
.main.new_de .new_page a{
    color: #666;

}
.main.new_de .new_page a:hover{
    color: #27497c;
}

/*新闻详情*/

/*招聘*/
.recruit-w .list{
    margin-bottom: 1rem;
}

.recruit-w .list .li {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  overflow: hidden;
}
.recruit-w .list .list-title {
  box-sizing: border-box;
  padding: 0 0.9rem;
  color: #333;
  font-size: 0.6rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: #fff;
}
.recruit-w .list li:nth-child(2n) .list-title{
    background: #deebf2;
}
.recruit-w .list .list-title .top{
  height: 2.1rem;
  line-height: 2.1rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #dedede;
}
.recruit-w .list .list-title .bot{
 height:1.9rem;
 line-height:1.9rem;
 display: flex;
 font-size: 0.4rem;
 color: #999;
 transition: all 0.3s ease 0s;
 opacity: 1;
 justify-content: space-between;
}

.recruit-w .list .list-title .w {
  display: none;
}
.recruit-w .list .list-title span {
  margin-left: 0.35rem;
}
.recruit-w .list .list-title i {
  width: 0.6rem;
  height: 0.6rem;
  background: url("../../web/img/add-ico.png") no-repeat center center;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruit-w .list li.cur .list-title{
    background: #053871;
}
.recruit-w .list li.cur .list-title .top{
    border-bottom: none;
}
.recruit-w .list li.cur .list-title .bot{
   height: 0;
   opacity: 0;
}
.recruit-w .list li.cur .list-title span{
    color: #fff;
}
.recruit-w .list li.cur .list-title img {
  display: none;
}
.recruit-w .list li.cur .list-title .w {
  display: block;
}
.recruit-w .list li.cur .list-title i {
  background: url("../../web/img/add-icow.png") no-repeat center center;
  background-size: contain;
}
.recruit-w .list li.cur .list-title i {
  background: url("../../web/img/less-ico.png") no-repeat center center;
  background-size: contain;
}
.recruit-w .list li.cur .list-title i {
  background: url("../../web/img/less-icow.png") no-repeat center center;
  background-size: contain;
}

.recruit-w .list .sub-wrap {
  box-sizing: border-box;
  background: #fff;
  padding: 1rem 0.9rem 0.9rem;
  color: #666;
  font-size: 0.35rem;
}
.recruit-w .list .sub-wrap li {
  width: 25%;
  margin-bottom: 0.75rem;
  font-size: 0.4rem;
}
.recruit-w .list .sub-wrap .con-t {
  color: #797979;
  margin-bottom: 0.8rem;
}
.recruit-w .list .sub-wrap .con-t .tit-t {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.7rem;
  font-size: 0.4rem;
}
.recruit-w .list .sub-wrap .con-t .p {
  margin-bottom: 0.35rem;
}
.recruit-w .list .sub-wrap .td-w {
  margin-top: 0.95rem;
}
.recruit-w .list .sub-wrap .td {
    display: inline-block;
    width: 4.15rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    background: #053871;
    border-radius: 1rem;

}


.page-w{
    text-align: center;
}
.page-w a{
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    box-sizing:border-box;
    border: 1px solid #e6e6e6;
    color: #4c4c4c;
    font-size: 0.35rem;
    margin: 0 5px;
}
.page-w a:hover{
   background: #053871;
   color: #fff;
}
.page-w a.active{
    background: #053871;
    color: #fff;
}
.recru-wrap{
    background: #fafafa;
    padding: 2.5rem 0;
}
.recru-wrap .title{
    text-align: center;
    margin-bottom: 1.5rem;
    color: #4c4c4c;
}

/*合作*/

.hezuo-wrap{
    padding-top: 2.4rem;
}

.hezuo-wrap .title{
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 1.25rem;
}

.hezuo-wrap .map{
    width: 100%;
    height: 17.5rem;
}
.hezuo-wrap .map_info{
    width: 100%;
    left: 0;
    bottom: 0.6rem;
}
.hezuo-wrap .map_info .w1660{
    background: #fff;
    border-radius: 8px;
    box-sizing:border-box;
    padding:0 2rem;
}

.hezuo-wrap .map_info .tit-t img{
    right: 0;
    top: 50%;
    transform:translateY(-50%); 
}
.hezuo-wrap .map_info .tit-t{
    color: #333;
    padding: 0.9rem 0 0.4rem;
    border-bottom: 1px solid #e6e6e6;
}

.hezuo-wrap .map_info .con{
    padding: 0.9rem 0 1.25rem;
    display: flex;
    justify-content: space-between;
}
.hezuo-wrap .map_info .con .t{
    font-size: 0.45rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid #e6e6e6;
}
.hezuo-wrap .map_info .con .item{
    width: 4.75rem;
    box-sizing:border-box;
    position: relative;
}
.hezuo-wrap .map_info .con .item:before{
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
}
.hezuo-wrap .map_info .con .item:last-child:before{
    display: none;
}
.hezuo-wrap .map_info .con .item:nth-child(2){
    width: 11.25rem;
}
.hezuo-wrap .map_info .con .item:nth-child(2):before{
    right: -40%;
}
.hezuo-wrap .map_info .con .t img{
 right: 0;
 top: 35%;
 transform:translateY(-50%); 
}
.hezuo-wrap .map_info .con p{
    color: #999;
}

.hezuo-wrap .last-w{
    background: #eaf3f8;
    padding: 1.8rem 0 2.4rem;
}

.hezuo-wrap .last-w .input_con{
    width: 20.75rem;
    margin: 0 auto;
}

.hezuo-wrap .last-w .input_con .t{
    color: #4c4c4c;
    margin-bottom: 0.4rem;
}
.hezuo-wrap .last-w .input_con .t span{
    color: #e43e40;
}

.hezuo-wrap .last-w .input_con .input-b{
    width: 48.1%;
}
.hezuo-wrap .last-w .input_con .input{
    width: 100%;
    height: 1.15rem;
    border: 1px solid #d8e1e6;
    border-radius: 4px;
    box-sizing:border-box;
    padding: 0 0.25rem;
}
.hezuo-wrap .last-w .input_con .input-b input{
    width: 100%;
    height: 100%;
    background: none;
    border: none;
}
.hezuo-wrap .last-w .input_con .input-w{
    margin-bottom: 0.5rem;
}
.hezuo-wrap .last-w .input_con textarea{
    width: 100%;
    height: 5rem;
    border: 1px solid #d8e1e6;
    border-radius: 4px;
    box-sizing:border-box;
    padding:0.25rem;
    background: none;
}
.hezuo-wrap .last-w .input-w .le .input-b{
    display: flex;
}
.hezuo-wrap .last-w .input-w .le .input-b .text_img{
    width: 3rem;
    height: 1.15rem;
    background:#729ccb;
    margin-left: 0.4rem;
    border-radius: 4px;
    cursor: pointer;
}
.hezuo-wrap .last-w .input-w .le input{
    width: 4.25rem;
    height: 1.15rem;
    border: 1px solid #d8e1e6;
    border-radius: 4px;
    box-sizing:border-box;
    padding: 0 0.25rem;
}

.hezuo-wrap .last-w .input-w .sub{
    right: 0;
    top: 50%;
    transform:translateY(-50%);
    background: #053871;
    width: 4.25rem; 
    height: 1.15rem;
    border-radius: 1.15rem;
    color: #fff;
    font-size: 0.35rem;
}

.hztc_wrap{
    position:fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.hztc_wrap.show{
    z-index: 20;
    visibility: visible;
    opacity: 1;
}
.hztc_wrap .con-wrap{
    width: 15rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
    z-index: 21;
}

.hztc_wrap .con-wrap .title{
    height: 2rem;
    line-height: 2rem;
    box-sizing:border-box;
    padding: 0 0.75rem;
    font-size: 0.45rem;
    border-bottom: 1px solid #e5e5e5;
}
.hztc_wrap .con-wrap .title .ico{
    right: 0.75rem;
    top: 50%;
    transform:translateY(-50%);
    cursor: pointer;

}

.hztc_wrap .con-wrap .con_con{
 box-sizing:border-box;
 padding: 0.9rem 0.75rem;
 border-bottom: 1px solid #e5e5e5;

}

.hztc_wrap .con-wrap .con_con .item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.hztc_wrap .con-wrap .con_con .item span{
    color: #4c4c4c;
    font-size: 0.35rem;
    padding-top: 0.2rem;
    display: inline-block;
    width: 15%;
}
.hztc_wrap .con-wrap .con_con .item .input{
    width: 85%;
    height: 1.1rem;
    line-height: 1.1rem;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    box-sizing:border-box;
    padding: 0 0.25rem;
}
.hztc_wrap .con-wrap .con_con .item .input input{
    width: 100%;
    height: 100%;
}
.hztc_wrap .con-wrap .con_con .item .input.te{
  height: 2.5rem;
}
.hztc_wrap .con-wrap .con_con .item .input textarea{
    width: 100%;
    height: 100%;
}

.hztc_wrap .con-wrap .con_con .item.test .input{
    width: 60%;
    margin-right: 0.5rem;
}

.hztc_wrap .con-wrap .con_con .item.test .text_img{
    width: 3rem;
    border-radius: 2px;
    height: 1.1rem;
    background: #50739b;
    cursor: pointer;
}

.hztc_wrap .con-wrap .con_sub{
    height: 3rem;
    line-height: 3rem;
    text-align: center;
}

.hztc_wrap .con-wrap .con_sub input{
    width: 4.5rem;
    height: 1.1rem;
    background: #053871;
    color: #fff;
    border-radius: 2px;
    font-size: 0.35rem;
}