/*-----------------[åˆå§‹åŒ–]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
3.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  

*,*:before,*:after {
    margin: 0;
    padding: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: "Arial";
    -webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: "Arial";border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-covers{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}
.wp {margin: 0 auto;width: 1440px;}
.menu{
  height: 79px;
}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.pcban.swiper-container{
  margin-top: -79px;
}
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    padding:0 5.73vw;

}
.header.fixed{
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.logo{
    float: left;
    overflow: hidden;
    line-height:79px;
    width: 200px;
        text-indent: -1000em;
    background: url(../images/logo2.png) no-repeat center;
   /* -webkit-background-size: contain;
    background-size: contain;*/
}
.header.fixed .logo{
  background-image: url(../images/logo.png);
}
.probody .header .logo{
  background-image: url(../images/logo.png);
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.clearfloat::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav{
    float: right;
}
.nav ul{
}
.nav>ul>li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#fff;
    display: block;
    line-height:79px;
    margin: 0 1.1vw;
}
.header.fixed .nav li .v1{
  color:#003263;
}
.probody .header .nav li .v1{
  color:#003263;
}
.nav li:hover .v1{
  opacity:.5;
}
.nav li .v1 i{
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 6px;
  margin-left: 6px;
  background: url(../images/ico1s.png) no-repeat;
}
.header.fixed  .nav li .v1 i{
  background-image: url(../images/ico1.png);
}

.probody .header  .nav li .v1 i{
  background-image: url(../images/ico1.png);
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left:50%;
    width: 200px;
    margin-left: -100px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #003263;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#003263;
}

