/* 公司介绍开始*/
.about_text{
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0;
}
.about_text .w>h3{
  font-size: 28px;
  margin: 0 0 15px;
  color: #4bb038;
}
.about_text .w>img{
  margin: 0 auto 20px;
  display: block;
  width: 72%;
}
.about_text .w p{
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin: 0;
  text-indent: 2em;
}
.about_text .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
.about_text .w ul li{
  width: 24%;
}
.about_text .w ul li img{
  width: 100%;
}
/* 公司介绍结束 */
/* 企业文化开始 */
.culture{
  width: 100%;
  overflow: hidden;
  background: #efefef;
  padding: 50px 0;
  margin-top: 50px;
}
.culture .w{
  background: #fff;
  padding: 0;
}
.culture .w .wh_box1{
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  color: #333;
}
.culture .w .wh_box1 .whimg{
  width: 50%;
  overflow: hidden;
}
.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%;
  padding: 0 20px;
}
.culture .w .wh_box1 .whtext p{
  font-size: 18px;
  line-height: 32px;
}
/* 企业文化结束 */
/* 荣誉资质开始 */
.ryzs{
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
.wh_box1 .whtext h3,
.ryzs .w h3{
  font-size: 32px;
  margin: 0 0 15px;
  color: #333;
  text-align: center;
}
.ryzs .w p{
  text-align: center;
  font-size: 16px;
  width: 60%;
  margin: 0 auto;
  line-height: 32px;
  color: #666;
}
.ryzs .w ul{
  width: 100%;
  overflow: hidden;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ryzs .w ul li{
  width: 24%;
  margin: 10px 0.5%;
}
.ryzs .w ul li img{
  width: 100%;
}
/* 荣誉资质结束 */
/* 质量控制开始 */
.zlkz{
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}
.zlkz .w h3{
  font-size: 32px;
  margin: 0 0 15px;
  color: #333;
  text-align: center;
}
.zlkz .w p{
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  line-height: 28px;
  color: #666;
}
.zlkz ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.zlkz ul li{
  width: 32.5%;
  margin-bottom: 15px;
}
.zlkz ul li img{
  width: 100%;
}
/* 质量控制结束 */
/* 联系我们开始 */
.lxwm {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.lxwm_a {
	max-width: 1300px;
	margin: 0 auto;
}

.lxwm_a h1 {
  line-height: 46px;
  font-size: 30px;
  font-weight: bold;
  color: #4bb038;
  text-align: center;
  margin: 0;
}

.lxwm_a h3 {
	line-height: 44px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0;
	text-align: center;
}

.lxwm_b {
  padding: 1% 0;
  height: 348px;
  margin-top: 0px;
}

.lxwm_b_a {
	max-width: 1300px;
	margin: 0 auto;
}

.fs {
	width: 25.5% !important;
}

.lxwm_b_a ul li {
	padding: 10px 0;
  overflow: hidden;
  text-align: left;
  height: 110px;
  display: inline-block;
  width: 32%;
  background: #fff;
  border-radius: 5px;
  float: left;
  margin: 15px 0.6%;
  border: 1px solid #eaeaea;
}

.icon_a {
  color: #4bb038;
  position: relative;
  top: -3px;
  float: left;
  font-size: 31px;
  margin: 23px 14px 0 11px;
}

.lxwm_b_b {
	overflow: hidden;
}

.lxwm_b_b h6 {
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  margin-top: 16px;
}

.lxwm_b_c {
  color: #999;
  line-height: 28px;
  font-size: 15px;
  width: 100%;
  margin: 0;
}
.iw_poi_title {
  color: #4bb038;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #4bb038;
  display: block;
  margin-top: -2px;
}
.iw_poi_content {
  font:12px arial,sans-serif;
  overflow:visible;
  padding-top:4px;
  white-space:-moz-pre-wrap;
  word-wrap:break-word;
  color: #666;
}
#dituContent{
  width: 100%;
  height: 370px;
  border: #ccc solid 1px;
  margin: 0;
}
/* 联系我们结束 */

@media(max-width:768px){
  /* 公司介绍 */
  .about_text {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  .about_text .w>h3 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #4bb038;
    line-height: 38px;
  }
  .about_text .w>img{
    margin-bottom: 10px;
    display: block;
    width: 100%;
  } 
  .about_text .w p {
    font-size: 15px;
    line-height: 30px;
    color: #666;
    margin: 0;
    text-align: justify;
  } 
  .about_text .w ul li {
    width: 100%;
    margin: 6px 0;
  }
  .culture {
    width: 100%;
    overflow: hidden;
    background: #efefef;
    padding: 0;
    margin-top: 0;
  }
  .culture .w .wh_box1 .whimg {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
  }
  .culture .w .wh_box1 .whtext {
    width: 100%;
    padding: 0;
  }
  .culture .w .wh_box1 .whtext p {
    font-size: 14px;
    line-height: 26px;
  }
  .ryzs {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  .ryzs .w h3 {
    font-size: 28px;
    margin: 0 0 15px;
    color: #333;
    text-align: center;
  }
  .ryzs .w p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    line-height: 26px;
    color: #666;
  }
  .ryzs .w ul {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ryzs .w ul li {
    width: 100%;
    margin: 8px 0;
  }
  /* 质量控制 */
  .zlkz ul {
    margin-top: 30px;
  }
  .zlkz ul li {
    width: 49%;
    margin-bottom: 10px;
  }


  /* 联系我们 */
  .contact{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .lxwm {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
  }
  .lxwm_a h1 {
    font-size: 18px;
    font-weight: bold;
    color: #4bb038;
    text-align: center;
    margin: 0;
    line-height: inherit;
  }
  .lxwm_a h3 {
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 10px 0 0;
    text-align: center;
  }
  .lxwm_b_a ul li {
    padding: 10px 0;
    overflow: hidden;
    text-align: left;
    height: 110px;
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    float: left;
    margin: 8px 0;
    border: 1px solid #eaeaea;
  }
  #dituContent {
    width: 100%;
    height: 250px;
    border: none;
    margin: 30px 0 0;
  }
  
}