.contact-main {
  padding: 0.2rem;
}

.contact1 {
  padding: 0.4rem 0 0;
}

.contact1-title {
  text-align: center;
  padding: 0 0 0.2rem;
  background: url(../images/green.jpg) no-repeat center bottom/0.4rem 2px;
}

.contact1-title .ch {
  font-size: 18px;
  line-height: 24px;
  color: #98c336;
  text-align: center;
}

.contact1-title .en {
  padding-top: 0.1rem;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  text-transform: uppercase;
}

.contact1-detail {
  padding: 0.4rem 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
}

.contact1-content {
  padding: 0.2rem 0;
}

.contact1-line {
  position: relative;
}

.contact1-line-img img {
  width: 100%;
}

.contact1-line-text {
  padding: 0.2rem;
  background: #f7f7f7;
}

.contact1-line-title {
  padding-bottom: 0.2rem;
  font-size: 18px;
  line-height: 24px;
  background: url(../images/contact_line.jpg) no-repeat 0 bottom;
}

.contact1-line-p {
  margin: 0.2rem 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
@media (min-width: 1200px) {
  .contact-main {
    width: 72vw;
    margin: 0 auto;
  }

  .contact1 {
    padding: 2vw 0 0;
  }

  .contact1-title {
    text-align: center;
    padding: 0 0 1vw;
    background: url(../images/green.jpg) no-repeat center bottom/2vw 2px;
  }

  .contact1-title .ch {
    font-size: 2vw;
    line-height: 2.4vw;
    color: #98c336;
    text-align: center;
  }

  .contact1-title .en {
    padding-top: 0.5vw;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-transform: uppercase;
  }

  .contact1-detail {
    padding: 2vw 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
    text-align: center;
  }

  .contact1-content {
    padding: 1vw 0;
  }

  .contact1-line {
    position: relative;
    padding: 2vw 0 2vw 30vw;
  }

  .contact1-line-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 36vw;
    overflow: hidden;
  }

  .contact1-line-img img {
    width: 100%;
    transition: 0.3s;
  }

  .contact1-line-text {
    min-height: 25vw;
    padding: 6vw 8vw 6vw 10vw;
    background: #f7f7f7;
  }

  .contact1-line-title {
    padding-bottom: 2vw;
    font-size: 2vw;
    line-height: 2.4vw;
    background: url(../images/contact_line.jpg) no-repeat 0 bottom;
  }

  .contact1-line-p {
    margin: 2vw 0 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
  }
  .contact1-line-img:hover img {
    transform: scale(1.1);
  }
}

/* contact2 */
.contact2 {
  padding: 0.2rem;
}

.contact2-title {
  padding: 0 0 0.2rem;
  font-size: 18px;
  line-height: 24px;
  color: #98c336;
  background: url(../images/green.jpg) no-repeat 0 bottom/0.4rem 2px;
}

.contact2-ul {
  padding: 0.2rem 0 0;
}

.contact2-ul ul {
  display: flex;
  flex-wrap: wrap;
}

.contact2-ul li {
  width: 50%;
  flex-shrink: 0;
  padding: 0 0.1rem;
}

.contact2-li-box {
  height: 3rem;
  padding: 0.2rem 0;
  text-align: center;
  box-shadow: 0 0 0.1rem #eee;
}

.contact2-li-icon {
  padding: 0 0 0.2rem;
}

.contact2-li-icon img {
  width: 1rem;
}

.contact2-li-font .big {
  font-size: 18px;
  line-height: 24px;
  font-family: "Microsoft YaHei";
  color: #333;
}

