<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(style.css);
@import url(mobile.css);
@import url(custom.css);
@import url(pscroll.css);
@import url(lrtk3.css);

@keyframes scaleAnim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*内页*/
.postions {
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  /*-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.04);box-shadow: 0 5px 10px rgba(0,0,0,.04);*/
  margin-top: -27px;
  position: relative;
}

.sec2 .postions {
  margin-top: 0;
}

/*.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);
}

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

.postions a {
  color: #666666;
}

.postions a:hover {
  color: #620000;
}

.postions label {
  color: #999999;
}

.postions .postions_r img {
  vertical-align: sub;
  margin-right: 12px;
  margin-left: 3px;
  height: 19px;
}

.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(../images/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: 18px;
  color: #333333;
  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: 200px;
  margin-left: 8px;
  margin-right: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

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

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

/*.postions .postions_b a:after{content: "";display: block;position: absolute;right:0%; width:1px; top: 50%;height:14px; margin-top:-7px;background:#620000;-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: #620000;
}

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

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


/*分类弹窗*/
.about_bgs {
  z-index: 19891024;
  background: url(../images/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: 70% 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 .cons .wrap {
  height: 100%;
  display: table;
}

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

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

.o_big_con .h2 label {
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 1.0);
  margin-top: 8px;
  margin-bottom: 10px;
  font-weight: bold;
}

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

.o_big_con .h2 em {
  font-style: normal;
  font-weight: bold;
  font-family: Arial;
  display: block;
  vertical-align: top;
  line-height: 1.2;
}


.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: 30px;
  line-height: 28px;
  padding-left: 10px;
  overflow: hidden;
  padding-right: 10px;
  min-width: 30px;
  text-align: center;
  color: #999999;
  font-size: 16px;
  border: 1px solid #cccccc;
}

.yema a:hover {
  text-decoration: none;
  color: #fff;
  background: #620000;
  border: 1px solid #620000;
}

.yema a.on {
  color: #fff;
  background: #620000;
  border: 1px solid #620000;
}

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

.yema a.first:hover,
.yema a.last:hover {
  background-color: #620000;
}

.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(../images/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;
}

/*关于我们*/
.postions2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  top: 116px;
  font-family: "微软雅黑";
}

.postions2 a {
  color: #fff;
}

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

.postions2 label {
  color: #fff;
}

.postions2 .postions_r {}

.postions2 .postions_r img {
  vertical-align: text-top;
  margin-right: 12px;
  height: 19px;
}

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

.about_t {
  text-align: center;
  overflow: hidden;
  margin-top: 6%;
}

.about_t .span {
  color: #620000;
  overflow: hidden;
  line-height: 1.3;
}

.about_t .h3 {
  color: #333333;
  overflow: hidden;
  line-height: 1.3;
  margin-top: 5px;
}

.about_one {
  overflow: hidden;
  background: url(../images/about_img1.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 7%;
  padding-bottom: 7%;
}

.about_one .about_t {
  text-align: left;
  margin-top: 0;
  float: left;
  width: 48%;
}

.about_one .about_one_r {
  float: right;
  width: 50%;
  overflow: hidden;
  line-height: 30px;
  color: #666666;
  font-size: 15px;
}

.about_one .about_one_r li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d9e1e7;
  padding-bottom: 3%;
  margin-bottom: 3%;
}

.about_one .about_one_r li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about_two {
  overflow: hidden;
  margin-top: 4%;
  margin-bottom: 2%;
}

.about_two li {
  display: block;
  overflow: hidden;
  margin-bottom: 6%;
  position: relative;
}

.about_two li .imgs {
  overflow: hidden;
  float: right;
  width: 46.875%;
}

.about_two li:nth-child(2n+0) .imgs {
  float: left;
}

.about_two 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.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_two 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);
}

.about_two li .txts {
  overflow: hidden;
  width: 46.875%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.about_two li:nth-child(2n+0) .txts {
  left: auto;
  right: 0;
}

.about_two li .txts .cons {
  width: 100%;
  overflow: hidden;
  max-width: 520px;
}

.about_two li .txts .h4 {
  font-weight: normal;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 20px;
}

.about_two li .txts .p {
  overflow: hidden;
  line-height: 28px;
  margin-top: 12px;
  font-size: 14px;
  color: #666666;
}

.about_three {
  overflow: hidden;
  background: url(../images/about_img4.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 9%;
  padding-bottom: 9%;
}

.about_three .txts {
  text-align: center;
  overflow: hidden;
}

.about_three .txts span {
  display: inline-block;
  vertical-align: top;
  background: #620000;
  color: #fff;
  padding-left: 3%;
  padding-right: 3%;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 3px;
}

.about_four {
  overflow: hidden;
  background: #f2f9fc;
}

.about_four .about_t {
  margin-top: 7%;
}

.history_title {
  background: #e7f0f6;
  overflow: hidden;
  padding-top: 29px;
  padding-bottom: 21px;
  text-align: center;
  margin-top: 4%;
}

.history_title .img {
  height: 70px;
  display: inline-block;
  vertical-align: top;
  margin-right: 33px;
}

.history_title .year {
  display: inline-block;
  vertical-align: top;
  line-height: 70px;
  height: 70px;
  overflow: hidden;
  color: #333333;
  margin-right: 1%;
}

.history_ul {
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  padding-bottom: 90px;
}

.history_ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #e7f0f6;
}

.history_ul li {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}

.history_ul li.divhidden {
  display: none;
}

.history_ul li:before {
  content: "";
  position: absolute;
  top: 74px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: -9px;
  background: #d3e4ef;
  overflow: hidden;
  transition: all 0.3s;
}

.history_ul li:hover:before {
  background: #620000;
}

.history_ul li:after {
  content: "";
  position: absolute;
  top: 82px;
  left: 50%;
  width: 60px;
  height: 2px;
  margin-left: -60px;
  background: #d3e4ef;
  transition: all 0.3s;
}

.history_ul li:hover:after {
  background: #620000;
}

.history_ul li:nth-child(2n+0):after {
  margin-left: 0px;
}

.history_ul li .imgs {
  overflow: hidden;
  float: right;
  width: 42.96%;
}

.history_ul li:nth-child(2n+0) .imgs {
  float: left;
}

.history_ul li:nth-child(2n+0) .imgs .img {
  float: right;
}

.history_ul li .imgs .img {
  overflow: hidden;
  max-width: 380px;
}

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

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

.history_ul li .txts {
  overflow: hidden;
  float: left;
  width: 42.96%;
}

.history_ul li .txts .cons {
  max-width: 482px;
  overflow: hidden;
  text-align: right;
  float: right;
}

.history_ul li:nth-child(2n+0) .txts {
  float: right;
}

.history_ul li:nth-child(2n+0) .txts .cons {
  float: left;
  text-align: left;
}

.history_ul li .txts .year {
  overflow: hidden;
  line-height: 36px;
  margin-top: 23px;
  transition: all 0.3s;
}

.history_ul li .txts .tit {
  margin-top: 10px;
  line-height: 26px;
  font-size: 20px;
}

.history_ul li .txts .p {
  margin-top: 11px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}

.history_ul li:hover .txts .year {
  color: #620000;
}

.history_more {
  text-align: center;
  overflow: hidden;
  background: url(../images/about_pic3.png) center top no-repeat;
  background-size: 60px 60px;
  padding-top: 70px;
  cursor: pointer;
  margin-bottom: 6%;
}

.history_more span {
  line-height: 20px;
  font-size: 14px;
  transition: all 0.3s;
}

.history_more:hover span {
  color: #620000;
}

.about_five {
  overflow: hidden;
  background: #f2f9fc;
}

/*产品中心*/
.product_bg {
  background: #f2f9fc;
}

.product_ul {
  margin-top: 5%;
}

.product_ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  margin-bottom: 2%;
}

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

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

