@font-face {
  font-family: 'DINCOND-BOLD';
  src: url("/assets/font/DINCOND-BOLD.eot");
  src: url("/assets/font/DINCOND-BOLD.eot") format("embedded-opentype"),
    url("/assets/font/DINCOND-BOLD.woff2") format("woff2"),
    url("/assets/font/DINCOND-BOLD.woff") format("woff"),
    url("/assets/font/DINCOND-BOLD.ttf") format("truetype");
}
/* 关于我们--开始 */
.about .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-top: 3%;
}
.about .w .about_left{
  width: 45%;
}
.about .w .about_left img{
  width: 100%;
}
.about .w .about_right{
  width: 50%;
  padding-top: 3%;
}
.about .w .about_right>h3{
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 30px;
  position: relative;
}
.about .w .about_right>h3::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 4px;
  background-color: #ee1c25;
}
.about .w .about_right p{
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
  color: #666;
}
.about .w ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  padding: 5% 0;
}
.about .w ul li{
  text-align: center;
  width: 33.33%;
}
.about .w ul li img{
  width: 60px;
}
.about .w ul li h3{
  font-size: 20px;
  margin: 15px 0 10px;
  text-align: center;
}
.about .w ul li p{
  color: #999;
  text-align: center;
  font-size: 16px;
  margin: 0;
  line-height: 26px !important;
  text-indent: 0 !important;
}
/* 销售网络开始 */
.sales{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.sales p{
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-indent: 2em;
  margin: 0;
}
.sales img{
  width: 100%;
}
/* 质量控制开始 */
.zlkz{
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}
.zlkz>h3{
  font-size: 26px;
  color: #ee1c25;
  margin: 0 0 10px;
  font-weight: bold;
}
.zlkz p{
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-indent: 2em;
  margin: 0;
}
.zlkz_img{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.zlkz_img li{
  width: 32%;
  margin-bottom: 30px;
  text-align: center;
}
.zlkz_img li>div{
  width: 100%;
  overflow: hidden;
  box-shadow: 6px 8px #ee1c25;
}
.zlkz_img li img{
  width: 100%;
  transition: all 0.5s;
}
.zlkz_img li:hover img{
  transform: scale(1.2);
}
.zlkz_img li p{
  font-size: 16px;
  color: #666;
  margin: 20px 0 0;
}
/* 质量控制结束 */
/* 服务优势开始 */
.serive .w>p{
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin: 30px 0 80px;
  text-indent: 2em;
}
.serive .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serive .w ul li{
  width: 24%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 20px 25px 0px rgba(197, 197, 197, 0.35);
  padding: 0 30px 30px;
  transition: all 0.5s;
}
.serive .w ul li:hover{
  margin-top: -10px;
  box-shadow: 0px 20px 25px 0px rgba(197, 197, 197, 0.65);
}
.serive .w ul li .serive_icon{
  width: 100px;
  height: 100px;
  background-color: #ee1c25;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: -25px;
  transition: all 0.5s;
}
.serive .w ul li:hover .serive_icon{
  background-color: #000;
}
.serive .w ul li .serive_icon img{
  width: 100%;
  display: block;
  padding: 20px;
}
.serive .w ul li .serive_text h3{
  font-size: 20px;
  margin: 15px 0;
  font-weight: bold;
}
.serive .w ul li .serive_text p{
  line-height: 28px;
  text-align: left;
  text-indent: 2em;
}

/* 联系我们--开始 */
.cont{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.cont .w>h3{
  font-size: 38px;
  color: #000;
  font-weight: 300;
  margin: 0 0 20px;
}
.cont .w ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont .w ul li{
  color: #333;
  display: flex;
  align-items: center;
  margin: 20px 0;
  width: 32%;
}
.cont .w ul li span{
  font-size: 30px;
  color: #ee1c25;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cont .w ul li p{
  font-size: 14px;
  color: #666;
  margin: 0;
}
.cont .w ul li p b{
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.cont .w .map_box{
  width: 100%;
  border: 15px solid #fff;
}
.iw_poi_title {
  color: #ee1c25;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #ee1c25;
  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: 450px;
}
.message{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background-color: #f8f8f8;
}
.right_input{
  width: 100%;
  background: #fff;
  padding: 50px 40px;
}
.right_input>h3{
  font-size: 30px;
  color: #333;
  margin: 0 0 20px;
  font-weight: 300;
}
.right_input ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.right_input li{
  width: 49%;
  margin: 0 0 20px;
}
.right_input .bz_box{
  width: 100%;
}
.right_input #bzContact{
  width: 100%;
  height: 100px;
  outline: none;
  border: 0;
  border-bottom: 1px solid #000000;
  margin-top: 30px;
  color: #333;
}
.right_input li input{
  width: 100%;
  height: 60px;
  border: 0;
  border-bottom: 1px solid #000000;
  color: #333;
}
.right_input #bzContact:focus,
.right_input li input:focus {
  border-bottom: 1px solid #ee1c25!important
}

.right_input li .tips{
  font-size: 12px;
  color: #ee1c25;
  position: relative;
  top: 4px;
}
.right_input #insubmit{
  cursor: pointer;
  width: 40%;
  line-height: 44px;
  background: #696969;
  display: block;
  clear: both;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 0.8s;
  margin: 40px auto;
}
.right_input #insubmit:hover{
  background: #ee1c25;
}
/* 联系我们--结束 */

@media(max-width:980px){
  .about .w .about_left {
    width: 100%;
  }
  .about .w .about_right {
    width: 100%;
    padding-top: 20px;
  }
  .about .w .about_right h3 {
    font-size: 28px;
    font-weight: normal;
    margin:0 0 10px;
    position: relative;
  }
  .about .w ul {
    padding: 0;
  }
  .about .w ul li {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .about .w ul li h3 {
    font-size: 20px;
    margin: 10px 0 5px;
    text-align: center;
  }
  .serive .w ul li {
    width: 100%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 20px 25px 0px rgba(197, 197, 197, 0.35);
    padding: 0 30px 30px;
    transition: all 0.5s;
    margin-bottom: 65px;
  }
  .zlkz_img li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  
  /* 联系我们 */
  .cont .w ul li{
    width: 100%;
    margin: 12px 0;
  }
  .cont .w ul li .icon_box{
    width: 55px;
    height: 55px;
    margin-right: 8px;
  }
  .cont .w ul li span{
    line-height: 55px;
  }
  .cont .w ul li .lx_text {
    width: calc(100% - 65px);
    float: left;
  }
  .cont .w ul li h4 {
    font-size: 18px;
    margin: 0 0 6px 0;
    color: #000;
  }
  .cont .w ul li p {
    font-size: 15px;
    color: #333;
    font-weight: 300;
  }
  .cont {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 0;
  }
  .cont .w ul {
    width: 100%;
    background-color: #fff;
    padding:0 20px 20px;
    margin: 0;
    position: relative;
  }
  .cont .w .map_box {
    width: 100%;
  }
  #dituContent {
    width: 100%;
    height: 260px;
  }
  .message {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 30px;
    background-color: #f8f8f8;
  }
  .right_input {
    width: 100%;
    background: #fff;
    padding: 30px 20px;
  }
  .right_input li {
    width: 100%;
    margin: 0 0 20px;
  }
  .right_input li input {
    width: 100%;
    height: 44px;
    border: 0;
    border-bottom: 1px solid #000000;
    color: #333;
    border-radius: 0;
  }
  .right_input #bzContact {
    width: 100%;
    height: 60px;
    outline: none;
    border: 0;
    border-bottom: 1px solid #000000;
    margin-top: 30px;
    color: #333;
    border-radius: 0;
  }
  .right_input #insubmit {
    cursor: pointer;
    width: 100%;
    line-height: 44px;
    background: #696969;
    display: block;
    clear: both;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    transition: all 0.8s;
    margin: 20px auto;
  }
}
