/*-----------------[Ã¥Ë†ÂÃ¥Â§â€¹Ã¥Å’â€“]--------------*/
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: 100px;}
.wp {margin: 0 auto;width: 1500px;}
.wp-h {padding: 0 8.33vw;}
/*******************************
    -------[=Ã¥Â¤Â´Ã©Æ’Â¨]-------
********************************/
.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 .box{
   
}
.header .box::after{
   content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 110px;
}
.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: 17px;
    color:#384248;
    display: block;
    line-height:110px;
    width: 112px;
    text-align: center;
    border-bottom:4px solid transparent;
}
.nav li::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background: #d2d2d2;
}
.nav li.nobo::after{
  display: none;
}
.nav li:hover .v1{
  border-color: #0079C5;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 0;
    width: 200px;
    margin-left: -100px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #0079C5;
}
.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{
  text-align: right;
  background: url(../images/ico1.png) no-repeat left center;
  padding: 0 0 0 38px;
  margin-top: 30px;
}
.nav .tel p{
  font-size: 25px;
  color:#0079C5;
  line-height: 25px;
  font-family: Arial;
  font-weight: bold;
}







.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: 42.29vw;

}
.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: 80px;
height: 8px;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: #ffb400;}

.g-tit{
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.g-tit .tit{
    font-size: 45px;
    color:#191919;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 13px;
}
.g-tit .desc{
    font-size: 16px;
    color:#7E7E7E;
}
@media only screen and (max-width: 1600px) {

     
}
@media only screen and (max-width: 1430px) {
.g-tit .tit{font-size: 28px;}
}
@media only screen and (max-width: 1023px) {
.g-tit .tit{font-size: 26px;}
  .g-tit{margin-bottom: 20px;}
  .g-tit .en{display: none;}
}
@media only screen and (max-width: 767px) {
    .g-tit .tit{font-size: 22px;}
  
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}
}