.product_ul li .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  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.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;
  /* -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/
}

.product_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);
  /*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/
}

.product_ul li .imgs:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/i_pic2.png) center center no-repeat;
  background-size: 63px 63px;
  transition: all 0.3s;
  opacity: 0;
  filter: Alpha(opacity=0);
  transition-delay: 0.3s;
}

.product_ul li:hover .imgs:after {
  opacity: 1.0;
  filter: Alpha(opacity=100);
}

.product_ul li:hover {
  background: #620000;
}

.product_ul li .boxs {
  margin: 0 auto;
  max-width: 280px;
  width: 96%;
  text-align: center;
}

.product_ul li .h3 {
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 41px;
  color: #000000;
  transition: all 0.3s;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_ul li:hover .h3 {
  color: #fff;
}

.product_ul li .p {
  margin-top: 10px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s;
}

.product_ul li:hover .p {
  color: #fff;
}

/*产品详细*/
.productDetails {
  background: #f2f9fc;
  overflow: hidden;
}

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

.productDetails .product_one_l {
  float: left;
  width: 600px;
  /* overflow:hidden;*/
  position: relative;
  margin-right: 1%;
}

.productDetails .product_one_l .pro_big2 {
  overflow: hidden;
  margin-bottom: 15px;
  /*border:1px solid #dddddd;*/
  background: #fff;
}

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

.productDetails .information {
  overflow: hidden;
  padding-top: 39px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.productDetails .information .conten {
  overflow: hidden;
  position: relative;
  min-height: 540px;
  padding-left: 5%;
}

.productDetails .information .h2 {
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  overflow: hidden;
  font-size: 24px;
  margin-top: 10%;
}

.productDetails .information .txt {
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 3%;
  padding-top: 4%;
  padding-bottom: 4%;
  margin-bottom: 3%;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.productDetails .information .p {
  overflow: hidden;
  line-height: 24px;
  color: #666666;
  font-size: 14px;
  margin-bottom: 4%;
}

.productDetails .information .p b {
  display: block;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  line-height: 32px;
}

/*产品放大*/
.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(../images/zoom_bg.gif) repeat;
  float: left;
  display: none;
}

.productDetails .information .conten .content_timgr {
  width: 600px;
  height: 449px;
  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 {
  width: 1200px;
  max-width: none;
  height: 898px;
}

.product_title {
  height: 70px;
  line-height: 70px;
  background: #d6eeff;
  font-size: 18px;
}

.product_title a {
  float: left;
  overflow: hidden;
  width: 30%;
  max-width: 200px;
  color: #666666;
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 0;
}

.product_title a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
  height: 100%;
  background: #620000;
  z-index: -1;
}

.product_title a.on:after {
  width: 100%;
}

.product_title a.on {
  color: #fff;
}

.product_con2 {
  background: #fff;
  overflow: hidden;
  margin-top: 5%;
}

.product_con2 .boxs {
  margin: 0 auto;
  width: 96%;
  overflow: hidden;
  max-width: 1160px;
  min-height: 210px;
}

.product_two {
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 3.5%;
  padding-bottom: 5%;
}

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

.product_two .table {
  overflow: hidden;
}

.product_two .table table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #999999;
  font-size: 14px;
}

.product_two .table table th {
  line-height: 22px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #eeeeee;
  font-weight: bold;
  color: #666666;
  text-align: left;
}

.product_two .table table td {
  line-height: 30px;
  height: 58px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #eeeeee;
}

.product_two .table table .w1 {
  width: 103px;
  padding-left: 22px;
  padding-right: 5px;
  font-weight: bold;
  color: #666666;
}

.product_two .table table .w2 {
  width: 264px;
  padding-left: 54px;
  padding-right: 5px;
}

.product_two .table table .p1 {
  max-width: 230px;
}

.product_two .h3 {
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  margin-bottom: 1%;
  font-weight: bold;
}

.product_down {
  overflow: hidden;
  max-width: 1010px;
  font-size: 16px;
}

.product_down li {
  float: left;
  width: 48%;
  margin-right: 2%;
  padding-left: 60px;
  overflow: hidden;
  background: url(../images/product_pic1.png) left center no-repeat;
  background-size: 36px 45px;
  margin-bottom: 2%;
}

.product_down li a {
  display: inline-block;
  vertical-align: top;
  min-width: 190px;
  color: #666666;
  padding-right: 30px;
  height: 45px;
  line-height: 45px;
  background: url(../images/product_pic2.png) right center no-repeat;
  background-size: 18px 17px;
  transition: all 0.3s;
}

.product_down li:hover a {
  color: #620000;
  background-image: url(../images/product_pic2_on.png);
}

.product_feedback {
  background: url(../images/product_img3.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 6% 0;
}

.product_feedback.bgs2 {
  background-image: url(../images/contact_img1.jpg);
}

.product_feedback .product_feedback_l {
  text-align: left;
  float: left;
  width: 48%;
  overflow: hidden;
}

.product_feedback .product_feedback_l .h4 {
  font-weight: normal;
  line-height: 44px;
  height: 60px;
  overflow: hidden;
  position: relative;
  color: #333333;
}

.product_feedback .product_feedback_l .h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 4px;
  background: #620000;
}

.product_feedback .product_feedback_r {
  text-align: left;
  float: right;
  width: 50%;
  overflow: hidden;
}

.product_feedback .product_feedback_r .divs {
  overflow: hidden;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

.product_feedback .product_feedback_r .inputs {
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding: 0 18px;
  font-size: 1.4rem;
  background: none;
  color: #333;
  border: none;
  font-family: "PingFang-Regular", "PingFang SC Regular", "微软雅黑";
}

.product_feedback .product_feedback_r .inputs::-webkit-input-placeholder {
  color: #999999;
}

.product_feedback .product_feedback_r .inputs:-moz-placeholder {
  color: #999999;
}

.product_feedback .product_feedback_r .inputs::-moz-placeholder {
  color: #999999;
}

.product_feedback .product_feedback_r .inputs:-ms-input-placeholder {
  color: #999999;
}

.product_feedback .textarea {
  padding: 1%;
  width: 100%;
  padding-left: 18px;
  background: none;
  font-size: 14px;
  border: none;
  outline: none;
  color: #333;
  height: 136px;
  font-family: "PingFang-Regular", "PingFang SC Regular", "微软雅黑";
}

.product_feedback .textarea::-webkit-input-placeholder {
  color: #999999;
}

.product_feedback .textarea:-moz-placeholder {
  color: #999999;
}

.product_feedback .textarea::-moz-placeholder {
  color: #999999;
}

.product_feedback .textarea:-ms-input-placeholder {
  color: #999999;
}

.product_feedback .bnts {
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  line-height: 60px;
  height: 60px;
  background: #620000;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border: none;
  letter-spacing: 2px;
  font-family: "PingFang-Regular", "PingFang SC Regular", "微软雅黑";
}

.product_feedback .bnts:hover {
  background: #2583c2;
}

/*常见问题*/
.faq_bg {
  background: #f2f9fc;
  overflow: hidden;
}

.faq_bg .wrap {
  margin-top: 7%;
  margin-bottom: 7%;
}

.faq_l {
  float: left;
  width: 360px;
  overflow: hidden;
  margin-right: 39px;
  font-size: 16px;
}

.faq_l .faq_title {
  overflow: hidden;
  position: relative;
  line-height: 30px;
  padding-bottom: 22px;
  font-size: 20px;
}

.faq_l .faq_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
}

.faq_l .faq_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #620000;
}

.faq_l .faq_a {
  margin-top: 18px;
  margin-bottom: 18px;
  overflow: hidden;
}

.faq_l .faq_a a {
  display: block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-indent: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 9px 14px;
  color: #333333;
}

.faq_l .faq_a a.on {
  background-image: url(../images/faq_pic1.png);
  background-color: #dcecf5;
}

.faq_l .faq_a a:hover {
  color: #620000;
}

