@charset "UTF-8";
:root {
  --yellow: #f5b834;
  --blue: #409eff;
}

.grey {
  background: #f5f5f5;
}

.tc-main {
  padding-top: 60px;
  min-height: 300px;
}

.pt-40 {
  padding-bottom: 40px;
}

.zoomWrapperImage img {
  max-width: 1200px !important;
}

.inner_banner {
  height: 300px;
  background: url("../images/inner_banner.jpg") center center;
}
.inner_banner h2 {
  position: absolute;
  top: 100px;
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  z-index: 10;
}

.w_grid {
  position: absolute;
  top: -140px;
  margin-bottom: 30px;
}
.w_grid .ebox {
  display: inline-block;
}
.w_grid .ebox a {
  color: #fff;
}
.w_grid .ebox a i {
  margin-right: 8px;
}
.w_grid .ebox span {
  color: #fff;
  margin: 0 10px;
}
.w_grid .top_menu {
  float: right;
}
.w_grid .top_menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 14px;
}
.w_grid .top_menu li.on a {
  color: #f95902;
}
.left_menu {
  background: #fff;
  padding-bottom: 10px;
}

.left_menu h3 {
  background-color: #35acf0;
  padding-left: 20px;
  line-height: 50px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  overflow: hidden;
}

.left_menu li {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #555;
  padding: 0 10px;
  border-bottom: 1px solid #e6e6e6;
}

.left_menu li a {
  padding-left: 20px;
}

.left_menu li:hover a {
  color: #35acf0;
}

.left_menu li.on a {
  color: #35acf0;
}

.indexTit {
  width: 100%;
  text-align: center;
  position: relative;
  color: #2f2f2f;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.indexTit .line {
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 12px;
  display: block;
  background: var(--blue);
}
.indexTit .line-left {
  left: 50%;
  margin-left: -100px;
}
.indexTit .line-right {
  right: 50%;
  margin-right: -100px;
}

.article-content {
  font-size: 14px;
  line-height: 30px;
  color: #595959;
}
.article-content img {
  max-width: 100%;
}
.article-content h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.article-content p {
  margin-bottom: 10px;
}

/* new s content */
.newswrap {
  padding: 40px 0 20px;
  background: #fff;
}
.newswrap h2 {
  font-size: 21px;
  margin-bottom: 10px;
}
.newswrap .newslist li {
  line-height: 28px;
}
.newswrap .newslist li div {
  width: 100%;
  border-bottom: 1px dashed #ddd;
}
.newswrap .newslist li div span {
  float: right;
}

.article-infobox h2 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
}

.prevnext {
  margin: 20px 0;
}
.prevnext a {
  display: block;
  line-height: 30px;
}

.pro-list {
  padding-left: 20px;
}

.case-list img {
  max-width: 100%;
}
.case-list h4 {
  background: #f6f6f6;
  padding: 20px;
  text-align: center;
}
.case-list a:hover {
  color: #35acf0;
}
.layui-col-md10{
	padding-left: 20px;
}
.product-img-box {
	text-align: center;
}
.zoomPad{
	float: none !important;
}
.product-img-box img {
  max-width: 100%;
}

.product-info {
  float: left;
  width: 50%;
}
.product-info h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.product-info .price {
  background: #f5f5f5;
  padding: 20px;
  color: #fa7f06;
}

.pro_wrap {
  margin-top: 20px;
}
.pro_wrap img {
	max-width: 100%;
	height: auto !important;
}

.pro_about {
  border-bottom: 1px solid #c3c3c3;
  position: relative;
  margin-bottom: 20px;
}
.pro_about span {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid var(--blue);
  margin-bottom: -1px;
}

.tb-thumb {
  float: left;
}

.tb-thumb li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding-top: 20px;
}

.tb-thumb a {
  float: left;
  position: relative;
  width: 100px;
  height: 66px;
  overflow: hidden;
}

.tb-thumb img {
  position: relative;
  max-width: 100px;
}

/*分页*/
.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination li {
  display: inline-block;
  font: 12px/28px arial, Microsoft Yahei;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 5px;
}

.pagination li a {
  color: #888;
}

.pagination li.current {
  background: #1e9fff;
  color: #fff;
  border: 1px solid #1e9fff;
}

.pagination li:hover {
  background: #1e9fff;
  color: #fff;
  border: 1px solid #1e9fff;
}

.pagination li:hover a {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .layui-col-space20 {
    margin: 0;
  }
  .inner_banner {
    height: 150px;
  }
  .inner_banner h2 {
    top: 40px;
    left: 10px;
    font-size: 24px;
  }
  .w_grid {
    padding-left: 10px;
    top: -70px;
  }
  .w_grid .top_menu {
    float: none;
    margin-top: 20px;
  }
  .w_grid .top_menu li {
    font-size: 13px;
  }
  .product-img-box {
    margin-top: 20px;
  }
  .tb-thumb li {
    margin: 0 5px 0 0;
    padding-top: 10px;
  }
  .tb-thumb a {
    width: 60px;
  }
  .tb-thumb img {
    max-width: 60px;
  }
  .article-box,
.article-infobox,
.article-content {
    padding: 0 10px;
  }
  .indexTit {
    font-size: 18px;
  }
  .pro-list {
    padding: 0;
  }
  .product-img-box {
    width: 100%;
  }
  .product-info {
    width: 100%;
  }
  .prevnext {
    padding: 0 10px;
  }
  .prevnext a {
    display: block;
    float: none !important;
  }
  .new-list .news-info {
    height: auto;
    margin-top: 0;
  }
  .case-list h4 {
    padding: 10px;
  }
  .tc-main {
    padding-top: 10px;
  }
  .new-list {
    padding: 10px;
  }
  .newswrap {
    padding: 20px 10px 10px;
  }
  .left_menu {
    margin-bottom: 20px;
    background: #fff;
  }
  .left_menu h3 {
    display: none;
  }
  .left_menu li {
    display: inline-block;
    margin: 0 0 5px 5px;
    background: #f6f6f6;
  }
  .left_menu li a {
    padding: 0 15px;
  }
}