/*-------------------------------*/
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 {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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body{padding-top: 110px;}
.wp {margin: 0 auto;width: 1400px;}
.wp2 {margin: 0 auto;width: 1600px;}
.wp-h {padding: 0 8.33vw;}
/*******************************
    -------[=Ã¥Â¤Â´Ã©Æ’Â¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding:0 8%;
}
.header.fixed{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.header .box{

}
.header .box::after{
   content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.logo{float:left;margin:25px 0;display:block;}
.logo img{display:block;width:auto;height:60px;float:left;}
.logo .l_txt{padding:3px 0 4px 15px;float:left;}
.logo .l_txt p{font-size:26px;height:36px;line-height:36px;font-weight:bold;color:#222;}
.logo .l_txt p b{color:#4078C8;}
.logo .l_txt span{font-size:12px;height:12px;line-height:12px;margin-top:5px;text-transform:uppercase;color:#403F3F;display:block;font-weight:bold;letter-spacing:0.5px;}
.logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}

.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:#222;
    display: block;
    line-height:110px;
    text-align: center;
    padding: 0 24px;
}
.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: #1871CF;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#F99800;
}
.nav .tel{
  font-size:16px;
  color:#333;
  font-family: Arial;
  padding-left: 35px;
  margin-left: 24px;
  margin-top: 39px;
  background: url(../images/pic1.jpg) no-repeat left center;
    background-size: auto 100%;
}
.nav .tel span{
  font-size: 22px;
    height:32px;
  line-height:34px;
  font-family: Impact;
  color:#333;
  display: block;
}







.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: #005ACC;
    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);
}

.swiper-container.banner{
  clear:left;
}
.banner .swiper-slide a{
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 40.31vw;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 42px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 50px;
height: 5px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 0%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #208CFF;}

.g-tit{
    text-align: center;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    margin-bottom: 32px;
}
.g-tit .en{
  font-family: Impact;
  font-size: 47px;
  color:#EEEEEE;
  text-transform: uppercase;
  line-height: 1.1;
}
.g-tit .tit{
    color:#333;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.g-tit .desc{
    font-size: 14px;
    color:#666;
    margin-bottom: 4px;
}
.g-tit .desc i{
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 1px;
  background: #A6A6A6;
  margin:0 17px;
}
.g-tit.cof .tit,
.g-tit.cof .desc{
  color:#fff;
}
.g-tit.cof i{
  background-color: #fff;
}


.row1{
  overflow: hidden;
  background: #F9F9F9;
  padding: 42px 0 ;
}
.ul-pact{
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.ul-pact li{
  display: inline-block;
  margin:0 10px;
}
.ul-pact li a{
  color:#666666;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  font-size: 16px;
   width: 160px;
  height: 52px;
  line-height: 50px;
  display: block;
}
.ul-pact li:hover a{
  background: #1871CF;
  color:#fff;
}
.swiper-container.sider1{
  padding-bottom: 78px;
  position: relative;
}
.sider1 .swiper-button-prev{
  bottom: 0;
  top:auto;
  width: 52px;
  height: 52px;
  background: url(../images/pic3.jpg) no-repeat;
  left:calc(50% - 53px);
  opacity: 1!important;
}
.sider1 .swiper-button-next{
  bottom: 0;
  top:auto;
  width: 52px;
  height: 52px;
  background: url(../images/pic4.jpg) no-repeat;
  right:calc(50% - 52px);
  opacity: 1!important;
}
.sider1 .pic{
  position: relative;
  height: 0;
  padding-top: 80%;
  overflow: hidden;
}
.sider1 .swiper-slide:hover .hide{
  display: block;
}
.sider1 .pic .hide{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 113, 207, .8);
  display: none;
}
.sider1 .tf{
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color:#fff;
  font-size: 12px;
}
.sider1 .tf .ico{
  width: 69px;
  height: 69px;
  background: url(../images/ico0.png) no-repeat;
  margin:0 auto 14px;
}
.sider1 .tf .tit{
  font-size: 16px;
  margin-bottom: 16px;
}
.sider1 .name{
  line-height: 60px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color:#333333;
}
.row2{
  padding: 47px 0;
  overflow: hidden;
  background: url(../images/bg1.webp) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.ul-list2 {
  color:#fff;
  overflow: hidden;
  padding-top: 20px;
}
.ul-list2 li{
  float: left;
  width: 21%;
  height: 580px;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
  padding: 0 60px;
  text-align: center;
}
.ul-list2 li.on{
  width: 37%;
}
.ul-list2 .tit{
  font-size: 24px;
  margin-bottom: 19px;
}
.ul-list2 .desc{
  font-size: 14px;
  line-height: 1.71;
}
.ul-list2 .pic{
  height: 18.23vw;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: none;
}
.ul-list2 li.on .pic{
  display: block;
}
.ul-list2 .desc{
  font-size: 14px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 46px;
}
.ul-list2 .ico{
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin:50px auto 130px;
}
.ul-list2 .num{
  text-align: center;
  font-size: 36px;
  font-family: Bebas;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ul-list2 .en{
  font-size: 12px;
  padding-top: 50px;
}
.ul-list2 li.on .ico{
  display: none;
}
.ul-list2 li.on .num{
  display: none;
}
.ul-list2 li.on{
  text-align: left;
}
.ul-list2 li.on .desc{
  height:auto;
}
.row3{
  overflow: hidden;
  background: url(../images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 57px 0;
}
.slider2 .pic{
  overflow: hidden;
  position: relative;
  padding-top: 75%;
  height: 0;
}
.slider2 .tit{
  line-height: 50px;
  background: #fff url(../images/pic8.jpg) no-repeat right 18px center;
  font-size: 16px;
  color:#666666;
  padding: 0 21px;
}

.row4{
  overflow: hidden;
  padding: 58px 0 0;
}
.g-about{
  overflow: hidden;
}
.g-about .pic{
  float: left;
  width: 50%;
  height: 610px;
  background: url(../images/pic7.jpg) no-repeat;
   -webkit-background-size: cover;
  background-size: cover;
}
.g-about .txt{
  overflow: hidden;
  padding-left: 68px;
  height: 610px;
  background: url(../images/bg3.jpg) no-repeat;
}
.g-about .txt .tit{
  font-size: 30px;
  color:#4078C8;
  font-weight: bold;
  margin-bottom: 21px;
}
.g-about .txt .line{
  width: 67px;
  height: 5px;
  background: #4078C8;
  margin-bottom: 31px;
}
.g-about .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 2.25;
  margin-bottom: 37px;
  text-indent: 2em;
  margin-top: 20px;
  padding-right: 5.21vw;
  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;
}
.g-about .txt a{
  display: block;
  width: 155px;
  height: 48px;
  background: #4078C8;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  color:#fff;
  margin-bottom: 52px;
}
.ul-num{
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, .6);
}
.ul-num li{
  width: 33.33%;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(220, 220, 220, .6);
}
.ul-num li:last-child{
  border-right: none;
}
.ul-num .name{
  font-size: 16px;
  color:#555555;
}
.ul-num .num{
  font-size: 60px;
  font-family: Impact;
  color:#4078C8;
  margin-bottom: 3px;
}
.ul-num .num i{
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  margin-left: 10px;
  vertical-align:text-top;
    font-family: Impact;
}

.ul-list3{
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px   rgba(0, 0, 0, 0.3);
}
.ul-list3 li{
  width: 25%;
  padding: 55px 0 55px 6.2vw;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  
}
.ul-list3 li .ico{
  width: 58px;
  height: 50px;
  margin-right: 40px;
  float: left;
  background: url(../images/ico5.png) no-repeat;
}
.ul-list3 .txt{
  overflow: hidden;
  color:#666;
}
.ul-list3 .tit{
  font-size: 18px;
}
.ul-list3 .desc{
  font-size: 14px;
  text-transform: uppercase;
}
.ul-list3 li:hover,
.ul-list3 li.on{
  background-color: #4078C8;
}
.ul-list3 li:hover .ico,
.ul-list3 li.on .ico{
  background-image: url(../images/ico4.png);
}
.ul-list3 li:hover .txt,
.ul-list3 li.on .txt{
  color:#fff;
}
.row5{
  overflow: hidden;
  padding: 50px 0;
}
.slidervideo  .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 70%;
}
.slidervideo .txt{
  background: #fff url(../images/pic10.jpg) no-repeat right;
  margin: 0 28px;
  position: relative;
  z-index: 2;
  height: 80px;
  margin-top: -40px;
  padding:16px 80px 0 16px; 
  font-size: 12px;
  color:#777777;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.06);
}
.slidervideo .txt .tit{
  font-size: 18px;
  color:#222222;
  font-weight: bold;
  
}
.slidervideo.swiper-container{
  padding-bottom: 15px;
} 
.slidervideo .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom:0;
}

.row6{
  overflow: hidden;
  padding: 50px 0;
  background: #F5F5F5;
}
.g-mews{
  overflow: hidden;
}
.firstnew{
  float: left;
  width: 600px;
  margin-right: 30px;
  background-color: #fff;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.03);
}
.firstnew .pic{
  height: 400px;
  overflow: hidden;
}
.firstnew .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.firstnew .txt{
  padding: 30px;
}
.firstnew .time{
  font-size: 16px;
  color:#999999;
}
.firstnew .tit{
  font-size: 24px;
  color:#333333;
  line-height: 56px;
  background: url(../images/pic12.jpg) no-repeat right  center;
}
.newsright{
  overflow: hidden;
  background: #fff;
  padding: 50px 50px 60px;
  position: relative;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.03);
}
.newsright .more{
  display: block;
  position: absolute;
  top: 28px;
  right: 58px;
  font-size: 14px;
  color:#888888;
}
.ul-news{
  overflow: hidden;
}
.ul-news li{
  overflow: hidden;
  margin-bottom: 60px;
}
.ul-news li:last-child{
  margin-bottom: 0;
}
.ul-news .time{
  float: left;
  width: 102px;
  overflow: hidden;
  margin-right: 56px;
  
  font-family: Impact;
  border-right: 1px solid #DCDCDC;
}
.ul-news .time .day{
  font-size: 48px;
  color:#1871CF;
}
.ul-news .time .yh{
  font-size: 14px;
  color:#666666;
}
.ul-news .txt{
  overflow: hidden;
  padding-right: 100px;
  padding-bottom: 9px;
  background: url(../images/pic12.jpg) no-repeat right center;
}
.ul-news .tit{
  font-size: 20px;
  color:#222222;
  margin-bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-news .desc{
  font-size: 14px;
  color:#666666;
  line-height: 1.71;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.links{
  overflow: hidden;
  padding: 20px 0;
  border-top:1px solid rgba(255, 255, 255, 0.2);
}
.links  a,
.links  span{
  font-size: 14px;
  color:#333;
  display: inline-block;
  line-height: 1.8;
  margin-right: 15px;
}
.footer{
  background: url(../images/bg4.jpg) no-repeat;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 35px;
}
.fnnav{
  overflow: hidden;
  margin-bottom: 25px;
}
.fnnav a{
  font-size: 16px;
  color:#fff;
  margin-right: 15px;
  display: inline-block;
}
.fnnav i{
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, .5);
  margin: -2px 15px 0;
}
.g-form{
  margin-bottom: 33px;
  overflow: hidden;
}
.g-form .w34{
  float: left;
  width: 340px;
  height: 50px;
  margin-right: 20px;
}
.g-form .w66{
  width: 660px;
  height: 50px;
  background: #fff;
  float: left;
}
.g-form  input{
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
}
.fn_btn{
  overflow: hidden;
  float: right;
  width: 200px;
  height: 50px;
  background: #1871CF;
  font-size: 14px;
  color:#FFFFFF;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.g-add{
  padding-top: 18px;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
/*.g-add .qr{
  position: absolute;
  right: 0;
  top: 0;
  width: 117px;
  height: 117px;
  background: url(../images/qr.jpg) no-repeat;
}*/
.g-add .item{
  float: left;
  font-size: 16px;
  color:#FFFFFF;
  padding-left: 35px;
  background-repeat: no-repeat;
    background-position: left center;
  line-height: 30px;
  margin-bottom: 26px;
  margin-right: 50px;
}
.copy{
  background: rgba(0, 0, 0, .2);
  overflow: hidden;
  padding: 20px 0;
}
.copy a,.copy span{
  font-size: 14px;
  display: inline-block;
  color:rgba(255, 255, 255, .3);
}
#floatBottom{width:100%;height:63px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:63px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding:5px 0;}
#floatBottom a:nth-child(2){padding-top:36px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom a:nth-child(2) img{margin:12px auto 13px;}
#floatBottom a .fb_w{position: absolute;
    width: 70px;
    height: 70px;
    background: #8A8A8A;
    left: 50%;
    margin-left: -35px;
    top: -31px;
    border-radius: 50%;}
