@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,.Contact{
  width: 100%;
  overflow: hidden;
  margin:60px 0 30px;
}
.Company .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Company .w .Company_text{
  width: 100%;
}
.Company .w .Company_text h3,.h2title h2{
  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: #cc0000;
}
.Company .w  p{
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.Company .w .Company_img{
  width: 46%;
  float: right;
  padding-left: 20px;
}

.Company .w .Company_img img{
  width: 100%;
}
.product-box {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.product-header ul {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.product-header ul li {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 24%;
  border-bottom: 1px solid #fff;
  margin: 0;
  cursor: pointer;
}

.product-header {
  padding-top: 10px;
}

.product-header ul li:hover::after {
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #cc0000b5;
  z-index: 1;
  height: 100%;
}

.product-header ul .on::after {
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #cc0000b5;
  z-index: 1;
  height: 100%;
}
.Company .w .ysbox{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 25px 40px;
  margin: 50px 0 0;
}
.Company .w .ysbox li{
  width: 24%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 20px 25px 0px rgba(197, 197, 197, 0.35);
  padding: 0 35px 35px;
}
.Company .w .ysbox li>div{
  width: 80px;
  height: 80px;
  background-color: #cc0000;
  margin: auto;
  border-radius: 50%;
}
.Company .w .ysbox li img{
  width: 100%;
  display: block;
  padding: 20px;
}
.Company .w .ysbox li h3{
  font-size: 20px;
  margin: 25px 0 10px;
  font-weight: bold;
}
.Company .w .ysbox li p{
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  color: #333;
  text-indent: 0;
}

.Contact .w .ysbox{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 25px 40px;
}
.Contact .w .ysbox li{
  width: 32%;
  background-color: #fff;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 10px 15px 0px rgba(197, 197, 197, 0.35);
  padding: 0 15px 20px;
   margin: 0 0 50px;
}
.Contact .w .ysbox li img{
  width: 100%;
  display: block;
  padding: 20px;
}
.Contact .w .ysbox li h3{
  font-size: 20px;
  margin: 25px 0 10px;
  font-weight: bold;
}
.Contact .w .ysbox li p{
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  color: #333;
  text-indent: 0;
}
.h2title{text-align:center;clear:both}
.h2title h2::before{
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 70px;
  height: 6px;
  background: #cc0000;
  z-index: -1;
  transform: translateX(-50%);
}
.Contact .w{padding-bottom:30px}
a.more{
  width: 200px;
  display: block;
  line-height: 48px;
  margin: 40px auto 0;
  border: 1px solid #095ac2;
  text-align: center;
  font-size: 16px;
  transition: all 0.5s;
}
a.more:hover{
  background-color: #095ac2;
  color: #fff;
}
.testimonial-page .h2title{margin-top:50px}
/* 荣誉证书 */
.rhj_text{
  background: #f1f1f1;
  padding: 60px 0 90px;
 /* background-image: url(abwh_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;*/
}
.rhj_text .w h3{
  font-size: 30px;
  margin: 0 0 35px;
  font-weight: bold;
  text-align: center;
}
.rhj2 .w .rhj2_text h3{
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: bold;
}
.rhj_text .w p{
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.rhj_text .w p span{
  margin-right: 5px;
  color: #cc0000;
}
.rhj_text ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.rhj_text ul li{
  width: 24%;
  margin:7px 0;
}
.rhj_text ul li img{
  width: 100%;
}
.rhj2{
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}
.rhj2 .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.rhj2 .w .rhj2_img{
  width: 48%;
}
.rhj2 .w .rhj2_img img{
  width: 100%;
}
.rhj2 .w .rhj2_text{
  width: 48%;
}
.rhj2 .w .rhj2_text p{
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
/* 厂房设备 */
.zlkz{
  width: 100%;
  overflow: hidden;
  padding: 60px 0 80px;
  margin-bottom: 60px;
  background-color: #f4f5f9;
}
.zlkz .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zlkz .w ul li{
  width: 24%;
  margin: 10px 0;
}
.zlkz .w ul li img{
  width: 100%;
}
/* 销售网络 */
.map{
  width: 100%;
  overflow: hidden;
  margin-top:60px;
}
.zlkz .w h3,
.map .w h3{
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: bold;
  text-align: center;
}
.map .w p{
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
.map .w img{
  display: block;
  margin: auto;
  width: 90%;
}
/* 关于我们--结束 */
/* 质量控制--开始 */
.main-content{
  max-width: 1520px;
  margin: 30px auto;
}
.image-list .cover{
  position: relative;
  width: 32%;
  height: auto;
  display: inline-block;
  margin: 10px 0.5%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 4px 4px 0 4px #006dfd;
}
.image-list .cover img{
  width: 100%;
  transition: all 0.5s;
}
.image-list .cover:hover img{
  transform: scale(1.2);
}
/*main CSS*/
#pictureViewer{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 10000;
}
#pictureViewer > .content{
  background-color: #fff;
  position: absolute;
  width: 680px;
  height: 500px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pictureViewer .menu-bar{
  width: 100%;
}
#pictureViewer .menu-bar .handel{
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
  background-color: #cc0000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
  background-image: url(/assets/image/maximization_black.png);
  background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
  background-image: url(/assets/image/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
  background-size: 16px;
  background-image: url(/assets/image/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
  background-image: url(/assets/image/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
  background-image: url(/assets/image/close_black.png);
  background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
  background-image: url(/assets/image/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
  display: inline-block;
  width: 50px;
  height: 70px;
  position: relative;
  top: calc(50% - 80px);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
  cursor: pointer;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#pictureViewer .handel-prev{
  background-image: url(/assets/image/prev_blank.png);
}
#pictureViewer .handel-next{
  background-image: url(/assets/image/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
  background-color: #cc0000;
}
#pictureViewer .handel-prev:hover{
  background-image: url(/assets/image/prev_white.png);
}
#pictureViewer .handel-next:hover{
  background-image: url(/assets/image/next_white.png);
}
#pictureViewer .picture-content{
  display: inline-block;
  width: 80%;
  height: calc(100% - 80px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#pictureViewer .picture-content .cover{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pictureViewer .counter{
  position: absolute;
  bottom: 10px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #808080;
  font-size: 16px;
}
#pictureViewer .counter .num{
  font-size: 22px;
  color: #cc0000;
}
#pictureViewer .hide{
  display: none;
}
#pictureViewer .left{
  float: left;
}
#pictureViewer .right{
  float: right;
}
#pictureViewer .clear-flex{
  clear: both;
}
#pictureViewer img{
  max-width: 100%;
  max-height: 100%;
}
/* 质量控制--结束*/

