.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; }
.n,em{font-weight:normal; font-style:normal; }

.tc{text-align:center; }
.tr{text-align:right; }
.tl{text-align:left; }
.tdu{text-decoration:underline; }
.tdn,.tdn:hover,a.tdl:hover{text-decoration:none; }

.vm{vertical-align:middle; }
.vt{vertical-align:top; }
.vn{vertical-align:-2px; }

.rel,.pr{position:relative; }
.abs,.pa{position:absolute; }
.dn{display:none; }
.db{display:block; }
.dib{-moz-inline-stack:inline-block; display:inline-block; }
.di{display:inline; }
.ovh{overflow:hidden; }
.ovs{overflow:scroll; }
.vh{visibility:hidden; }
.vv{visibility:visible; }

.fix{*zoom:1; }
.fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.z{_zoom:1; }
.h1{height:1px; }
.h5{height:5px; }
.h10,.h{height:10px; }
.h15{height:15px; }
.h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0; line-height:0; overflow:hidden; clear:both; }

/*布局*/
.wp {
    width: 95%;
    max-width: 1606px;
    margin: 0 auto;
}
/* 面包屑 */
.cur {
  font-size: 18px;
  color: #666;
  line-height: 64px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0px rgba(42, 39, 39, 0.16);
  border-bottom: 1px solid rgba(167, 165, 163, 0.22);
}
.cur a,
.cur span {
  display: inline-block;
  color: inherit;
}
.cur a {
  transition: 0.3s;
}
.cur a:hover {
  color: #e60012;
}

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

}


@media only screen and (min-width: 1199px)  {
    .wp {
        max-width: 83.64vw;
        margin: 0 auto;
    }


}
@media only screen and (max-width: 768px) {
    .wp {
        width: auto;
        max-width: none;
        padding: 0 15px;
    }


    .cur {
        font-size: 14px;
        line-height: 30px;
    }
}

/*  */

.hwzhuanj {
    background: #fff;
    padding: 50px 20px 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .05);
}

.hwzhuanj h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.inputbox {
    overflow: hidden;
}

.inputbox ul li {
    float: left;
    width: 46%;
    margin-bottom: 20px
}

.inputbox ul li:nth-child(2n+1) {
    float: right
}

.inputbox ul li span,
.hwzhuanj .textbox span {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    font-weight: 600
}

.inputbox ul li span em {
    color: #dc3546;
    display: inline-block;
    margin-right: 5px
}

.inputbox ul li input {
    width: 100%;
    height: 46px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    padding: 0 16px;
    box-sizing: border-box;
    background: #fafbff;
    font-size: 13px
}

.textbox textarea {
    width: 100%;
    height: 160px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    padding: 0 16px;
    box-sizing: border-box;
    background: #fafbff;
    font-size: 13px;
    resize: none;
    padding-top: 10px;
}

.tijiao {
    width: 240px;
    line-height: 44px;
    background: #2271e4;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 20px auto 0;
    border: 0;
    cursor: pointer;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}
/* 产品详情页 */
/* 弹窗 */
.m-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.m-pop.on {
  z-index: 2000;
  visibility: visible;
  opacity: 1;
}

.pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}

.m-pop .close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 32px;
  height: 32px;
  background: url(/public/images/inset/d-close2.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}
