.container {
  width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
}
.contact-block1 {
  width: 100%;
  height: 480px;
}
.contact-block1-banner {
  height: 480px;
  background-image: url('../assets/yst-img/contact-banner.jpg');
  background-size: 100% 100%;
  zoom: 1;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
.contact-block1-title {
  font-family: PingFangSC-Semibold;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 600;
  padding-top: 172px;
}
.contact-block1-line{
width: 80px;
height: 2px;
margin: 24px 0;
background: #FFFFFF;
}
.contact-block1-title-en {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 400;
}

.contact-block2 {
  padding: 80px 0;
}
.contact-block2-title {
  font-family: PingFangSC-Medium;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 500;
}

.contact-block2-phone {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.contact-block2-phone-item {
  width: 30%;
  text-align: center;
}
.contact-block2-phone-item-name {
  margin-top: 20px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
}
.contact-block2-phone-item-content {
  margin-top: 12px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}

.contact-block2-site {
  margin-top: 80px;
}
.contact-block2-site-bg {
  height: 400px;
  background-image: url('../assets/contact-us/contact-img-ditu.jpg');
  background-size: 100% 100%;
  zoom: 1;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}

.contact-block2-consult {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.contact-block2-consult-item {
  width: 31.5%;
  background: #ffffff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: center;
  padding: 48px 0;
}
.contact-block2-consult-item-name {
  margin-top: 24px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
}
.contact-block2-consult-item-introduce {
  margin: 16px 50px 0;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  height: 32px;
}
.contact-block2-consult-item-immediately {
  margin: 84px auto 0;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border: 1px solid #0088d2;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #0088d2;
  font-weight: 400;
  cursor: pointer;
}
