.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: #20a162;
  border-top-color: #20a162;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #20a162;
  border-bottom-color: #20a162;
  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;
  transition: 0.5s;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.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;
}
.pro {
  margin-top: 81px;
}
.pro .contents {
  display: flex;
  justify-content: space-between;
}
.pro .plaet {
  width: 280px;
}
.pro .plaet .top {
  width: 280px;
  height: 110px;
  background: url(../images/t1.png) no-repeat center top;
  padding-top: 15px;
  box-sizing: border-box;
}
.pro .plaet .top h3 a {
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.pro .plaet .top .zm {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.pro .plaet ul {
  width: 280px;
  border: 1px solid #dedede;
  border-top: none;
  border-bottom: none;
  box-sizing: border-box;
}
.pro .plaet ul li {
  height: 72px;
  padding: 0 15px 0 36px;
  width: 230px;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  background: url(../images/more1.png) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.pro .plaet ul li::before {
  content: "";
  display: block;
  width: 230px;
  height: 72px;
  position: absolute;
  background: url(../images/more2.png) no-repeat center left;
  top: 0;
  left: 0;
  transform: scale3d(0, 1, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .plaet ul li a {
  font-size: 16px;
  color: #333;
  line-height: 72px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .plaet ul li:hover {
  background: none;
}
.pro .plaet ul li:hover::before {
  transform: scale3d(1, 1, 1);
}
.pro .plaet ul li:hover a {
  color: #20a162;
}
.pro .plaet ul li:last-child {
  border-bottom: none;
}
.pro .plaet .aside {
  width: 280px;
  height: 206px;
  background: url(../images/prb.jpg) no-repeat center;
  padding: 15px 0 0 19px;
  box-sizing: border-box;
}
.pro .plaet .aside p {
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  height: 35px;
}
.pro .plaet .aside p:nth-child(4){
  line-height: 20px;
}
.pro .warp {
  width: 954px;
}
.pro .warp .sild10 .hd {
  display: flex;
  position: relative;
}
.pro .warp .sild10 .hd::before {
  content: "";
  display: block;
  width: 974px;
  height: 1px;
  position: absolute;
  background: #dedede;
  left: 0;
  bottom: 0;
}
.pro .warp .sild10 .hd li {
  width: 150px;
}
.pro .warp .sild10 .hd li .title {
  display: block;
  width: 150px;
  height: 50px;
  font-size: 18px;
  color: #333;
  text-align: center;
  background: #fff;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .warp .sild10 .hd li .more {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.pro .warp .sild10 .hd .on .title {
  background: #20a162;
  color: #fff;
}
.pro .warp .sild10 .hd .on .more {
  display: block;
}
.pro .warp .sild10 .bd {
  margin-top: 27px;
}
.pro .warp .sild10 .bd li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .warp .sild10 .bd li .list {
  width: 290px;
  margin-bottom: 20px;
}
.pro .warp .sild10 .bd li .list .img {
  width: 290px;
  height: 220px;
  border: 10px solid #f8f8f8;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}
.pro .warp .sild10 .bd li .list .img img {
  width: 270px;
  height: 200px;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .warp .sild10 .bd li .list .img img:hover {
  transform: scale(1.1);
}
.pro .warp .sild10 .bd li .list .title {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 46px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .warp .sild10 .bd li .list:hover .img {
  border: 10px solid #e8f5ef;
}
.pro .warp .sild10 .bd li .list:hover .title {
  color: #20a162;
}
.case {
  background: url(../images/case.jpg) no-repeat center top;
  margin-top: 50px;
  padding-top: 80px;
  box-sizing: border-box;
}
.case .top {
  position: relative;
  z-index: 20;
}
.case .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #51ab7d;
  font-weight: 1000;
  letter-spacing: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 45px;
  z-index: -1;
}
.case .top h3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}
.case .top p {
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.case .sild20 {
  height: 394px;
  background: #fff;
  padding: 64px 59px 0;
  box-sizing: border-box;
  margin-top: 60px;
}
.case .sild20 .bd li {
  width: 361px;
  margin-right: 40px;
  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;
}
.case .sild20 .bd li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.case .sild20 .bd li .img {
  display: block;
  width: 361px;
  height: 270px;
  overflow: hidden;
  border: 5px solid #f8f8f8;
  box-sizing: border-box;
}
.case .sild20 .bd li .img img {
  width: 351px;
  height: 260px;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .sild20 .bd li .img img:hover {
  transform: scale(1.1);
}
.case .sild20 .bd li .text {
  height: 62px;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  padding-right: 70px;
  position: relative;
}
.case .sild20 .bd li .text::before {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  position: absolute;
  background: #20a162;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .sild20 .bd li .text a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .sild20 .bd li .text .more {
  display: block;
  font-size: 16px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 30px;
  background: url(../images/more3.png) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .sild20 .bd li:hover .text::before {
  width: 361px;
}
.case .sild20 .bd li:hover .text a {
  color: #20a162;
}
.case .sild20 .bd li:hover .text .more {
  color: #20a162;
  background: url(../images/more4.png) no-repeat center right;
}
.abo {
  margin-top: 79px;
  overflow: hidden;
}
.abo .top {
  position: relative;
  z-index: 20;
}
.abo .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #f8f8f8;
  font-weight: 1000;
  letter-spacing: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 45px;
  z-index: -1;
}
.abo .top h3 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}
.abo .top p {
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  text-align: center;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.abo .warp .z1 {
  width: 607px;
  height: 435px;
  position: relative;
}
.abo .warp .z1 img {
  width: 607px;
  height: 435px;
}
.abo .warp .z1 .rong {
  display: block;
  width: 171px;
  height: 231px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.abo .warp .z1 .rong::before {
  content: "";
  display: block;
  width: 171px;
  height: 231px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
}
.abo .warp .z1 .rong img {
  width: 171px;
  height: 231px;
}
.abo .warp .y1 {
  width: 595px;
  height: 435px;
  background: url(../images/abo.jpg) no-repeat center;
}
.abo .warp .y1 .title {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin-top: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .warp .y1 p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
}
.abo .warp .y1 .more {
  display: block;
  width: 150px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #20a162;
  margin-top: 30px;
  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;
}
.abo .warp .y1 .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .sild30 {
  margin-top: 39px;
  position: relative;
}
.abo .sild30 .bd > li {
  width: 290px;
  margin-right: 39px;
}
.abo .sild30 .bd > li .img {
  display: block;
  width: 280px;
  height: 211px;
  padding: 5px;
  border: 1px solid #dedede;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .sild30 .bd > li .img img {
  width: 280px;
  height: 211px;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .sild30 .bd > li .img img:hover {
  transform: scale(1.1);
}
.abo .sild30 .bd > li .text {
  height: 39px;
  padding-right: 85px;
  position: relative;
  width: 290px;
  box-sizing: border-box;
}
.abo .sild30 .bd > li .text::before {
  content: "";
  display: block;
  width: 85px;
  height: 25px;
  position: absolute;
  background: #20a162;
  border-radius: 13px;
  top: 12px;
  right: 0;
  transform: scale3d(0, 1, 0);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .sild30 .bd > li .text .title {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .sild30 .bd > li .text .more {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #666;
  line-height: 39px;
  z-index: 50;
  width: 54px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .sild30 .bd > li:hover .img {
  border: solid 1px #20a162;
}
.abo .sild30 .bd > li:hover .text::before {
  transform: scale3d(1, 1, 1);
}
.abo .sild30 .bd > li:hover .text .more {
  color: #fff;
  top: 3px;
  right: 9px;
}
.abo .sild30 .prev {
  width: 40px;
  height: 40px;
  border: 3px solid #20a162;
  box-sizing: border-box;
  background: url(../images/prev1.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 99px;
  left: -75px;
  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;
  cursor: pointer;
}
.abo .sild30 .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .sild30 .prev:hover {
  width: 50px;
  height: 50px;
  background: #20a162 url(../images/prev2.png) no-repeat center;
  box-shadow: 0px 2px 13px 2px rgba(32, 161, 98, 0.25);
  border-radius: 25px;
}
.abo .sild30 .next {
  width: 40px;
  height: 40px;
  border: 3px solid #20a162;
  box-sizing: border-box;
  background: url(../images/next1.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 99px;
  right: -75px;
  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;
  cursor: pointer;
}
.abo .sild30 .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .sild30 .next:hover {
  width: 50px;
  height: 50px;
  background: #20a162 url(../images/next2.png) no-repeat center;
  box-shadow: 0px 2px 13px 2px rgba(32, 161, 98, 0.25);
  border-radius: 25px;
}
.xzh {
  height: 160px;
  background: url(../images/xzh.jpg) no-repeat center top;
  margin-top: 70px;
  padding-top: 45px;
  box-sizing: border-box;
}
.xzh .contents {
  display: flex;
  justify-content: space-between;
}
.xzh .z1 {
  margin-left: 49px;
}
.xzh .z1 h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.xzh .z1 .text {
  width: 475px;
  display: flex;
  justify-content: space-between;
}
.xzh .z1 .text p {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  padding-left: 21px;
  position: relative;
}
.xzh .z1 .text p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 14px;
  left: 0;
}
.xzh .y1 {
  width: 483px;
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.xzh .y1 .num {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  height: 32px;
  padding-left: 49px;
  background: url(../images/tel2.png) no-repeat center left;
  margin-top: 10px;
}
.xzh .y1 .qq {
  width: 160px;
  height: 45px;
  background: url(../images/qq.png) no-repeat center;
  font-size: 16px;
  color: #20a162;
  line-height: 45px;
  padding-left: 62px;
  box-sizing: border-box;
  display: block;
}
.adv {
  height: 1282px;
  background: url(../images/avd.jpg) no-repeat center bottom;
  margin-top: 79px;
}
.adv .top {
  width: 750px;
  height: 78px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.adv .top .plaet {
  width: 340px;
  background: url(../images/rea.png) no-repeat top left;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: right;
  line-height: 118px;
}
.adv .top .aside p {
  font-size: 34px;
  color: #20a162;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 16px;
}
.adv .top .aside .zm {
  font-family: Arial;
  font-size: 15px;
  color: #c5c5c5;
  line-height: 30px;
  margin-top: 15px;
}
.adv .warp {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.adv .warp img {
  display: block;
  width: 503px;
  height: 501px;
}
.adv .warp .plaet {
  width: 559px;
  margin: 0 -10px 0 0;
}
.adv .warp .plaet .list {
  margin-bottom: 99px;
}
.adv .warp .plaet .list .text .title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
}
.adv .warp .plaet .list .text .zm {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.adv .warp .plaet .list .textpara {
  margin-top: 30px;
}
.adv .warp .plaet .list .textpara p {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  position: relative;
}
.adv .warp .plaet .list .textpara p::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  background: #999;
  top: 18px;
  left: -34px;
}
.adv .warp .plaet .list:nth-child(2) {
  margin-bottom: 0;
}
.adv .asideers {
  margin-top: 117px;
  display: flex;
  justify-content: space-between;
}
.adv .asideers .plaet {
  margin-left: 143px;
  width: 499px;
}
.adv .asideers .plaet .list {
  margin-bottom: 63px;
}
.adv .asideers .plaet .list .text .title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
}
.adv .asideers .plaet .list .text .zm {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.adv .asideers .plaet .list .textpara {
  margin-top: 30px;
}
.adv .asideers .plaet .list .textpara p {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  position: relative;
}
.adv .asideers .plaet .list .textpara p::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  background: #999;
  top: 18px;
  left: -34px;
}
.adv .asideers .plaet .list:nth-child(2) {
  margin-bottom: 0;
}
.adv .asideers img {
  width: 642px;
  height: 523px;
}
.lineers {
  height: 279px;
  background: url(../images/lineers.jpg) no-repeat center top;
  margin-top: 76px;
  padding-top: 60px;
  box-sizing: border-box;
}
.lineers .contents {
  display: flex;
  justify-content: space-between;
}
.lineers .FOM {
  width: 470px;
}
.lineers .FOM .n {
  height: 40px;
  position: relative;
  padding: 0 0 0 41px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 21px;
  border: solid 1px #67bf94;
}
.lineers .FOM .n img {
  width: 70px;
  height: 28px;
  position: absolute;
  top: 6px;
  right: 7px;
}
.lineers .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 40px;
  background: none;
  color: #fff;
}
.lineers .FOM .n input::placeholder {
  color: #fff;
}
.lineers .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 37px;
  background: none;
  color: #fff;
}
.lineers .FOM .n textarea::placeholder {
  color: #fff;
}
.lineers .FOM .n:nth-child(1) {
  background: url(../images/f1.png) no-repeat center left;
  background-position-x: 18px;
  margin-right: 10px;
  width: 230px;
}
.lineers .FOM .n:nth-child(2) {
  background: url(../images/f2.png) no-repeat center left;
  background-position-x: 18px;
  width: 230px;
}
.lineers .FOM .n:nth-child(3) {
  background: url(../images/f3.png) no-repeat center left;
  background-position-x: 18px;
  width: 470px;
}
.lineers .FOM .n:nth-child(4) {
  width: 230px;
  margin-right: 10px;
  padding: 0 0 0 12px;
}
.lineers .FOM #btn {
  float: left;
  width: 230px;
  height: 40px;
  background: #fff url(../images/btn.png) no-repeat center left;
  background-position-x: 62px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #20a162;
  cursor: pointer;
}
.lineers .num {
  width: 141px;
  margin-top: 28px;
}
.lineers .num p {
  font-size: 16px;
  color: #fff;
  padding-left: 38px;
  text-align: right;
  background: url(../images/tel2.png) no-repeat center left;
  background-position-x: 39px;
  margin-bottom: 10px;
}
.lineers .num span {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  display: block;
}
.lineers .plaet {
  width: 400px;
}
.lineers .plaet h3 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  text-align: right;
}
.lineers .plaet h3 i {
  font-family: Arial;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  text-align: right;
}
.lineers .plaet p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-align: right;
  margin-top: 10px;
}
.lineers .plaet .text {
  width: 261px;
  height: 51px;
  border: 1px solid #fff;
  margin: 30px 0 0 137px;
  display: flex;
  justify-content: space-between;
}
.lineers .plaet .text .qq {
  display: block;
  width: 131px;
  height: 51px;
  background: #fff url(../images/qq2.png) no-repeat center;
  font-size: 16px;
  color: #20a162;
  line-height: 51px;
  padding-left: 45px;
  box-sizing: border-box;
  position: relative;
}
.lineers .plaet .text .more {
  display: block;
  width: 130px;
  height: 51px;
  font-size: 16px;
  line-height: 51px;
  text-align: center;
  color: #fff;
}
.new {
  margin-top: 79px;
}
.new .top {
  position: relative;
  z-index: 20;
  width: 200px;
}
.new .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #f8f8f8;
  font-weight: 1000;
  letter-spacing: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 45px;
  z-index: -1;
}
.new .top h3 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 56px;
}
.new .top p {
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.new .sild40 {
  margin-top: 60px;
  position: relative;
}
.new .sild40 .bd li .plaet {
  display: flex;
  justify-content: space-between;
}
.new .sild40 .bd li .plaet .list {
  width: 401px;
  height: 452px;
  border: 1px solid #dedede;
  padding: 30px 40px 0;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .bd li .plaet .list::before {
  content: "";
  display: block;
  width: 2px;
  height: 47px;
  position: absolute;
  background: #dedede;
  top: 165px;
  left: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .bd li .plaet .list .data {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.new .sild40 .bd li .plaet .list .data i {
  font-size: 18px;
  color: #999;
}
.new .sild40 .bd li .plaet .list .title {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .bd li .plaet .list p {
  font-size: 14px;
  color: #999;
  line-height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 66px;
  margin: 15px 0 0 27px;
}
.new .sild40 .bd li .plaet .list .img {
  display: block;
  width: 321px;
  height: 151px;
  overflow: hidden;
  margin-top: 40px;
}
.new .sild40 .bd li .plaet .list .img img {
  width: 321px;
  height: 151px;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .bd li .plaet .list .img img:hover {
  transform: scale(1.1);
}
.new .sild40 .bd li .plaet .list:hover {
  border: solid 1px #20a162;
}
.new .sild40 .bd li .plaet .list:hover::before {
  content: "";
  display: block;
  width: 3px;
  height: 104px;
  position: absolute;
  top: 108px;
  background: #20a162;
}
.new .sild40 .bd li .plaet .list:hover .title {
  color: #20a162;
  margin: 10px 0 0 27px;
}
.new .sild40 .bd li .warp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new .sild40 .bd li .warp .list {
  width: 621px;
  padding: 0 85px 0 126px;
  box-sizing: border-box;
  position: relative;
  margin-top: 44px;
}
.new .sild40 .bd li .warp .list::before {
  content: "";
  display: block;
  width: 620px;
  height: 2px;
  position: absolute;
  background: url(../images/linenew.png) no-repeat center;
  top: 59px;
  left: 0;
}
.new .sild40 .bd li .warp .list .data {
  width: 103px;
  height: 44px;
  border: 1px solid #e8e8e8;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .bd li .warp .list .title {
  display: block;
  font-size: 16px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .bd li .warp .list .more {
  display: block;
  font-size: 14px;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .bd li .warp .list:hover .data {
  border-radius: 10px;
  background: #20a162;
  color: #fff;
}
.new .sild40 .bd li .warp .list:hover .title {
  color: #20a162;
}
.new .sild40 .bd li .warp .list:hover .more {
  color: #20a162;
}
.new .sild40 .hd {
  width: 622px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -110px;
  right: 0;
}
.new .sild40 .hd li {
  position: relative;
}
.new .sild40 .hd li::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  background: #333;
  top: 13px;
  left: -33px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .hd li a {
  display: block;
  padding-left: 42px;
  font-size: 18px;
  color: #333;
}
.new .sild40 .hd li:nth-child(1) a {
  background: url(../images/new1.png) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .hd li:nth-child(2) a {
  background: url(../images/new2.png) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .hd li:nth-child(3) a {
  background: url(../images/new3.png) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild40 .hd .on:nth-child(1) a {
  background: url(../images/new4.png) no-repeat center left;
}
.new .sild40 .hd .on:nth-child(2) a {
  background: url(../images/new5.png) no-repeat center left;
}
.new .sild40 .hd .on:nth-child(3) a {
  background: url(../images/new5.png) no-repeat center left;
}
.new .sild40 .hd .on::before {
  background: #20a162;
}
.new .sild40 .hd .on a {
  color: #20a162;
}
.link {
  height: 36px;
  margin-top: 76px;
}
.link .contents {
  display: flex;
}
.link p {
  width: 102px;
  height: 36px;
  background: url(../images/link.png) no-repeat center;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  padding-left: 23px;
  font-weight: bold;
  box-sizing: border-box;
}
.link .lj {
  margin-left: 69px;
}
.link .lj a {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 36px;
  margin-right: 64px;
}
.link .lj a:last-child {
  margin: 0;
}
