@import url(style.css);

@import url(mobile.css);

@import url(custom.css);

@import url(lrtk3.css);

@import url(pscroll.css);

@keyframes scaleAnim {

  0% {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

  }

  100% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

}

/*内页*/

.postions {
  height: 72px;
  line-height: 72px;
  overflow: hidden;
  color: #999999;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  /*-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.04);box-shadow: 0 5px 10px rgba(0,0,0,.04);*/
  margin-top: -72px;
  position: relative;
}

/*.postions.bgs2{-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.04);box-shadow: 0 5px 5px rgba(0,0,0,.04); margin-bottom:15px;}*/

.postions.bgs3 {
  background: #f6f6f6;
  border-bottom: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  margin-bottom: 0;
}

.postions.bgs2 {
  /*display:none;*/
  margin-top: -72px;
  background: rgba(231, 231, 231, 0.19);
  position: relative;
}

.postions.bgs4 {
  /*position:absolute; bottom:0; left:0; width:100%; background:rgba(231,231,231,0.19);*/
  display: none;
}

.posadd .postions {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.postions a {
  color: #999999;
}

.postions a:hover {
  color: #0054a7;
}

.postions label {
  color: #999999;
}

.postions .postions_r {
  display: none;
}

.postions .postions_r img {
  vertical-align: baseline;
  margin-right: 8px;
  margin-left: 11px;
  height: 18px;
}

.postions .postions_r img:first-child {
  margin-left: 0;
}

.postions h2 {
  float: left;
  font-weight: normal;
  color: #fff;
  height: 58px;
}

.postions h2 span {
  font-size: 15px;
  font-family: Arial;
  color: rgba(255, 255, 255, 0.5);
}

.postions .rclass {
  float: right;
  background: url(../image/pos_bg2.png) left center no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
  -webkit-tap-highlight-color: #fff;
  -webkit-tap-highlight-color: transparent;
  display: none;
}

.postions .postions_b {
  text-align: center;
}

.postions .postions_b a {
  /*float:left;*/
  display: inline-block;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  z-index: 0;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 182px;
  margin-left: -3px;
  margin-right: -3px;
}

.postions.bgs5 .postions_b a {
  min-width: 256px;
}

.postions .postions_b a:hover {
  color: #0054a7;
}

.postions .postions_b a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0%;
  width: 2px;
  top: 0%;
  height: 100%;
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.16);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

/*.postions .postions_b a.isel:after{left: 0%;right: 0%;opacity: 1;}

.postions .postions_b a:hover:after{left: 0%;right: 0%;opacity: 1;}*/

.postions .postions_b a:last-child:after {
  display: none;
}

.postions .postions_b a.isel {
  color: #fff;
  background: var(--main-color);
}



.postions.bgs2 .postions_b a {
  color: #fff;
}

.postions.bgs2 .postions_b a.isel {
  color: #0054a7;
}





/*分类弹窗*/

.about_bgs {
  z-index: 19891024;
  background: url(../image/about_bg.png) repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.about_tc .closed2 {
  display: none;
}



.o_big_con {
  overflow: hidden;
  position: relative;
}

.o_big {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: cover;
  position: relative;
  width: 100%;
  -webkit-animation: scaleAnim 5s ease forwards;
  animation: scaleAnim 5s ease forwards;
}

.o_big img {
  width: 100%;
  filter: Alpha(Opacity=0);
  opacity: 0;
}

.o_big_con .cons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.o_big_con.bgs3 {
  cursor: pointer;
}

.o_big_con .cons .wrap {
  height: 100%;
  display: table;
}

.o_big_con .cons .wrap2 {
  height: 100%;
  display: table;
}

.o_big_con .h2 {
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.6s;
}

.o_big_con .h2 label {
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 1.0);
  /*margin-top:12px; margin-bottom:80px;*/
  letter-spacing: 4px;
}

.o_big_con.bgs3 .h2 label {
  cursor: pointer;
}

.o_big_con.bgs3 .h2 label img {
  width: 64px;
}

.o_big_con .h2 span {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 1.0);
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
}

.o_big_con .h2 em {
  font-style: normal;
  border-bottom: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
}

.o_big_con.bgs2 .h2 {
  text-align: left;
  padding-bottom: 80px;
}

.o_big_con .videos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*object-fit: fill;*/
  object-fit: cover;
}

.o_big_con.bgs3:hover .h2 {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}

.o_big_con .videos {
  width: 100%;
  /*object-fit: fill;*/
  object-fit: cover;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}



.adicon {
  position: absolute;
  bottom: 25px;
  right: 4%;
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
  transform: translate3d(0, 0, 0) rotate(90deg);
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;

  color: #fff;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  line-height: 1;
  z-index: 20;
}

.adicon a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.l-scrollDown__iconBar {}

.l-scrollDown__iconBarInner {}

.l-scrollDown__iconBar {
  width: 110px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: relative;
  overflow: hidden;
  margin: auto 0 auto 20px;
}

.l-scrollDown__iconBarInner {
  position: absolute;
  top: 0px;
  right: -240px;
  width: 240px;
  height: 1px;
  -webkit-animation: scroll-bar 2s cubic-bezier(0.63, 0.09, 0.38, 0.81) infinite;
  animation: scroll-bar 2s cubic-bezier(0.63, 0.09, 0.38, 0.81) infinite;
  background-color: #fff;
}



.l-scrollDown--posi {
  color: #111;
}

.l-scrollDown--posi .l-scrollDown__iconBar {
  background: #dce0e3
}

.l-scrollDown--posi .l-scrollDown__iconBarInner {
  background-color: #333;
}





/*分页*/

.yema {
  width: 100%;
  text-align: center;
  clear: both;
  overflow: hidden;
  padding-top: 3%;
  padding-bottom: 4%;
  clear: both;
}

.yema.bgs2 {
  text-align: right;
}

.yema a {
  display: inline-block;
  height: 44px;
  line-height: 42px;
  padding-left: 10px;
  overflow: hidden;
  padding-right: 10px;
  min-width: 48px;
  margin-left: 3px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
}

.yema a:hover {
  text-decoration: none;
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.yema .page-num-current{  
  text-decoration: none;
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);}

.yema a.on {
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.yema a.first,
.yema a.last {
  margin-right: 0;
}

.yema a.first:hover,
.yema a.last:hover {
  background-color: var(--main-color);
}

.yema a span {
  font-family: "宋体";
  font-size: 16px;
}

/*暂无内容*/

.nodata {
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../image/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}

.nodata .title {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}

.nodata .desc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}

/*新闻列表*/

.news_ul {
  overflow: hidden;
  margin-top: 3%;
}

.news_ul li {
  display: block;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.news_ul li .imgs {
  width: 414px;
  float: right;
  overflow: hidden;
}

.news_ul li .imgs img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  display: block;
}

.news_ul li:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.news_ul li .nums {
  float: left;
  width: 13.3%;
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
  line-height: 30px;
  color: #777777;
  transition: all 0.3s;
}

.news_ul li .nums .day {
  line-height: 36px;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
}

.news_ul li .nums.bgs2 {
  display: none;
}

.news_ul li .txts {
  margin-right: 1.7%;
  overflow: hidden;
  float: left;
  wmargin-top: 10px;
  text-align: justify;
}

.news_ul li .txts .h3 {
  line-height: 40px;
  overflow: hidden;
  color: #333333;
  transition: all 0.3s;
  text-overflow: ellipsis;
  transition: all 0.3s;
  font-weight: bold;
}

.news_ul li .txts .p {
  height: 84px;
  overflow: hidden;
  color: #343434;
  font-weight: normal;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  transition: all 0.3s;
  max-width: 1120px;
  font-size: 16px;
}

.news_ul li:hover .txts h3 {
  color: var(--main-color);
}

.news_ul li .txts .o_more {
  position: relative;
  float: left;
  margin-left: 46px;
  margin-top: 50px;
  height: 54px;
  width: 54px;
}

.news_ul li .txts .o_more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px dashed #80888f;
  transition: all 0.6s;
}

.news_ul li:hover .txts .o_more:before {
  transform: rotate(180deg);
  /*transform: rotateX(-30deg);*/
}

.news_ul li:hover .txts .o_more:after {
  left: -35px;
}

.news_ul li .txts .o_more:after {
  content: "";
  position: absolute;
  left: -45px;
  width: 75px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
  background: url(../image/news_pic1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}

/*新闻资讯详细*/

.about_x2 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 1%;
}