/* 联系我们--开始 */
.cont{
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 50px 0 20px;
}
.cont .w{
  display: flex;
  flex-wrap: wrap;
}
.cont .w ul{
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin: 0;
  position: relative;
}
.cont .w ul h3{
  font-size: 30px;
  color: #333;
  margin: 15px 0 30px;
  text-align: center;
  font-weight: bold;
}
.cont .w ul li{
  margin: 10px 0;
  font-size: 14px;
  color: #333;
  float: left;
  text-align: center;
  width: 33.33%;
}
.cont .w ul li>div{
  width: 62px;
  height: 62px;
  margin: auto;
  border: 2px solid #cc0000;
  border-radius: 50%;
}
.cont .w ul li span{
  font-size: 30px;
  color: #cc0000;
  line-height: 60px;
}
.cont .w ul li>h4{
  font-size: 20px;
  margin: 10px 0;
  color: #000;
}
.cont .w ul li>p{
  font-size: 16px;
  color: #333;
  height:44px;
}
.cont .w ul .lxewm img{
  width: 130px;
  float: left;
  margin-right: 10px;
}
.cont .w .map_box{
  width: 100%;
  border: 15px solid #fff;
}
.iw_poi_title {
  color: #cc0000;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #cc0000;
  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: 455px;
}
.message{
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}
.right_input{
  width: 100%;
  background: #fff;
  padding: 50px 40px;
}
.right_input>h3{
  font-size: 30px;
  color: #333;
  margin: 0 0 20px;
}
.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 #006dfd!important
}

.right_input li .tips{
  font-size: 12px;
  color: #ff0000;
  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: #cc0000;
}
/* 联系我们--结束 */
@media(max-width:980px){
  /* 关于我们 */
  .Company {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .Company .w .Company_text h3 {
    font-size: 24px;
    margin: 0 0 25px;
    font-weight: bold;
    position: relative;
  }
  .Company .w .Company_text {
    width: 100%;
  }
  .Company .w .Company_img {
    width: 100%;
    padding: 0;
  }
  .Company .w .ysbox {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin: 20px 0 0;
  } 
  .Company .w .ysbox li {
    width: 100%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 20px 25px 0px rgba(197, 197, 197, 0.35);
    padding: 0 20px 20px;
    margin: 12px 0;
  }
  
  .Contact .w .ysbox {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin: 20px 0 0;
  } 
  .Contact .w .ysbox li {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 15px 0px rgba(197, 197, 197, 0.35);
    padding: 0 10px 10px;
    margin: 12px 0;
  }
  .rhj_text {
    background: #f1f1f1;
    padding: 30px 0;
   /* background-image: url(abwh_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;*/
  }
  .rhj_text ul li {
    width: 49%;
    margin: 7px 0;
  }
  .rhj_text .w h3 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: center;
  }
  .rhj2 {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .rhj2 .w .rhj2_text {
    width: 100%;
  }
  .rhj2 .w .rhj2_img {
    width: 100%;
  }
  .rhj2 .w .rhj2_text h3 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: bold;
  }
  .map{
  margin-top:30px;
}
  .zlkz {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    margin-bottom: 30px;
    background-color: #f4f5f9;
  }
  .zlkz .w h3,
  .map .w h3 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: center;
  }
  .zlkz .w ul li {
    width: 49%;
    margin: 6px 0;
  }
  .map .w p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .map .w img {
    display: block;
    margin: 15px auto 0;
    width: 100%;
  } 


 /* 质量控制 */
  .image-list .cover {
    position: relative;
    width: 94%;
    height: auto;
    display: block;
    margin: 20px auto;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 2px 2px 0 2px #006dfd;
  }
  #pictureViewer > .content {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 380px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* 联系我们 */
  .cont {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 20px 0;
  }
  .cont .w ul {
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    margin: 0;
    position: relative;
  }
  .cont .w ul li {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
    float: left;
    text-align: center;
    width: 100%;
  }
  .cont .w .map_box {
    width: 100%;
    order: 8px solid #fff;
  }
  #dituContent {
    width: 100%;
    height: 260px;
  }
  .message {
    width: 100%;
    overflow: hidden;
    padding-bottom: 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;
  }



}
