.contact-content .top-contact {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.contact-content .top-contact .left-info {
  width: 32.5%;
  float: left;
  border-right: 1px solid #e0e0e0;
  padding-bottom: 80px;
  padding-right: 80px;
}
.contact-content .top-contact .left-info .about-company .company-name {
  padding-top: 80px;
}
.contact-content .top-contact .left-info .about-company .company-name h5 {
  font-size: 24px;
  line-height: 1;
  color: #333;
}
.contact-content .top-contact .left-info .about-company .company-name h5::after {
  display: block;
  content: '';
  width: 24px;
  height: 2px;
  background-color: #ed1b23;
  margin-top: 24px;
}
.contact-content .top-contact .left-info .about-company .company-info p {
  margin-top: 24px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  font-family: "Arial";
}
.contact-content .top-contact .left-info .about-company .company-info p i {
  float: left;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.contact-content .top-contact .left-info .about-company .company-info p i img {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-content .top-contact .left-info .about-company .company-info p span {
  float: left;
  width: calc(100% - 32px);
}
.contact-content .top-contact .right-form {
  padding: 80px;
  padding-right: 0;
  width: calc(100% - 32.5%);
  float: left;
  border-left: 1px solid #e0e0e0;
  margin-left: -1px;
}
.contact-content .top-contact .right-form .select {
  margin-bottom: 40px;
}
.contact-content .top-contact .right-form .select ul li {
  float: left;
  padding: 5px 20px;
  position: relative;
  transition: all 0.3s;
  margin-left: 10px;
}
.contact-content .top-contact .right-form .select ul li:first-child {
  margin-left: 0;
}
.contact-content .top-contact .right-form .select ul li a {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  transition: all 0.3s;
}
.contact-content .top-contact .right-form .select ul li .down-arrow {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 10px;
  height: 5px;
  transition: all 0.3s;
}
.contact-content .top-contact .right-form .select ul li .down-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-content .top-contact .right-form .select ul li:hover {
  background-color: #ee3e44;
}
.contact-content .top-contact .right-form .select ul li:hover a {
  color: #fff;
}
.contact-content .top-contact .right-form .select ul li:hover .down-arrow {
  opacity: 1;
}
.contact-content .top-contact .right-form .select ul li.active {
  background-color: #ed1b23 !important;
}
.contact-content .top-contact .right-form .select ul li.active a {
  color: #fff !important;
}
.contact-content .top-contact .right-form .select ul li.active .down-arrow {
  opacity: 1 !important;
}
.contact-content .top-contact .right-form .form-content {
  position: relative;
}
.contact-content .top-contact .right-form form {
  display: none;
  position: absolute;
  width: 100%;
}
.contact-content .top-contact .right-form form .layui-form-item {
  margin-bottom: 20px;
}
.contact-content .top-contact .right-form form .layui-form-item:last-child {
  margin-bottom: 0;
}
.contact-content .top-contact .right-form form .layui-form-item .layui-input-inline {
  width: calc(50% - 20px);
  margin-right: 40px;
}
.contact-content .top-contact .right-form form .layui-form-item .layui-input-inline:last-child {
  margin-right: 0;
}
.contact-content .top-contact .right-form form .layui-form-item .layui-input-inline .layui-input {
  height: 42px;
  font-size: 12px;
  color: #999;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding-left: 15px;
  border: 0;
}
.contact-content .top-contact .right-form form .layui-form-item .layui-input-inline .layui-form-select i {
  transform-origin: center;
  right: 23px;
  top: 40%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-style: solid;
  border-width: 2px;
  transform: rotateZ(-135deg);
}
.contact-content .top-contact .right-form form .layui-form-item .layui-input-inline .layui-form-select dl dd.layui-this {
  background-color: #ed1b23;
}
.contact-content .top-contact .right-form form .layui-form-item .layui-input-inline .layui-form-selected i {
  transform: rotateZ(45deg);
  top: 70%;
}
.contact-content .top-contact .right-form form .layui-form-item textarea {
  resize: none;
  min-height: 120px;
  background-color: #f5f5f5;
  color: #999;
  font-size: 12px;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 15px;
}
.contact-content .top-contact .right-form form .layui-form-item textarea::placeholder {
  color: #999;
}
.contact-content .top-contact .right-form form .test-code .layui-input-inline {
  margin-right: 10px;
  width: calc(50% - 135px);
}
.contact-content .top-contact .right-form form .test-code .layui-form-mid {
  padding: 0 !important;
  margin: 0;
  top: 0;
  width: 105px;
  height: 42px;
}
.contact-content .top-contact .right-form form .test-code .layui-form-mid img {
  width: 100%;
  height: 100%;
}
.contact-content .top-contact .right-form form .test-code .layui-btn {
  float: right;
  padding: 0 32px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px;
  background-color: #ed1b23;
  color: #fff;
}
.contact-content .top-contact .right-form form .test-code .layui-btn:hover {
  background-color: #fff;
  color: #ed1b23;
  border: 1px solid #ed1b23;
}
.contact-content .top-contact .right-form form.active {
  display: block;
}
.contact-content .bottom-map {
  padding-top: 80px;
}
.contact-content .bottom-map * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.contact-content .bottom-map #baidumap {
  width: 100%;
  height: 580px;
}
@media (max-width: 1440px) {
  .contact-content .top-contact .left-info .about-company .company-name h5 {
    font-size: 18px;
  }
  .contact-content .top-contact .left-info .about-company .company-info p {
    font-size: 14px;
  }
  .contact-content .top-contact .left-info .about-company .company-name,
  .contact-content .bottom-map {
    padding-top: 60px;
  }
  .contact-content .top-contact .right-form {
    padding: 60px;
    padding-right: 0;
  }
  .contact-content .top-contact .left-info {
    padding-bottom: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .contact-content .top-contact .left-info {
    padding-right: 40px;
  }
}
@media (max-width: 1080px) {
  .contact-content .top-contact .left-info {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .contact-content .top-contact .right-form {
    width: 100%;
    padding: 60px 0;
    border-left: 0;
    margin-left: 0;
    border-top: 1px solid #e0e0e0;
  }
  .contact-content .top-contact .right-form .select ul li {
    padding: 5px 10px;
  }
  .contact-content .top-contact .right-form .select ul li a {
    font-size: 14px;
    line-height: 28px;
  }
  .contact-content .top-contact .right-form .select ul li:hover {
    background-color: transparent;
  }
  .contact-content .top-contact .right-form .select ul li:hover a {
    color: #333;
  }
  .contact-content .top-contact .right-form .select ul li:hover .down-arrow {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .contact-content .top-contact .right-form form .layui-form-item .layui-input-inline {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    float: left;
  }
  .contact-content .top-contact .right-form form .layui-form-item .layui-input-inline:last-child {
    margin-bottom: 0;
  }
  .contact-content .top-contact .right-form form .test-code .layui-input-inline {
    width: calc(100% - 115px);
    margin-right: 10px;
  }
  .contact-content .top-contact .left-info .about-company .company-name,
  .contact-content .bottom-map {
    padding-top: 45px;
  }
  .contact-content .top-contact .left-info {
    padding-bottom: 45px;
  }
  .contact-content .top-contact .right-form {
    padding: 45px 0;
  }
  .contact-content .top-contact .left-info .about-company .company-name h5 {
    font-size: 16px;
  }
  .contact-content .top-contact .left-info .about-company .company-info p i {
    width: 16px;
    height: 16px;
  }
  .contact-content .top-contact .left-info .about-company .company-info p {
    font-size: 12px;
    line-height: 16px;
  }
  .contact-content .top-contact .left-info .about-company .company-name h5::after,
  .contact-content .top-contact .left-info .about-company .company-info p {
    margin-top: 16px;
  }
  .contact-content .bottom-map #baidumap {
    height: 350px;
  }
  .contact-content .top-contact .right-form .select {
    margin-bottom: 25px;
  }
  .contact-content .top-contact .right-form form .test-code {
    text-align: center;
  }
  .contact-content .top-contact .right-form form .test-code .layui-btn {
    margin: 0 auto;
    float: none;
  }
}