.about_x2 .show_t {
  line-height: 34px;
  font-size: 24px;
  color: #333333;
  text-align: left;
  margin-bottom: 1%;
  margin-top: 5px;
  font-weight: normal;
}

.about_x2 .show_t.bgs2 {
  font-size: 32px;
}

.about_x2 .con_line {
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: lighter;
}

.about_x2 .con_line span {
  padding-left: 27px;
  margin-right: 4%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 18px;
  display: inline-block;
  vertical-align: top;
}

.about_x2 .con_line span.bgs1 {
  background-image: url(../image/news_pic2.png);
}

.about_x2 .con_line span.bgs2 {
  background-image: url(../image/news_pic3.png);
}

.about_x2 img {
  max-width: 100%;
}

.about_x2 .con_id {
  line-height: 32px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  padding-top: 84px;
  font-size: 16px;
  color: #222222;
  text-align: left;
  /* font-family:"宋体";*/
  padding-bottom: 4%;
  background: #f9f9f9;
  margin-top: 45px;
}

.about_x2 .con_id .boxs {
  width: 94%;
  margin: 0 auto;
  max-width: 820px;
}

.about_x2 .con_id .h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}

.about_x2 .con_id p {
  padding-bottom: 10px;
  /* overflow: hidden; */
}
.about_x2 .con_id p span a{
  border: 1px solid #ececec;
  border-radius: 30px;
  font-size: 14px;
  padding: 5px 20px;
  color: #000;
}


.about_x2 .con_id .case_one {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2%;
  line-height: 38px;
  color: #666666;
  margin-top: -1%;
  margin-bottom: 3%;
}

.about_x2 .con_id .case_one ul li {
  display: block;
  overflow: hidden;
}

.about_x2 .con_id .case_one ul li label {
  float: left;
  overflow: hidden;
}

.about_x2 .con_id .case_one ul li .p {
  overflow: hidden;
  color: #333;
  font-weight: bold;
}

.about_x2 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.about_x2 table td {
  line-height: 22px;
  height: 27px;
  /*border:1px solid #000;*/
}

.prenext {
  padding-top: 2%;
  font-size: 16px;
  margin-bottom: 3%;
  border-top: 1px solid #f0f0f0;
  line-height: 34px;
  text-align: left;
}

.prenext span {
  width: 49%;
  overflow: hidden;
  height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555555;
}

.prenext span em {
  font-style: normal;
  color: #666666;
  text-transform: uppercase;
}

.prenext span.r {
  text-align: right;
}

.prenext a {
  color: #555555;
  overflow: hidden;
  transition: all 0.3s;
}

.prenext a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.prenext .goback {
  clear: both;
  margin: 0 auto;
  display: block;
  vertical-align: top;
  height: 116px;
  line-height: 116px;
  width: 116px;
  color: #555555;
  margin-bottom: -80px;
  background: url(../image/goback.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: 0 5px 20px 0 rgba(195, 40, 55, 0.3);
}

.prenext .goback:hover {
  color: #000;
  box-shadow: 0 5px 20px 0 rgba(195, 40, 55, 0.5);
}

.news_one {
  margin-bottom: 140px;
  /* display:flex;*/
}

.news_one .news_one_l {
  width: 71.5%;
  float: left;
  margin-top: -208px;
}

.news_one .news_one_r {
  width: 26.5%;
  overflow: hidden;
  float: right;
  padding-top: 40px;
  max-width: 302px;
}

.news_one .news_one_r .h4 {
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  line-height: 70px;
}

.news_ul2 {
  margin-top: 3%;
  overflow: hidden;
}

.news_ul2 ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 6%;
  padding-bottom: 6%;
  border-bottom: 1px solid #f0f0f0;
}

.news_ul2 ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.news_ul2 ul li .imgs {
  float: left;
  width: 125px;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  margin-right: 16px;
}