.faq_l .faq_desc {
  padding-top: 30px;
  border-top: 1px solid #cccccc;
  overflow: hidden;
  line-height: 32px;
  color: #666666;
}

.faq_r {
  overflow: hidden;
  padding-left: 44px;
  min-height: 460px;
  border-left: 1px solid #cccccc;
}

.faq_r .faq_ul {
  max-width: 1248px;
  margin: 0 auto;
  margin-top: 0.6%;
  margin-bottom: 3%;
  overflow: hidden;
}

.faq_r .faq_ul ul li {
  display: block;
  overflow: hidden;
  background: url(../images/faq_pic2.png) right 20px top 16px no-repeat;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-size: 18px 18px;
  border-bottom: 1px solid #cccccc;
}

.faq_r .faq_ul ul li:hover {
  background-image: url(../images/faq_pic2_on.png);
}

.faq_r .faq_ul ul li:hover .h3 {
  color: #620000;
}

.faq_r .faq_ul ul li.on .h3 {
  /*background-image:url(../images/faq_bg1_on.png);*/
  color: #1c71b6;
}

.faq_r .faq_ul ul li.on {
  background-image: url(../images/faq_bg4_on.png);
}

.faq_r .faq_ul ul li .h3 {
  font-weight: normal;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  /*white-space:nowrap;text-overflow:ellipsis;*/
  color: #666666;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  padding-right: 40px;
}

.faq_r .faq_ul ul li .down {
  overflow: hidden;
  line-height: 32px;
  font-size: 14px;
  padding: 2% 0 2% 0;
  display: none;
  padding-left: 10px;
  color: #666666;
  border-top: 1px solid #cccccc;
  padding-right: 40px;
  font-size: 16px;
}

/*人才招聘*/
.job_bg {
  background: #f2f9fc;
  overflow: hidden;
}

.job_one {
  margin-top: 8%;
  margin-bottom: 8%;
  overflow: hidden;
}

.job_one .imgs {
  float: left;
  width: 50%;
  overflow: hidden;
}

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

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

.job_one .txts {
  overflow: hidden;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.job_one .txts .h3 {
  font-weight: bold;
  overflow: hidden;
  line-height: 1.2;
  color: #333333;
  margin-top: 10%;
}

.job_one .txts .cons {
  overflow: hidden;
  width: 94%;
  max-width: 520px;
  margin: 0 auto;
}

.job_one .txts .p {
  padding-top: 5%;
  overflow: hidden;
  margin-top: 5%;
  border-top: 2px solid #d9e0e2;
}

.job_t {
  text-align: center;
  overflow: hidden;
  line-height: 1.2;
  color: #333333;
}

.job_a {
  margin-top: 5%;
  overflow: hidden;
  line-height: 74px;
  position: relative;
  font-size: 18px;
}

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

.job_a label {
  float: left;
  color: #333333;
}

.job_a .p {
  overflow: hidden;
}

.job_a a {
  color: #666666;
  float: left;
  margin-left: 44px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  position: relative;
  height: 74px;
}

.job_a a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 0%;
  height: 2px;
  background: #620000;
  transition: all 0.3s;
}

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

.job_a a:hover {
  color: #620000;
}

.job_ul {
  margin-bottom: 3%;
  overflow: hidden;
}

.job_ul ul li {
  display: block;
  overflow: hidden;
  background: url(../images/faq_pic2.png) right 20px top 35px no-repeat;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-size: 18px 18px;
  border-bottom: 1px solid #cccccc;
}

.job_ul ul li:hover {
  background-image: url(../images/faq_pic2_on.png);
}

.job_ul ul li.on {
  background-image: url(../images/faq_bg4_on.png);
}

.job_ul ul li .h3 {
  font-weight: normal;
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 26px;
  /*white-space:nowrap;text-overflow:ellipsis;*/
  color: #333333;
  transition: all 0.3s;
  position: relative;
  font-size: 18px;
  padding-right: 40px;
  padding-left: 40px;
}

.job_ul ul li .h3 span {
  display: block;
  color: #620000;
  font-size: 16px;
  height: 26px;
  overflow: hidden;
}

.job_ul ul li .down {
  overflow: hidden;
  line-height: 32px;
  font-size: 14px;
  padding: 2% 0 5% 0;
  display: none;
  padding-left: 40px;
  color: #666666;
  border-top: 1px solid #cccccc;
  padding-right: 40px;
  font-size: 16px;
}

.job_ul ul li .down .tits {
  overflow: hidden;
}

.job_ul ul li .down .tits dd {
  float: left;
  width: 20%;
  padding-right: 1%;
  overflow: hidden;
}

.job_ul ul li .down .f_PingFang-Bold {
  display: block;
  color: #333333;
  font-size: 18px;
  margin-bottom: 9px;
  overflow: hidden;
  margin-top: 4%;
}

.job_ul ul li .down .open_bnt {
  display: block;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #620000;
  color: #fff;
  transition: all 0.3s;
  font-size: 18px;
  margin-top: 5%;
}

.job_ul ul li .down .open_bnt:hover {
  background: #1f81c4;
}

/*在线留言*/
.feedback_bgs {
  z-index: 98;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.feedback_box {
  z-index: 99;
  /*width: 600px; height: 360px;*/
  width: 0;
  height: 0;
  /*top: 157.5px;*/
  left: 50%;
  /* margin-left:-300px; */
  position: fixed;
  background-color: #ffffff;
  overflow: hidden;
}

.feedback_box.showdiv {
  width: 96%;
  max-width: 600px;
  height: 570px;
  margin-left: -300px;
  /*top:157.5px;*/
  top: 50%;
  margin-top: -285px;
  transition: all 0.3s;
}

.feedback_box .feedback_box_close {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 0;
  line-height: initial;
}

.feedback_box .feedback_box_close a {
  color: #000000;
  font-size: 40px;
}

.feedback_box .feedback_box_close a:hover {
  color: #620000;
}

.feedback_box .feedback_con {
  width: 94%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 15px;
}

.feedback_box .feedtack_tt {
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  position: relative;
  margin-bottom: 20px;
}

.feedback_box .feedtack_tt .h3 {
  font-weight: bold;
  position: relative;
  overflow: hidden;
  color: #000;
  text-align: center;
}

.feedback_box .divs {
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #f7f9ff;
  margin-bottom: 10px;
  position: relative;
}

.feedback_box .divs.partner_file #card1 {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.feedback_box .divs.partner_file span {
  font-size: 14px;
  text-indent: 16px;
  line-height: 58px;
  height: 58px;
  display: block;
  color: #999999;
}

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

.feedback_box .divs.partner_file em {
  transition: all 0.3s;
  position: absolute;
  right: 12px;
  top: 9px;
  width: 92px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: #620000;
  font-style: normal;
  font-size: 14px;
}

.feedback_box .divs.partner_file:hover em {
  opacity: 0.8;
  filter: Alpha(opacity=80);
}

.feedback_box .input_shurk::-webkit-input-placeholder {
  color: #999999;
}

.feedback_box .input_shurk:-moz-placeholder {
  color: #999999;
}

.feedback_box .input_shurk::-moz-placeholder {
  color: #999999;
}

.feedback_box .input_shurk:-ms-input-placeholder {
  color: #999999;
}

.feedback_box select.input_shurk {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/shiyong_bg1.png) #fff right 11px center no-repeat;
  padding-left: 13px;
  text-indent: 0;
}

.feedback_box .textarea {
  padding: 1%;
  width: calc(99% - 18px);
  width: -webkit-calc(99% - 18px);
  width: -moz-calc(99% - 18px);
  padding-left: 16px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #a9a9a9;
  outline: none;
  margin-bottom: 14px;
  color: #333;
  height: 75px;
  font-family: "微软雅黑";
}

