header{position: fixed;width: 100%;top: 0;left: 0;z-index: 9;background-image: linear-gradient(to bottom, rgba(0,0,0,.8),rgba(0,0,0,0));color: #fff;padding-top: 20px;}
header a{color: #fff;}
header .nav-box .cont{align-items: center;position: relative;}
header .nav-box .logo{height: 50px;padding: 10px 0;}
header .nav-box .logo img{height: 100%;}
header .nav-box .logo img:last-child{display: none;}
header .nav-box nav{margin-right: auto;margin-left: 5%;}
header .nav-box nav .nav-item{padding: 10px 30px;position: relative;height: 60px;}
header .nav-box nav .nav-item a{font-size: 18px;line-height: 30px;padding-top: 15px;}
header .nav-box nav .nav-item a .p-box{height: 30px;overflow: hidden;}
header .nav-box nav .nav-item a p{transition: all .4s ease-in-out;}
header .nav-box nav .nav-item a p:last-child{color: #1e3567;font-weight: 600;}
header .nav-box nav .nav-item:hover a p:first-child{margin-top: -30px;}
header .nav-box nav .nav-item .nav2-item{position: absolute;top: 100%;left: -40%;width: 180%;background-color: #fff;box-shadow: 2px 5px 5px rgba(0,0,0,.1);border-radius: 0 0 5px 5px;overflow: hidden;}
header .nav-box nav .nav-item .nav2-item a{width: 100%;text-align: center;height: 0;overflow: hidden;transition: all .4s;padding: 0;}
header .nav-box nav .nav-item .nav2-item a:hover{background-color: #1e3567;color: #fff;}
header .nav-box nav .nav-item:hover .nav2-item a{height: 60px;}
header .nav-box nav .nav-item .nav2-item a span{line-height: 60px;}
header .nav-box .search{border-radius: 20px;border:none;cursor: pointer;}
header .nav-box .search input{background-color: rgba(0,0,0,0);height: 40px;border:none;width: 0vw;text-indent: 1vw;transition: all .6s ease-in-out;}
header .nav-box .lang{margin-right: 30px;align-items: center;cursor: pointer;}
header .nav-box .lang p{margin-left: 10px;}
/* input提示字体颜色兼容 */
header .nav-box .search input::-webkit-input-placeholder{ color:rgba(255,255,255,.8); } 
header .nav-box .search input:-moz-placeholder{ color:rgba(255,255,255,.8); } 
header .nav-box .search input::-moz-placeholder{ color:rgba(255,255,255,.8); } 
header .nav-box .search input:-ms-input-placeholder { color:rgba(255,255,255,.8); } 
/*---------------*/
header .nav-box .search button{border: none;background-color: rgba(0,0,0,0);height: 40px;width: 40px;border:none;display: flex;justify-content: center;align-items: center;cursor: pointer;}
header .nav-box .search:hover{border:1px solid rgba(0,0,0,.2);}
header .nav-box .search:hover input{width: 10vw;}
header:hover{background-image:none;background-color: #fff;}
header:hover .top{background-color: #1e3567;}
header:hover .nav-box{background-color: #fff;}
header:hover .nav-box a{color: #000;}
header:hover .nav-box .logo img{display: none;}
header:hover .nav-box .logo img:last-child{display: block;}
header:hover .nav-box .search svg path{ fill: #000;} 
header:hover .nav-box .lang{color: #000;}
header:hover .nav-box .lang svg path{ fill: #000;} 
/* input提示字体颜色兼容 */
header:hover  .nav-box .search input::-webkit-input-placeholder{ color:rgba(0,0,0,.6); } 
header:hover  .nav-box .search input:-moz-placeholder{ color:rgba(0,0,0,.6);} 
header:hover  .nav-box .search input::-moz-placeholder{ color:rgba(0,0,0,.6);  } 
header:hover  .nav-box .search input:-ms-input-placeholder { color:rgba(0,0,0,.6); } 
/*---------------*/
header.on{padding-top: 0px;background-color: #fff;box-shadow: 2px 5px 10px rgba(0,0,0,.1);}
header.on .top{background-color: #1e3567;}
header.on .nav-box{background-color: #fff;}
header.on .nav-box a{color: #000;}
header.on .nav-box .logo img{display: none;}
header.on .nav-box .logo img:last-child{display: block;}
header.on .nav-box .search:hover{border-color: #000;}
header.on .nav-box .search svg path{ fill: #000;}
header.on .nav-box .lang{color: #000;}
header.on .nav-box .lang svg path{ fill: #000;} 


#full_tap { 
    width: 20px; 
    position: fixed; 
    top: 50%; 
    right: 48px; 
    height: 182px;
    transform: translateY(-50%);
    z-index: 10; 
}
#full_tap li { 
    margin: 3px 0 ;
}
.full_tap { 
    display: inline-block; 
    position: relative; 
    width: 20px; 
    height: 20px; 
}
.full_tap:before { 
    content: ""; 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 20px; 
    height: 20px; 
    background: url(../images/hmi.png) no-repeat center center; 
    display: block; 
}
.full_tap span { 
    position: absolute; 
    top: 0px; 
    right: 31px; 
    transition: all 0.2s ease-in-out; 
    opacity: 0; 
    visibility: hidden;
    white-space: nowrap; 
    font-size: 16px; 
    line-height: 20px; 
    color: #1e3567; 
    display: inline-block;
     
    }
.full_tap.on:before { 
    background: url(../images/hmci.png) no-repeat center center; 
    animation: an1 2s linear infinite;
}
.full_tap.on span { 
    opacity: 1; 
    visibility: visible ;
}
@keyframes an1 {  
    0% {
     transform:rotate(0deg);
    }
     100% {
     transform:rotate(360deg);
    opacity:0.8;
    }
  }
  .banner-tap{
    /*width: 100%;*/
    position: absolute;
    color: #fff;
    bottom: 80px;
    right: 5%;
    z-index: 3;
  }
  .banner-tap>ul>li{
    width: 60px;
    height: 60px;
    border:none;
    margin:0 30px;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
  }
  .banner-tap>ul>.active{
    border:1px solid #fff;
  }
  .banner-tap>ul>li:after{
    position: absolute;
    content: "";
    width: 0;
    opacity: 1;
    height: 1px;
    background-color: #fff;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s;
  }
  .banner-tap>ul>.active:after{
    width: 60px;
    opacity: 1;
  }
/* 内容区域 */
.inx-01{width: 100%;height: 100%;position: relative;}
.inx-01 .swiper-slide{position: relative;width: 100%;height: 100vh;overflow: hidden;}
.inx-01 .swiper-slide .img-box{width: 100%;height: 100%;}
.inx-01 .swiper-slide .info-box{position: absolute;width: auto;top: 50%;z-index: 2;left: 5%;color: #fff;transform: translateY(-50%);}
.inx-01 .swiper-slide .info-box .tap{margin-top: 30px;width: auto;margin-bottom: 15px;}
.inx-01 .swiper-slide .info-box .tap a{width: auto;background-color: rgba(255,255,255,.3);height: 60px;display: flex;justify-content: center;align-items: center;color: #fff;border-radius: 5px;padding: 10px 30px;box-sizing: border-box;margin-right: 2%;}
.inx-01 .swiper-slide .info-box .tap a:last-child{margin-right: auto;}
.inx-01 .swiper-slide .info-box .tap a:hover{background-color: rgba(0,0,0,0);background-image: linear-gradient(to right,#3d64b9,#1e3567);}
.inx-01 .swiper-slide .info-box .tap a p{font-size: 18px;text-wrap: nowrap;}
.inx-01 .swiper-slide .info-box .tap a img{height: 32px;margin-right: 10px;}


.inx-01 .swiper-slide:nth-child(2) .tap a{width: auto;padding: 0 30px;margin-right: 30px;}
.inx-01 .swiper-slide:nth-child(2) .tap a:last-child{margin-right: auto;}
.inx-01 .swiper-slide:nth-child(2) .list a{width: 28%;}

.inx-02{width: 100%;height: 100%;display: flex;justify-content: space-between;}
.inx-02 .left{width: 30%;height: 100%;background-color: #f7f7f9;background-image: url(../images/bg.jpg);background-size: cover;background-position: bottom;padding-left: 5%;padding-top: 140px;box-sizing: border-box;position: relative;overflow: hidden;}
.inx-02 .left>img{position: absolute;width: 100%;bottom: 0;right: 0;z-index: 1;opacity: .5;}
.inx-02 .left .box{position: relative;z-index: 2;}
.inx-02 .left h3{color: #1e3567;}
.inx-02 .left h5.sub-tit{margin-top: 8px;width: 80%;font-size: 18px;color: #7b7b7b;}
.inx-02 .left .tab{margin-top: 10%;}
.inx-02 .left .tab a{margin-top: 30px;width: 100%;color: #000;align-items: center;transition: all .6s;}
.inx-02 .left .tab a img{width: 0;transition: all .6s;}
.inx-02 .left .tab a .info{margin-right: auto;margin-left:0px;transition: all .6s;}
.inx-02 .left .tab a .info p{transition: all .6s;line-height: 24px;font-size: 16px;max-height: 0px;overflow: hidden;}
.inx-02 .left .tab a.on{background-image: linear-gradient(to right,rgba(255,255,255,.1),#fff);box-shadow: 2px 2px 15px 5px rgba(0,0,0,.05);padding: 30px;color: #1e3567;box-sizing: border-box;border-radius: 10px 0 0 10px;margin-left: 0%;}
.inx-02 .left .tab a.on img{width: 25%;}
.inx-02 .left .tab a.on .info p{max-height: 48px;margin-top: 5px;color: #7b7b7b;}
.inx-02 .left .tab a.on .info{margin-left: 20px;}
.inx-02 .right{width: 70%;padding-right: 5%;box-sizing: border-box;padding-left: 5%;padding-top: 140px;}
.inx-02 .right .item-box{width: 100%;height: 100%;display: none;}
.inx-02 .right .item-box.on{display: block;}
.inx-02 .right .item-box .box{width: 100%;}
.inx-02 .right .item-box .box .info-box{margin-top: 10px;}
.inx-02 .right .item-box .box .info-box:first-child{margin-top: 0;}
.inx-02 .right .item-box .box a{width: 100%;}
.inx-02 .right .item-box .box a h5{padding: 12px 0 12px 20px;box-sizing: border-box;background-color: #f5f5f5;color: #000;font-weight: 600;border-radius: 5px;}
.inx-02 .right .item-box .box .info-box.on a h5{background-color: #1e3567;color: #fff;}
.inx-02 .right .item-box .box a .cont-box{margin-top: 1vw;background-color: #fafafa;height: 0;overflow: hidden;}
.inx-02 .right .item-box .box .info-box.on a .cont-box{height: 25.5vw;padding:0 20px 20px 1.5vw;box-sizing: border-box;}
.inx-02 .right .item-box .box a .content{max-height: 24vw;overflow: scroll;padding-right: 10px;box-sizing: border-box;margin-top: 20px;}
.inx-02 .right .item-box .box a .content table{width: 100%!important;}
.inx-02 .right .item-box .box a tr span{display: inline-block;}
.inx-02 .right .item-box .box a tr td{text-align: center;line-height: 50px;border: 1px;vertical-align: middle;border-color: rgba(0,0,0,.2);width: auto!important;}

.inx-03Box{width: 100%;height: 100%;position: relative;}
.inx-03Box .swiper{width: 100%;height: 100%;}
.inx-03Box .swiper-slide{width: 100%;height: 100%;position: relative;}
.inx-03Box .swiper-slide .img-box{width: 100%;height: 100%;}
.inx-03Box .swiper-slide .info{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.3));padding:0 5%;box-sizing: border-box;color: #fff;align-items: center;}
.inx-03Box .swiper-slide .info-box{width: 60%;}
.inx-03Box .swiper-slide .info h4{margin-top: 10px;}
.inx-03Box .swiper-slide .info p{width: 63%;margin-top: 15px;opacity: .8;line-height: 32px;font-size: 18px;}
.inx-03Box .swiper-slide .info ul{width: 100%;margin-top: 30px;background-color: rgba(255,255,255,.1);}
.inx-03Box .swiper-slide .info ul li{width: 25%;padding: 20px 0;}
.inx-03Box .swiper-slide .info ul li:hover{background-color: #1e3567;}
.inx-03Box .swiper-slide .info ul li:last-child{margin-right: auto;}
.inx-03Box .swiper-slide .info ul li img{margin: 0 auto;}
.inx-03Box .swiper-slide .info ul li p{width: 100%;text-align: center;color: #fff;opacity: 1;}
.inx-03Box .swiper-slide .info .btn-box{margin-top: 50px;}
.inx-03Box .swiper-slide .info .btn-box a{width: 150px;line-height: 50px;border-radius: 25px;text-align: center;border: 1px solid #fff;color: #fff;}
.inx-03Box .swiper-slide .info .btn-box a:last-child{margin-right: auto;margin-left: 30px;background-image: linear-gradient(to right,#3d64b9,#1e3567);border: none;}
.inx-03Box .tab-list{position: absolute;right: 8%;top: 50%;z-index: 2;color: #fff;transform: translateY(-50%);}
.inx-03Box .tab-list .item{display: flex;justify-content: space-between;align-items: center;margin: 40px 0;cursor: pointer;opacity: .6;transition: all .6s;}
.inx-03Box .tab-list .item h5{width: 100%;text-align: right;transition: all .6s;}
.inx-03Box .tab-list .item .line{width: 40px;height: 2px;background-color: #fff;margin-left: 15px;transition: all .6s;}
.inx-03Box .tab-list .item.on{opacity: 1;}
.inx-03Box .tab-list .item.on h5{font-size: 1.4vw;}
.inx-03Box .tab-list .item.on .line{width: 80px;}

.inx-04{width: 100%;height: 100%;background-image: url(../images/bg2.jpg);background-size: cover;background-position:bottom right;align-items: center;position: relative;}
.inx-04 .info-box h3{color: #1e3567;}
.inx-04 .info-box h4{margin-bottom: 30px;margin-top: 10px;}
.inx-04 .info-box p{width: 65%;font-size: 18px;line-height: 40px;opacity: .6;}
.inx-04 .num-list{margin-top: 30px;width: 75%;}
.inx-04 h1{font-family: numType;font-weight: 600;color: #1e3567;}
.inx-04 .num-list .num-box{align-items: flex-end;}
.inx-04 .num-list .num-box p{font-size: 22px;margin-bottom: 30px;}
.inx-04 .num-list h5{font-size: 18px;color: #7b7b7b;}
.inx-04 a{width: 150px;line-height: 50px;border-radius: 25px;text-align: center;color: #fff;background-image: linear-gradient(to right,#3d64b9,#1e3567);margin-top: 50px;}

.inx-05{width: 100%;height: 100%;background-image: url(../images/bg4.jpg);background-size: cover;padding-top: 120px;box-sizing: border-box;}
.inx-05 h3{color: #1e3567;}
.inx-05 .tit a{align-items: center;}
.inx-05 .tit a p{margin-right: 10px;font-size: 18px;font-weight: 600;}

.inx-05-list{
  margin-top: 60px;
}
.inx-05-list>ul>li{
  width: 33.3%;
  padding:0 30px;
  padding-top: 60px;
  box-sizing: border-box;
  transition: all .6s ease-in-out;
}
.inx-05-list>ul>li>a{
  transition: all .6s ease-in-out;
}
.inx-05-list>ul>li.swiper-slide-active{
  padding-top: 0;
}
.inx-05-list>ul>li.swiper-slide-active a{
  box-shadow: 0 0 31px 3px rgb(0 0 0 / 5%);
  box-sizing: border-box;
}
.inx-05-list>ul>li .img_box{
  height: 18vw;
  border-radius: 10px 10px 0 0 ;
}
.inx-05-info{
  width: 100%;
  padding:20px 0;
  box-sizing: border-box;
  transition: all .6s ease-in-out;
}
.inx-05-info>em{
  color: #1e3567;
}
.inx-05-info>h5{
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.inx-05-info>p{
  height: 0;
  overflow: hidden;
  
}
.inx-05-list>ul>li.swiper-slide-active .inx-05-info{
  background-color: #fff;
  padding:30px;
  border-radius: 0 0 10px 10px;
}
.inx-05-list>ul>li.swiper-slide-active .inx-05-info>p{
  height: 100%;
  transition: all .6s ease-in-out;
}
.inx-05-btn{
  position:absolute;
  bottom: 50px;
}
.inx-05-prv,.inx-05-next{
  width: 50px;
  height: 50px;
  background-image: url(../images/btn-l.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.inx-05-next{
  background-image: url(../images/btn-r.png);
}
.inx-05-btn>ul{
  margin-right: auto;
  margin-left: 20px;
  margin-top: 21px;
}
.inx-05-btn>ul>li{
  width: 8px;
  height: 8px;
  background-color: #9a9a9a;
  border-radius: 50%;
  cursor: pointer;
  margin:0 10px;
}
.inx-05-btn>ul>li.active{
  background-color: #1e3567;
}
.inx-05 .hmc6more p{
  color: #000;
}
.inx-05.active .hmc6more{
  bottom: 80px;
  opacity: 1;
  transition-delay: .6s;
}

.inx-06{background-image: url(../images/bg3.jpg);background-size: cover;padding-top: 140px;box-sizing: border-box;}
.inx-06 h3{color: #1e3567;width: 100%;text-align: center;}
.inx-06-list{
  width:100%;
  margin:0 auto;
  margin-top: 40px;
}
.inx-06-list>ul>li{
  width:25%;
  padding:10px;
  box-sizing: border-box;
}
.inx-06-list>ul>li>a{
  background-color:#fff;
  width:100%;
  position: relative;
  height: 100px;
  box-shadow: 2px 5px 5px rgba(0,0,0,.1);
}
.inx-06-list>ul>li>a>img{
  max-height: 60%;
  width:auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.inx-07{height: auto;}

footer{width: 100%;padding-bottom: 30px;background-color: #1e3567;padding-top: 50px; color: #fff;}
footer .footBox{margin-top: 30px;}
footer .footBox .left{width: 25%;}
footer .footBox a{color: #fff;}
footer .footBox a img{height: 60px;}
footer .footBox .left .info{margin-top: 20px;padding-left: 15%;box-sizing: border-box;opacity: .6;}
footer .footBox .left .info p{margin-top: 0px;}
footer .footNav{width: 55%;}
footer .footNav .item h5{font-size: 20px;margin-bottom: 10px;}
footer .footNav .item h5 a{margin-top: 0;opacity: 1;}
footer .footNav .item a{margin-top: 15px;opacity: .6;}
footer .foot-ewm img{width: 120px;height: auto;}
footer .foot-ewm p{text-align: center;}
footer .footLast{padding-top: 20px;margin-top: 50px;border-top: 1px solid rgba(255,255,255,.2);font-size: 15px;opacity: .6;}
footer .footLast a{color: #fff;margin: 0 10px;}

.big-pic{width: 100%;height: 500px;position: relative;}
.big-pic .img-box{width: 100%;height: 100%;position: relative;}
.big-pic .img-box::after{position: absolute;left: 0;top: 0;content: "";width: 100%;height: 100%;background-color: rgba(0,0,0,.2);}
.big-pic h2{position: absolute;top: 60%;left: 50%;z-index: 2;color: #fff;transform: translate(-50%,-50%);font-weight: 600;}
.mbx{width: 100%;padding:20px 0;background-color: #f5f5f5;}
.mbx p{margin-bottom: 0;display: flex;align-items: center;justify-content: space-between;}
.mbx p img{display: inline-block;margin-right: 10px;}
.mbx p a{display: inline-block;color: #000;}
.mbx p a:last-child{margin-right: auto;}

.ab-01 .left{width: 55%;padding-top: 30px;box-sizing: border-box;}
.ab-01 .left h3{font-weight: 600;margin-bottom: 30px;}
.ab-01 .left p{margin-top: 15px;font-size: 18px;line-height: 36px;width: 80;}
.ab-01 .num-list{margin-top: 80px;width: 100%;background-color: #fafafa;padding: 20px;box-sizing: border-box;}
.ab-01 h1{font-family: numType;font-weight: 600;color: #1e3567;}
.ab-01 .num-list .item{width: 20%;border-right: 1px solid rgba(0,0,0,.1);}
.ab-01 .num-list .item:last-child{border:none}
.ab-01 .num-list .num-box{align-items: flex-end;justify-content: center;}
.ab-01 .num-list .num-box p{font-size: 22px;margin-bottom: 30px;}
.ab-01 .num-list h5{font-size: 18px;color: #7b7b7b;text-align: center;}
.ab-01 .right{width: 40%;}
.ab-01 .right .img-box{width: 100%;border-radius: 5%;margin-right: 10px;position: relative;}
.ab-01 .right .img-box::after{width: calc(100% - 5px);height: calc(100% - 5px);content: "";background-color: #1e3567;left: 15px;top: 15px;z-index: 0;position: absolute;border-radius: 10px;}
.ab-01 .right .img-box img{position: relative;z-index: 1;border-radius: 10px;}

.ab-02{width: 100%;background-image: url(../images/ab-bj2.jpg);background-size: cover;color: #fff;}
.ab-02 h3{font-weight: 600;}
.ab-02 .ab-02-box{margin-top: 50px;}
.ab-02 li{width: 20%;padding: 0 10px;box-sizing: border-box;}
.ab-02 li a{padding: 15px;box-sizing: border-box;background-color: rgba(255,255,255,1);}
.ab-02 li a .img-box{height: auto;width: 100%;}
.ab-02 li a p{margin-top: 15px;text-align: center;}


.ab-03{width: 100%;background-image: url(../images/ab-bj.jpg);background-size: cover;}
.ab-03 h3{font-weight: 600;}
.ab-03 .top {
  width: 100%;
  margin-top: 60px;
}
.ab-03 .top .info {
  width: 48%;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 2px 2px 15px 5px rgba(0,0,0,.1);
}
.ab-03 .top .info h5 {
  font-weight: 600;
}
.ab-03 .top .info p {
  font-size: 18px;
  margin-top: 20px;
}
.ab-03 .bottom {
  margin-top: 60px;
}
.ab-03 .bottom h4 {
  width: 100%;
  font-weight: 600;
  padding-left: 30px;
  border-left: 4px solid #1e3567;
}
.ab-03 .bottom ul {
  width: 100%;
  margin-top: 60px;
}
.ab-03 .bottom ul li {
  width: 23%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 2px 5px 5px rgba(0,0,0,.1);
}
.ab-03 .bottom ul li h5 {
  padding-left: 0;
  font-size: 22px;
  border: none;
}
.ab-03 .bottom ul li em {
  width: 30px;
  height: 3px;
  background-color: #1e3567;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
}
.ab-03 .bottom ul li p {
  line-height: 32px;
  margin-top: 10px;
}

.news-list{
  width:100%;
}

.news-list-box{
  width:100%;
  
}
.news-list-box ul:after {
      display:block;
      content:"";
      width: 30%;
      height:0px;
  }
   .news-list-box ul>li{
    width: 33.3%;
    margin-bottom: 40px;
    padding:0 20px;
    box-sizing: border-box;
   }
   .news-list-box ul>li>a>.img_box{
    width: 100%;
    height: 260px;
   }
   .news-list-info{
    width: 100%;
    padding:30px;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
   }
   .news-list-info>p{
    font-weight: lighter;
   }
   .news-list-info>h5{
    margin-top: 15px;
    font-weight: bold;
   }
   .news-list-info>p:nth-child(3){
    margin-top: 15px;
    line-height: 30px;
   }
   .news-list-info>img{
    margin-top: 15px;
   }
   .new-tap>ul>li:hover{
    background-color: #1e3567;
   }
   .new-tap>ul>li:hover>a{
    color: #fff;
   }
   .new-tap>ul>li:hover .img-1{
    display: none;
   }
   .new-tap>ul>li:hover .img-2{
    display: block;
   }
   .coop-box .inx-06-list{margin-top: 0;}

.contact-box .top{padding-bottom: 100px;border-bottom: 1px solid rgba(0,0,0,0.1);}
.contact-box .top .info{margin-top: 40px;}
.contact-box .top img{width: 40px;}
.contact-box .top h4{font-size: 28px;margin: 10px 0;}
.contact-box .top h3{font-family: AlibabaSans;}
.contact-box .top h5{font-size: 24px;opacity: .6;}
.contact-box .bottom{padding: 60px 0;width: 100%;}
.contact-box .bottom h3{font-size: 46px;font-weight: 300;}
.contact-box .bottom form{margin-top: 40px;}
.contact-box .bottom form input {width: 30%;height: 40px;border:none;border-bottom: 1px solid rgb(0 0 0 / 10%);font-size: 18px;background-color: rgba(0,0,0,0);}
.contact-box .bottom form input:nth-child(4){width: 70%;}
.contact-box .bottom form input:nth-child(4),.contact-box .bottom form button{margin-top: 80px;}
.contact-box .bottom form button{width: 200px;height: 50px;background-color: #1d2088;border: none;color: #fff;font-size: 18px;font-family: "OPPOSans";margin-right: auto;margin-left: 40px;cursor: pointer;}

.proList-nav{width: 100%;margin-bottom: 50px;}
.proList-nav a{padding: 15px 30px;border:1px solid rgba(0,0,0,.1);border-radius: 5px;margin:0 10px;transition: all .4s;}
.proList ul li{width: 33.33%;padding: 0 20px;box-sizing: border-box;margin-bottom: 30px;}
.proList ul li:hover a{box-shadow: 2px 5px 5px rgba(0,0,0,.1);color: #1d2088;}
.proList ul li:hover a h5{font-weight: 600;}
.proList ul li:last-child{margin-right: auto;}
.proList ul li a{padding: 20px;box-sizing: border-box;border:1px solid rgba(0,0,0,.1);}
.proList-nav a.on,.proList-nav a:hover{background-image: linear-gradient(to right,#3d64b9,#1e3567);color: #fff;}
.proList ul li a .img_box{margin-bottom: 20px;height: 15vw;}
.proList ul li a .info p{margin-top: 10px;}

.proInfo .top{align-items: center;}
.proInfo .top .left{width: 55%;}
.proInfo .top .left h4{font-weight: 600;color: #1e3567;padding-bottom: 25px;border-bottom: 2px solid rgba(0,0,0,.1);}
.proInfo .top .left p{margin-top: 20px;line-height: 36px;}
.proInfo .top .left a{width: 300px;line-height: 50px;border-radius: 25px;text-align: center;color: #fff;background-image: linear-gradient(to right,#3d64b9,#1e3567);margin-top: 50px;}
.proInfo .top .img_box{width: 35%;border-radius: 15px;}
.proInfo h5{font-weight: 600;color: #1e3567;}
.proInfo .content{background-color: #fafafa;margin-top: 30px;padding: 30px;box-sizing: border-box;}
.proInfo .content table{width: 100%;}
.proInfo .content table td{line-height: 50px;}

/* 手机导航 */
.m-header{background-color: rgba(255,255,255,1);box-sizing: border-box;position: fixed;left: 0;top: 0px;z-index: 9;width: 100%;display: none;box-shadow: 2px 5px 5px rgba(0,0,0,.1);}
.m-header.on{border-bottom:1px solid #ddd;box-shadow: none;}
.m-header .cont{align-items: center;}
.m-header a{height: 30px;padding: 15px 0;transition: all .4s ease-in-out;}
.m-header a img{height: 100%;}
.m-header a img:last-child{display: none;}
.m-header .menu-btn{width: 34px;height: 40px;position: relative;}
.m-header .menu-btn span{position: absolute;display: block;width: 100%;height: 3px;background-color: #1d2088;top: 10px;transition: all .25s;transform-origin: center center;}
.m-header .menu-btn span:nth-child(2){top: 19px;width: 25px;}
.m-header .menu-btn span:nth-child(3){top: 28px;}
.m-header .menu-btn.on span:first-child{transform: rotate(45deg);}
.m-header .menu-btn.on span:nth-child(2){transform: scaleX(0);}
.m-header .menu-btn.on span:last-child{transform: rotate(-45deg);}
.m-header .menu-btn.on span{top: 19px;}
.m-nav-box{width: 100%;height: 0;background-color: #fff;position: fixed;left: 0;top: 0;z-index: 7;box-sizing: border-box;overflow: hidden;transition: all .4s ease-in-out;}
.m-nav-box.active{height: 100%;}
.m-nav-box .m-nav-item{width: 100%;position: relative;}
.m-nav-box .m-nav-item:first-child{margin-top: 100px;}
.m-nav-box .m-nav-item a{font-size: 24px;display: block;line-height: 80px;border-bottom: 1px solid #ddd;transition: all .6s ease-in-out;overflow: hidden;height: 0px;opacity: 0;}
.m-nav-box.active .m-nav-item a{opacity: 1;height: 80px;}
.m-nav-box .m-nav-item .m-nav-top{width: 50%;position: absolute;height: 80px;right: 0;top: 0;z-index: 1;background: url(../images/ico-open.png) no-repeat right center;background-size: 3.4vw auto;}
.m-nav-box .m-nav-item .m-nav-top.on{background-image: url(../images/ico-close.png);}
.m-nav-box .m-nav-item .m-nav-list{overflow: hidden;width: 100%;padding-bottom: 0px;transition: all .6s ease-in-out;}
.m-nav-box .m-nav-item .m-nav-list a{font-size: 20px;line-height: 60px;padding: 0 10px;box-sizing: border-box;border:none;height: 0;overflow: hidden;transition: all .6s ease-in-out;}
.m-nav-box .m-nav-item .m-nav-list.active{padding-bottom: 30px;}
.m-nav-box .m-nav-item .m-nav-list.active a{height: 60px;}
.m-header.color{background-color: rgba(0,0,0,0);box-shadow: none;}
.m-header.color a{padding: 25px 0;}
.m-header.color a img{display: none;}
.m-header.color a img:last-child{display: block;}
.m-header.on a{padding: 15px 0;}
.m-header.on a img{display: block;}
.m-header.on a img:last-child{display: none;}
.m-header .menu-btn.color span{background-color: #fff;}
.m-header .menu-btn.on span{background-color: #1d2088;}

.news_inner{width: 100%;background:#fff;}
.news_inner img{margin: 0 auto;display: inline-block;}
.news_inner>.cont>.ym_tit{margin-bottom: 30px;text-align:center;font-size: 32px;font-weight: bold;}
.news_inner>.cont>p:nth-child(2){text-align: center;border-bottom: 1px solid #eee;font-size: 16px;padding-bottom: 15px;}
.news_inner>.cont>span{padding: 20px 0;display: block;color: #6f7173;font-size: 18px;margin-top: 30px;}
.news_inner>.cont>span img{max-width: 100% !important;height: auto!important;}
.news_inner>.cont>div{width: 100%;margin-top:30px;line-height:30px;}
.news_inner>.cont>div>em:first-child{float: left;display: block;}
.news_inner>.cont>div>em:last-child{float: right;display: block;}
.news_inner>.cont>div>em>a{color: #333;display: inline-block;}
.news_inner>.cont>div>em>a:hover{color: #1d2088;}
.news_inner>.cont>.video-box{width:100%;height: 100%;}
.news_inner video{width:80%;margin:0 auto;display: block;}
.info-allBox{width: 100%;position: relative;}
.info-allBox .info-all{width: 55%;}
.info-allBox .info-all p{width: 100%;}
.info-allBox .img-box{width: 30%;position: absolute;right: 10%;bottom: 0;}

.r-xf{position: fixed;right: 8px;top: 50%;transform: translateY(-50%);z-index: 99;}
.r-xf a{width: 60px;height: 60px;position: relative;}
.r-xf .ico{width: 60px;height: 60px;background-color: #1e3567;display: flex;justify-content: center;align-items: center;margin: 5px 0;border-radius: 5px;}
.r-xf a .info{width: 200px;height: auto;position: absolute;right: 65px;background-color: #1e3567;top: 50%;transform: translateY(-50%);color: #fff;padding: 20px;box-sizing: border-box;border-radius: 5px;text-align: center;opacity: 0;right: -200px;transition: all .6s;}
.r-xf a:last-child .info{width: 150px;}
.r-xf a .info img{width: 100%;}
.r-xf a:hover .info{opacity: 1;right: 65px;}