.contact-index {
  width: 100%;
}
.contact-index .w1200 ul {
  overflow: hidden;
  margin-top: 80px;
}
.contact-index .w1200 ul li {
  float: left;
}
.contact-index .w1200 ul li:nth-child(2) {
  margin-left: 80px;
}
.contact-index .w1200 ul .fist img {
  display: block;
  width: 590px;
  height: 345px;
}
.contact-index .w1200 ul .thist {
  width: 530px;
}
.contact-index .w1200 ul .thist .img {
  padding: 50px 0;
}
.contact-index .w1200 ul .thist h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  padding-bottom: 20px;
}
.contact-index .w1200 ul .thist h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #7bbd26;
  margin-top: 20px;
}
.contact-index .w1200 ul .thist p {
  font-size: 16px;
  color: #666666;
  padding-top: 20px;
}
.contact-index .w1200 ul .thist p img {
  margin-right: 15px;
}
.contact-index .foot {
  width: 100%;
  display: block;
  margin-top: 100px;
}
.contact-index .contact-foot {
  width: 100%;
  height: 670px;
  margin-top: 100px;
  background: url("/assets/static/images/contact/bg.png") no-repeat;
  background-size: contain;
}
.contact-index .contact-foot .contact-foot-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10%;
  padding-left: 793px;
  box-sizing: border-box;
}
.contact-index .contact-foot .contact-foot-content h6 {
  margin-bottom: 63px;
  font-size: 40px;
  font-weight: bold;
  color: #666666;
  line-height: 30px;
}
.contact-index .contact-foot .contact-foot-content .phone {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-index .contact-foot .contact-foot-content .phone img {
  display: block;
  margin-right: 23px;
}
.contact-index .contact-foot .contact-foot-content .phone p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.contact-index .contact-foot .contact-foot-content .phone a {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