.feedback_box .bnts {
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  line-height: 60px;
  height: 60px;
  background: #000000;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}

.feedback_box .bnts:hover {
  background: #620000;
}

/*联系我们*/
.contact_bg {
  background: #f2f9fc;
  overflow: hidden;
}

.contact_one {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.contact_pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: left;
}

.contact_l {
  float: left;
  width: 50%;
  overflow: hidden;
  height: 900px;
}

.contact_l iframe {
  height: 900px;
}

.contact_r {
  float: right;
  width: 48%;
  max-width: 560px;
  overflow: hidden;
}

.contact_r .h4 {
  font-weight: normal;
  overflow: hidden;
  line-height: 1.2;
  color: #333;
}

.contact_r .contact_ul {
  overflow: hidden;
  border-top: 2px solid #c2c7ca;
  margin-top: 5%;
  margin-bottom: 8%;
}

.contact_r .contact_ul li {
  display: block;
  border-bottom: 1px solid #c2c7ca;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 32px;
  background-repeat: no-repeat;
  background-position: left top 36px;
  background-size: auto 35px;
  color: #666666;
  font-size: 16px;
  padding-left: 62px;
  line-height: 24px;
}

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

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

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

.contact_r .contact_ul li label {
  display: block;
  overflow: hidden;
  color: #333333;
}

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

.contact_r .contact_ul li a:hover {
  color: #620000;
}

.contact_r .contact_weixin {
  overflow: hidden;
  clear: both;
}

.contact_r .contact_weixin img {
  height: 148px;
  float: left;
  margin-right: 30px
}

.contact_r .contact_weixin .p {
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  margin-top: 48px;
}

/*品质服务*/
.service_bg {
  background: #f2f9fc;
  overflow: hidden;
}

.service_t {
  font-weight: normal;
  margin-top: 6%;
  line-height: 44px;
  height: 60px;
  overflow: hidden;
  position: relative;
  color: #333333;
  text-align: center;
}

.service_t:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: #620000;
}

.service_desc {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 8px;
  text-align: center;
  overflow: hidden;
}

.service_one {
  overflow: hidden;
  margin-top: 15px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 5%;
  font-size: 16px;
  color: #666666;
}

.service_one .p {
  max-width: 670px;
  margin: 0 auto;
  overflow: hidden;
}

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

.service_one .ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  position: relative;
  margin-bottom: 2%;
}

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

.service_one .ul li .imgs {
  overflow: hidden;
  position: relative;
  padding-top: 60%;
}

.service_one .ul li .imgs img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  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;
}

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

.service_one .ul li .h4 {
  font-weight: normal;
  overflow: hidden;
  margin-top: 13px;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

.service_ul {
  overflow: hidden;
  position: relative;
  margin-top: 7%;
}

.service_ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #cccccc;
}

.service_ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #cccccc;
}

.service_ul li {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 42px;
}

.service_ul li:before {
  content: "";
  position: absolute;
  top: 118px;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -21px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s;
  border: 2px solid #620000;
  color: #333333;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}

.service_ul li:hover:before {}

.service_ul li:nth-child(1):before {
  content: "1";
}

.service_ul li:nth-child(2):before {
  content: "2";
}

.service_ul li:nth-child(3):before {
  content: "3";
}

.service_ul li:nth-child(4):before {
  content: "4";
}

.service_ul li:nth-child(5):before {
  content: "5";
}

.service_ul li:nth-child(6):before {
  content: "6";
}

.service_ul li:nth-child(7):before {
  content: "7";
}

.service_ul li:nth-child(8):before {
  content: "8";
}

.service_ul li:nth-child(9):before {
  content: "9";
}

.service_ul li:nth-child(10):before {
  content: "10";
}

.service_ul li:after {
  content: "";
  position: absolute;
  top: 138px;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -51px;
  background: #620000;
  transition: all 0.3s;
}

.service_ul li:hover:after {
  background: #cccccc;
}

.service_ul li:nth-child(2n+0):after {
  margin-left: 21px;
}

.service_ul li .imgs {
  overflow: hidden;
  float: left;
  width: 42.96%;
}

.service_ul li:nth-child(2n+0) .imgs {
  float: right;
}

.service_ul li:nth-child(2n+0) .imgs .img {
  float: right;
}

.service_ul li .imgs .img {
  overflow: hidden;
  max-width: 540px;
}

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

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

.service_ul li .txts {
  overflow: hidden;
  float: right;
  width: 42.96%;
}

.service_ul li .txts .cons {
  max-width: 528px;
  overflow: hidden;
}

.service_ul li:nth-child(2n+0) .txts {
  float: left;
}

.service_ul li:nth-child(2n+0) .txts .cons {
  margin-left: 30px;
}

.service_ul li .txts .tit {
  margin-top: 22px;
  line-height: 34px;
  font-size: 24px;
}

.service_ul li .txts .p {
  margin-top: 7px;
  line-height: 32px;
  overflow: hidden;
  font-size: 16px;
  color: #666666;
}

.service_more {
  overflow: hidden;
  margin-bottom: 7%;
}

.service_more img {
  height: 18px;
  display: block;
  margin: 0 auto;
}

.service_two {
  background: url(../images/service_img7.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.service_two .wrap {
  margin-top: 6%;
  margin-bottom: 6%;
}

.service_two .service_two_l {
  float: left;
  max-width: 330px;
  width: 48%;
  overflow: hidden;
}

.service_two .service_two_l .h4 {
  font-weight: normal;
  line-height: 44px;
  height: 60px;
  overflow: hidden;
  position: relative;
  color: #333333;
}

.service_two .service_two_l .h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 4px;
  background: #620000;
}

.service_two .service_two_l .desc {
  overflow: hidden;
  line-height: 32px;
  color: #666666;
  font-size: 16px;
  margin-top: 15px;
}

.service_two .service_two_l .desc a {
  color: #666666;
  font-size: 18px;
}

.service_two .service_two_l .desc b {
  display: block;
  overflow: hidden;
  color: #333333;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.service_two .service_two_r {
  float: right;
  width: 50%;
  overflow: hidden;
}

.service_two .service_two_r li {
  display: block;
  overflow: hidden;
  margin-bottom: 6%;
}

.service_two .service_two_r li label {
  float: left;
  width: 165px;
  padding-left: 51px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: auto 30px;
  line-height: 32px;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
}

.service_two .service_two_r li.bgs1 label {
  background-image: url(../images/service_ico1.png);
}

.service_two .service_two_r li.bgs2 label {
  background-image: url(../images/service_ico2.png);
}

.service_two .service_two_r li.bgs3 label {
  background-image: url(../images/service_ico3.png);
}

.service_two .service_two_r li .p {
  overflow: hidden;
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  max-width: 340px;
}

.service_three {
  overflow: hidden;
  margin-top: 5%;
  text-align: center;
  margin-bottom: 7%;
}

.service_three li {
  float: left;
  width: 49%;
  margin-right: 2%;
  overflow: hidden;
  position: relative;
  margin-bottom: 2%;
  cursor: pointer;
}

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

.service_three li .imgs {
  overflow: hidden;
  position: relative;
  padding-top: 54.88%;
}

.service_three li .imgs img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  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;
}

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

.service_three li .txts {
  overflow: hidden;
  background: #333333;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 16px;
  padding-bottom: 18px;
}

.service_three li .txts .h4 {
  font-weight: normal;
  overflow: hidden;
  color: #fff;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.service_three li .txts .p {
  overflow: hidden;
  line-height: 26px;
  height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.service_three li .bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 108, 174, 0.95);
  display: flex;
  align-items: center;
  justify-content: left;
  transition: all 0.3s;
  opacity: 0;
  filter: Alpha(opacity=0);
}

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

.service_three li .cons {
  overflow: hidden;
  width: 94%;
  margin: 0 auto;
  max-width: 430px;
}

.service_three li .cons .h4 {
  font-weight: normal;
  overflow: hidden;
  color: #fff;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.service_three li .cons .p {
  overflow: hidden;
  line-height: 32px;
  min-height: 96px;
  font-size: 16px;
  color: #fff;
}

