body {
  background: #fff;
}

.contact-first {
  background: url(../images/contact/first_bg.jpg) no-repeat right;
  background-size: cover;
}
.contact-first .page-nav {
  padding-top: 25px;
  color: #fff;
  font-size: 20px;
}
.contact-first .page-nav a {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}
.contact-first .page-nav a:last-child {
  cursor: text;
}
.contact-first .page-nav a:last-child span {
  color: #f9bb0b;
  border-bottom: solid 1px #f9bb0b;
  padding-bottom: 3px;
}
.contact-first .page-nav a:last-child:hover {
  font-weight: normal;
}
.contact-first .page-nav a:hover {
  font-weight: 700;
}
.contact-first .text-box1 {
  margin-top: 40px;
  position: relative;
}
.contact-first .text-box1 .text-bg {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-first .text-box1 .text-box2 {
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 35px 0 50px;
}
.contact-first .text-box1 .text-box2 .first-title {
  font-weight: 700;
}
.contact-first .text-box1 .text-box2 .first-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: lighter;
  margin-top: 15px;
}
.contact-first .form-content {
  width: 100%;
  margin: -60px auto 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 6px 10px 41px 2px rgba(136, 177, 244, 0.26);
  padding: 45px 12px;
  position: relative;
  z-index: 1;
  bottom: -120px;
}
.contact-first .form-content h2 {
  color: #333;
  font-weight: 700;
  text-align: center;
}
.contact-first .form-content h2 b {
  color: #f9bb0b;
}
.contact-first .form-content form {
  width: 100%;
  font-size: 18px;
  line-height: 34px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-first .form-content form .form-item {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.contact-first .form-content form .form-item .required {
  position: absolute;
  left: 10px;
  top: 14px;
  color: #ff0000;
  font-size: 20px;
}
.contact-first .form-content form .form-left,.contact-first .form-content form .form-right {
  width: 100%;
}
.contact-first .form-content form .form-item input {
  width: 100%;
  height: 60px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
  padding: 10px 20px;
}
.contact-first .form-content form .form-right .imBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact-first .form-content form .form-right .imBox .imtypeBox {
  width: 30.5%;
}
.contact-first .form-content form .form-right .imBox .imtypeBox select {
  width: 100%;
  height: 60px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
  opacity: 0.8;
  padding: 10px 20px;
  background: #fff;
}
.contact-first .form-content form .form-right .imBox .imvalueBox {
  width: 65.2%;
}
.contact-first .form-content form .form-right .imBox .imvalueBox-1 {
  display: flex;
  justify-content: space-between;
}
.contact-first .form-content form .form-right .imBox .imvalueBox-1 input {
  width: 47%;
}
.contact-first .form-content form .form-right .imBox .imvalueBox-2 {
  display: none;
}
.contact-first .form-content form .form-right .textBox {
  width: 100%;
}
.contact-first .form-content form .form-right .textBox textarea {
  width: 100%;
  height: 240px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
  padding: 10px 20px;
}
.contact-first .form-content form .submit-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact-first .form-content form .submit-box .btn-submit {
  background-color: #f9bb0b;
  color: #fff;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  line-height: 28px;
  background-size: 200% auto;
  transition: 0.8s;
  max-width: 333px;
}
.contact-first .form-content form .submit-box .btn-submit:hover {
  background-image: linear-gradient(to right, #f9bb0b 0%, #f3d171 51%, #f9bb0b 100%);
  background-position: center right;
}

.contact-second {
  margin-top: 180px;
}
.contact-second h2 {
  color: #333;
  font-weight: 700;
  text-align: center;
}
.contact-second .container-bg {
  background: #f8f8f8;
  margin-top: 50px;
}
.contact-second .container-bg .second-list {
  --bs-gutter-x: 0rem;
  align-items: center;
}
.contact-second .container-bg .second-list .list1 {
  --bs-gutter-x: 0rem;
  align-items: flex-start;
}
.contact-second .container-bg .second-list .list1 .item1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-second .container-bg .second-list .list1 .item1 img {
  margin: 0 auto 23px;
  display: block;
}
.contact-second .container-bg .second-list .list1 .item1 p {
  color: #333;
  text-align: center;
  line-height: 34px;
}
.contact-second .container-bg .second-list .list1 .item1 .line2 {
  font-weight: lighter;
}
.contact-second .container-bg .second-list .list2 {
  --bs-gutter-x: 0rem;
}
.contact-second .container-bg .second-list .list2 .item2 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact-second .container-bg .second-list .list2 .item2:last-child {
  margin-bottom: 0;
}
.contact-second .container-bg .second-list .list2 .item2 img {
  margin-right: 5px;
}
.contact-second .container-bg .second-list .list2 .item2 p {
  display: flex;
  flex-direction: column;
  line-height: 34px;
  color: #333;
}
.contact-second .container-bg .second-list .list2 .item2 p span:last-child {
  font-weight: lighter;
}
.contact-second .container-bg .second-list .list2 .item2:first-child p span:last-child {
  font-weight: bold;
  color: #f9bb0b;
  font-size: 30px;
}

.contact-third {
  padding-top: 53px !important;
  padding-bottom: 70px !important;
}
.contact-third h2 {
  color: #333;
  font-weight: 700;
  margin-bottom: 12px;
}
.contact-third article {
  color: #333;
  font-size: 18px;
  line-height: 34px;
}
.contact-third article h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 10px;
}
.contact-third .more {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 34px;
  display: flex;
  justify-content: center;
}
.contact-third .more span {
  background: #fff;
  width: 170px;
  text-align: center;
  position: relative;
  top: 18px;
  z-index: 1;
  display: block;
  cursor: pointer;
}
.contact-third .more span:hover {
  font-weight: 700;
}
.contact-third .more-article {
  display: none;
  transition: all 1s;
}

@media (max-width: 575px) {
  .contact-first .form-content {
    padding: 30px 0;
    margin-top: -40px;
  }
  .contact-first .form-content h2,.contact-second h2 ,.contact-third h2  {
    font-size: 26px;
  }
  .contact-first .form-content form {
    font-size: 16px;
    line-height: 34px;
    margin-top: 40px;
  }
  .contact-first .form-content form .form-item {
    margin-bottom: 20px;
  }
  .contact-first .first-title {
    font-size: 26px;
  }
  .contact-first .text-box1 {
    height: 350px;
  }
  .contact-first .text-box1 .text-bg {
    width: 100%;
  }
  .contact-first .text-box1 .text-box2 .first-text {
    width: 100%;
  }
  .contact-second .container-bg .second-list {
    padding: 35px 0px;
  }
  .contact-second .container-bg .second-list .list1 .item1 {
    margin-bottom: 30px;
  }
  .contact-second .container-bg .second-list .list1 .item1 .line1 {
    font-size: 18px;
  }
  .contact-second .container-bg .second-list .list1 .item1 .line2 {
    font-size: 16px;
  }
  .contact-second .container-bg .second-list .list2 {
    padding: 0;
  }
  .contact-second .container-bg .second-list .list2 .item2 p {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .contact-first .text-box1 {
    height: 240px;
  }
  .contact-first .first-title {
    font-size: 30px;
  }
  .contact-first .text-box1 .text-bg {
    width: 100%;
  }
  .contact-first .text-box1 .text-box2 .first-text {
    width: 100%;
  }
  .contact-first .form-content h2,.contact-second h2 ,.contact-third h2  {
    font-size: 30px;
  }
  .contact-second .container-bg .second-list {
    padding: 35px 12px;
  }
  .contact-second .container-bg .second-list .list1 .item1 {
    margin-bottom: 30px;
  }
  .contact-second .container-bg .second-list .list1 .item1 .line1 {
    font-size: 18px;
  }
  .contact-second .container-bg .second-list .list1 .item1 .line2 {
    font-size: 16px;
  }
  .contact-second .container-bg .second-list .list2 {
    padding: 0;
  }
  .contact-second .container-bg .second-list .list2 .item2 p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .contact-first .text-box1 .text-bg {
    width: 86%;
  }
  .contact-first .text-box1 .text-box2 .first-text {
    width: 87%;
  }
  .contact-first .form-content {
    max-width: 696px;
  }
  .contact-first .form-content h2,.contact-second h2 ,.contact-third h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .contact-first .form-content {
    max-width: 936px;
  }
  .contact-first .first-title {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .contact-first .first-title {
    font-size: 40px;
  }
  .contact-first .text-box1 .text-bg {
    width: 72%;
  }
  .contact-first .text-box1 .text-box2 .first-text {
    width: 73%;
  }
  .contact-first .form-content {
    max-width: 1116px;
  }
  .contact-first .form-content form .form-left,.contact-first .form-content form .form-right {
    width: 49%;
  }
  .contact-second .container-bg .second-list {
    padding: 0px;
  }
  .contact-second .container-bg .second-list .list1 .item1 {
    margin-bottom: 0;
  }
  .contact-second .container-bg .second-list .list1 .item1 .line2 {
    font-size: 15px;
  }
  .contact-second .container-bg .second-list .list2 {
    padding: 50px 0 55px 10px;
  }
}
@media (min-width: 1400px) {
  .contact-first .first-title {
    font-size: 42px;
  }
  .contact-first .text-box1 .text-bg {
    width: 62%;
  }
  .contact-first .text-box1 .text-box2 .first-text {
    width: 62%;
  }
  .contact-first .form-content {
    max-width: 1296px;
  }
  .contact-first .form-content h2,.contact-second h2 ,.contact-third h2  {
    font-size: 40px;
  }
  .contact-second h2 {
    font-size: 40px;
  }
  .contact-second .container-bg .second-list {
    padding: 0px 12px;
  }
  .contact-second .container-bg .second-list .list2 {
    padding: 50px 0 55px 60px;
  }
  .contact-second .container-bg .second-list .list1 .item1 .line1 {
    font-size: 18px;
  }
  .contact-third h2 {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .contact-first .first-title {
    font-size: 46px;
  }
  .contact-first .form-content {
    max-width: 1410px;
  }
  .contact-second .container-bg .second-list {
    padding: 0px 15px;
  }
  .contact-second .container-bg .second-list .list1 .item1 .line2 {
    font-size: 18px;
  }
  .contact-second .container-bg .second-list .list2 {
    padding: 50px 0 55px 80px;
  }
  .contact-second .container-bg .second-list .list2 .item2 p {
    font-size: 20px;
  }
}