/*-----------------[ÃƒÂ¥Ã‹â€ Ã‚ÂÃƒÂ¥Ã‚Â§Ã¢â‚¬Â¹ÃƒÂ¥Ã…â€™Ã¢â‚¬â€œ]--------------*/
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;
}

.wp {margin: 0 auto;width: 1500px;}
body{padding-top: 120px;}
/*******************************
    -------[=ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨]-------
********************************/
.header{
   transition:all .3s;
   position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
  padding: 0 3.96vw;
  background-color: #fff;
}
.header.fixed{
  
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  
}
.logo{
    float: left;
    overflow: hidden;
    height: 120px;
    line-height: 120px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.logo a{
  display: block;
  width: 100%;
  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:#222;
    display: block;
    line-height:120px;
    margin: 0 16px;
    text-align: center;
}
.header.fixed .v1{
    color:#333333;
}
.nav li:hover .v1{
  color: #3D7AD6;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    right: 0;
    width: 200px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #0E60AF;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#0E60AF;
}
.nav .tel{
  font-size:22px;
  color:#222;
  font-family: Arial;
  line-height: 120px;
  padding-left: 35px;
  font-weight: bold;
  position: relative;
  margin-left: 24px;
  background: url(../images/ico1.png) no-repeat left  center;
}
.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: #1E89DD;
    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;
    background-position: center;
    height: 41.67vw;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 38px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 18px;
height: 18px;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{background: #1E89DD;}



.g-tit{
    text-align: center;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 28px;
    margin-bottom: 40px;
}
.g-tit .tit{
    color:#333;
    font-size: 42px;
    font-weight: bold;  
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.g-tit .desc{
    font-size: 16px;
    color:#666666;
    line-height: 1.88;
}
.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;
}
.ul-list1{
  overflow: hidden;
}
.ul-list1 li{
  float: left;
  width: 14%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #fff;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.ul-list1 li a{
  display: block;
  width: 100%;
  height: 100%;
}
.ul-list1 li.on{
  width: 43%;
}
.ul-list1 .hide{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: rgba(18, 18, 18, .7);
  color:#fff;
  padding: 28px 40px 0;
}
.ul-list1 .hide .t1{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
  color:rgba(255, 255, 255, 0.6);
}
.ul-list1 .hide .t2{
  font-size: 27px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.ul-list1 .hide .desc{
  font-size: 14px;
  line-height: 1.71;
  color:rgba(255, 255, 255, .6);
}
.ul-list1 .show{
  background: rgba(61, 122, 214, 1) url(../images/ico2.png) no-repeat bottom 28px center;
  height: 100%;
  text-align: center;
  color:#fff;
  padding-top: 26px;
}
.ul-list1 .show .num{
  font-size: 56px;
  font-family: Impact;
  margin-bottom: 24px;
}
.ul-list1 .show .line{
  margin:0 auto 38px;
  width: 1px;
  height: 168px;
  background: rgba(255, 255, 255, 0.5);
}
.ul-list1 .show .tit{
  font-size: 22px;
  padding: 5vw 15px 0;
  line-height: 1.5;
  height: 3em;
}
.ul-list1 .show .en{
  font-size: 14px;
  display: none;
  text-transform: uppercase;
}
.ul-list1 li.on .show{
  display: none;
}
.ul-list1 li.on .hide{
  display: block;
}
.row1{
  overflow: hidden;
  padding: 52px 0 74px;
}
.row2{
  overflow: hidden;
  padding: 69px 0;
  background: url(../images/bg1.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.sliderys .swiper-slide{
  height: 232px;
  padding: 45px 46px 0;
}
.sliderys .swiper-slide .t1{
  font-size: 24px;
  color:#fff;
  font-weight: bold;
}

.sliderys .bgc{
  background-color: #CB9557;
}
.sliderys .ico{
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  background-position: center;
  margin-bottom: 24px;  
}
.sliderys .tit{
  position: relative;
  padding-right: 50px;
  margin-bottom: 37px;
}
.sliderys .swiper-slide{
  background: #3D7AD6;
}
.sliderys .swiper-slide.bgf{
  background: #fff;
}

.sliderys .t2{
  font-size: 12px;
  color:#fff;
  font-family: Arial;
  font-weight: normal;
  text-transform: uppercase;
}
.sliderys .num{
  
  font-size:34px;
  font-weight: bold;
  color:#fff;
}
.sliderys .desc{
  font-size: 16px;
  color:#fff;
  line-height: 1.5;
}
.sliderys .bgf .t1,
.sliderys .bgf .t2,
.sliderys .bgf .desc,
.sliderys .bgf .num{
  color:#333;
}
.sliderys .bgf .num{
  color: #3D7AD6;
}
.sliderys .bgf .desc{
  color:#666;
}
.row3{
  overflow: hidden;
  padding: 50px 0 0;
}
.m-xt{
  overflow: hidden;
  position: relative;
}

.m-xt .item{
  width: 253px;
  float: left;
  height: 650px;
}
.g-xt{
  position: relative;
}
.m-xt .item.on{
  width: calc(100% - 506px);
  
}


.m-xt .item .show{
  height: 100%;
  float: left;
  width: 253px;
  color:#fff;
  background: #3E3E3E;
  padding: 27px 74px 0;
  text-align: center;
}
.m-xt .item:nth-child(even) .show{
  background: #595959;
}
.m-xt .show .icon{
  font-size: 36px;
  font-family: Impact;
  margin-bottom: 2px;
}
.m-xt .show .line{
  width: 32px;
  height: 1px;
  background: #fff;
  margin:0 auto 44px;
}
.m-xt .show .d1{
  font-size: 20px;
  float: right;
  color: #fff;
  writing-mode: vertical-rl;
}
.m-xt .show .d2{
  font-size: 12px;
    color: #fff;
    float: right;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}
.m-xt .show  .d3{
  overflow: hidden;
  width: 45px;
  height: 45px;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.m-xt .item .hide{
  overflow: hidden;
  height: 100%;
  position: relative;
  background: url(../images/pic11.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
} 
.m-xt .hide .info{
  width: 450px;
  height: 320px;
  background: rgba(255, 255, 255, .8);
  padding: 45px 28px;
}
.m-xt .hide .en{
  font-size: 24px;
  color:#3D7AD6;
  font-weight: bold;
} 
.m-xt .hide .cn{
  font-size: 12px;
  color:#3D7AD6;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.m-xt .hide .desc{
  font-size: 14px;
  color:#333333;
  margin-bottom: 20px;
}
.m-xt .hide .more{
  display: block;
  width: 106px;
  height: 40px;
  border:1px solid #828282;
  text-align: center;
  line-height: 38px;
  color:#828282;
  text-transform: uppercase;
}
.m-xt .item.on .show,
.m-xt .item:nth-child(even).on .show .show{
  background: #3D7AD6;
}
.m-pro{
  overflow: hidden;
}
.m-pro .firstpro{
  float: left;
  width: 730px;
  position: relative;
  height: 520px;
  overflow: hidden;
  margin-right: 10px;
}
.m-pro .firstpro img{
  display: block;
  width: 100%;
  height: 100%;
}
.ul-pro{
  overflow: hidden;
  margin: 0 -5px;
}
.ul-pro li{
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.ul-pro .con{
  display: block;
  margin: 0 5px;
  height: 255px;
  overflow: hidden;
}
.ul-pro .con img{
  display: block;
  width: 100%;
  height: 100%;
}
.row4{
  overflow: hidden;
  padding: 68px 0 83px;

}
.row5{
  overflow: hidden;
  padding: 50px 0;
}
.slidercase .pic{
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 75%;
}
.slidercase .txt{
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 122, 214, .8);
  color:#fff;
  transition:all .3s;
}
.slidercase .pic:hover .txt{
  top: 0;
}
.slidercase .pf{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.slidercase .pf .tit{
  margin-bottom: 30px;
  font-size: 18px;
  color:#FFFFFF;
}
.slidercase .pf .bot{
  width: 83px;
  height: 31px;
  line-height: 29px;
  color:#fff;
  border:1px solid #fff;
  margin:0 auto;
  font-size: 12px;
  text-transform: uppercase;
}
.row6{
  overflow: hidden;
  background: url(../images/pic4.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0;
}
.row6 .info{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
  text-align: center;
  margin-bottom: 2.81vw;
}
.ul-about{
  overflow: hidden;
  text-align: center;
  color:#fff;
  margin-bottom: 15.63vw;
}
.ul-about li{
  display: inline-block;
  padding: 0 3.13vw;
  position: relative;
}
.ul-about li::after{
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: -20px;
}
.ul-about li:last-child::after{
  display: none;
}
.ul-about li .ico{
  margin:0 auto 10px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.ul-about li .tit{
  font-weight: bold;
  font-size: 22px;
}

.g-mews{
  overflow: hidden;
}
.firstnew{
  float: left;
  width: 663px;
  margin-right: 80px;
}
.firstnew .pic{
  height: 392px;
  overflow: hidden;
}
.firstnew .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.firstnew .txt{
  padding: 32px 0 0;
}
.firstnew .time{
  font-size: 16px;
  color:#999999;
}
.firstnew .tit{
  font-size: 24px;
  color:#333333;
  line-height: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 50px;
  background: url(../images/pic5.jpg) no-repeat right  center;
}
.newsright{
  overflow: hidden;
  background: #fff;

  position: relative;
}
.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: 96px;
  overflow: hidden;
 
  font-family: Impact;
  
}
.ul-news .time .day{
  font-size: 48px;
  color:#3D7AD6;
}
.ul-news .time .yh{
  font-size: 14px;
  color:#666666;
}
.ul-news .txt{
  overflow: hidden;
  padding-right: 100px;
  padding-bottom: 9px;
  height: 118px;
  padding-top: 12px;
  padding-left: 46px;
  border-left: 1px solid #DCDCDC;
  background: url(../images/pic5.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;
}
.row7 {
    overflow: hidden;
    padding: 61px 0;
}
#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;}


.g-link{
  text-align: center;
  overflow: hidden;
  padding-top: 2.76vw;
}
.g-link a{
  width: 199px;
  line-height: 44px;
  display: inline-block;
  font-size: 16px;
  color:#fff;
  background: #3D7AD6;
  border-radius: 20px;
  margin:0 20px;
}
.g-link a:last-child{
  background:#FFA200;
}
.footer{
  overflow: hidden;
  background: #2C2C2C;
  
}
.footer .top{
  overflow: hidden;
  padding: 68px 0 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.m-form{
  width:493px;
  float: left;
  margin-right: 4.64vw;
}

.g-add{
  overflow: hidden;
}
.m-form .name{
  font-size: 16px;
  color:#FFFFFF;
  padding-left: 49px;
  line-height: 31px;
  margin-bottom: 21px;
  background: url(../images/ico20.png) no-repeat left center;
}
.m-form .form .box{
  overflow: hidden;
  margin-bottom: 16px;
}
.m-form .form .box input{
  width: 48%;
  float: left;
  margin-right: 4%;
  height: 42px;
  padding: 0 10px;
  border:1px solid #ebebeb;
}
.m-form .form .box input:last-child{
  margin-right: 0;
}
.m-form .form textarea{
  display: block;
  resize: none;
  height: 82px;
  width: 100%;
  border:1px solid #ebebeb;
  padding: 10px;
  margin-bottom: 16px;
}
.m-form .tj{
  width: 240px;
  height: 42px;
  background: #2985e8;
  text-align: center;
  line-height: 42px;
  color:#fff;
  cursor: pointer;
}
.snav{
  float: left;
  width: 441px;
  overflow: hidden;
  padding:0 0 0 94px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.snav dl{
    float: left;
}
.snav dl dt{
  color:#fff;
  font-size: 18px;
  margin-bottom: 18px;
}
.snav dl dd{
  display: block;
  overflow: hidden;
}
.snav dl dd a{
  display: block;
  font-size: 16px;
  color:#999;
  line-height: 2.25;
}
.snav dl:last-child{
  margin-left: 100px;
}
.fname{
  font-size: 18px;
  color:#fff;
  margin-bottom: 36px;
}
.g-add{
  width: 360px;
  float: right;
  margin-right: 20px;
}
.g-add .desc{
  margin-bottom: 10px;
  color:#949494;
  font-size: 16px;
  line-height: 1.5;
}
.g-add .tel{
  font-size: 30px;
  padding-left: 41px;
  background: url(../images/ico21.png) no-repeat left center;
  font-weight: bold;
}

.copy{
  
  padding: 20px 0;
}
.copy span,.copy a{
  display: inline-block;
  margin-right: 15px;
  color:#7F7F7F;
  font-size: 15px;
}
.links{
  overflow: hidden;
  background: #2C2C2C;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.links span,.links a{
  display: inline-block;
  margin-right: 15px;
  color:#fff;
  font-size: 14px;
}
@media only screen and (max-width: 1900px) {
  .header{padding: 0 50px;}
  .nav li .v1{margin: 0 10px;}
}
@media only screen and (max-width: 1800px) {
.logo{width: 400px;}
}
@media only screen and (max-width: 1700px) {
.wp{width: 1400px;}


}
@media only screen and (max-width: 1560px) {
  .nav li .v1{font-size: 15px;}
  .g-tit .tit{font-size: 28px;}
  .m-xt .item{height: 500px;width: 180px;}
  .m-xt .show .d2{display: none;}
  .m-xt .item .show{width: 180px;}
  .m-xt .item.on{width:calc(100% - 360px);}
  .m-xt .show .d3{display: none;}
  .ul-list1 .show .tit{font-size: 22px;}
  .ul-list1 .hide .t2{font-size: 20px;}
  .logo{width: 300px;line-height: 80px;height: 80px;}
  .nav li .v1{line-height: 80px;}
  .nav .tel{line-height: 80px;}
  body{padding-top: 80px;}
}
@media only screen and (max-width: 1430px) {
  .wp,.wp2{width: 1200px;}
  .nav .tel{display: none;}
  .g-tit{-webkit-background-size: 0;background-size: 0;padding-top: 0;}
  .m-xt .hide .info{width: 100%;}
  .ul-pro .con{height: 16.5vw;}
  .m-pro .firstpro{height: 460px;}
  .ul-about li .tit{font-size: 22px;}
  .ul-about li{width: 25%;display: block;float: left;padding: 0;border-right: none;}
  .ul-news .time {width: 72px;margin-right: 20px;}
}
@media only screen and (max-width: 1300px) {


}
@media only screen and (max-width: 1230px) {
  .wp,.wp2{width: auto;padding: 0 15px;}
 .m-pro .firstpro{display: none;}
 .ul-pro li{width: 25%;}
  .ul-list1 li{height: 400px;}
  .ul-list1 .show .num{font-size: 32px;margin-bottom: 10px;}
  .ul-list1 .show .line{height: 100px;margin-bottom: 20px;}
  .ul-list1 .hide .t2{font-size: 22px;}
  .ul-list1 .hide{padding: 15px 10px 0;}
  .ul-list1 .show .tit{font-size: 22px;}
.row1,.row2,.row4,.row5,.row6,.row7{padding: 30px 0;}
.row3{padding: 30px 0 0;}
.g-tit .tit{font-size: 22px;margin-bottom: 8px;}
.g-tit{margin-bottom: 10px;}
.g-tit .desc{font-size: 14px;}
.ul-pro li{width: 50%;}
.ul-pro .con{height: 30vw;}
.firstnew{float: none;width: auto;margin-right: 0;margin-bottom: 20px;}
.firstnew .pic{height: 41.67vw;}
.firstnew .txt{padding-top: 0;}
.firstnew .tit{font-size: 18px;background: none;}
.g-tit .desc br{display: none;}
.g-tit .desc{line-height: 1.6;padding: 0 5vw;}
}
@media only screen and (max-width: 1023px) {

.g-tit .tit{font-size: 22px;}
.g-tit .desc i{display: none;}
.ul-list1 li{width: 50%;height: auto;background: #3D7AD6;background-image: none!important; margin-bottom: 1px;}
.ul-list1 .hide{background: none;}
.ul-list1 .show{display: none;}
.ul-list1 .hide{display: block;position: static;height: auto;}
.ul-list1 li.on{width: 50%;}
.ul-list1 .hide .t1{display: none;}
.ul-list1 .hide .desc{display: none;}
.ul-list1 .hide{padding-top: 0;}
.ul-list1 .hide .t2{font-size: 14px;text-align: center;font-weight: normal;margin-bottom: 0;line-height: 40px;}
.ul-list1 li:last-child{width: 100%;}
.m-xt .item.on{width: auto;}
.m-xt .item{width: auto;float: none;height: auto;margin-bottom: 10px;}
.m-xt .item .show{display: none;}
.m-xt .hide .info{height: auto;padding: 10px;}
.row6 .info{font-size: 14px;}
.ul-about li .tit{font-size: 18px;}
.m-xt .hide .en{font-size: 18px;}
.m-xt .hide .cn{margin-bottom: 10px;}
.m-xt .hide .desc{font-size: 12px;margin-bottom: 10px;}
.sliderys .swiper-slide{padding: 15px;}
.sliderys .swiper-slide{height: 160px;}
.sliderys .ico{margin-bottom: 14px;}
.sliderys .tit{margin-bottom: 16px;}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 0;}
.banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
.ul-news li{margin-bottom: 15px;}
.sliderys .swiper-slide .t1{font-size: 20px;}
}

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

}

@media only screen and (max-width: 767px) {
  .ul-pro li{width: 50%;}
  .ul-pro .con{height: 0;position: relative;padding-top: 75%;overflow: hidden;}
  .ul-pro .con img {position: absolute;top: 0;left: 0;}
  .ul-about li{width: 50%;margin-bottom: 10px;}
  .ul-about li:nth-child(3){clear:left;}
  .ul-about li .ico{margin-bottom: 0;}
  .ul-about .desc{font-size: 12px;}
  .row6 .info{font-size: 12px;text-align: left;}
  .ul-about{margin-bottom: 0;}
   .ul-news .txt{padding: 0;background: none;height: auto;border-left: 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;}
  .ul-about li::after{display: none;}
  .g-link a{width: 140px;font-size:14px;margin:0 5px;}
  .m-form .tj{width: 100%;}
  .copy span, .copy a{font-size: 12px;}
}

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

}



/**mobile nav**/
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}
.logo{line-height: 60px;height: 60px;padding-right: 0;border-right: none;width: 260px;}
  body{padding: 60px 0 53px;}
.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: #1E89DD;
    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: 1230px) {

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

}


.g-box1{
  overflow: hidden;
}
.ul-system{
  width: 50%;
  float: right;
  overflow: hidden;
}
.ul-system li{
  height: 160px;
  background-color: #F4F4F4;
  padding: 58px 170px 0 83px;
  border-bottom: 1px solid #eaeaea;
  background-image: url(../images/ico9.png);
  background-position: right 100px center;
  background-repeat: no-repeat;
}
.ul-system li.on{
  height: 280px;
  padding-top: 60px;
  background-color: #3D7AD6;
 background-image: url(../images/ico10.png);
}
.ul-system .hide{
  display: none;
  padding-top: 16px;
}
.ul-system .show{
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left top;
 min-height: 57px;
}
.ul-system .show .cn{
  font-size: 24px;
  color:#333333;
}
.ul-system .show .en{
  font-size: 10px;
  color:#666666;
  text-transform: uppercase;
}
.ul-system li.on .show .cn,
.ul-system li.on .show .en{
  color:#fff;
}
.ul-system .show.s1{
  background-image: url(../images/ico16.png);
}
.ul-system .show.s2{
  background-image: url(../images/ico12.png);
}
.ul-system .show.s3{
  background-image: url(../images/ico13.png);
}
.ul-system li.on .show.s1{
  background-image: url(../images/ico11.png);
}
.ul-system li.on .show.s2{
  background-image: url(../images/ico17.png);
}
.ul-system li.on .show.s3{
  background-image: url(../images/ico18.png);
}
.ul-system li.on .hide{
  display: block;
}
.ul-system .info{
  color:#fff;
  font-size: 16px;
  line-height: 1.63;
}
.ul-system .more{
  display: block;
  width: 106px;
  height: 40px;
  border:1px solid #fff;
  text-align: center;
  line-height: 38px;
  color:#fff;
  text-transform: uppercase;
}
.slidersystem .swiper-slide{
  height: 600px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 1500px) {
.ul-system li{padding-right: 80px;background-position: right 60px center;}
.g-add{margin-right: 0;}
.snav{width: 380px;padding-left: 60px;}
}

@media only screen and (max-width: 1430px) {
  .snav{display: none;}
  .footer .top{padding:24px 0 10px;}
  .fname{margin-bottom: 8px;}
}
@media only screen and (max-width: 1230px) {
.swiper-container.slidersystem{display: none;}
.ul-system{width: auto;float: none;}
.ul-system li{padding: 20px;height: auto;-webkit-background-size: 0;
background-size: 0;}
.ul-system li.on{height: auto;padding-top: 20px;}
.ul-system .hide{padding-top: 18px;}
.ul-system .show .cn{font-size: 22px;}
.footer .qr{float: none;margin-left: 0;}
}
@media only screen and (max-width: 1023px) {
.m-form{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
.g-add{width: auto;float: none;margin-right: 0;}
.fname{margin-bottom: 16px;}
}
@media only screen and (max-width: 767px) {
  .ul-system .show .cn{font-size: 16px;}
  .ul-system .info{font-size: 14px;}
  .m-pro .firstpro{display: block;}
  .m-pro .firstpro{height: 230px;}
  .g-add .desc{font-size: 14px;}
  .m-form .name{font-size: 14px;}
}