.news_ul2 ul li .imgs img {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.news_ul2 ul li:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.news_ul2 ul li .p {
  font-style: normal;
  height: 36px;
  line-height: 18px;
  color: #999999;
  font-size: 14px;
  margin-top: 8px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_ul2 ul li .h3 {
  font-weight: bold;
  overflow: hidden;
  line-height: 20px;
  height: 20px;
  color: #333333;
  font-size: 16px;
  margin-top: 9px;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_ul2 ul li:hover .h3 {
  color: var(--main-color);
}

.news_ul2 ul li .txts {
  overflow: hidden;
}

.news_ul2 .p102-info-key p {
  color: #000;
}

/*分享*/

.fenxiang {
  margin-top: 20px;
  --dw: 30px;
  --w: var(--dw);
  --size: 60%;
  --sc: #fff;
  --fill: var(--sc);
}

.fenxiang div.social-share {
  display: inline-block;
  vertical-align: top;
}

.fenxiang .news_fx {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
}

.fenxiang .news_fx ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
}


.fenxiang .news_fx ul li.bgs3 {
  position: relative;
}

.fenxiang .news_fx ul li:hover {
  transition: all 0.3s
}


.fenxiang .news_fx ul li a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
}

.fenxiang .news_fx ul li a:hover {
  background-color: var(--main-color);
}

.fenxiang .social-share .icon-qq:before {
  content: "";
}

.fenxiang .social-share .icon-qq {
  border: 0;
}

.fenxiang .social-share .icon-wechat:before {
  content: "";
}

.fenxiang .social-share .icon-wechat {
  border: 0;
  --size: 66%;
}

.fenxiang .social-share .icon-weibo:before {
  content: "";
}

.fenxiang .self-svg {

  width: var(--w);

  height: var(--w);

  background: transparent;

}

.fenxiang .self-svg svg {

  transition: all 0.3s;

}

/*联系我们*/

.contact_one {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: 7%;
  margin-bottom: 8%;
}

.contact_l {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50.83%;
  overflow: hidden;
  height: 727px;
}

.contact_l iframe {
  height: 727px;
}

.contact_r {
  float: left;
  width: 47%;
  max-width: 613px;
  overflow: hidden;
}

.contact_r .h4 {
  font-weight: bold;
  /*overflow:hidden; */
  line-height: 1.2;
  color: #222222;
}

.contact_r .contact_ul {
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  margin-top: 4%;
  padding-bottom: 10px;
  margin-bottom: 6.5%;
}

.contact_r .contact_ul li {
  display: block;
  float: left;
  width: 50%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-position: left top 30px;
  background-size: auto 43px;
  color: #222222;
  font-size: 18px;
  padding-left: 60px;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
}

.contact_r .contact_ul li.bgs1 {
  background-image: url(../image/contact_pic3.png);
}

.contact_r .contact_ul li.bgs2 {
  background-image: url(../image/contact_pic4.png);
}

.contact_r .contact_ul li.bgs3 {
  background-image: url(../image/contact_pic5.png);
  width: 100%;
}

.contact_r .contact_ul li label {
  display: block;
  overflow: hidden;
  color: #999999;
  font-size: 15px;
  font-weight: normal;
}

.contact_r .contact_ul li a {
  color: #222;
}

.contact_r .contact_ul li a:hover {
  color: var(--main-color);
}

.feedback_div {
  overflow: hidden;
  margin-top: 4%;
}

.feedback_div .divs {
  overflow: hidden;
  float: left;
  width: 49%;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
}

.feedback_div .divs:nth-child(2n) {
  float: right;
}

.feedback_div .input_shurk {
  width: 100%;
  height: 48px;
  font-size: 14px;
  border: 0;
  overflow: hidden;
  color: #333;
  text-indent: 20px;
  line-height: 48px;
  outline: none;
  background: none;
  font-family: "PingFang-Regular", "PingFang SC Regular", "微软雅黑";
}

.feedback_div .input_shurk::-webkit-input-placeholder {

  color: #999999;

}

.feedback_div .input_shurk:-moz-placeholder {

  color: #999999;

}

.feedback_div .input_shurk::-moz-placeholder {

  color: #999999;

}

.feedback_div .input_shurk:-ms-input-placeholder {

  color: #999999;

}

.feedback_div .textarea {
  padding: 1%;
  width: calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  padding-left: 20px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  outline: none;
  margin-bottom: 15px;
  padding-top: 12px;
  color: #333;
  height: 100px;
  font-family: "微软雅黑";
}

.feedback_div .textarea::-webkit-input-placeholder {

  color: #999999;

}

.feedback_div .textarea:-moz-placeholder {

  color: #999999;

}

.feedback_div .textarea::-moz-placeholder {

  color: #999999;

}

.feedback_div .textarea:-ms-input-placeholder {

  color: #999999;

}

.feedback_div .bnts {
  opacity: 0;
  filter: Alpha(opacity=0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.feedback_div .bnts2 {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 2%;
}

/*产品列表*/

.product_class {
  text-align: center;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
}

.product_class a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-left: 2%;
  margin-right: 2%;
  position: relative;
  color: #333;
}

.product_class a:after {
  content: "";
  border-bottom: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 0;
  height: 2px;
  background: var(--main-color);
  position: absolute;
}

.product_class a.osel {
  color: var(--main-color);
}

.product_class a.osel:after {
  width: 100%;
  left: 0;
  right: 0;
}

.product_class a:hover {
  color: var(--main-color);
}

.product_bg {
  background: #f9f9f9;
  overflow: hidden;
}

.product_ul {
  margin-top: 5%;
}

.product_ul .divhidden {
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all 0.6s;
  /* height: 0; */
  display: none;
  /* overflow: hidden; */
}

.product_ul .divhidden.on {
  opacity: 1.0;
  filter: Alpha(opacity=100);
  /* height: auto; */
  display: block;
}

.product_ul li {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 3%;
  position: relative;
}

.product_ul li:nth-child(4n) {
  margin-right: 0;
}

.product_ul li:hover .imgs {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.product_ul li .imgs {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.product_ul li .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


.product_ul li .h3 {
  font-weight: normal;
  overflow: hidden;
  line-height: 36px;
  height: 36px;
  margin-top: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  transition: all 0.3s;
}

.product_ul li:hover .h3 {
  color: var(--main-color);
}

/*产品详细*/

.productDetails {
  overflow: hidden;
  padding-top: 2%;
}

.productDetails .information:after {
  content: "";
  height: 0;
  display: block;
  clear: both
}

.productDetails .product_one_l {
  float: left;
  /* width: 702px; */
  /* overflow:hidden;*/
  position: relative;
  background: #fff;
  margin-right: 20px;
}

.productDetails .product_one_l .boxs {
  max-width: 640px;
  margin: 0 auto;
  width: 94%;
}

.productDetails .product_one_l .pro_big2 {
  max-width: 518px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 5px;
}

.productDetails .product_one_l .big_img {
  width: 100%;
}

.productDetails .information {
  background: #f1f1f1;
  overflow: hidden;
  margin-bottom: 6%;
  border-radius: 20px;
}

.productDetails .information .boxs2 {
  /* margin:0 auto; width:96%; max-width:1540px;*/
  margin-top: 4%;
  margin-bottom: 6%;
}

.productDetails .information .conten {
  overflow: hidden;
  position: relative;
  margin-top: 52px;
  /* margin-bottom:40px;*/
}

.productDetails .information .conten .boxs {
  max-width: 780px;
  width: 94%;
  margin-right: 0;
  overflow: hidden;
  /* float: right; */
}

.productDetails .information .conten .cons {
  overflow: hidden;
  height: 563px;
  max-width: 780px;
  margin: 0 auto;
}

.productDetails .information .h2 {
  font-weight: bold;
  line-height: 42px;
  color: #222222;
  /*overflow:hidden;*/
  font-size: 36px;
  margin-top: 6px;
  margin-right: 4%;
}

.productDetails .information .txt {
  overflow: hidden;
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  margin-top: 4%;
  margin-right: 4%;
}

.productDetails .information .txt p {
  overflow: hidden;
  padding-bottom: 3%;
}

.productDetails .information .ul {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin-top: 4%;
  padding-top: 4%;
  overflow: hidden;
}

.productDetails .information .ul li {
  display: block;
  padding-bottom: 4%;
  overflow: hidden;
  padding-left: 30px;
  position: relative;
  color: #777777;
}

.productDetails .information .ul li:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 10px;
  background: #333333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.productDetails .information .rbtn {
  margin-top: 13%;
}

.productDetails .product_one_l .video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/i_pic2.png) center center rgba(0, 0, 0, 0.3) no-repeat;
  background-size: 74px 52px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 6;
  display: none;
}

.productDetails .product_one_l .video-play:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.productDetails .product_one_l.not .video-play {
  display: block;
}

.productDetails .product_one_l .class_small {
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 12px;
}

/*产品放大*/

.productDetails .product_one_l .content_timglt {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.productDetails .product_one_l .content_timglt#bid {
  padding-top: 100%;
}

.productDetails .product_one_l .content_timglt#bid img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.productDetails .product_one_l .content_timglt img {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  /*border:1px solid #e4e4e4;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.productDetails .product_one_l .content_timglt .content_timglt {
  width: calc(100% - 0x);
  width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
}

.productDetails .product_one_l #drag_img {
  width: 160px;
  height: 120px;
  background: url(../image/zoom_bg.gif) repeat;
  float: left;
  display: none;
}

.productDetails .product_one_l.not #drag_img {
  display: none !important;
}

.productDetails .information .conten .content_timgr {
  width: 580px;
  height: 580px;
  float: left;
  overflow: hidden;
  display: inline;
  border: 1px solid #eee;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF;
  z-index: 9;
}

.productDetails .information .conten .content_timgr img {
  max-width: none;
  width: 1200px;
  height: 1200px;
}

.productDetails .information .conten .content_timgr.not {
  opacity: 0;
  filter: Alpha(opacity=0);
}



.productDetails .product_two {
  overflow: hidden;
  background: #fff;
  margin-bottom: 7%;
  padding-bottom: 6%;
  border-radius: 20px;
}

.productDetails .product_two .boxs {
  width: 94%;
  margin: 0 auto;
  max-width: 1260px;
}

.productDetails .product_two .cons {
  overflow: hidden;
  line-height: 1.8;
  font-size: 16px;
  color: #333;
  padding-top: 3%;
}

.productDetails .product_two .cons img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.productDetails .product_title {
  line-height: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
  margin-top: 2.5%;
}

.productDetails .product_title:after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #ededed;
}

.productDetails .product_title .a {
  float: left;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
  position: relative;
}

.productDetails .product_title .a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  background: var(--main-color);
}

.productDetails .product_title .a.on:after {
  width: 100%;
  left: 0;
  right: 0;
}



/*滚动条*/

.i_jsq_scroll {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
  position: relative;
  margin-left: 3%;
}

.i_jsq_scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.i_jsq_scroll::-webkit-scrollbar:vertical {
  width: 2px;
}

.i_jsq_scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 0;
  background-color: var(--main-color);
}

/*解决方案*/

.about_l {
  float: left;
  width: 286px;
  overflow: hidden;
  margin-bottom: 5%;
  margin-top: -98px;
}

.about_l .category_t {
  color: #fff;
  overflow: hidden;
  height: 98px;
  line-height: 98px;
  background: var(--main-color);
  text-indent: 36px;
}

.about_l .i_left_ul2 li h2 {
  font-weight: normal;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
  background: url(../image/solution_pic1.png) #f3f3f3 left center no-repeat;
  background-size: 8px 12px;
  background-position: right 55px center;
  padding-left: 36px;
}

.about_l .i_left_ul2 li h2 a {
  color: #333333;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}

.about_l .i_left_ul2 li h2 a:hover {
  color: var(--main-color);
  margin-left: 3px;
}

.about_l .i_left_ul2 li h2:hover {
  background-image: url(../image/solution_pic1_on.png);
}

.about_l .i_left_ul2 li h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 0px;
  background: var(--main-color);
  transition: all 0.3s;
}

.about_l .i_left_ul2 li:hover h2:after {
  height: 30px;
  margin-top: -15px;
}

.about_l .i_left_ul2 li.left_sel {}

.about_l .i_left_ul2 li.left_sel h2 {
  color: var(--main-color);
  background-image: url(../image/solution_pic1_on.png);
}

.about_l .i_left_ul2 li.left_sel h2 a {
  color: var(--main-color);
  /* font-weight:bold;*/
}

.about_l .i_left_ul2 li.left_sel h2:after {
  margin-top: -15px;
  height: 30px;
}

.about_l .i_left_ul2 li {
  display: block;
  /* width:100%;*/
  position: relative;
  margin-bottom: 5px;
}

.about_r {
  float: right;
  overflow: hidden;
  padding-top: 53px;
  padding-bottom: 10px;
  width: calc(97.65% - 286px);
  width: -webkit-calc(97.65% - 286px);
  width: -moz-calc(97.65% - 286px);
}