.contact2-li-font .small {
  margin: 0.1rem 0 0;
  font-size: 14px;
  line-height: 24px;
  font-family: "Microsoft YaHei";
  color: #333;
}
@media (min-width: 1200px) {
  .contact2 {
    padding: 2vw 0;
  }

  .contact2-title {
    padding: 0 0 1vw;
    font-size: 2vw;
    line-height: 2.4vw;
    color: #98c336;
    background: url(../images/green.jpg) no-repeat 0 bottom/2vw 2px;
  }

  .contact2-ul {
    padding: 2vw 0 0;
  }

  .contact2-ul ul {
    display: flex;
  }

  .contact2-ul li {
    width: 20%;
    flex-shrink: 0;
    padding: 0 0.5vw;
  }

  .contact2-li-box {
    height: 15vw;
    padding: 2vw 0;
    text-align: center;
    box-shadow: 0 0 0.5vw #eee;
  }

  .contact2-li-icon {
    padding: 0 0 1vw;
  }

  .contact2-li-icon img {
    width: 5vw;
  }

  .contact2-li-font .big {
    font-size: 1vw;
    line-height: 1.2vw;
    font-family: "Microsoft YaHei";
    color: #333;
  }

  .contact2-li-font .small {
    margin: 0.5vw 0 0;
    font-size: 0.7vw;
    line-height: 1vw;
    font-family: "Microsoft YaHei";
    color: #333;
  }
}

/* contact3 */
.contact3 {
  padding: 0.2rem;
}
.contact3-message {
}
.form-line {
  display: block;
  padding: 0 0 0.2rem;
}
.form-label {
  padding-bottom: 0.1rem;
  font-size: 14px;
  line-height: 20px;
  font-family: "Microsoft YaHei";
  color: #333;
}
.form-label span {
  padding-left: 5px;
  color: #f30;
}
.form-line input {
  width: 100%;
  padding: 5px 2px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Microsoft YaHei";
  color: #888888;
  background: none;
  border: 0;
  border-bottom: 1px solid #ececec;
}
.form-line input::placeholder {
  color: #888888;
}

.form-line textarea {
  width: 100%;
  height: 1rem;
  padding: 5px 2px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Microsoft YaHei";
  color: #888888;
  background: none;
  border: 0;
  border-bottom: 1px solid #ececec;
}
.form-line textarea::placeholder {
  color: #888888;
}

.tijiao button {
  width: 100%;
  padding: 5px 2px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Microsoft YaHei";
  color: #fff;
  background: #98c336;
  border: 0;
}

.contact-3-map img {
  width: 100%;
}
@media (min-width: 1200px) {
  .contact3 {
    display: flex;
    justify-content: space-between;
    padding: 2vw 0;
  }
  .contact3-message {
    width: 32vw;
  }
  .form-line {
    display: block;
    padding: 0 0 1vw;
  }
  .form-label {
    padding-bottom: 0.5vw;
    font-size: 0.8vw;
    line-height: 1.2vw;
    font-family: "Microsoft YaHei";
    color: #333;
  }
  .form-label span {
    padding-left: 5px;
    color: #f30;
  }
  .form-line input {
    width: 100%;
    padding: 0.5vw 0.2vw;
    font-size: 0.8vw;
    line-height: 1.2vw;
    font-family: "Microsoft YaHei";
    color: #888888;
    background: none;
    border: 0;
    border-bottom: 1px solid #ececec;
  }
  .form-line input::placeholder {
    color: #888888;
  }

  .form-line textarea {
    width: 100%;
    height: 5vw;
    padding: 0.5vw 0.2vw;
    font-size: 0.8vw;
    line-height: 1.2vw;
    font-family: "Microsoft YaHei";
    color: #888888;
    background: none;
    border: 0;
    border-bottom: 1px solid #ececec;
  }
  .form-line textarea::placeholder {
    color: #888888;
  }

  form button {
    width: 100%;
    padding: 0.5vw 0.2vw;
    font-size: 0.8vw;
    line-height: 1.2vw;
    font-family: "Microsoft YaHei";
    color: #fff;
    background: #98c336;
    border: 0;
  }

  .contact3-map {
    width: 34vw;
  }
  .contact-3-map img {
    width: 100%;
  }
}
