.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: #009c86;
  border-top-color: #009c86;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #009c86;
  border-bottom-color: #009c86;
  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);
  }
}
.abo {
  margin: 216px 0 0 0;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .plaet {
  width: 508px;
}
.abo .warp .plaet .top {
  width: 316px;
  height: 101px;
  background: url(../images/t1.png) no-repeat center top;
}
.abo .warp .plaet .top h3 {
  font-size: 20px;
  color: #000;
  line-height: 20px;
  padding: 75px 22px 0 0;
}
.abo .warp .plaet .region {
  margin: 59px 0 0 48px;
  position: relative;
}
.abo .warp .plaet .region::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  background: #009c86;
  top: 58px;
  left: 0;
}
.abo .warp .plaet .region .cond {
  font-size: 20px;
  color: #333;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: 4px;
}
.abo .warp .plaet .region p {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  margin: 65px 0 0;
  text-indent: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
}
.abo .warp .plaet .region .more {
  font-size: 16px;
  line-height: 73px;
  padding: 0 0 0 44px;
  display: block;
  letter-spacing: 4px;
  color: #333;
  background: url(../images/more1.png) no-repeat center left;
  margin: 55px 0 0;
}
.abo .warp .aside {
  width: 640px;
  height: 574px;
  background: #009c86;
  position: relative;
}
.abo .warp .aside .about {
  width: 620px;
  height: 500px;
  overflow: hidden;
}
.abo .warp .aside .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .warp .aside .about img:hover {
  transform: scale(1.1);
}
.abo .warp .aside .rong {
  display: block;
  width: 211px;
  height: 203px;
  overflow: hidden;
  position: absolute;
  top: 393px;
  left: -212px;
}
.abo .warp .aside .rong::before {
  content: "";
  display: block;
  width: 231px;
  height: 300px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
}
.abo .warp .aside .rong img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 22px;
}
.abo .warp .aside .qq {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/qq.png) no-repeat center;
  position: absolute;
  top: 85px;
  left: -35px;
  border-radius: 50%;
  animation: ripple 1.2s linear infinite;
}
.abo .warp .aside .list {
  width: 315px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.abo .warp .aside .list a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 64px;
  padding: 0 0 0 68px;
  position: relative;
  z-index: 50;
}
.abo .warp .aside .list a:nth-child(1)::before {
  content: "";
  display: block;
  width: 25px;
  height: 64px;
  position: absolute;
  background: url(../images/r1.png) no-repeat center left;
  top: 0;
  left: 0;
  z-index: 50;
}
.abo .warp .aside .list a:nth-child(1)::after {
  content: "";
  display: block;
  width: 75px;
  height: 62px;
  position: absolute;
  background: #fff;
  border-radius: 38px 38px 0px 0px;
  top: 2px;
  left: -26px;
}
.abo .warp .aside .list a:nth-child(2)::before {
  content: "";
  display: block;
  width: 25px;
  height: 64px;
  position: absolute;
  background: url(../images/r2.png) no-repeat center left;
  top: 0;
  left: 0;
}
.abo .listimg {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .listimg li {
  width: 290px;
  height: 321px;
}
.abo .listimg li .tu {
  width: 290px;
  height: 220px;
  background: #f8f8f8;
  padding: 5px;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .listimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .listimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .listimg li .tu .img img:hover {
  transform: scale(1.1);
}
.abo .listimg li .text {
  padding: 0 15px;
  position: relative;
}
.abo .listimg li .text::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  background: #dedede;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .listimg li .text .cond {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .listimg li .text p {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin: 7px 0 0;
}
.abo .listimg li:hover {
  box-shadow: 0px 1px 13px 2px rgba(0, 156, 134, 0.1);
}
.abo .listimg li:hover .tu {
  background: #fff;
}
.abo .listimg li:hover .text::before {
  width: 100%;
  top: 43px;
}
.abo .listimg li:hover .text .cond {
  color: #009c86;
  padding: 4px 0 0;
}
.pro {
  margin: 80px 0 0;
  height: 703px;
  background: url(../images/pro.jpg) no-repeat center bottom;
}
.pro .top {
  display: flex;
  justify-content: space-between;
}
.pro .top .text {
  width: 181px;
  height: 80px;
  background: url(../images/t2.png) no-repeat center;
}
.pro .top .text h3 a {
  display: block;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 20px;
  padding: 57px 0 0;
}
.pro .top .plaet {
  width: 505px;
  display: flex;
  justify-content: space-between;
}
.pro .top .plaet p {
  line-height: 60px;
  font-size: 16px;
  color: #333;
  letter-spacing: 2px;
  padding: 0 0 0 47px;
  background: url(../images/title1.png) no-repeat center left;
}
.pro .top .plaet .ser {
  width: 60px;
  height: 60px;
  position: relative;
}
.pro .top .plaet .ser input {
  height: 60px;
  width: 0;
  color: #fff;
  background: #009c86;
  line-height: 60px;
  border-radius: 20px;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .top .plaet .ser input::placeholder {
  color: #fff;
}
.pro .top .plaet .ser button {
  width: 60px;
  height: 60px;
  background: url(../images/ser.png) no-repeat center;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
}
.pro .top .plaet .ser:hover input {
  left: -200px;
  width: 200px;
  padding: 0 15px;
}
.pro .sild10 {
  margin: 63px 0 0;
  position: relative;
}
.pro .sild10 .bd li {
  display: flex;
  justify-content: space-between;
}
.pro .sild10 .bd li .list {
  width: 400px;
  height: 300px;
  position: relative;
}
.pro .sild10 .bd li .list .img {
  display: block;
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.pro .sild10 .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .sild10 .bd li .list .img img:hover {
  transform: scale(1.1);
}
.pro .sild10 .bd li .list .cond {
  width: 230px;
  height: 60px;
  background: #fff;
  padding: 0 32px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .sild10 .bd li .list:hover .cond {
  width: 100%;
  background: #009c86;
  color: #fff;
}
.pro .sild10 .hd {
  width: 1065px;
  display: flex;
  justify-content: space-between;
  margin: 88px 0 0 217px;
}
.pro .sild10 .hd li {
  padding: 0 0 0 24px;
  position: relative;
}
.pro .sild10 .hd li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 2px solid #333;
  box-sizing: border-box;
  border-radius: 50%;
  top: 8px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .sild10 .hd li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .sild10 .hd li p {
  font-size: 12px;
  color: #999;
  line-height: 30px;
}
.pro .sild10 .hd .on::before {
  border-color: #009c86;
  background: #009c86;
}
.pro .sild10 .hd .on a {
  color: #009c86;
}
.pro .sild10 .next {
  width: 43px;
  height: 43px;
  background: url(../images/next-pro.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 38px;
}
.adv {
  height: 970px;
  background: url(../images/adv.jpg) no-repeat center top;
  padding: 180px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.adv .contents {
  position: relative;
  z-index: 50;
}
.adv .contents::before {
  content: "";
  display: block;
  width: 1600px;
  height: 380px;
  position: absolute;
  background: url(../images/next-ys.png) no-repeat center;
  top: 357px;
  left: -320px;
  z-index: -1;
}
.adv .sild20 {
  position: relative;
}
.adv .sild20 .hd {
  width: 640px;
  display: flex;
  justify-content: space-between;
}
.adv .sild20 .hd li {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-align: center;
  width: 100px;
  padding: 123px 0 0;
  box-sizing: border-box;
  position: relative;
}
.adv .sild20 .hd li:nth-child(1) {
  margin: 93px 0 0;
}
.adv .sild20 .hd li:nth-child(1)::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background: url(../images/yb1.png) no-repeat center;
  border: 1px solid #dedede;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild20 .hd li:nth-child(2)::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background: url(../images/yb2.png) no-repeat center;
  border: 1px solid #dedede;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild20 .hd li:nth-child(3) {
  margin: 93px 0 0;
}
.adv .sild20 .hd li:nth-child(3)::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background: url(../images/yb3.png) no-repeat center;
  border: 1px solid #dedede;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild20 .hd li:nth-child(4)::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background: url(../images/yb4.png) no-repeat center;
  border: 1px solid #dedede;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild20 .hd .on:nth-child(1)::before {
  background: #009c86 url(../images/ybs1.png) no-repeat center;
  border: none;
}
.adv .sild20 .hd .on:nth-child(2)::before {
  background: #009c86 url(../images/ybs2.png) no-repeat center;
  border: none;
}
.adv .sild20 .hd .on:nth-child(3)::before {
  background: #009c86 url(../images/ybs3.png) no-repeat center;
  border: none;
}
.adv .sild20 .hd .on:nth-child(4)::before {
  background: #009c86 url(../images/ybs4.png) no-repeat center;
  border: none;
}
.adv .sild20 .bd {
  margin: 67px 0 0;
}
.adv .sild20 .bd li {
  display: flex;
  justify-content: space-between;
}
.adv .sild20 .bd li .aside {
  width: 640px;
  height: 490px;
  overflow: hidden;
}
.adv .sild20 .bd li .aside img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild20 .bd li .aside img:hover {
  transform: scale(1.1);
}
.adv .sild20 .bd li .plaet {
  width: 522px;
  margin: 140px 50px 0;
}
.adv .sild20 .bd li .plaet .cond {
  font-size: 22px;
  color: #333;
  line-height: 25px;
}
.adv .sild20 .bd li .plaet .zm {
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 15px;
  margin: 15px 0 0;
}
.adv .sild20 .bd li .plaet p {
  font-size: 14px;
  color: #999;
  line-height: 34px;
  margin: 55px 0 0;
}
.adv .sild20 .next {
  width: 100px;
  height: 90px;
  cursor: pointer;
  position: absolute;
  top: 647px;
  right: 0;
}
.adv .dec {
  width: 580px;
  height: 420px;
  position: absolute;
  top: -181px;
  right: 0;
}
.adv .dec img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.adv .top {
  font-size: 16px;
  color: #000;
  letter-spacing: 7px;
  padding-left: 106px;
  box-sizing: border-box;
  line-height: 180px;
  width: 446px;
  height: 100px;
  background: url(../images/why.png) no-repeat center top;
  position: absolute;
  top: -180px;
  left: 31px;
}
.adv .top::before {
  content: "Beaver Concrete Floors";
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 11px;
  letter-spacing: 11px;
  position: absolute;
  top: 83px;
  left: -318px;
}
.case {
  margin: 80px 0 0;
}
.case .contents {
  position: relative;
}
.case .warp {
  margin: 0 0 0 86px;
  display: flex;
  justify-content: space-between;
}
.case .warp .plaet {
  width: 595px;
  margin: 25px 0 0;
}
.case .warp .plaet .text {
  margin: 0 0 0 139px;
  width: 436px;
  position: relative;
  z-index: 40;
}
.case .warp .plaet .text::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  background: #009c86;
  top: 46px;
  left: 0;
}
.case .warp .plaet .text::after {
  content: "";
  display: block;
  width: 510px;
  height: 399px;
  position: absolute;
  border: 5px solid #f2faf9;
  top: 146px;
  left: -139px;
  z-index: -1;
}
.case .warp .plaet .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .plaet .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 35px 0 0;
}
.case .warp .plaet .img {
  display: block;
  width: 520px;
  height: 390px;
  overflow: hidden;
  margin: 65px 0 0 75px;
  position: relative;
  z-index: 40;
}
.case .warp .plaet .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .plaet .img img:hover {
  transform: scale(1.1);
}
.case .warp .plaet:hover .text .cond {
  color: #009c86;
}
.case .warp .aside {
  width: 520px;
}
.case .warp .aside .sild30 {
  position: relative;
}
.case .warp .aside .sild30 .bd li {
  width: 520px;
  height: 300px;
  position: relative;
}
.case .warp .aside .sild30 .bd li .img {
  width: 400px;
  height: 300px;
  display: block;
  overflow: hidden;
}
.case .warp .aside .sild30 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .aside .sild30 .bd li .img img:hover {
  transform: scale(1.1);
}
.case .warp .aside .sild30 .bd li .text {
  width: 353px;
  height: 164px;
  background: #fff;
  position: absolute;
  top: 137px;
  left: 168px;
  padding: 35px 28px 0 31px;
  box-sizing: border-box;
}
.case .warp .aside .sild30 .bd li .text::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  background: #009c86;
  top: 74px;
  left: 31px;
}
.case .warp .aside .sild30 .bd li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .aside .sild30 .bd li .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 30px 0 0;
}
.case .warp .aside .sild30 .bd li:hover .text .cond {
  color: #009c86;
}
.case .warp .aside .sild30 .hd {
  height: 113px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  width: 30px;
}
.case .warp .aside .sild30 .hd li {
  font-family: Arial;
  font-size: 0px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #666;
  margin: 0 auto;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .aside .sild30 .hd .on {
  font-family: Arial;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-color: #009c86;
  color: #009c86;
}
.case .warp .aside .region {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}
.case .warp .aside .region .text {
  width: 182px;
  margin: 0 0 0 10px;
  position: relative;
}
.case .warp .aside .region .text::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  background: #009c86;
  top: 98px;
  right: 0;
}
.case .warp .aside .region .text .cond {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  display: block;
  text-align: right;
  margin: 55px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .aside .region .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 40px 0 0;
}
.case .warp .aside .region .img {
  width: 300px;
  height: 225px;
  display: block;
  overflow: hidden;
}
.case .warp .aside .region .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .aside .region .img img:hover {
  transform: scale(1.1);
}
.case .warp .aside .region:hover .text .cond {
  color: #009c86;
}
.case .top {
  width: 102px;
  height: 495px;
  background: url(../images/t3.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
.case .top h3 {
  font-size: 20px;
  color: #333;
  letter-spacing: 3px;
  writing-mode: tb-rl;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: -9px;
}
.boxers {
  height: 350px;
  overflow: hidden;
  margin: 80px 0 0;
  box-sizing: border-box;
}
.boxers .contents {
  position: relative;
  z-index: 40;
  display: flex;
  justify-content: space-between;
}
.boxers .contents::before {
  content: "";
  display: block;
  width: 1802px;
  height: 350px;
  position: absolute;
  background: url(../images/bea.jpg) no-repeat center;
  top: 0;
  right: -320px;
  z-index: -1;
}
.boxers .plaet {
  padding: 167px 0 0 162px;
}
.boxers .plaet p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 5px;
}
.boxers .plaet .ice {
  font-size: 10px;
  color: #fff;
  line-height: 10px;
  letter-spacing: 1px;
}
.boxers .plaet .warp {
  margin: 35px 0 0;
  width: 473px;
  display: flex;
  justify-content: space-between;
}
.boxers .plaet .warp .num {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
  padding: 0 0 0 35px;
  line-height: 45px;
  background: url(../images/tel2.png) no-repeat center left;
}
.boxers .plaet .warp .xun {
  display: block;
  width: 160px;
  height: 45px;
  background: url(../images/xun.png) no-repeat center;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  padding: 0 0 0 71px;
  box-sizing: border-box;
  border-radius: 23px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.boxers .plaet .warp .xun:hover {
  background: url(../images/xun2.png) no-repeat center;
  box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.2);
}
.boxers .aside {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 3px;
  writing-mode: tb-rl;
  padding: 49px 13px 0 0;
  text-align: center;
  box-sizing: border-box;
}
.boxers .aside i {
  writing-mode: initial;
}
.new {
  margin: 81px 0 0;
}
.new h3 {
  width: 482px;
  height: 80px;
  background: url(../images/t4.png) no-repeat center;
}
.new h3 a {
  display: block;
  font-size: 20px;
  color: #000;
  line-height: 20px;
  padding: 57px 0 0 34px;
}
.new .sild40 {
  margin: 60px 0 0;
  position: relative;
}
.new .sild40 .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.new .sild40 .bd li .warp .list {
  width: 280px;
  height: 302px;
  position: relative;
}
.new .sild40 .bd li .warp .list .z1 {
  width: 280px;
  height: 302px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 47px 24px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .warp .list .z1::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  position: absolute;
  background: #000;
  top: 169px;
  left: 21px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .warp .list .z1 .data {
  font-size: 38px;
  color: #333;
  line-height: 30px;
  text-align: right;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .warp .list .z1 .data i {
  font-size: 12px;
  color: #999;
  line-height: 30px;
  text-align: right;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .warp .list .z1 .cond {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  display: block;
  margin: 30px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .warp .list .z1 p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 40px 0 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .warp .list .y1 {
  display: block;
  width: 280px;
  height: 302px;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .warp .list .y1 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 .y1 img:hover {
  transform: scale(1.1);
}
.new .sild40 .bd li .warp .list:hover .z1 {
  width: 260px;
  height: 282px;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 156, 134, 0.9);
  border: none;
}
.new .sild40 .bd li .warp .list:hover .z1::before {
  color: #fff;
}
.new .sild40 .bd li .warp .list:hover .z1 .data {
  color: #fff;
}
.new .sild40 .bd li .warp .list:hover .z1 .data i {
  color: #fff;
}
.new .sild40 .bd li .warp .list:hover .z1 .cond {
  color: #fff;
}
.new .sild40 .bd li .warp .list:hover .z1 p {
  color: #fff;
}
.new .sild40 .bd li .warp .list:hover .y1 {
  opacity: 1;
  z-index: 30;
}
.new .sild40 .bd li .plaet {
  display: flex;
  justify-content: space-between;
}
.new .sild40 .bd li .plaet .list {
  width: 400px;
  height: 95px;
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
}
.new .sild40 .bd li .plaet .list .data {
  width: 80px;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 12px;
  color: #999;
  line-height: 10px;
}
.new .sild40 .bd li .plaet .list .data i {
  font-size: 38px;
  color: #333;
  line-height: 30px;
  display: block;
  margin: 22px 0 10px 20px;
}
.new .sild40 .bd li .plaet .list .text {
  width: 300px;
  position: relative;
}
.new .sild40 .bd li .plaet .list .text::before {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 31px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .plaet .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .plaet .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 25px 0 0;
}
.new .sild40 .bd li .plaet .list:hover .text::before {
  background: #009c86;
}
.new .sild40 .bd li .plaet .list:hover .text .cond {
  color: #009c86;
}
.new .sild40 .hd {
  width: 520px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -122px;
  right: 0;
}
.new .sild40 .hd li {
  position: relative;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  z-index: 40;
}
.new .sild40 .hd li::before {
  content: "";
  display: block;
  width: 0px;
  height: 45px;
  position: absolute;
  background: #009c86;
  top: 0;
  left: -22px;
  z-index: -1;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .hd li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  padding: 0 0 0 47px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .hd li:nth-child(1) a {
  background: url(../images/new1.png) no-repeat center left;
}
.new .sild40 .hd li:nth-child(2) a {
  background: url(../images/new2.png) no-repeat center left;
}
.new .sild40 .hd li:nth-child(3) a {
  background: url(../images/new3.png) no-repeat center left;
}
.new .sild40 .hd .on:nth-child(1) a {
  background: url(../images/news1.png) no-repeat center left;
}
.new .sild40 .hd .on:nth-child(2) a {
  background: url(../images/news2.png) no-repeat center left;
}
.new .sild40 .hd .on:nth-child(3) a {
  background: url(../images/news3.png) no-repeat center left;
}
.new .sild40 .hd .on::before {
  width: 150px;
}
.new .sild40 .hd .on a {
  color: #fff;
}
.link {
  height: 34px;
  margin-top: 62px;
}
.link .contents {
  display: flex;
}
.link p {
  width: 140px;
  height: 34px;
  background: url(../images/link.jpg) no-repeat center;
  font-size: 16px;
  color: #009c86;
  line-height: 25px;
  padding-left: 33px;
  box-sizing: border-box;
}
.link .lj {
  margin-left: 34px;
}
.link .lj a {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 39px;
  margin-right: 64px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.link .lj a:hover {
  color: #009c86;
}
.link .lj a:last-child {
  margin: 0;
}
.mess {
  height: 304px;
  background: url(../images/mess.jpg) no-repeat center top;
  padding: 54px 0 0;
  box-sizing: border-box;
  margin: 60px 0 0;
}
.mess .contents {
  display: flex;
  justify-content: space-between;
}
.mess .plaet h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  padding: 33px 0 0 0;
}
.mess .plaet p {
  font-size: 16px;
  color: #666;
  opacity: 0.8;
  margin: 35px 0 0;
}
.mess .FOM {
  width: 902px;
}
.mess .FOM .n {
  height: 45px;
  position: relative;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 25px;
  border: solid 1px #d5d5d5;
}
.mess .FOM .n img {
  width: 90px;
  height: 36px;
  position: absolute;
  top: 5px;
  right: 4px;
}
.mess .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 45px;
  background: none;
  color: #999;
}
.mess .FOM .n input::placeholder {
  color: #999;
}
.mess .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 45px;
  background: none;
  color: #999;
}
.mess .FOM .n textarea::placeholder {
  color: #999;
}
.mess .FOM .n:nth-child(1) {
  width: 240px;
  margin-right: 20px;
}
.mess .FOM .n:nth-child(2) {
  width: 240px;
  margin-right: 20px;
}
.mess .FOM .n:nth-child(3) {
  width: 370px;
}
.mess .FOM .n:nth-child(4) {
  width: 740px;
  height: 127px;
}
.mess .FOM .ln {
  width: 484px;
  height: 50px;
  border-radius: 24px;
  float: left;
  background: url(../images/f4.png) no-repeat center left;
  background-position-x: 18px;
  background-color: #fff;
  padding: 0 0 0 53px;
  box-sizing: border-box;
  margin-right: 20px;
}
.mess .FOM .ln textarea {
  width: 100%;
  height: 100%;
  line-height: 43px;
  background: none;
  color: #989898;
}
.mess .FOM .ln ::-webkit-textarea-placeholder {
  color: #989898;
}
.mess .FOM #btn {
  float: left;
  width: 130px;
  height: 127px;
  background-color: #009c86;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  padding: 40px 0 0;
  box-sizing: border-box;
  margin: 0 0 0 21px;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 156, 134, 0.1), 0 0 0 10px rgba(0, 156, 134, 0.05);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 156, 134, 0.1), 0 0 0 20px rgba(0, 156, 134, 0);
  }
}
