.banner_img > img {
  width: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}

.iw_poi_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.about li {
  padding-left: 10px;
}

.about {
  padding: 100px 0;
}
.about ul li {
  list-style: none;
  text-align: left;
  /*padding-left: 40px;*/
}
.about_form .hrs {
  width: 5%;
  height: 3px;
  margin: 20px auto;
  background: #3884c0;
}
.about li p {
  font-size: 15px;
}
.about .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #080404;
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 14px;
  height: 25px;
  line-height: 25px;
  font-weight: 800;
  padding: 0 20px;
}
.about .info {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #080404;
  letter-spacing: 0;
  margin-bottom: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 20px;
}
.about .conBox{
  position: relative;
}
.about .conBox img{
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about .about_title {
  background: #00237d;
  color: #fff;
  padding: 11px 20px;
}
#dituContent {
  width: 100%;
  min-height: 376px;
  height: 100%;
  border: #ccc solid 1px;
}

.about .about_p {
  padding-top: 11px;
  padding-bottom: 11px;
}
.about .aboutry .about-aj {
  position: relative;
}

.about .aboutry .about-aj img {
  width: 100%;
  height: 130px;
  border: solid 1px #000;
  margin-bottom: 10px;
  border-radius: 3px;
}

.about .aboutry .about-aj .about-ji {
  position: absolute;
  display: inline-block;
  background: #000;
  opacity: 0;
  z-index: 999;
  width: 165px;
  height: 130px;
  top: 0;
  color: #fff;
  line-height: 91px;
  text-align: center;
}

.about .aboutry .about-aj .about-ji:hover {
  opacity: 0.5;
  font-weight: bold;
}

.about .aboutwh img {
  width: 100%;
  height: 220px;
  -webkit-transition: All 0.4s;
}

.about .aboutwh img:hover {
  -webkit-transform: translate(0, -10px);
}

.about p {
  font-size: 14px;
}

.about ul li {
  font-size: 14px;
  line-height: 1.5em;
  padding-top: 5px;
  padding-bottom: 15px;
}

.about h2 a {
  color: #000;
  font-weight: bold;
}

.about h2 a:hover {
  color: #3984c0;
}

.about h3 a {
  color: #000;
  padding-top: 10px;
}

.about h3 a:hover {
  color: #3984c0;
}
.about_form {
  padding: 64px 0;
  background: url("../wlw_web_img/home/beijing.png")
    no-repeat;
  background-size: 100% 100%;
  /* height: 640px; */
}
.about_form h6 {
  border-bottom: solid 6px #00237d;
  width: 80px;
  margin: 0 auto 18px;
}
.about_form .title {
  height: 56px;
  line-height: 56px;
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #080404;
  letter-spacing: 3.33px;
  text-align: center;
  margin-bottom: 2px;
}
.about_form .title2 {
  height: 22px;
  line-height: 22px;
  opacity: 0.65;
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #080404;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  margin-bottom: 68px;
}
/* .about_form h2 {
    margin: 0;
    height: 20px;
    line-height: 20px;
  } */
.about_form form {
  width: 1098px;
  /* padding-top: 32px;
  width: 80%;
  height: 500px; */
  padding: 32px 0 48px;
  margin: auto;
  background: #fff;
}
.about_form ul {
  padding-left: 5%;
  padding-right: 5%;
}
.about_form ul li {
  list-style: none;
}
.about_form span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 15px;
}
.about_form textarea {
  width: 100%;
  height: 124px;
  line-height: 48px;
  padding-left: 25.5px;
  background: #fbfbfb;
  outline: none;
  border: none;
  border: 2px solid rgba(8, 4, 4, 0.25);
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  color: rgba(8, 4, 4, 0.35);
}
::-moz-placeholder { /* Firefox 19+ */  
  color: rgba(8, 4, 4, 0.35);
}
:-ms-input-placeholder { /* IE 10+ */ 
  color: rgba(8, 4, 4, 0.35);
}
:-moz-placeholder { /* Firefox 18- */ 
  color: rgba(8, 4, 4, 0.35);
}
.about_form input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 25.5px;
  background: #fbfbfb;
  outline: none;
  border: none;
  border: 2px solid rgba(8, 4, 4, 0.25);
  
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 10px;
}

.about_form .btn_submit {
  width: 148px;
  height: 48px;
  border-radius: 2px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  background: #00237d;
  margin: 32px auto 0;
}
.about_form .about_form_submit {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40%;
  background: #3984c0;
  color: #fff;
  margin: auto;
}

@media (max-width: 1200px) {
  .about .aboutry img {
    height: 100px;
  }

  .about .aboutwh img {
    height: 230px;
  }
  /* .about_form {
    height: 500px;
  } */
  .about_form form {
    width: 100%;
    /* height: 455px; */
  }
  .about_form .title2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .about ul {
    padding-left: 0;
  }
  #dituContent {
    padding: 0 15px;
  }
}
@media (max-width: 750px) {
  .about_form {
    padding: 10px 0;
  }
}
