/* 公司介绍开始*/
.company .w>p{
  font-size: 14px;
  text-indent: 2em;
  line-height: 28px;
  margin: 0;
}
.slzs{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
} 
.slzs>div{
  width: 33.33%;
  overflow: hidden;
  text-align: center;
}
.slzs>div h3{
  font-size: 50px;
  line-height: 44px;
  text-align: center;
  margin: 0;
  color: #da251c;
  font-weight: 700;
}
.slzs>div h3 span{
  font-size: 16px;
  font-weight: normal;
}
.slzs>div p{
  margin-top: 2px;
  color: #da251c;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
}
.company .w>ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company .w>ul li{
  width: 32.5%;
  margin: 10px 0;
}
.company .w>ul li img{
  width: 100%;
}
.zs_box{
  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: 40px 0 60px;
}
.zs_box .w ul li{
  width: 25%;
  float: left;
  margin-bottom: 15px;
}
.zs_box .w ul li img{
  width: 100%;
  padding: 0 12px;
}
.gtyan{
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.gtyan .w ul li{
  width: 24%;
  margin: 10px 0.5%;
  float: left;
  overflow: hidden;
}
.gtyan .w ul li img{
  width: 100%;
  border: 1px solid #e9e9e9;
}
/* 公司介绍结束 */

/* 联系我们开始 */
.conten_box{
  width: 100%;
  overflow: hidden;
  margin: 40px 0 25px;
}
.contents{
  width: 50%;
  float: left;
}
.change-cut{
  width: 350px;
}
.contents ul li{
  padding: 0 10px 0 0;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.contents ul li>span{
  color: #da251c;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #da251c;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 30px;
  float: left;
  margin-right: 10px;
}
.contents ul li .icon-mail1,
.contents ul li .icon-luxianchaxun{
  font-size: 25px;
}
.contents ul li .icon-dianhua1{
  font-size: 20px;
}
.contents ul li .icon-print{
  font-size: 28px;
}
.contents ul h3,
.right_input h3{
  font-size: 28px;
  margin: 0 0 18px;
  clear: both;
  font-weight: normal;
}
.contents ul li p{
  margin: 0;
  line-height: 28px;
  color: #666;
}
.right_input li{
  width: 48%;
  margin: 0 1% 12px;
  float: left;
}
.right_input .bz_box{
  width: 98%;
}
.right_input #bzContact{
  width: 100%;
  height: 180px;
  outline: none;
  padding: 10px;
  border: 1px solid #cbcbcb;
  margin-bottom: 15px;
}
.right_input li input{
  width: 100%;
  height: 42px;
  padding-left: 6px;
  border: 1px solid #cbcbcb;
}
.right_input li span{
  font-size: 12px;
  color: #da251c;
  position: relative;
  top: 4px;
}
.right_input #insubmit{
  margin: 25px 1.5%;
  cursor: pointer;
  width: 98%;
  line-height: 44px;
  background: #dddddd;
  display: block;
  clear: both;
  color: #333;
  text-align: center;
  border-radius: 3px;
  transition: all 0.8s;
}
.right_input #insubmit:hover{
  background: #de0400;
  color: #fff;
}

.iw_poi_title {
  color: #da251c;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #da251c;
  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: 320px;
}
/* 联系我们结束 */

@media(max-width:768px){
  .slzs>div h3 {
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    margin: 0;
    color: #da251c;
    font-weight: 700;
  }
  .slzs>div p {
    margin-top: 2px;
    color: #da251c;
    font-size: 18px;
    line-height: initial;
    text-align: center;
  }
  .zs_box {
    width: 100%;
    overflow: hidden;
    background: url(/assets/image/zs_bg.jpg) no-repeat;
    background-size: cover;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
    box-sizing: border-box;
    background-position: center center;
    background-attachment: fixed;
    margin: 25px 0 30px;
  }
  .zs_box .w ul li {
    width: 49%!important;
    float: left;
    margin-bottom: 5px!important;
  }
  .zs_box .w ul li img {
    width: 100%;
    padding: 0;
  }
  .company .w>ul li {
    width: 100%;
    margin: 10px 0;
  }
  .conten_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px;
  }
  .contents {
    width: 100%;
    float: left;
  }
  .contents ul li {
    padding: 0;
    margin-bottom: 22px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .right_input {
    padding: 0;
  }
  #dituContent {
    width: 100%;
    height: 230px;
  }
  .gtyan .w ul li{
    width: 100%;
    margin: 5px 0;
    float: left;
    overflow: hidden;
  }



}