/* 公司介绍开始*/
.about{
  width: 100%;
  overflow: hidden;
  margin: 60px auto;
}
.about .w{
  display: flex;
  justify-content: space-between;
}
.about .w .about_img{
  width: 34%;
}
.about .w .about_img img{
  width: 100%;
}
.about .w .about_text{
  width: 62%;
}
.about .w .about_text h3{
  font-size: 28px;
  font-weight: bold;
}
.about .w .about_text p{
  font-size: 14px;
  color: #333;
  line-height: 28px;
  text-indent: 2em;
  margin: 0;
}
@media(max-width:1250px){
  .about .w .about_img {
    width: 38%;
  }
  .about .w .about_text {
    width: 58%;
  }
}

.wh{
  width: 100%;
  overflow: hidden;
  background-color: #eeeeee;
  padding: 60px;
}
.wh .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.wh .w ul li{
  width: 32%;
  text-align: center;
}
.wh .w ul li img{
  width: 100%;
}
.wh .w ul li>div{
  width: 80%;
  margin: 0 auto;
  border-top: 4px solid #015eea;
  background: #ffffffeb;
  padding: 30px 20px;
  position: relative;
  top: -35px;
}
.wh .w ul li>div h3{
  font-size:20px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #333;
}
.wh .w ul li>div p{
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.warehouse{
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}
.warehouse .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.warehouse .w ul li{
  width: 32%;
  margin: 10px 0;
}
.warehouse .w ul li img{
  width: 100%;
}
/* 公司介绍结束 */

.contact {
  width: 100%;
  overflow: hidden;
}

.cont_lx {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0;
}

.cont_lx>h1 {
  font-size: 38px;
  color: #000;
  font-weight: 100;
  margin: 0 0 20px;
}

.cont_lx ul {
  width: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0 0.5% 18px;
  float: left;
}

.cont_lx ul:first-of-type {
  margin-left: 0;
}

.cont_lx ul li {
  font-size: 16px;
  color: #999;
  margin: 15px 0;
}

.cont_lx ul li:first-of-type {
  font-weight: bold;
  color: #333;
}
.map_box {
  width: 100%;
  overflow: hidden;
  display: flex;
  background: #fff;
  margin-top: 30px;
}

.map_box .right_input {
  background: #fff;
  padding: 40px 30px;
}

.map_box .right_input>h3 {
  color: #015eea;
  font-size: 30px;
  margin: 0 0 15px;
}
.map_box .right_input>p{
  line-height: 30px;
  font-size: 22px;
  font-weight: 300;
  color: #015eea;
  margin: 0;
  text-align: left;
}
.right_input ul{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.right_input li {
  width: 100%;
  margin: 15px 0;
}

.right_input .bz_box {
  width: 100%;
}

.right_input #bzContact {
  width: 100%;
  height: 130px;
  outline: none;
  padding: 10px;
  background: transparent;
  margin-top: 10px;
  border-radius: 0;
  border: 1px solid #c1c1c1;
}

.right_input li input {
  width: 100%;
  height: 48px;
  background: transparent;
  border-radius: 0;
  transition: all 0.5s;
  border: 1px solid #c1c1c1;
  padding: 0 10px;
}

.right_input #bzContact:focus,
.right_input li input:focus {
  border: 1px solid #264abd;
}

.right_input li span {
  font-size: 12px;
  color: #ff0000;
  position: relative;
  top: 4px;
}

.right_input #insubmit {
  width: 100%;
  float: left;
  border: none;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  letter-spacing: 2px;
  background: #dedede;
  color: #333;
  border-radius: 3px;
  transition: all 0.8s;
}

.right_input #insubmit:hover {
  background: #015eea ;
  color: #fff;
}

.map {
  padding: 0;
}

.iw_poi_title {
  color: #015eea ;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #015eea ;
  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;
  border: #ccc solid 1px;
}
.lxfs_box{
  width: 50%;
  float: right;
  background: #333;
  color: #fff;
  padding: 50px;
}
.lxfs_box h1{
  line-height: 40px;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
.lxfs_box h3{
  line-height: 26px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px;
  border-bottom: 1px solid #afafaf;
  padding: 0 0 20px 0;
}
.lxfs_box ul{
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
  border-bottom: 1px solid #afafaf;
  padding: 0 0 20px 0;
}
.lxfs_box ul li{
  line-height: 34px;
  font-size: 14px;
  font-weight: 300;
}
.lxfs_box>div{
  width: 120px;
  text-align: center;
}
.lxfs_box>div img{
  width: 100%;
  margin-bottom: 10px;
}
/* 联系我们结束 */


@media(max-width:768px){
  .about {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
  }
  .about .w {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about .w .about_img {
    width: 100%;
  }
  .about .w .about_text {
    width: 100%;
  }
  .wh {
    width: 100%;
    overflow: hidden;
    background-color: #eeeeee;
    padding: 30px 10px 0;
  }
  .wh .w ul li {
    width: 100%;
    text-align: center;
  }
  .warehouse {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .warehouse .w ul li {
    width: 100%;
    margin: 10px 0;
  }
  .map_box {
    width: 100%;
    overflow: hidden;
    display: flex;
    background: #fff;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .map_box .right_input {
    background: #fff;
    padding: 20px;
    width: 100%;
  }
  .lxfs_box {
    width: 100%;
    float: right;
    background: #333;
    color: #fff;
    padding: 20px;
  } 


}