/* 关于我们开始 */
.et-main{
  width: 100%;
  overflow: hidden;
  background: #efefef;
}
.et-hero-tabs{
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 70px;
  background: #fff;
}
.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}
.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 20px;
}
.et-hero-tab:hover {
  color: white;
  background: #ff7e00;
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #ff7e00;
  transition: left 0.3s ease;
}
.about_text .w{
  background: #fff;
  margin-top: 40px;
  padding: 50px;
}
.about_text .w .about_com_tit{
  position: relative;
  margin-bottom: 30px;
}
.about_text .w .about_com_tit p{
  color: #dcdcdc;
  font-size: 40px;
  text-indent: 0;
  font-weight: bold;
}
.about_text .w .about_com_tit h1{
  margin: 15px 0 10px;
}
.about_text .w .about_com_tit h1 span{
  font-size: 40px;
  color: #333;
}
.about_text .w .about_com_tit h1 span:first-child{
  font-weight: bold;
}
.about_text .w .about_com_tit h1::before{
 content: "";
 width: 60px;
 height: 2px;
 background: #D3D3D3;
 position: absolute;
 bottom: -10px;
}
.about_text .w .abot_com p{
  margin: 0;
  text-indent: 2em;
  line-height: 30px;
}
.about_text .w ul{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.about_text .w ul li{
  width: 25%;
  float: left;
}
.about_text .w ul li img{
  width: 100%;
  padding:0 12px;
}
.en_tit{
  display: none;
}
/* 关于我们结束 */
/* 荣誉资质开始 */
.honor{
  width: 100%;
  overflow: hidden;
  background: url(/assets/image/zs_bg.jpg) no-repeat;
  background-size: cover;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0;
  box-sizing: border-box;
  background-position: center center;
  background-attachment: fixed;
  margin: 60px 0 0;
}
.honor .w {
  max-width: 75%;
}
.honor .w h1{
  text-align: center;
  margin: 0 0 40px;
  position: relative;
}
.honor .w h1 span{
  font-size: 40px;
  color: #333;
}
.honor .w h1 span:first-child{
  font-weight: bold;
}
.honor .w h1::before{
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #000;
  bottom: -15px;
  margin-left: 53px;
}
.honor .w>p{
  text-align: center;
  font-size: 16px;
  width: 60%;
  margin: 0 auto;
  line-height: 32px;
  color: #666;
}
.honor .w ul{
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0;
}
.honor .w ul li{
  width: 25%;
  float: left;
  margin-bottom: 15px;
}
.honor .w ul li img{
  width: 100%;
  padding: 0 12px;
}
/* 荣誉资质结束 */
/*质量控制开始 */
.quality{
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 80px 0;
}
.quality .w h1{
  position: relative;
  margin: 0 0 40px;
}
.quality .w h1 span{
  font-size: 40px;
  color: #333;
}
.quality .w h1 span:first-child{
  font-weight: bold;
}
.quality .w h1::before{
  content: "";
  width: 60px;
  height: 2px;
  background: #D3D3D3;
  position: absolute;
  bottom: -10px;
} 
.pgwSlider {
  width: 100%;
  margin-top: 30px;
}
.pgwSlider .ps-current {
	float: left;
	width: 74%;
	overflow: hidden;
	height: inherit;
	position: relative;
	font-size: 1rem
}
.pgwSlider .ps-current span {
	position: absolute;
	width: 100%;
	padding: 8px 10px 10px;
	background: rgba(0,0,0,0.7);
	left: 0;
	bottom: 0;
	color: #fff
}
.pgwSlider .ps-current img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
	display: block
}
ul.pgwSlider, .pgwSlider>ul {
	float: right;
	width: 25%;
	padding: 0;
	list-style: none;
	margin: 0
}
ul.pgwSlider>li, .pgwSlider>ul>li {
	height: 50px;
	margin-bottom: 6px;
	overflow: hidden;
	position: relative;
	opacity: .6;
	filter: alpha(opacity=60);
	font-size: .8rem
}
ul.pgwSlider>li:last-child, .pgwSlider>ul>li:last-child {
	margin-bottom: 0
}
ul.pgwSlider>li span, .pgwSlider>ul>li span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 3px 0 5px 5px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
	text-overflow: ellipsis
}
ul.pgwSlider>li:hover, .pgwSlider>ul>li:hover {
	opacity: 1 !important
}
ul.pgwSlider>li img, .pgwSlider>ul>li img {
	width: 100%;
	min-height: 100%;
	display: block
}

@media(min-width:481px) {
	ul.pgwSlider>li, .pgwSlider>ul>li {
		width: 100% !important
	}
}