.solution_ul {}

.solution_ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5%;
  position: relative;
}

.solution_ul li:nth-child(2n) {
  margin-right: 0;
}

.solution_ul li:hover .imgs {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.solution_ul li .imgs {
  overflow: hidden;
  position: relative;
  padding-top: 61.3%;
}

.solution_ul li .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.solution_ul li:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.solution_ul li .h3 {
  font-weight: bold;
  overflow: hidden;
  line-height: 40px;
  height: 40px;
  margin-top: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  transition: all 0.3s;
}

.solution_ul li:hover .h3 {
  color: var(--main-color);
}

.solution_ul li .p {
  overflow: hidden;
  line-height: 26px;
  height: 55px;
  color: #777777;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.solution_ul li .rbtn {
  margin-top: 27px;
}

/*解决方案详细*/

.solution_one {
  margin-top: 6%;
  margin-bottom: 6%;
  line-height: 1.8;
  color: #777777;
}

.solution_one .h4 {
  font-weight: bold;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 33px 33px;
  padding-left: 54px;
  color: #333;
}

.solution_one .h4.bgs1 {
  background-image: url(../image/solution_pic2.png);
}

.solution_one .h4.bgs2 {
  background-image: url(../image/solution_pic3.png);
  margin-bottom: 2%;
}

.solution_one p {
  overflow: hidden;
  padding-bottom: 2%;
}

.solution_one .ul {
  margin-top: 2%;
}

.solution_one .ul li {
  float: left;
  width: 49%;
  overflow: hidden;
  margin-bottom: 2%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 30.9999999%;
  max-width: 678px;
}

.solution_one .ul li:nth-child(2n) {
  float: right;
}

.solution_one .ul li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.solution_one .ul li:hover img {
  -webkit-transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
  -o-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

.solution_two {
  clear: both;
  overflow: hidden;
  margin-bottom: 7%;
  line-height: 1.4;
  color: #777777;
}

.solution_two .solution_two_l {
  float: left;
  width: 50%;
  overflow: hidden;
}

.solution_two .solution_two_l .color {
  color: var(--main-color);
}

.solution_two .imgs {
  overflow: hidden;
  float: right;
  width: 48%;
  max-width: 620px;
}

.solution_two .imgs img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.solution_two .imgs:hover img {
  -webkit-transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
  -o-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

.solution_two b,
.solution_two strong {
  color: #333333;
  display: block;
  padding-top: 2%;
  padding-bottom: 2%;
}

.goback2 {
  clear: both;
  margin: 0 auto;
  display: block;
  vertical-align: top;
  height: 116px;
  line-height: 116px;
  width: 116px;
  color: #555555;
  margin-top: 5%;
  margin-bottom: 6%;
  background: url(../image/goback.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: -10px 5px 20px 0px rgba(195, 40, 55, 0.3);
}

.goback2:hover {
  color: #000;
  box-shadow: -10px 5px 20px 0px rgba(195, 40, 55, 0.5);
}

/*合作伙伴*/

.partner_bg {
  overflow: hidden;
  background: url(../image/partner_bg1.jpg) center center no-repeat;
  background-size: cover;
}

.partner_ul {
  margin-top: 3.5%;
  margin-bottom: 6%;
}

.partner_ul li {
  float: left;
  width: 18.857%;
  margin-right: 1.42875%;
  margin-bottom: 1.42875%;
  position: relative;
  padding-top: 8.36%;
  overflow: hidden;
}

.partner_ul li:nth-child(5n) {
  margin-right: 0;
}

.partner_ul li:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.partner_ul li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.partner_ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.aboutzr-item {
  width: 100%;
  margin-top: 148px;
  margin-bottom: 8%;
}

.aboutzr-item li {
  float: left;
  width: 12.8%;
  height: 512px;
  padding-top: 206px;
  text-align: center;
  margin-right: 1.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .8s ease;
  position: relative;
  z-index: 0;
}

.aboutzr-item li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.43);
  z-index: -1;
}

.aboutzr-item li:last-child {
  margin-right: 0;
  transform: translateY(-15px);
}

.aboutzr-item li:first-child {
  transform: translateY(-40px);
}

.aboutzr-item li:nth-child(3) {
  transform: translateY(-72px);
}

.aboutzr-item li h2 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.aboutzr-item li p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  opacity: 0;
  transition: all .6s ease;
  transform: translateY(30px);
  transition: all 0s ease 0s;
}

.aboutzr-item li.active {
  width: 57.1%;
  padding: 132px 258px 0 48px;
  text-align: left;
}

.aboutzr-item li.active p {
  opacity: 1;
  transform: translateY(0);
  transition: all .4s ease .7s;
}

/*关于我们*/

.about_one {
  overflow: hidden;
  margin-top: 8%;
  line-height: 1.8;
  margin-bottom: 7%;
}

.about_one img {
  margin: 0 auto;
  display: block;
  width: 40%;
  max-width: 524px;
  margin-bottom: 4%;
}

.about_one p {
  overflow: hidden;
  /* padding-bottom: 2%; */
  text-indent: 30px;
}

.about_one .counter {
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 2%;
}

.about_one .counter ul li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  transition: all 0.3s;
  position: relative;
}

.about_one .counter ul li .txts2 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.about_one .counter ul li .nums {
  line-height: 1;
  color: var(--main-color);
}

.about_one .counter span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: Arial;
}

.about_one .counter label {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  font-weight: 500;
}

.about_one .counter .h6 {
  font-weight: normal;
  overflow: hidden;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 12px;
  margin-bottom: 6px;
  color: #333;
}

.about_one .counter ul li:hover {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.history_bg {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.history_bg .i_title {
  margin-top: 10%;
}

.history_bg .i_title .h3 {
  color: #fff;
  text-align: left;
}

.history_two {
  margin-top: 3.5%;
  /*background:#f4f4f4;*/
  overflow: hidden;
  padding-bottom: 5%;
  text-align: left;
}

.history_two .history_two_con {
  display: none;
}

.history_two .txts {
  overflow: hidden;
}

.history_two .txts .year {
  color: var(--main-color);
  font-weight: bold;
  font-size: 100px;
  overflow: hidden;
  font-family: OpenSans bold;
  line-height: 1.2;
}

.history_two .txts .p {
  color: #fff;
  overflow: hidden;
  line-height: 1.6;
  margin-top: 3%;
  min-height: 270px;
}

.about_history {
  overflow: hidden;
  position: relative;
  margin-top: 3.5%;
}

.about_history:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed rgba(175, 178, 187, 1.0);
  top: 8px;
  left: 0px;
}

.about_two {
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 9%;
}

.about_two .color {
  color: var(--main-color);
}

.about_two .i_title {
  text-align: left;
}

.about_two .desc {
  line-height: 1.8;
  overflow: hidden;
  margin-top: 2.5%;
}

.about_two .ul {
  overflow: hidden;
  margin-top: 3%;
}

.about_two .ul li {
  float: left;
  width: 37.286%;
  overflow: hidden;
  position: relative;
  padding-top: 39%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.6s;
}

.about_two .ul li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: Alpha(opacity=0);
}



.about_two .ul li .bgs {
  /*background:rgba(0,0,0,0.49);*/
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about_two .ul li.active {
  width: 62.714%;
}

.about_two .ul li .h4 {
  overflow: hidden;
  padding-left: 70px;
  padding-right: 2%;
  position: absolute;
  bottom: 6%;
  color: #fff;
  left: 0;
  width: 100%;
  line-height: 1.6;
  font-weight: normal;
  transition: all 0.6s;
}

.about_two .ul li.active .h4 {
  padding-left: 40px;
}

.about_three_bg {
  overflow: hidden;
  background: #f3f3f3;
}

.about_three {
  margin-top: 6%;
  margin-bottom: 6%;
  position: relative;
  min-height: 566px;
  overflow: hidden;
}

.about_three .about_three_l {
  position: absolute;
  width: 50%;
  max-width: 913px;
  overflow: hidden;
  right: 0;
  top: 0;
}

.about_three .about_three_l .img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.about_three .about_three_l:hover .img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.about_three .about_three_l .imgs {
  overflow: hidden;
}

.about_three .about_three_r {
  float: left;
  width: 48%;
  overflow: hidden;
  max-width: 670px;
}

.about_three .about_three_r .i_title {
  text-align: left;
  margin-top: 1%;
}

.about_three .about_three_r .i_title .h3 {
  font-weight: normal;
}

.about_three .about_three_r .ul {
  overflow: hidden;
  margin-top: 37px;
  border-bottom: 1px solid #e6e6e6;
}

.about_three .about_three_r .ul li {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
  padding-top: 24px;
}

.about_three .about_three_r .ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #e6e6e6;
  height: 1px;
}

