.contents {

  width: 1300px;

  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);

  transition: 0.5s ease-out;

}

.tsy:hover {

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

}

.gd {

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.s180 {

  transform: rotateY(0);

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.s180:hover {

  transform: rotateY(108deg);

}

.img100 {

  transform: scale(1);

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.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);

  }

}

.pro {

  height: 1146px;

  background: url(../images/pro.jpg) 0 0 repeat-y fixed;

  padding: 80px 0 0;

  box-sizing: border-box;

}

.pro .top h3 a {

  display: block;

  font-size: 40px;

  color: #333;

  line-height: 38px;

  font-weight: bold;

  text-align: center;

}

.pro .top p {

  font-size: 16px;

  color: #666;

  line-height: 16px;

  text-align: center;

  margin: 19px 0 0;

}

.pro .list {

  display: flex;

  justify-content: space-between;

  margin: 45px 0 0;

}

.pro .list li {

  width: 220px;

  height: 380px;

  background: #fff;

  border-radius: 10px;

  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);

  padding: 35px 20px 0;

  box-sizing: border-box;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  transition: 0.5s ease-out;

}

.pro .list li:hover {

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

}

.pro .list li i {

  display: block;

  width: 89px;

  height: 89px;

  background: url(../images/pb1.png) no-repeat center;

  border-radius: 50%;

  margin: 0 auto;

  position: relative;

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.pro .list li i::before {

  content: "";

  display: block;

  width: 89px;

  height: 89px;

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.pro .list li .cond {

  display: block;

  font-size: 18px;

  color: #4a4a4a;

  line-height: 35px;

  text-align: center;

  margin: 25px 0 0;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.pro .list li .cond:hover {

  color: #32b79c;

}

.pro .list li .er {

  margin: 15px 0 0;

}

.pro .list li .er a {

  display: block;

  padding-left: 60px;

  font-size: 16px;

  color: #4a4a4a;

  line-height: 40px;

  position: relative;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  -webkit-transition: 0.5s ease-out;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  transition: 0.5s ease-out;

}

.pro .list li .er a:hover {

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

}

.pro .list li .er a::before {

  content: "";

  display: block;

  width: 5px;

  height: 5px;

  position: absolute;

  background: #343434;

  border-radius: 50%;

  top: 50%;

  left: 40px;

  margin-top: -2.5px;

}

.pro .list li .er a:hover {

  color: #32b79c;

}

.pro .list li:hover i {

  background: url(../images/pb2.png) no-repeat center;

}

.pro .list li:nth-child(1) i::before {

  background: url(../images/10.png) no-repeat center;

}

.pro .list li:nth-child(1):hover i::before {

  background: url(../images/11s.png) no-repeat center;

  transform: rotateY(360deg);

}

.pro .list li:nth-child(2) i::before {

  background: url(../images/20.png) no-repeat center;

}

.pro .list li:nth-child(2):hover i::before {

  background: url(../images/21.png) no-repeat center;

  transform: rotateY(360deg);

}

.pro .list li:nth-child(3) i::before {

  background: url(../images/30.png) no-repeat center;

}

.pro .list li:nth-child(3):hover i::before {

  background: url(../images/31.png) no-repeat center;

  transform: rotateY(360deg);

}

.pro .list li:nth-child(4) i::before {

  background: url(../images/40.png) no-repeat center;

}

.pro .list li:nth-child(4):hover i::before {

  background: url(../images/41.png) no-repeat center;

  transform: rotateY(360deg);

}

.pro .list li:nth-child(5) i::before {

  background: url(../images/50.png) no-repeat center;

}

.pro .list li:nth-child(5):hover i::before {

  background: url(../images/51.png) no-repeat center;

  transform: rotateY(360deg);

}

.pro .prolist {

  margin: 54px 0 0;

  position: relative;

}

.pro .prolist .bd li {

  width: 1300px;

  position: relative;

  display: flex;

  justify-content: space-between;

}

.pro .prolist .bd li .img {

  display: block;

  flex: 0 0 50%;

  height: 430px;

  overflow: hidden;

}

.pro .prolist .bd li .img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transform: scale(1);

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.pro .prolist .bd li .img img:hover {

  transform: scale(1.1);

}

.pro .prolist .bd li .text {

  width: 70px;

  height: 306px;

  background: url(../images/list1.png) no-repeat center;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-left: -35px;

  margin-top: -153px;

  z-index: 50;

  padding: 33px 0 30px;

  box-sizing: border-box;

  display: flex;

  justify-content: space-between;

  flex-direction: column;

}

.pro .prolist .bd li .text .cond {

  height: 205px;

  display: block;

  font-size: 18px;

  color: #4a4a4a;

  line-height: 70px;

  writing-mode: tb-rl;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.pro .prolist .bd li .text .more {

  display: block;

  width: 29px;

  height: 29px;

  background: url(../images/more1.png) no-repeat center;

  margin: 0 auto;

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.pro .prolist .bd li:hover .text .more {

  transform: rotate(360deg);

}

.pro .prolist .prev {

  width: 60px;

  height: 60px;

  background: url(../images/arr-pro.png) no-repeat center left;

  cursor: pointer;

  position: absolute;

  top: 50%;

  left: 37px;

  margin-top: -30px;

}

.pro .prolist .next {

  width: 60px;

  height: 60px;

  background: url(../images/arr-pro.png) no-repeat center right;

  cursor: pointer;

  position: absolute;

  top: 50%;

  right: 37px;

  margin-top: -30px;

}

.abo {

  background: #f5f5f5 url(../images/abo.jpg) no-repeat center top;

  padding: 79px 0 40px;

  box-sizing: border-box;

}

.abo .top h3 a {

  display: block;

  font-size: 40px;

  color: #fff;

  line-height: 38px;

  font-weight: bold;

  text-align: center;

}

.abo .top p {

  font-size: 16px;

  color: #fff;

  line-height: 16px;

  text-align: center;

  margin: 19px 0 0;

}

.abo .warp {

  display: flex;

  justify-content: space-between;

  background: #f5f5f5;

  border-radius: 10px 10px 0 0;

  margin: 65px 0 0;

  padding: 70px 60px 0;

  box-sizing: border-box;

  height: 511px;

}

.abo .warp .text {

  width: 507px;

  position: relative;

}

.abo .warp .text::before {

  content: "";

  display: block;

  width: 498px;

  height: 1px;

  position: absolute;

  background: #2b2b2b;

  opacity: 0.1;

  top: 88px;

  left: 0;

}

.abo .warp .text .cond {

  display: block;

  font-size: 20px;

  color: #333;

  line-height: 20px;

  font-weight: bold;

  margin: 6px 0 24px;

}

.abo .warp .text .zm {

  font-family: Arial;

  font-size: 12px;

  color: #999;

  line-height: 11px;

}

.abo .warp .text .text {

  font-size: 15px;

  color: #666;

  line-height: 40px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 5;

  overflow: hidden;

  height: 200px;

  margin: 50px 0 0;

}

.abo .warp .text .more {

  display: block;

  width: 184px;

  height: 52px;

  border-radius: 25px;

  background-image: linear-gradient(225deg, #28b376 2%, #39b9b3 100%), linear-gradient(#00a39a, #00a39a);

  background-blend-mode: normal,

    normal;

  font-size: 16px;

  color: #fff;

  line-height: 52px;

  text-align: center;

  margin: 65px 0 0;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  transition: 0.5s ease-out;

}

.abo .warp .text .more:hover {

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

}

.abo .warp .about {

  width: 590px;

  height: 440px;

  overflow: hidden;

}

.abo .warp .about video {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transform: scale(1);

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}


.abo .box {

  display: flex;

  justify-content: space-between;

  margin: 80px 0 0;

}

.abo .box .base {

  width: 600px;

}

.abo .box .base .toptow {

  width: 575px;

  height: 46px;

  padding-left: 66px;

  box-sizing: border-box;

  background: url(../images/title1.png) no-repeat center left;

  display: flex;

  justify-content: space-between;

  position: relative;

}

.abo .box .base .toptow::before {

  content: "";

  display: block;

  width: 508px;

  height: 1px;

  position: absolute;

  background: #333;

  opacity: 0.06;

  top: 45px;

  left: 67px;

}

.abo .box .base .toptow h3 {

  font-size: 22px;

  font-weight: bold;

  line-height: 46px;

}

.abo .box .base .toptow h3 i {

  font-family: Arial;

  font-size: 14px;

  color: #999;

  line-height: 46px;

}

.abo .box .base .toptow .more {

  display: block;

  font-family: 'Times New Roman', Times, serif;

  line-height: 46px;

  color: #333;

}

.abo .box .base .slidebase {

  margin: 17px 0 0 -23px;

  position: relative;

}

.abo .box .base .slidebase .bd li {

  width: 600px !important;

  padding: 20px;

}

.abo .box .base .slidebase .bd li .list {

  width: 577px;

  height: 440px;

  background: #fff;

  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);

  border-radius: 15px;

  margin: 0 auto;

  overflow: hidden;

  padding: 20px 24px 0;

  box-sizing: border-box;

}

.abo .box .base .slidebase .bd li .list .img {

  display: block;

  width: 100%;

  height: 300px;

  overflow: hidden;

}

.abo .box .base .slidebase .bd li .list .img img {

  width: 100%;

  height: 100%;

  object-fit: contain;

  transform: scale(1);

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.abo .box .base .slidebase .bd li .list .img img:hover {

  transform: scale(1.1);

}

.abo .box .base .slidebase .bd li .list .cond {

  display: block;

  width: 200px;

  height: 55px;

  background-image: linear-gradient(225deg, #28b376 2%, #39b9b3 100%), linear-gradient(#ebebeb, #ebebeb);

  background-blend-mode: normal,

    normal;

  border-radius: 28px;

  font-size: 18px;

  color: #fff;

  line-height: 55px;

  text-align: center;

  padding: 0 15px;

  box-sizing: border-box;

  margin: 33px auto 0;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.abo .box .base .slidebase .prev {

  width: 45px;

  height: 45px;

  background: url(../images/arr-base.png) no-repeat center left;

  cursor: pointer;

  position: absolute;

  top: 157px;

  left: 70px;

  z-index: 50;

}

.abo .box .base .slidebase .next {

  width: 45px;

  height: 45px;

  background: url(../images/arr-base.png) no-repeat center right;

  cursor: pointer;

  position: absolute;

  top: 157px;

  right: 70px;

  z-index: 50;

}

.abo .box .honor {

  width: 680px;

}

.abo .box .honor .toptow {

  width: 615px;

  height: 46px;

  padding-left: 66px;

  background: url(../images/title2.png) no-repeat center left;

  display: flex;

  justify-content: space-between;

  position: relative;

  box-sizing: border-box;

  margin: 0 0 0 40px;

}

.abo .box .honor .toptow::before {

  content: "";

  display: block;

  width: 508px;

  height: 1px;

  position: absolute;

  background: #333;

  opacity: 0.06;

  top: 45px;

  left: 67px;

}

.abo .box .honor .toptow h3 {

  font-size: 22px;

  font-weight: bold;

  line-height: 46px;

}

.abo .box .honor .toptow h3 i {

  font-family: Arial;

  font-size: 14px;

  color: #999;

  line-height: 46px;

}

.abo .box .honor .toptow .more {

  display: block;

  font-family: 'Times New Roman', Times, serif;

  line-height: 46px;

  color: #333;

}

.abo .box .honor .slidehonor {

  margin: 20px 0 0;

  position: relative;

}

.abo .box .honor .slidehonor .bd li {

  width: 680px !important;

  padding: 16px;

  box-sizing: border-box;

}

.abo .box .honor .slidehonor .bd li .listbox {

  width: 633px;

  height: 440px;

  margin: 0 auto;

  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);

  border-radius: 15px;

  background: #fff;

  overflow: hidden;

  display: flex;

  justify-content: space-between;

  padding: 32px 80px 0;

  box-sizing: border-box;

}

.abo .box .honor .slidehonor .bd li .listbox .list {

  position: relative;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  transition: 0.5s ease-out;

}

.abo .box .honor .slidehonor .bd li .listbox .list:hover {

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

}

.abo .box .honor .slidehonor .bd li .listbox .list::before {

  content: "";

  display: block;

  width: 241px;

  height: 300px;

  position: absolute;

  background: url(../images/rong.png) no-repeat center;

  top: -4px;

  left: -6px;

  z-index: 1;

}

.abo .box .honor .slidehonor .bd li .listbox .list .img {

  display: block;

  width: 220px;

  height: 285px;

  overflow: hidden;

}

.abo .box .honor .slidehonor .bd li .listbox .list .img img {

  width: 100%;

  height: 100%;

  object-fit: contain;

  transform: scale(1);

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.abo .box .honor .slidehonor .bd li .listbox .list .cond {

  display: block;

  width: 200px;

  height: 56px;

  background: #ebebeb;

  border-radius: 28px;

  font-size: 18px;

  color: #333;

  line-height: 56px;

  text-align: center;

  margin: 35px auto 0;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.abo .box .honor .slidehonor .bd li .listbox .list:hover .cond {

  background-image: linear-gradient(225deg, #28b376 2%, #39b9b3 100%), linear-gradient(#ebebeb, #ebebeb);

  background-blend-mode: normal,

    normal;

  color: #fff;

}

.abo .box .honor .slidehonor .bd li .listbox .list:hover .img img {

  transform: scale(1.1);

}

.abo .box .honor .slidehonor .prev {

  width: 45px;

  height: 45px;

  background: url(../images/arr-honor.png) no-repeat center left;

  cursor: pointer;

  position: absolute;

  top: 134px;

  left: 40px;

  z-index: 50;

}

.abo .box .honor .slidehonor .next {

  width: 45px;

  height: 45px;

  background: url(../images/arr-honor.png) no-repeat center right;

  cursor: pointer;

  position: absolute;

  top: 134px;

  right: 40px;

  z-index: 50;

}

.adv {

  height: 640px;

  background: url(../images/adv.jpg) no-repeat center top;

  padding: 82px 0 0;

  box-sizing: border-box;

}

.adv .top .zm {

  font-size: 14px;

  color: #fff;

  line-height: 10px;

  text-align: center;

  letter-spacing: 18px;

}

.adv .top h3 {

  font-size: 40px;

  line-height: 40px;

  color: #fff;

  text-align: center;

  margin: 25px 0 0;

  background: url(../images/t1.png) no-repeat center;

}

.adv .top h3 i {

  font-weight: bold;

  color: #fff;

}

.adv .top p {

  font-size: 15px;

  color: #fff;

  line-height: 15px;

  text-align: center;

  letter-spacing: 8px;

  margin: 29px 0 0;

}

.adv .list {

  display: flex;

  justify-content: space-between;

  margin: 56px 0 0;

}

.adv .list li {
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 20px;
  padding: 40px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition: 0.5s ease-out;
}

.adv .list li:hover {

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

}

.adv .list li h4 {

  font-size: 22px;

  color: #333;

  line-height: 25px;

  text-align: center;

  font-weight: bold;

}

.adv .list li .zm {

  font-family: Arial;

  font-size: 12px;

  color: #999;

  line-height: 10px;

  text-align: center;

  margin: 15px 0;

}

.adv .list li p {
  font-size: 15px;
  color: #666;
  line-height: 32px;
  text-align: center;
  width: 250px;
  margin-left: 20px;
  height: 144px; margin-top:20px;
}

.adv .list li .num {
  width: 132px;
  height: 118px;
  background: url(../images/cire1.png) no-repeat center;
  margin:-15px auto 0;
  text-align: center;
  line-height: 20px;
  padding: 32px 0 0;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.adv .list .on .num {

  background: url(../images/cire2.png) no-repeat center;

  color: #fff;

}

.service {

  height: 695px;

  background: url(../images/service.jpg) no-repeat center top;

  padding: 78px 0 0;

  box-sizing: border-box;

}

.service .top {

  background: url(../images/t2.png) no-repeat center top;

  background-position-y: 5px;

}

.service .top .zm {

  font-family: Arial;

  font-size: 26px;

  font-weight: bold;

  line-height: 20px;

  color: #32b79c;

  text-align: center;

}

.service .top h3 {

  font-size: 40px;

  line-height: 40px;

  color: #333;

  text-align: center;

  margin: 20px 0 0;

}

.service .top h3 i {

  font-weight: bold;

  color: #333;

}

.service .top p {

  font-size: 16px;

  color: #666;

  line-height: 16px;

  text-align: center;

  margin: 40px 0 0;

}

.service .list {

  display: flex;

  justify-content: space-between;

  margin: 47px 0 0;

}

.service .list li {

  width: 289px;

  height: 350px;

  background: #fff;

  border-radius: 15px;

  border: 1px solid #efefef;

  box-sizing: border-box;

  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.06);

  padding: 41px 33px 0;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  transition: 0.5s ease-out;

}

.service .list li:hover {

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

}

.service .list li .cond {

  display: block;

  font-size: 20px;

  color: #32b79c;

  line-height: 20px;

  text-align: center;

  font-weight: bold;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.service .list li .zm {

  font-family: Arial;

  font-size: 12px;

  color: #999;

  line-height: 11px;

  text-align: center;

  margin: 9px 0 26px;

}

.service .list li .more {

  display: block;

  width: 52px;

  height: 52px;

  background: url(../images/more2.png) no-repeat center;

  margin: 35px auto 0;

  font-size: 0;

  color: transparent;

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.service .list li .img {

  display: block;

  width: 222px;

  height: 180px;

  overflow: hidden;

}

.service .list li .img img {

  width: 100%;

  height: 100%;

  object-fit: contain;

  transform: scale(1);

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.service .list li .img img:hover {

  transform: scale(1.1);

}

.service .list li:hover .more {

  background: #32b79c;

  transform: rotateX(360deg);

  font-size: 16px;

  text-align: center;

  line-height: 52px;

  color: #fff;

  width: 150px;

  height: 52px;

  border-radius: 25px;

}

.news {

  height: 474px;

  background: url(../images/news.jpg) no-repeat center top;
  display: none;
}

.news .top h3 a {

  display: block;

  font-size: 40px;

  color: #333;

  line-height: 38px;

  font-weight: bold;

  text-align: center;

}

.news .top p {

  font-size: 16px;

  color: #666;

  line-height: 16px;

  text-align: center;

  margin: 19px 0 0;

}

.news .listtext {

  border-top: 1px solid #e9e9e9;

  margin: 45px 0 0;

}

.news .listtext li {

  height: 117px;

  border-bottom: 1px solid #e9e9e9;

  box-sizing: border-box;

  display: flex;

  justify-content: space-between;

}

.news .listtext li .data {

  width: 116px;

  margin: 30px 0 0;

  position: relative;

  font-family: Arial;

  font-size: 14px;

  color: #999;

  line-height: 10px;

}

.news .listtext li .data::before {

  content: "";

  display: block;

  width: 1px;

  height: 51px;

  position: absolute;

  background: #2b2b2b;

  opacity: 0.2;

  top: 0;

  right: 0;

}

.news .listtext li .data i {

  display: block;

  font-family: Arial;

  font-size: 50px;

  font-weight: bold;

  line-height: 38px;

  color: #ccc;

  margin: 0 0 11px 0;

}

.news .listtext li .text {

  width: 935px;

  margin: 20px 0 0;

}

.news .listtext li .text .cond {

  display: block;

  font-size: 18px;

  color: #333;

  line-height: 40px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.news .listtext li .text p {

  font-size: 14px;

  color: #888;

  line-height: 30px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.news .listtext li .more {

  display: block;

  padding: 0 117px 0 0;

  box-sizing: border-box;

  font-family: Arial;

  font-size: 16px;

  color: #666;

  line-height: 117px;

  background: url(../images/more3.png) no-repeat center right;

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.news .listtext li:hover .more {

  background: url(../images/more4.png) no-repeat center right;

}

.news .listtext li:hover .text .cond {

  color: #32b79c;

  letter-spacing: 1px;

}

.link {

  min-height: 139px;

  background: #f6f6f6;

}

.link .contents {

  display: flex;

  justify-content: space-between;

  align-items: center;

  height: 139px;

}

.link p {

  font-size: 30px;

  font-weight: bold;

  line-height: 30px;

  color: #333;

  flex: 1;

}

.link p i {

  font-weight: bold;

  color: #32b79c;

}

.link .lj {

  display: flex;

  flex-wrap: wrap;

  flex: 0 0 90%;

}

.link .lj a {

  display: block;

  font-size: 14px;

  color: #999;

  line-height: 30px;

  margin: 0 20px 0 0;

  -webkit-transition: 0.5s ease-out;

  transition: 0.5s ease-out;

}

.link .lj a:hover {

  color: #32b79c;

}