/*搜索*/
.search_t {
  overflow: hidden;
  margin-top: 4%;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

.search_ul {
  margin-top: 2%;
  overflow: hidden;
  margin-bottom: 8%;
}

.search_ul li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-top: 17px;
  padding-bottom: 13px;
}

.search_ul li .h4 {
  display: block;
  overflow: hidden;
  color: #333333;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.search_ul li .h4:hover {
  color: #620000;
}

.search_ul li .p {
  overflow: hidden;
  clear: both;
  line-height: 28px;
  font-size: 14px;
  color: #999999;
}

.search_ul li .p a {
  color: #999999;
  transition: all 0.3s;
}

.search_ul li .p a:hover {
  color: #620000;
}

/*新闻列表*/
.news_bg {
  background: #f2f9fc;
}

.news_con {
  padding-top: 5%;
}

.news_con ul li {
  float: left;
  margin-right: 3%;
  width: 31.33%;
  overflow: hidden;
  margin-bottom: 2%;
  background: #fff;
  display: block;
  transition: all 0.3s;
  padding-bottom: 2.3%;
}

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

.news_con ul li .imgs {
  overflow: hidden;
  position: relative;
  padding-top: 64.101%;
}

.news_con ul li .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -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_con 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_con ul li .txts {
  overflow: hidden;
}

.news_con ul li .txts .cons {
  width: 94%;
  margin: 0 auto;
  max-width: 350px;
  text-align: left;
}

.news_con ul li .txts .dates {
  font-size: 12px;
  color: #333333;
  overflow: hidden;
  transition: all 0.3s;
  margin-top: 21px;
  height: 24px;
  line-height: 24px;
  display: block;
  position: relative;
}

.news_con ul li .txts .h3 {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin-top: 13px;
  transition: all 0.3s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_con ul li:hover .txts .h3 {
  color: #620000;
}

.news_con ul li .mores {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding-left: 30px;
  overflow: hidden;
  background: url(../images/news_pic1.png) left center no-repeat;
  color: #666666;
  transition: all 0.3s;
  margin-top: 16px;
  clear: both;
  overflow: hidden;
  font-size: 16px;
  background-size: 21px 21px;
  transition: all 0.3s;
}

.news_con ul li:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  /*-webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); */
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.news_con ul li:hover .mores {
  background-image: url(../images/news_pic1_on.png);
  color: #620000;
}

/*新闻资讯详细*/
.about_x2 {
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 5%;
}

.show_t {
  line-height: 40px;
  font-size: 30px;
  color: #333333;
  text-align: left;
  font-weight: normal;
  padding-bottom: 28px;
  position: relative;
}

.show_t:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 3px;
  background: #cccccc;
}

.show_t:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 200px;
  left: 0;
  height: 3px;
  background: #620000;
}

.about_x2 .con_line {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #620000;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.about_x2 img {
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
}

.about_x2 .con_id {
  line-height: 32px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  padding-top: 32px;
  font-size: 16px;
  color: #666666;
  text-align: left;
}

.about_x2 .con_id p {
  padding-bottom: 23px;
  overflow: hidden;
}

.about_x2 .con_id b {
  font-size: 20px;
}

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

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

.prenext {
  font-size: 16px;
  overflow: hidden;
  line-height: 58px;
  height: 58px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 4%;
  margin-bottom: 6%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.prenext span {
  width: 33.33%;
  float: left;
  text-align: center;
  overflow: hidden;
}

.prenext span.l {
  text-align: left;
}

.prenext span.l a {
  padding-left: 30px;
  background: url(../images/left3.png) left center no-repeat;
  background-size: 15px 9px;
}

.prenext span.l a:hover {
  background-image: url(../images/left3_on.png);
}

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

.prenext span.r a {
  padding-right: 30px;
  background: url(../images/right3.png) right center no-repeat;
  background-size: 15px 9px;
}

.prenext span.r a:hover {
  background-image: url(../images/right3_on.png);
}

.prenext a {
  display: block;
  color: #333;
  overflow: hidden;
  transition: all 0.3s;
}

.prenext a:hover {
  color: #620000;
  text-decoration: none;
  opacity: 0.8;
  filter: Alpha(opacity=80);
}

.prenext .goback {
  display: inline-block;
  vertical-align: top;
  height: 38px;
  line-height: 38px;
  color: #333333;
  margin-top: -6px;
}

.prenext .goback:hover {
  color: #620000;
}

/*网站地图*/
.website_bg {
  overflow: hidden;
  background: #f2f9fc;
  padding-bottom: 5%;
  padding-top: 1.5%;
}

.website_t {
  height: 36px;
  line-height: 36px;
  background: #F2F0EC;
  color: #333;
  font-weight: bold;
  padding-left: 12px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 17px;
}

.website_t a {
  color: #333;
}

.sitemap_main {
  overflow: hidden;
}

.sitemap_main dd {
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  background: #fff;
  white-space: nowrap;
  display: block;
  float: left;
  height: 31px;
  width: calc(19.2% - 2px);
  width: -webkit-calc(19.2% - 2px);
  width: -moz-calc(19.2% - 2px);
  margin-right: 1%;
  margin-bottom: 1%;
  overflow: hidden;
  border: 1px dashed #dddddd;
  text-overflow: ellipsis;
}

.sitemap_main dd:nth-child(5n+0) {
  margin-right: 0;
}

.sitemap_main dd a {
  display: block;
  color: #333;
}

.sitemap_main dd a:Hover {
  color: #620000;
}


@media screen and (max-width: 1400px) {
  .o_big_con .h2 label {
    margin-bottom: 56px;
  }

  /*内页*/
  .postions {
    font-size: 14px;
  }

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

  .history_title .year {
    margin-right: 1.6%;
  }

}

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

  /*内页*/
  .postions.bgs5 .postions_b a {
    min-width: 226px;
  }

}

