/*-----------------[初始化]--------------*/
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; } 
.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: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;height:auto;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;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;}
a:hover {color: #ff4b59;}
/*布局*/

.wp {margin: 0 auto;width: 1580px;}
.img-cover{
    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%;
    object-fit: contain;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*******************************
    -------[=头部]-------
********************************/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 71px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header.fixed{
  background: #00448D;
}
.logo{
    float: left;
    height:102px;
    width: 339px;
    background: url(../images/logo.png) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    text-indent: -10000em;
}
.nav{
    float: right;
}
.nav::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav li{
  float: left;
  position: relative;
}
.nav li:last-child{
    border:none;
}
.nav .v1{
    display: block;
    line-height: 102px;
    text-align: center;
    color:#fff;
    font-size: 18px;
    margin: 0 1.35vw;
}
.nav li.on .v1,
.nav li:hover .v1{
    opacity: .45;
}
.nav span{
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  background: url(../images/ico1.png) no-repeat;
}
.nav li .sub{
  display: none;
  position: absolute;
  top: 100%;
  left: 1.35vw;
  width: 150px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 9;
  background-color: #00448D;
}
.nav li .sub>a{
  display: block;
  font-size: 14px;
  line-height: 46px;
  color:#fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 15px;
}
.nav li .sub>a:hover{
  background: #fff;
  color:#00448D;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    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: #fff;
    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 a{
    display: block;
    padding-top: 49%;
    overflow: hidden;
    position: relative;
    height: 0;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:1.09vw;
  }

.banner .swiper-pagination-bullet{width:16px;height:16px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#f58c00;}

.g-tit{
  overflow: hidden;
  text-align: center;
  margin-bottom: 1.85vw;
}
.g-tit .tit{
  font-size: 2.5vw;
  color:#333;
  font-weight: bold;
  margin-bottom: 7px;
}
.g-tit .desc{
  font-size: 16px;
  color:#545454;
}
.row1{
  overflow: hidden;
  background: #ededed;
  padding: 2.77vw 0 5.6vw;
}
.pcatlinks{
  overflow: hidden;
  background-color: #fff;
  line-height: 75px;
  padding: 0 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.pcatlinks a{
  display: block;
  color:#545454;
  font-weight: bold;
  font-size: 16px;
  padding: 0 26px;
  text-align: center;
  position: relative;
}
.pcatlinks a:last-child{
  padding-right: 0;
  color:#093B90;
}
.pcatlinks a:last-child::after{
  display: none;
}
.pcatlinks a::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 32px;
  width: 1px;
  height: 14px;
  border-left: 1px dashed #545454;
}
.swiperpro .swiper-slide{
  background: #fff;
  padding: 10px;
}
.swiperpro .pic{
  padding-top: 80.3%;
  overflow: hidden;
  height: 0;
  position: relative;
}
.swiperpro .tit{
  text-align: center;
  font-size: 16px;
  color:#525252;
  height: 61px;
  padding-top: 19px;
}
.row2{
  overflow: hidden;
  padding-top: 3.91vw;
  background: url(../images/bg1.webp) no-repeat top;
}
.m-dz{
  overflow: hidden;
  background: #f5f5f5;
}
.m-dz .txt{
  float: left;
  width: 486px;
  height: 479px;
  background: #00448d; 
  padding: 18px 25px;
  color:#fff;
}
.m-dz .txt .box{
  height: 100%;
  padding: 68px 50px 0;
  border:1px solid rgba(255, 255, 255, 0.2);
}
.m-dz .txt .ico{
  width: 324px;
  height: 55px;
  margin-bottom: 44px;
  background: url(../images/ico2.png) no-repeat;
}
.m-dz .txt .t1{
  font-size: 16px;
  color:rgba(255, 255, 255, 0.71);
  margin-bottom: 10px;
}
.m-dz .txt .t2{
  font-size: 36px;
  font-weight: bold;
  font-style:italic;
  line-height: 1.3;
  margin-bottom: 23px;
}
.m-dz .txt .t3{
  color:rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.88;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
}
.formbd{
   padding: 60px 66px 58px;
   overflow: hidden;
}
.formbd .en{
  text-align: center;
  color:#333;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.formbd .cn{
  text-align: center;
  font-size: 22px;
  color:#00448D;
  margin-bottom: 44px;
}
.formbd input{
  height: 60px;
  border-radius: 30px;
  background-color: #fff;
  padding: 0 60px;
  margin-bottom: 30px;
}
.formbd .inp1{
  width: 48%;
  float: left;
  margin-right: 4%;
  background-image: url(../images/ico3.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
}
.formbd .inp2{
  width: 48%;
  overflow: hidden;
  background-image: url(../images/ico4.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
}
.formbd .inp3{
  width: 100%;
  background-image: url(../images/ico5.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
}
.formbd .btn{
  width: 260px;
  line-height: 60px;
  background: #00448D;
  color:#fff;
  margin:0 auto;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

.row3{
  overflow: hidden;
  padding-top: 4.2vw;
}
cursor: pointer;
}
.ul-tabn{
  overflow: hidden;
  margin: 0 -5px;
}
.ul-tabn li{
  width: 33.33%;
  float: left;
}
.ul-tabn .con{
  background: #ededed;
  margin:0 5px;
  font-size: 22px;
  font-weight: bold;
  color:#333333;
  line-height: 67px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(206,206,206,0.82);
  border-bottom: none;
}
.ul-tabn  i{
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
.ul-tabn  i.i3{
  background-image: url(../images/n-4.png);
}
.ul-tabn  i.i2{
  background-image: url(../images/n-2.png);
}
.ul-tabn  i.i1{
  background-image: url(../images/ico18.png);
}
.ul-tabn li.on .con{
  background: #00448D;
  color:#fff;
}
.ul-tabn li.on .i3{
  background-image: url(../images/n-1.png);
}
.ul-tabn li.on .i2{
  background-image: url(../images/n-5.png);
}
.ul-tabn li.on .i1{
  background-image: url(../images/ico6.png);
}
.gtabn{
  overflow: hidden;
  position: relative;
}
.gtabn img{
  display: block;
  width: 100%;
  height: auto;
}
.gtabn .w9{
  position: absolute;
  top: 5vw;
  width: 914px;
}
.gtabn .txt{
  height: 490px;
  background: #fff;
  padding: 3.65vw 4.06vw;
  position: relative;
}
.gtabn .txt a{
  display: block;
}
.gtabn .txt.t3{
  padding: 1.56vw 4.06vw;
}
.gtabn .txt .num{
  font-size: 6.25vw;
  color:#00448D;
  font-family: Impact;
  line-height:1.1;;
  position: absolute;
  right: 5.36vw;
  top: 3.8vw;
}
.gtabn .txt .en{
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color:#00448D;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.gtabn .txt .en i{
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 6px;
  margin-left: 19px;
  background: url(../images/pic2.jpg) no-repeat;
}
.gtabn .txt .desc{
  font-size: 16px;
  color:#545454;
  max-width: 530px;
  line-height: 1.88;
}
.gtabn .txt .tit{
  font-size: 2.5vw;
  color:#00448D;
  line-height: 1.1;
  margin-bottom: 1.3vw;
}

.swiper-n .swiper-button-next{
  width: 50px;
  height: 50px;
  background: url(../images/ico17.png) no-repeat;
  position: absolute;
  right: 81px;
  bottom: 55px;
  top:auto;
  margin-top: 0;
}
.swiper-n .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: url(../images/ico16.png) no-repeat;
  position: absolute;
  right: 153px;
  bottom: 55px;
  left:auto;
  top:auto;
  margin-top: 0;
}
.swiper-mendian .img{
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  height: 0;
}
.swiper-mendian .tit{
  background: #eee;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color:#333;
}
.row-median{
  overflow: hidden;
  padding: 3vw 0 0;
}



.row4{
  overflow: hidden;
  padding: 3.65vw 0 1.93vw;
  background: url(../images/bg3.webp) no-repeat;
}
.row4 .morebtn{
    display: block;
  width: 180px;
  line-height: 40px;
  background: #00448D;
  color:#fff;
  margin:10px auto 0;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
}
.row4 .box{
  width: 1060px;
  height: 505px;
  margin:0 auto;
  overflow: hidden;
}
.row4 .box iframe{
  display: block;
  width: 100%;
  height: 100%;
}
.row4 .yinying{
  height: 42px;
  margin-top: 12px;
  background: url(../images/ico20.png) no-repeat center;
}
.m-nums{
  overflow: hidden;
}
.ul-nums{
  padding: 60px 0 65px;
  overflow: hidden;
}
.ul-nums li{
  width: 20%;
  float: left;
  text-align: center;
}
.ul-nums .num{
  font-size: 18px;
  color:#333333;
}
.ul-nums .num span{
  font-size: 72px;
  color:#333333;
  line-height: 1.01;
  margin-right: 5px;
}
.ul-nums .info{
  font-size: 16px;
  color:#656565;
}
.row5{
  overflow: hidden;
}
.row5 .l{
  width: 32.81vw;
  height: 782px;
  position: relative;
  overflow: hidden;
}
.row5 .l img{
  display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.row5 .r{
  overflow: hidden;
  float: none;
  height: 782px;
  background: url(../images/pic5.webp) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 169px 0 115px;
}
.swiperys .swiper-slide .box{ 
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 52px 54px 81px 53px;
}
.swiperys  .pic{
  float: right;
  width: 22.14vw;
  height: 14.38vw;
  position: relative;
  overflow: hidden;
}
.swiperys .txt{
  overflow: hidden;
  padding-right: 56px;
  padding-top: 3px;
}
.swiperys .txt .tit{
  font-size: 2.5vw;
  color:#1D1D1D;
  font-weight: bold;
  margin-bottom: 0.52vw;
}
.swiperys .txt .desc{
  font-weight: bold;
  color:#134881;
  font-size: 1.46vw;
  margin-bottom: 1.15vw;
}
.swiperys .txt .info{
  font-size: 16px;
  color:#696969;
  line-height: 1.88;
}
.swiperys .ico{
  width: 21px;
  height: 15px;
  background: url(../images/ico19.png) no-repeat;
  margin:0 auto;
}
.swiperys .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:34px;
  }
.swiperys .swiper-pagination-bullet{width:15px;height:15px;background:#165395;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
.swiperys .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#dd871e;}

.row6{
  overflow: hidden;
  padding: 7.81vw 0 6.09vw;
}
.row6 .pic{
  float: left;
  margin-right: 25px;
  overflow: hidden;
  width: 41.51vw;
}
.row6 .pic img{
  display: block;
  max-width: 100%;
  height: auto;
}
.row6 .txt{
  overflow: hidden;
}
.row6 .txt .g-tit{
  text-align: left;
  margin-bottom: 1vw;
}
.row6 .txt .info{
  font-size: 16px;
  color:#747373;
  line-height: 1.75;
  margin-bottom: 2vw;
}
.swiperhb .lg{
  overflow: hidden;
  height: 114px;
  line-height: 112px;
  text-align: center;
  border:1px solid #ebebeb;
}
.swiperhb .lg img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.row7{
  overflow: hidden;
  background: #00448d;
  padding: 4.84vw 0 4.95vw;
}
.swipercase{
  position: relative;
}
.swipercase .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 74.9%;
}
.swipercase .tit{
  background: #fff;
  text-align: center;
  font-size: 16px;
  color:#333333;
  line-height: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swipercase .swiper-button-prev{
  width: 54px;
  height: 54px;
  background: url(../images/ico9.png) no-repeat;
  position: absolute;
  left:-80px;
  margin-top: -27px;
}
.swipercase .swiper-button-next{
  width: 54px;
  height: 54px;
  background: url(../images/ico10.png) no-repeat;
  position: absolute;
  right:-80px;
  margin-top: -27px;
}
.row8{
  overflow: hidden;
  padding: 4.2vw 0 2vw;
}
.row8 .g-tit{
  text-align: left;
  position: relative;
  margin-bottom: 1.2vw;
}
.row8 .g-tit a{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 40px;
  padding: 0 32px;
  line-height: 38px;
  font-size: 14px;
  color:#fff;
  border-radius: 30px;
  background: #00448d url(../images/ico11.png) no-repeat right 15px center;
}
.m-new{
  overflow: hidden;
}
.m-new .item .time{
  font-size: 15px;
  margin-bottom: 8px;
  color:#6D6D6D;
}
.m-new .item .tit{
  font-size: 21px;
  font-weight: bold;
  color:#000000;
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-new .item .desc{
  font-size: 15px;
  color:#454545;
  line-height: 1.6;
  height: 3.2em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.m-new .item .more{
  font-size: 15px;
  color:#00448D;
  margin-top: 15px;
  margin-bottom: 51px;
}
.m-new .item  .pic{
  height: 345px;
  overflow: hidden;
  position: relative;
}
.m-new .r .item{
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 36px;
  margin-bottom: 38px;
}
.m-new .r .item:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.m-new .l{
  width: 737px;
  margin-right: 4.95vw;
}
.m-new .r{
  float: none;
  overflow: hidden;
}
.footer{
  overflow: hidden;
  background: #222;
}
.sanv{
 padding: 2.92vw 0;
  display: flex;
  justify-content: space-between;
}
.sanv .item:first-child{
  margin-right: 5.16vw;
}
.sanv .item:nth-child(2){
  margin-right: 5.16vw;
  min-width: 100px;
}
.sanv .item .title{
  font-size: 20px;
  color:#fff;
  margin-bottom: 38px;
}
.sanv .item .desc{
  font-size: 15px;
  color:rgba(255, 255, 255, 0.5);
  line-height: 2;
  margin-bottom: 25px;
}
.sanv .item .link a{
  display: block;
  font-size: 15px;
  color:rgba(255, 255, 255, 0.5);
  line-height: 2.13;
}
.sanv .item .link a:hover{
  opacity: .5;
}
.sanv .item .link.ss{
  width: 380px;
}
.sanv .item .link.ss a{
  width: 50%;
  float: left;
}
.copy{
  padding: 30px 0;
  background: #222;
  border-top: 1px solid #3e3e3e;
}
.copy,.copy span,.copy a{
  font-size: 14px;
  color:#666666;
}
.links{
  overflow: hidden;
  padding: 16px 0 27px;
}
.links span,.links a{
  font-size: 14px;
  color:rgba(255, 255, 255, 0.5);
}







.m-form {
  width: 545px;
}
.m-form .inp{
  margin-bottom: 11px;
  overflow: hidden;
}
.m-form .inp input{
  display: block;
  float: left;
  width: 49%;
  background: transparent;
  margin-right: 2%;
  height: 45px;
  padding: 0 9px;
  color:#fff;
  background: #b7b8ba;
}
.m-form .inp input:last-child{
  margin-right: 0;
}
.m-form .inp input::placeholder,
.m-form .text textarea::placeholder{
  color:rgba(255, 255, 255, 0.5);
}
.m-form .text textarea{
  display: block;
  background: transparent;
  height: 119px;
  width: 100%;
  resize: none;
  color:#fff;
  padding: 9px;
  margin-bottom: 20px;
  background: #b7b8ba;
}
.m-form .sub{
  width: 162px;
  line-height: 46px;
  text-align: center;
  border:1px solid #b7b8ba;
  color:rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.sanv .item .share{
    width: 93px;
}
.sanv .item .share img{
    width: 100%;
    height: auto;
    display: block;
}
.sanv .item .share p{
    text-align: center;
    margin-top: 5px;
    color: #FFF;
}


.sanv .item .share .ss{
  float: left;
  margin-right: 20px;
  position: relative;
}
.sanv .item .share i{
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.sanv .item .share i:hover{
  opacity: .5;
}
.sanv .item .share .qr{
  position: absolute;
  top: -100px;
  left: -24px;
  width: 100px;
  height: 100px;
 border:2px solid #fff;
 background: #fff url(../images/qr.jpg) no-repeat center;
  display: none;
}
.sanv .item .share .ss:hover .qr{
  display: block; 
}
.sanv .item .share i.wb{
  background-image: url(../images/ico13.png);
}
.sanv .item .share i.wx{
  background-image: url(../images/ico14.png);
}
.sanv .item .share i.qq{
  background-image: url(../images/ico15.png);
}
.js-top{
  width: 50px;
  height: 50px;
  background: url(../images/js-top.png) no-repeat;
  position: fixed;
  right: 89px;
  bottom: 55px;
  z-index: 9;
  cursor: pointer;
}
.ztlist{
  overflow: hidden;
}
.ztlist a,
.ztlist span{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}
.ztlist a:hover{
  opacity: .5;
}
@media only screen and (max-width: 1600px) {
  .logo{width: 300px;}
  .wp{width: 1200px;} 
  .pcatlinks a{padding: 0 12px;}
  .pcatlinks{padding: 0 20px;}
  .swiperpro .tit{height: 40px;padding-top: 12px;}
  .gtabn .txt{height: 360px;padding: 2vw;}
  .gtabn .txt .desc{max-width: 650px;}
  .ul-nums .num span{font-size: 46px;}
  .ul-nums{padding: 30px 0;}
  .row5 .l{height: 36vw;}
  .row5 .r{height: 36vw;padding: 2.6vw;}
  .swiperys .txt .info{font-size: 15px;}
  .swiperys .swiper-slide .box{padding: 20px 20px 50px;}
  .swiperys .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 15px;}
  .row4 .box{width: 900px;height: 400px;}
  .swiper-n .swiper-button-prev{bottom: 20px;right: 120px;}
  .swiper-n .swiper-button-next{bottom: 20px;right: 60px;}
  .row6 .pic{padding-top: 5vw;}
  .swipercase .tit{line-height: 40px;font-size: 14px;}
  .sanv .item .link.ss{width: 260px;}
  .m-form{width: 380px;}
  .sanv .item:first-child,.sanv .item:nth-child(2){margin-right: 3vw;}
  .row6{padding: 5vw 0;}
}
@media only screen and (max-width: 1500px) {

    

   
}
@media only screen and (max-width: 1350px) {
  .nav .tel{display: none;}
  .wp{width: 1100px;}
  .g-tit .desc{font-size: 14px;}
  .gtabn .txt .desc{font-size: 14px;}
  .gtabn .w9{width: 900px;}
  .m-new .l{width: 600px;}
  .sanv .item .link a{font-size: 14px;}
  .sanv .item .link.ss{width: 100px;}
  .sanv .item .link.ss a{float: none;width: auto;}
  .sanv .item:first-child{width: 300px;}
  .m-new .r .item{padding-bottom: 20px;margin-bottom: 20px;}
  .m-new .item .more{margin-top: 10px;margin-bottom: 20px;}
  .row6 .txt .info{font-size: 14px;}
  .ul-tabn .con{font-size: 18px;line-height: 46px;}
  .ul-tabn i{height: 46px;}
  .swiperys .txt .info{font-size: 14px;}
  .nav .v1{font-size: 15px;margin:0 13px;}
  .header{padding: 0 15px;}
  
}
@media only screen and (max-width: 1230px) {
  .wp{width: 994px;}
  .row5 .l{display: none;}
  .row5 .r{height: auto;padding: 30px;}
  .pcatlinks{display: block;overflow: hidden;padding: 0;margin-bottom: 10px;}
  .pcatlinks a{display: block;float: left;width: 16.66%;text-align: center;line-height: 45px;border-left:1px solid #ededed;border-bottom:1px solid #ededed;}
  .pcatlinks a::after {display: none;}
 .gtabn{height: auto;}
  .gtabn .txt{height: auto;}
  .m-dz .txt .t2{font-size: 24px;}
  .m-dz .txt{padding: 15px;height: 360px;}
  .m-dz .txt .box{padding: 20px;}
  .m-dz .txt .ico{margin-bottom: 20px;}
  .formbd{height: 360px;padding: 50px;}
  .formbd .cn{margin-bottom: 15px;}
  .formbd .en{margin-bottom: 0;}
  .formbd input{height: 45px;margin-bottom: 15px;}
  .formbd .btn{line-height: 45px;}
  .m-new .l{float: none;width: auto;margin-right: 0;margin-bottom: 10px;}
  .swiperys .txt .desc{font-size: 15px;}
  .sanv .item:first-child{width: auto;}
  .m-form{width: 500px;}
  .sanv .item:nth-child(2),.sanv .item:nth-child(3){display: none;}
  .m-new .item .tit{font-size: 18px;margin-bottom: 4px;}
  .row8{padding: 30px 0;}
  .swipercase .swiper-button-prev{left: 0;}
  .swipercase .swiper-button-next{right: 0;}
  .row8 .g-tit{height: 40px;}
}

@media only screen and (max-width: 1023px) {
  .wp {width: 740px;}
  .nav{display: none;}
  .pcatlinks a{font-size: 14px;}
  .m-dz .txt{width: auto;float: none;height: auto;}
  .gtabn .w9{width: auto;left: 15px;right: 15px;}
  .row4 .box{width: 100%;}
  .g-tit .desc br{display: none;}
  .gtabn .txt .num{display: none;}
  .row6 .pic{width: auto;float: none;padding-top: 0;}
  .sanv .item .desc{margin-bottom: 5px;}
  .sanv .item:first-child, .m-form{width: 100%;clear:left;}
  .sanv{display: block;}
  .sanv .item .title{margin-bottom: 10px;}
  .links{padding-top: 0;}
  .m-new .r .item{padding-bottom: 15px;margin-bottom: 10px;}
  .formbd{height: auto;padding: 20px;}
  .g-tit{margin-bottom: 15px;}
  .g-tit .tit{font-size: 20px;margin-bottom: 0;}
  .g-tit .desc{font-size: 12px;}
  .row4{padding: 30px 0;}
  .swiperys .txt .tit{font-size: 18px;}
  .js-top{display: none;}
}

/*Common For Max 480*/
@media only screen and (max-width: 767px) {
    .wp{width: auto;padding: 0 15px;}
    .ul-tabn .con{font-size: 14px;line-height: 30px;}
 .ul-tabn .con  i{width: 0;height: 0;display: none;}
 .gtabn .txt .t1{font-size: 20px;background-position: left center;}
 .gtabn .txt .t2{font-size: 16px;width: 100%;-webkit-background-size: contain;
 background-size: contain;line-height: 30px;}
 .swiper-n .swiper-button-prev,.swiper-n .swiper-button-next,.gtabn .txt .more,.gtabn .txt .num{width: 0;height: 0;display: none;}
 .gtabn img{display: none;}
  .gtabn .w9{position: static;}
 .gtabn{padding-bottom: 0;}
 .row-median{padding-top: 30px;}
 .ul-tabn .con{border:none;}
 .gtabn .txt .tit{font-size: 18px;}
 .gtabn .txt .desc{font-size: 12px;line-height: 1.6;}
 .gtabn .txt .en{font-size: 16px;margin-bottom: 4px;}
 .pcatlinks a{width: 33.33%;line-height:34px;padding: 0;}
 .m-dz .txt .ico{width: 100%;-webkit-background-size: 100% auto;
 background-size: 100% auto;margin-bottom: 10px;}
 .m-dz .txt .t3{font-size: 12px;padding-top: 10px;}
 .row2{padding-top: 30px;}
 .m-dz .txt .t2{margin-bottom: 10px;}
 .formbd .cn{font-size: 20px;}
 .formbd .en{font-size: 22px;margin-bottom: 0px;}
 .formbd .inp1,.formbd .inp2{width: 100%;margin-right: 0;}
 .formbd .btn{width: 100%;}
 .row4 .box{height: 360px;}
 .row4 .yinying{display: none;}
 .swiperys .txt .info{font-size: 12px;}
 .swiperys .pic{width: auto;float: none;height: 0;padding-top: 65%;margin-bottom: 10px;}
 .swiperys .txt{padding-right: 0;}
 .swiperys .swiper-slide .box{height: 400px;}
 .swiperys .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 10px;}
 .swiperys .swiper-pagination-bullet{width: 10px;height: 10px;}
 .m-new .item .pic{height: auto;padding-top: 47%;}
 .row8 .g-tit a{width: 120px;font-size: 12px;line-height: 32px;height: 32px;padding: 0 22px;}
 .m-new .item .time{font-size: 12px;margin-bottom: 4px;}
 .m-new .item .desc{font-size: 12px;}
 .m-new .item .tit{font-size: 16px;}
 .m-new .item .more{margin:5px 0 10px;}
 .copy{padding: 15px 0;}
 .m-form .text textarea{height: 80px;}
 .ul-nums li{width:50%;margin-bottom: 10px;text-align: left;}
 .ul-nums .num span{font-size: 22px;}
 .ul-nums .num{font-size: 12px;}
 .ul-nums .info{font-size: 14px;}
.ul-nums{padding: 20px 0 10px;}
}









.hd-mobile{display: none;}
@media only screen and (max-width: 1023px) {
  .header{background: #00448D;}
  .menu{height: 60px;}
.header .nav{display: none;}
.logo{line-height: 60px;height: 60px;float: left;width: 156px;}
.logo img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
  body{padding: 60px 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: #00448D;
      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 .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}
}