@media(max-width:480px) {
	.pgwSlider .ps-current {
		margin-bottom: 6px;
		font-size: .9rem
	}
	.pgwSlider .ps-current img {
		width: 100%;
		min-height: inherit
	}
	.pgwSlider .ps-current, ul.pgwSlider, .pgwSlider>ul {
		width: 100%
	}
	ul.pgwSlider>li, .pgwSlider>ul>li {
		float: left;
		min-height: 50px;
		max-height: 70px;
		min-width: 33.33%
	}
	ul.pgwSlider>li span, .pgwSlider>ul>li span {
		white-space: nowrap
	}
}
.zlbox{
  width: 100%;
  overflow: hidden;
  margin: 50px auto;
}
.zlbox>.w>ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zlbox>.w>ul li{
  width: 24%;
  margin: 10px 0;
}
.zlbox>.w>ul li img{
  width: 100%;
}
/* 质量控制结束 */
/* 企业文化开始 */
.culture{
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.culture .w{
  background: #fff;
  padding: 50px;
}
.culture .w h1{
  text-align: center;
  margin: 0 0 50px;
  position: relative;
}
.culture .w h1 span{
  font-size: 40px;
  color: #333;
}
.culture .w h1 span:first-child{
  font-weight: bold;
}
.culture .w h1::before{
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #000;
  bottom: -15px;
  margin-left: 53px;
}
.culture .w .wh_box1{
  width: 100%;
  overflow: hidden;
  background: #efefef;
}
.culture .w .wh_box1 .whimg{
  width: 50%;
  float: left;
  overflow: hidden;
}
.culture .w .wh_box1:last-child .whimg{
  float: right;
}
.culture .w .wh_box1 .whimg img{
  width: 100%;
  transition: 0.5s;
}
.culture .w .wh_box1:hover .whimg img{
  transform: scale(1.1);
}
.culture .w .wh_box1 .whtext{
  width: 50%;
  float: right;
  padding: 10% 0 0 10%;
}
.culture .w .wh_box1 .whtext p{
  font-size: 18px;
  line-height: 32px;
}
@media(max-width:1340px){
  .culture .w .wh_box1 .whtext {
    padding: 10% 0 0 5%;
  }
}
/* 企业文化结束 */
/* 销售网络开始 */
.sales{
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
.sales .w .xs_box{
  width: 80%;
  margin: auto;
}
.sales .w .xs_box p{
  font-size: 16px;
  line-height: 34px;
  margin: 0;
}
.sales .w .xs_box img{
  display: block;
  margin: 20px auto 0;
}
/* 销售网络结束 */
/* 核心优势开始 */
.corea_box{
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.corea_box .w>p{
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
  color: #666;
}
/* 核心优势结束 */
/* 工厂展示开始 */
.gc_box{
  width: 100%;
  overflow: hidden;
}
.gc_box li{
  width: 32%;
  margin: 10px 0.5%;
  float: left;
}
.gc_box li img{
  width: 100%;
}
/* 工厂展示结束 */
/* 联系我们开始 */
.cont_box{
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.cont_box .w .lxfs_box{
  width: 100%;
  overflow: hidden;
  background: #f2f6f7;
  padding: 50px 40px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.cont_box .w .lxfs_box li span{
  background: #ff7e00;
  color: #fff;
  display: block;
  width: 50px;
  text-align: center;
  font-size: 26px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-right: 10px;
}
.cont_box .w .lxfs_box li:nth-child(2) span{
  font-size: 35px;
}
.cont_box .w .lxfs_box li:nth-child(3) span{
  font-size: 32px;
}
.cont_box .w .lxfs_box li .lxrig{
  float: left;
}
.cont_box .w .lxfs_box li .lxrig h3{
  font-size: 16px;
  margin: 5px 0 8px;
  font-weight: bold;
}
.cont_box .w .lxfs_box li .lxrig p{
  margin: 0;
  font-size: 14px;
  color: #868686;
} 
.cont_box .w .xj_box{
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0 0;
  padding: 40px;
  background: #f2f6f7;
}
.cont_box .w .xj_box li{
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.cont_box .w .xj_box li input{
  width: 98%;
  line-height: 44px;
  border: 0;
  background: #fff;
  padding-left: 10px;
  font-size: 14px;
  outline: none;
}
.cont_box .w .xj_box .bz_box{
  width: 100%;
  margin-bottom: 30px;
}
.cont_box .w .xj_box li textarea{
  width: 99%;
  height: 220px;
  border: 0;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  outline: none;
}
.cont_box .w .xj_box li .tips{
  font-size: 12px;
  color: #ff7e00;
  position: relative;
  top: 3px;
}
.cont_box .w .xj_box .fbxj_sub{
  width: 50%;
  line-height: 42px;
  background: #ff7e00;
  color: #fff;
  text-align: center;
  margin: 25px auto 0;
  float: none;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}
.cont_box .w .xj_box .fbxj_sub span{
  display: block;
}
.cont_box .w .xj_box .fbxj_sub:hover{
  background: #000
}
/* 联系我们结束 */
.cert{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.cert li{
  width: 24%;
  margin: 6px 0.5%;
  float: left;
}
.cert li img{
  width: 100%;
}
@media(max-width:768px){
  .et-hero-tabs {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 120px;
    background: #fff;
  }
  .et-hero-tabs-container {
    display: block;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
  }
  .et-hero-tab {
    display: block;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0;
    transition: all 0.5s ease;
    font-size: 18px;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 60px;
  }
  .et-hero-tab-slider {
    display: none;
  }
  .about_text .w {
    background: #fff;
    margin-top: 40px;
    padding: 15px;
  }
  .about_text .w .about_com_tit h1 {
    margin: 0;
  }
  .about_text .w .about_com_tit p {
    color: #dcdcdc;
    font-size: 34px;
    text-indent: 0;
    font-weight: bold;
    margin: 0;
  }
  .about_text .w .about_com_tit h1 span {
    font-size: 32px;
    color: #333;
  }
  .about_text .w .abot_com p {
    margin: 0;
    text-indent: 2em;
    line-height: 28px;
  }
  .about_text .w ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  .about_text .w ul li img {
    width: 100%;
    padding: 0 5px;
  }
  .honor {
    width: 100%;
    overflow: hidden;
    background: url(/assets/image/zs_bg.jpg) no-repeat;
    background-size: cover;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
    box-sizing: border-box;
    background-position: center center;
    background-attachment: fixed;
    margin: 60px 0 0;
  }
  .honor .w {
    max-width: 98%;
  }
  .honor .w h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #000;
    bottom: -15px;
    margin-left: 38px;
  }
  .honor .w h1 span {
    font-size: 32px;
    color: #333;
  }
  .honor .w ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
  }
  .honor .w ul li img {
    width: 100%;
    padding: 0 5px;
  }
  .quality .w h1 span {
    font-size: 32px;
    color: #333;
  }
  .quality {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 50px 0;
  }
  .culture {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
  }
  .culture .w {
    background: #fff;
    padding: 15px;
  }
  .culture .w h1 {
    text-align: center;
    margin: 20px 0 40px;
    position: relative;
  }
  .culture .w h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #000;
    bottom: -15px;
    margin-left: 38px;
  }
  .culture .w h1 span {
    font-size: 32px;
    color: #333;
  }
  .culture .w .wh_box1 .whimg {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .culture .w .wh_box1 .whtext {
    width: 100%;
    float: none;
    padding: 15px;
  } 
  .culture .w .wh_box1 .whtext p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }

  .cont_box .w .lxfs_box {
    width: 100%;
    overflow: hidden;
    background: #f2f6f7;
    padding: 25px 15px;
    margin: 0;
    display: block;
    justify-content: space-between;
  }
  .cont_box .w .lxfs_box li{
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 15px
  }
  .cont_box .w .lxfs_box li:last-child{
    margin: 0;
  }
  .cont_box .w .xj_box {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 25px 15px;
    background: #f2f6f7;
  }
  .cont_box .w .xj_box li {
    width: 100%;
    float: left;
    margin-bottom: 12px;
  }
  .cont_box .w .xj_box li input {
    width: 100%;
  }
  .cont_box .w .xj_box li textarea {
    width: 100%;
    height: 160px;
  }
  .cont_box .w .xj_box .bz_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .cont_box .w .xj_box .fbxj_sub {
    width: 100%;
    line-height: 42px;
    background: #ff7e00;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
  }
  #dituContent {
    height: 280px!important;
  }
  .sales {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
  }
  .sales .w .xs_box {
    width: 100%;
    margin: auto;
  }
  .sales .w .xs_box p {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
  }
  .sales .w .xs_box img {
    display: block;
    margin: 20px auto 0;
    width: 100%;
  }
  .cert li{
	  width: 49%;
	  margin: 6px 0.5%;
	  float: left;
	}
  .zlbox {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
  }
  .zlbox>.w>ul li {
    width: 100%;
    margin: 8px 0;
  }
  .gc_box li{
    width: 100%;
    margin: 10px 0;
  }
}