.m-jqr{
  position: fixed;
  top: 79px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  padding:0 5.73vw;
  border-top: 1px solid #eee;
  display: none;
}
.m-jqr .slider{
   padding: 20px 0;
   overflow: hidden;
  border-bottom: 1px solid #eee;
}
.m-jqr .item{
  width:50%;
  float: left;
  padding-right: 40px;
}
.m-jqr .item .tit{
  font-size: 22px;
  font-weight: bold;
  color:#333;
  margin-bottom: 10px;
}
.m-jqr .item .box{
  overflow: hidden;
}
.m-jqr .item .l{
  width: 240px;
  height: 304px;
  margin-right: 40px;
  overflow: hidden;
  position: relative;
}
.ul-tab{
    height:320px;
    overflow-y:auto;
}
.ul-tab::-webkit-scrollbar-track-piece {width:8px;background-color:#ccc;border-radius:10px;}
.ul-tab::-webkit-scrollbar {width:8px;height:6px}
.ul-tab::-webkit-scrollbar-thumb {height:50px;background-color:#2BA6E1;border-radius:10px;}
.ul-tab li{
  overflow: hidden;
  height: 64px;
}
.ul-tab li:hover{
  background: #f4f4f4;
}
.ul-tab  .pic{
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  background-repeat: no-repeat;
  -webkit-background-size:80% auto;
  background-size:80% auto;
  background-position: center;
}
.ul-tab .txt{
  overflow: hidden;
  padding-top: 10px;
}
.ul-tab .txt .t1{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
}
.ul-tab .txt .t2{
      font-size: 13px;
    line-height: 18px;
    color: #878787;
}

  
.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #1c5bc0;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}


.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:20px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 34px;
height: 34px;background:url(../images/ico19.png) no-repeat center; font-size:0;cursor:pointer;border:none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image: url(../images/ico20.png);}
.banner .swiper-button-prev{
  width:19px;
  height:34px;
  background:url(../images/ico2.png) no-repeat;
  position:absolute;
  left:4.84vw;
  margin-top: -17px;
  top: 46%;
}
.banner .swiper-button-next{
  width:19px;
  height:34px;
  background:url(../images/ico3.png) no-repeat;
  position:absolute;
  right:4.84vw;
  top: 46%;
  margin-top: -17px;
}
.banner .swiper-slide{height:100vh;background-repeat: no-repeat;-webkit-background-size: 0;
background-size: 0;display: block;}

.banner .swiper-slide video{display:block;width:100%;height:100%;object-fit:cover;-webkit-background-size: cover;
background-size: cover;}
.banner .txt{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: url(../images/indextopoverlay.png) no-repeat;*/
  /*-webkit-background-size: cover;*/
  /*background-size: cover;*/
  color:#fff;
}

.banner .txt.txt1{
    background:-webkit-gradient(linear, left top, right top, color-stop(20%, rgba(2, 28, 54, 0.85)), to(transparent));
    background:-webkit-linear-gradient(left, rgba(2, 28, 54, 0.85) 20%, transparent 100%);
    background:-moz-linear-gradient(left, rgba(2, 28, 54, 0.85) 20%, transparent 100%);
    background:linear-gradient(to right, rgba(2, 28, 54, 0.85) 20%, transparent 100%);
}

.banner .txt .info{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner .txt .t1{
  font-size: 2.34vw;
  line-height: 2.34vw;
  margin-bottom: 2.3vw;
}
.banner .txt .ys{
  overflow: hidden;
  margin-bottom: 2.03vw;
}
.banner .txt .ys img{
    display: block;
}
.banner .txt .ys .item{
  float: left;
  text-align: center;
  font-size: 16px;
  margin-right: 1.82vw;
}
.banner .txt .ys .ico{
  width: 6.15vw;
  height: 6.15vw;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner .txt .ys .ico.i1{
  background-image: url(../images/ico4.png);
}
.banner .txt .ys .ico.i2{
  background-image: url(../images/ico5.png);
}
.banner .txt .ys .ico.i3{
  background-image: url(../images/ico6.png);
}
.banner .txt .ys .ico.i4{
  background-image: url(../images/ico7.png);
}
.banner .txt .ys .ico.i5{
  background-image: url(../images/ban2-1.png);
}
.banner .txt .ys .ico.i6{
  background-image: url(../images/ban2-2.png);
}
.banner .txt .ys .ico.i7{
  background-image: url(../images/ban2-3.png);
}
.banner .txt .ys .ico.i8{
  background-image: url(../images/ban2-4.png);
}
.banner .txt .ys .ico.i-8{
  background-image: url(../images/ban2-5.png);
}
.banner .txt .ys .ico.i9{
  background-image: url(../images/banico-s1.png);
}
.banner .txt .ys .ico.i10{
  background-image: url(../images/banico-s2.png);
}
.banner .txt .ys .ico.i11{
  background-image: url(../images/banico-s3.png);
}
.banner .txt  a{
  display: block;
  width: 176px;
  line-height: 45px;
  height: 45px;
  background: #2BA6E1;
  border-radius: 23px;
  font-size: 14px;
  text-align: center;
  color:#fff;
  transition:all .3s;
}

.phoneban{
  display: none;
  width: 0;
}
.g-tit1{
  overflow: hidden;
  text-align: center;
  margin-bottom: 1.77vw;
}
.g-tit1 .tit{
  font-size:2.5vw;
  color:#343434;
  font-weight: bold;
  margin-bottom: 5px;
}
.g-tit1 .desc{
  font-size: 16px;
  color:rgba(52, 52, 52, .8);
}

.row1{
  padding:  2.76vw 0;
  overflow: hidden;
}
.ul-hotpro  .more{
  position: absolute;
  top: 200%; 
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 30, 158, .7);
  transition:all .3s;
}
.ul-hotpro .sp{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#fff;
}
.ul-hotpro .sp .name{
  font-size: 1.56vw;

  margin-bottom: 3vw;
}
.ul-hotpro .sp  .btn{
  width: 140px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  margin:0 auto;
  color:#333;
  border-radius: 30px;
  background-color: #fff;
}
.ul-hotpro .swiper-slide:hover .tit{
  display: none;
}
.ul-hotpro .swiper-slide:hover .more{
  top: 0;
}
.ul-hotpro{
  overflow: hidden;
  margin:0 -8px;
}
 

.ul-hotpro .swiper-button-prev{
  width:19px;
  height:34px;
  background:url(../images/ico2.png) no-repeat;
  position:absolute;
  left:4%;
  margin-top: -17px;
  
}
.ul-hotpro .swiper-button-next{
  width:19px;
  height:34px;
  background:url(../images/ico3.png) no-repeat;
  position:absolute;
  right:4%;
  
  margin-top: -17px;
}
.ul-hotpro.w25 li{
  width: 25%;
}
.ul-hotpro.good.w25 .tit{
  top: 30px;
  font-size: 22px;
}
.ul-hotpro li{
  width: 33.33%;
  float: left;
  margin-bottom: 16px;
}
.ul-hotpro .con{
  margin:0 8px;
}
.ul-hotpro .swiper-slide .pic {
  padding-top: 85%;
}
.ul-hotpro  .pic{
  position: relative;
  padding-top: 112%;
  height: 0;
  overflow: hidden;
  background: #dee0ec;
}
.ul-hotpro .tit{
  position: absolute;
  text-align: center;
  font-size: 36px;
  color:#003263;
  top: 5.52vw;
  left: 0;
  right: 0;
}
.ul-hotpro .swiper-slide .tit{
  top: 3vw;
}
.ul-hotpro img{
  position: absolute;
  bottom:10%;
  left: 0;
  right: 0;
  display: block;
  max-width: 70%;
  height: auto;
  margin:0 auto;
}









.row2{
  overflow: hidden;
  position: relative;
}
.row2 .title{
  position: absolute;
  left:10.94vw;
  top: 4.79vw;
  z-index: 2;
  color:#fff;
}
.row2 .title .t1{
  font-size: 2.34vw;
  margin-bottom: 2px;
}
.row2 .title .t2{
  font-size: 1.56vw;
}
.ul-tab1{
  position: absolute;
  bottom: 3.18vw;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ul-tab1 li{
  float: left;
  width: 20%;
  color:#fff;
  overflow: hidden;
  padding: 2.5vw 0 2.5vw 5.21vw;
  cursor: pointer;
}
.ul-tab1 li.on{
  background: rgba(255, 255, 255, 0.26);
}
.ul-tab1 .num{
  float: left;
  font-size: 20px;
  font-family: Arial;
  margin-right: 24px;
}
.ul-tab1 li.on .num{
  color:#2BA6E1;
}
.ul-tab1 .info{
  overflow: hidden;
}
.ul-tab1 .info .cn{
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.ul-tab1 .info .en{
  font-size: 16px;
}
.gatb .con{
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 46.41vw;
}
.gatb .con .txt{
  position: absolute;
  top: 5.16vw;
  right: 10.47vw;
  color:#fff;
  width: 544px;
}
.gatb .con .txt .desc{
  font-size: 16px;
  line-height: 1.81;
  margin-bottom: 1.56vw;
}
.gatb .con .txt  a{
  display: block;
  width: 187px;
  line-height: 54px;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 16px;
  color:#fff;
  transition:all .3s;
} 
.gatb .con .txt  a:hover{
  background: #003263;
  border-color: #003263;
  color:#fff;
}
.row3{
  overflow: hidden;
  padding:5.1vw 0 6.88vw;
}
.m-about{
  margin-bottom: 6.25vw;
  overflow: hidden;
}
.m-about .txt{
  float: left;
  width: 784px;
  margin-right: 10.31vw;
}
.m-about .txt .ico{
  width: 40px;
  height: 29px;
  margin-bottom: 16px;
  background: url(../images/ico8.png) no-repeat;
}
.m-about .txt .t1{
  font-size: 24px;
  font-weight: bold;
  color:#8C94A3;
}
.m-about .txt .t2{
  font-size: 2.34vw;
  color:#003263;
  margin-bottom: 1.51vw;
}
.m-about .txt .lin{
  width: 50px;
  height: 3px;
  background: #2BA6E1;
  margin-bottom: 1.98vw;
}
.m-about .txt .desc{
  font-size: 16px;
  color:#003263;
  line-height: 1.75;
}

.m-about .info{
  overflow: hidden;
  padding-top: 71px;
}
.m-about .info img{
  display: block;
  margin-bottom: 52px;
  max-width: 100%;
  height: auto;
}
.ul-num{
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.ul-num li{
  text-align: center;
}
.ul-num li .num{
  font-size: 16px;
  line-height: 48px;
  color:#646464;
}
.ul-num li .num span{
  font-family: Arial;
  font-weight: bold;
  font-size: 48px;
  margin-right: 7px;
  color:#2BA6E1;
}
.ul-num li .desc{
  font-size: 14px;
  color:#646464;
  line-height: 1.4;
}
.ul-ss{

  display: flex;
  justify-content: space-between;
}
.ul-ss li{
  font-size: 16px;
  color:#406092;
  text-align: center;
  transition:all .3s;
}
.ul-ss li:hover{
  margin-top: -10px;
}
.ul-ss .ico{
  width: 131px;
  height: 131px;
  margin:0 auto 11px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.ul-ss  li:nth-child(1) .ico{
  background-image: url(../images/ico9.png);
}
.ul-ss  li:nth-child(2) .ico{
  background-image: url(../images/ico10.png);
}
.ul-ss  li:nth-child(3) .ico{
  background-image: url(../images/ico11.png);
}
.ul-ss  li:nth-child(4) .ico{
  background-image: url(../images/ico12.png);
}
.ul-ss  li:nth-child(5) .ico{
  background-image: url(../images/ico13.png);
}
.ul-ss  li:nth-child(6) .ico{
  background-image: url(../images/ico14.png);
}
.ul-ss  li:nth-child(7) .ico{
  background-image: url(../images/ico15.png);
}
.ul-ss  li:nth-child(8) .ico{
  background-image: url(../images/ico16.png);
}
.row4{
  overflow: hidden;
  padding:3.65vw 0 ;
  background: url(../images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-tit{
  font-size: 2.34vw;
  text-align: center;
  color:#003263;
  margin-bottom: 2.34vw;
}
.swiper-1 .swiper-slide{
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  line-height: 121px;
  height: 121px;
}
.swiper-1 .swiper-slide img{
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  max-height: 80%;
}
.row5{
  overflow: hidden;
  padding:3.75vw 0 4.01vw;
}
.swiper-2.swiper-container{
  margin-bottom: 3.23vw;
}
.swiper-2 .time{
  font-size: 1.88vw;
  color:#2BA6E1;
  font-family: Arial;
  margin-bottom:1.09vw;
}
.swiper-2 .tit{
  font-size: 24px;
  color:#003263;
  line-height: 1.5;
  margin-bottom: 2.29vw;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
  height: 3em;
}
.swiper-2 .more{
  font-size: 14px;
  color:#003263;
  padding-left: 41px;
  line-height: 32px;
  background: url(../images/ico17.png) no-repeat left center;
}
.row5 .morelink a{
  display: block;
  margin:0 auto;
  width: 171px;
  line-height: 47px;
  text-align: center;
  border-radius: 30px;
  background-color: #2BA6E1;
  color:#fff;
}
.row5 .morelink a:hover{
  opacity:.5;
}
.footer{
  overflow: hidden;
  background: url(../images/bg5.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.snav{
  overflow: hidden;
  display: flex;
    justify-content: space-between;
  padding:4.22vw 0 3.13vw;
}
.snav dl{
  display: block;
}
.snav dl:last-child{position:relative}
.snav dt{
  font-size: 18px;
  color:#fff;
  margin-bottom: 37px;
}
.snav .link a{
  display: block;
  font-size: 14px;
  color:#B1B0AF;
  line-height: 2.29;
}
.snav .link a:hover{
  color:#fff;
}
.snav .desc{
  font-size: 14px;
  color:#ECECEC;
  line-height: 2.29;
  margin-bottom: 15px;
  position:relative;
}
.snav .desc .xiazai{
    position: absolute;
    right: 0;
    top: -60px;
    width: 170px;
}
.snav .desc .xiazai img{
    display: block;
    width: 100%;
    height: auto;
}
.snav .desc .xiazai p{text-align:center;}
.erweima{
  overflow: hidden;
}
.erweima .item{
  float: left;
  margin-left: 34px;
  color:#AAAAAA;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}
.erweima .item:first-child{margin-left:0;}
.links{
  padding:30px 0;
  overflow: hidden;
}
.links a,
.links span{
  font-size: 14px;
  color:#888888;
  display: inline-block;
  margin-right: 15px;
}
.copy{
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.copy a,
.copy,
.copy span{
  font-size: 14px;
  color:#888888;
}
.copy a:last-child{
  float: right;
}
.swiper-container.banner.phone{display: none;}
@media only screen and (max-width: 1700px) {
  .banner .txt .ys .item{font-size: 14px;}
  .banner .swiper-button-prev{left: 30px;}
  .banner .swiper-button-next{right:30px;}
  .ul-hotpro .tit{font-size: 32px;}
  .gatb .con .txt a{width: 140px;height: 40px;line-height: 38px;font-size: 14px;}
  .ul-tab1 li{padding-left: 3.2vw;}
  .gatb .con .txt .desc{font-size: 14px;}
}
@media only screen and (max-width: 1600px) {
  .wp{width: 1300px;}
  .banner .txt .info{padding-left: 50px;}
  .ul-hotpro .tit{font-size: 28px;}
  .row2 .title{left: 50px;}
  .gatb .con .txt{right: 50px;}
}
@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .nav .seach{margin-right: 0;}
  .nav li .v1{margin:0 1.5vw;}
  .ul-hotpro .tit{font-size: 26px;}
  .m-about .txt{width: 700px;margin-right: 50px;}
  .m-about .txt .desc{font-size: 14px;}
  .ul-ss .ico{width: 80px;height: 80px;}
  .ul-num li .num span{font-size: 30px;}
  .swiper-2 .tit{font-size: 20px;}
  .ul-tab .txt .t1{font-size: 10px;}
  .m-jqr .item .tit{font-size: 20px;}
 .ul-hotpro img{bottom: 5%;}
}
@media only screen and (max-width: 1230px) {
  .wp{width: 994px;}
  .menu{height: 60px;}
  body{padding: 0 0 53px;}
  .banner .txt .ys .item{font-size: 12px;}
  .banner .txt .ys .ico{width: 40px;height: 40px;}
  .banner .swiper-slide video{display: none;width: 0;height: 0;z-index: -555;}
  .banner .swiper-slide{-webkit-background-size: cover;
  background-size: cover;}
  .banner.phoneban .swiper-slide{height: 74vw;}
  .banner .txt{-webkit-background-size: 0;
  background-size: 0;}
  .ul-hotpro .tit{font-size: 24px;}
  .ul-tab1 .num{display: none;}
  .ul-tab1 li{padding: 20px 0;text-align: center;}
  .ul-tab1{bottom: 0;}
  .ul-tab1 .info .cn{font-size: 22px;margin-bottom: 0;}
  .gatb .con .txt{width: 400px;}
  .m-about .txt{width: 600px;}
  .g-tit{font-size: 26px;margin-bottom: 16px;}
  .swiper-1 .swiper-slide{line-height: 80px;height: 80px;}
  .banner.pcban{display: none;width: 0;}
  .phoneban{width: 100%;display: block;}
  .ul-hotpro.good.w25 .tit{font-size: 18px;}
   .banner .swiper-slide{height: 49vw;}
   

}
@media only screen and (max-width: 1023px) {
  .wp{width: 740px;}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{display: none;width: 0;height: 0;}
.banner .txt{padding-top: 0;}
.banner .txt .info{top: 50%;transform: translateY(-50%);position: absolute;padding-left: 0;text-align: center;left: 50px;right: 50px;}
.banner .txt a{width: 120px;height:30px;line-height: 30px;font-size: 12px;margin:0 auto;}
.banner .txt .t1{font-size: 16px;margin-bottom: 10px;line-height: 18px;}
.banner .txt .ys .item{display: inline-block;float: none;margin:0 5px;}
.banner .txt .ys .ico{margin-bottom: 4px;}
.swiper-container.banner.pc{display: none;}
.swiper-container.banner.phone{display: block;}
.ul-hotpro .tit{font-size: 22px;}
.row2 .title{position: static;text-align: center;}
.row2 .title .t1{font-size: 24px;color:#003263;}
.row2 .title .t2{font-size: 16px;color:#999;margin-bottom: 20px;}
.ul-tab1 .info .en{display: none;}
.gatb .con .txt{position: static;width: auto;padding:30px;}
.ul-tab1 .info .cn{font-size: 18px;}
.ul-tab1 li{padding: 15px 0;}
.row2{padding-top: 10px;}
.m-about .txt{width: auto;float: none;margin-right: 0;margin-bottom: 10px;}
.m-about .info .img{display: none;}
.m-about .info{padding-top: 0;}
.ul-ss li{font-size: 14px;}
.ul-num li .num{line-height: 40px;}
.m-about .txt .ico{margin-bottom: 4px;}
.m-about .txt .t1{font-size: 18px;}
.ul-ss .ico{width: 60px;height: 60px;}
.swiper-2 .tit{font-size: 18px;}
.swiper-2 .time{font-size: 12px;}
.snav{display: block;}
.snav dt{margin-bottom: 0px;}
.snav dl{margin-bottom: 4px;}
.snav .link {overflow: hidden;}
.snav .link a{float: left;margin-right: 15px;}
.links{padding: 20px 0;}
 .swiper-2 .more{display: none;}
 .copy a:last-child{float: none;}
 .ul-ab3 .tit{font-size: 22px;}
   .ul-hotpro.w25 li{width: 50%;}
   .ul-hotpro.good.w25 img{max-width: 60%;bottom: 20px;}
   
.snav .desc .xiazai{
    position: relative;
    top: 0;
    margin-top: 10px;
}
}

@media only screen and (max-width: 767px) {
  .wp{width: auto;padding: 0 15px;}
  .ul-hotpro .tit{font-size:20px;}
  .row1{padding: 0px 0 20px;}
  .ul-hotpro .swiper-slide .tit{top: 15px;}
  .ul-hotpro li{float: none;width: auto;margin-bottom: 15px;}
  .ul-hotpro .pic{padding-top: 75%;}
  .ul-hotpro img{max-width: 50%;}
  .ul-hotpro .swiper-slide img{max-width: 80%;}
  .row2{padding-top: 0px;}
  .row2 .title .t1{font-size: 22px;}
  .row2 .title .t2{font-size: 14px;}
  .ul-tab1{position: static;background: #003263;}
  .ul-tab1 .info .cn{font-size: 16px;}
  .ul-tab1 li{padding: 7px 0;}
  .row2 .title .t2{margin-bottom: 14px;}
  .gatb .con .txt{padding: 15px;}
  .gatb .con .txt a{width: 100px;height: 34px;line-height: 32px;font-size: 12px;}
  .ul-ss{display: block;}
  .ul-ss li{width:25%;float: left;margin-bottom: 10px;font-size: 12px;}
  .ul-ss .ico{margin-bottom: 8px;}
  .ul-ss li .tit{line-height: 1.5;height: 3em;padding: 0 15px;} 
  .ul-num li .desc{font-size: 13px;}
  .gatb .con{min-height: 180px;}
  .m-about .txt .t2{font-size: 20px;}
  .g-tit{font-size: 22px;margin-bottom: 14px;}
  .row4{padding: 20px 0;-webkit-background-size: cover;
  background-size: cover;}
  .swiper-1 .swiper-slide{line-height: 50px;height: 50px;}
  .row5 .morelink a{width: 140px;height: 38px;line-height: 38px;font-size: 14px;}
  .row5{padding: 20px 0;}
  .snav dt{font-size: 16px;margin-bottom: 0px;}
  .snav dl{margin-bottom: 10px;display: none;}
  .snav dl:last-child{display: block;}
  .erweima .item{width: 50%;margin:0 0 6px;}
  .copy{padding-bottom: 6px;}
  .ul-hotpro.w25 li{width: auto;}
  .gatb .con .txt .desc{display: none;}
  .gatb .con .txt a{position: absolute;bottom: 15px;
    left: 15px;}
} 

.wp2{
  width: 1240px;
  margin:0 auto;
}
.ban{
  position: relative;
  margin-top: -79px;
}
.ban img{
  display: block;
  max-width: 100%;
  height: auto;
}
.ban .txt{
  color:#fff;
  position: absolute;
  top: 31.7%;
  left: 0;
  text-align: center;
  right: 0;
}
.ban .txt .tit{
  font-size: 2.86vw;
  font-weight: bold;
  margin-bottom: 15px;
}
.ban .txt .desc{
  font-size: 21px;
}
.banlist{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid #7f8ea2;
}
.banlist a{
  display: inline-block;
  font-size: 16px;
  color:#fff;
  line-height: 77px;
  margin:0 30px;
}
.banlist a:hover{
  opacity:.5;
}
.row-ab1{
  overflow: hidden;
  padding: 4.05vw 0 5.97vw;
}
.row-ab1 .g-info{
  margin-bottom: 3.96vw;
}
.g-info{
  font-size: 16px;
  color:#003263;
  line-height: 1.75;
}
.g-info p{
  text-indent: 2em;
}
.ul-ab1{
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.ul-ab1 li{
  overflow: hidden;
  cursor: pointer;
}
.ul-ab1 .ico{
  float: left;
  width: 152px;
  height: 152px;
  text-align: center;
  line-height: 152px;
  background: url(../images/ico22.png) no-repeat;
  transition: all .3s;
}
.ul-ab1 li:hover .ico{
  background-image: url(../images/ico21.png);
}
.ul-ab1 .ico img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.ul-ab1 .txt{
  overflow: hidden;
  padding-top: 40px;
}
.ul-ab1 .txt .t1{
  font-size: 24px;
  color:#003263;
  margin-bottom: 6px;
}
.ul-ab1 .txt .t2{
  font-size: 16px;
  color:#003263;
}
.row-ab2{
  overflow: hidden;
  padding:9.27vw 0 14.3vw;
  background: url(../images/bg3.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row-ab2 .ico{
  margin:0 auto 36px;
  width: 90px;
  display: block;
  height: 90px;
  background: url(../images/ico18.png) no-repeat;
  cursor: pointer;

}
.row-ab2  .g-tit{
  margin-bottom: 18px;
}
.row-ab2 .desc{
  text-align: center;
  color:#fff;
  font-size: 24px;
}
.row-ab3{
  overflow: hidden;
  padding:4.9vw 0;
}
.row-ab3 .g-info{
  margin-bottom: 3.96vw;
}
.ul-num2{
  overflow: hidden;
}
.ul-num2 li{
  float: left;
  width: 33.33%;
  text-align: center;
}
.ul-num2 li .num{
  margin-bottom: 6px;
}
.ul-num2 li em{
  font-size: 3.39vw;
  color:#2BA6E1;
  font-family: Arial;
  font-weight: bold;
  position: relative;
  top: -1.56vw;
}
.ul-num2 li .num span{
   font-size: 4.53vw;
  color:#2BA6E1;
  font-family: Arial;
  font-weight: bold;
}
.ul-num2 li .desc{
  font-size: 16px;
  color:#003263;
  line-height: 1.75;
}
.row-ab4{
  overflow: hidden;
  padding-top: 2.4vw;
}
.m-ystd{
  position: relative;
  overflow: hidden;
}
.m-ystd img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ul-ab3{
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.ul-ab3 li{
  float: left;
  width: 33.333%;
  padding:15.52vw 6.77vw 0;
  height: 41.15vw;
  color:#fff;
  border-right: 1px solid #666666;
}
.ul-ab3 .tit{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 2.81vw;
}
.ul-ab3 .desc{
  font-size: 18px;
  line-height: 2;
}
.row-ab5{
  overflow: hidden;
  padding:5.1vw 0;
}
.ul-hotpro.good{
  margin-bottom: 6.25vw;
}
.ul-hotpro.good .tit{
  font-size: 1.46vw;
  top: 4.64vw;
}

@media only screen and (max-width: 1500px) {
  .ul-ab3 li{padding-top: 13vw;}
  .g-info{font-size: 15px;}
  .ul-ab3 .desc{font-size: 16px;}
}
@media only screen and (max-width: 1430px) {
  .row-ab2 .desc{font-size: 20px;}
  .ul-ab3 .tit{font-size: 26px;}
  .wp2{width: 1200px;}
}
@media only screen and (max-width: 1230px) {
  .wp2{width: 994px;}
  .ul-num2 li .num{height: 60px;}
  .row-ab3{padding: 20px 0;}
  .ul-ab3 .tit{font-size: 24px;}
  .ul-ab3 li{padding-top: 10vw;}
  .ul-ab3 .desc{font-size: 15px;}
  .banlist a{line-height: 46px;font-size: 14px;}
  .ban .txt .desc{font-size: 14px;}
  .ban .txt .tit{font-size: 22px;margin-bottom: 0;}
  .ban{margin-top: 0;}
  .ul-hotpro.good .tit{font-size: 18px;}
}
@media only screen and (max-width: 1023px) {
   .wp2{width: 740px;}
   .ul-ab1{display: block;}
   .ul-ab3 li{padding: 30px;}
   .ul-ab1 .con{overflow: hidden;}
   .ul-ab1 .ico{width: 100px;height: 100px;-webkit-background-size: cover;
   background-size: cover;line-height: 100px;}
  .ul-ab1 .ico img{max-width: 30px;max-height: 30px;}
  .ul-ab1 .txt{padding-top: 25px;}
  .ul-ab1 .txt .t1{font-size: 18px;margin-bottom: 0;}
  .row-ab1 .g-info br{display: none;}
    .ul-ab3 .tit{font-size: 20px;}
}
@media only screen and (max-width: 767px) {
  .wp2{width: auto;padding: 0 15px;}
  .g-info{font-size: 14px;}
  .row-ab2 .desc{font-size: 16px;}
  .g-info br{display: none;}
  .ul-num2 li .num span{font-size: 32px;}
  .ul-num2 li em{font-size: 18px;}
  .ul-num2 li .num{height: 40px;}
  .ul-num2 li{width: auto;float: none;}
  .ul-num2 li .desc{font-size: 14px;}
  .row-ab2 .ico{width: 60px;height: 60px;margin:0 auto 10px;-webkit-background-size: cover;
  background-size: cover;}
  .row-ab2 .g-tit{margin-bottom: 14px;}
  .ul-ab3 li{width: auto;float: none;}
    .ul-ab3 .tit{font-size: 18px;margin-bottom: 0;}
    .ul-ab3 li{padding: 15px 15px 0;height: auto;}
    .ul-ab3{padding-bottom: 15px;}
     .banlist{position: static;padding: 10px 0; background: #014198;border-top: none;}
  .banlist a{margin: 0 5px;line-height: 2;}
  .ban .txt{top: 50%;    transform: translateY(-50%);}

}
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
  .menu{height: 60px;}
.header .nav{display: none;}
.header {background-color: #fff;}
.logo{line-height: 60px;height: 60px;float: left;background-image: url(../images/logo.png);}
.logo img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
  body{padding: 0 0 53px;}

.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff ;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
  
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
      padding: 10px 0;
      background-color: #014198 ;
      display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}

    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}
}