/*联系我们样式表*/
.contact .banner {
  position: relative;
  width: 100%;
  height: 574px;
  background: url("/static/cn/images/contact/banner.png") no-repeat center;
  background-size: cover;
}
.contact .banner .bottom .about-nav {
  width: 30%;
}
.contact .bread label,
.contact .bread a,
.contact .bread span {
  color: #999;
}
.contact h3.title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #333333;
}
.contact .cooperation {
  margin: 122px 0 77px;
}
.contact .cooperation .cooperation-content .content-left p.switchboard {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  margin: 60px 0;
}
.contact .cooperation .cooperation-content .content-left p.switchboard span:first-of-type {
  margin-right: 20px;
}
.contact .cooperation .cooperation-content .content-left p.contacts {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.contact .cooperation .cooperation-content .content-left p.detail {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.contact .cooperation .cooperation-content .content-left p.detail span:first-of-type {
  margin-right: 20px;
}
.contact .cooperation .cooperation-content .content-left p.detail span.en-width {
  display: inline-block;
  width: 52px;
}
.contact .cooperation .cooperation-content .content-left p.detail.phone {
  margin-top: 22px;
}
.contact .cooperation .cooperation-content .content-left p.detail.email {
  margin-bottom: 22px;
}
.contact .cooperation .cooperation-content .content-right {
  width: 804px;
  height: 600px;
}
.contact .cooperation .cooperation-content .content-right .form-box {
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 21px 3px rgba(174, 174, 174, 0.11);
  padding: 47px 80px 35px;
}
.contact .cooperation .cooperation-content .content-right .form-box form .form-item {
  width: 280px;
}
.contact .cooperation .cooperation-content .content-right .form-box form .form-item p {
  margin-bottom: 14px;
}
.contact .cooperation .cooperation-content .content-right .form-box form .form-item p span {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-left: 6px;
}
.contact .cooperation .cooperation-content .content-right .form-box form .form-item input {
  width: 100%;
  height: 48px;
  border: 1px solid #dcdcdc;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
}
.contact .cooperation .cooperation-content .content-right .form-box form .msg-box {
  width: 644px;
  margin-top: 45px;
}
.contact .cooperation .cooperation-content .content-right .form-box form .msg-box textarea {
  width: 100%;
  height: 161px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  resize: none;
}
.contact .cooperation .cooperation-content .content-right .form-box form .submit {
  width: 100%;
  margin-top: 35px;
}
.contact .cooperation .cooperation-content .content-right .form-box form .submit button {
  background: #fff;
}
.contact .cooperation .cooperation-content .content-right .form-box form .submit a {
  display: block;
  width: 133px;
  height: 42px;
  border: 1px solid #a9ce32;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #66ba3d;
}
.contact .map-box {
  width: 100%;
  height: 342px;
  background: url("/static/cn/images/contact/map-back.png") no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}
.contact .map-box a {
  display: block;
  width: 146px;
  height: 41px;
  background: url("/static/cn/images/contact/go-map.png") no-repeat center;
  background-size: cover;
}
.contact .join-box {
  position: relative;
  height: 535px;
}
.contact .join-box .left-pic {
  position: absolute;
  left: 0;
  top: 0;
}
.contact .join-box .left-pic img {
  width: 100%;
}
.contact .join-box .right-txt .w1200 {
  height: 100%;
}
.contact .join-box .right-txt .txt-box .txt {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 50px;
  line-height: 24px;
}
.contact .join-box .right-txt .txt-box .check {
  display: block;
  width: 168px;
  height: 41px;
  background: url("/static/cn/images/contact/check.png") no-repeat center;
  background-size: cover;
}
.footer {
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .contact .join-box {
    height: 493px;
  }
  .contact .join-box .left-pic {
    width: 63%;
  }
}
@media screen and (max-width: 1440px) {
  .contact .join-box {
    height: 444px;
  }
  .contact .join-box .left-pic {
    width: 63%;
  }
}
@media screen and (max-width: 1366px) {
  .contact .join-box {
    height: 428px;
  }
  .contact .join-box .left-pic {
    width: 64%;
  }
}
