@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");
}
/* 关于我们--开始 */
.Company{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.Company .w .Company_text h3 {
  font-size: 30px;
  margin: 0 0 25px;
  font-weight: bold;
  position: relative;
}
.Company .w .Company_text h3::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 120px;
  height: 6px;
  background-color: #014db7;
}
.Company .Company_img{
  width: 45%;
  float: right;
  padding-left: 30px;
  height: 360px;
}
.Company .Company_img img{
  width: 100%;
}
.player-container-id-dimensions {
  width: 100%;
  height: 100%;
}

.Company .Company_text p{
  font-size: 15px;
  line-height: 28px;
  color: #666;
  text-indent: 2em;
}
.qyfc{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background-color: #f7f7f7;
  margin-top: 50px;
}
.qyfc .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qyfc .w ul li{
  width: 24.5%;
  margin: 5px 0;
}
.qyfc .w ul li img{
  width: 100%;
}
.qywh{
  width: 100%;
  overflow: hidden;
  margin: 120px 0;
}
.qywh .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qywh .w ul li{
  text-align: center;
}
.qywh .w ul li .wh_img{
  width: 120px;
  height: 120px;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.qywh .w ul li .wh_text h3{
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.qywh .w ul li .wh_text p{
  margin: 0;
  color: #666;
  font-size: 15px;
}

/* 销售网络 */
.sales p{
  font-size: 15px;
  line-height: 28px;
  color: #666;
  text-indent: 2em;
}
.sales img{
  width: 100%
}
/* 制造能力 */
.quality{
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.quality .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quality .w .zl_wz{
  width: 49%;
  position: relative;
  z-index: 1;
}
.quality .w .zl_wz>div{
  width: 125%;
  background: #fdfafa;
  padding: 5%;
  border-radius: 15px;
  margin-top: 10%;
}
.quality .w .zl_wz>div h1{
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
.quality .w .zl_wz>div p{
  font-size: 15px;
  color: #666;
  line-height: 28px;
}
.quality .w .zl_img{
  width: 49%;
}
.quality .w .zl_img img{
  width: 100%;
}
.quality .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.quality .w ul li{
  width: 24.5%;
  margin-bottom: 20px;
  overflow: hidden;
}
.quality .w ul li img{
  width: 100%;
  transition: all 0.5s;
}
.quality .w ul li:hover img{
  transform: scale(1.1);
}
/* 联系我们--开始 */
.cont{
  width: 45%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px;
  border-right: 1px solid #dfdfdf;
}

.message .w{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.cont>div{
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.cont>div>span{
  font-size: 24px;
  color: #014db7;
  background: #e6f0fd;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.cont>div>div{
  width: calc(100% - 45px);
}
.cont>div h3{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 3px;
}
.cont>div p{
  font-size: 15px;
  color: #666;
  margin: 0;
}

.iw_poi_title {
  color: #014db7;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #014db7;
  display: block;
  margin-top: -2px;
}
.iw_poi_content {
  font: 13px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  color: #666;
}
#dituContent {
  width: 100%;
  height: 350px;
}
.message{
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}
.right_input{
  width: 55%;
  background: #fff;
  padding: 40px;
}
.right_input>h3,
.cont>h1{
  font-size: 30px;
  color: #0146ad;
  margin: 0 0 20px;
}
.right_input ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  overflow: hidden;
}
.right_input li{
  width: 49%;
  margin: 0 0 20px;
}
.right_input .bz_box{
  width: 100%;
}
.right_input #bzContact{
  width: 100%;
  height: 180px;
  outline: none;
  border: 0;
  color: #333;
  background: #efefef;
  border-radius: 8px;
  padding: 15px;
}
.right_input li input{
  width: 100%;
  height: 48px;
  border: 0;
  color: #333;
  background: #efefef;
  padding: 0 10px;
  border-radius: 8px;
}
.right_input #bzContact:focus,
.right_input li input:focus {
  border: 1px solid #014db7!important
}

.right_input li .tips{
  font-size: 13px;
  color: #014db7;
  position: relative;
  top: 4px;
}
.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;
}
.right_input #insubmit:hover{
  background: #014db7;
}
/* 联系我们--结束 */

@media(max-width:980px){
  /* 关于我们 */
  .Company {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .Company .Company_img {
    width: 100%;
    float: none;
    padding-left: 0;
    height: 240px;
    margin-bottom: 20px;
  }
  .qyfc {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background-color: #f7f7f7;
    margin-top: 30px;
  }
  .qyfc .w ul li {
    width: 49%;
    margin: 5px 0;
  }
  .qywh {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .qywh .w ul li {
    text-align: center;
    width: 50%;
    margin: 10px 0;
  }
  .quality {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .quality .w .zl_wz {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .quality .w .zl_wz>div {
    width: 100%;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
  }
  .quality .w .zl_img {
    width: 100%;
  }
  .quality .w ul{
    margin-top: 10px;
  }
  .quality .w ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .message .w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .cont {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    border-right: 0;
    margin-bottom: 10px;
  }
  .right_input {
    width: 100%;
    background: #fff;
    padding: 20px;
  }
  .right_input #bzContact {
    width: 100%;
    height: 130px;
  }
  .right_input li {
    width: 49%;
    margin: 0 0 10px;
  }
  .right_input #insubmit{
    margin: 10px auto 20px;
  } 
  #dituContent {
    width: 100%;
    height: 240px;
  }








}
