.ctn1 {
  padding: 90px 0;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}
.ctn1 .ctn-list {
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.ctn1 .ctn-list .left {
  width: 66.1%;
  display: flex;
  padding: 90px 30px 160px 60px;
}
.ctn1 .ctn-list .left .l {
  margin-right: 100px;
}
.ctn1 .ctn-list .left .l h2 {
  color: var(--color);
  white-space: nowrap;
}
.ctn1 .ctn-list .left .l h3 {
  margin-top: 10px;
}
.ctn1 .ctn-list .left .l .line {
  width: 27px;
  height: 2px;
  background: #333;
  margin: 30px 0;
}
.ctn1 .ctn-list .left .l ul li {
  margin-top: 14px;
}
.ctn1 .ctn-list .left .l ul li a {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .left .l ul li a:hover {
  color: var(--color);
}
.ctn1 .ctn-list .left .r .line {
  width: 27px;
  height: 2px;
  background: #333;
  margin: 50px 0;
}
.ctn1 .ctn-list .left .r .erweima {
  width: 106px;
}
.ctn1 .ctn-list .left .r .erweima img {
  width: 100%;
}
.ctn1 .ctn-list .left .r p {
  margin-top: 6px;
  white-space: nowrap;
}
.ctn1 .ctn-list .right {
  width: 33.9%;
  background: url(../img/contact/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 90px 0 0 80px;
  color: #fff;
}
.ctn1 .ctn-list .right h2 {
  margin-top: 10px;
}
.ctn1 .ctn-list .right h2 a {
  color: #fff;
  position: relative;
}
.ctn1 .ctn-list .right h2 a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .right h2 a:hover:after {
  width: 100%;
}
.ctn1 .ctn-list .right .line {
  width: 27px;
  height: 2px;
  background: #fff;
  margin: 30px 0;
}
.ctn1 .ctn-list .right p {
  line-height: 2.3;
}
.ctn2 {
  padding: 120px 0 150px;
  overflow: hidden;
}
.ctn2 .ctn-list .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn2 .ctn-list .box .inp {
  width: 24%;
  margin-top: 50px;
}
.ctn2 .ctn-list .box .inp h2 {
  color: #000;
}
.ctn2 .ctn-list .box .inp h2 span {
  color: #ff0000;
}
.ctn2 .ctn-list .box .inp input {
  width: 100%;
  height: 62px;
  border: none;
  background: rgba(232, 232, 232, 0.2);
  font-size: 15px;
  padding: 0 20px;
  margin-top: 10px;
  font-family: "Noto Sans SC", "Microsoft?Yahei", "΢���ź�", "Arial";
}
.ctn2 .ctn-list .box .inp textarea {
  width: 100%;
  height: 160px;
  border: none;
  background: rgba(232, 232, 232, 0.2);
  font-size: 15px;
  padding: 20px;
  margin-top: 10px;
  font-family: "Noto Sans SC", "Microsoft?Yahei", "΢���ź�", "Arial";
}
.ctn2 .ctn-list .box .inp select {
  width: 100%;
  height: 62px;
  background: rgba(232, 232, 232, 0.2);
  border: none;
  padding: 0 20px;
  margin-top: 10px;
  font-family: "Noto Sans SC", "Microsoft?Yahei", "΢���ź�", "Arial";
}
.ctn2 .ctn-list .box .inp.all {
  width: 100%;
}
.ctn2 .ctn-list .box .inp.select{
    z-index: 10;
}
.ctn2 .ctn-list .agree {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ctn2 .ctn-list .agree .dui {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #b7b7b7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ctn2 .ctn-list .agree .dui svg path {
  fill: #fff;
}
.ctn2 .ctn-list .agree .dui.active {
  background: var(--color);
}
.ctn2 .ctn-list .agree a {
  color: #000;
  margin-left: 12px;
}
.ctn2 .ctn-list .btn {
  margin-top: 30px;
}
.ctn2 .ctn-list .btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 40px;
  border: none;
  background: var(--orange);
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list .btn button span {
  font-size: 18px;
  margin-left: 12px;
}
.ctn2 .ctn-list .btn button:hover {
  background: var(--color);
}

.ctn2 .layui-form-select dl{
    top:62px;
}
.ctn2 .layui-form-select dl dd.layui-this{
    background: var(--color);
}
.ctn2 .layui-form-select .layui-edge{
    right:20px;
}
@media screen and (max-width: 1680px) {
  .ctn1 {
    padding: 4.5vw 0;
  }
  .ctn1 .ctn-list .left {
    padding: 4.5vw 30px 8vw 3vw;
  }
  .ctn1 .ctn-list .left .l {
    margin-right: 5vw;
  }
  .ctn1 .ctn-list .right {
    padding: 4.5vw 0 0 4vw;
  }
  .ctn2 {
    padding: 6vw 0 7.5vw;
  }
  .ctn2 .ctn-list .box .inp {
    margin-top: 2.5vw;
  }
  .ctn2 .ctn-list .box .inp input {
    height: 52px;
  }
  .ctn2 .ctn-list .box .inp select {
    height: 52px;
  }
  .ctn2 .ctn-list .box .inp textarea {
    height: 140px;
  }
  .ctn2 .layui-form-select dl{
    top:52px;
}
}
@media screen and (max-width: 1024px) {
  .ctn1 .ctn-list .left .l {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding: 40px 0;
  }
  .ctn1 .ctn-list {
    display: block;
  }
  .ctn1 .ctn-list .left {
    width: 100%;
    padding: 20px;
    display: block;
  }
  .ctn1 .ctn-list .left .l {
    margin-right: 0;
  }
  .ctn1 .ctn-list .left .l h2 {
    white-space: pre-wrap;
  }
  .ctn1 .ctn-list .left .l .line {
    margin: 20px 0;
  }
  .ctn1 .ctn-list .left .l ul li {
    margin-top: 10px;
  }
  .ctn1 .ctn-list .left .r {
    margin-top: 30px;
  }
  .ctn1 .ctn-list .left .r .line {
    margin: 20px 0;
  }
  .ctn1 .ctn-list .right {
    width: 100%;
    padding: 20px;
  }
  .ctn1 .ctn-list .right h2 {
    margin-top: 4px;
  }
  .ctn1 .ctn-list .right .line {
    margin: 20px 0;
  }
  .ctn1 .ctn-list .right p {
    line-height: 1.8;
  }
  .ctn2 {
    padding: 40px 0;
  }
  .ctn2 .ctn-list .box .inp {
    width: 100%;
    margin-top: 20px;
  }
  .ctn2 .ctn-list .box .inp input {
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .ctn2 .ctn-list .box .inp select {
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .ctn2 .ctn-list .box .inp textarea {
    height: 100px;
    padding: 14px;
    font-size: 14px;
  }
  .ctn2 .ctn-list .agree {
    margin-top: 14px;
  }
  .ctn2 .ctn-list .btn {
    margin-top: 20px;
  }
  .ctn2 .ctn-list .btn button {
    width: 130px;
  }
  .ctn2 .layui-form-select dl{
    top:42px;
}
.ctn2 .layui-form-select .layui-edge{
    right:14px;
}
}
