.contact_head {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.contact_head > div {
  height: 90px;
  overflow: hidden;
}
.contact_head > div a {
  display: inline-block;
  padding: 0 25px;
  line-height: 90px;
  height: 100%;
  position: relative;
  color: var(--themeColor2);
}
.contact_head > div a::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: rgba(0, 51, 102, 0.3);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.contact_head > div a:first-of-type {
  padding-left: 0;
}
.contact_head > div a:first-of-type.active::after {
  content: "";
  width: calc(100% - 25px);
  left: 0;
  transform: none;
}
.contact_head > div a:last-of-type::before {
  content: "";
  width: 0;
}
.contact_head > div a.active {
  font-family: Boldss;
  color: var(--themeColor);
}
.contact_head > div a.active::after {
  content: "";
  width: calc(100% - 50px);
  height: 4px;
  background: var(--themeColor);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact_renc{
    padding-top:100px ;
}
.contact_renc h2 {
  margin-top: 56px;
  font-family: Boldss;
  margin-bottom: 56px;
}
.contact_renc .contact_swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
.contact_renc .contact_swiper .swiper-slide {
  height: 470px;
  border-radius: 10px;
  overflow: hidden;
}
.contact_renc .contact_swiper .swiper-slide > div {
  height: 100%;
}
.contact_renc .renc_left {
  width: calc(50% - 55px);
}
.contact_renc .renc_left img {
  width: 120%;
  height: 100%;
  object-fit: cover;
}
.contact_renc .renc_center {
  width: 0;
  height: 0;
  border-top: 235px solid transparent;
  border-left: 55px solid transparent;
  border-bottom: 235px solid var(--themeColor);
  border-right: 55px solid var(--themeColor);
}
.contact_renc .renc_right {
  width: calc(50% - 55px);
  background: var(--themeColor);
}
.contact_renc .renc_right > div {
  width: 80%;
}
.contact_renc .renc_right .renc_right_head {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 35px;
}
.contact_renc .renc_right h1 {
  font-family: Boldss;
  color: #fff;
  font-weight: normal;
}
.contact_renc .renc_right p {
  color: rgb(255, 255, 255);
  margin-bottom: 35px;
}
.contact_renc .renc_right a {
  color: rgb(255, 255, 255);
}
.contact_renc .renc_right a .iconfont {
  margin-left: 5px;
}
.contact_renc .icon_btn {
  position: absolute;
  z-index: 100;
  right: 50px;
  top: 50px;
}
.contact_renc .icon_btn a {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  opacity: 1;
  margin-left: 20px;
}
.contact_renc .icon_btn a .iconfont {
  color: #fff;
}
.contact_renc .erweima {
  position: relative;
}
.contact_renc .erweima > img {
  width: 100%;
}
.contact_renc .erweima ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_renc .erweima ul li {
  padding: 20px 140px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.contact_renc .erweima ul li:first-of-type {
  margin-right: 100px;
}
.contact_renc .erweima ul li:hover {
  background: #fff;
}
.contact_renc .erweima ul li:hover h6 {
  color: var(--themeColor);
}
.contact_renc .erweima ul li h6 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
}
.contact_hezuo {
    padding-top: 100px;
  background: url('/image/formbg.png') no-repeat;
  background-size: contain;
  text-align: center;
}
.contact_hezuo h2 {
  margin-top: 100px;
  font-family: Boldss;
  margin-bottom: 56px;
}
.contact_hezuo form {
  /* Sweep To Right */
}
.contact_hezuo  > div {
  display: inline-block;
  width: calc((100% - 65px) / 2);
  margin-bottom: 44px;
  margin-right: 0;
  text-align: start;
}
.contact_hezuo  > div:nth-child(even) {
  margin-right: 59px;
}
.contact_hezuo  > div span::after {
  content: "*";
  color: red;
}
.contact_hezuo  > div input,
.contact_hezuo  > div textarea {
  width: 100%;
  border-radius: 8px;
  height: 50px;
  margin-top: 10px;
  transition: all 0.5s;
  border: 1px solid rgba(19, 20, 21, 0.1);
  padding-left: 20px;
}
.contact_hezuo  > div input::placeholder,
.contact_hezuo  > div textarea::placeholder {
  color: rgb(19, 20, 21);
}
.contact_hezuo  > div input:focus,
.contact_hezuo  > div textarea:focus {
  border-color: var(--themeColor);
  box-shadow: 0px 0px 0px 5px rgba(0, 51, 102, 0.1);
}
.contact_hezuo  > div textarea {
  padding-top: 20px;
  height: 150px;
}
.contact_hezuo  > div.aa {
  width: 100%;
  margin-right: 0;
}
.contact_hezuo  button {
  width: 160px;
  height: 50px;
  background: rgba(0, 51, 102, 0.8);
  color: #fff;
  margin-top: 60px;
  margin-bottom: 100px;
}
.contact_hezuo  .hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact_hezuo  .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #113055;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact_hezuo  .hvr-sweep-to-right:hover a,
.contact_hezuo  .hvr-sweep-to-right:focus a,
.contact_hezuo  .hvr-sweep-to-right:active a {
  color: white;
}
.contact_hezuo  .hvr-sweep-to-right:hover:before,
.contact_hezuo  .hvr-sweep-to-right:focus:before,
.contact_hezuo  .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.contact_qita {
  position: relative;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
.contact_qita img{
  /*width: 100%;*/
}
.contact_qita .qita_txt {
  position: relative;
  /*left: 50%;*/
  /*top: 100px;*/
  /*transform: translateX(-50%);*/
}
.contact_qita .qita_txt h2 {
  font-family: Boldss;
  color: #fff;
  margin-bottom: 70px;
}
.contact_qita .qita_txt ul li {
  width: calc(100% / 3);
  margin-bottom: 100px;
  text-align: center;
}
/*.contact_qita .qita_txt ul li:nth-child(2),*/
/*.contact_qita .qita_txt ul li:nth-child(5) {*/
/*  text-align: center;*/
/*}*/
/*.contact_qita .qita_txt ul li:nth-child(3n-2) {*/
/*  text-align: start;*/
/*}*/
/*.contact_qita .qita_txt ul li:nth-child(3n) {*/
/*  text-align: end;*/
/*}*/
.contact_qita .qita_txt ul li:hover p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--themeColor);
  bottom: 0;
  left: 0;
}
.contact_qita .qita_txt ul li a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.contact_qita .qita_txt ul li a img {
  margin-bottom: 40px;
}
.contact_qita .qita_txt ul li a h6 {
  font-weight: normal;
  margin-bottom: 10px;
}
.contact_qita .qita_txt ul li a p {
  transition: all 0.3s;
  color: rgb(255, 255, 255);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact_renc .contact_swiper .swiper-slide {
    height: 350px;
  }
  .contact_renc .renc_left img {
    width: 130%;
  }
  .contact_renc .icon_btn {
    top: 50px;
  }
  .contact_renc .erweima ul li:first-of-type {
    margin-right: 40px;
  }
  .contact_hezuo form button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 860px) {
  .contact_renc .renc_left img {
    width: 160%;
  }
  .contact_renc .erweima > img {
    height: 300px;
  }
  .contact_renc .erweima ul li {
    padding: 20px 80px;
  }
  .contact_hezuo form > div {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 600px) {
    .contact_renc{
        padding-top: 0;
    }
    .contact_renc h2{
        margin: 25px;
    }
    .contact_renc .contact_swiper{
        margin-bottom: 50px;
    }
    .contact_hezuo{
        padding-top: 0;
    }
    .contact_hezuo h2{
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .contact_hezuo > div{
        margin-bottom: 20px;
        width: calc((100% - 40px) / 2);
    }
    .contact_hezuo > div:nth-child(even){
        margin-right:30px ;
    }
    .contact_hezuo button{
        margin: 0;
        margin-bottom: 30px;
    }
  .contact_head > div {
    height: 70px;
  }
  .contact_head > div a {
    line-height: 70px;
  }
  .contact_renc .contact_swiper .swiper-slide {
    height: auto;
    flex-direction: column;
  }
  .contact_renc .contact_swiper .swiper-slide .renc_center {
    display: none;
  }
  .contact_renc .contact_swiper .swiper-slide .renc_left {
    width: 100%;
  }
  .contact_renc .contact_swiper .swiper-slide .renc_left img {
    width: 100%;
  }
  .contact_renc .contact_swiper .swiper-slide .renc_right {
    width: 100%;
    padding: 20px;
  }
  .contact_renc .contact_swiper .swiper-slide .renc_right > div {
    width: 100%;
  }
  .contact_renc .contact_swiper .swiper-slide .renc_right h1 {
    font-size: 20px;
  }
  .contact_renc .contact_swiper .swiper-slide .renc_right .renc_right_head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .contact_renc .contact_swiper .swiper-slide .renc_right p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .contact_renc .icon_btn {
    top: 53%;
    right: 30px;
  }
  .contact_renc .erweima > img {
    height: 230px;
  }
  .contact_renc .erweima ul li {
    padding: 20px;
  }
  .contact_renc .erweima ul li img {
    width: 100px;
  }
  .contact_renc .erweima ul li:first-of-type {
    margin-right: 20px;
  }
  .contact_hezuo form > div {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0 !important;
  }
  .contact_qita .qita_txt ul li {
    width: 50%;
    margin-bottom: 20px;
    text-align: center !important;
  }
}
