.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #517042;
  border-top-color: #517042;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #517042;
  border-bottom-color: #517042;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.zyuo {
  -webkit-animation: zyuo linear 2s infinite;
}
@keyframes zyuo {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.je {
  animation: jello 2s 1s infinite;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
html {
  font-size: 100px;
}
body {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.region {
  margin: 73px 0 0;
  overflow: hidden;
}
.region .list {
  display: flex;
  justify-content: space-between;
}
.region .list li a {
  display: block;
  width: 100%;
  height: 0.94rem;
  font-size: 0.2rem;
  line-height: 0.94rem;
  padding: 0 0.26rem 0 1.03rem;
  box-sizing: border-box;
  color: #fff;
}
.region .list li:nth-child(1) a {
  background: url(../images/rg1.png) no-repeat center left;
  background-size: 2.1rem 0.94rem;
}
.region .list li:nth-child(2) a {
  background: url(../images/rg2.png) no-repeat center left;
  background-size: 2.1rem 0.94rem;
}
.region .list li:nth-child(3) a {
  background: url(../images/rg3.png) no-repeat center left;
  background-size: 2.1rem 0.94rem;
}
.region .list li:nth-child(4) a {
  background: url(../images/rg4.png) no-repeat center left;
  background-size: 2.1rem 0.94rem;
}
.region .list li:nth-child(5) a {
  background: url(../images/rg5.png) no-repeat center left;
  background-size: 2.1rem 0.94rem;
}
.region .top {
  width: 4.78rem;
  height: 0.83rem;
  margin: 0.7rem auto 0;
  position: relative;
}
.region .top::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  position: absolute;
  background: #517042;
  top: 0;
  left: 1.02rem;
}
.region .top::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  position: absolute;
  background: #517042;
  bottom: 0;
  left: 3.15rem;
}
.region .top .zm {
  font-family: Arial;
  font-size: 80px;
  color: #517042;
  line-height: 0.83rem;
  opacity: 0.03;
  text-align: center;
  font-weight: bold;
}
.region .top h3 {
  font-size: 0.3rem;
  line-height: 0.83rem;
  text-align: center;
  color: #333;
  width: 100%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.region .top p {
  font-family: Arial;
  font-size: 0.14rem;
  color: #999;
  line-height: 15px;
  position: absolute;
  top: 0.6rem;
  left: 1.54rem;
  letter-spacing: 0.01rem;
}
.region .warp {
  margin: 0.5rem 0 0 -0.83rem;
  position: relative;
}
.region .warp .about {
  width: 7.8rem;
  height: 6rem;
  overflow: hidden;
  position: relative;
  z-index: 90;
}
.region .warp .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.region .warp .plaet {
  width: 7.86rem;
  position: absolute;
  top: 0.55rem;
  left: 6.74rem;
}
.region .warp .plaet .qq {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/qq1.png) no-repeat center;
  background-size: 1.5rem 1.5rem;
  position: absolute;
  left: 0.78rem;
  z-index: 10;
}
.region .warp .plaet .num {
  height: 0.5rem;
  padding-left: 0.45rem;
  box-sizing: border-box;
  background: url(../images/tel1.png) no-repeat center left;
  background-size: 0.28rem 0.42rem;
  position: absolute;
  top: 0.31rem;
  left: 4.61rem;
}
.region .warp .plaet .num span {
  display: block;
  font-size: 0.16rem;
  line-height: 0.2rem;
}
.region .warp .plaet .num p {
  font-family: Arial;
  font-size: 0.2rem;
  color: #333;
  line-height: 0.2rem;
  font-weight: bold;
  margin: 0.07rem 0 0;
}
.region .warp .plaet .art {
  width: 7.86rem;
  height: 4.35rem;
  background: url(../images/list1.png) no-repeat bottom right;
  position: absolute;
  top: 1.1rem;
  left: 0;
  z-index: 100;
}
.region .warp .plaet .art .text {
  width: 7.4rem;
  height: 3.92rem;
  background: #fff;
  padding: 0.66rem 0 0 0.9rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 0.16rem 0px rgba(0, 0, 0, 0.05);
}
.region .warp .plaet .art .text .cond {
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.3rem;
  font-weight: bold;
}
.region .warp .plaet .art .text p {
  font-size: 0.16rem;
  line-height: 0.42rem;
  color: #666;
  text-indent: 0.21rem;
  width: 6.02rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 2.1rem;
  margin: 0.3rem 0 0;
}
.region .warp .plaet .art .more {
  display: block;
  width: 0.81rem;
  height: 0.81rem;
  background: url(../images/more1.jpg) no-repeat center;
  background-size: 0.81rem 0.81rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.expos {
  padding: 0.6rem 0 0.45rem;
  background: url(../images/rex.jpg) no-repeat center;
  background-size: cover;
  margin: 0.69rem 0 0;
}
.expos .top {
  width: 4.78rem;
  height: 0.83rem;
  margin: 0 auto 0;
  position: relative;
}
.expos .top::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  position: absolute;
  background: #517042;
  top: 0;
  left: 1.02rem;
}
.expos .top::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  position: absolute;
  background: #517042;
  bottom: 0;
  left: 3.15rem;
}
.expos .top .zm {
  font-family: Arial;
  font-size: 80px;
  color: #517042;
  line-height: 0.83rem;
  opacity: 0.03;
  text-align: center;
  font-weight: bold;
}
.expos .top h3 {
  font-size: 0.3rem;
  line-height: 0.83rem;
  text-align: center;
  color: #333;
  width: 100%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.expos .top p {
  font-family: Arial;
  font-size: 0.14rem;
  color: #999;
  line-height: 15px;
  position: absolute;
  top: 0.6rem;
  left: 1.54rem;
  letter-spacing: 0.01rem;
}
.expos .planswiper {
  margin: 0.55rem 0 0;
}
.expos .planswiper .swiper-slide .reg {
  height: 5.25rem;
  position: relative;
}
.expos .planswiper .swiper-slide .reg .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1.1rem;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.expos .planswiper .swiper-slide .reg .text .cond {
  display: block;
  height: 0.33rem;
  display: flex;
}
.expos .planswiper .swiper-slide .reg .text .cond .num {
  width: 0.6rem;
  font-family: Arial;
  font-size: 0.42rem;
  color: #333;
  line-height: 0.33rem;
  position: relative;
  height: 0.33rem;
  z-index: 10;
}
.expos .planswiper .swiper-slide .reg .text .cond .num::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.08rem;
  position: absolute;
  background: #517042;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.expos .planswiper .swiper-slide .reg .text .cond i {
  display: block;
  width: 78%;
  font-size: 0.18rem;
  line-height: 0.43rem;
  margin-left: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.expos .planswiper .swiper-slide .reg .text p {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.26rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.52rem;
  margin: 0.3rem 0 0;
}
.expos .planswiper .swiper-slide .reg .img {
  display: block;
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
  position: absolute;
  top: 1.61rem;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.expos .planswiper .swiper-slide .reg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.expos .planswiper .swiper-slide .reg .img img:hover {
  transform: scale(1.1);
}
.expos .planswiper .swiper-slide .reg .more {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 0.2rem;
  margin: 0.3rem 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.expos .planswiper .swiper-slide .reg:hover .text {
  top: 4.1rem;
}
.expos .planswiper .swiper-slide .reg:hover .text .cond .num {
  font-weight: bold;
}
.expos .planswiper .swiper-slide .reg:hover .text .cond i {
  color: #517042;
  font-weight: bold;
}
.expos .planswiper .swiper-slide .reg:hover .img {
  top: 0.38rem;
}
.expos .planswiper .swiper-slide .reg:hover .more {
  bottom: 5.05rem;
  color: #517042;
}
.expos .planswiper .swiper-slide-active .reg .text {
  top: 4.1rem;
}
.expos .planswiper .swiper-slide-active .reg .text .cond .num {
  font-weight: bold;
}
.expos .planswiper .swiper-slide-active .reg .text .cond i {
  color: #517042;
  font-weight: bold;
}
.expos .planswiper .swiper-slide-active .reg .img {
  top: 0.38rem;
}
.expos .planswiper .swiper-slide-active .reg .more {
  bottom: 5.05rem;
  color: #517042;
}
.expos .planswiper .art {
  width: 5.17rem;
  margin: 0.6rem auto 0;
  display: flex;
  justify-content: space-between;
}
.expos .planswiper .art .Pprev {
  width: 1.5rem;
  height: 0.55rem;
  background: url(../images/prev-pall.png) no-repeat center left;
  background-size: 1.5rem 0.55rem;
  cursor: pointer;
}
.expos .planswiper .art .Pnext {
  width: 1.5rem;
  height: 0.55rem;
  background: url(../images/next-pall.png) no-repeat center right;
  background-size: 1.5rem 0.55rem;
  cursor: pointer;
}
.expos .planswiper .art .Ppagination {
  width: 85px;
  display: flex;
  justify-content: space-between;
}
.expos .planswiper .art .Ppagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.55rem;
  background: url(../images/cire1.png) no-repeat center;
  background-size: 0.08rem 0.08rem;
}
.expos .planswiper .art .Ppagination .swiper-pagination-bullet-active {
  background: url(../images/cire2.png) no-repeat center;
  background-size: 0.15rem 0.15rem;
}
.ties {
  margin: 0.7rem 0 0;
}
.ties .top {
  width: 4.78rem;
  height: 0.83rem;
  margin: 0 auto 0;
  position: relative;
}
.ties .top::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  position: absolute;
  background: #517042;
  top: 0;
  left: 1.02rem;
}
.ties .top::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  position: absolute;
  background: #517042;
  bottom: 0;
  left: 3.15rem;
}
.ties .top .zm {
  font-family: Arial;
  font-size: 80px;
  color: #517042;
  line-height: 0.83rem;
  opacity: 0.03;
  text-align: center;
  font-weight: bold;
}
.ties .top h3 {
  font-size: 0.3rem;
  line-height: 0.83rem;
  text-align: center;
  color: #333;
  width: 100%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.ties .top p {
  font-family: Arial;
  font-size: 0.14rem;
  color: #999;
  line-height: 15px;
  position: absolute;
  top: 0.6rem;
  left: 1.54rem;
  letter-spacing: 0.01rem;
}
.ties .tiesswiper {
  margin: 0.6rem 0 0;
}
.ties .tiesswiper .swiper-slide .box {
  padding: 0.1rem;
}
.ties .tiesswiper .swiper-slide .box .reg {
  position: relative;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 0.1rem;
  width: 100%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
.ties .tiesswiper .swiper-slide .box .reg .num {
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  line-height: 0.63rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 50;
  background: #fff;
}
.ties .tiesswiper .swiper-slide .box .reg .img {
  display: block;
  width: 50%;
  height: 3rem;
  overflow: hidden;
}
.ties .tiesswiper .swiper-slide .box .reg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.ties .tiesswiper .swiper-slide .box .reg .img img:hover {
  transform: scale(1.1);
}
.ties .tiesswiper .swiper-slide .box .reg .text {
  padding: 0.55rem 0.3rem 0 0.55rem;
  box-sizing: border-box;
  width: 50%;
  position: relative;
}
.ties .tiesswiper .swiper-slide .box .reg .text::before {
  content: "";
  display: block;
  width: 0.03rem;
  height: 0.3rem;
  position: absolute;
  background: #517042;
  top: 33%;
  left: 18%;
}
.ties .tiesswiper .swiper-slide .box .reg .text .cond {
  display: block;
  font-size: 0.18rem;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.ties .tiesswiper .swiper-slide .box .reg .text p {
  font-size: 0.14rem;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 1.08rem;
  margin: 0.6rem 0 0;
}
.ties .tiesswiper .swiper-slide .box .reg:hover .num {
  color: #517042;
}
.ties .tiesswiper .swiper-slide .box .reg:hover .text .cond {
  color: #517042;
  font-weight: bold;
  letter-spacing: 1px;
}
.ties .tiesswiper .art {
  width: 5.17rem;
  margin: 0.6rem auto 0;
  display: flex;
  justify-content: space-between;
}
.ties .tiesswiper .art .Tprev {
  width: 1.5rem;
  height: 0.55rem;
  background: url(../images/prev-pall.png) no-repeat center left;
  background-size: 1.5rem 0.55rem;
  cursor: pointer;
}
.ties .tiesswiper .art .Tnext {
  width: 1.5rem;
  height: 0.55rem;
  background: url(../images/next-pall.png) no-repeat center right;
  background-size: 1.5rem 0.55rem;
  cursor: pointer;
}
.ties .tiesswiper .art .Tpagination {
  width: 85px;
  display: flex;
  justify-content: space-between;
}
.ties .tiesswiper .art .Tpagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.55rem;
  background: url(../images/cire1.png) no-repeat center;
  background-size: 0.08rem 0.08rem;
}
.ties .tiesswiper .art .Tpagination .swiper-pagination-bullet-active {
  background: url(../images/cire2.png) no-repeat center;
  background-size: 0.15rem 0.15rem;
}
.mation {
  padding: 0.59rem 0 0.62rem;
  background: url(../images/mation.jpg) no-repeat center;
  background-size: cover;
  margin: 0.69rem 0 0;
}
.mation .top {
  width: 4.78rem;
  height: 0.83rem;
  margin: 0 auto 0;
  position: relative;
}
.mation .top::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  position: absolute;
  background: #517042;
  top: 0;
  left: 1.02rem;
}
.mation .top::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  position: absolute;
  background: #517042;
  bottom: 0;
  left: 3.15rem;
}
.mation .top .zm {
  font-family: Arial;
  font-size: 80px;
  color: #517042;
  line-height: 0.83rem;
  opacity: 0.03;
  text-align: center;
  font-weight: bold;
}
.mation .top h3 {
  font-size: 0.3rem;
  line-height: 0.83rem;
  text-align: center;
  color: #333;
  width: 100%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.mation .top p {
  font-family: Arial;
  font-size: 0.14rem;
  color: #999;
  line-height: 15px;
  position: absolute;
  top: 0.6rem;
  left: 1.54rem;
  letter-spacing: 0.01rem;
}
.mation .newbox {
  margin: 0.5rem 0 0;
  position: relative;
}
.mation .newbox .mationswiper .samllswiper {
  position: relative;
  height: 2.4rem;
}
.mation .newbox .mationswiper .samllswiper .bd li .reg {
  width: 70%;
  margin: 0 0 0 25%;
  display: flex;
  justify-content: space-between;
}
.mation .newbox .mationswiper .samllswiper .bd li .reg .img {
  display: block;
  width: 36%;
  height: 2.4rem;
  overflow: hidden;
}
.mation .newbox .mationswiper .samllswiper .bd li .reg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.mation .newbox .mationswiper .samllswiper .bd li .reg .img img:hover {
  transform: scale(1.1);
}
.mation .newbox .mationswiper .samllswiper .bd li .reg .text {
  width: 55%;
  margin: 0.15rem 0 0;
}
.mation .newbox .mationswiper .samllswiper .bd li .reg .text .cond {
  display: block;
  font-size: 0.18rem;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mation .newbox .mationswiper .samllswiper .bd li .reg .text .data {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #999;
  margin: 0.15rem 0;
}
.mation .newbox .mationswiper .samllswiper .bd li .reg .text p {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
}
.mation .newbox .mationswiper .samllswiper .bd li .reg .text .more {
  display: block;
  width: 1rem;
  height: 0.36rem;
  border-radius: 0.06rem;
  background: #517042;
  font-family: Arial;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.36rem;
  text-align: center;
  margin: 0.3rem 0 0;
}
.mation .newbox .mationswiper .samllswiper .hd {
  width: 105px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.mation .newbox .mationswiper .samllswiper .hd li {
  width: 15px;
  height: 15px;
  background: url(../images/cire1.png) no-repeat center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.mation .newbox .mationswiper .samllswiper .hd .on {
  background: url(../images/cire2.png) no-repeat center;
}
.mation .newbox .mationswiper .art {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
.mation .newbox .mationswiper .art .list {
  width: 30%;
}
.mation .newbox .mationswiper .art .list .reg {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.mation .newbox .mationswiper .art .list .reg .data {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.mation .newbox .mationswiper .art .list .reg .data i {
  display: block;
  font-family: Arial;
  font-size: 46px;
  color: #333;
  line-height: 33px;
  margin-bottom: 8px;
}
.mation .newbox .mationswiper .art .list .reg .more {
  display: block;
  width: 1rem;
  height: 0.36rem;
  border-radius: 0.06rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
  line-height: 0.36rem;
  text-align: center;
  margin: 0.16rem 0 0;
}
.mation .newbox .mationswiper .art .list .cond {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin: 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.mation .newbox .mationswiper .art .list .img {
  display: block;
  width: 100%;
  height: 2.16rem;
  overflow: hidden;
}
.mation .newbox .mationswiper .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.mation .newbox .mationswiper .art .list .img img:hover {
  transform: scale(1.1);
}
.mation .newbox .mationswiper .art .list p {
  font-size: 0.14rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
  margin: 0.2rem 0 0;
}
.mation .newbox .mationswiper .art .list:hover .reg {
  border-color: #517042;
}
.mation .newbox .mationswiper .art .list:hover .reg .more {
  background: #517042;
  border-color: #517042;
  color: #fff;
}
.mation .newbox .mationswiper .art .list:hover .cond {
  color: #517042;
  font-weight: bold;
  letter-spacing: 1px;
}
.mation .newbox .btswiper {
  width: 2rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 0.1rem 0.1rem 0.1rem 0px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.mation .newbox .btswiper .swiper-container {
  height: 240px;
}
.mation .newbox .btswiper .swiper-slide a {
  display: block;
  height: 0.8rem;
  padding: 0 0 0 0.93rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.mation .newbox .btswiper .swiper-slide a .ico {
  height: 0.8rem;
  width: 0.32rem;
  position: absolute;
  top: 0;
  left: 0.42rem;
  overflow: hidden;
}
.mation .newbox .btswiper .swiper-slide a .ico i {
  height: 0.8rem;
  width: 0.32rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.mation .newbox .btswiper .swiper-slide a .ico i img {
  display: block;
  width: 0.3rem;
  height: auto;
}
.mation .newbox .btswiper .swiper-slide a .ico span {
  height: 0.8rem;
  width: 0.32rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: -0.9rem;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.mation .newbox .btswiper .swiper-slide a .ico span img {
  display: block;
  width: 0.3rem;
  height: auto;
}
.mation .newbox .btswiper .swiper-slide a p {
  font-size: 0.16rem;
  line-height: 0.8rem;
  color: #333;
}
.mation .newbox .btswiper .swiper-slide-active {
  background: #c7bc5b;
}
.mation .newbox .btswiper .swiper-slide-active a .ico i {
  top: 0.9rem;
}
.mation .newbox .btswiper .swiper-slide-active a .ico span {
  top: 0;
}
.mation .newbox .btswiper .swiper-slide-active a p {
  font-weight: bold;
  color: #fff;
}
.coop {
  margin: 0.7rem 0 0;
}
.coop .top {
  width: 4.78rem;
  height: 0.83rem;
  margin: 0 auto 0;
  position: relative;
}
.coop .top::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  position: absolute;
  background: #517042;
  top: 0;
  left: 1.02rem;
}
.coop .top::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  position: absolute;
  background: #517042;
  bottom: 0;
  left: 3.15rem;
}
.coop .top .zm {
  font-family: Arial;
  font-size: 80px;
  color: #517042;
  line-height: 0.83rem;
  opacity: 0.03;
  text-align: center;
  font-weight: bold;
}
.coop .top h3 {
  font-size: 0.3rem;
  line-height: 0.83rem;
  text-align: center;
  color: #333;
  width: 100%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.coop .top p {
  font-family: Arial;
  font-size: 0.14rem;
  color: #999;
  line-height: 15px;
  position: absolute;
  top: 0.6rem;
  left: 1.54rem;
  letter-spacing: 0.01rem;
}
.coop .coopswiper {
  margin: 0.4rem 0 0;
  position: relative;
}
.coop .coopswiper .swiper-slide .reg {
  width: 100%;
  height: 2.3rem;
  background: #fff;
}
.coop .coopswiper .swiper-slide .reg .img {
  display: block;
  width: 90%;
  height: 1.76rem;
  overflow: hidden;
  margin: 0.1rem auto 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
.coop .coopswiper .swiper-slide .reg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coop .coopswiper .swiper-slide .reg .img img:hover {
  transform: scale(1.1);
}
.coop .coopswiper .swiper-slide .reg .cond {
  display: block;
  width: 100%;
  height: 0.47rem;
  background: #517042;
  font-size: 0.18rem;
  line-height: 0.47rem;
  text-align: center;
  padding: 0 0.15rem;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coop .coopswiper .swiper-slide .reg:hover .cond {
  background: #c7bc5b;
}
.coop .coopswiper .arr {
  width: 115%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  display: flex;
  justify-content: space-between;
}
.coop .coopswiper .arr .Cprev {
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/prev-coo.png) no-repeat center;
  background-size: 0.3rem 0.52rem;
  cursor: pointer;
  z-index: 50;
}
.coop .coopswiper .arr .Cnext {
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/next-coo.png) no-repeat center;
  background-size: 0.3rem 0.52rem;
  cursor: pointer;
  z-index: 50;
}
.link {
  background: url(../images/link.jpg) no-repeat center top;
  margin: 0.75rem 0 0;
}
.link .contents {
  height: 172px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  width: 1.2rem;
  height: 0.28rem;
  background: url(../images/link.png) no-repeat left center;
  background-size: 1.17rem 0.28rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0 0 0 0.25rem;
  box-sizing: border-box;
  flex: 0 0 1.2rem;
}
.link .lj {
  flex: 0 0 89%;
  display: flex;
  flex-wrap: wrap;
}
.link .lj a {
  display: block;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.27rem;
  margin: 0 0.25rem 0 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.link .lj a:hover {
  color: #517042;
}
@media (max-width: 1440px) {
  .coop .coopswiper .arr {
    width: 17%;
    top: -20%;
    right: 0;
    transform: translateX(0) translateY(0);
  }
}
@media (max-width: 1300px) {
  .contents {
    width: 100%;
    padding: 0 2.5%;
    box-sizing: border-box;
  }
  .region .warp {
    margin: 0.5rem 0 0 0;
  }
  .region .warp .plaet {
    right: 0;
    left: unset;
  }
  .region .warp .plaet .qq {
    display: none;
  }
}
@media (max-width: 1200px) {
  .region .warp .plaet .num {
    display: none;
  }
}
@media (max-width: 1024px) {
  .region .list {
    flex-wrap: wrap;
  }
  .region .list li {
    margin-bottom: 0.2rem;
  }
  .region .warp .plaet .num {
    display: none;
  }
  .mation .newbox {
    margin: 0;
  }
  .mation .newbox .btswiper {
    width: 5rem;
    height: 0.8rem;
    position: static;
    margin: 0.3rem auto 0.4rem;
  }
  .mation .newbox .btswiper .swiper-slide a {
    width: 100%;
  }
  .mation .newbox .mationswiper .samllswiper .bd li .reg {
    margin: 0 0 0;
    width: 100%;
  }
  .coop .coopswiper .Cnext {
    right: 0;
  }
  .coop .coopswiper .Cprev {
    left: 0;
  }
  .link .lj {
    width: 85%;
  }
}
@media (max-width: 980px) {
  .link {
    display: none;
  }
  .region .warp {
    margin: 0.1rem 0 0;
  }
  .region .warp .plaet .art .text {
    width: 100%;
    padding: 0.2rem;
  }
  .region .warp .plaet .art .text p {
    width: 100%;
  }
  .region .warp .plaet {
    width: 100%;
  }
  .region .warp .plaet .art {
    background: url(../images/list1.png) no-repeat bottom left;
  }
}
@media (max-width: 820px) {
  .region .warp .plaet .art {
    width: 100%;
  }
  .region .warp .about {
    width: 100%;
  }
  .region .warp .plaet {
    position: static;
  }
  .region .warp .plaet .art {
    position: static;
    margin: 0.35rem 0 0;
  }
}
@media (max-width: 640px) {
  .region {
    padding: 0.4rem 0;
    margin: 0;
  }
  .region .top {
    margin: 0;
    width: 100%;
  }
  .region .top::before {
    display: none;
  }
  .region .top::after {
    display: none;
  }
  .region .top .zm {
    display: none;
  }
  .region .top h3 {
    position: static;
    text-align-last: left;
    line-height: 0.5rem;
  }
  .region .top p {
    position: static;
    text-align-last: left;
  }
  .region .list li {
    flex: 0 0 46%;
  }
  .region .list li a {
    padding: 0;
    text-align: center;
    line-height: 0.55rem;
    height: 0.55rem;
  }
  .region .list li:nth-child(1) a {
    background: #c7bc5b;
  }
  .region .list li:nth-child(2) a {
    background: #8c9557;
  }
  .region .list li:nth-child(3) a {
    background: #5e7a4c;
  }
  .region .list li:nth-child(4) a {
    background: #4b5b41;
  }
  .region .list li:nth-child(5) a {
    background: #243c2a;
  }
  .expos {
    padding: 0.3rem 0;
  }
  .expos .top {
    margin: 0;
    width: 100%;
  }
  .expos .top::before {
    display: none;
  }
  .expos .top::after {
    display: none;
  }
  .expos .top .zm {
    display: none;
  }
  .expos .top h3 {
    position: static;
    text-align-last: left;
    line-height: 0.5rem;
  }
  .expos .top p {
    position: static;
    text-align-last: left;
  }
  .expos .planswiper {
    margin: 0;
  }
  .expos .planswiper .art {
    width: 90%;
  }
  .ties {
    margin: 0.3rem 0;
  }
  .ties .top {
    margin: 0;
    width: 100%;
  }
  .ties .top::before {
    display: none;
  }
  .ties .top::after {
    display: none;
  }
  .ties .top .zm {
    display: none;
  }
  .ties .top h3 {
    position: static;
    text-align-last: left;
    line-height: 0.5rem;
  }
  .ties .top p {
    position: static;
    text-align-last: left;
  }
  .ties .tiesswiper {
    margin: 0.1rem 0 0;
  }
  .ties .tiesswiper .art {
    width: 90%;
    margin: 0.1rem auto 0;
  }
  .ties .tiesswiper .swiper-slide .box .reg .text {
    padding: 0.55rem 0.1rem 0 0.33rem;
  }
  .mation {
    margin: 0.3rem 0;
    padding: 0.4rem 0 0;
  }
  .mation .top {
    margin: 0;
    width: 100%;
  }
  .mation .top::before {
    display: none;
  }
  .mation .top::after {
    display: none;
  }
  .mation .top .zm {
    display: none;
  }
  .mation .top h3 {
    position: static;
    text-align-last: left;
    line-height: 0.5rem;
  }
  .mation .top p {
    position: static;
    text-align-last: left;
  }
  .mation .newbox .mationswiper .art {
    flex-wrap: wrap;
  }
  .mation .newbox .mationswiper .art .list {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .mation .newbox .mationswiper .samllswiper {
    height: auto;
  }
  .mation .newbox .mationswiper .samllswiper .bd li .reg .img {
    width: 100%;
  }
  .mation .newbox .mationswiper .samllswiper .bd li .reg .text {
    width: 100%;
  }
  .mation .newbox .btswiper {
    width: 70%;
    height: 0.6rem;
    margin: 0.1rem auto 0.2rem;
    overflow: hidden;
  }
  .mation .newbox .btswiper .swiper-slide a {
    padding: 0;
    text-align: center;
    height: 0.6rem;
  }
  .mation .newbox .btswiper .swiper-slide a p {
    line-height: 0.6rem;
  }
  .mation .newbox .btswiper .swiper-slide a .ico {
    display: none;
  }
  .mation .newbox .mationswiper .samllswiper .hd {
    display: none;
  }
  .mation .newbox .mationswiper .samllswiper .bd li .reg {
    display: block;
  }
  .coop {
    margin: 0.3rem 0 0;
  }
  .coop .top {
    margin: 0;
    width: 100%;
  }
  .coop .top::before {
    display: none;
  }
  .coop .top::after {
    display: none;
  }
  .coop .top .zm {
    display: none;
  }
  .coop .top h3 {
    position: static;
    text-align-last: left;
    line-height: 0.5rem;
  }
  .coop .top p {
    position: static;
    text-align-last: left;
  }
  .coop .coopswiper {
    margin: 0.1rem 0 0;
  }
  .coop .coopswiper .arr {
    width: 25%;
    top: -0.8rem;
  }
}
@media (max-width: 460px) {
  .expos .planswiper .art .Pprev {
    width: 0.55rem;
    overflow: hidden;
  }
  .expos .planswiper .art .Pnext {
    width: 0.55rem;
    overflow: hidden;
  }
  .ties .tiesswiper .art .Tprev {
    width: 0.55rem;
    overflow: hidden;
  }
  .ties .tiesswiper .art .Tnext {
    width: 0.55rem;
    overflow: hidden;
  }
  .ties .tiesswiper .swiper-slide .box .reg {
    height: auto;
    display: block;
  }
  .ties .tiesswiper .swiper-slide .box .reg .img {
    width: 100%;
  }
  .ties .tiesswiper .swiper-slide .box .reg .text {
    width: 100%;
    padding: 0.3rem 0.1rem 0.1rem 0.33rem;
  }
  .ties .tiesswiper .swiper-slide .box .reg .text::before {
    top: 30%;
  }
  .ties .tiesswiper .swiper-slide .box .reg .text p {
    margin: 0.5rem 0 0;
  }
}
#customer_a .customer_aBox{
  display: none !important;
}

.wjdh-kefu-close{
  display: none  !important;
}