/*-----------------[åˆå§‹åŒ–]--------------*/
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: 15px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
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;}
.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%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.wp {margin: 0 auto;width: 1420px;}
body{padding-top: 138px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
}
.header.fixed{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.header .title{
  line-height: 30px;
  background: #474747;
}
.header .title::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.header .title .l{
  font-size: 14px;
  color:#fff;
}
.header .title .r{
   font-size: 13px;
  color:#B5B5B5;
}
.header .title .r .tel{
  float: left;
  font-size: 13px;
  color:#fff;
  padding-left: 34px;
  margin-right: 18px;
  background: url(../images/ico1.png) no-repeat left center;
}
.header .title .r .tel span{
  color:#fff;
  font-size: 14px;
  font-weight: bold;
}
.header .title .r a{
  display: block;
  float: left;
  font-size: 13px;
  color:#fff;
  margin-right: 18px;

}
.header .title .gz{
  float: left;
  position: relative;
   padding-left: 20px;
  margin-right: 18px;
}
.header .title .gz .ss{
  position: absolute;
  top: 100%;
  left: -40px;
  width: 126px;
  height: 126px;
  z-index: 99;
  display: none;
 
}
.header .title .gz:hover .ss{
  display: block;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 108px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#343434;
    display: block;
    line-height:104px;
    margin: 0 24px;
    text-align: center;
    border-bottom: 4px solid transparent;
}
.nav li:hover .v1{
  border-color: #164099;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #0947AE;
}
.nav li .sub a{
    display: block;
    font-size: 12px;
    color:#fff;
    line-height: 35px;
    text-transform: uppercase;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#0947AE;
}        
.nav .tel{
  font-size:16px;
  color:#343434;
  font-family: Impact;
  position: relative;
  margin-left: 10px;
  line-height: 98px;
}
.nav .tel span{
  font-size: 24px;
  color:#0947ae;
}


.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-slide a{
    display: block;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 16px;height: 16px;background:#fff;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{width: 36px;border-radius: 30px;}

.g-tit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 35px;
    position: relative;
}
.g-tit .tit{
    color:#333;
    font-size: 40px;
    font-weight: bold;  
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.g-tit .ico{
  height: 3px;
  margin-bottom: 18px;
  background: url(../images/ico5.png) no-repeat center;
}
.g-tit .desc{
    font-size: 15px;
    color:#777777;
}
.row1{
  overflow: hidden;
  background: #f4f4f4;
  padding: 42px 0 88px;
}
.ul-list2{
  overflow: hidden;
  margin:0 -3.5px 48px;
}
.ul-list2 li{
  float: left;
  width: 16.66%;
  cursor: pointer;
}
.ul-list2 .a{
  display: block;
  margin:0 3.5px;
  background:url(../images/ico2.png) no-repeat;
  font-size: 17px;
  color:#333333;
  line-height: 50px;
  text-align: center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ul-list2 li:hover .a,.ul-list2 li.hover .a{
  color:#fff;
  background-image: url(../images/ico3.png) ;
}
.slider1 .tit{
  background: #fff url(../images/ico4.png) no-repeat right 22px center;
  line-height: 62px;
  font-size: 16px;
  color:#333333;
  padding-right: 45px;
  padding-left: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slider1 .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.morelink a{
  display: block;
  margin:30px auto 0;
  width: 157px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  background: #0947ae;
  margin-top: 36px;
}
.row2{
  padding: 40px 0 0;
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row2 .txt{
  width: calc(100% - 500px);
  overflow: hidden;
  color:#fff;
  float: left;
}
/*.fd_btn{
  display: block;
  width: 157px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color:#fff;
  background: #0947ae;
  float: right;
  margin-top: 36px;
}*/
.row2 .txt .tit{
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.row2 .txt .desc{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.row2 .txt .desc span{
  color:#FEAC36;
}
.row2 .txt .tel{
  font-size: 21px;
  font-weight: bold;
  padding-left: 50px;
  background: url(../images/ico22.png) no-repeat left center;
}
.row2 .txt .tel span{
  font-size: 35px;
  color:#FEAC36;
}
.g-form{
  overflow: hidden;
  width: 500px;
  float: right;
  position: relative;
  top: -20px;
}
.g-form .box{
  overflow: hidden;
}
.g-form .box .item{
  width: 48%;
  float: left;
  margin-right: 4%;
}
.g-form .box .item:last-child{
  margin-right: 0;
}
.g-form  input{
  background: none;
  display: block;
  width: 100%;
  height: 60px;
  color:#fff;
  border-bottom: 1px solid #fff;
}
.g-form  input::placeholder{
  color:#fff;
}
.fd_btn2{
  display: block;
    width: 157px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    background: #0947ae;
    float: right;
    margin-top: 36px;
}
.row3{
  overflow: hidden;
  padding: 52px 0 61px;
  background: url(../images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-table{
  overflow: hidden;
  margin-bottom: 55px;
}
.g-table .t1{
  width: 20%;
  float: left;
}
.g-table .t2{
  overflow: hidden;
  float: left;
  width: 60%;
}
.g-table .t3{
  float: left;
  width: 20%;
  overflow: hidden;
}
.g-table li{
  overflow: hidden;
  text-align: center;
  line-height: 35px;
}
.g-table li.first{
  background: #0947AE;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
}
.g-table li.first .t2{
  line-height: 33px;
}
.g-table li.first .t2 div{
  border-bottom: 1px solid #a6bde2;
  
}
.g-table li.first .t2 .s3 div{
  border-right: 1px solid #a6bde2;
}
.g-table li.first .t2 .s3 div:last-child{
  border-right: none;
}
.g-table li.first .t3{
  border-left: 1px solid #a6bde2;
}
.g-table li.first .t1,.g-table li.first .t3{
  line-height: 102px;
  border-right: 1px solid #a6bde2;
}

.g-table li .box{
  overflow: hidden;
}
.g-table .s3{
  overflow: hidden;
}
.g-table .item{
  width: 33.33%;
  float: left;
}
.g-table .bg1{
  background: #909090;
  color:#fff;
}
.g-table .bg1 p{
  border-bottom: 1px solid #fff;
}
.g-table .bg2 {
  background: #f2eee8;
}
.g-table .bg2 .box{
 border-bottom: 1px solid #999999;
 
}
.g-table .bg2 .box .item{
  border-right: 1px solid #999999;
}
.g-table .lih{
  line-height: 252px;
}
.g-more{
  margin:0 auto;
  width: 442px;
  height: 52px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 17px;
  background: #0947ae;
  line-height: 52px;
}
.g-more a{
   color:#fff;
   display: block;
   float: left;
}
.g-more .a1{
  width: 286px;
  text-align: center;
}
.g-more .a2{
  background: #F89E1D;
  border-radius: 30px;
  width: 156px;
  text-align: center;
}
.row4{
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat ;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 41px 0 86px;
}
.row4 .title{
  text-align: center;
  font-size: 40px;
  color:#FEFEFE;
  margin-bottom: 30px;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: bold;
}
.g-txt1{
  overflow: hidden;
  background: url(../images/png1.png) no-repeat top 50px center;
}
.ys_l{
  float: left;
  width: 476px;
  color:#fff;
  padding-top: 10px;
  padding-left: 5px;
}
.ys_l .tit{
  font-size: 28px;
  font-weight: bold;
  color:#fff;
  padding-left: 40px;
  position: relative;
  line-height: 28px;
  margin-bottom: 8px;
}
.ys_l .tit::after{
  content:'';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
height: 26px;
background-color: #fff;
}
.ul-list3{
  
}
.ul-list3 li{
  position: relative;
  padding: 22px 0 10px 40px;
  border-left: 1px dashed #fff;
}
.ul-list3 li::after{
  content:'';
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:1px solid #fff;
  z-index: 9;
  background-color: #175cab;
}
.ul-list3 .ico{
  float: left;
  width: 57px;
  height: 57px;
  background-repeat: no-repeat;
  margin-right: 22px;
}
.ul-list3 .txt{
  overflow: hidden;
}
.ul-list3 .en{
  font-size: 16px;
  color:#E1F0FF;
  text-transform: uppercase;
}
.ul-list3 .cn{
  font-size: 16px;
  color:#fff;
}
.ys_r{
  float: right;
  width: 474px;
}
.ys_r .en{
  text-align: right;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  color:#fff;
  font-size: 43px;
  margin-bottom: 6px;
}
.ys_r .cn{
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  color:#fff;
  margin-bottom: 78px;
}
.ys_r .item{
  padding-right: 56px;
  color:#fff;
  font-size: 16px;
  line-height: 1.56;
  text-align: right;
  margin-bottom: 53px;
   background: url(../images/ico6.png) no-repeat right top;
}
.ys_r .more{
  padding-top: 55px;
}
.ys_r a{
  display: block;
  width: 153px;
  height: 45px;
  font-size: 16px;
  color:#333333;
  background: #fff;
  text-align: center;
  line-height: 45px;
  float: right;
}
.row5{
  overflow: hidden;
  padding: 60px 0 120px;
}
.slider2 .txt{
  height: 343px;
  overflow: hidden;
  background: #f3f3f3;
  text-align: center;
  padding: 64px 56px 0;
}
.slider2 .txt .num{
  font-size: 33px;
  color:#A7A7A5;
  font-family: Impact;
  margin-bottom: 10px;
}
.slider2 .txt .tit{
  font-size: 24px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 20px;
}
.slider2 .txt .desc{
  font-size: 16px;
  color:#666666;
  line-height: 1.5;
}
.slider2  .pic{
  height: 343px;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.slider2  .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider2 .ico{
  width: 115px;
  height: 115px;
  border-radius:50%;
  border: 8px solid #fff;
  background: #8d8d8d;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 3;
}
.slider2 .swiper-slide:hover .txt{
  background: #0947AE;
  color:#fff;
}
.slider2 .swiper-slide:hover .num,
.slider2 .swiper-slide:hover .tit,
.slider2 .swiper-slide:hover .desc{
  color:#fff;
}
.slider2 .swiper-slide:hover .ico{
  background-color: #0947AE;
}
.row6{
  overflow: hidden;
  background: #f1f1f1;
  padding: 50px 0 ;
}
.newmore{
  margin-bottom: 30px;
  overflow: hidden;
}
.newmore .tit{
  float: left;
  font-size: 38px;
  color:#333;
  font-weight: bold;
  line-height: 44px;
}
.newmore a{
  display: block;
  float: right;
  width: 120px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  margin-top: 4px;
  background: #0947ae;
}
.g-news{
  overflow: hidden;
}
.firstnews{
  overflow: hidden;
  float: left;
  width: 600px;
  margin-right: 48px;
}
.firstnews .pic{
  height: 300px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 20px;
}
.firstnews .tit{
  font-size: 20px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 7px;
}
.firstnews .desc{
  font-size: 14px;
  color:#888888;
  line-height: 2;
  display: -webkit-box;  
      overflow: hidden;  
      text-overflow: ellipsis;  
      word-break: break-all;  
      -webkit-box-orient: vertical;  
      -webkit-line-clamp: 2;
}
.slidernews{
  overflow: hidden;
}
.slidernews .time{
  float: left;
  width: 73px;
  margin-right: 26px;
}
.slidernews .num{
  text-align: center;
  font-size: 42px;
  height: 56px;
  line-height: 56px;
  color:#fff;
  font-family: ArialMT;
  background: #0947ae;
}
.slidernews .yh{
  text-align: center;
  line-height: 21px;
  color:#fff;
  background: #acacac;
}
.slidernews .tit{
  font-size: 18px;
  font-weight: bold;
  color:#333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernews .desc{
  font-size: 14px;
  color:#888888;
  line-height: 1.71;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}

.m-form{
    overflow: hidden;
    background: url(../images/bg4.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 34px 0 58px;
}
.m-form::after{
     content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.m-form .cn{
    font-size: 24px;
    color:#fff;
    font-weight: bold;
    margin-bottom: -2px;
}
.m-form .bom{
    overflow: hidden;
    margin-bottom: 17px;
}
.m-form .en{
    font-weight: bold;
    font-size: 12px;
    color:#fff;
    text-transform: uppercase;
    float: left;
}
.m-form .desc{
    float: right;
    font-size: 14px;
    color:#fff;
}
.m-form::after {
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.form .w30{
    float: left;
    margin-right: 12px;
    height: 60px;
    padding:0 10px;
    background-color: #fff;
    width: 254px;
}
.form .w30.w35{
    width: 454px;
     background-color: #fff;
}
.form .w30.s3{
  width: 168px;
  position: relative;
}
.form .w30.s3 input{
  width: 60px;
}
.form .w30.s3 img{
  position: absolute;
  top: 11px;
  right: 4px;
  display: block;
  width: 92px;
  height: 35px;
  background: url(../images/pic6.jpg) no-repeat;
}
.form input::placeholder{
    color:#696969;
}
.form .w30 input{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    color:#333;
}
.fd_btn{
  float: right;
  width: 206px;
  height: 56px;
  background: #fff;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color:#164099;
  font-weight: bold;
}

.footer{
  background: #303030;
}
.links{
  background: #2b2b2b;
  overflow: hidden;
  padding: 30px 0;
  line-height: 30px;
}
.links .name{
  float: left;
  font-size: 18px;
  color:#fff;
  margin-right: 40px;
}
.links .name span{
  font-size: 26px;
  font-weight: bold;
  color:rgba(255, 255, 255, .32);
  font-family: Arial;
  margin-left: 10px;
}
.links .link{
  overflow: hidden;
}
.links .link a{
  font-size: 14px;
  color:#888888;
  margin-right: 15px;
  display: inline-block;
}
.footer .top{
  overflow: hidden;
  padding-top: 60px;
  margin-bottom: 20px;
}
.footer .txt{
  float: left;
  color:#fff;
  width: 476px;
  padding-right: 18px;
}
.footer .tit{
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 22px;
}
.footer .txt .add .item{
  font-size: 14px;
  line-height: 2.14;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top 6px;
}
.snav{
  overflow: hidden;
  float: left;
}
.snav dl{
  float: left;
  height: 192px;
  padding:0 18px;
  border-left: 1px solid #454545;
}
.snav  dt{
  font-size: 15px;
  font-weight: bold;
  color:#fff;
  text-align: center;
  margin-bottom: 10px;
}
.snav dd a{
  display: block;
  font-size: 14px;
  color:#888888;
  line-height: 1.93;
}
.qr{
  overflow: hidden;
  float: right;
}
.qr .item{
  overflow: hidden;
  float: left;
  margin-left: 17px;
  text-align: center;
  font-size: 14px;
  color:#FEFEFE;
}
.qr .item .img{
  background-repeat: no-repeat;
  width: 113px;
  height: 113px;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 4px;
}
.copy{
  padding: 20px 0;
}
.copy span,
.copy a{
  font-size: 14px;
  color:#888888;
  display: inline-block;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

@media only screen and (max-width: 1800px) {
 
}
@media only screen and (max-width: 1600px) {
  
}
@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .footer .txt{width: 370px;}
  .snav dl{padding: 0 10px;border-left: none;}
  .fd_btn{clear:left;margin-top: 20px;}
  .form .w30.s3{float: right;margin-right: 0;width: 200px;}
  .row1,.row4,.row5,.row6{padding: 50px 0;}
  .g-tit .tit{font-size: 36px;}
  .row2 .txt .tel span{font-size: 26px;}
  .row2 .txt .tit{font-size: 16px;}
  .ul-list2{margin-bottom: 30px;}
}
@media only screen and (max-width: 1365px) {
   
}
@media only screen and (max-width: 1230px) {
  .header .title{display: none;}
    .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}
    .menuBtn{display: block;}
    .nav{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav ul{float: none;}
    .nav .phone{display: none;}
    .nav li{float: none;width: auto;}
    .nav li .v1{line-height: 40px;text-align: left;margin:0;color:#333; border-bottom:1px solid #eee;}
    .nav li.on .v1::after{display: none;}
    .nav 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 li .sub{position: static;padding-left: 0;box-shadow:none;}
    .nav li .sub a{padding-left: 20px;text-align: left;float: none;line-height: 30px;color:#fff;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav li:hover .v1,
    .nav li.on .v1{
        background: none;
    }
    .nav li .v1::after{display: none;}
    .logo{line-height: 60px;height: 60px;width: 220px;padding-right: 0;border-right: none;}
     .logo  .txt{display: none;}
    body{padding: 60px 0 53px;}
    .header{background: #fff;}
    
    .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
    .row4 .title{font-size: 26px;margin-bottom: 30px;}
    .ys_r .en{font-size: 32px;margin-bottom: 0px;}
    .ys_r .cn{font-size: 22px;}
    .ul-list3 li{padding-bottom: 0;}
    .g-tit .tit{font-size: 28px;}
    .slider2 .pic{height: 260px;}
    .slider2 .txt{height: 260px;padding: 30px;}
    .slider2 .ico{display: none;}
    .firstnews{width: 476px;}
    .firstnews .pic{height: 210px;}
    .snav{display: none;}
    .form .w30{float: none;width: auto;margin-bottom: 20px;margin-right: 0;}
    .form .w30.s3,.form .w30.w35{width: auto;float: none;}
    .fd_btn{float: left;margin-top: 0;}
    .m-form{padding: 30px 0;}
    .slider2 .txt .tit{font-size: 20px;margin-bottom: 10px;}
    .g-form {width: 400px;}
    .row2 .txt .desc{font-size: 24px;}
    .row2 .txt .tel{font-size: 16px;}
    .row2 .txt .tel span{font-size: 20px;}
    #floatBottom{display: block;}
}
@media only screen and (max-width: 1023px) {
 .row2 .txt{width: auto;float: none;}
 .g-form{width: auto;float: none;position: static;padding-bottom: 20px;}
 .ys_l{width: auto;float: none;padding-right: 0;}
 .ys_r{width: auto;float: none;text-align: left;}
 .g-txt1{background: none;}
 .row4{-webkit-background-size: cover;
 background-size: cover;}
 .ul-list3 li{border:none;padding-left: 0;float: left;width: 50%;padding-right: 10px;}
 .firstnews{display: none;}
 .ys_r .en,.ys_r .cn{text-align: left;}
 .ul-list2 a{font-size: 14px;}
 .ul-list3 .ico{margin-right: 8px;}
 .ul-list3 .cn{font-size: 14px;}
 .ys_r .en{display: none;}
 .ys_r .cn{margin-bottom: 16px;}
 .ys_r .item{background: none;float: none;padding: 0;text-align: left;margin-bottom: 0;}
 .ys_r a{float: none;}
 .ys_r .more{padding-top: 20px;}
 .ys_l .tit{font-size: 22px;margin-bottom: 0px;}
 .row1, .row4, .row5, .row6{padding: 30px 0;}
 .g-tit .tit{font-size: 22px;margin-bottom: 10px;}
 .g-tit .ico{display: none;}
 .footer .tit{font-size: 22px;margin-bottom: 10px;}
 .footer .top{padding: 30px 0 0;}
 .links .name span{display: none;}
 .ys_r .item{font-size: 14px;line-height: 2;}
 .row2 .txt .desc{font-size: 26px;}
 .fd_btn2{float: left;margin-top: 20px;}
 .ul-list3{margin-bottom: 10px;overflow: hidden;}
 .ul-list3 li::after{display: none;}
 .newmore .tit{font-size: 22px;}
} 
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 767px) {
.g-table li.first{font-size: 14px;}
.g-more{width: auto;}
.g-more .a1{width: 200px;}
.g-more .a2{width: calc(100% - 200px);}
.ul-list3 .ico{float: none;margin:0 auto;}
.ul-list3 .txt{text-align: center;}
.ys_l{margin-bottom: 20px;}
.ys_l .tit{text-align: center;padding: 0;}
.ys_l .tit::after{display: none;}
.ys_r .cn{text-align: center;margin-bottom: 16px;font-size: 18px;}
.ys_r .cn span{display: none;}
.ul-list3 .en{display: none;}
.ul-list3 li{padding-top: 0;padding-top: 15px;}
.row4 .title{margin-bottom: 10px;font-size: 22px;}
.g-table{font-size: 12px;margin-bottom: 30px;}
.ys_l .tit{font-size: 18px;}
.slidernews .time{margin-right: 14px;}
.m-form .cn{font-size: 22px;}
.form .w30{height: 45px;}
.form .w30.s3 img{top: 5px;}
.fd_btn{width: auto;float: none;height: 45px;line-height: 45px;}
.footer .txt{width: auto;float: none;padding-right: 0;}
.qr{float: none;padding-top: 15px;}
.copy{padding-top: 0;}
.links .name{display: none;}
.links{padding: 10px 0;}
.g-tit{margin-bottom: 20px;}
.g-tit .desc{font-size: 14px;}
.g-more{font-size: 14px;}
.row3{padding: 30px 0;}
.row2{padding-top: 20px;}
.row2 .txt .desc{font-size: 18px;margin-bottom: 0;}
.ul-list2 li{width: 50%;margin-bottom: 10px;}
.ul-list2{margin-bottom: 10px;}
}
@media only screen and (max-width: 500px) {
.ul-list2 .a{height: 40px;line-height: 40px;font-size: 14px;}
.qr .item .img{width: 88px;height: 88px;}
}
  


.g-spag{
  overflow: hidden;
}
.g-spag.fixed{
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
}
.g-spag ul{
  overflow: hidden;
   margin:30px -15px;
}
.g-spag li{
  float: left;
  width: 25%;
}
.g-spag li a{
  display: block;
  text-align: center;
  margin:0 15px;
  background: #d6d6d6;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;

}
.g-spag li:hover a,
.g-spag li.on a{
  color:#fff;
  background: #164099;
}

.g-spagitem{
  overflow: hidden;
  padding: 30px 0;
}
.g-spagitem img{
  max-width: 100%;
}
@media only screen and (max-width: 1430px) {
  .g-spag li a{font-size: 14px;}
}
@media only screen and (max-width: 1230px) {
  .g-spag li{width: 50%;margin-bottom: 15px;}
}
@media only screen and (max-width: 767px) {
  .g-spag ul{margin:20px -5px 10px;}
  .g-spag li{margin-bottom: 10px;}
  .g-spag li a{height: 45px;line-height: 1.6;position: relative;margin:0 5px;}
  .g-spag li a p{
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.g-xg{
    overflow: hidden;
    padding: 50px 0 50px; 
    background-color: #eee;
}
.g-xg .title{
    font-size: 32px;
    color:#333;
    margin-bottom: 50px;
    text-align: center;
}
.sliderxg .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
.sliderxg .tit{
    background-color: #666;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
    color:#fff;
}
.ul-tab3{
    margin-bottom: 30px;
    overflow: hidden;
}
.ul-tab3 li{
    float: left;
    margin-right: 20px;
    text-align: center;
    border:1px solid #ddd;
    font-size: 16px;
    width: 200px;
    line-height: 45px;
    color:#333;
}
.ul-tab3 li.hover{
    color:#fff;
    background-color: #D79B33;
}
.slidernew3.swiper-container{
  padding: 5px;
}
.slidernew3 .swiper-slide{
  background-color: #fff;
  padding: 27px 40px 26px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.slidernew3 .tit{
  font-size: 18px;
  color:#323232;
  margin-bottom: 12px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew3 .time{
  font-size: 12px;
  color:#323232;  
  margin-bottom: 32px;
}
.slidernew3 .desc{
  font-size: 14px;
  color:#727272;
  margin-bottom: 30px;
  line-height: 1.71;
  height: 5.13em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}
.slidernew3  .more{
  font-size: 12px;
  color:#343635;
  text-transform: uppercase;
}

.tabpcat img{
    display: block;
    margin:0 auto;
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px) {
.ul-pcat2 li{font-size: 14px;}
.g-xg{padding: 30px 0;}
.g-xg .title{font-size: 24px;margin-bottom: 15px;}
.ul-pcat2 li{width: 50%;float: left;padding: 10px;line-height: 1.5;}
.ul-pcat2{display: block;}
#stylesubnav{padding: 10px 0;}
.ul-tab3 li{display: block;float: left;width: 50%;padding: 0;margin-right: 0;border:none;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;background: #555555;color:#fff;font-size: 14px;}
.sliderxg .tit{line-height: 35px;}
}
.slider-dks .pic{
    overflow: hidden;
    height: 0;
    position: relative;
    padding-top: 75%;
    border:1px solid #eee;
}
.slider-dks .tit{
    font-size: 14px;
    text-align: center;
    color:#333;
    padding: 10px 0;
}
.g-pro1{
  overflow: hidden;
  padding: 50px 0;
}
.g-pro1 img,.g-pro2 img,.g-pro3 img{
  max-width: 100%;
  height: auto;
}
.g-pro1 table{
  border:1px solid #999;
  width: 100%!important;
  margin-bottom: 10px;
}
.g-pro1 td{
  border:1px solid #999;
  padding: 0 10px;
}
.pb_title .tit{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0;
  color:#333;
  text-transform: uppercase;
}
.pwi_right_txt .pr_txt .tit{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.g-lk{
  overflow: hidden;
  text-align: center;
  padding-top: 30px;
}
.g-lk a{
  display: inline-block;
  width: 193px;
  height: 42px;
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color:#fff;
  margin:0 5px;
}
.g-lk a.a1{
  background: #0947ae;
}
.g-lk a.a2{
  background: #ffac35;
}
.g-pro2{
  background: #f6f6f6;
  overflow: hidden;
  padding: 50px 0;
}
.g-pro2 .info{
  line-height: 2;
}
.g-pro3{
  overflow: hidden;
  padding: 50px 0;
}
.g-hq{
  background: #f6f6f6;
  overflow: hidden;
}
.g-hq .txt{
  line-height: 1.8;
  padding: 30px ;
}
.g-hq .txt .tit{
  font-size: 24px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.g-hq .txt .line{
  width: 55px;
  height: 3px;
  background: #0947ae;
  margin-bottom: 20px;
}
.g-hq .txt .desc{
  line-height: 2;
  font-size: 14px;
  color:#333;
}
.g-hq .pic{
  width: 50%;
  height: 500px;
  float: right;
  background: url(../images/promore.jpg) no-repeat;
}
.subnav{
  float: right;
  overflow: hidden;
}
.subnav a{
  display: inline-block;
  font-size: 14px;
  color:#333;
  text-transform: uppercase;
  margin-left: 15px;
  line-height: 26px;
}
.subnav a.on{
  color:#0947ae;
}
.ul-list2.ds{display: none;}
.g-spagitem table{
  border:1px solid #999;
  width: 100%!important;
}
.g-spagitem td{
  border:1px solid #999;
  padding: 0 10px;
}

@media only screen and (max-width: 1430px) {
}
@media only screen and (max-width: 1230px) {
  .pb_title .tit{font-size: 22px;margin-bottom: 20px;}
  .g-hq .txt .tit{font-size: 22px;}
  .g-xg .title{font-size: 22px;margin-bottom: 20px;}
  .pwi_right_txt .pr_txt .tit{font-size: 20px;}
  .g-spag.fixed{top: 60px;}
}
@media only screen and (max-width: 1023px) {
  .g-hq .txt{width: auto;float: none;padding: 20px;}
  .g-hq .pic{display: none;}
  .subnav{display: none;}
  .ul-list2.ds{display: block;padding-top: 20px;}
}

@media only screen and (max-width: 767px) {
.g-lk a{width: 148px;font-size: 14px;}
.g-pro1,.g-pro2{padding: 30px 0;}
.g-pro3{padding-top: 30px;}
.g-tit .tit{font-size: 20px;}
.g-pro2 .info{font-size: 14px;}
.g-hq .txt .tit{font-size: 20px;}
.pwi_right_txt .pr_txt .tit{font-size: 20px;padding-top: 10px;}
.g-spagitem table{font-size: 12px;}
.g-spagitem{padding: 15px 0;}
.g-pro1 table{font-size: 12px;}
}




/**header 响应**/
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .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;
        border-top:1px solid #eee;
    }


    .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: #1c5bc0;
    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;}
}
71000