.about_three .about_three_r .ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  background: var(--main-color);
  height: 2px;
  transition: all 0.3s;
}

.about_three .about_three_r .ul li:hover:after {
  width: 100%;
}

.about_three .about_three_r .ul li .bgs {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  height: 74px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
  transition: all 0.3s;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.about_three .about_three_r .ul li .h4 {
  float: left;
  width: 162px;
  overflow: hidden;
  padding-right: 6px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.about_three .about_three_r .ul li .desc {
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #777777;
  font-size: 18px;
  text-align: right;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.about_three .about_three_r .ul li:hover .bgs {
  opacity: 1.0;
  filter: Alpha(opacity=100);
}

/*荣誉资质*/

.honor_bg {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.honor_bg .wrap2 {
  padding-top: 1%;
}

/*绿色生产*/

.info_list {
  overflow: hidden;
  margin-top: 4%;
}

.info_list ul li {
  display: block;
  overflow: hidden;
  background: #f3f3f3;
  margin-bottom: 4%;
  position: relative;
}

.info_list ul li .imgs {
  float: left;
  width: 50%;
  overflow: hidden;
}

.info_list ul li:nth-child(2n) .imgs {
  float: right;
}

.info_list ul li .imgs img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.info_list ul li .imgs:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.info_list ul li .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.info_list ul li:nth-child(2n) .text {
  right: auto;
  left: 0;
}

.info_list ul li .text .boxs {
  padding-left: 6%;
  padding-right: 6%;
  width: 100%;
}

.info_list ul li .text .tit {
  overflow: hidden;
  color: #333;
  line-height: 1.3;
  font-weight: bold;
}

.info_list ul li .text .txt {
  color: #777777;
  overflow: hidden;
  line-height: 1.7;
  margin-top: 3%;
}

.info_list ul li .text .txt p {
  overflow: hidden;
  padding-bottom: 1.5%;
}

.info_list ul li .text .txt p:last-child {
  padding-bottom: 0;
}

.info_list ul li .i_jsq_scroll {
  background: none;
}

.make_ul {
  margin-top: 4%;
  margin-bottom: 5%;
}

.make_ul li {
  float: left;
  width: 22.5%;
  overflow: hidden;
  margin-bottom: 2%;
  margin-right: 2%;
  position: relative;
  padding-top: 30.57%;
  transition: all 0.3s;
}


.make_ul li:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.make_ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--main-color);
  z-index: 1;
}

.make_ul li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.make_ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}



/*滚动菜单*/

.next-menu {
  --lh: 72px;
  margin-top: -72px;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: var(--lh);
  color: #999999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.42);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.next-menu .swiper-wrapper {
  align-items: center;
  justify-content: center;
  transition-duration: noneimportant;
  transform: none !important;
}

.next-menu .swiper {

  vertical-align: top;
  text-align: center;

}

.next-menu .swiper .swiper-slide {

  width: auto;

  /*padding: 0 1.1em;*/

}

.next-menu .swiper .swiper-slide .link {

  display: inline-block;

  position: relative;

  background: transparent;

  transition: background 0.3s;

  text-align: center;

  transition: all 0.3s;
  color: #fff;
  z-index: 0;
  padding-left: 15px;

  padding-right: 15px;

  min-width: 182px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);

}

.next-menu .swiper .swiper-slide .link::after {

  content: '';

  display: block;

  position: absolute;

  left: 50%;

  bottom: 1px;

  width: 0%;

  height: 100%;

  background: var(--main-color);

  transition: all 0.3s;
  z-index: -1;

}

.next-menu .swiper .swiper-slide:last-child .link {
  border-right: 0;
}

.next-menu .swiper .swiper-slide .link.on {

  color: #fff;

}

