@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 .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.Company .w>h3{
  color: #333333;
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  margin: 0;
}
.Company .w .about_left{
  width: 40%;
}
.Company .w .about_left h1{
  color: #ff0000;
  font-size: 48px;
  line-height: 55px;
  
  padding-right: 12vw;
  margin: 20px 0;
}
@media(max-width:1260px){
  .Company .w .about_left h1{
    padding-right: 9vw;
  }
}
@media(max-width:1138px){
  .Company .w .about_left h1{
    padding-right: 5vw;
  }
}
.Company .w .about_left>div{
  width: 50%;
  float: left;
}
.Company .w .about_left>div h3{
  font-size: 52px;
  color: #ff0000;
  margin: 10px 0 5px;
  font-weight: bold;
  font-family: 'DINCOND-BOLD';
}
.Company .w .about_left>div p{
  font-size: 20px;
  margin: 0;
  color: #333;
  
}
.Company .w .about_right{
  width: 60%;
  padding-top: 20px;
}
.Company .w .about_right p{
  font-size: 15px;
  line-height: 28px;
  color: #333;
  text-indent: 2em;
  margin: 0;
  
}
.Company .w ul{
  width: 100%;
  overflow: hidden;
  margin: 30px 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Company .w ul li{
  width: 32.5%;
  overflow: hidden;
  margin: 0;
}
.Company .w ul li img{
  width: 100%;
  transition: all 0.5s;
}
.Company .w ul li img:hover{
  transform: scale(1.2);
}
.zlkz{
  width: 100%;
  overflow: hidden;
  background: url(/assets/image/zl_bg.jpg)no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
.zlkz .w h3{
  color: #333333;
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  margin: 0;
}
.zlkz .w p{
  font-size: 15px;
  line-height: 30px;
  color: #333;
  margin: 20px 0 0;
  
}
.zlkz .w ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
}
.zlkz .w ul li{
  width: 32.5%;
  margin: 0;
  overflow: hidden;
}
.zlkz .w ul li img{
  width: 100%;
  transition: all 0.5s;
}
.zlkz .w ul li img:hover{
  transform: scale(1.2);
}
.wh_box{
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
.wh_box .w h3{
  color: #333333;
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  margin: 0 0 20px;
}
.wh_box .w .wh_box1{
  width: 100%;
  overflow: hidden;
  background: #efefef;
}
.wh_box .w .wh_box1 .whimg{
  width: 50%;
  overflow: hidden;
  float: left;
}
.wh_box .w .wh_box1:nth-of-type(2) .whimg{
  float: right;
}
.wh_box .w .wh_box1 .whimg img{
  width: 100%;
  transition: all 0.5s;
}
.wh_box .w .wh_box1:hover .whimg img{
  transform: scale(1.2);
}
.wh_box .w .wh_box1 .whtext{
  width: 50%;
  overflow: hidden;
  text-align: center;
  float: right;
  padding-top: 14%;
}
.wh_box .w .wh_box1:nth-of-type(2) .whtext{
  float: left;
}
.wh_box .w .wh_box1 .whtext p{
  font-size: 20px;
  margin: 0;
  
}
/* 关于我们--结束 */


/* 联系我们--开始 */
.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;
  
}
.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 #ff0000;
  border-radius: 50%;
}
.cont .w ul li span{
  font-size: 30px;
  color: #ff0000;
  line-height: 60px;
}
.cont .w ul li>h4{
  font-size: 15px;
  margin: 10px 0;
  color: #000;
  font-weight: bold;
}
.cont .w ul li>p{
  font-size: 15px;
  color: #333;
  
}
.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: #ff0000;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #ff0000;
  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: #ff0000;
}
/* 联系我们--结束 */
@media(max-width:980px){
  /* 关于我们 */
  .Company .w{
    margin-top: 30px;
  }
  .Company .w .about_left {
    width: 100%;
  }
  .Company .w .about_left h1 {
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 11vw;
  }
  .Company .w .about_left>div {
    width: 50%;
    float: left;
    text-align: center;
  }
  .Company .w .about_right {
    width: 100%;
    padding-top: 20px;
  }
  .Company .w ul{
    margin: 10px 0 20px 0;
  }
  .Company .w ul li {
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
  }
  .zlkz{
    padding: 30px 0;
  }
  .zlkz .w ul li {
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
  }
  .wh_box {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .wh_box .w .wh_box1 .whimg {
    width: 100%;
    overflow: hidden;
    float: none;
  }
  .wh_box .w .wh_box1 .whtext {
    width: 100%;
    overflow: hidden;
    text-align: center;
    float: none;
    padding: 50px 20px;
  }
  
  /* 联系我们 */
  .cont {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 20px 0;
  }
  .cont .w ul {
    width: 100%;
    background-color: #fff;
    padding: 20px 10px;
    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%;
    border: 0;
  }
  #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;
  }



}
