@keyframes bounce {
  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  30%,
  32% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -18px, 0);
  }
  60% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -12px, 0);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -7px, 0);
  }
  94% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -3px, 0);
  }
}
.BMap_Marker {
  animation-name: bounce;
  animation-iteration-count: infinite;
  transform-origin: center bottom;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 47%;
  left: 0;
}
.banner .text .txt h2 {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.4;
}
.banner .text .txt h2 span {
  font-weight: bold;
}
.contact-tel {
  margin-top: 3.5rem;
  overflow: hidden;
}
.contact-tel .con .left {
  float: left;
  width: 41.4%;
  height: 11.4rem;
  background: #f7f8fb url(../img/contact/tel_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.contact-tel .con .left .text {
  position: absolute;
  width: 86%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact-tel .con .left .text h2 {
  font-size: 1.2rem;
  color: #262b39;
  font-weight: bold;
}
.contact-tel .con .left .text h3 {
  font-size: 1.8rem;
  font-family: FUTURAL;
  color: #b7a78e;
  margin: 0.4rem 0;
}
.contact-tel .con .left .text h3 a {
  font-family: FUTURAL;
  color: #b7a78e;
}
.contact-tel .con .left .text p {
  font-size: 0.8rem;
  color: #585d6b;
  width: 78%;
}
.contact-tel .con .right {
  float: right;
  width: 55.8%;
  height: 11.4rem;
  border: 1px solid #edeff4;
  position: relative;
}
.contact-tel .con .right ul {
  height: 100%;
}
.contact-tel .con .right ul li {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.contact-tel .con .right ul li .text {
  display: flex;
  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%);
  justify-content: center;
}
.contact-tel .con .right ul li .text .tu {
  float: left;
  width: 2.9rem;
  margin-right: 1rem;
  position: relative;
  top: 0.4rem;
}
.contact-tel .con .right ul li .text .tu img {
  width: 100%;
}
.contact-tel .con .right ul li .text .txt {
  float: left;
}
.contact-tel .con .right ul li .text .txt h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #262b39;
}
.contact-tel .con .right ul li .text .txt p {
  font-size: 0.8rem;
  color: #585d6b;
  margin-top: 0.4rem;
}
.map {
  margin: 3rem 0;
}
.map .con {
  position: relative;
}
.map .con .left {
  float: left;
  width: 72%;
}
.map .con .left > h2 {
  font-size: 0.8rem;
  color: #262b39;
}
.map .con .left > h2 span:first-child {
  font-size: 1.2rem;
  font-weight: bold;
}
.map .con .left #allmap {
  height: 24rem;
  margin-top: 2rem;
}
.map .con .left #allmap img {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.map .con .right {
  float: right;
  width: 21.4%;
  padding-top: 5rem;
}
.map .con .right ul li {
  margin-top: 1.8rem;
}
.map .con .right ul li h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  color: #262b39;
}
.map .con .right ul li .content span {
  float: left;
  font-size: 22px;
  color: #999;
  margin-right: 1rem;
  position: relative;
  top: -3px;
}
.map .con .right ul li .content p {
  overflow: hidden;
  font-size: 0.8rem;
  color: #333;
  width: 70%;
}
.map .con .right ul li .content p a {
  color: #333;
}
.product-media {
  padding-bottom: 4.5rem;
  position: relative;
  z-index: 2;
}
.product-media .bottom {
  background: #fff;
  box-shadow: 3px 9px 60px 0px rgba(29, 30, 31, 0.1);
  padding: 2rem 2.4rem 3rem;
}
.product-media .bottom h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #262b39;
  text-align: center;
}
.product-media .bottom h3 {
  width: 1.3rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0.8rem auto 1rem;
}
.product-media .bottom p {
  font-size: 0.8rem;
  color: #585d6b;
  text-align: center;
}
.product-media .bottom ul {
  width: 90%;
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-between;
}
.product-media .bottom ul li {
  position: relative;
}
.product-media .bottom ul li a {
  display: block;
  cursor: default;
}
.product-media .bottom ul li a .tu {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.product-media .bottom ul li a .tu img {
  width: 100%;
}
.product-media .bottom ul li a .tu:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product-media .bottom ul li a h2 {
  font-size: 0.8rem;
  color: #666;
  font-weight: bold;
  text-align: center;
  margin-top: 1.2rem;
}
.product-media .bottom ul li a .erweima {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  top: -3rem;
  left: -0.75rem;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 1px 5px 0px rgba(3, 10, 24, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product-media .bottom ul li a .erweima img {
  width: 100%;
}
.product-media .bottom ul li:hover a .tu:before {
  background: rgba(0, 0, 0, 0);
}
.product-media .bottom ul li:hover a .erweima {
  top: -1rem;
  opacity: 1;
  visibility: visible;
}
.fulture {
  background: url(../img/join/bg_05.jpg) no-repeat left bottom;
  background-size: contain;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.fulture .con .fulture-box .left > ul > li {
  float: left;
  width: 28%;
  margin-top: 2rem;
  position: relative;
}
.fulture .con .fulture-box .left > ul > li label {
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  color: red;
  left: 140px;
}
.fulture .con .fulture-box .left > ul > li:last-child {
  width: 40%;
  float: right;
}
.fulture .con .fulture-box .left > ul > li h2 {
  float: left;
  width: 110px;
  text-align: right;
  line-height: 3rem;
  font-size: 1rem;
  color: #333;
}
.fulture .con .fulture-box .left > ul > li input {
  float: right;
  width: calc(100% - 140px);
  height: 3rem;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 1.4rem;
  font-size: 0.7rem;
  color: #fff;
  border: none;
}
.fulture .con .fulture-box .left > ul > li input::-webkit-input-placeholder {
  color: #fff;
}
.fulture .con .fulture-box .left > ul > li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.fulture .con .fulture-box .left > ul > li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.fulture .con .fulture-box .left > ul > li input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.fulture .con .fulture-box .btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.fulture .con .fulture-box .btn input {
  width: 9rem;
  height: 2.9rem;
  background: #097176;
  font-size: 0.8rem;
  border: none;
  color: #fff;
  opacity: 0.8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fulture .con .fulture-box .btn input:hover {
  opacity: 1;
}
.fulture .con .fulture-box .btn input[type=reset] {
  margin-left: 2rem;
}
.fulture .bottom-text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4rem;
}
.fulture .bottom-text p {
  text-align: center;
  font-size: 12px;
  font-family: FUTURAL;
  letter-spacing: 17px;
  color: #987958;
}
@media screen and (max-width: 1440px) {
  .product-ask > h2 {
    font-size: 1.4rem;
  }
  .fulture .con .fulture-box .left > ul > li h2 {
    width: 90px;
  }
  .fulture .con .fulture-box .left > ul > li input {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1200px) {
  .product-media {
    padding: 0 60px 4rem;
  }
  .map .con .text > h2 {
    left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
  .banner .text {
    top: 44%;
  }
  .contact .con {
    padding: 4.5rem 30px;
  }
  .fulture .con .fulture-box .left > ul > li h2 {
    width: 80px;
  }
  .fulture .con .fulture-box .left > ul > li input {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }
  .banner .text .txt h2 {
    font-size: 18px;
  }
  .contact-tel {
    margin-top: 20px;
  }
  .contact-tel .con .left {
    width: 100%;
  }
  .contact-tel .con .left .text {
    width: 92%;
  }
  .contact-tel .con .left .text h2 {
    font-size: 18px;
  }
  .contact-tel .con .left .text h3 {
    font-size: 24px;
  }
  .contact-tel .con .left .text p {
    font-size: 14px;
    width: 100%;
  }
  .contact-tel .con .right {
    width: 100%;
    margin-top: 20px;
    height: 160px;
  }
  .contact-tel .con .right ul li {
    height: 80px;
    width: 100%;
  }
  .contact-tel .con .right ul li .text .tu {
    width: 40px;
    position: relative;
    top: 4px;
  }
  .contact-tel .con .right ul li .text .txt h2 {
    font-size: 16px;
  }
  .contact-tel .con .right ul li .text .txt p {
    font-size: 14px;
  }
  .map {
    margin: 20px 0 0;
    padding-bottom: 20px;
  }
  .map .con {
    position: relative;
  }
  .map .con .left {
    width: 100%;
  }
  .map .con .left > h2 {
    font-size: 14px;
  }
  .map .con .left > h2 span:first-child {
    font-size: 18px;
  }
  .map .con .left #allmap {
    height: 200px;
  }
  .map .con .right {
    width: 100%;
    padding-top: 0;
  }
  .map .con .right ul {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .map .con .right ul li {
    float: left;
    width: 100%;
  }
  .map .con .right ul li h2 {
    font-size: 16px;
    text-align: center;
    display: none;
  }
  .map .con .right ul li .content span {
    font-size: 18px;
  }
  .map .con .right ul li .content p {
    width: auto;
    font-size: 14px;
  }
  .product-media {
    padding: 0 20px 20px;
  }
  .product-media .bottom {
    padding: 20px 0;
    box-shadow: none;
  }
  .product-media .bottom h2 {
    font-size: 16px;
  }
  .product-media .bottom p {
    font-size: 14px;
  }
  .product-media .bottom ul {
    display: block;
    margin-top: 0;
    width: 100%;
  }
  .product-media .bottom ul li {
    float: left;
    width: 50%;
    margin-top: 40px;
  }
  .product-media .bottom ul li a .tu {
    margin: 0 auto;
    width: 50px;
    height: 50px;
  }
  .product-media .bottom ul li a h2 {
    font-size: 14px;
  }
  .product-media .bottom ul li a .erweima {
    width: 90px;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    top: -52px;
  }
  .product-media .bottom ul li:hover a .erweima {
    top: -32px;
  }
  .fulture {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .fulture .con .fulture-box {
    margin-top: 0;
  }
  .fulture .con .fulture-box .left {
    width: 100%;
  }
  .fulture .con .fulture-box .left > ul > li {
    width: 100% !important;
    margin-top: 20px;
  }
  .fulture .con .fulture-box .left > ul > li label {
    left: 0;
  }
  .fulture .con .fulture-box .left > ul > li h2 {
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .fulture .con .fulture-box .left > ul > li input {
    width: 100%;
    height: 44px;
    font-size: 14px;
  }
  .fulture .con .fulture-box .left > ul > li .box h3 {
    line-height: 44px;
    font-size: 14px;
  }
  .fulture .con .fulture-box .left > ul > li .box h3:before {
    font-size: 16px;
  }
  .fulture .con .fulture-box .left > ul > li .box ul li {
    line-height: 44px;
    font-size: 14px;
  }
  .fulture .con .fulture-box .btn {
    margin-top: 30px;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .fulture .con .fulture-box .btn input {
    width: 80px;
    height: 44px;
    font-size: 14px;
  }
  .fulture .con .fulture-box .btn input[type=reset] {
    margin-left: 10px;
  }
  .fulture .bottom-text {
    bottom: 20px;
  }
  .fulture .bottom-text p {
    letter-spacing: 0;
  }
}
/*# sourceMappingURL=contact.css.map */