﻿.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: #206b30;
  border-top-color: #206b30;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #206b30;
  border-bottom-color: #206b30;
  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);
  }
}
.theme {
  height: 822px;
  background: url(img/theme.jpg) no-repeat center top;
  padding: 75px 0 0;
  box-sizing: border-box;
}
.theme .top h3 img {
  display: block;
  margin: 0 auto;
}
.theme .top p {
  font-size: 14px;
  color: #808080;
  line-height: 14px;
  letter-spacing: 9px;
  text-align: center;
  margin: 12px 0 0;
  display: block;
}
.theme .sild10 {
  margin: 50px 0 0;
  position: relative;
}
.theme .sild10 .bd li {
  width: 300px;
  margin-right: 27px;
}
.theme .sild10 .bd li .list {
  width: 300px;
  margin-bottom: 10px;
}
.theme .sild10 .bd li .list .tu {
  width: 300px;
  height: 230px;
  padding: 10px;
  box-sizing: border-box;
  background: #ededed;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.theme .sild10 .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.theme .sild10 .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.theme .sild10 .bd li .list .tu .img img:hover {
  transform: scale(1.1);
}
.theme .sild10 .bd li .list .text {
  height: 60px;
  padding: 0 10px 0 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.theme .sild10 .bd li .list .text .cond {
  display: block;
  font-size: 15px;
  color: #333;text-align: center;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme .sild10 .bd li .list .text .more {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 60px;
  position: absolute;display:none;
  top: 0;
  right: 10px;
}
.theme .sild10 .bd li .list .text .more::before {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  position: absolute;
  background: #808080;
  top: 28px;
  left: -84px;
}
.theme .sild10 .bd li .list:hover .tu {
  background-image: linear-gradient(90deg, #75a538 0%, #17652d 100%), linear-gradient(#ededed, #ededed);
  background-blend-mode: normal,
                                normal;
}
.theme .sild10 .prev {
  width: 44px;
  height: 44px;
  background: url(img/prev.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -92px;
  margin-top: -22px;
}
.theme .sild10 .next {
  width: 44px;
  height: 44px;
  background: url(img/next.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -92px;
  margin-top: -22px;
}
.reg {
  height: 924px;
  background: url(img/regular.jpg) no-repeat center top;
}
.reg .top h3 img {
  display: block;
  margin: 0 auto;
}
.reg .top p {
  font-size: 14px;
  color: #808080;
  line-height: 14px;
  letter-spacing: 7px;
  text-align: center;
  margin: 12px 0 0;
  display: block;
}
.reg .sild20 {
  margin: 50px 0 0;
  position: relative;
}
.reg .sild20 .bd li {
  width: 400px;
  margin-right: 27px;
}
.reg .sild20 .bd li .list {
  width: 400px;
  margin-bottom: 10px;
}
.reg .sild20 .bd li .list .tu {
  width: 400px;
  height: 300px;
  padding: 10px;
  box-sizing: border-box;
  background: #ededed;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.reg .sild20 .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.reg .sild20 .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.reg .sild20 .bd li .list .tu .img img:hover {
  transform: scale(1.1);
}
.reg .sild20 .bd li .list .text {
  height: 60px;
  padding: 0 10px 0 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.reg .sild20 .bd li .list .text .cond {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;text-align: center;
}
.reg .sild20 .bd li .list .text .more {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 60px;display:none;
  position: absolute;
  top: 0;
  right: 10px;
}
.reg .sild20 .bd li .list .text .more::before {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  position: absolute;
  background: #808080;
  top: 28px;
  left: -84px;
}
.reg .sild20 .bd li .list:hover .tu {
  background-image: linear-gradient(90deg, #75a538 0%, #17652d 100%), linear-gradient(#ededed, #ededed);
  background-blend-mode: normal,
                                normal;
}
.reg .sild20 .prev {
  width: 44px;
  height: 44px;
  background: url(img/prev.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -92px;
  margin-top: -22px;
}
.reg .sild20 .next {
  width: 44px;
  height: 44px;
  background: url(img/next.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -92px;
  margin-top: -22px;
}
.adv {
  height: 750px;
  background: url(img/adv.jpg) no-repeat center top;
  padding: 62px 0 0;
  box-sizing: border-box;
}
.adv .top h3 img {
  display: block;
  margin: 0 auto;
}
.adv .top p {
  font-size: 14px;
  color: #808080;
  line-height: 14px;
  letter-spacing: 6px;
  text-align: center;
  margin: 12px 0 0;
  display: block;
}
.adv .list {
  display: flex;
  justify-content: space-between;
  margin: 116px 0 0;
}
.adv .list li {
  width: 300px;
  position: relative;
}
.adv .list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 87px;
  position: absolute;
  top: 0;
  left: 0;
}
.adv .list li .y1 {
  width: 300px;
  height: 180px;
  font-size: 24px;
  color: #333;
  line-height: 180px;
  text-align: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .list li .z1 {
  width: 300px;
  position: relative;
  height: 180px;
}
.adv .list li .z1 .ys {
  width: 240px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  transform: rotateY(0);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .list li .z1 .ys img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .list li .z1 .ys img:hover {
  transform: scale(1.1);
}
.adv .list li .z1 p {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .list li:nth-child(1)::before {
  background: url(img/y1.png) no-repeat center;
  top: 155px;
}
.adv .list li:nth-child(1) .z1 {
  margin-top: 110px;
}
.adv .list li:nth-child(1) .y1 {
  background: url(img/01.png) no-repeat center;
}
.adv .list li:nth-child(2)::before {
  background: url(img/y2.png) no-repeat center;
  top: 215px;
}
.adv .list li:nth-child(2) .y1 {
  margin-top: 110px;
  background: url(img/02.png) no-repeat center;
}
.adv .list li:nth-child(3)::before {
  background: url(img/y1.png) no-repeat center;
  top: 155px;
}
.adv .list li:nth-child(3) .z1 {
  margin-top: 110px;
}
.adv .list li:nth-child(3) .y1 {
  background: url(img/03.png) no-repeat center;
}
.adv .list li:nth-child(4)::before {
  background: url(img/y2.png) no-repeat center;
  top: 215px;
}
.adv .list li:nth-child(4) .y1 {
  margin-top: 110px;
  background: url(img/04.png) no-repeat center;
}
.adv .list .on:nth-child(1) .y1 {
  background: url(img/01.jpg) no-repeat center;
}
.adv .list .on:nth-child(1) .z1 p {
  opacity: 1;
  transform: rotateY(0);
}
.adv .list .on:nth-child(1) .z1 .ys {
  transform: rotateY(90deg);
}
.adv .list .on:nth-child(2) .y1 {
  background: url(img/02.jpg) no-repeat center;
}
.adv .list .on:nth-child(2) .z1 p {
  opacity: 1;
  transform: rotateY(0);
}
.adv .list .on:nth-child(2) .z1 .ys {
  transform: rotateY(90deg);
}
.adv .list .on:nth-child(3) .y1 {
  background: url(img/03.jpg) no-repeat center;
}
.adv .list .on:nth-child(3) .z1 p {
  opacity: 1;
  transform: rotateY(0);
}
.adv .list .on:nth-child(3) .z1 .ys {
  transform: rotateY(90deg);
}
.adv .list .on:nth-child(4) .y1 {
  background: url(img/04.jpg) no-repeat center;
}
.adv .list .on:nth-child(4) .z1 p {
  opacity: 1;
  padding: 75px 0 0;
  box-sizing: border-box;
  transform: rotateY(0);
}
.adv .list .on:nth-child(4) .z1 .ys {
  transform: rotateY(90deg);
}
.bas {
  height: 885px;
  background: url(img/bas.jpg) no-repeat center top;
  padding: 73px 0 0;
  box-sizing: border-box;
}
.bas .top h3 img {
  display: block;
  margin: 0 auto;
}
.bas .top p {
  font-size: 14px;
  color: #808080;
  line-height: 14px;
  letter-spacing: 4px;
  text-align: center;
  margin: 12px 0 0;
  display: block;
}
.bas .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 52px 0 0;
  position: relative;
}
.bas .list li .lists {
  width: 320px;
}
.bas .list li .lists .tu {
  width: 100%;
  height: 260px;
  background: #f7f7f7;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.bas .list li .lists .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bas .list li .lists .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.bas .list li .lists .tu .img img:hover {
  transform: scale(1.1);
}
.bas .list li .lists .text {
  height: 67px;
  padding: 0 150px 0 5px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.bas .list li .lists .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bas .list li .lists .text .more {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 67px;
  position: absolute;
  top: 0;
  right: 0;
}
.bas .list li .lists .text .more::before {
  content: "";
  display: block;
  width: 69px;
  height: 1px;
  position: absolute;
  background: #808080;
  top: 37px;
  right: 73px;
}
.bas .list li .lists .text p {
  display: none;
}
.bas .list li .lists:hover .tu {
  background-image: linear-gradient(90deg, #75a538 0%, #17652d 100%), linear-gradient(#206b30, #206b30);
  background-blend-mode: normal,
                            normal;
}
.bas .list li .lists:hover .text .cond {
  color: #206b30;
}
.bas .list li:nth-child(1) {
  flex: 50%;
}
.bas .list li:nth-child(3) {
  flex: 50%;
}
.bas .list li:nth-child(5) {
  position: absolute;
  top: 0;
  left: 357px;
}
.bas .list li:nth-child(5) .lists {
  width: 566px;
}
.bas .list li:nth-child(5) .lists .tu {
  width: 100%;
  height: 450px;
}
.bas .list li:nth-child(5) .lists .text {
  height: 50px;
}
.bas .list li:nth-child(5) .lists .text .cond {
  line-height: 50px;
}
.bas .list li:nth-child(5) .lists .text p {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  width: 566px;
}
.bas .list li:nth-child(5) .lists .text .more {
  line-height: 50px;
}
.bas .list li:nth-child(5) .lists .text .more::before {
  top: 25px;
}
.coa {
  height: 767px;
  background: url(img/coa.jpg) no-repeat center top;
  padding: 80px 0 0;
  box-sizing: border-box;
}
.coa .top h3 img {
  display: block;
  margin: 0 auto;
}
.coa .top p {
  font-size: 14px;
  color: #808080;
  line-height: 14px;
  letter-spacing: 7px;
  text-align: center;
  margin: 12px 0 0;
  display: block;
}
.coa .coalist {
  margin: 110px 0 0;
  position: relative;
  width: 1280px;
  background: url(img/line.png) no-repeat top left;
  background-position: 406px 30px;
}
.coa .coalist .swiper-container {
  overflow: hidden;
}
.coa .coalist .swiper-slide .list {
  width: 340px;
  padding: 5px 0 0;
  margin: 30px 0 0;
}
.coa .coalist .swiper-slide .list .num {
  font-family: Arial;
  font-size: 36px;
  font-weight: bold;
  line-height: 26px;
  color: #ccc;
}
.coa .coalist .swiper-slide .list .tu {
  width: 340px;
  height: 260px;
  background: #ededed;
  padding: 10px;
  box-sizing: border-box;
  margin: 32px 0 0;
}
.coa .coalist .swiper-slide .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.coa .coalist .swiper-slide .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coa .coalist .swiper-slide .list .tu .img img:hover {
  transform: scale(1.1);
}
.coa .coalist .swiper-slide .list .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  margin: 25px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coa .coalist .swiper-slide .list p {
  font-size: 16px;
  color: #808080;
  line-height: 40px;
  height: 40px;
  display: flex;
}
.coa .coalist .swiper-slide .list p i {
  display: block;
  margin-left: 40px;
  width: 180px;
  height: 40px;
  background: url(img/star.png) no-repeat left center;
}
.coa .coalist .swiper-slide .list .more {
  display: none;
  width: 105px;
  height: 30px;
  background: url(img/more3.png) no-repeat center;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin: 20px 0 0;
}
.coa .coalist .swiper-slide-active {
  width: 468px !important;
}
.coa .coalist .swiper-slide-active .list {
  margin: 0;
  position: relative;
  left: 30px;
}
.coa .coalist .swiper-slide-active .list .num {
  color: #333;
}
.coa .coalist .swiper-slide-active .list .more {
  display: block;
}
.coa .coalist .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: url(img/prev.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -92px;
  margin-top: -22px;
}
.coa .coalist .swiper-button-next {
  width: 44px;
  height: 44px;
  background: url(img/next.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -92px;
  margin-top: -22px;
}
.case {
  height: 1047px;
  background: url(img/case.jpg) no-repeat center top;
  padding: 70px 0 0;
  box-sizing: border-box;
}
.case .top h3 img {
  display: block;
  margin: 0 auto;
}
.case .top p {
  font-size: 14px;
  color: #808080;
  line-height: 14px;
  letter-spacing: 11.5px;
  text-align: center;
  margin: 12px 0 0;
  display: block;
}
.case .sild30 {
  margin: 50px 0 0;
  position: relative;
}
.case .sild30 .bd li {
  width: 400px;
  margin-right: 38px;
}
.case .sild30 .bd li .list {
  width: 400px;
  height: 376px;
  padding: 10px;
  box-sizing: border-box;
  background: #f7f7f7;
  margin-bottom: 46px;
}
.case .sild30 .bd li .list .tu {
  width: 100%;
  height: 280px;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .sild30 .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .sild30 .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .sild30 .bd li .list .tu .img img:hover {
  transform: scale(1.1);
}
.case .sild30 .bd li .list .text {
  height: 86px;
  padding: 0 150px 0 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.case .sild30 .bd li .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .sild30 .bd li .list .text .more {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 86px;
  position: absolute;
  top: 0;
  right: 10px;
}
.case .sild30 .bd li .list:hover {
  background-image: linear-gradient(90deg, #75a538 0%, #17652d 100%), linear-gradient(#ededed, #ededed);
  background-blend-mode: normal,
                            normal;
}
.case .sild30 .bd li .list:hover .text .cond {
  color: #fff;
}
.case .sild30 .bd li .list:hover .text .more {
  color: #fff;
}
.case .sild30 .prev {
  width: 44px;
  height: 44px;
  background: url(img/prev.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -92px;
  margin-top: -22px;
}
.case .sild30 .next {
  width: 44px;
  height: 44px;
  background: url(img/next.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -92px;
  margin-top: -22px;
}
.abo {
  height: 751px;
  background: url(img/abo.jpg) no-repeat center top;
  overflow: hidden;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .z1 {
  width: 720px;
  margin: 78px 0 0;
  height: 500px;
  position: relative;
}
.abo .z1::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  background: #206b30;
  top: 84px;
  left: 0;
}
.abo .z1 .top h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.abo .z1 .top .zm {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}
.abo .z1 p {
  font-size: 16px;
  color: #808080;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 160px;
  margin: 65px 0 0;
}
.abo .z1 .reg {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
  height: 200px;
  background: none;
}
.abo .z1 .reg .num {
  font-size: 16px;
  color: #333;
  line-height: 44px;
  padding-left: 65px;
  background: url(img/tel2.png) no-repeat center left;
  height: 44px;
  margin: 67px 0 0;
}
.abo .z1 .reg .num i {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  color: #206b30;
}
.abo .z1 .reg .rong {
  display: block;
  width: 279px;
  height: 200px;
  position: relative;
}
.abo .z1 .reg .rong::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(img/rong.png) no-repeat center;
  top: 0;
  left: 0;
}
.abo .z1 .reg .rong img{
  width: 100%;
  height: 100%;
}
.abo .about {
  width: 821px;
  height: 618px;
  overflow: hidden;
  margin-right: -320px;
}
.abo .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .about img:hover {
  transform: scale(1.1);
}
.new {
  height: 920px;
  padding: 73px 0 0;
  box-sizing: border-box;
}
.new .top h3 img {
  display: block;
}
.new .top p {
  font-size: 14px;
  color: #808080;
  line-height: 14px;
  letter-spacing: 12px;
  margin: 12px 0 0;
  display: block;
}
.new .sild40 {
  margin: 69px 0 0;
  position: relative;
}
.new .sild40 .bd li {
  width: 1280px;
}
.new .sild40 .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.new .sild40 .bd li .warp .list {
  width: 400px;
}
.new .sild40 .bd li .warp .list .img {
  display: block;
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.new .sild40 .bd li .warp .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .warp .list .img img:hover {
  transform: scale(1.1);
}
.new .sild40 .bd li .warp .list .text {
  height: 116px;
  background: #f7f7f7;
  padding: 0 80px 0 30px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.new .sild40 .bd li .warp .list .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .warp .list .text .more {
  display: block;
  width: 30px;
  height: 35px;
  background: url(img/more1.png) no-repeat center;
  position: absolute;
  top: 60px;
  right: 30px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .warp .list:hover .text .cond {
  color: #206b30;
}
.new .sild40 .bd li .warp .list:hover .text .more {
  background: url(img/more2.png) no-repeat center;
  transform: rotateX(360deg);
}
.new .sild40 .bd li .regs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.new .sild40 .bd li .regs .list {
  width: 400px;
  height: 80px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.new .sild40 .bd li .regs .list .data {
  width: 75px;
  height: 100%;
  background: #f7f7f7 url(img/data1.png) no-repeat center;
  padding: 14px 0 0;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  font-family: Arial;
  font-size: 14px;
  color: #808080;
  line-height: 10px;
  text-align: center;
}
.new .sild40 .bd li .regs .list .data i {
  display: block;
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  color: #333;
  margin-bottom: 21px;
}
.new .sild40 .bd li .regs .list .text {
  width: 300px;
  margin-top: 8px;
}
.new .sild40 .bd li .regs .list .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new .sild40 .bd li .regs .list .text p {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new .sild40 .bd li .regs .list:hover {
  background: url(img/nlist.png) no-repeat center;
  box-sizing: border-box;
}
.new .sild40 .bd li .regs .list:hover .data {
  background: #f7f7f7 url(img/data2.png) no-repeat center;
  color: #fff;
}
.new .sild40 .bd li .regs .list:hover .data i {
  color: #fff;
}
.new .sild40 .hd {
  width: 500px;
  position: absolute;
  top: -124px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.new .sild40 .hd li {
  position: relative;
}
.new .sild40 .hd li .num {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 17px;
  color: #808080;
  position: absolute;
  top: 24px;
  left: 23px;
}
.new .sild40 .hd li a {
  display: block;
  height: 68px;
  width: 118px;
  box-sizing: border-box;
  padding: 49px 0 0 46px;
  font-size: 18px;
  color: #333;
  line-height: 17px;
  background: url(img/nt1.png) no-repeat top left;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .hd .on .num {
  color: #206b30;
}
.new .sild40 .hd .on a {
  background: url(img/nt2.png) no-repeat top left;
  color: #206b30;
}
