/*-----------------[初始化]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
a:hover {color: #ff4b59;}
/*布局*/
.wp {margin: 0 auto;width: 1580px;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.time5{
  transition:all .5s;
}
/*******************************
    -------[=头部]-------
********************************/
.header{
    background:rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 4.95vw;
}

.logo{
    float: left;
    height: 90px;
    width: 220px;
    background: url(../images/logo.png) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    text-indent: -10000em;
}
.nav{
    float: right;
}
.nav::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav li{
  float: left;
  position: relative;
}
.nav li:last-child{
    border:none;
}
.nav .v1{
    display: block;
    line-height: 90px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 25px;
}
.nav li.on .v1,
.nav li:hover .v1{
   color:red;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left:50%;
    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:rgba(0, 0, 0, 0.8);
}
.subs{
    display: none;
    position: absolute;
    top: 100%;
    left:50%;
    width: 800px;
    margin-left: -400px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 9;
    padding: 20px 50px;
   background:rgba(0, 0, 0, 0.8);
  
}
.subs .box{
    display: flex;
   justify-content: space-between;
}
.subs .desc a{
    color:#fff;
    display: block;
    line-height: 2;
    padding-left: 20px;
    background: url(../images/ico9-1.png) no-repeat left center;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    transition:all .3s;
}
.subs .desc a:hover,
.subs .desc a.red{
    color:red;
    background-image: url(../images/ico9.png);
}
.subs .v2:hover{
   color:red;
}
.subs .v2{
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
     transition:all .3s;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#000;
}

.nav .seach{
  position: relative;
 margin-left: 14px;
}
.nav .seach .so{
  display: block;
  height: 90px;
  width: 30px;
  cursor: pointer;
  background: url(../images/so.png) no-repeat center;
}

.nav .seach .form{
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 300px;
  background-color: #fff;
  border-top: 1px solid  #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.nav .seach .form input{
  float: left;
  display: block;
  height: 45px;
  padding:  0 10px;
  width: calc(100% - 45px);
}
.nav .seach .form .btn{
  width: 45px;
  height: 45px;
  float: right;
  background: url(../images/search.png) no-repeat center;
  -webkit-background-size: 60% 60%;
  background-size: 60% 60%;
}
.nav .tel{
  color:#fff;
  height: 90px;
  padding-left: 50px;
  background: url(../images/hdtel.png) no-repeat left center;
  padding-top: 20px;
  margin-left: 20px;
}
.productshow .productshow_left .pro_txt table tr:hover{
  background: #eee;
}
.nav .tel .t1{
  font-size: 14px;
}
.nav .tel .t2{
  font-size: 21px;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
/*******************************
    -------[=底部]-------
********************************/

/*******************************
    -------[=公用]-------
********************************/
.banner a{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 47.81vw;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:1.82vw;
  }

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


.row-1{
  overflow: hidden;
  padding: 4.72vw 0 5.3vw;
  background: url(../images/bg0.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row-1 .pic{
  float: left;
  overflow: hidden;
  margin-right: 3.65vw;
}
.row-1 .txt{
  overflow: hidden;
  padding-top: 0.99vw;
}
.row-1 .txt .t1{
  font-size: 2.34vw;
  color:#DB2516;
  font-weight: bold;
}
.row-1 .txt .t1 i{
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 9px;
  background: #DB2516;
  border-radius: 50%;
}
.row-1 .txt .t2{
  font-size: 2.86vw;
  line-height: 1.4;
  color:#282828;
  font-weight: bold;
  margin-bottom: 1.2vw;
}
.row-1 .txt .lin{
  width: 50px;
  height: 2px;
  background: #c52831;
  margin-bottom: 1.3vw;
}
.row-1 .txt .desc{
  font-size: 16px;
  color:#555555;
  line-height: 1.75;
  margin-bottom: .4vw;
  text-indent: 2em;
}
.row-1 .txt a{
  width: 152px;
  line-height: 42px;
  display: block;
  background: #e51515;
  color:#fff;
  text-align: center;
  border-radius: 30px;
  margin-left: 24px;
}
.row-1 .txt a:hover{
  opacity: .5;
}
.g-tit{
  text-align: center;
  font-size: 2.34vw;
  font-weight: bold;
  color:#333333;
} 
.row-2{
  overflow: hidden;
  padding: 4.55vw 0 3.6vw;
  background: url(../images/bg3.webp) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row-2 .g-tit{
  color:#fff;
  margin-bottom: 2.65vw;
}
.swiper-s1 .name{
  text-align: center;
  font-size: 26px;
  color:#fff;
  font-weight: bold;
  margin-bottom: .8vw;
}
.swiper-s1 .name i{
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 26px;
  background-repeat: no-repeat;
  margin:0 13px;
}
.swiper-s1 .name i:first-child{
  background-image: url(../images/ico1.png);
}
.swiper-s1 .name i:last-child{
  background-image: url(../images/ico2.png);
}

.swiper-s1 img{
  display: block;
  margin:0 auto;
  transition:all .3s;
}
.swiper-s1 .swiper-button-prev{
  width: 10px;
  height: 18px;
  left: calc(50% - 80px);
  top: auto;
  margin-top: 0;
  bottom:8px;
  background: url(../images/ico-p4.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.swiper-s1 .swiper-button-prev:hover{
  background-image: url(../images/ico-p5.png);
}
.swiper-s1 .swiper-button-next:hover{
  background-image: url(../images/ico-p3.png);
}
.swiper-s1 .swiper-button-next{
 width: 10px;
  height: 18px;
  right: calc(50% - 80px);
  top: auto;
  margin-top: 0;
  bottom:8px;
  background: url(../images/ico-p2.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.swiper-s1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:7px;
  }

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

.row-3 .top{
  overflow: hidden;

  background: url(../images/bg1.jpg) no-repeat;
  padding: 3.95vw 0 0;
}
.row-3 .g-tit{
  margin-bottom: 1.94vw;
}

.ul-tab1{
  text-align: center;
  overflow: hidden;

}
.ul-tab1 li{
  display: block;
  float: left;
  width: 16.66%;
  cursor: pointer;
  padding-bottom: 1.8vw;
  padding: 0 20px 30px;
  position: relative;

}
.ul-tab1 li.on::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 45px;
  height: 22px;
  background: url(../images/ico8.png) no-repeat;
}
.ul-tab1 li .tit{
  font-size: 16px;
  color:#000000;
  line-height: 1.5;
  height: 3em;
  padding-top: 6px;
}
.ul-tab1 li.on .tit{
  color:#DB2516;
}
.ul-tab1 li .ico{
  height: 94px;
  background-repeat: no-repeat;
  background-position: center;
  transition:all .3s;
}
.ul-tab1 li:hover .ico{
  transform:rotate(360deg);
}
.ul-tab1 li .ico.i1{
  background-image: url(../images/ico4.png);
}
.ul-tab1 li .ico.i2{
  background-image: url(../images/ico-h1.png);
}
.ul-tab1 li .ico.i3{
  background-image: url(../images/ico5.png);
}
.ul-tab1 li .ico.i4{
  background-image: url(../images/ico-h4.png);
}
.ul-tab1 li .ico.i5{
  background-image: url(../images/ico-h5.png);
}
.ul-tab1 li .ico.i6{
  background-image: url(../images/ico-x6.png);
}
.gtab1{
  overflow: hidden;
  padding: 4.55vw 0;
  background: #f1f3f9;
}
.gtab1 .pic{
  float: left;
  margin-right: 4.17vw;
  max-width: 763px;
}
.gtab1 .pic object{
  display: block;
 width: 39.74vw;
  height: 15.63vw;
  object-fit: cover;
}
.gtab1 .pic img{
  width: 100%;
  display: block;
}
.gtab1 .pic .svg{
  display: block;
  width: 760px;
  height: 300px;
}
.gtab1 .pic.xx img{
 position: relative;
 top: -40px;
 margin-bottom: -40px;
}
.gtab1 .txt{
  overflow: hidden;
}
.gtab1 .txt .tit{
  font-size: 1.88vw;
  font-weight: bold;
  color:#2B2A2A;
  margin-bottom: 2.4vw;
}
.gtab1 .txt .desc{
  font-size: 16px;
  color:#232323;
  line-height: 2.06;
}
.row-4{
  overflow: hidden;
  background: url(../images/pic3.webp) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 3.43vw 0 2.15vw;
  color:#fff;
}

.row-4 .g-tit{
  color:#fff;
}
.g-title{
  overflow: hidden;
  margin-bottom: 2.6vw;
  font-size: 16px;
}
.g-title .g-tit{
  text-align: left;
  margin-bottom: 12px;
}
.g-title .more{
  float: right;
  padding-top: 1.88vw;
}
.g-title .more a{
  display: block;
  width: 140px;
  line-height: 39px;
  background: #e51515;
  text-align: center;
  color:#fff;
  border-radius: 30px;
}
.g-title .more a:hover{
  opacity: .5;
}
.ul-case{
  overflow: hidden;
  margin:0 -1.15vw;
}
.ul-case li{
  width: 33.33%;
  float: left;
}
.ul-case .con{
  display: block;
  margin:0 1.15vw;
}
.ul-case .pic{
  position: relative;
  height: 0;
  padding-top: 63%;
  overflow: hidden;
}
.ul-case .tit{
  font-size: 18px;
  color:#fff;
  text-align: center;
  padding: 1.56vw 0 2.6vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.row-5{
  overflow: hidden;
  padding: 2.4vw 0 5.68vw;
  background: url(../images/bg2.webp) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.m-new{
  overflow: hidden;
}
.m-new .first{
  float: left;
  width: 800px;
  margin-right: 32px;
}
.m-new .first .pic{
  height: 418px;
  position: relative;
}
.m-new .first .txt{
  background: #e51515;
  color:#fff;
  height: 182px;
  position: relative;
  padding: 42px 40px 0;
}
.m-new .first .txt .tit{
  font-size: 24px;
  margin-bottom: 15px;
}
.m-new .first .txt  .desc{
  font-size: 14px;
  line-height: 1.71;
  max-width: 540px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.m-new .first .txt .time{
  position: absolute;
  top: 58px;
  right: 68px;
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
}
.ul-news{
  overflow: hidden;
}
.ul-news li{
  background: #fff;
  height: 278px;
  padding: 24px 48px 0;
}
.ul-news li:first-child{
  margin-bottom: 42px;
}
.ul-news .time{
  font-weight: bold;
  font-size: 32px;
  color:#202128;
  font-family: Arial;
}
.ul-news  .tit{
  font-size: 24px;
  color:#000000;
  line-height: 1.1;
  padding-bottom: 19px;
  border-bottom: 1px solid  #d7d7de;
  margin-bottom: 17px;
}
.ul-news .desc{
  font-size: 14px;
  color:#7E7E7E;
  line-height: 1.71;
  height: 3.42em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
  margin-bottom: 40px;
}
.ul-news .more{
  font-size: 15px;
  color:#000000;
}
.footer{
  overflow: hidden;
  background: #02122d;
  padding: 3.33vw 0 0;
}
.snav{
  overflow: hidden;
  margin-bottom: 3.3vw;
  display: flex;
  justify-content: space-between;
}
.snav .item{
  padding-left: 1vw;
}
.snav .item:first-child{
 padding-left: 0;
}
.snav .item .tit{
  font-size: 18px;
  color:#fff;
  margin-bottom: 20px;
  display: block;
}
.snav .item .tit:hover{
  color:red;
}
.snav .item .link {
  overflow: hidden;
}
.snav .item .link a,
.snav .item .link p{
  display: block;
  font-size: 15px;
  color:#B1B0AF;
  line-height: 2.13;
}
.snav .item .link a:hover{
  color:red;
}
.snav .item .link.linkpro{
  width: 480px;
}
.snav .item .link.linkpro a{
  width: 50%;
  float: left;
}
.m-form {
  width: 26.04vw;
}
.m-form .inp{
  margin-bottom: 11px;
  overflow: hidden;
}
.m-form .inp input{
  display: block;
  float: left;
  width: 49%;
  background: #363e49;
  margin-right: 2%;
  height: 45px;
  padding: 0 9px;
  color:#fff;
}
.m-form .inp input:nth-child(2){
  margin-right: 0;
}
.m-form .text textarea{
  display: block;
  background: #363e49;
  height: 119px;
  width: 100%;
  resize: none;
  color:#fff;
  padding: 9px;
  margin-bottom: 20px;
}
.m-form .sub{
  width: 162px;
  line-height: 46px;
  text-align: center;
  border:1px solid #3b3b3b;
  color:rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.footer .bom{
  overflow: hidden;
  padding-bottom: 10px;
}
.footer .bom .l{
  overflow: hidden;
}
.footer .bom .l .tel{
  float: left;
  color:#fff;
  margin-right: 2.34vw;
}
.footer .bom .l .tel .t1{
  font-size: 14px;
  margin-bottom: 4px;
}
.footer .bom .l .tel .t2{
  font-family: Arial;
  font-weight: bold;
  font-size: 28px;
  padding-left: 40px;
  background: url(../images/ico7.png) no-repeat left center;
}
.footer .bom  .r{
  padding-top: 24px;
}
.footer .bom  .r a{
  font-size: 14px;
  display: inline-block;
  color:#888888;
}
.copy{
  overflow: hidden;
  padding-top: 28px;
}
.copy span,.copy a{
  font-size: 14px;
  color:#888888;
}
.links{
  overflow: hidden;
  background: #02122d;
}
.links .lj{
  padding: 30px 0;
  border-top: 1px solid #1c2a42;
}
.links span,
.links a{
  display: inline-block;
  font-size: 14px;
  color:#888888;
}
.js-top{
  width: 52px;
  height: 52px;
  background: url(../images/ico6.png) no-repeat;
  position: fixed;
  right: 89px;
  bottom: 100px;
  z-index: 9;
  cursor: pointer;
  display: none;
  transition:all .3s;
}
.js-top:hover{
  opacity: .5;
}
.pcatlist{
  overflow: hidden;
}
.pcatlist .items{
  overflow: hidden;
  margin:0 1vw;
  float: left;
}
.pcatlist .desc a{
  display: block;
}
@media only screen and (max-width: 1700px) {

    .wp{width: 1400px;} 
    .copy span, .copy a{font-size: 16px;}
    .js-top{right: 30px;bottom: 20px;}
    .snav .item .link a{font-size: 14px;}
}
@media only screen and (max-width: 1500px) {

    .wp{width: 1300px;} 
    .copy span, .copy a{font-size: 14px;}
    .snav .item:first-child{margin-right: 0;}
    .gtab1 .txt .desc{font-size: 14px;}
    .gtab1 .txt .tit{margin-bottom: 2vw;}
    .row-1 .pic{width: 600px;}
    .row-1 .pic img{display: block;width: 100%;height: auto;}
    .row-1 .txt .desc{font-size: 14px;}
    .ul-tab1 li .tit{font-size: 16px;}

}
@media only screen and (max-width: 1430px) {
.snav .item:first-child{display: none;}
.snav .item:nth-child(6){display: none;}
}
@media only screen and (max-width: 1360px) {
  .nav .tel{display: none;}
  .wp{width: 1100px;}
  .gtab1 .pic{width: 50%;padding-top: 3vw;}
  .m-new .first{width: 600px;}
  .m-new .first .pic{height: 360px;}
  .m-new .first .txt{padding: 20px 20px 0;}
  .m-new .first .txt .desc{max-width: 400px;}
  .m-new .first .txt .time{right: 40px;top: 50px;}
  .m-new .first .txt{height: 150px;}
  .ul-news .tit{font-size: 20px;padding-bottom: 10px;}
  .ul-news .time{font-size: 24px;}
  .ul-news li:first-child{margin-bottom: 20px;}
  .ul-news li{height: 245px;padding: 20px 20px 0;}
  .ul-case .tit{padding: 15px 0;font-size: 16px;}
    .snav .item .link.linkpro{width: auto;}
  .snav .item .link.linkpro a{float: none;width: auto;}
  .footer .bom .l .tel .t2{font-size: 22px;}
  .ul-tab1 li .tit{font-size: 14px;}
}
@media only screen and (max-width: 1230px) {
  .wp{width: 994px;}
  .row-1 .txt{padding-top: 0;}
  .row-5,.row-4{padding: 40px 0;}
  .row-1 .pic{width: 500px;}
  .row-1 .txt .t1{display: none;}
  .snav .item{display: none;}
  .snav .item:last-child{display: block;}
  .m-form{width: 100%;}
  .snav{display: block;margin-bottom: 10px;}
  .footer .bom .l .tel{display: none;}
  .nav{display: none;}
  .js-top{width: 0;height: 0;}
  .row-1 .txt .t2{font-size: 22px;margin-bottom: 10px;padding-top: 10px;}
  .header{background: #000;}

}

@media only screen and (max-width: 1023px) {
  .wp {width: 740px;}
  .m-new .first{width: auto;float: none;margin-bottom: 20px;margin-right: 0;}
  .row-1 .pic{width: auto;float: none;margin-bottom: 10px;margin-right: 0;}
  .swiper-s1 .name{font-size: 18px;}
  .gtab1 .pic{width: auto;float: none;padding-top: 0;margin-bottom: 10px;}
  .gtab1 .txt .tit{font-size: 18px;}
  .ul-tab1 li.on::after{display: none;}
  .ul-tab1 li{padding-left: 10px;padding-right: 10px;}


}

/*Common For Max 480*/
@media only screen and (max-width: 767px) {
    .wp{width: auto;padding: 0 15px;}
    .m-new .first .pic{height: 220px;}
    .m-new .first .txt .time{position: static;font-size: 14px;}
    .m-new .first .txt{height: auto;padding: 15px;}
    .m-new .first .txt .tit{font-size: 18px;margin-bottom: 2px;}
    .m-new .first .txt .desc{margin-bottom: 10px;}
    .ul-news .desc{margin-bottom: 10px;}
    .ul-news li{height: auto;padding: 15px;}
    .ul-news .time{font-size: 16px;}
    .ul-case li{width: 50%;}
    .ul-case .tit{font-size: 14px;}
    .g-title .l{float: none;}
    .g-title .g-tit{text-align: center;}
    .g-title{text-align: center;font-size: 14px;}
    .g-title .more{float: none;}
    .g-title .more a{margin:0 auto;}
    .g-tit{font-size: 22px;}
    .g-title .g-tit{margin-bottom: 4px;}
    .row-5, .row-4{padding: 25px 0;}
    .ul-tab1 li{display: block;float: left;width:33.33%;margin:0;padding-bottom: 30px;}
    .ul-tab1 li .tit{font-size: 14px;padding: 0 5px;}
    .ul-tab1 li .ico{height: 45px;-webkit-background-size: contain;
    background-size: contain;}
  
    .swiper-s1 .name i{display: none;}
    .footer .bom .l{float: none;}
    .footer .bom .r{float: none;padding-top: 0;}
    .links .lj{padding: 10px 0;}
    .m-form .inp input{width: 100%;margin-right: 0;float: none;margin-bottom: 10px;}
    .m-form .inp{margin-bottom: 0;}
    .snav{margin-bottom: 0;}
    .footer{padding: 25px 0 15px;}
    .row-1{padding: 30px 0;}
    .swiper-s1 .name{font-size: 18px;}
     .ul-tab1 li{padding-bottom: 10px;}
    .ul-tab1 li:nth-child(4),.ul-tab1 li:nth-child(5){padding-bottom: 5px;}
    .ul-tab1 li .tit{font-size: 12px;padding: 0;}
}




.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
  .menu{height: 60px;}
.header .nav{display: none;}
.logo{line-height: 60px;height: 60px;float: left;width: 156px;}
.logo img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
  body{padding: 60px 0 53px;}

.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff ;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow-y: scroll;
        background: #fff;
        width: auto;
        float: none;
        padding: 0 0  100px;
        display: none;
      
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
     
      background-color: #B33140 ;
      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;}
}
.wp2{
  width: 1400px;
  margin:0 auto;
}
.ban{
  position: relative;
  overflow: hidden;
}
.ban.ban1{height:90px;}
.ban img{
  display: block;
  max-width: 100%;
  height: auto;
}
.ban .txt{
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  color:#fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban .txt .t1{
  font-size: 2.4vw;
  font-weight: bold;
  margin-bottom: 16px;
}
.ban .txt .t2{
  font-size: 18px;
}

.cur{
  overflow: hidden;
  background: #F2F5F9;
  line-height: 82px;
}
.dqwz{
  float: left;
  padding-left: 28px;
  background: url(../images/cur.png) left center no-repeat;
}
.dqwz,.dqwz span, .dqwz a{
  font-size: 14px;
  color:#444444;
}
.cur .list{
  overflow: hidden;
  float: right;
  margin-right: 13vw;
}
.cur .list a{
  display: block;
  float: left;
  margin-left: 2.19vw;
  font-size: 15px;
  padding-left: 22px;
  background: url(../images/ico9.png) left center no-repeat;
}
.probg{
  overflow: hidden;
  padding: 4.48vw 0 3.8vw;
}

.mianpro .probg:nth-child(even){
  background: #F2F5F9;
}
.g-item{
  overflow: hidden;
}
.g-item .txt{
  float: left;
  width: 390px;
  padding-right: 38px;
}
.g-item .txt .hottit{
  font-size: 36px;
  color:#333333;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 1.77vw;
}
.g-item .txt .hottit i{
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 43px;
  background: url(../images/ico10.png) no-repeat;
  margin-right: 16px;
}
.g-item .txt .t1{
  font-size: 28px;
  font-weight: bold;
  color:#333333;
  padding-left: 63px;
  margin-bottom: 18px;
  background: url(../images/ico14.png) no-repeat left center;
}
.g-item .txt a.lx{
  display: block;
  width: 140px;
  line-height: 45px;
  color:#fff;
  padding-left: 50px;
  border-radius: 10px;
  font-size: 18px;
  background: #e30713 url(../images/ico11.png) no-repeat left 22px center;
}
.g-item .txt a.more{
  display: block;
  width: 140px;
  line-height: 43px;
  border:1px solid #ff6444;
  font-size: 18px;
  border-radius: 10px;
  padding-left: 50px;
  color:#333;
  margin-top: 14px;
  background:  url(../images/ico12.png) no-repeat left 22px center;
}
.g-item .txt .t2{
  font-weight: bold;
  font-size: 24px;
  color:#333333;
  margin-bottom: 0.99vw;
}
.g-item .txt .desc{
  font-size: 16px;
  color:#555555;
  line-height: 2;
  margin-bottom: 21px;
}
.ul-imglist{
  margin:0 -0.94vw;
  overflow: hidden;
  float: right;
  width:calc(100% - 390px);
}
.ul-imglist li{
  width: 50%;
  float: left;
}
.ul-imglist li .con{
  margin:0 0.94vw;
  overflow: hidden;
}
.ul-imglist  .pic{
  position: relative;
  height: 0;
  padding-top: 77%;
  overflow: hidden;
  border-radius: 10px;
}
.ul-imglist .tit{
  font-size: 18px;
  color:#333333;
  text-align: center;
  line-height: 24px;
  padding-top: 18px;
}
.ul-imglist .tit i{
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 28px;
  height: 24px;
  background: url(../images/ico13.png) no-repeat;
}


@media only screen and (max-width: 1500px) {
  .wp2{width: 1200px;}
  .g-item .txt .hottit{font-size: 30px;margin-top: 0;}
  .cur .list a{font-size: 14px;}
}
@media only screen and (max-width: 1230px) {
.wp2{width: 994px;}
.ban.ban1{height:0;}
.g-item .txt .desc{font-size: 14px;}
.g-item .txt .hottit{font-size: 24px;margin-bottom: 5px;}
.g-item .txt .t1{font-size: 24px;}
.g-item .txt .t2{font-size: 18px;margin-bottom: 5px;}
.cur .list a{margin-left: 1vw;}
.g-item .txt a.more{font-size: 16px;}
.g-item .txt .hottit i{width: 16px;height: 21px;-webkit-background-size: cover;
background-size: cover;}
.cur .list{display: none;}
.cur{line-height: 100%;padding: 20px 0;}
.g-item .txt a.lx{float: left;margin-right: 15px;}
.g-item .txt a.more{overflow: hidden;margin-top: 0;}
.g-item .txt .desc{margin-bottom: 10px;}
.ban .txt .t1{font-size: 22px;margin-bottom: 4px;}
.ban .txt .t2{font-size: 14px;}
.nav_mobile li .sub .item{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  padding: 10px 0;
}
.nav_mobile li .sub .item:last-child{border-bottom: none;}
.nav_mobile li .sub .v2{color:#fff;font-weight: bold;padding: 0 20px;font-size: 16px;}
.nav_mobile li .sub .item a{width: 50%;float: left;line-height: 1.8;}
}
@media only screen and (max-width: 1023px) {
  .g-item .txt{width: auto;float: none;margin-bottom: 15px;padding-right: 0;}
  .ul-imglist{width: auto;float: none;}
  .wp2{width: 740px;}
  .gtab1 .pic object{width: 100%;height: 31.25vw;}
}
@media only screen and (max-width: 767px) {
  .wp2{width: auto;padding: 0 15px;}
  .ul-imglist .tit{font-size: 14px;padding-top: 8px;}
  .ul-imglist .tit i{display: none;}
  .g-item .txt .t1{font-size: 20px;}
  .ban img{min-height: 120px;object-fit: cover;}
  .probg{padding: 30px 0;}

}

.ul-shouhou{
    overflow: hidden;
    margin:0 -20px;
}
.ul-shouhou li{
    float: left;
    width: 33.333%;
}
.ul-shouhou .con{
    overflow: hidden;
    margin:0 20px;
}
.ul-shouhou .pic{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 110%;
}
.ul-shouhou .txt{
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
   height: 80px;
   color:#fff;
    background-color: rgba(34,33,28,0.8);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.ul-shouhou li:nth-child(2) .txt{
    bottom:auto;
    top: 30px;
}
.ul-sc1{
  margin-bottom: 1vw;
}
.m-sc1{
  padding-bottom: 3vw;
}
.m-caselist{
  overflow: hidden;
  padding: 3vw 0 2vw;
}
.m-caselist.bg{
  background: #eee;
}
@media only screen and (max-width: 767px) {
.ul-shouhou li{width: auto;float: none;margin-bottom: 20px;}
}
.swiper-2 .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.swiper-2 .txt{
  background-color: #fff;
  padding: 15px;
  font-size: 16px;
}

.swiper-5 .swiper-slide{
  background: #f8f8f8;
  padding: 30px 20px;
  height: 160px;
}

.swiper-5 .txt{
  overflow: hidden;
}
.swiper-5 .tit{
  font-size: 21px;
  color:#333333;
  line-height: 1.3;
overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.swiper-5 .desc{
  font-size: 14px;
  color:#999999;
  line-height: 18px;
  margin-bottom: 10px;
    display: -webkit-box;  
      overflow: hidden;  
      text-overflow: ellipsis;  
      word-break: break-all;  
      -webkit-box-orient: vertical;  
      -webkit-line-clamp: 2;
}
.swiper-5 .time{
  color:#999;
  font-size: 12px;
}