.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px auto;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 50%;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.header-container {
  position: relative;
}
.header-container .page-header {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header-container .page-header .header-logo {
  margin-left: 70px;
}
.header-container .hearder-left-model {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 44%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.header-container .hearder-left-model .header-info {
  position: absolute;
  top: 35%;
  left: 0;
  bottom: 0;
  color: #fff;
  margin: 0 70px;
}
.header-container .hearder-left-model .header-info h1 {
  font-size: 2.5em;
  margin: 0 0 25px 0;
}
.header-container .hearder-left-model .header-info h2 {
  margin: 0 0 50px 0;
  font-weight: normal;
  font-size: 20px;
}
.header-container .hearder-left-model .header-info .top-border {
  border-top: 1px solid #fff;
  width: 460px;
}
.header-container .hearder-left-model .header-info .top-border p {
  padding-top: 18px;
  margin: 0;
  font-size: 14px;
  width: 417px;
}
.header-container .hearder-left-model .bottom-btn-group {
  position: absolute;
  left: 70px;
  bottom: 55px;
  color: #fff;
  width: 100%;
}
.header-container .hearder-left-model .bottom-btn-group a {
  display: inline-block;
  width: 23%;
  height: 8%;
  text-align: center;
  line-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 18px;
  font-size: 16px;
  transition: all .2s;
}
.header-container .hearder-left-model .bottom-btn-group a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.header-container .header-rightnav {
  float: right;
}
.header-container .header-navlist {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 60px;
}
.header-container .header-navlist li {
  float: left;
  height: 42px;
  position: relative;
  transition: 0.2s all linear;
  margin-left: 37px;
  cursor: pointer;
  font-size: 16px;
}
.header-container .header-navlist li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #fff;
  transition: 0.2s all linear;
}
.header-container .header-navlist li a {
  display: block;
  height: 100%;
  padding: 10px 0 0 0;
  position: relative;
  z-index: 32;
}
.header-container .header-navlist li.hover::before {
  width: 100%;
  top: 0;
  left: 0;
  transition-delay: 0.1s;
  border-bottom-color: #fff;
  z-index: -1;
}
.header-container .header-navlist li.hover ~ li::before {
  left: 0;
}
.header-container .header-navlist li.active::before {
  width: 100%;
  top: 0;
  left: 0;
  border-bottom-color: #fff;
}
.header-container .text-item {
  height: 42px;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 30px;
  padding-top: 12px;
}
.swiper-container {
  width: 100%;
  height: 700px;
}
.swiper-container .swiper-slide {
  overflow: hidden;
  min-height: 100%;
}
.swiper-container video {
  position: absolute;
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-container img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.section-two {
  text-align: center;
  padding-top: 60px;
}
.section-two h3 {
  font-size: 30px;
  color: #439920;
  margin-bottom: 38px;
}
.section-two p {
  color: #3d3d3d;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600px;
  margin: 0 0 34px 0;
}
.section-two a {
  color: #439920;
  font-size: 16px;
}
.section-two a:hover {
  text-decoration: underline;
}
.mapContainer {
  padding: 200px 0;
  position: relative;
}
.mapContainer .index-map {
  width: 800px;
  margin-left: 100px;
}
.mapContainer .index-map img {
  display: block;
  width: 100%;
}
.mapContainer .map-item {
  position: absolute;
  width: 202px;
  transition: opacity 1s linear, right 2s ease, width 1.2s linear;
}
.mapContainer .map-item .prv-title {
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: url('../images/index/pro-bg.png') no-repeat center / cover;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.mapContainer .map-item .prv-sc {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.mapContainer .map-item .prv-sc:last-child {
  border-bottom: none;
}
.mapContainer.isShow .heilongjiang {
  opacity: 1;
}
.mapContainer.isShow .heilongjiang .hlj-line {
  width: 335px;
}
.mapContainer.isShow .jilin {
  opacity: 1;
  right: 35px;
}
.mapContainer.isShow .jilin .jilin-line {
  width: 230px;
}
.mapContainer.isShow .liaoning {
  opacity: 1;
  right: 0;
}
.mapContainer.isShow .liaoning .ln-line {
  width: 237px;
}
.mapContainer.isShow .shandong {
  opacity: 1;
  right: 100px;
}
.mapContainer.isShow .shandong .sd-line {
  width: 212px;
}
.mapContainer.isShow .zhejiang {
  opacity: 1;
  right: 50px;
}
.mapContainer.isShow .zhejiang .zj-line {
  width: 225px;
}
.mapContainer.isShow .guizhou {
  opacity: 1;
}
.mapContainer.isShow .guizhou .gz-line {
  width: 200px;
}
.mapContainer.isShow .sichuan {
  opacity: 1;
}
.mapContainer.isShow .sichuan .sichuan-line {
  width: 248px;
}
.mapContainer .heilongjiang {
  top: 50px;
  right: 575px;
  opacity: 0;
}
.mapContainer .heilongjiang .hlj-line {
  transition: width .6s ease;
  height: 2px;
  width: 0;
  background-color: #f5f5f5;
  position: absolute;
  top: 253px;
  right: -196px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: right bottom;
  transition-delay: 1s;
}
.mapContainer .jilin {
  top: 190px;
  right: 300px;
  opacity: 0;
  transition-delay: 1s;
}
.mapContainer .jilin .jilin-line {
  transition: width .6s ease;
  transition-delay: 2s;
  height: 2px;
  width: 0;
  background-color: #f5f5f5;
  -webkit-transform: rotate(-46deg) translate(-238px, 33px);
  transform: rotate(-46deg) translate(-238px, 33px);
  transform-origin: left bottom;
}
.mapContainer .liaoning {
  top: 350px;
  right: 300px;
  opacity: 0;
  transition-delay: 2s;
}
.mapContainer .liaoning .ln-line {
  transition: width .6s ease;
  transition-delay: 3s;
  height: 2px;
  width: 0;
  background-color: #f5f5f5;
  -webkit-transform: rotate(-12deg) translate(-224px, 24px);
  transform: rotate(-12deg) translate(-224px, 24px);
  transform-origin: left bottom;
}
.mapContainer .shandong {
  top: 500px;
  right: 400px;
  opacity: 0;
  transition-delay: 3s;
}
.mapContainer .shandong .sd-line {
  transition: width .6s ease;
  transition-delay: 4s;
  height: 2px;
  width: 0px;
  background-color: #f5f5f5;
  -webkit-transform: rotate(-2deg) translate(-180px, 21px);
  transform: rotate(-2deg) translate(-180px, 21px);
  transform-origin: left bottom;
}
.mapContainer .zhejiang {
  top: 630px;
  right: 400px;
  opacity: 0;
  transition-delay: 4s;
}
.mapContainer .zhejiang .zj-line {
  transition: width .6s ease;
  transition-delay: 5s;
  height: 2px;
  width: 0;
  background-color: #f5f5f5;
  -webkit-transform: rotate(-2deg) translate(-190px, 20px);
  transform: rotate(-2deg) translate(-190px, 20px);
  transform-origin: left bottom;
}
.mapContainer .guizhou {
  top: 850px;
  left: 340px;
  opacity: 0;
  transition-delay: 4.5s;
}
.mapContainer .guizhou .gz-line {
  transition: width .6s ease;
  height: 2px;
  transition-delay: 4.5s;
  width: 0;
  background-color: #f5f5f5;
  position: absolute;
  top: -177px;
  right: -6px;
  -webkit-transform: rotate(-72deg);
  transform: rotate(-72deg);
  transform-origin: right bottom;
}
.mapContainer .sichuan {
  top: 720px;
  left: 115px;
  opacity: 0;
  transition-delay: 5.5s;
}
.mapContainer .sichuan .sichuan-line {
  transition: width .6s ease;
  transition-delay: 6s;
  height: 2px;
  width: 0;
  background-color: #f5f5f5;
  position: absolute;
  top: -117px;
  right: -165px;
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  transform-origin: right bottom;
}
.mapContainer .nanhai {
  text-align: right;
  margin-right: 90px;
  margin-top: -30px;
}
.section-three {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.section-three .flex-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-three .flex-card .card-item {
  width: 360px;
  height: 475px;
  background-color: #fff;
  box-shadow: 1px 1px 1px #f5f5f5;
}
.section-three .flex-card .card-item .item-img-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.section-three .flex-card .card-item .item-img-box img:hover {
  transform: scale(1.2);
  transition: all .3s;
}
.section-three .flex-card .card-item .card-item-info {
  padding: 40px;
}
.section-three .flex-card .card-item .card-item-info h4 {
  margin: 0 0 15px 0;
  font-size: 20px;
}
.section-three .flex-card .card-item .card-item-info h4::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 14px;
  background-color: #4db027;
  transform: skewX(-10deg);
  margin-right: 10px;
}
.section-three .flex-card .card-item .card-item-info p {
  margin: 0 0 40px 0;
  color: #666;
  font-size: 16px;
}
.section-three .flex-card .card-item .card-item-info a {
  font-size: 14px;
  color: #999;
}
.section-three .flex-card .card-item .card-item-info a:hover {
  text-decoration: underline;
}
.section-four {
  color: #fff;
  text-align: center;
}
.section-four h3 {
  font-size: 50px;
  letter-spacing: 20px;
  margin: 0;
}
.section-four p {
  margin: 28px 0 34px 0;
  font-size: 20px;
  letter-spacing: 5px;
  color: #dbd5ce;
}
.section-four a {
  color: #8e8379;
  font-size: 0;
  display: block;
  width: 100%;
}
.section-four a:hover {
  text-decoration: underline;
}
.section-four a img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.section-footer {
  background: #f9f9f9;
  padding: 36px 0;
  text-align: center;
  font-size: 14px;
}
.section-footer .footer-item {
  margin-bottom: 28px;
}
.section-footer .footer-item .line {
  color: #ced7ca;
}
.section-footer .footer-item.links {
  font-weight: 400;
  color: #666;
  padding-bottom: 26px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.section-footer .footer-item.links span:first-child {
  color: #333;
  margin-right: 20px;
}
.section-footer .footer-item.links a {
  padding-left: 24px;
}
.section-footer .footer-item.mianze a {
  color: #afafaf;
  padding: 0 16px;
}
.section-footer .footer-item.copy {
  color: #afafaf;
}
.section-footer .footer-item.copy span:first-child {
  margin-right: 30px;
}
.hlj-dot {
  top: 301px;
  right: 373px;
}
.jilin-dot {
  top: 380px;
  right: 373px;
}
.ln-dot {
  top: 415px;
  right: 410px;
}
.sd-dot {
  top: 522px;
  right: 475px;
}
.zj-dot {
  top: 653px;
  right: 440px;
}
.gz-dot {
  top: 671px;
  right: 648px;
}
.sichuan-dot {
  top: 600px;
  right: 715px;
}
.map-dot {
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.point-small {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: transparent;
}
.point-small:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 4px solid #fff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes ripple {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}
@-o-keyframes ripple {
  0% {
    opacity: 0;
    -o-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1280px) {
  body {
    min-width: 980px;
  }
  .page-content {
    width: 980px;
    margin: 0 auto;
  }
  .header-container .page-header .header-logo {
    width: 140px;
    margin-left: 40px;
  }
  .header-container .page-header .header-logo img {
    display: block;
    width: 100%;
  }
  .header-container .header-navlist {
    margin-right: 30px;
  }
  .header-container .header-navlist li {
    font-size: 14px;
    margin-left: 24px;
  }
  .header-container .text-item {
    font-size: 12px;
    padding-top: 12px;
  }
  .header-container .hearder-left-model .header-info .top-border {
    width: 100%;
  }
  .header-container .hearder-left-model .header-info .top-border p {
    width: 100%;
    font-size: 12px;
  }
  .header-container .hearder-left-model .bottom-btn-group a {
    line-height: 45px;
    font-size: 14px;
  }
  .mapContainer {
    padding: 300px 0;
  }
  .mapContainer.isShow .liaoning .ln-line {
    width: 200px;
  }
  .mapContainer.isShow .shandong .sd-line {
    width: 148px;
  }
  .mapContainer.isShow .zhejiang .zj-line {
    width: 125px;
  }
  .mapContainer.isShow .guizhou .gz-line {
    width: 262px;
  }
  .mapContainer .heilongjiang {
    top: 124px;
    right: 530px;
  }
  .mapContainer .hlj-dot {
    top: 373px;
    right: 329px;
  }
  .mapContainer .liaoning {
    top: 360px;
  }
  .mapContainer .liaoning .ln-line {
    transform: rotate(-25deg) translate(-196px, 24px);
  }
  .mapContainer .ln-dot {
    top: 460px;
    right: 364px;
  }
  .mapContainer .shandong .sd-line {
    transform: rotate(-9deg) translate(-120px, 21px);
  }
  .mapContainer .sd-dot {
    top: 536px;
    right: 415px;
  }
  .mapContainer .zhejiang {
    top: 650px;
  }
  .mapContainer .zhejiang .zj-line {
    transform: rotate(-4deg) translate(-88px, 14px);
  }
  .mapContainer .zj-dot {
    top: 634px;
    right: 384px;
  }
  .mapContainer .guizhou {
    top: 700px;
    left: 10px;
  }
  .mapContainer .guizhou .gz-line {
    top: -42px;
    right: -217px;
    transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
  }
  .mapContainer .gz-dot {
    top: 654px;
    right: 544px;
  }
  .mapContainer .index-map {
    width: 600px;
  }
  .section-three .flex-card .card-item {
    width: 300px;
    height: 475px;
  }
}

