.basic-info {
  background: url(/static/images/con_img.jpg) no-repeat center center;
  height: 400px;
}

.contact {
  padding-bottom: 80px;
  background: url(/static/images/pg_con_bj.jpg) repeat center center;
  overflow: hidden;
  color: #666666;
}

.contact .bread {
  color: #666666;
}

.contact .address-left {
  width: 50%;
  padding-top: 50px;
  padding-right: 60px;
  float: left;
  box-sizing: border-box;
}

.contact .address-left .company-name {
  padding-bottom: 8%;
  font-size: 28px;
  color: #333333;
}

.contact .address-left .info-detail {
  padding-bottom: 4%;
  min-height: 32px;
  line-height: 32px;
}
.address-left .info-detail i {
  font-size: 20px;
  color: #999;
  float: left;
}
.address-left .info-detail:nth-child(2) i {
  font-size: 28px;
}
.address-left .info-detail p {
  font-size: 16px;
  padding-left: 34px;
  line-height: 200%;
}
.address-left .icon {
  width: 52px;
  height: 52px;
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 50px;
  color: #999;
  margin-right: 20px;
  cursor: pointer;
}
.address-left .icon:hover {
  border-color: #77b8e5;
  background: #77b8e5;
  color: #fff;
}
.address-left .icon i {
  font-size: 28px;
  /* color: #999; */
}
.contact .contact-right {
  width: 50%;
  padding-left: 60px;
  padding-top: 0;
  float: right;
  box-sizing: border-box;
}

.contact .contact-right .contact-info {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 4%;
  width: 110%;
  padding-bottom: 5%;
  font-size: 28px;
  color: #999999;
}

.contact .contact-right .contact-tips {
  font-size: 16px;
  font-family: 'Raleway-Regular';
  font-weight: normal;
  margin-bottom: 4%;
  width: 110%;
  color: #999999;
}

.contact .contact-right .contact-input {
  padding-bottom: 2%;
  width: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}

.contact .contact-right .contact-input input {
  outline: none;
  background: transparent;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: none;
  border-bottom: solid 1px #ccc;
  font-size: 16px;
}

.contact .contact-right .contact-input textarea {
  outline: none;
  height: 100px;
  background: transparent;
  border: solid 1px #ccc;
  padding: 2%;
  width: 96%;
  margin-top: 4%;
  font-size: 16px;
}

.contact .contact-right .contact-input a {
  margin-top: 4%;
  border: solid 1px #1088d5;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #1088d5;
}

.baidu-map {
  background: url(/static/images/con_bj2.jpg) center center no-repeat;
  visibility: visible;
  animation-delay: 0.2s;
  height: 400px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
}

.map-btn {
  background: #1088d5;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Raleway-Bold';
  width: 300px;
  height: 50px;
  margin: 0px auto;
  line-height: 50px;
  cursor: pointer;
}
.map-btn i {
  font-size: 24px;
}
.map-pop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.map-pop .map-box {
  width: 800px;
  height: 400px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: white;
}
.map-close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  color: #fff;
  font-size: 40px;
  transform: rotate(45deg);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
