/* 关于我们--开始 */
.Company{
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.Company .com_log {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.Company .com_log img{
  height: 42px;
}
.Company .com_log span{
  font-size: 34px;
  color: #0d4da1;
  margin-left: 20px;
}
.Company .w>img{
  width: 45%;
  float: right;
  margin-left: 50px;
  margin-top: -75px;
}
.Company p{
  font-size: 17px;
  line-height: 30px;
  color: #333;
}
/* 关于我们--结束 */

/* 发展历程--开始 */
.milestones{
  width: 100%;
  overflow: hidden;
  background: url(/assets/image/lcbg.jpg) top right / contain no-repeat;
  background-size: cover;
  padding-bottom: 90px;
}
.milestones p{
  font-size: 17px;
  line-height: 30px;
  color: #333;
  margin: 0;
}
.milestones h3{
  font-size: 22px;
  margin: 30px 0 0;
  color: #0d4da1;
  font-weight: bold;
}
.milestones p b{
  margin-top: 10px;
  display: block;
  font-size: 18px;
}
/* 发展历程--结束 */

/* 全球布局--开始 */
.sales{
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.sales .w>img{
  width: 40%;
  float: right;
  margin-left: 50px;
  margin-top: -80px;
}
.sales .w h2{
  font-size: 26px;
  line-height: 35px;
  color: #333;
  font-weight: bold;
  margin: 40px 0 0;
  display: block;
}
.sales .w h2 span{
  color: #0d4da1;
}
.sales .w h3{
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin: 20px 0 30px;
}
.sales .w  .sales_wz .sal_text{
  line-height: 30px;
  font-size: 17px;
  color: #7f8490;
  padding-left: 40px;
  border-left: 1px solid #0087d1;
}
.sales .w  .sales_wz .sal_text p{
  margin-bottom: 20px;
}
.layout{
  width: 100%;
  overflow: hidden;
  background-image: url(/assets/image/qqbj_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: center;
}
.layout .layout_tit{
  text-align: center;
  color: #fff;
}
.layout .layout_tit h3{
  margin: 0 0 10px;
}
.layout .layout_tit p{
  font-size: 20px;
  margin: 0;
}
.layout ul{
  max-width: 1200px;
  width: 100%;
  margin:120px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout ul li{
  text-align: center;
}
.layout ul li .num{
  position: relative;
  display: inline-block;
}
.layout ul li .num>div{ 
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-family: "DINCOND-BOLD";
}
.layout ul li .num span{
  font-size: 17px;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  right: -12px;
  margin-left: 5px;
  color: #fff;
}
.layout ul li p{
  font-size: 17px;
  color: #fff;
  margin: 5px 0 0;
}
/* 全球布局--结束 */

/* 企业文化--开始 */
.wh_box{
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.wh_box ul{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.wh_box ul li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #f3f3f3;
  margin-bottom: 30px;
}

.wh_box ul li:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}

.wh_box ul li .culture_img {
  width: 50%;
  overflow: hidden;
}

.wh_box ul li .culture_img img {
  width: 100%;
  transition: all 0.5s;
}

.wh_box ul li:hover .culture_img img {
  transform: scale(1.13);
}

.wh_box ul li .culture_wz {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5%;
  text-align: right;
}
.wh_box ul li:nth-child(even) .culture_wz{
  text-align: left;
}
.wh_box ul li .culture_wz>div h2{
  font-size: 32px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.wh_box ul li .culture_wz>div h2 span{
  display: none;
}
.wh_box ul li .culture_wz>div h3 {
  font-size: 24px;
  color: #333;
  margin: 15px 0;
}

.wh_box ul li .culture_wz>div p {
  font-size: 17px;
  color: #666;
  margin: 0;
  line-height: 30px;
}

/* 企业文化--结束 */
/* 质量管理--开始 */
.zlbox{
  width: 100%;
  overflow: hidden;
}
.zlbox .w>p{
  font-size: 17px;
  color: #333;
  margin: 0;
  line-height: 30px;
}
.zlbox .w ul{
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zlbox .w ul li{
  width: 49%;
  background-color: #efefef;
  overflow: hidden;
}
.zlbox .w ul li img{
  width: 100%;
  transition: all 0.5s;
}
.zlbox .w ul li:hover img{
  transform: scale(1.08);
}
.zlbox .w ul li>div{
  padding: 30px;
  position: relative;
  background-color: #efefef;
}
.zlbox .w ul li>div h3{
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px;
}
.zlbox .w ul li>div p{
  font-size: 17px;
  color: #333;
  margin: 0;
  line-height: 30px;
}
.zllist{
  width: 100%;
  overflow: hidden;
  background: #efefef;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  flex-wrap: wrap;
}
.zllist .zl_fl{
  margin: 80px 0 60px;
  width: 65%;
}
.zllist .zl_fl ul{
  max-width: 1045px;
  padding: 0 50px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: right;
  box-sizing: border-box;
  margin: 0;
}
.zllist ul>div{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.zllist ul>div>h1{
  font-size: 26px;
  margin: 0 0 10px;
  font-weight: bold;
}
.zllist ul>div>p{
  font-size: 17px;
  color: #333;
  margin: 0;
  line-height: 30px;
}
.zllist ul li{
  width: 48%;
  margin: 20px 0;
}
.zllist ul li img{
  width: 50px;
}
.zllist ul li h3{
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.zllist ul li p{
  font-size: 17px;
  color: #333;
  margin: 0;
  line-height: 30px;
}
.zllist .zl_fr{
  width: 35%;
  background-image: url(/assets/image/zlimgbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* 质量管理--结束 */

/* 服务与工程--开始 */
.service .w>img{
  width: 45%;
  float: right;
  margin-left: 50px;
  margin-top: 30px;
}
.service .w .service_wz{
  margin-top: 50px;
}
.service .w .service_wz p{
  line-height: 30px;
  font-size: 17px;
  color: #666;
}
.service .w .service_wz h3{
  font-weight: bold;
  color: #333;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 22px;
}

/* 服务与工程--结束 */



/* 联系我们--开始 */
.message{
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}
.message .w{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cont{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont ul li,
.cont ul .cont_code>div p{
  font-size: 17px;
  margin: 7px 0;
}
.cont ul li span{
  font-size: 20px;
  color: #666;
  margin-right: 10px;
}
.cont ul h3{
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #0d4da1;
}
.cont ul .cont_code{
  display: flex;
}
.cont ul .cont_code>div{
  width: 140px;
  text-align: center;
  margin-right: 10px;
}
.cont ul .cont_code>div img{
  width: 100%;
}
.cont ul .cont_code>div p{
  display: none;
}
.right_input{
  width: 56%;
}
.right_input .xj_fl{
  width: 100%;
  padding: 20px 0;
  box-sizing: content-box;
  float: right;
}
.right_input .xj_fl>p{
  font-size: 22px;
}
.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: 150px;
  outline: none;
  color: #333;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  padding: 10px;
  max-width: 100%;
  max-height: 150px;
  transition: all 0.5s;
  font-size: 16px;
}
.right_input li input{
  width: 100%;
  height: 46px;
  border: 1px solid #dfdfdf;
  color: #333;
  padding: 10px;
  border-radius: 0;
  transition: all 0.5s;
  font-size: 16px;
}
.right_input #bzContact:focus,
.right_input li input:focus {
  border: 1px solid #0d4da1!important
}

.right_input li .tips{
  font-size: 15px;
  color: #c8242b;
  position: relative;
  top: 4px;
}
.right_input #insubmit{
  cursor: pointer;
  width: 100%;
  line-height: 44px;
  background: #0d4da1;
  display: block;
  clear: both;
  color: #fff;
  text-align: center;
  border-radius: 0;
  transition: all 0.5s;
  margin: 0 auto;
  font-size: 18px;
}
.right_input #insubmit:hover{
  background: #1467d4;
}
.map_box{
  width: 48%;
}
.iw_poi_title {
  color: #0d4da1;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #0d4da1;
  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: 520px;
}
/* 联系我们--结束 */

@media(max-width:980px){
  /* 关于我们 */
  .Company{
    margin-bottom: 0px;
  }
  .Company p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
  }
  .Company .com_log {
    display: flex;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
  }
  .Company .com_log img {
    height: 30px;
    margin-bottom: 10px;
  }
  .Company .com_log span {
    font-size: 34px;
    color: #0d4da1;
    margin-left: 0;
    display: block;
    width: 100%;
  }   
  .Company .w>img {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0;
  }
  /* 发展历程 */
  .milestones{
    padding-bottom: 0;
  }
  .milestones h3 {
    font-size: 22px;
    margin: 20px 0 0;
    color: #0d4da1;
    font-weight: bold;
  }
  .milestones p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .milestones p b {
    margin-top: 5px;
    display: block;
    font-size: 18px;  
  }
  /* 企业文化 */
  .wh_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
  }
  .wh_box ul {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .wh_box ul li{
    flex-wrap: wrap;
  }
  .wh_box ul li .culture_img {
    width: 100%;
    overflow: hidden;
  }
  .wh_box ul li .culture_wz {
    width: 100%;
    padding: 20px 15px;
    text-align: left;
  }
  .wh_box ul li .culture_wz>div h2 {
    font-size: 26px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
  }
  .wh_box ul li .culture_wz>div h3 {
    font-size: 20px;
    color: #333;
    margin: 15px 0 5px;
  }
  .wh_box ul li .culture_wz>div p {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 28px;
  }
  /* 全球布局 */
  .sales .w>img {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0;
  }
  .sales .w h2 {
    font-size: 22px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
    margin: 20px 0 0;
    display: block;
  }
  .sales .w h3 {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin: 0px 0 30px;
  }
  .sales .w .sales_wz .sal_text {
    line-height: 28px;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    border-left: 1px solid #0087d1;
  }
  .layout {
    width: 100%;
    overflow: hidden;
    background-image: url(/assets/image/qqbj_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-position: center;
  }
  .layout ul {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layout ul li {
    text-align: center;
    width: 50%;
    margin: 10px 0;
  } 
  /* 质量管理 */
  .zlbox .w>p,
  .zlbox .w ul li>div p,
  .zllist ul li p{
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 28px;
  }
  .zlbox .w ul li {
    width: 100%;
    background-color: #efefef;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .zlbox .w ul li>div {
    padding: 30px 15px;
    position: relative;
    background-color: #efefef;
  }
  .zlbox .w ul li>div h3,
  .zllist ul>div>h1{
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .zllist{
    margin-top: 0;
  }
  .zllist .zl_fl {
    margin: 50px 10px;
    width: 100%;
  }
  .zllist .zl_fl ul{
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .zllist ul>div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
  }
  .zllist ul li {
    width: 100%;
    margin: 20px 0;
  }
  .zllist ul li img {
    width: 60px;
  }
  .zllist .zl_fr{
    display: none;
  }
  .zllist ul li h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
  }
  /* 技术服务 */
  .service .w>img {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0;
  }
  .service .w .service_wz {
    margin-top: 20px;
  }
  .service .w .service_wz p {
    line-height: 28px;
    font-size: 16px;
    color: #666;
  }
  /* 联系我们 */
  .message {
    padding-bottom: 30px;
  }
  .message .w {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  } 
  .cont ul h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #0d4da1;
  }
  .right_input {
    width: 100%;
    background: #fff;
  }
  .right_input li {
    width: 100%;
    margin: 0 0 10px;
  }
  /* 加入我们 */
 

  
}