@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;
    font-size: 16px;
    min-width: 180px;
  }

  .adicon {
    display: none;
  }

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

  /*关于我们*/
  .postions2 {
    top: 10px;
  }

  /*产品详细*/
  .productDetails .information {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .productDetails .product_one_l {
    width: 470px;
  }

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

  .product_two .table table {
    font-size: 13px;
  }

  .product_two .table table td {
    line-height: 26px;
  }

  /*常见问题*/
  .faq_l {
    width: 300px;
    margin-right: 20px;
    font-size: 15px;
  }

  .faq_l .faq_title {
    font-size: 18px;
  }

  .faq_l .faq_desc {
    padding-top: 20px;
    line-height: 26px;
  }

  .faq_r {
    padding-left: 24px;
  }

  .faq_r .faq_ul ul li .h3 {
    font-size: 15px;
  }

  .faq_r .faq_ul ul li .down {
    line-height: 30px;
    font-size: 15px;
  }

  /*人才招聘*/
  .job_one .txts {
    font-size: 15px;
  }

  .job_one .txts .h3 {
    margin-top: 7%;
  }

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

  .job_ul ul li .h3 span {
    font-size: 14px;
  }

  .job_ul ul li .down {
    line-height: 30px;
    font-size: 15px;
  }

  .job_ul ul li .down b {
    font-size: 17px;
  }

  /*联系我们*/
  .contact_l {
    height: 700px;
  }

  .contact_l iframe {
    height: 700px;
  }

  /*品质服务*/
  .service_ul li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -16px;
    font-size: 18px;
  }

  .service_ul li .txts .p {
    font-size: 14px;
    line-height: 26px;
  }

  .service_ul li .txts .tit {
    font-size: 20px;
    line-height: 28px;
  }

  .service_ul li:nth-child(2n+0) .txts .cons {
    margin-left: 0;
  }

  .service_ul li:after {
    top: 134px;
    margin-left: -46px;
  }

  .service_ul li:nth-child(2n+0):after {
    margin-left: 18px;
  }

  /*网站地图*/
  .sitemap_main dd {
    width: calc(24.25% - 2px);
    width: -webkit-calc(24.25% - 2px);
    width: -moz-calc(24.25% - 2px);
  }

  .sitemap_main dd:nth-child(5n+0) {
    margin-right: 1%;
  }

  .sitemap_main dd:nth-child(4n+0) {
    margin-right: 0;
  }

  .history_title .year {
    margin-right: 2.4%;
  }
}

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

  /*内页*/
  .postions {
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
  }

  .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 .information .conten .content_timgr {
    display: none !important;
  }

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

  .productDetails .information {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .productDetails .information .h2 {
    margin-top: 4%;
  }

  .productDetails .information .txt {
    margin-top: 3%;
  }

  /*人才招聘*/
  .job_one .txts {
    font-size: 14px;
    line-height: 24px;
  }

  .job_a a {
    margin-left: 30px;
  }

  /*品质服务*/
  .service_ul li:before {
    top: 95px;
  }

  .service_ul li:after {
    top: 111px;
  }
}

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

  /*产品中心*/
  .product_ul li {
    width: 32%;
  }

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

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


}

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

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

  .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;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .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: 3px;
    margin-top: 4px;
  }

  /*分类弹窗*/
  .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;
  }

  /*关于我们*/
  .about_one .about_t {
    float: none;
    text-align: center;
    width: 100%;
  }

  .about_one .about_one_r {
    float: none;
    width: 100%;
    margin-top: 3%;
  }

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

  .about_two li:nth-child(2n+0) .imgs {
    float: none;
  }

  .about_two li .txts {
    position: static;
    width: 100%;
    margin-top: 3%;
  }

  .about_two li .txts .cons {
    max-width: none;
  }

  .about_three {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .about_three .txts span {
    height: 50px;
    line-height: 50px;
  }

  .history_title .img {
    height: 50px;
    margin-right: 20px;
  }

  .history_title .year {
    height: 50px;
    line-height: 50px;
    margin-right: 1%;
  }

  .history_ul li:after {
    width: 40px;
    margin-left: -40px;
  }

  .history_ul li .txts {
    width: 43.5%;
  }

  .history_ul li .txts .p {
    font-size: 13px;
    line-height: 22px;
  }

  .history_ul li .txts .tit {
    font-size: 18px;
    line-height: 24px;
  }

  .history_ul li .imgs {
    width: 43.5%;
  }

  /*产品中心*/
  .product_ul li .h3 {
    line-height: 30px;
    height: 30px;
  }

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

  .product_ul li .p {
    margin-bottom: 20px;
  }

  /*产品详细*/
  .productDetails .product_one_l {
    width: 100%;
    float: none;
  }

  .productDetails .information .conten {
    min-height: inherit;
  }

  .product_two .h3 {
    font-size: 16px;
  }

  .product_down {
    font-size: 15px;
  }

  .product_down li {
    background-size: 26px 33px;
    padding-left: 40px;
  }

  .product_down li a {
    background-size: 14px 13px;
    padding-right: 20px;
  }

  .product_feedback .product_feedback_l {
    float: none;
    text-align: center;
    width: 100%;
  }

  .product_feedback .product_feedback_l .h4 {
    height: 50px;
  }

  .product_feedback .product_feedback_l .h4:after {
    left: 50%;
    margin-left: -13px;
  }

  .product_feedback .product_feedback_r {
    float: none;
    width: 100%;
    margin-top: 3%;
  }

  /*常见问题*/
  .faq_r .faq_ul ul li {
    background-position: right 10px top 16px;
  }

  .faq_r .faq_ul ul li .down {
    line-height: 26px;
    padding-right: 30px;
  }

  .faq_r .faq_ul ul li .h3 {
    padding-right: 30px;
  }

  /*人才招聘*/
  .job_one .imgs {
    float: none;
    width: 100%;
  }

  .job_one .txts .cons {
    max-width: none;
  }

  .job_one .txts .h3 {
    margin-top: 5%;
  }

  .job_ul ul li {
    background-position: right 10px top 35px;
  }

  .job_ul ul li .down {
    line-height: 26px;
    padding-right: 30px;
  }

  .job_ul ul li .h3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .job_ul ul li .down {
    padding-left: 30px;
  }

  .job_ul ul li .down .tits dd {
    width: 33.33%;
  }

  .job_ul ul li .down .open_bnt {
    height: 50px;
    line-height: 50px;
  }

  .job_a {
    font-size: 16px;
    line-height: 60px;
  }

  .job_a a {
    margin-left: 20px;
    height: 60px;
  }

  /*联系我们*/
  .contact_l {
    height: 600px;
    width: 100%;
  }

  .contact_l iframe {
    height: 600px;
  }

  .contact_pos {
    display: block;
    position: static;
    padding-top: 4%;
    padding-bottom: 5%;
    clear: both;
    overflow: hidden;
  }

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

  /*品质服务*/
  .service_t {
    height: 50px;
  }

  .service_one {
    font-size: 14px;
    line-height: 26px;
  }

  .service_one .ul li .h4 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }

  .service_desc {
    font-size: 14px;
  }

  .service_ul li .txts {
    width: 43.5%;
  }

  .service_ul li .txts .tit {
    margin-top: 0;
    line-height: 26px;
    font-size: 18px;
  }

  .service_ul li .txts .p {
    font-size: 13px;
    line-height: 22px;
  }

  .service_ul li .imgs {
    width: 43.5%;
  }

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

  .service_two .service_two_l .h4 {
    height: 50px;
    text-align: center;
  }

  .service_two .service_two_l .h4:after {
    left: 50%;
    margin-left: -13px;
  }

  .service_two .service_two_l .desc {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
  }

  .service_two .service_two_l .desc b {
    font-size: 18px;
    margin-top: 15px;
  }

  .service_two .service_two_r {
    float: none;
    width: 100%;
    margin-top: 4%;
  }

  .service_two .service_two_r li {
    float: left;
    width: 49%;
  }

  .service_two .service_two_r li:nth-child(2n+0) {
    float: right;
  }

  .service_two .service_two_r li label {
    font-size: 17px;
    line-height: 26px;
    padding-left: 40px;
    background-size: auto 26px;
    width: 130px;
  }

  .service_two .service_two_r li .p {
    font-size: 15px;
    line-height: 26px;
  }

  .service_three li .txts {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .service_three li .txts .h4 {
    line-height: 34px;
    height: 34px;
  }

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

  .service_three li .cons .h4 {
    line-height: 34px;
    height: 34px;
  }

  .service_three li .cons .p {
    line-height: 28px;
    min-height: 84px;
    font-size: 15px;
    margin-top: 3px;
  }

  /*搜索*/
  .search_t {
    font-size: 15px;
  }

  .search_ul li .h4 {
    font-size: 18px;
  }

  .search_ul li .p {
    font-size: 13px;
  }

  /*新闻列表*/
  .news_con ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .news_con ul li:nth-child(3n+0) {
    margin-right: 2%;
  }

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

  /*新闻资讯详细*/
  .about_x2 {
    max-width: none;
    clear: both;
  }

  .show_t {
    font-size: 25px;
    line-height: 34px;
  }

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

  .prenext {
    font-size: 14px;
  }

  .prenext .goback {
    text-align: center;
    margin-top: -44px;
    width: 110px;
  }
}

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

  /*内页*/
  .postions h2 {
    font-size: 16px;
  }

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

  /*品质服务*/
  .service_ul li:before {
    top: 75px;
  }

  .service_ul li:after {
    top: 91px;
  }

}

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

  /*内页*/
  .o_big {
    height: 290px;
  }

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

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

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

  /*关于我们*/
  .postions2 {
    font-size: 13px;
  }

  .about_one .about_one_r {
    font-size: 14px;
    line-height: 26px;
  }

  .about_two li .txts {
    margin-top: 4%;
  }

  .about_two li .txts .h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .about_two li .txts .p {
    font-size: 13px;
    line-height: 26px;
    margin-top: 10px;
  }

  /*产品中心*/
  .product_ul li {
    width: 49%;
  }

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

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

  .product_ul li .h3 {
    line-height: 26px;
    height: 26px;
  }

  /*常见问题*/
  .faq_l {
    float: none;
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }

  .faq_l .faq_title {
    text-align: center;
  }

  .faq_l .faq_title:after {
    left: 50%;
    margin-left: -25px;
  }

  .faq_l .faq_a {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .faq_l .faq_a a {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 40px;
    line-height: 40px;
    padding-right: 25px;
    background-position: right 13px center;
    text-indent: 15px;
  }

  .faq_l .faq_a a:nth-child(3n+0) {
    margin-right: 0;
  }

  .faq_l .faq_desc {
    padding-top: 12px;
    line-height: 22px;
  }

  .faq_r {
    border-left: 0;
    min-height: inherit;
    padding-left: 0;
  }

  .faq_r .faq_ul {
    margin-top: 2%;
  }

  /*人才招聘*/
  .job_a {
    font-size: 15px;
  }

  .job_a a {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 15px;
  }

  /*联系我们*/
  .contact_r .contact_ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    background-position: left top 25px;
  }

  /*品质服务*/
  .service_ul li:before {
    top: 70px;
  }

  .service_ul li:after {
    top: 86px;
    width: 22px;
    margin-left: -38px;
  }

  /*网站地图*/
  .website_t {
    font-size: 15px;
  }

  .sitemap_main dd {
    width: calc(32.66% - 2px);
    width: -webkit-calc(32.66% - 2px);
    width: -moz-calc(32.66% - 2px);
    font-size: 13px;
  }

  .sitemap_main dd:nth-child(4n+0) {
    margin-right: 1%;
  }

  .sitemap_main dd:nth-child(3n+0) {
    margin-right: 0;
  }
}

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

  /*分页*/
  .yema a {
    font-size: 12px;
  }

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

  /*暂无内容*/
  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }

  /*关于我们*/
  .history_title {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .history_title .img {
    height: 40px;
    margin-right: 15px;
  }

  .history_title .year {
    height: 40px;
    line-height: 40px;
    margin-right: -1%;
  }

  .history_ul li {
    margin-top: 40px;
  }

  .history_ul li:after {
    width: 30px;
    margin-left: -30px;
    top: 50px;
  }

  .history_ul li:before {
    width: 14px;
    height: 14px;
    top: 44px;
    margin-left: -7px;
  }

  .history_ul li .txts {
    width: 44%;
  }

  .history_ul li .txts .year {
    line-height: 30px;
    margin-top: 0px;
  }

  .history_ul li .txts .p {
    font-size: 12px;
    line-height: 22px;
  }

  .history_ul li .txts .tit {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }

  .history_ul li .imgs {
    width: 44%;
  }

  .history_more {
    background-size: 50px 50px;
    padding-top: 60px;
  }

  /*产品中心*/
  .owl-demo7 .item dd .h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    height: 24px;
    line-height: 24px;
  }

  .owl-demo7 .item dd .p {
    font-size: 13px;
    line-height: 22px;
    height: 66px;
    margin-bottom: 15px;
  }

  /*产品详细*/
  .productDetails .information {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .productDetails .information .h2 {
    font-size: 24px;
    margin-top: 5%;
  }

  .product_title {
    line-height: 60px;
    height: 60px;
    font-size: 16px;
  }

  .product_two .h3 {
    font-size: 15px;
  }

  .product_two {
    font-size: 13px;
  }

  .product_down {
    font-size: 14px;
  }

  .product_down li {
    background-size: 22px 28px;
    padding-left: 40px;
  }

  .product_down li a {
    padding-right: 18px;
  }

  .product_feedback .product_feedback_r {
    margin-top: 4%;
  }

  .product_feedback .product_feedback_r .inputs {
    height: 38px;
    line-height: 38px;
  }

  .product_feedback .bnts {
    height: 40px;
    line-height: 40px;
  }

  /*常见问题*/
  .faq_l .faq_title {
    font-size: 17px;
    line-height: 26px;
  }

  .faq_r .faq_ul ul li .h3 {
    font-size: 14px;
  }

  .faq_r .faq_ul ul li .down {
    font-size: 14px;
    line-height: 24px;
  }

  /*人才招聘*/
  .job_a {
    font-size: 14px;
    line-height: 50px;
  }

  .job_a a {
    height: 50px;
    margin-left: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .job_ul ul li {
    background-position: right 10px top 28px;
  }

  .job_ul ul li .h3 {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }

  .job_ul ul li .h3 span {
    font-size: 13px;
  }

  .job_ul ul li .down {
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
  }

  .job_ul ul li .down b {
    font-size: 16px;
  }

  .job_ul ul li .down .tits dd {
    width: 50%;
  }

  .job_ul ul li .down .open_bnt {
    height: 40px;
    line-height: 40px;
    width: 150px;
    font-size: 16px;
  }

  /*在线留言*/
  .feedback_box.showdiv {
    max-width: none;
    margin-left: -48%;
    /*top:90px;*/
    height: 400px;
    margin-top: -200px;
  }

  .feedback_box .feedback_box_close a {
    font-size: 30px;
  }

  .feedback_box .feedback_con {
    padding-top: 10px;
  }

  .feedback_box .feedtack_tt {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }

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

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

  .feedback_box .textarea {
    margin-bottom: 5px;
    height: 60px;
    font-size: 13px;
  }

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

  .feedback_box .divs.partner_file span {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-indent: 12px;
  }

  .feedback_box .divs.partner_file em {
    right: 6px;
    top: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 70px;
  }

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

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

  /*联系我们*/
  .contact_l {
    height: 500px;
  }

  .contact_l iframe {
    height: 500px;
  }

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

  /*品质服务*/
  .service_one {
    font-size: 13px;
    line-height: 22px;
  }

  .service_one .ul {
    margin-top: 3%;
  }

  .service_one .ul li .h4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }

  .service_desc {
    font-size: 13px;
  }

  .service_ul li {
    margin-bottom: 30px;
  }

  .service_ul li:after {
    width: 20px;
    margin-left: -35px;
    top: 69px;
  }

  .service_ul li:nth-child(2n+0):after {
    margin-left: 17px;
  }

  .service_ul li:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    top: 55px;
    margin-left: -15px;
  }

  .service_ul li .txts {
    width: 44%;
  }

  .service_ul li .txts .p {
    font-size: 12px;
    line-height: 22px;
  }

  .service_ul li .txts .tit {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }

  .service_ul li .imgs {
    width: 44%;
  }

  .service_two .service_two_l .desc a {
    font-size: 17px;
  }

  .service_two .service_two_r li {
    float: none;
    width: 100%;
  }

  .service_two .service_two_r li:nth-child(2n+0) {
    float: none;
  }

  .service_three li .txts {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .service_three li .txts .h4 {
    line-height: 30px;
    height: 30px;
  }

  .service_three li .txts .p {
    line-height: 20px;
    height: 20px;
    font-size: 12px;
  }

  .service_three li .cons .h4 {
    line-height: 30px;
    height: 30px;
  }

  .service_three li .cons .p {
    line-height: 24px;
    min-height: 72px;
    font-size: 13px;
  }

  /*搜索*/
  .search_t {
    font-size: 14px;
  }

  .search_ul li .h4 {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
  }

  .search_ul li .p {
    font-size: 12px;
    line-height: 24px;
  }

  /*新闻列表*/
  .news_con ul li .txts .dates {
    margin-top: 17px;
    height: 22px;
    line-height: 22px;
  }

  .news_con ul li .txts .h3 {
    margin-top: 10px;
    font-size: 15px;
  }

  .news_con ul li .mores {
    margin-top: 12px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }

  /*新闻资讯详细*/
  .show_t {
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .about_x2 .con_id p {
    padding-bottom: 3%;
  }

  .prenext {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
  }

  .prenext span.l a {
    padding-left: 22px;
  }

  .prenext span.r a {
    padding-right: 22px;
  }

  .prenext .goback {
    margin-top: 15px;
    height: 32px;
    line-height: 32px;
    width: 99%;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
  }

  .prenext .goback:hover {
    border: 1px solid #f87e03;
  }
}

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

  /*产品详细*/
  .product_down li a {
    min-width: 150px;
  }
}

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

  /*内页*/
  .o_big {
    height: 200px;
  }

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

  .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-right: 6px;
  }

  /*分页*/
  .yema {
    padding-top: 35px;
    padding-bottom: 40px;
  }

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

  /*关于我们*/
  .postions2 {
    font-size: 12px;
  }

  .postions2 .postions_r span {
    display: none;
  }

  .postions2 .postions_r img {
    height: 14px;
    margin-right: 6px;
  }

  .about_one .about_one_r {
    font-size: 13px;
    line-height: 24px;
  }

  .about_two li .txts .h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .about_two li .txts .p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 5px;
  }

  .about_three .txts span {
    height: 44px;
    line-height: 44px;
  }

  .history_title {
    padding-top: 16px;
    padding-bottom: 13px;
  }

  .history_title .img {
    height: 30px;
    margin-right: 10px;
    margin-left: 2.2%;
  }

  .history_title .year {
    height: 30px;
    line-height: 30px;
    margin-right: -2%;
  }

  .history_ul li {
    margin-top: 20px;
  }

  .history_ul li .txts .tit {
    font-size: 14px;
  }

  .history_ul li .txts .p {
    line-height: 20px;
    margin-top: 6px;
  }

  .history_ul li .txts .year {
    font-size: 20px;
    line-height: 24px;
  }

  .history_ul li:before {
    top: 36px;
  }

  .history_ul li:after {
    top: 42px;
    width: 22px;
    margin-left: -22px;
  }

  .history_more {
    background-size: 40px 40px;
    padding-top: 46px;
  }

  .history_more span {
    font-size: 13px;
  }

  /*产品中心*/
  .product_ul li .h3 {
    line-height: 22px;
    height: 22px;
  }

  .product_ul li .p {
    line-height: 20px;
    height: 60px;
    font-size: 12px;
  }

  .product_ul li .h3 {
    line-height: 22px;
    height: 22px;
  }

  .product_ul li .imgs:after {
    background-size: 40px 40px;
  }

  /*产品详细*/
  .productDetails .information .h2 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .product_title {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }

  .product_two .h3 {
    font-size: 14px;
  }

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

  .product_two .table table .w2 {
    padding-left: 8px;
    width: 310px;
  }

  .product_down {
    font-size: 13px;
  }

  .product_down li {
    padding-left: 30px;
  }

  .product_down li a {
    min-width: 120px;
  }

  /*常见问题*/
  .faq_l {
    font-size: 13px;
  }

  .faq_r .faq_ul ul li {
    background-size: 14px 14px;
  }

  .faq_r .faq_ul ul li .down {
    font-size: 13px;
    line-height: 22px;
  }

  .faq_r .faq_ul ul li .h3 {
    font-size: 13px;
  }

  /*人才招聘*/
  .job_one .txts {
    font-size: 13px;
    line-height: 24px;
  }

  .job_ul ul li {
    background-position: right 10px top 30px;
  }

  .job_ul ul li {
    background-size: 14px 14px;
  }

  .job_ul ul li .down {
    font-size: 13px;
    line-height: 22px;
    padding-left: 15px;
  }

  .job_ul ul li .h3 {
    font-size: 14px;
    padding-left: 15px;
  }

  .job_ul ul li .h3 span {
    font-size: 12px;
  }

  .job_ul ul li .down b {
    font-size: 15px;
  }

  .job_ul ul li .down .open_bnt {
    height: 36px;
    line-height: 36px;
    width: 130px;
    font-size: 14px;
  }

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

  .job_a a {
    height: 40px;
    margin-left: 6px;
    padding-left: 3px;
    padding-right: 3px;
  }

  /*联系我们*/
  .contact_l {
    height: 400px;
  }

  .contact_l iframe {
    height: 400px;
  }

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

  .contact_r .contact_weixin img {
    margin-right: 20px;
  }

  .contact_r .contact_weixin .p {
    font-size: 14px;
  }

  /*品质服务*/
  .service_one {
    font-size: 12px;
    line-height: 20px;
  }

  .service_one .ul li .h4 {
    font-size: 13px;
    line-height: 22px;
  }

  .service_desc {
    font-size: 12px;
  }

  .service_ul li {
    margin-bottom: 20px;
  }

  .service_ul li .txts .tit {
    font-size: 14px;
  }

  .service_ul li .txts .p {
    line-height: 20px;
    margin-top: 6px;
  }

  .service_ul li:after {
    width: 10px;
    margin-left: -23px;
    top: 52px;
  }

  .service_ul li:nth-child(2n+0):after {
    margin-left: 13px;
  }

  .service_ul li:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    top: 40px;
    margin-left: -13px;
  }

  .service_two .service_two_l .desc {
    font-size: 13px;
    line-height: 22px;
  }

  .service_two .service_two_l .desc b {
    font-size: 16px;
  }

  .service_two .service_two_l .desc a {
    font-size: 15px;
  }

  .service_two .service_two_r li label {
    font-size: 16px;
    line-height: 24px;
  }

  .service_two .service_two_r li .p {
    font-size: 14px;
    line-height: 24px;
  }

  .service_three li .cons .h4 {
    line-height: 26px;
    height: 26px;
  }

  .service_three li .cons .p {
    line-height: 22px;
    min-height: 66px;
    font-size: 12px;
  }

  .service_three li .txts .h4 {
    line-height: 26px;
    height: 26px;
  }

  /*搜索*/
  .search_ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*新闻列表*/
  .news_con ul li .txts .dates {
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
  }

  .news_con ul li .txts .h3 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }

  .news_con ul li .mores {
    margin-top: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
  }

  /*新闻资讯详细*/
  .show_t {
    font-size: 18px;
    line-height: 26px;
  }

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

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

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

  /*网站地图*/
  .website_t {
    font-size: 14px;
  }

  .sitemap_main dd {
    width: calc(49.5% - 2px);
    width: -webkit-calc(49.5% - 2px);
    width: -moz-calc(49.5% - 2px);
    font-size: 12px;
  }

  .sitemap_main dd:nth-child(3n+0) {
    margin-right: 1%;
  }

  .sitemap_main dd:nth-child(2n+0) {
    margin-right: 0;
  }
}

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

  /*关于我们*/
  .about_one .about_one_r {
    font-size: 12px;
    line-height: 22px;
  }

  /*产品详细*/
  .product_title {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }

  .product_feedback .product_feedback_r .inputs {
    padding: 0 12px;
    font-size: 13px;
  }

  .product_feedback .textarea {
    font-size: 13px;
    padding-left: 12px;
    padding-top: 2%;
  }

  .product_feedback .bnts {
    font-size: 13px;
  }

  /*人才招聘*/
  .job_one .txts {
    font-size: 12px;
    line-height: 22px;
  }

  /*联系我们*/
  .contact_l {
    height: 350px;
  }

  .contact_l iframe {
    height: 350px;
  }

  /*品质服务*/
  .service_one .ul li .h4 {
    font-size: 12px;
  }

  .service_two .service_two_r li label {
    font-size: 14px;
    line-height: 22px;
    width: 110px;
  }

  .service_two .service_two_r li .p {
    font-size: 13px;
    line-height: 22px;
  }

  .service_three li .cons .h4 {
    line-height: 22px;
    height: 22px;
  }

  .service_three li .cons .p {
    line-height: 20px;
    min-height: 60px;
  }

  /*搜索*/
  .search_t {
    font-size: 13px;
  }

  .search_ul li .h4 {
    font-size: 15px;
  }
}



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

.pro_con ul li .imgs {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}</pre></body></html>