.row1{
  padding: 43px 0;
  overflow: hidden;
}
.slider1 .pic{
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 75%;
}
.slider1 .tit{
  background-color: #333;
  color:#fff;
  text-align: center;
  font-size: 16px;
  line-height: 58px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-more{
    text-align: center;
    overflow: hidden;
    margin:35px auto 0;
    width: 383px;
    line-height: 48px;
     border-radius: 30px;
    background-color: #262932;
}
.g-more .a1{
    width: 170px;
    float: left;
    overflow: hidden;
    border-radius: 30px;
    background-color: #0079C5;
    text-align: center;
    font-size: 16px;
    color:#fff;
}
.g-more .a2{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color:#fff;
}
.row2{
  padding: 63px 0;
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat top;
}
.row2 .title{
  color:#fff;
  overflow: hidden;
  margin-bottom: 22px;
}
.row2 .g-tit{
  float: left;
  text-align: left;
  margin-bottom: 0;
}
.row2 .tel{
  float: right;
  text-align: right;
  padding-top: 7px;
}
.row2 .g-tit .tit,
.row2 .g-tit .desc{
  color:#fff;
}
.row2 .tel .t1{
  padding-left: 26px;
  font-size: 18px;
  display: inline-block;
  background: url(../images/ico18.png) no-repeat left center;
}
.ul-list1{
  overflow: hidden;
  text-align: center;
  margin-bottom: 29px;
}
.ul-list1 li{
  width: 200px;
  height: 231px;
  background: url(../images/ico19.png) no-repeat center;
  display: inline-block;
  padding-top: 54px;
  margin:0 30px;
}
.ul-list1 .ico{
  width: 50px;
  height: 50px;
  margin:0 auto 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.row2 .tel .t2{
  font-size: 33px;
  font-family: Arial;
  font-weight: bold;
}
.ul-list1 .cn{
  font-size: 21px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 15px;
}
.ul-list1 .en{
  font-size: 15px;
  color:#5F5F5F;
  font-family: Arial;
  text-transform: uppercase;
}
.ul-list1 .num{
  font-size: 18px;
  color:#5F5F5F;
}
.row3{
  padding: 180px 0 50px;
  overflow: hidden;
  background: #f8f8f8;
  margin-top: -154px;
}
.ul-tab{
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.ul-tab li{
  display: inline-block;
  padding: 20px 0 ;
  text-align: center;
  width: 183px;
  background: url(../images/ico20.png) no-repeat right center;
}
.ul-tab li:last-child{
  background-image: none;
}
.ul-tab li a{
  font-size: 16px;
  color:#707070;
}
.ul-tab .ico{
  margin:0 auto;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
}
.ul-tab .ico.i1{
  background-image: url(../images/ico8.png);
}
.ul-tab .ico.i2{
  background-image: url(../images/ico9.png);
}
.ul-tab .ico.i3{
  background-image: url(../images/ico10.png);
}
.ul-tab .ico.i4{
  background-image: url(../images/ico11.png);
}
.ul-tab .ico.i5{
  background-image: url(../images/ico12.png);
}
.ul-tab .ico.i6{
  background-image: url(../images/ico13.png);
}
.ul-tab .ico.i7{
  background-image: url(../images/ico14.png);
}
.ul-tab li.hover .ico.i1{
  background-image: url(../images/ico8-1.png);
}
.ul-tab li.hover .ico.i2{
  background-image: url(../images/ico9-1.png);
}
.ul-tab li.hover .ico.i3{
  background-image: url(../images/ico10-1.png);
}
.ul-tab li.hover .ico.i4{
  background-image: url(../images/ico11-1.png);
}
.ul-tab li.hover .ico.i5{
  background-image: url(../images/ico12-1.png);
}
.ul-tab li.hover .ico.i6{
  background-image: url(../images/ico13-1.png);
}
.ul-tab li.hover .ico.i7{
  background-image: url(../images/ico14-1.png);
}
.ul-tab li.hover a{
  color:#0079C5;
}
.gcase{
  overflow: hidden;
}
.casefirst{
  overflow: hidden;
  width: 53%;
  float: left;
}
.casefirst .pic{
  position: relative;
  height: 0;
  padding-top: 92%;
}
.casefirst .tit{
  background: #0079c5 url(../images/ico15.png) no-repeat right 30px center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 60px;
  padding: 0 30px 0 48px;
  color:#fff;
  font-size: 16px;
}
.ul-case{
  overflow: hidden;
}
.ul-case a{
 display: block;
}
.ul-case .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.ul-case .tit{
  background: #333 url(../images/ico16.png) no-repeat right 30px center; 
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 60px;
  padding: 0 30px 0 48px;
  color:#fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}


.row4{
  padding: 63px 0;
  overflow: hidden;
  background: url(../images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-about{
  overflow: hidden;

  margin-bottom: 53px;
}
.g-about .pic{
  overflow: hidden;
  width: 812px;
  height: 560px;
  float: left;
  background: url(../images/pic4.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-about .txt{
  overflow: hidden;
  color:#fff;
  padding: 46px 58px 0;
    background: url(../images/pic5.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 560px;
}
.g-about .txt .tit{
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: bold;
}
.g-about .txt .desc{
  font-size: 16px;
  line-height: 1.63;
  margin-bottom: 31px;
}
.g-about .txt .line{
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 24px;
}
.g-about a{
  display: block;
  width: 160px;
  height: 39px;
  font-size: 14px;
  color:#fff;
  border:1px solid #fff;
  text-align: center;
  line-height: 37px;
  margin-bottom: 34px;
}
.g-about .info{
  overflow: hidden;
  margin-bottom: 20px;
}
.g-about .info p{
  padding-left:30px;
  background: url(../images/ico17.png) no-repeat left center;
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-right: 30px;
  margin-bottom: 12px;
}
.g-about .tel{
  font-size: 18px;
  padding-left: 26px;
  background: url(../images/ico18.png) no-repeat left center;
}
.g-about .tel span{
  font-size: 28px;
  font-weight: bold;
  font-family:Arial;
}
.ul-list2{
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 58px;
}
.ul-list2 li{
  text-align: center;
}
.ul-list2 li .top{
  overflow: hidden;
  padding-left: 110px;
  background-repeat: no-repeat;
  font-size: 30px;
  color:#fff;
  height: 100px;
  padding-top: 20px;
  margin-bottom: 14px;
  text-align: left;
}
.ul-list2 li .top .en{
  font-size: 12px;
  color:#fff;
  font-weight: bold;
  text-align: left;
}
.ul-list2 li .desc{
  font-size: 16px;
  color:#fff;
}
.row5 .title{
  overflow: hidden;
  margin-bottom: 20px;
}
.row5 .title .cn{
    font-size: 40px;
    color:#323232;
    font-weight: bold;
    line-height: 1.1;
}
.row5 .bom{
    overflow: hidden;
}
.row5 .bom .desc{
    float: left;
    line-height: 45px;
}
.row5 .bom a{
  display: block;
  float: right;
  width: 159px;
  height: 45px;
  font-size: 14px;
  background: #0079c5;
  color:#fff;
  text-align: center;
  line-height: 45px;
}
.g-form{
    background: #FFF;
    margin-bottom: -50px;
    padding: 29px 30px 29px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
   position: relative;
}
.g-form::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.g-form .tit{
  overflow: hidden;
  margin-bottom: 18px;
}
.g-form .cn{
    font-size: 24px;
    color:#1C1C1C;
    font-weight: bold;
    line-height: 36px;
    float: left;
}
.g-form .cn span{
   font-weight: bold;
    font-size: 12px;
    color:#1C1C1C;
    margin-left: 13px;
    text-transform: uppercase;
}
.g-form .desc{
    float: right;
    font-size: 16px;
    line-height: 36px;
    color:#333;
}
.form .w30{
    float: left;
    width: 260px;
    border:1px solid #999;
    margin-right: 20px;
    height: 50px;
    padding-left: 58px;
    background-position: left 16px center;
    background-repeat: no-repeat;
    position: relative;
}
.form i{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;

}
.form .w30.w35{
    width: 660px;
    margin-right: 0;
    background-image: url(../images/ico29.png);
}
.form .w30.s1{
    background-image: url(../images/ico27.png);
}
.form .w30.s2{
    background-image: url(../images/ico28.png);
}
.form .w30 input{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    color:#333;
}
.form .sub{
    float: right;
    position: relative;
    right: -48px;
    top: 0;
    width: 219px;
    height: 68px;
    line-height: 50px;
    font-size: 16px;
    color:#FFFFFF;
    text-align: center;
    background: url(../images/ico7.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
}
.g-form .info{
  font-size: 14px;
  color:#333;
  clear:right;
}

.g-news{

    overflow: hidden;
}
.g-news .img{
    float: left;
    width: 613px;
    height: 448px;
    margin-right: 42px;
     background: url(../images/news.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.slidernew .pic{
    width: 175px;
    height: 98px;
    overflow: hidden;
    float: right;
}
.slidernew a{
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.slidernew .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.slidernew .txt{
    width: 406px;
    float: right;
    margin-right: 58px;
    padding-top: 10px;
}
.slidernew .tit{
    font-size: 18px;
    color:#333333;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slidernew .desc{
    font-size: 14px;
    color:#999999;
    line-height: 1.71;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.slidernew .time{
    overflow: hidden;
    color:#999999;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    background: url(../images/jian.jpg) no-repeat bottom left;
}
.row5{
    overflow: hidden;
    padding:50px 0 60px;
    background: #f6f6f6;
}
.row5 .l{
  width: 700px;
  margin-right: 50px;
}
.sliderimg .swiper-slide{
  display: block;
  height: 412px;
}
.sliderimg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sliderimg .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 24px;
    left: auto;
    right: 30px;
    text-align: right;
  }
.sliderimg.swiper-container .swiper-pagination-bullet{width: 16px;
height: 16px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: block;display: inline-block;}
.sliderimg.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #0079c5;}


.footer{
    background: #0079c5;
    overflow: hidden;
    color:#fff;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .top{
    padding: 31px 0 0;
    border-bottom: 1px solid #4c4c4c;
}
.footer .tit{
    text-align: center;
    font-size: 30px;
    color:#FFFFFF;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 12px;
}
.footer .tit::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    width: 32px;
    height: 2px;
    background: #87674a;
}
.footer .desc{
    font-size: 16px;
    margin-bottom: 16px;
    color:#fff;
}
.g-form2{
    overflow: hidden;
    margin-bottom: 23px;
}
.g-form2 .w3{
    float: left;
    width: 270px;

    margin-right: 30px;
    height: 60px;
}
.g-form2 .w3.w35{
    width: 610px;
    margin-right: 0;
}
.g-form2 .w3 input{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 28px;
    color:#333;
    background: #fff;
}
.g-form2 .w3 input::placeholder{
  color:#333;
}
.g-form2 .sub{
    overflow: hidden;
    float: right;
    width: 230px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color:#333;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    cursor: pointer;

}
.g-add{
    overflow: hidden;
    margin-bottom: 10px;
}
.g-add .box{
  overflow: hidden;
  float: left;
}
.g-add .item{
    float: left;
    font-size: 16px;
    line-height: 1.5;
    padding:0 38px 0 58px;
    margin-right: 38px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    color:#8DD3FF;
}
.g-add .item:nth-child(3){
  padding-right: 0;
  margin-right: 0;
}
.g-add .item p span{
  font-weight: bold;
  font-size: 18px;
}
.g-add .item:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.g-add .qr{
    overflow: hidden;
    float: right;
}
.g-add .qr p{
  font-size: 14px;
  width: 14px;
  float: left;
  padding-top: 14px;
  margin-right: 14px;
}
.g-add .qr .img{
    width: 109px;
    height: 107px;
    overflow: hidden;
    background: url(../images/qr.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.snav{
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.snav a{
  display: block;
  float: left;
  width: 16.66%;
  text-align: center;
  color:#fff;
  line-height: 78px;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
.snav a::after{
  content:'';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  width: 1px;
  height: 29px;
  background: rgba(255, 255, 255, 0.2);
}
.copy{
    overflow: hidden;
    clear:left;
}
.copy a,.copy span{
      line-height:79px;
    color:#8DD3FF;
}
.links{
    overflow: hidden;
    
    background: #191919;
}
.links .name{
    float: left;
    font-size: 48px;
    color:#737373;
    font-family: Arial;
    font-weight: bold;
    margin-right: 40px;
    line-height: 72px;
    padding: 10px 0;
}
.links .link{
    overflow: hidden;
    padding-top: 4px;
}
.links .link a{
    font-size: 16px;
    color:#666;
    margin-right: 20px;
    line-height: 2;
    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) {
.g-about .txt{padding: 20px;}
.g-about .tel span{font-size: 22px;}
}
@media only screen and (max-width: 1560px) {
.wp-h{padding: 0 50px;}
.g-tit .tit{font-size: 36px;}
.wp{width: 1200px;}
.g-about .pic{width: 50%;}
.ul-tab li{width: 14.2%;margin:0;display: block;float: left;}
.row1,.row2,.row4,.row5{padding: 50px 0;}
.ul-list2 li .top{padding-top: 0;height: auto;-webkit-background-size: contain;
background-size: contain;padding-left: 74px;}
.slidernew .txt {    width: 280px;    margin-right: 20px;}
.row5 .l {width: 600px;}
}
@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .nav li .v1{font-size: 15px;padding: 0 15px;}
  .g-add .item{margin-right: 0px;}
  .g-form2 .w3.w35, .form .w30.w35{width: 360px;}
  .g-tit .tit{font-size: 26px;}
  .nav .tel{display: none;}
  .ul-list1 li{margin: 0 15px;}
  .slider1 .tit{line-height: 42px;}
  .g-about .txt .desc{font-size: 14px;}
  .g-about .txt .tit{font-size: 20px;}
   .g-about .pic,.g-about .txt{height: 460px;}
   .g-about .info p{font-size: 15px;}
   .g-about .txt .line{height: 2px;margin-bottom: 16px;}
   .row5 .title .cn{font-size: 32px;}

}
@media only screen and (max-width: 1360px) {
   
}
@media only screen and (max-width: 1230px) {
  .g-wd .title .tit{font-size: 26px;}
  .form .w30,.form .w30.w35{width: auto;float: none;margin-right: 0;margin-bottom: 15px;}
  .g-form{padding-bottom: 20px;margin-bottom: 0;}
  .g-form .cn span,.g-form .desc{display: none;}
  .footer .box{width: auto;float: none; }
  .g-add{position: relative;}
  .g-add .qr{float: none;}
  .g-tit .tit{font-size: 24px;margin-bottom: 4px;}
  .row3{padding: 40px 0;margin-top: 0;}
  .row2 .tel .t2{font-size: 20px;}
  .wp,.wp-h{width: auto;padding: 0 15px;}
  .row2 .tel .t1{font-size: 16px;}
  .ul-list1{margin-bottom: 10px;}
  .ul-list1 li{width: 150px;height: 215px;-webkit-background-size: contain;
  background-size: contain;}
  .ul-list1 .en{display: none;}
  .row2 .tel{padding-top: 0;}
  .g-about .pic{display: none;}
  .g-about .txt{height: auto;}
  .row5 .l{display: none;}
  .slidernew .txt {width: calc(100% - 300px);}
  .g-form2 .w3,.g-form2 .w3.w35{width: auto;float: none;margin-right: 0;margin-bottom: 15px;}
  .g-form2 .sub{float: none;}
  .g-form2{margin-bottom: 0;}
  .snav{padding: 10px 0;}
  .snav a::after{display: none;}
  .snav a{width: auto;margin-right: 15px;line-height: 2;}
  .row5 .title .cn{font-size: 26px;}
  .ul-tab li.hover{background: #0079c5;}
  .ul-tab li.hover a{color:#fff;}
  .slider1 .tit{font-size: 14px;padding: 0 4px;}
}
@media only screen and (max-width: 1023px) {
  .g-tit .tit{font-size: 22px;}
  .g-about .pic{display: none;}
  .ul-list2{display: none;}
  .g-add .item{width: auto;float: none;margin-right: 0;}
  .copy a, .copy span{line-height: 2;}
  .row5 .title .cn{font-size: 22px;}
  .ul-list1 li{display: block;float: left;width: 20%;margin:0;}
  .ul-tab .ico{display: none;}
  .casefirst{display: none;}
  .ul-tab li{background: #eee;background-image: none;padding: 0;line-height: 45px;}
  .ul-case .pic{padding-top: 75%;}
  .ul-case a{padding-left: 0;margin-bottom: 0;}
  .ul-case .tit{line-height: 45px;font-size: 12px;}
  .ul-tab li{width: 33.333%;border-bottom: 1px solid #f7f7f7;border-right: 1px solid #f7f7f7;line-height: 38px;}
  .g-about{margin-bottom: 0;}
}

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

}

@media only screen and (max-width: 767px) {
  .slidernew .pic{width: auto;float: none;height: 200px;}
  .slidernew .txt{width: auto;float: none;}
  .slidernew.swiper-container{padding-top: 0;}
  .row5 .bom .desc{display: none;}
  .row5 .bom a{position: relative;top: -50px;}
  .ul-list1 li{width: 33.33%;height: 150px;padding-top: 30px;}
  .ul-list1 .cn{font-size: 16px;}
  .ul-list1 .num{display: none;}
  .g-tit .desc{font-size: 14px;}
  .banner.swiper-container .swiper-pagination-bullet{width: 30px;height: 4px;}
  .row2 .g-tit{float: none;}
  .row2 .tel{float: none;text-align: left;}
  .row2 .title{margin-bottom: 0;}

}

@media only screen and (max-width: 500px) {
.ul-list1 li:nth-child(4){margin-left: 17%;margin-top: -52px;}
.ul-list1 li:nth-child(5){margin-top: -52px;}
.g-about .info p{font-size: 12px;margin-right: 10px;}
.g-about .tel span{display: block;}
.g-about .txt .desc{margin-bottom: 10px;}
.g-about a{margin-bottom: 20px;}
.g-about{margin-bottom: 0;}
.row1, .row2, .row4, .row5{padding: 30px 0;}
.g-about .info{margin-bottom: 0;}
.g-about .tel{font-size: 14px;}
.g-form2 .w3,.g-form2 .sub{height: 44px;line-height: 44px;}
.g-add .item p span{font-size: 16px;}
.links .name{float: none;line-height: 1.5;}
.links .link a{line-height: 2;}
.footer .top{padding-top: 16px;}
.g-tit .desc{font-size: 12px;}
.g-tit .tit{font-size: 20px;}
.g-more{width: auto;}
.g-form .tit{margin-bottom: 6px;}
.g-form .cn{font-size: 20px;}
.g-form{padding: 15px;}
}



/**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: 240px;}
  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-y: scroll;
        background: #fff;
        width: auto;
        float: none;
        padding: 0 0 62px;
        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: #0079C5;
    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;}
}


.m-product{
  overflow: hidden;
  padding:30px 0; 
}
.m-product .l{
  width: 300px;
  float: left;
  margin-right: 30px;
}
.pleft .title{
  background: #0079C5;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color:#fff;
}
.ul-pcatlist{
  overflow: hidden;
  background-color: #eee;
}
.ul-pcatlist li a{
  display: block;
  padding: 0 30px;
  font-size: 14px;
  color:#333;
  line-height: 45px;
  border-left: 4px solid #0079C5;
  background: #F5F5F5;
  border-bottom: 1px solid #d9d9d9;
  transition:all .3s;
  font-size: 16px;
  font-weight: bold;
}
.ul-pcatlist li.on a{
  color:#0079C5;
}
.ul-pcatlist li a:hover{
  padding-left: 60px;
  color:#0079C5;
}
.m-product .r{
  overflow: hidden;
  float: none;
}
.mb30{
  margin-bottom: 30px;
}

.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;
}

.g-casebox{
  padding: 30px 0 0;
  overflow: hidden;
}

.g-caseinfo{
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 30px;
  margin:30px 0;
}
.g-caseinfo .title{
  font-size: 32px;
  margin-bottom: 10px;
}
.g-caseinfo .desc{
  font-size: 14px;
  line-height: 2;
}
.g-tit2 .tit{
  text-align: center;
  font-size: 30px;
  color:#333;
  margin-bottom: 36px;
  font-weight: bold;
}

.ul-tab2{
  overflow: hidden;
  margin:0 -10px 20px;
}
.ul-tab2 li{
  width: 14.2%;
  float: left;
  cursor: pointer;
}
.ul-tab2 li .con{
  background: #eee;
  color:#333;
  text-align: center;
  line-height: 42px;
  margin:0 10px;
}
.ul-tab2 li.on .con{
  background: #0079C5;
  color:#fff;
}
.ul-case.ss .tit{
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
}
.g-a1{
  display: block;
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color:#fff;
  font-size: 16px;
  background: #0079C5;
  margin:20px auto 0;
}
@media only screen and (max-width: 1230px) {
.g-caseinfo .title{font-size: 22px;}
.g-caseinfo{padding: 12px;margin-bottom: 0;padding-bottom: 0;}
.g-tit2 .tit{font-size: 20px;margin-bottom: 16px;}
.m-product .l{width: auto;float: none;margin-right: 0;}
.ul-pcatlist{margin-bottom: 20px;}
.ul-pcatlist li a{font-size: 14px;padding: 0 20px;}
.ul-pcatlist li{width: 25%;float: left;}
.pleft .title{font-size: 20px;padding: 10px 20px;}
}
@media only screen and (max-width: 1023px) {
.ul-pcatlist li{width: 33.333%;}
.ul-tab2 li{width: 25%;margin-bottom: 10px;}
.ul-tab2 li .con{margin:0 5px;font-size: 14px;height: 36px;line-height: 36px;}
.ul-tab2{margin:0 -5px 20px;}
}
@media only screen and (max-width: 767px) {
.ul-pcatlist li{width: 50%;}
.ul-pcatlist li a{font-size: 12px;padding: 0 10px;line-height: 36px;}
}