#floatBottom a .fb_img{width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #1871CF;
    border-radius: 50%;}
#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: 1900px) {
.header{padding: 0 5%;}
}
@media only screen and (max-width: 1700px) {
.wp2{width: 1400px;}
.g-form .w66{width: 360px;}
.header{padding: 0 2%;}
.ul-pact li{width: 25%;display: block;float: left;margin:0 0 10px;}
.ul-pact li a{width: auto;margin:0 5px;}
.ul-pact{margin:0 -5px 20px;}
}
@media only screen and (max-width: 1560px) {
.ul-list3 li{padding-left: 3.2vw;}
.nav li .v1{font-size: 15px;padding: 0 16px;}
.g-form .w66,.g-form .w34{width: 300px;}
 .logo{margin:24px 0;}
 .logo img{height:52px;}
  .logo .l_txt{padding:1px 0 1px 12px;}
 .logo .l_txt p{font-size:24px;height:34px;line-height:34px;}
  .logo .l_txt span{margin-top:3px;letter-spacing:-0.1px;}
 .nav li .v1{line-height: 100px;}
 body{padding-top: 100px;}
 .nav .tel{margin-top:34px;}
}
@media only screen and (max-width: 1430px) {
  .nav .tel{display: none;}
  .wp,.wp2{width: 1200px;}
  .g-tit{-webkit-background-size: 0;background-size: 0;padding-top: 0;}
.g-tit .tit{font-size: 30px;}
.g-tit{margin-bottom: 16px;}
.nav .tel{display: none;}
.ul-list3 li{width: 50%;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
 .ul-news .time {width: 72px;margin-right: 20px;}
 .row2 .wp2{width: auto;}
 .ul-list2 li{padding: 0 50px;}


}
@media only screen and (max-width: 1300px) {


}
@media only screen and (max-width: 1230px) {
  .g-tit .tit{font-size: 22px;margin-bottom: 4px ;}
  .wp,.wp2{width: auto;padding: 0 15px;}
  .firstnew,.g-about .pic{display: none;}
  .ul-num li {border-right: none;}
  .ul-num{border-top: none;padding-top: 0;}
  .g-about .txt a{margin-bottom: 10px;}
  .g-about .txt{height: auto;padding: 0 15px 10px;}
  .g-tit .cn{font-size: 22px;margin-bottom: 4px;}
  .ul-list3{display: none;}
  .g-about .txt .desc{text-align: center;padding: 0 10px;}
/*  .ul-pact li{display: block;width: 16.66%;float: left;margin:0;}*/
  .ul-pact li a{width: auto;height: 42px;line-height: 40px;font-size: 12px;margin:0 5px;}
  .ul-pact{margin:0 0 10px;}
  .swiper-container.sider1{margin:0 15px;}
  .ul-list2{padding-top: 0;}
  .ul-list2 li{width: auto;float: none;height: auto;text-align: left;padding: 0;border-right: none;padding:12px 0;}
  .ul-list2 li.on{width: auto;}
  .ul-list2 .pic{height: 0;}
  .ul-list2 .ico,.ul-list2 .num,.ul-list2 .en{display: none;}
  .ul-list2 .desc{margin-bottom: 0;height:auto;}
  .ul-list2 .tit{font-size: 22px;margin-bottom: 2px;}
  .row1,.row2,.row3,.row5,.row6{padding: 30px 0;}
  .row4{padding:30px 0 0;}
  .ul-list3{box-shadow: none;}
  .ul-num .num{font-size: 34px;}
   .g-about .txt .tit,.g-about .txt .line{display: none;}
   .g-about .txt a{margin:0 auto 20px;}
   .g-about .txt .desc{margin:0 0 20px;}
   .g-form .w34{margin-bottom: 20px;}
   .fn_btn{float: none;clear:left;}
   .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:4px;}
}
@media only screen and (max-width: 1023px) {
  .fnnav a{font-size: 14px;}
  .g-form .w34, .g-form .w66{width: auto;float: none;margin:0 0 15px;}
  .g-add{padding: 0 0 0 0;}
  .g-add .item{margin-bottom: 10px;font-size: 14px;}
  .fnnav a{font-size: 14px;}
  .newsright {padding: 40px 15px 15px;}
  .ul-news li{margin-bottom: 15px;}
  .g-tit .desc i{display: none;}
  .sider1 .name{line-height: 42px;font-size: 14px;}
 .newsright .more {right: 15px;top: 15px;}
}

