/* 关于我们开始 */
.about_text{
  padding: 0 15px;
}
.mbxnav{
  margin-top: 35px;
  width: 100%;
  overflow: hidden;
}
.gy_tit {
  color: #e41c1e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 30px 0;
}
.about_text img {
  height: 350px;
  margin: 0 auto 20px;
  display: block;
}
.about_text p {
  margin: 0;
  text-align: left;
  text-indent: 2em;
  line-height: 30px;
}
.sccj_about {
  margin: 30px 0 0;
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 0 0 30px;
}
.sccj_pic ul li {
  padding: 5px;
  margin-bottom: 15px;
}
.sccj_pic ul li img {
  width: 100%;
}
.wh_box{
  width: 100%;
  overflow: hidden;
  margin: 40px 0 ;
}
.wh_box li{
  text-align: center;
}
.wh_box li h4{
  font-size: 16px;
  font-weight: bold;
}
.zs_box{
  width: 100%;
  overflow: hidden;
}
.zs_box h3{
  color: #e41c1e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 30px 0;
}
.zs_box li img{
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
}
/* 关于我们结束 */
/* 联系我们开始 */
.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: #e41c1e;
  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: #e41c1e;
  position: relative;
  top: 3px;
}
.cont_box .w .xj_box .fbxj_sub{
  width: 50%;
  line-height: 42px;
  background: #e41c1e;
  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
}
/* 联系我们结束 */
@media(max-width:768px){
  .gy_tit {
    color: #e41c1e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
  }
  .about_text img {
    height: auto;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
  }
  .gy_tit {
    color: #e41c1e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0;
  }
  .sccj_pic ul li {
    padding: 5px;
    margin-bottom: 0;
  }
  .zs_box {
    width: 98%;
    overflow: hidden;
    margin: auto;
  }
  .zs_box h3 {
    color: #e41c1e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .zs_box li{
    padding: 5px;
  }
  .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: #e41c1e;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
  }
}