.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.banner .text > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.banner .text > span {
  display: inline-block;
  width: 1.4rem;
  height: 4px;
  background: #e77b43;
  margin: 0.6rem 0;
}
.banner .text > p {
  font-size: 0.8rem;
  color: #fff;
}
.contact-video {
  margin-top: -14rem;
  position: relative;
  z-index: 2;
}
.contact-video .con {
  position: relative;
  overflow: hidden;
}
.contact-video .con img {
  width: 100%;
}
.contact-video .con .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.contact-video .con .text h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.contact-video .con .text p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.8rem;
}
.contact-video .con .text .btn {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: #ff8041;
  margin: 3rem auto 0;
  cursor: pointer;
}
.contact-video .con .text .btn span {
  font-size: 1rem;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 3.1rem;
}
.contact-video .con .text .btn:hover {
  background: #1e33f6;
}
.contact-video .con:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.contact-video .contact_gc {
  margin-top: 3rem;
  padding-bottom: 6rem;
}
.contact-video .contact_gc .left {
  float: left;
  width: 20%;
}
.contact-video .contact_gc .left h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
.contact-video .contact_gc .right {
  float: right;
  width: 80%;
  position: relative;
  top: -0.4rem;
}
.contact-video .contact_gc .right p {
  font-size: 0.8rem;
  color: #666;
  margin-top: 1rem;
  text-align: justify;
}
.contact-video .contact_gc .right p strong {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.4rem;
  display: block;
}
.contact-video .contact-member {
  margin-bottom: 5rem;
  background: url(../img/contact/ct_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 4rem 4rem 2.6rem;
}
.contact-video .contact-member .left {
  float: left;
  width: 40%;
}
.contact-video .contact-member .left h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.contact-video .contact-member .left p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2rem;
}
.contact-video .contact-member .right {
  float: left;
  width: 60%;
}
.contact-video .contact-member .right h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #a38751;
  position: relative;
  left: 0.4rem;
}
.contact-video .contact-member .right ul li {
  font-size: 0.8rem;
  color: #fff;
  float: left;
  margin-top: 1rem;
  padding-left: 1.6rem;
  position: relative;
}
.contact-video .contact-member .right ul li:nth-child(odd) {
  width: 60%;
}
.contact-video .contact-member .right ul li:nth-child(even) {
  width: 40%;
}
.contact-video .contact-member .right ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a38751;
  position: absolute;
  left: 0.5rem;
  top: 8px;
}
.contact-video .contact-member .bottom {
  float: left;
  width: 100%;
  margin-top: 3rem;
  position: relative;
}
.contact-video .contact-member .bottom .text {
  float: right;
  display: flex;
}
.contact-video .contact-member .bottom .text .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 1.3rem;
}
.contact-video .contact-member .bottom .text .txt span {
  font-size: 0.8rem;
  color: #fff;
  text-align: right;
}
.contact-video .contact-member .bottom .text .tu {
  width: 6.8rem;
  border: 0.6rem solid #fff;
}
.contact-video .contact-member .bottom .text .tu img {
  width: 100%;
}
.contact-video .contact-member .bottom:before {
  content: '';
  width: 3rem;
  height: 0.3rem;
  background: #a38751;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
}
.contact-video .contact-member:before {
  content: '';
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid #484b46;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.contact-video .contact-way {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.contact-video .contact-way > h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 4rem;
}
.contact-video .contact-way ul li {
  float: left;
  width: 25%;
}
.contact-video .contact-way ul li .tu {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: #004ab1;
  margin: 0 auto;
  position: relative;
}
.contact-video .contact-way ul li .tu span {
  color: #fff;
  font-size: 2rem;
  display: block;
  text-align: center;
  line-height: 5.2rem;
}
.contact-video .contact-way ul li .tu .erweima {
  position: absolute;
  width: 110%;
  top: 0;
  left: -5%;
  border: 8px solid #fff;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  box-shadow: 0px 0px 90px 0px rgba(132, 132, 132, 0.3);
}
.contact-video .contact-way ul li .tu .erweima img {
  width: 100%;
}
.contact-video .contact-way ul li h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 1.4rem 0 0.4rem;
}
.contact-video .contact-way ul li p {
  font-size: 0.8rem;
  color: #333;
  text-align: center;
}
.contact-video .contact-way ul li:nth-child(2) .tu span {
  font-weight: bold;
}
.contact-video .contact-way ul li:nth-child(3) {
  cursor: pointer;
}
.contact-video .contact-way ul li:nth-child(3) .tu span {
  font-size: 1.8rem;
}
.contact-video .contact-way ul li:nth-child(3):hover .tu .erweima {
  opacity: 1;
}
.contact-video .contact-way ul li:nth-child(4) {
  cursor: pointer;
}
.contact-video .contact-way ul li:nth-child(4) .tu span {
  font-size: 2.2rem;
}
.contact-video .contact-way ul li:nth-child(4):hover .tu .erweima {
  opacity: 1;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 10%;
}
#videoPopup .video-box video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#videoPopup .video-box .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
#videoPopup .video-box .close span {
  font-size: 0.8rem;
  line-height: 2rem;
  color: #fff;
}
#videoPopup .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1440px) {
  .banner .text {
    top: 38%;
  }
  .contact-video .contact-member .right ul li:before {
    top: 7px;
  }
}
@media screen and (max-width: 1280px) {
  .contact-video {
    margin-top: -12rem;
  }
}
@media screen and (max-width: 1180px) {
  .banner .text {
    top: 46%;
  }
  .contact-video {
    margin-top: -8rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 96px;
  }
  .banner .text {
    top: 32%;
  }
  .contact-video {
    margin-top: -10rem;
  }
  .contact-video .contact-member {
    width: 95%;
  }
  .contact-video .contact-way ul li .tu .erweima {
    opacity: 1;
  }
  #videoPopup .video-box {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 72px;
  }
  .banner .text {
    top: 42%;
  }
  .banner .text h2 {
    font-size: 20px;
  }
  .banner .text p {
    font-size: 14px;
  }
  .banner .text span {
    margin: 0;
  }
  .contact-video {
    margin-top: -30px;
  }
  .contact-video .con .text {
    width: 80%;
  }
  .contact-video .con .text h2 {
    font-size: 16px;
  }
  .contact-video .con .text p {
    font-size: 14px;
  }
  .contact-video .con .text .btn {
    margin: 20px auto 0;
  }
  .contact-video .con:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  .contact-video .contact_gc {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .contact-video .contact_gc .left {
    width: 100%;
  }
  .contact-video .contact_gc .left h2 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .contact-video .contact_gc .right {
    width: 100%;
  }
  .contact-video .contact_gc .right p {
    font-size: 14px;
  }
  .contact-video .contact_gc .right p strong {
    font-size: 16px;
  }
  .contact-video .contact-member {
    padding: 40px 30px;
    margin-bottom: 30px;
  }
  .contact-video .contact-member .left {
    width: 100%;
  }
  .contact-video .contact-member .left h2 {
    font-size: 20px;
  }
  .contact-video .contact-member .left p {
    font-size: 14px;
    margin-top: 16px;
  }
  .contact-video .contact-member .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact-video .contact-member .right h2 {
    font-size: 16px;
  }
  .contact-video .contact-member .right ul li {
    font-size: 14px;
    padding-left: 22px;
  }
  .contact-video .contact-member .right ul li:nth-child(odd) {
    width: 100%;
  }
  .contact-video .contact-member .right ul li:nth-child(even) {
    width: 100%;
  }
  .contact-video .contact-member .right ul li:before {
    top: 6px;
  }
  .contact-video .contact-member .bottom .text .txt span {
    font-size: 14px;
  }
  .contact-video .contact-member .bottom .text .tu {
    width: 100px;
  }
  .contact-video .contact-way {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .contact-video .contact-way > h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact-video .contact-way ul li {
    width: 50%;
    margin-top: 20px;
  }
  .contact-video .contact-way ul li .tu span {
    font-size: 26px;
  }
  .contact-video .contact-way ul li .tu .erweima {
    width: 130%;
    left: -15%;
  }
  .contact-video .contact-way ul li h3 {
    font-size: 16px;
    margin: 2.4rem 0 0.4rem;
  }
  .contact-video .contact-way ul li p {
    font-size: 14px;
  }
  .contact-video .contact-way ul li:nth-child(3) .tu span {
    font-size: 24px;
  }
  .contact-video .contact-way ul li:nth-child(4) .tu span {
    font-size: 28px;
  }
}
/*# sourceMappingURL=contact.css.map */