﻿.current-position {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 100%;
  padding-top: 26px;
  box-sizing: border-box;
}

.current-position span {
  font-family: 宋体;
  padding: 0px 5px;
}

.current-position a:hover {
  color: #ae1e24;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}
/*产品列表*/
.pro_list {
  overflow: hidden;
}

.pro_list li {
  width: 390px;
  height: 330px;
  margin-right: 10px;
  display: inline-block;
}

.pro_list li:nth-child(3n) {
  margin-right: 0;
}

.pro_list li .item_pic {
  height: 235px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}

.pro_list li .item_title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}

.pro_list li .btnbar {
  margin-top: 15px;
  display: block;
  text-align: center;
}

.btnbar .detailsbtn,
.btnbar .openformbtn,
.openformbtn {
  background-color: #aa4241;
  color: #fff;
  display: inline-block;
  width: 124px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
}

.btnbar .openformbtn {
  margin-left: 10px;
}

.column_module .column_module_nav {
  position: relative;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin-top: 30px;
}

.column_product .column_module_nav {
  padding-left: 90px;
  border-bottom: 1px dotted #aaaaaa;
  margin-top: 0px;
}

.column_module .column_module_nav span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  height: 50px;
  font-weight: bold;
}

.column_module .column_module_nav li {
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.column_module .column_module_nav li a {
  display: block;
  font-size: 16px;
  padding: 0 10px;
}

.column_module .column_module_nav li a:hover,
.column_module .column_module_nav li.cur a {
  background-color: #333333;
  color: #fff;
}

.product_column_bd {
  padding-top: 60px;
}

.product_column_bd .pro_list li {
  height: 365px;
}
/*新闻中心*/
.news-enterprise {
  width: 1260px;
  margin: 0 auto;
}

.enterprise-show {
  width: 1306px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  /*margin-bottom: 50px;*/
}

.enterprise-show-item {
  width: 424px;
  height: 437px;
  display: flex;
  flex-flow: column;
  border: 1px solid #999;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin-right: 16px;
}

.enterprise-show-item:nth-child(3n) {
  margin-right: 0;
}

.enterprise-show-item-top {
  width: 422px;
  height: 255px;
  overflow: hidden;
  text-align: center;
}

.enterprise-show-item-top img {
  max-width: 422px;
}

.enterprise-show-item-bottom {
  width: 100%;
  height: 160px;
  display: flex;
  flex-flow: column;
  padding: 0 36px;
  padding-top: 27px;
  box-sizing: border-box;
  background: #ffffff;
}

.enterprise-show-item-bottom b {
  float: left;
  font-size: 18px;
  height: 55px;
  overflow: hidden;
}

.enterprise-show-item-bottom i {
  float: left;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 14px;
}

.enterprise-show-item-bottom p {
  float: left;
  font-size: 14px;
  line-height: 170%;
  /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
  overflow: hidden;
  white-space: normal;
}
/* 客户服务页面 */
.contact-content {
  width: 100%;
  height: 1098px;
  background: url("../static/contact-bg.jpg") no-repeat;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.contact-box {
  width: 1200px;
  margin: 0 auto;
}

.contact-tle {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 16px;
}

.contact-tle fieldset {
  font-size: 33px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 16px;
}

.contact-tle p {
  font-size: 18px;
  line-height: 100%;
  color: #585858;
  text-transform: uppercase;
}

.contact-text {
  margin-bottom: 52px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.contact-text dt {
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 28px;
  font-weight: 600;
}

.contact-text dd {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 18px;
}

.contact-text dd:last-child {
  margin-bottom: 0;
}

.contact-text dd span {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #093051;
}

.contact-map {
  width: 1200px;
  height: 590px;
  overflow: hidden;
}

.contact-map img {
  width: 1200px;
  height: 590px;
}
/*通用*/
.custom_column {
  padding-bottom: 100px;
}
/*咨询框*/
.btnbar {
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  clear: both;
}

.btnbar .go,
.opformbtn {
  padding: 8px 30px;
  background-color: #b52428;
  color: #fff;
}

.opformbtn:hover {
  color: #fff;
}

.btnbar .opformbtn {
  margin-left: 20px;
}

.showbtn {
  padding: 5px 10px;
  background-color: #b52428;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}

.layui-layer-setwin .layui-layer-close {
  background-position: 0px -39px;
}

.layui-btn,
.layui-btn-primary:hover {
  background: #b52428;
  color: #fff;
}

.layui-btn-primary,
.layui-btn-primary:hover {
  border-color: #b52428;
}

.factoryContent_wrap .wrapper {
  padding-bottom: 0 !important;
}

.factoryContent .title {
  display: none;
}

.factoryContent {
  padding-bottom: 100px;
}

.custom_column_bd {
  padding-bottom: 100px;
}

.contact_column .content .wrapper .text p {
  margin-bottom: 0 !important;
}

.normal_wrap .content .wrapper .text p {
  width: 100%;
  font-size: 14px !important;
  color: #000;
  line-height: 200% !important;
  margin-bottom: 0px !important;
}
/*发展历程*/
.about_column27_text {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1021px;
  overflow: hidden;
}

.about_column27_text:before {
  content: "";
  position: absolute;
  left: 510px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #666666;
}

.about_column27_text p {
  display: block;
}

.about_column27_text p:nth-child(odd) {
  float: right;
  position: relative;
  margin-bottom: 20px;
  width: 494px;
  text-align: left;
  clear: both;
}

.about_column27_text p:nth-child(odd) .miAbout_qydsj_liTime {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #7a242f;
}

.about_column27_text p:nth-child(odd) .miAbout_qydsj_liTxt {
  display: block;
  font-size: 14px;
  color: #221815;
}

.about_column27_text p:nth-child(odd):before {
  content: "";
  position: absolute;
  left: -26px;
  top: 4px;
  width: 19px;
  height: 19px;
  background-color: #7a242f;
  border-radius: 15px;
}

.about_column27_text p:nth-child(even) {
  float: left;
  position: relative;
  margin-bottom: 20px;
  width: 494px;
  text-align: right;
  clear: both;
}

.about_column27_text p:nth-child(even) .miAbout_qydsj_liTime {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #7a242f;
}

.about_column27_text p:nth-child(even) .miAbout_qydsj_liTxt {
  display: block;
  font-size: 14px;
  color: #221815;
}

.about_column27_text p:nth-child(even):before {
  content: "";
  position: absolute;
  right: -26px;
  top: 4px;
  width: 19px;
  height: 19px;
  background-color: #7a242f;
  border-radius: 15px;
}

.custom_bm_imglist {
  text-align: center;
}
.wx_box {
    padding-top: 20px;
}

.wx_box img {
    width: 300px;
    height: 300px;
    margin: 10px auto 0;
    display: block;
    border: 1px solid #eee;
}

.wx_box p {
    text-align: center;
    font-size: 30px;
    color: #666;
    line-height: 60px;
}