.slider-box {
  height: 428px;
  width: 100%;
}
.slider-box {
  height: 428px;
}
.slider-box.bg-1 {
  background: url("../images/gn-bg.jpg") no-repeat center center;
}
.pic-slider h2 {
  font-size: 28px;
  color: #FFFFFF;
  font-family: "webfontB";
}
.pic-slider h3 {
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.85;
  filter: alpha(opacity=85);
  padding: 15px 0 35px;
  font-family: "webfont";
}
.pic-slider .button-box a {
  padding: 8px 35px;
  border: 1px solid #FFF;
  border-radius: 4px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  margin-right: 20px;
  color: #FFF;
  text-decoration: none;
}
.pic-slider .button-box a.active {
  color: #000;
  background: #FFF;
}
.pic-slider .button-box a.icon-btn {
  text-indent: -15px;
  background: url("../images/index/icon-video.png") no-repeat 90px center;
}
.contact-us {
  width: 100%;
  height: 665px;
  background: #f3f3f3 url("../images/contact.png") no-repeat center 28%;
  position: relative;
}
.contact-us .container {
  height: 665px;
  position: relative;
}
.contact-us .contact-us-div {
  background: #fff;
  border-radius: 5px;
  padding: 2rem 4rem;
  width: 80%;
  margin: -4rem auto 0 auto;
}
.contact-us h3 {
  text-align: center;
}
.contact-us p {
  font-size: 18px;
  margin-top: 3rem;
  padding-bottom: 2rem;
  line-height: 34px;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  40% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
    transform: scale(1);
  }
}
@keyframes ripple1 {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.point-area {
  bottom: 15rem;
  position: absolute;
  width: 60px;
  height: 60px;
}
.point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 50%;
  background-clip: padding-box;
  background: 0 0;
}
.point-dot {
  z-index: 1;
  background-color: #168e76;
}
.point-10 {
  width: 26px;
  height: 26px;
}
.point-70 {
  width: 48px;
  height: 48px;
}
.point-10:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 7px solid #9da8b7;
  opacity: 0;
  animation: ripple 4s ease-out 1575ms infinite;
}
.point-70:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 11px solid #b7bfc9;
  opacity: 0;
  animation: ripple1 4s ease-out 1575ms infinite;
}
.point-left {
  left: 23.9%;
}
.point-right {
  right: 24%;
  bottom: 19rem;
}
.point-text {
  background: url("../images/locat.png") center center no-repeat;
  display: inline-block;
  width: 57px;
  height: 79px;
  position: relative;
  top: -48px;
  z-index: 10;
  left: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 59px;
  cursor: pointer;
}
.point-text:hover {
  background: url("../images/locat_hover.png") center center no-repeat;
  width: 78px;
  height: 109px;
  line-height: 109px;
  font-size: 2rem;
  top: -77px;
  left: -9px;
  animation: slide-market10 0.5s cubic-bezier(0.4, 0, 0.2, 0) 0s 1;
  transform-origin: center center;
  /*设置动画旋转元素的基点为：居中靠下*/
}
.point-tip {
  background: #1ab394;
  color: #fff;
  border-radius: 30px;
  padding: 1.5rem 2rem;
  display: inline-block;
  font-size: 1.6rem;
  position: absolute;
  line-height: 1.5;
  top: 58%;
  animation: slide-market20 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.point-tip1 {
  left: -25px;
}
.point-tip2 {
  right: 14px;
  top: 50%;
}
.contact-usto {
  width: 100%;
  height: 406px;
  background: url("../images/contact-bg.jpg") 0 0 no-repeat;
}
.contact-usto .container {
  padding-left: 16%;
  padding-top: 5%;
  color: #fff;
}
.contact-usto h3 {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 26%;
}
.contact-usto ul li {
  list-style: none;
  line-height: 5rem;
  font-size: 18px;
}
@keyframes slide-market10 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translate3d(0, 0, 0);
    /*设置只在Z轴上移动*/
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-market20 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transform: translate3d(0, 0, 0);
    /*设置只在Z轴上移动*/
  }
  100% {
    opacity: 1;
  }
}