@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 767px) {
 .ul-pact li{width: 33.333%;margin-bottom: 10px;}
 .ul-list2 .tit{font-size: 16px;}
 .ul-list2 li{border-bottom: 1px solid rgba(255, 255, 255, 0.3);margin-bottom: 10px;padding-bottom: 10px;}
 .g-about .txt .desc{font-size: 14px;}
 .ul-news .txt{padding-right: 0;background: none;}
.ul-news .time .day{font-size: 42px;line-height: 1.1;}
.ul-news .tit{font-size: 16px;margin-bottom: 4px;}
.ul-news .desc{font-size: 12px;}
.ul-news .time{text-align: center;}
.g-add .item{float: none;margin-right: 0;}
.swiper-container.sider1{margin:0;}
}

@media only screen and (max-width: 500px) {
.sider1 .swiper-button-prev,.sider1 .swiper-button-next{width: 32px;height: 32px;-webkit-background-size: cover;
background-size: cover;}
.swiper-container.sider1{padding-bottom: 50px;}
}



/**mobile nav**/
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header .nav{display: none;}
.logo{margin:7px 0;}
.logo img{height:46px;}
.logo .l_txt{padding:0 0 0 10px;}
.logo .l_txt p{font-size:20px;height:30px;line-height:30px;letter-spacing:3px;}
.logo .l_txt span{margin-top:4px;letter-spacing:-0.5px;}
  body{padding: 60px 0 0;}
  .copy{padding-bottom:100px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff;
      padding: 0 15px;
      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: #005ACC;
    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;}
}
@media only screen and (max-width:767px) {
    .logo .l_txt p {
        letter-spacing:0;
    }

    .logo .l_txt span {
        font-size:11px;
        font-weight:normal;;
    }
}