.m-popvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
}
.m-popvideo video {
  display: block;
  width: 100%;
}
/* 弹窗 */
.row-pro1 {
  padding: 100px 0 0;
}
.m-pro1_1 {
  padding-bottom: 60px;
}
.m-pro1_1 .txt {
  margin-bottom: 110px;
  text-align: center;
  font-size: 24px;
}
.m-pro1_1 .txt .tit {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 35px;
}
.m-pro1_1 .pic {
  display: block;
  margin: 0 auto 120px;
  width: 358px;
  text-align: center;
}
.m-pro1_1 .btns {
  text-align: center;
}
.m-pro1_1 .btns .btn {
  display: inline-block;
  min-width: 180px;
  line-height: 36px;
  background-color: #2271e4;
  border-radius: 18px;
  font-size: 20px;
  color: #ffffff;
  margin: 0 65px;
  transition: 0.3s;
  font-weight: bold;
}
.m-pro1_1 .btns .btn:hover {
  opacity: 0.8;
}
.g-titp1 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.ul-pro1_2 {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items:flex-start;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
.ul-pro1_2 li {
  /*width: 33.3%;
  width:48%;
  float: left;
  margin-right: 4%;*/
  flex: 1;
  display: inline-block;
  margin-right: 4%;
}
.ul-pro1_2 li:last-child{
  margin-right: 0;
}
.ul-pro1_2 .con {
  font-size: 20px;
  padding: 0 10px;
}
.ul-pro1_2 .top {
  font-weight: bold;
  margin-bottom: 15px;
}
.ul-pro1_2 .desc {
  color: #666;
  font-size: 18px;
  line-height: 28px;
}
.ul-pro1_2 .desc p {
  margin-bottom: 15px;
}
.m-pro1_2 {
  background-color: #f2f2f2;
  padding: 100px 0 100px;
  margin-bottom: 105px;
}
.m-pro1_3 {
  width:70%;
  margin: 0 auto 100px;
}
.m-pro1_3 .desc {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}
.m-pro1_3 .slick-current .desc{
  color: #DA251D;
  font-weight: 700;
}
.m-pro1_3 .desc p{
  margin-bottom: 1em;
}
.m-pro1_3 .desc a {
  color: inherit;
}
.m-pro1_3 .desc .span {
  margin-right: 38px;
}
.m-bantxt1_4{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
}
.m-bantxt1_4 .item {
    width: auto !important;
    display: inline-block;
}
.m-pro1_4 {
  margin-bottom: 50px;
}
.m-banpro2 .list{
  position: relative;
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.m-banpro2 .item{
    display: inline-block;
    flex: 1;
    margin: 0 10px;
    text-align: center;
}
.m-banpro2 .item img{
    display: inline-block;
    width:100%;
}

.row-pro3 {
  padding: 110px 0 0;
}
.m-pro1_1 .pic{text-align: center;width: auto;}
.m-tablepro3 .table table{ 
    width:100%!important; 
    border:none;
}
.m-tablepro3 {
  width: 1094px;
  margin: 0 auto;
}
.m-tablepro3 .table {
  border: none;
  overflow-y: auto;
}
.m-tablepro3 .table td {
  border:1px solid #dddddd!important;
  text-align: left;
  padding: 5px 10px;
  line-height: 28px;
  font-size: 18px; 
  width:auto!important;
}
.m-tablepro3 .table tr:first-child td {
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    border-right:1px solid #fff!important;
    background: #ddd;
}
.m-tablepro3 .table tr:first-child td:last-child {
   border-right:1px solid #ddd!important;
}
.m-tablepro3 {width: 100%!important;}
.m-tablepro3 .table th {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 5px solid #dddddd;
}
.m-tablepro3 .table .first-tr td {
  padding-top: 20px;
}
/* 产品中心 */
/* 侧边栏 */
.g-row1 {
  padding: 135px 0 370px;
}
.g-row1 .wp {
  /* display: flex;
  justify-content: space-between; */
  position: relative;
}
.g-row1 .col-l {
  float: left;
  position: sticky;
  width: 18.5%;
  /* float: none; */
}
.g-row1 .right-box {
  width: 78%;
  float: right;
  /* overflow: hidden; */
}
.g-titsnv {
  /* display: none; */
  font-size: 42px;
  font-weight: bold;
}
.snv {
  padding: 95px 0 30px;
  position: relative;
  z-index: 2;
}
.snv li.on {
}

.snv li.on > .link {
  font-weight: 700;
  color: #2271e4;
}
.snv .link {
  display: block;
  display: inline-block;
  font-size: 18px;
  color: #666;
  line-height: 20px;
  padding-right: 43px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.snv .link:hover {
  color: #2271e4;
}
.snv li {
  position: relative;
}
.snv li:hover {
}

.snv .dropicon {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 15px;
  height: 20px;
  background: url(/public/images/inset/arr2.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
  margin-left: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.snv .act > .dropicon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.snv .snv-sub {
  display: none;
  position: relative;
  margin-bottom: 20px;
}

.snv .snv-sub .a {
  display: block;
  display: inline-block;
  font-size: 14px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
  line-height: 20px;
  color: #999;
}
.snv .snv-sub .a.on,
.snv .snv-sub .a:hover {
  color: #2271e4;
}
.snv .snv-sub .two {
  position: relative;
}
.snv .snv-sub .two .dropicon {
  /* top: 18px; */
  /* top: 0.5em; */
}
.snv .snv-sub .act .a {
  /* background-color: #fff; */
}
.snv .snv-three {
  display: none;
}
.snv .snv-three .a {
  padding-left: 10px;
}

.m-detpro1 .desc {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 120px;
  margin-bottom: 50px;
  border-bottom: 1px solid #2271e4;
}
.m-detpro1 .desc:last-child {
  border-bottom: none;
}
.m-detpro1 .desc a {
  color: #2271e4;
  text-decoration: underline;
  transition: 0.3s;
}
.m-detpro1 .desc a:hover {
  opacity: 0.8;
}
.ul-detpro2 {
  margin: 0 -7px;
}
.ul-detpro2 li {
  float: left;
  width: 33.3%;
  padding: 0 7px;
  margin-bottom: 40px;
}
.ul-detpro2 .con {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  height: 490px;
  padding: 70px 40px 0;
  transition: 0.3s;
  position: relative;
}
.ul-detpro2 .con::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/public/images/inset/line.png);
  opacity: 0;
  transition: 0.3s;
}
.ul-detpro2 .con:hover:after {
  opacity: 1;
}
.ul-detpro2 .con:hover {
  box-shadow: 0px 1px 20px 0px rgba(216, 12, 24, 0.16);
}
.ul-detpro2 .tit {
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
.ul-detpro2 .desc {
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  margin-bottom: 30px;
}
.ul-detpro2 .pic {
  width: 188px;
  margin: 0 auto 60px;
}
.ul-detpro2 .pic .img {
  padding-top: 79%;
  position: relative;
  overflow: hidden;
}
.ul-detpro2 .pic .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.3s;
}
.ul-detpro2 .con:hover .pic .img img {
  transform: scale(1.06);
}
.ul-detpro2 .more {
  text-align: center;
}
.ul-detpro2 .more .span1 {
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #333333;
  font-size: 16px;
  text-align: center;
  padding: 0 28px;
  display: inline-block;
  transition: 0.3s;
}
.ul-detpro2 .con:hover .more .span1 {
  background-color: #2271e4;
  color: #fff;
  border-color: #2271e4;
}
.ul-detpro2 .line {
  height: 2px;
  background-color: #2271e4;
  margin-bottom: 30px;
}
/* 应用 */
.row-indus {
  padding: 68px 0 80px;
}
.g-titp2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.ul-indus {
  width: 1100px;
  margin: 58px auto 0;
}
.ul-indus li {
  margin-bottom: 80px;
}
.ul-indus .con {
  display: block;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  transition: 0.3s;
}
.ul-indus .con:hover {
  color: #2271e4;
}
.ul-indus li:nth-child(even) .con {
  flex-direction: row-reverse;
}
.ul-indus .left {
  width: 50%;
  margin-right: 44px;
  margin-top: auto;
  margin-bottom: auto;
}
.ul-indus li:nth-child(even) .left {
  margin-right: 0;
  margin-left: 88px;
}
.ul-indus .pic {
  padding-top: 76%;
  position: relative;
  overflow: hidden;
}
.ul-indus .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 10px;
}
.ul-indus .right {
  flex: 1;
  border-radius: 10px;
  position: relative;
}
.ul-indus .txt{
  position:absolute;
  left:0;
    top:50%;
    transform:translateY(-50%);
}
.ul-indus .gas{
    padding-top:0;
}
.ul-indus .gas .txt{
    position:static;
    transform:none;
}
.ul-indus .txt .tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 28px;
  /*overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;*/
}
.ul-indus .txt .desc {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  /*overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;*/
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1199px) {
  /* 面包屑 */
  .cur {
    font-size: 0.937vw;
    line-height: 3.333vw;
    box-shadow: 1px 1px 0.312vw 0 rgba(42, 39, 39, 0.16);
    border-bottom: 1px solid rgba(167, 165, 163, 0.22);
  }
  .cur a,
  .cur span {
  }
  .cur a {
    transition: 0.3s;
  }
  .cur a:hover {
  }
  /* 产品详情页 */
  /* 弹窗 */
  .m-pop {
    left: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .pop-bg {
    left: 0;
    top: 0;
  }
  .m-pop .close {
    right: 2.604vw;
    top: 2.604vw;
    width: 1.666vw;
    height: 1.666vw;
    background: url(/public/images/inset/d-close2.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .m-popvideo {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
  }
  .m-popvideo video {
  }
  /* 弹窗 */
  .row-pro1 {
    padding: 5.208vw 0 0;
  }
  .m-pro1_1 {
    padding-bottom: 3.125vw;
  }
  .m-pro1_1 .txt {
    margin-bottom: 5.729vw;
    font-size: 1.25vw;
  }
  .m-pro1_1 .txt .tit {
    font-weight: bold;
    font-size: 2.083vw;
    margin-bottom: 1.822vw;
  }
  .m-pro1_1 .pic {
    margin: 0 auto 6.25vw;
    width: 18.64vw;
  }
  .m-pro1_1 .btns {
  }
  .m-pro1_1 .btns .btn {
    min-width: 9.375vw;
    line-height: 1.875vw;
    border-radius: 0.937vw;
    font-size: 1.041vw;
    margin: 0 3.385vw;
    transition: 0.3s;
    font-weight: bold;
  }
  .m-pro1_1 .btns .btn:hover {
    opacity: 0.8;
  }
  .g-titp1 {
    font-weight: bold;
    font-size: 1.562vw;
    margin-bottom: 2.343vw;
    text-transform: uppercase;
  }
  .ul-pro1_2 {
  }
  .ul-pro1_2 li {
    /*width: 33.3%;
    width:48%;*/
  }
  .ul-pro1_2 .con {
    font-size: 1.041vw;
    padding: 0 0.52vw;
  }
  .ul-pro1_2 .top {
    font-weight: bold;
    margin-bottom: 0.781vw;
  }
  .ul-pro1_2 .desc {
     font-size: 0.937vw;
     line-height: 1.458vw;
  }
  .ul-pro1_2 .desc p {
    margin-bottom: 0.781vw;
  }
  .m-pro1_2 {
    padding: 5.208vw 3.125vw 5.208vw;
        margin-bottom: 5.468vw;
  }
  .m-pro1_3 {
    margin-bottom: 5.208vw;
  }
  .m-pro1_3 .desc {
    font-size: 0.937vw;
    line-height: 1.458vw;
  }
  .m-pro1_3 .desc a {
  }
  .m-pro1_3 .desc .span {
    margin-right: 1.979vw;
  }
  .m-pro1_4 {
    margin-bottom: 2.604vw;
  }
  .m-banpro2 {
  }
  /*.m-banpro2 .pic {
    padding-top: 47.9%;
  }
  .m-banpro2 .pic::after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.46;
  }
  .m-banpro2 .pic img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    transition: 0.3s;
  }
  .m-banpro2 .slick-dots {
    left: 0;
    right: 0;
    bottom: 1.718vw;
  }
  .m-banpro2 .slick-dots li {
    margin: 0 1.197vw;
  }
  .m-banpro2 .slick-dots button {
    font-size: 0;
    border: none;
    width: 0.416vw;
    height: 0.416vw;
    border-radius: 50%;
    transition: 0.3s;
  }
  .m-banpro2 .slick-dots .slick-active button {
  }*/
  .row-pro3 {
    padding: 5.729vw 0 0;
  }
  .m-tablepro3 {
    width: 56.97vw;
    margin: 0 auto;
  }
  .m-tablepro3 .table {
    border: none;
  }
  .m-tablepro3 .table td {
    font-size: 0.937vw;
    line-height: 1.458vw;
  }
  .m-tablepro3 .table .first-tr td {
    padding-top: 1.041vw;
  }
  .m-tablepro3 .table table{
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-word;
    }
  /* 产品中心 */
  /* 侧边栏 */
  .g-row1 {
    padding: 7.031vw 0 9.27vw;
  }
  .g-row1 .wp {
    justify-content: space-between;
  }
  .g-row1 .col-l {
    width: 18.5%;
    top: 6.25vw;
  }
  .g-row1 .right-box {
  }
  .g-titsnv {
    /*  */
    font-size: 2.187vw;
    font-weight: bold;
  }
  .snv {
    padding: 4.947vw 0 1.562vw;
    min-height: 33.59vw;
  }
  .snv li.on {
  }
  .snv li.on > .link {
    font-weight: 700;
  }
  .snv .link {
    font-size: 0.937vw;
    line-height: 1.041vw;
    padding-right: 2.239vw;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 1.562vw;
    text-transform: uppercase;
  }
  .snv .link:hover {
  }
  .snv li {
  }
  .snv li:hover {
  }
  .snv .dropicon {
    top: 0;
    right: 0.52vw;
    width: 0.781vw;
    height: 1.041vw;
    background: url(/public/images/inset/arr2.png) no-repeat center;
    -o-background-size: contain;
    background-size: contain;
    margin-left: 0.416vw;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .snv .act > .dropicon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .snv .snv-sub {
    margin-bottom: 1.041vw;
  }
  .snv .snv-sub .a {
    font-size: 0.729vw;
    padding-right: 1.041vw;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0.52vw;
    line-height: 1.041vw;
  }
  .snv .snv-sub .a.on,
  .snv .snv-sub .a:hover {
  }
  .snv .snv-sub .two {
  }
  .snv .snv-sub .two .dropicon {
    /* top: 0.937vw; */
    /* top: 0.5em; */
  }
  .snv .snv-sub .act .a {
    /*  */
  }
  .snv .snv-three {
  }
  .snv .snv-three .a {
    padding-left: 0.52vw;
  }
  .m-detpro1 .desc {
    font-size: 0.937vw;
    line-height: 1.458vw;
    padding-bottom: 6.25vw;
    margin-bottom: 2.604vw;
    border-bottom: 1px solid #2271e4;
  }
  .m-detpro1 .desc:last-child {
    border-bottom: none;
  }
  .m-detpro1 .desc a {
    text-decoration: underline;
    transition: 0.3s;
  }
  .m-detpro1 .desc a:hover {
    opacity: 0.8;
  }
  .ul-detpro2 {
    margin: 0 -0.364vw;
  }
  .ul-detpro2 li {
    width: 33.3%;
    padding: 0 0.364vw;
    margin-bottom: 2.083vw;
  }
  .ul-detpro2 .con {
    background: #ffffff;
    border-radius: 0.52vw;
    height: 25.52vw;
    padding: 3.645vw 2.083vw 0;
    transition: 0.3s;
  }
  .ul-detpro2 .con::after {
    left: 0;
    right: 0;
    top: 0;
    height: 0.208vw;
    content: "";

    background-size: 100% auto;
    background-image: url(/public/images/inset/line.png);
    opacity: 0;
    transition: 0.3s;
  }
  .ul-detpro2 .con:hover:after {
    opacity: 1;
  }
  .ul-detpro2 .con:hover {
    box-shadow: 0 1px 1.041vw 0 rgba(216, 12, 24, 0.16);
  }
  .ul-detpro2 .tit {
    font-size: 1.562vw;
    font-weight: bold;

    -webkit-box-orient: vertical;
    margin-bottom: 0.312vw;
  }
  .ul-detpro2 .desc {
    font-size: 1.25vw;
    font-weight: bold;

    -webkit-box-orient: vertical;
    margin-bottom: 0.52vw;
    margin-bottom: 1.562vw;
  }
  .ul-detpro2 .pic {
    width: 9.791vw;
    margin: 0 auto 3.125vw;
  }
  .ul-detpro2 .pic .img {
  }
  .ul-detpro2 .pic .img img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    transition: 0.3s;
  }
  .ul-detpro2 .con:hover .pic .img img {
    transform: scale(1.06);
  }
  .ul-detpro2 .more {
  }
  .ul-detpro2 .more .span1 {
    line-height: 1.875vw;
    border-radius: 0.937vw;
    border: 1px solid #333333;
    font-size: 0.833vw;
    padding: 0 1.458vw;
    transition: 0.3s;
  }
  .ul-detpro2 .con:hover .more .span1 {
  }
  .ul-detpro2 .line {
    height: 0.104vw;
    margin-bottom: 1.562vw;
  }
  /* 应用 */
  .row-indus {
    padding: 3.541vw 0 4.166vw;
  }
  .g-titp2 {
    font-size: 2.083vw;
    font-weight: bold;
  }
  .ul-indus {
    width: 66.29vw;
    margin: 3.02vw auto 0;
  }
  .ul-indus li {
    margin-bottom: 4.866vw;
  }
  .ul-indus .con {
    align-items: stretch;
    transition: 0.3s;
  }
  .ul-indus .con:hover {
  }
  .ul-indus li:nth-child(even) .con {
    flex-direction: row-reverse;
  }
  .ul-indus .left {
    /* width: 15.1vw; */
    margin-right: 4.582vw;
  }
  .ul-indus li:nth-child(even) .left {
    margin-left: 4.582vw;
  }
  .ul-indus .pic {
    
  }
  .ul-indus .pic img{
     border-radius: 0.52vw;
     height: 25vw;
  }
  .ul-indus .right {
    flex: 1;
    /* background: #ffffff; */
    border-radius: 0.52vw;
  }
  .ul-indus .txt .tit {
    font-size: 1.562vw;
    font-weight: bold;
    margin-bottom: 1.458vw;

    -webkit-box-orient: vertical;
  }
  .ul-indus .txt .desc {
    font-size: 0.937vw;
    line-height: 1.458vw;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 1199px) {
  .g-tabbox{
    position: relative;
    top: auto;
  }
  .g-titsnv {
    font-size: 25px;
  }
  .ul-detpro2 li {
    width: 50%;
  }
  .snv {
    padding: 20px 0;
  }
  .snv .link {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ul-detpro2 .tit {
    font-size: 20px;
  }
  .ul-detpro2 .desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .ul-detpro2 .more .span1 {
    font-size: 14px;
    line-height: 30px;
  }
  .ul-detpro2 .con {
    padding: 30px 20px 0;
    height: 380px;
  }
  .ul-detpro2 .pic {
    margin-bottom: 20px;
  }
  .g-row1 .col-l {
    width: 26%;
    position: relative;
  }
  .g-row1 .right-box {
    width: 73%;
  }
  .g-row1 {
    padding: 80px 0;
  }
  .snv li {
    margin-bottom: 10px;
  }
  .snv .snv-sub .a {
    margin-bottom: 4px;
  }
  .snv .snv-sub {
    margin-bottom: 0;
  }
  .g-bana1 .txt .tit {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .g-bana1 .txt .tit::after {
    height: 5px;
    width: 100px;
  }
  .row-pro1 {
    padding: 80px 0 0;
  }
  .m-pro1_1 .txt .tit {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .m-pro1_1 .txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .m-pro1_1 .pic {
    margin-bottom: 40px;
  }
  .g-titp1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .m-pro1_2 {
    margin-bottom: 30px;
    padding:30px 0 20px;
  }
  .ul-pro1_2{width:100%;}
  .ul-pro1_2 .con {
    font-size: 16px;
  }
  .ul-pro1_2 .top {
    margin-bottom: 5px;
  }
  .ul-pro1_2 .desc p {
    margin-bottom: 5px;
  }
  .m-pro1_3 .desc .span {
    margin-right: 15px;
  }
  .row-pro3 {
    padding: 80px 0 0;
  }
  .m-tablepro3 {
    width: 100%;
  }
  .m-tablepro3 .table th {
    font-size: 16px;
    border-width: 2px;
  }
  .m-tablepro3 .table .first-tr td {
    padding-top: 0;
  }
  .m-tablepro3 .table td {
    line-height: 35px;
    font-size: 14px;
  }
  .m-pro1_1 .btns .btn {
    margin: 0 20px;
    min-width: auto;
    line-height: 30px;
    font-size: 14px;
    padding: 0 30px;
  }
  .m-popvideo {
    width: 95%;
  }
  .g-titp2 {
    font-size: 24px;
  }
  .g-titp3 {
    padding-bottom: 15px;
  }
  .g-titp3::after {
    width: 50px;
    height: 4px;
  }
  .ul-indus {
    width: 100%;
    margin: 30px 0 0;
  }
  .ul-indus .left {
    width: 200px;
    margin-right: 20px;
  }
  .ul-indus .right {
  }
  .ul-indus .txt .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ul-indus li {
    margin-bottom: 30px;
  }
  .ul-indus li:nth-child(even) .left {
    margin-left: 40px;
  }
  .m-banh1 {
    width: auto;
    margin-top: 30px;
    height: auto;
  }
  .m-banh1 .slick-list {
    padding: 0  !important;
  }
  .m-banh1 .item {
    margin: 0 10px;
  }
  .m-banh1 .pic {
    margin-bottom: 10px;
  }
  .m-banh1 h3 {
    font-size: 16px;
  }
  .m-banh1 .slick-current h3 {
    font-size: 18px;
  }
  .m-banh1 .con{
    transform: scale(1);
  }
  .m-banh1 h3,.m-banh1 .slick-current h3{
    font-size: 14px;
    color: #000;
    font-weight: bold;
  }
}
@media only screen and (max-width: 959px) {
  .g-row1 .wp {
    display: block;
  }
  .g-row1 .right-box,
  .g-row1 .col-l {
    float: none;
    width: 100%;
  }
  .g-bana1 .txt .tit {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .g-bana1 .txt .tit::after {
    width: 40px;
    height: 2px;
  }
  .m-banh1 .slick-list {
  }
}
@media only screen and (max-width: 767px) {
  .m-banpro2 .list{
      flex-direction: column;
  }
  .m-banpro2 .list .item{
      margin-bottom: 10px;
  }
  .ul-indus .txt .desc{
      font-size: 14px;
      line-height: 22px;
  }
  .g-titsnv {
    font-size: 22px;
  }
  .g-row1 {
    padding: 50px 0;
  }
  .ul-pro1_2 .desc{
    font-size:14px;
    line-height: 26px;
  }
  .ul-detpro2 {
    margin: 0;
  }
  .ul-detpro2 li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .ul-detpro2 .tit {
    font-size: 16px;
  }
  .ul-detpro2 .more .span1 {
    font-size: 12px;
    line-height: 28px;
    padding: 0 15px;
  }
  .ul-detpro2 .con {
    height: auto;
    padding: 20px;
  }
  .m-detpro1 .desc {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .row-pro1 {
    padding: 50px 0 0;
  }
  .m-pro1_1 .txt .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .m-pro1_1 .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .m-pro1_1 .btns .btn {
    font-size: 12px;
    margin: 0 10px;
  }
  .ul-pro1_2{
      flex-direction:column;
  }
  .ul-pro1_2 li {
    /*float: none;*/
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .ul-pro1_2 .con {
    padding: 0;
    font-size: 14px;
  }
  .g-titp1 {
    font-size: 20px;
  }
  .m-pro1_3 .desc {
    font-size: 14px;
    line-height: 26px;
  }
  .m-bantxt1_4{
      display: inline-block;
      text-align: center;
  }
  .m-bantxt1_4 .item{
      margin:0 5px;
      display: inline-block;
  }
  .m-pro1_3 {
    width:100%;
    margin-bottom: 30px;
  }
  /*.m-banpro2 .slick-dots li {
    margin: 0 4px;
  }*/
  .m-pop .close {
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
  }
  /*.m-banpro2 .slick-dots {
    bottom: 10px;
  }*/
  .row-pro3 {
    padding: 50px 0 0;
  }
  .m-pro1_1 {
    padding-bottom: 40px;
  }
  .m-pro1_1 .pic {
    width: 100%;
  }
  .m-pro1_1 .pic img{
    display: block;
    margin: 0 auto;
  }
  .g-tabbox ul .con {
    font-size: 14px;
    line-height: 35px;
  }
  .g-titp2 {
    font-size: 20px;
  }
  .g-titp3 {
    padding-bottom: 10px;
  }
  .g-titp3::after {
    height: 30px;
    height: 2px;
  }
  .ul-indus .con {
    display: block;
  }
  .ul-indus .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ul-indus .right {
  }
  .ul-indus .txt{
      position: static;
      transform: none;
  }
  .ul-indus li:nth-child(even) .left {
    margin-left: 0;
  }
}