.next-menu .swiper .swiper-slide .link.on::after {

  left: 0%;

  width: 100%;

}





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

  /*关于我们*/

  .about_three {
    min-height: inherit;
  }

  .about_three .about_three_r .ul li .bgs {
    height: 64px;
  }

  .about_three .about_three_r .ul li {
    padding-bottom: 60px;
  }

}

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

  /*新闻资讯详细*/

  .news_one .news_one_l {
    margin-top: -185px;
  }

  .about_x2 .con_id {
    margin-top: 35px;
    padding-top: 70px;
  }

  /*关于我们*/

  .about_three .about_three_r .ul li .bgs {
    height: 54px;
  }

  .about_three .about_three_r .ul li {
    padding-bottom: 50px;
  }

}

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

  /*.o_big_con .h2 label{ margin-bottom:56px;}*/

  /*内页*/

  .postions {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    margin-top: -56px;
  }

  .postions.bgs5 .postions_b a {
    min-width: 246px;
  }

  /*新闻资讯详细*/

  .news_one .news_one_l {
    margin-top: -160px;
  }

  .about_x2 .con_id {
    margin-top: 30px;
    padding-top: 50px;
  }

  /*产品列表*/

  .product_class {
    height: 56px;
    line-height: 56px;
  }

  .product_class a {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }



  /*产品详细*/

  .productDetails .product_one_l {
    width: 600px;
    padding-right: 0px;
  }

  .productDetails .information .conten .content_timgr {
    width: 600px;
    height: 452px;
  }

  .productDetails .information .conten .content_timgr img {
    width: 1000px;
    height: 753px;
  }

  .productDetails .information .txt {
    line-height: 30px;
    font-size: 16px;
  }

  .productDetails .information .conten .cons {
    height: 650px;
  }

  .productDetails .information .h2 {
    font-size: 36px;
  }

  /*解决方案*/

  .solution_ul li .h3 {
    margin-top: 30px;
  }

  /*关于我们*/

  .about_three .about_three_r .ul li .bgs {
    height: 44px;
  }

  .about_three .about_three_r .ul li {
    padding-bottom: 40px;
    padding-top: 20px;
  }

  /*滚动菜单*/

  .next-menu {
    --lh: 56px;
    margin-top: -56px;
    font-size: 15px;
  }

}

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

  /*内页*/

  .postions.bgs5 .postions_b a {
    min-width: 226px;
  }

  /*联系我们*/

  .contact_l {
    width: 50%;
  }

  .contact_r {
    width: 48%;
  }

  /*产品详细*/

  .productDetails .product_title {
    height: 80px;
    line-height: 80px;
  }

  /*关于我们*/

  .about_three .about_three_r .ul li .desc {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }

  .about_three .about_three_r .ul {
    margin-top: 27px;
  }

}

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

  /*内页*/

  .postions h2 {
    font-size: 18px;
  }

  .postions h2 span {
    font-size: 14px;
  }

  .postions .postions_b a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .adicon {
    display: none;
  }

  .postions.bgs5 .postions_b a {
    min-width: 206px;
  }

  .o_big_con.bgs2 .h2 {
    padding-bottom: 90px;
  }

  /*新闻列表*/

  .news_ul li {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news_ul li .imgs {
    width: 400px;
  }

  .news_ul li .txts {
    width: calc(85% - 400px);
    width: -webkit-calc(85% - 400px);
    width: -moz-calc(85% - 400px);
  }

  .news_ul li .txts .o_more {
    margin-top: 40px;
  }

  /*新闻资讯详细*/

  .about_x2 .con_id {
    font-size: 15px;
    line-height: 30px;
  }

  .news_one .news_one_r .h4 {
    height: 60px;
    line-height: 60px;
  }

  .about_x2 .con_line {
    font-size: 14px;
  }

  /*联系我们*/

  .contact_r .contact_ul {
    margin-bottom: 5%;
  }

  .contact_r .contact_ul li {
    float: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    background-position: left top 20px;
  }

  /*产品详细*/

  .productDetails .product_one_l {
    width: 500px;
  }

  .productDetails .product_one_l .boxs {
    margin-top: 30px;
  }

  .productDetails .information .conten {
    margin-top: 30px;
  }

  .productDetails .information .conten .content_timgr {
    width: 500px;
    height: 377px;
  }

  .productDetails .information .conten .content_timgr img {
    width: 800px;
    height: 603px;
  }

  .productDetails .information .txt {
    font-size: 14px;
    line-height: 26px;
  }

  .productDetails .information .txt p {
    padding-bottom: 2%;
  }

  .productDetails .information .conten .cons {
    height: 590px;
  }

  .productDetails .information .h2 {
    font-size: 30px;
    line-height: 42px;
    margin-top: 5px;
  }

  .productDetails .information .ul li:before {
    top: 8px;
  }

  .productDetails .product_two .cons {
    font-size: 15px;
  }

  /*解决方案*/

  .solution_ul li .h3 {
    margin-top: 20px;
  }

  .solution_ul li .p {
    line-height: 28px;
    height: 56px;
    margin-top: 6px;
  }

  .solution_ul li .rbtn {
    margin-top: 20px;
  }

  /*社会责任*/

  .aboutzr-item li h2 {
    font-size: 18px;
  }

  .aboutzr-item li.active {
    padding: 132px 140px 0 48px;
  }

  /*关于我们*/

  .history_two .txts .year {
    font-size: 90px;
  }

  .history_two .txts .p {
    margin-top: 2.5%;
  }

  .about_two .ul li .h4 {
    padding-left: 40px;
  }

  .about_two .ul li.active .h4 {
    padding-left: 20px;
  }

  .about_three {
    margin-bottom: 5%;
  }

  .about_three .about_three_r .ul {
    margin-top: 20px;
  }

  /*滚动菜单*/

  .next-menu .swiper .swiper-slide .link {
    padding-left: 12px;
    padding-right: 12px;
  }

}



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

  /*内页*/

  .postions {
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
  }

  .postions .postions_b a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }

  .postions.bgs5 .postions_b a {
    min-width: 186px;
  }

  .o_big_con .h2 span {
    font-size: 14px;
  }

  /*.o_big_con .h2 label{ margin-bottom:50px;}*/





  /*分页*/

  .yema a {
    height: 36px;
    line-height: 34px;
    min-width: 40px;
  }

  /*产品详细*/

  .productDetails .product_one_l .pro_big2 {
    margin-bottom: 11px;
  }

  .productDetails .information .conten .content_timgr {
    display: none !important;
  }

  .productDetails .product_one_l #drag_img {
    display: none !important;
  }

  .productDetails .information .conten .boxs {
    max-width: none;
  }

  .productDetails .information .txt {
    font-size: 13px;
    line-height: 26px;
  }

  .productDetails .information .conten .cons {
    height: 580px;
  }

  .productDetails .information .h2 {
    font-size: 26px;
    line-height: 40px;
  }

  /*关于我们*/

  .history_two .txts .year {
    font-size: 80px;
  }

  /*滚动菜单*/

  .next-menu {
    --lh: 50px;
    margin-top: -50px;
    font-size: 14px;
  }

  .next-menu .swiper .swiper-slide .link {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 162px;
  }



}



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

  /*内页*/

  .postions {
    position: static;
    margin-top: 0;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
  }

  .postions .postions_r {
    display: inline;
  }

  .postions .postions_r img {
    height: 12px;
  }

  .postions .rclass {
    display: block;
  }

  .postions .postions_b {
    display: none;
  }

  .postions .postions_b a {
    float: none;
    font-size: 15px;
    display: block;
    padding-right: 0;
    padding-left: 3%;
    text-align: left;
    background: #efefef;
    border-bottom: 1px solid #fff;
    width: auto;
    color: #2b2b2b;
  }

  .postions .postions_b a:hover {
    background: #0000cd;
    color: #fff;
  }

  .postions .postions_b a.isel {
    color: #fff;
    background: var(--main-color);
  }

  .postions .postions_b a:after {
    height: 0;
  }

  .postions.bgs2 {
    margin-top: 0px;
    background: #fff;
    position: inherit;
  }

  .postions.bgs2 .postions_b a {
    color: #333333;
  }

  .postions.bgs2 .postions_b a.isel {
    color: #fff;
  }

  .postions.bgs2 .postions_b a:hover {
    color: #fff;
  }

  /*.o_big_con .h2 label{ margin-bottom:0; margin-top:8px;}*/

  .postions.bgs4 {
    display: block;
  }

  /*分类弹窗*/

  .about_tc {
    z-index: 19891025;
    width: 0%;
    right: 0%;
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    /* display: none;*/
    transition: all 0.3s;
  }

  .postions_b.lws .about_tc {
    width: 80%;
  }

  .postions_b.lws {
    display: block;
  }

  .about_l.lws .about_tc {
    width: 100%;
  }

  .about_tc .about_divs {
    position: absolute;
    right: 0;
    width: 85%;
    background-color: #fff;
    top: 0;
    overflow: hidden;
    height: 100%;
  }

  .about_tc .closed2 {
    right: 84.5%;
    position: absolute;
    top: 150px;
    cursor: pointer;
    width: 25px;
    display: block;
  }

  .about_tc .closed2:hover {
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    transition: all 0.3s;
  }

  /*新闻列表*/

  .news_ul {
    margin-top: 5%;
  }

  .news_ul li {
    float: left;
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 3%;
    padding-top: 0;
  }

  .news_ul li:nth-child(2n) {
    float: right;
  }

  .news_ul li .imgs {
    position: relative;
    padding-top: 64%;
  }

  .news_ul li .imgs img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }

  .news_ul li .nums {
    display: none;
  }

  .news_ul li .nums.bgs2 {
    display: block;
    width: 100%;
  }

  .news_ul li .imgs {
    float: none;
    width: 100%;
  }

  .news_ul li .txts {
    width: calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    margin-right: 0;
  }

  .news_ul li .txts .o_more {
    display: none;
  }

  .news_ul li .txts .p {
    margin-top: 2%;
  }

  .news_ul li .txts .h3 {
    height: 30px;
    line-height: 30px;
    margin-top: 3%;
  }

  /*新闻资讯详细*/

  .about_x2 .show_t {
    font-size: 22px;
    line-height: 32px;
  }

  .about_x2 .show_t.bgs2 {
    font-size: 26px;
  }

  .news_one .news_one_l {
    margin-top: -120px;
  }

  .about_x2 .con_id {
    line-height: 26px;
    font-size: 15px;
    margin-top: 15px;
    padding-top: 30px;
  }

  .about_x2 .con_id .case_one {
    line-height: 32px;
  }

  .prenext {
    font-size: 15px;
    line-height: 24px;
  }

  .prenext span {
    height: 24px;
  }

  .prenext .goback {
    line-height: 80px;
    height: 80px;
    width: 80px;
    margin-bottom: -50px;
    font-size: 15px;
  }



  /*分享*/

  .fenxiang {
    margin-top: 10px;
    --dw: 26px;
  }

  .fenxiang .news_fx ul li {
    width: 26px;
    height: 26px;
  }

  .fenxiang .news_fx ul li a {
    width: 26px;
    height: 26px;
  }



  /*联系我们*/

  .contact_l {
    width: 100%;
    position: static;
    height: 600px;
    margin-top: 6%;
  }

  .contact_l iframe {
    height: 600px;
  }

  .contact_r {
    float: none;
    width: 100%;
    max-width: none;
  }

  .contact_r .contact_ul {
    margin-top: 2%;
  }

  /*产品列表*/

  .product_class {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
  }

  .product_ul li {
    width: 49%;
  }

  .product_ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .product_ul li:nth-child(2n) {
    margin-right: 0;
  }

  /*产品详细*/

  .productDetails .product_one_l {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .productDetails .information .conten {
    min-height: inherit;
    margin-top: 5%;
    margin-bottom: 4%;
  }

  /*.productDetails .information .conten .boxs{ width:100%;}*/

  .productDetails .information .txt {
    line-height: 24px;
  }

  .productDetails .information .conten .cons {
    height: 500px;
  }

  .productDetails .information .rbtn {
    margin-top: 7%;
  }

  .productDetails .product_one_l .boxs {
    max-width: none;
  }

  .productDetails .information .conten .cons {
    max-width: none;
    height: auto;
  }

  .productDetails .information .ul li:before {
    top: 6px;
  }

  .productDetails .product_title {
    height: 60px;
    line-height: 60px;
  }

  /*解决方案*/

  .about_l {
    float: none;
    width: 0%;
    background: none;
    margin-right: 0;
    margin-left: 0;
    z-index: 19891025;
    right: 0%;
    left: auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
  }

  .about_l.lws {
    width: 90%;
    max-width: 310px;
  }

  .about_l .category_t {
    padding-left: 12px;
    padding-right: 12px;
    text-indent: inherit;
    height: 70px;
    line-height: 70px;
  }

  .about_l .i_left_ul2 li h2:after {
    width: 3px;
  }

  .about_l .i_left_ul2 li {
    /* padding-left:12px; padding-right:12px;*/
  }

  .about_l .i_left_ul2 li h2 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    background-position: right 20px center;
  }

  .about_l .i_left_ul2 li.left_sel h2:after {
    height: 26px;
    margin-top: -13px;
  }

  .about_l .i_left_ul2 li:hover h2::after {
    height: 26px;
    margin-top: -13px;
  }

  .about_r {
    padding-top: 5%;
    clear: both;
    padding-left: 0;
    margin-left: 0;
    width: calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
  }

  /*解决方案详细*/

  .solution_one .h4 {
    line-height: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 44px;
    margin-bottom: 4px;
  }

  .solution_two .solution_two_l {
    float: none;
    width: 100%;
  }

  .solution_two .imgs {
    margin-top: 4%;
    float: none;
    width: 100%;
    max-width: none;
  }

  .goback2 {
    line-height: 80px;
    height: 80px;
    width: 80px;
    font-size: 15px;
    margin-top: 6%;
  }

  /*合作伙伴*/

  .partner_ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-top: 10.66%;
  }

  .partner_ul li:nth-child(5n) {
    margin-right: 2%;
  }

  .partner_ul li:nth-child(4n) {
    margin-right: 0;
  }

  /*社会责任*/

  .aboutzr-item {
    margin-top: 120px;
  }

  .aboutzr-item li {
    height: 420px;
    padding-top: 160px;
  }

  .aboutzr-item li h2 {
    font-size: 16px;
  }

  .aboutzr-item li.active {
    padding: 80px 60px 0 40px;
  }

  .aboutzr-item li p {
    font-size: 14px;
  }

  /*关于我们*/

  .about_one .counter span {
    font-size: 40px;
  }

  .history_two .txts .year {
    font-size: 80px;
  }

  .history_two .txts .p {
    min-height: 200px;
  }

  .about_two .ul li .h4 {
    padding-left: 30px;
  }

  .about_two .ul li.active .h4 {
    padding-left: 15px;
  }

  .about_two .ul li.active {
    width: 60%;
  }

  .about_two .ul li {
    width: 40%;
  }

  .about_three .about_three_r {
    float: none;
    width: 100%;
    max-width: none;
    margin-top: 5%;
  }

  .about_three .about_three_l {
    position: static;
    width: 100%;
    max-width: none;
  }

  /*绿色生产*/

  .info_list {
    margin-bottom: 2%;
  }

  .info_list ul li .imgs {
    float: none;
    width: 100%;
    max-width: none;
  }

  .info_list ul li:nth-child(2n) .imgs {
    float: none;
  }

  .info_list ul li .text {
    position: static;
    height: auto;
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 5%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5%;
  }

  .info_list ul li .text .boxs {
    padding-left: 4%;
    padding-right: 4%;
  }

}



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

  /*内页*/

  .postions h2 {
    font-size: 16px;
  }

  .postions h2 span {
    font-size: 13px;
  }

  /*联系我们*/

  .contact_r .contact_ul li {
    padding-top: 20px;
    padding-left: 50px;
    background-position: left top 20px;
    font-size: 16px;
  }



}

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

  /*内页*/

  .postions {
    height: 42px;
    line-height: 42px;
    font-size: 13px;
  }

  .postions h2 {
    display: none;
  }

  .postions .postions_b a {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }

  .o_big_con.bgs2 .h2 {
    padding-bottom: 80px;
    text-align: center;
  }

  .o_big_con.bgs2 .o_big {
    height: 250px;
  }

  /*分页*/

  .yema a {
    height: 28px;
    line-height: 26px;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 30px;
    margin-left: 2px;
    font-size: 13px;
  }

  /*新闻资讯详细*/

  .news_one {
    display: block;
    margin-bottom: 6%;
  }

  .news_one .news_one_l {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .news_one .news_one_r {
    width: 100%;
    float: none;
    max-width: none;
    margin-top: 2%;
  }

  .news_ul2 {
    margin-top: 2%;
  }

  .news_ul2 ul li {
    padding-bottom: 3%;
    margin-bottom: 3%;
  }

  .news_ul2 ul li .h3 {
    height: auto;
  }

  .about_x2 .con_line {
    line-height: 26px;
    text-align: center;
  }

  .about_x2 .con_line span:last-child {
    margin-right: 0;
  }

  .news_one .news_one_l {
    margin-top: -110px;
  }



  /*分享*/

  .fenxiang {
    float: none;
    margin-top: 5px;
    text-align: center;
    margin-top: 2%;
  }

  .fenxiang .news_fx ul li {
    margin-left: 2px;
    margin-right: 2px;
  }

  /*产品详细*/

  /*.productDetails .information .conten .cons{ height:450px;}*/

  .productDetails .product_one_l .boxs {
    margin-top: 3%;
  }

  /*解决方案*/

  .solution_ul li .h3 {
    height: 32px;
    line-height: 32px;
  }

  .solution_ul li .p {
    line-height: 22px;
    height: 44px;
  }

  /*关于我们*/

  .history_two .txts .year {
    font-size: 70px;
  }

  /*滚动菜单*/

  .next-menu {
    --lh: 35px;
    font-size: 13px;
    margin-top: -70px;
  }

  .next-menu .swiper .swiper-slide .link {
    min-width: 130px;
  }

}



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

  /*内页*/

  .position {
    height: 44px;
    line-height: 44px;
    font-size: 13px;
  }

  .position .postions_b a {
    font-size: 13px;
  }

  .o_big_con .h2 span {
    font-size: 13px;
  }

  .o_big_con.bgs3 .h2 label img {
    width: 50px;
  }

  .o_big {
    height: 380px;
  }

  /*分页*/

  .yema a {
    font-size: 12px;
  }

  /*.yema a span{ font-size:13px;}*/

  /*暂无内容*/

  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }

  /*新闻列表*/

  .news_ul li .txts .p {
    line-height: 22px;
    height: 66px;
  }

  /*新闻资讯详细*/

  .about_x2 .show_t {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .about_x2 .show_t.bgs2 {
    font-size: 24px;
  }

  .about_x2 .con_line {
    font-size: 12px;
  }

  .about_x2 .con_line span {
    padding-left: 0;
  }

  .about_x2 .con_line span.bgs1 {
    background: none;
  }

  .about_x2 .con_line span.bgs2 {
    background: none;
  }

  .about_x2 .con_id {
    font-size: 14px;
    line-height: 24px;
  }

  .about_x2 .con_id .case_one {
    line-height: 26px;
  }

  .prenext {
    font-size: 14px;
  }

  .prenext .goback {
    font-size: 14px;
  }

  /*联系我们*/

  .contact_l {
    height: 500px;
  }

  .contact_l iframe {
    height: 500px;
  }

  .contact_r .contact_ul li {
    /* padding-left:36px; background-size:auto 30px; */
    font-size: 14px;
  }

  .contact_r .contact_ul li label {
    font-size: 13px;
  }

  .contact_r .contact_ul li.bgs1 {
    background-image: url(../image/contact_pic6.png);
  }

  .contact_r .contact_ul li.bgs2 {
    background-image: url(../image/contact_pic7.png);
  }

  .contact_r .contact_ul li.bgs3 {
    background-image: url(../image/contact_pic8.png);
  }



  .feedback_div .divs {
    margin-bottom: 10px;
  }

  .feedback_div .divs.sel {
    margin-right: 0;
    float: none;
    width: 100%;
  }

  .feedback_div .divs.partner_file span {
    font-size: 12px;
  }

  .feedback_div .textarea {
    margin-bottom: 10px;
    height: 80px;
    font-size: 13px;
    padding-left: 12px;
  }

  .feedback_div .input_shurk {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-indent: 12px;
  }

  .feedback_div .divs2 .imgs {
    height: 34px;
  }

  .feedback_div .bnts {
    height: 36px;
    line-height: 36px;
  }

  /*产品列表*/

  .product_class {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }

  .product_ul {
    margin-top: 4%;
  }

  .product_ul li .h3 {
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
  }

  /*产品详细*/

  .productDetails .information .h2 {
    font-size: 24px;
  }

  .productDetails .product_one_l .video-play {
    background-size: 50px 35px;
  }

  /*.productDetails .information .conten .cons{ height:400px;}*/

  .productDetails .product_two .cons {
    font-size: 14px;
  }

  .productDetails .product_two {
    margin-top: 8%;
  }

  /*解决方案*/

  .about_l .category_t {
    font-size: 18px;
  }

  .about_l .i_left_ul2 li h2 {
    font-size: 13px;
    background-position: right 13px center;
  }

  /*合作伙伴*/

  .partner_ul li {
    width: 32%;
    padding-top: 14.52%;
  }

  .partner_ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .partner_ul li:nth-child(3n) {
    margin-right: 0;
  }

  /*社会责任*/

  .aboutzr-item {
    margin-top: 20px;
  }

  .aboutzr-item li {
    width: 100%;
    height: auto;
    padding: 36px 20px;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 0;
    position: relative;
  }

  .aboutzr-item li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }

  .aboutzr-item li:first-child {
    transform: translateY(0px);
  }

  .aboutzr-item li:nth-child(3) {
    transform: translateY(0px);
  }

  .aboutzr-item li:last-child {
    transform: translateY(0px);
  }

  .aboutzr-item li h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }

  .aboutzr-item li p {
    opacity: 1;
    line-height: 26px;
    position: relative;
    z-index: 2;
    transform: translateY(0);
    font-size: 13px;
  }

  .aboutzr-item li.active {
    padding: 60px 20px;
    width: 100%;
    text-align: center;
  }

  /*关于我们*/

  .about_one .counter span {
    font-size: 32px;
  }

  .history_two {
    margin-top: 4.5%;
  }

  .history_two .txts .year {
    font-size: 60px;
  }

  .history_two .txts .p {
    min-height: 140px;
  }

  .about_history {
    margin-top: 4.5%;
  }

  .about_three .about_three_r .ul li .desc {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }

  /*绿色生产*/

  .info_list ul li .text .txt {
    line-height: 1.6;
  }

  /*解决方案详细*/

  .solution_one .h4.bgs1 {
    background-image: url(../image/solution_pic4.png);
  }

  .solution_one .h4.bgs2 {
    background-image: url(../image/solution_pic5.png);
  }

}



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

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

  /*内页*/

  .o_big {
    height: 288px;
  }

  .o_big_con .h2 {
    font-size: 18px;
  }

  .o_big_con .h2 span {
    font-size: 12px;
  }



  .postions {
    font-size: 12px;
  }

  .postions .postions_b a {
    font-size: 13px;
  }

  .postions .postions_r span {
    display: none;
  }

  .postions .postions_r img {
    margin-left: 6px;
  }

  /*分页*/

  .yema {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .yema a {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
  }

  /*新闻列表*/

  .news_ul li {
    margin-bottom: 4%;
  }

  .news_ul li .txts .h3 {
    margin-top: 0;
  }

  .news_ul li .nums {
    line-height: 22px;
  }

  .news_ul li .txts .p {
    margin-top: 0;
    font-size: 14px;
  }

  /*新闻资讯详细*/

  .about_x2 .show_t {
    font-size: 18px;
    line-height: 26px;
  }

  .about_x2 .show_t.bgs2 {
    font-size: 20px;
  }

  .about_x2 .con_id {
    font-size: 13px;
  }

  .prenext {
    font-size: 12px;
    line-height: 22px;
  }

  .prenext span {
    height: 22px;
  }

  .prenext .goback {
    font-size: 12px;
  }

  .news_ul2 ul li .h3 {
    font-size: 16px;
  }

  .news_ul2 ul li .p {
    /* width:100px; height:32px; line-height:32px; */
    font-size: 13px;
  }

  .news_ul2 ul li:hover .imgs img {
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }

  .news_one .news_one_r {
    margin-top: 2%;
  }

  .news_one .news_one_r .h4 {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }

  /*联系我们*/

  .contact_l {
    height: 400px;
  }

  .contact_l iframe {
    height: 400px;
  }

  .contact_r .contact_ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    background-position: left top 15px;
  }

  .feedback_div .divs {
    margin-bottom: 2%;
    float: none;
    width: 100%;
  }

  .feedback_div .divs:nth-child(2n) {
    float: none;
  }

  /*产品列表*/

  .product_class {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }

  .product_class a {
    margin-left: 1%;
    margin-right: 1%;
  }

  /*产品详细*/

  .productDetails .information .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .productDetails .information .txt {
    font-size: 12px;
    line-height: 22px;
  }

  /*.productDetails .information .conten .cons{ height:350px;}*/

  .productDetails .information .ul li {
    padding-left: 20px;
  }

  .productDetails .information .ul li:before {
    width: 8px;
    height: 8px;
  }

  .productDetails .product_one_l .class_small {
    margin-bottom: 24px;
  }

  .productDetails .product_two .cons {
    font-size: 13px;
    padding-top: 4%;
  }

  /*解决方案*/

  .solution_ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .solution_ul li .h3 {
    height: 28px;
    line-height: 28px;
    margin-top: 15px;
  }

  .solution_ul li .p {
    line-height: 20px;
    height: 40px;
  }

  .solution_ul li .rbtn {
    margin-top: 15px;
  }

  /*解决方案详细*/

  .solution_one .h4 {
    padding-left: 36px;
    background-size: 30px 30px;
    line-height: 22px;
  }

  /*合作伙伴*/

  .partner_ul li {
    width: 49%;
    padding-top: 22.34%;
  }

  .partner_ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .partner_ul li:nth-child(2n) {
    margin-right: 0;
  }

  /*关于我们*/

  .history_two .txts .year {
    font-size: 50px;
  }

  .about_history {
    margin-top: 5%;
  }

  .about_two .ul li .h4 {
    padding-left: 10px;
  }

  .about_two .ul li.active .h4 {
    padding-left: 10px;
  }

  .about_two .ul li.active {
    width: 50%;
  }

  .about_two .ul li {
    width: 50%;
  }

  .about_three .about_three_r .ul li .h4 {
    width: 120px;
  }

  .about_three .about_three_r .ul li .desc {
    font-size: 13px;
  }

  .about_three .about_three_r .ul {
    margin-top: 3%;
  }

  /*绿色生产*/

  .make_ul li {
    width: 49%;
    padding-top: 63.6%;
  }

  .make_ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .make_ul li:nth-child(2n) {
    margin-right: 0;
  }

  /*滚动菜单*/

  .next-menu {
    font-size: 12px;
  }
  .next-menu .wrap2 .swiper-box .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .next-menu .swiper .swiper-slide .link {
    min-width: 100px;
  }




}



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

  /*新闻资讯详细*/

  .news_ul2 ul li .p {
    font-size: 12px;
  }

  .news_ul2 ul li .h3 {
    margin-top: 10px;
  }

  /*联系我们*/

  .contact_l {
    height: 350px;
  }

  .contact_l iframe {
    height: 350px;
  }

  /*产品列表*/

  .product_class {
    font-size: 12px;
    height: 38px;
    line-height: 38px;
  }

  /*产品详细*/

  /*.productDetails .information .conten .cons{ height:320px;}*/

  .productDetails .product_two .cons {
    font-size: 12px;
  }

  /*解决方案*/

  .solution_ul li .h3 {
    line-height: 24px;
    height: 24px;
    margin-top: 10px;
  }

  .solution_ul li .p {
    margin-top: 4px;
  }

  /*关于我们*/

  .history_two .txts .year {
    font-size: 40px;
  }

  .about_two .ul li .h4 {
    font-size: 16px;
    line-height: 1.4;
  }

  .about_three .about_three_r .ul li .h4 {
    width: 100px;
  }

  .about_three .about_three_r .ul li .desc {
    font-size: 12px;
  }

}

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

  .o_big {
    height: 216px;
  }



  /*关于我们*/

  .about_one .counter ul li {
    width: 23.5%;
  }

  .about_two .ul li .h4 {
    font-size: 14px;
  }

}





.selects {
  height: 52px;
  width: 100%;
  border: 1px solid #e8e8e8;
  color: #656565;
  font-size: 16px;
  padding-left: 66px;
}

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

  .selects {

    height: 46px;

    padding-left: 50px;

  }

}

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

  .selects {

    height: 40px;

    width: 100%;
    border: 1px solid #e8e8e8;
    color: #656565;
    font-size: 16px;
    padding-left: 10px;

  }

}



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

  .selects {
    font-size: 14px;
  }

}