.contactBlock {
  padding-bottom: 120px;
}
.contactBlock .w1600 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactBlock .w1600 .left {
  width: 56.25%;
  aspect-ratio: 90/54;
  font-size: 0;
}
.contactBlock .w1600 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactBlock .w1600 .right {
  width: 43.75%;
  padding: 80px 60px;
  background: #fff;
}
.contactBlock .w1600 .right .title {
  font-size: 28px;
  line-height: 40px;
  color: #1a1a1a;
}
.contactBlock .w1600 .right .line {
  width: 100%;
  height: 1px;
  margin: 28px 0;
  background: #EAEAEA;
}
.contactBlock .w1600 .right .info {
  font-size: 16px;
  line-height: 34px;
  color: #595959;
}
.contactBlock .w1600 .right .info p img {
  transform: translateY(3px);
}
.contactBlock .w1600 .right .btn {
  margin-top: 60px;
}
.contactBlock .w1600 .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contactBlock .w1600 .content .list {
  width: calc((100% - 82px) / 3);
  margin-top: 40px;
  margin-left: 40px;
  padding: 40px 30px;
  background: #fff;
}
.contactBlock .w1600 .content .list .title {
  font-size: 24px;
  line-height: 34px;
  color: #1a1a1a;
}
.contactBlock .w1600 .content .list .line {
  width: 100%;
  height: 1px;
  margin: 27px 0 24px;
  background: #EAEAEA;
}
.contactBlock .w1600 .content .list .line::after {
  display: block;
  content: "";
  transform: translateY(-1px);
  width: 46px;
  height: 2px;
  margin-left: 10px;
  background: #2C74BA;
}
.contactBlock .w1600 .content .list .info p {
  display: flex;
  font-size: 16px;
  line-height: 32px;
  color: #595959;
}
.contactBlock .w1600 .content .list .info p i {
  font-style: initial;
}
.contactBlock .w1600 .content .list .info p i img {
  transform: translateY(3px);
  margin-right: 12px;
}
.contactBlock .w1600 .content .list .info p span {
  width: calc(100% - 80px);
  word-break: break-all;
}
.contactBlock .w1600 .content .list:nth-child(3n+1) {
  margin-left: 0;
}

.contactBlock2 {
  padding: 110px 0 120px;
  background: #fff;
}
.contactBlock2 .w1600 .title {
  font-size: 48px;
  line-height: 64px;
  color: #1a1a1a;
}
.contactBlock2 .w1600 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.contactBlock2 .w1600 form .list {
  width: calc((100% - 30px) / 2);
  margin-left: 30px;
  margin-top: 30px;
}
.contactBlock2 .w1600 form .list input {
  width: 100%;
  height: 90px;
  padding: 0 30px;
  border: 0;
  background: #F7F8FA;
  font-size: 20px;
  color: #999;
}
.contactBlock2 .w1600 form .list input::-moz-placeholder {
  color: #999;
}
.contactBlock2 .w1600 form .list input::placeholder {
  color: #999;
}
.contactBlock2 .w1600 form .list:nth-child(2n+1) {
  margin-left: 0;
}
.contactBlock2 .w1600 form .question {
  position: relative;
}
.contactBlock2 .w1600 form .question .inputClick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  height: 90px;
  padding: 0 30px;
  background: #F7F8FA;
  cursor: pointer;
}
.contactBlock2 .w1600 form .question .inputClick span {
  width: calc(100% - 120px);
  font-size: 20px;
  color: #999;
}
.contactBlock2 .w1600 form .question .inputClick i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
}
.contactBlock2 .w1600 form .question .inputClick i img {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.contactBlock2 .w1600 form .question .inputClick.on i img {
  transform: rotate(-180deg);
}
.contactBlock2 .w1600 form .question .inputList {
  display: none;
  position: absolute;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #F7F8FA;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contactBlock2 .w1600 form .question .inputList a {
  display: block;
  overflow-y: auto;
  max-height: 177px;
  padding: 0 30px;
  border-top: 1px solid #F7F8FA;
  font-size: 16px;
  line-height: 3;
  color: #1a1a1a;
}
.contactBlock2 .w1600 form .question .inputList a:first-child {
  border-top: 0;
}
.contactBlock2 .w1600 form .text {
  width: 100%;
  font-size: 0;
}
.contactBlock2 .w1600 form .text textarea {
  width: 100%;
  height: 340px;
  padding: 30px 40px;
  border: 0;
  background: #F7F8FA;
  font-family: "MicrosoftYaHei";
  font-size: 20px;
  line-height: 1.5;
  color: #999;
}
.contactBlock2 .w1600 form .text textarea::-moz-placeholder {
  color: #999;
}
.contactBlock2 .w1600 form .text textarea::placeholder {
  color: #999;
}
.contactBlock2 .w1600 .formMenu {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.contactBlock2 .w1600 .formMenu .clear {
  margin-left: 50px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
}

@media (any-hover: hover) {
  .contactBlock2 .w1600 form .question .inputList a:hover {
    background: #2C74BA;
    color: #fff;
  }
}
@media (max-width: 1080px) {
  .contactBlock {
    padding: 40px 0;
  }
  .contactBlock .w1600 {
    flex-wrap: wrap;
  }
  .contactBlock .w1600 .left {
    width: 100%;
  }
  .contactBlock .w1600 .right {
    width: 100%;
    padding: 30px;
  }
  .contactBlock .w1600 .right .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .contactBlock .w1600 .right .line {
    margin: 20px 0;
  }
  .contactBlock .w1600 .right .btn {
    margin-top: 30px;
  }
  .contactBlock .w1600 .content {
    justify-content: space-between;
  }
  .contactBlock .w1600 .content .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
    margin-top: 30px;
  }
  .contactBlock .w1600 .content .list .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .contactBlock .w1600 .content .list .info p {
    font-size: 14px;
    line-height: 1.5;
  }
  .contactBlock .w1600 .content .list .info p i {
    transform: translateY(-2px);
    line-height: 25px;
  }
  .contactBlock .w1600 .content .list .info p span {
    line-height: 25px;
  }
  .contactBlock2 {
    padding: 40px 0;
  }
  .contactBlock2 .w1600 form .list input {
    height: 46px;
    padding: 0 30px;
    font-size: 16px;
  }
  .contactBlock2 .w1600 form .question .inputClick {
    height: 46px;
  }
  .contactBlock2 .w1600 form .question .inputClick span {
    font-size: 16px;
  }
  .contactBlock2 .w1600 form .question .inputList a {
    max-height: 165px;
  }
  .contactBlock2 .w1600 form .text textarea {
    height: 150px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  .contactBlock2 .w1600 .formMenu {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .contactBlock2 .w1600 form .list {
    width: 100%;
    margin-left: 0;
  }
  .contactBlock2 .w1600 form .question .inputList a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .contactBlock .w1600 .content .list {
    width: 100%;
  }
  .contactBlock2 .w1600 form .list input,
  .contactBlock2 .w1600 form .question .inputClick,
  .contactBlock2 .w1600 form .text textarea {
    padding-left: 20px;
    padding-right: 20px;
  }
}/*# sourceMappingURL=contact.css.map */