.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.yebl {
  width: 1280px;
  margin: 0 auto;
}
.bs {
  box-sizing: border-box;
}
.centerFlex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s1 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.imgB {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tion1 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textLr {
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.textRl {
  writing-mode: vertical-rl;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-rl;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.banner {
  width: 100%;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.banner .ban-pagination {
  position: absolute;
  z-index: 99;
  bottom: 99px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: transparent;
}
.banner .ban-pagination span {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  position: relative;
  margin: 0 35px !important;
  border-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  text-align: center;
}
.banner .ban-pagination span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-color: #ffffff;
  width: 0;
}
.banner .ban-pagination .swiper-pagination-bullet-active {
  font-size: 18px;
  top: -30px;
}
.banner .ban-pagination .swiper-pagination-bullet-active::after {
  bottom: -30px;
  width: 29px;
}
.banner .swiper-wrapper {
  width: 100%;
  height: 760px;
  margin-right: auto;
}
.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -81px;
  width: 81px;
  height: 81px;
  margin-top: -20px;
  background: url(../images/banL1.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner:hover .slider-btn-prev {
  left: 10%;
}
.banner .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -81px;
  width: 81px;
  height: 81px;
  margin-top: -20px;
  background: url(../images/banR1.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner:hover .slider-btn-next {
  right: 10%;
  cursor: pointer;
}
.yebl {
  width: 1280px;
  margin: 0 auto;
}
.tit-box .ex {
  display: block;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 11px;
  font-weight: bold;
  color: #549f63;
  margin-bottom: 5px;
}
.tit-box .ex em {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 11px;
  color: #333333;
}
.tit-box .em {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  color: #333333;
  text-align: center;
  display: block;
}
.tit-box .em::before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/list_img.png) no-repeat center;
  background-size: cover;
}
.tit-box .em::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/list_img.png) no-repeat center;
  background-size: cover;
}
.pro-box {
  overflow: hidden;
}
.pro-box .pro-con {
  position: relative;
}
.pro-box .pro-con .tit-box {
  margin: 90px 0 45px;
}
.pro-box .pro-con .tit-box .p {
  position: absolute;
  left: -150px;
  top: 0;
  font-family: Times New Roman;
  font-size: 300px;
  font-weight: bolder;
  line-height: 200px;
  color: #549f63;
  z-index: 999;
}
.pro-box .pro-con .lz {
  position: absolute;
  left: -320px;
  top: 35px;
}
.pro-box .pro-cen {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.pro-box .pro-cen .hd {
  display: inline-block;
  width: 889px;
  box-sizing: border-box;
  padding-top: 46px;
}
.pro-box .pro-cen .hd li {
  margin: 0 90px 52px 0;
  display: inline-block;
}
.pro-box .pro-cen .hd li .icon {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 93px;
  text-align: center;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 89px;
}
.pro-box .pro-cen .hd li .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/pro-i2.png) no-repeat center;
  background-size: cover;
}
.pro-box .pro-cen .hd li .icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #fff150;
  z-index: -1;
  border-radius: 50%;
}
.pro-box .pro-cen .hd li .tit {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.pro-box .pro-cen .hd li .tit i {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #adadad;
}
.pro-box .pro-cen .hd li .more {
  margin-top: 15px;
  margin-left: 11px;
  display: block;
  font-size: 12px;
  line-height: 41px;
  text-align: center;
  color: #727272;
  width: 115px;
  height: 41px;
  position: relative;
  overflow: hidden;
  border: solid 1px #e0e0e0;
}
.pro-box .pro-cen .hd li .more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
  width: 0;
  height: 0;
  background: #549f63;
}
.pro-box .pro-cen .hd li.on .icon::before {
  width: 60px;
  height: 60px;
}
.pro-box .pro-cen .hd li.on .more {
  color: #ffffff;
}
.pro-box .pro-cen .hd li.on .more::after {
  width: 130px;
  height: 130px;
}
.pro-box .pro-cen .hd li:nth-child(3n) {
  margin-right: 0;
}
.pro-box .pro-cen .pro-bd {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: 5px;
}
.pro-box .pro-cen::before {
  content: "";
  z-index: -1;
  width: 1670px;
  height: 440px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -69px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.pro-box .pro-cen .le {
  display: inline-block;
  width: 40px;
  height: 482px;
  background-color: #549f63;
  border-radius: 20px;
  position: absolute;
  z-index: 2;
  right: -258px;
  top: -21px;
}
.pro-box .pro-cen .sha {
  position: absolute;
  right: -230px;
  z-index: 9;
  top: 0;
}
.pro-box .pro-li {
  width: 340px;
  box-sizing: border-box;
  position: relative;
}
.pro-box .pro-li .im {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 23px;
  box-sizing: border-box;
}
.pro-box .pro-li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .pro-li .tit {
  display: inline-block;
  max-width: 207px;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.pro-box .pro-li .ex {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  line-height: 36px;
  color: #c3c3c3;
}
.pro-box .pro-li .dd {
  display: block;
}
.pro-box .pro-li .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 74px;
  height: 32px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: inline-block;
  z-index: 9;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
}
.pro-box .pro-li .more::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 8px;
  background: url(../images/pR.png) no-repeat center;
  background-size: cover;
}
.pro-box .pro-li .more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
  width: 0;
  height: 0;
  background: #549f63;
}
.pro-box .pro-li:hover .im > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-box .pro-li:hover .more::before {
  background: url(../images/pR2.png) no-repeat center;
}
.pro-box .pro-li:hover .more::after {
  width: 80px;
  height: 80px;
}
.pro-box .pro-ul .pro-li {
  margin: 48px 35px 0 0;
  display: inline-block;
  width: 400px;
  padding-bottom: 27px;
  border-bottom: 1px solid #d6d6d6;
}
.pro-box .pro-ul .pro-li .im {
  height: 320px;
  border: solid 1px #dbdbdb;
}
/* .pro-box .pro-ul .pro-li .tit {
  margin-left: 10px;
} */
.pro-box .pro-ul .pro-li .more {
  right: 10px;
  bottom: 27px;
}
.pro-box .pro-ul .pro-li.active .im {
  padding: 3px;
  background: url(../images/pro-bor.jpg) no-repeat center;
  background-size: contain;
}
.pro-box .pro-ul .pro-li.active .more::before {
  background: url(../images/pR2.png) no-repeat center;
}
.pro-box .pro-ul .pro-li.active .more::after {
  width: 80px;
  height: 80px;
}
.pro-box .pro-ul li:nth-child(3n) {
  margin-right: 0;
}
.adv-box {
  margin: 80px 0 100px;
  height: 873px;
  box-sizing: border-box;
  background: url(../images/adv-bg.jpg) repeat left top;
  background-attachment: fixed;
}
.adv-box .adv-con {
  position: relative;
  z-index: 9;
}
.adv-box .adv-con::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1782px;
  height: 873px;
  right: -330px;
  top: 0;
  z-index: -1;
  background: url(../images/adv-bg2.png) no-repeat center;
  background-size: cover;
}
.adv-box .adv-con .sy {
  position: absolute;
  right: -320px;
  z-index: -1;
  top: 287px;
  z-index: 91;
}
.adv-box .adv-con .f {
  font-family: Times New Roman;
  font-size: 300px;
  font-weight: bold;
  line-height: 200px;
  color: #549f63;
  position: absolute;
  top: -78px;
  right: -270px;
}
.adv-box .adv-con .lLine {
  position: absolute;
  left: -260px;
  top: 82px;
  height: 746px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.adv-box .adv-con .lLine::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 116px;
  display: block;
  width: 1px;
  height: 448px;
  background-color: #ffffff;
  opacity: 0.2;
}
.adv-box .adv-con .lLine i {
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  display: block;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.adv-box .tit-box {
  position: absolute;
  top: 150px;
  left: -45px;
  display: inline-block;
  z-index: 999;
}
.adv-box .tit-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: -46px;
  top: -65px;
  width: 176px;
  height: 176px;
  background-color: #fff150;
  border-radius: 50%;
}
.adv-box .tit-box i {
  text-align: left;
}
.adv-box .tit-box .ex {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 11px;
  color: #333333;
  padding-left: 45px;
  margin-bottom: 10px;
}
.adv-box .tit-box .em {
  position: relative;
  top: 0;
  left: 0;
}
.adv-box .tit-box .em span {
  font-size: 38px;
  line-height: 38px;
  color: #333333;
}
.adv-box .tit-box .em::after {
  width: 0;
}
.adv-box .tit-box:hover::before {
  width: 146px;
  height: 146px;
}
.adv-box .phone {
  position: absolute;
  bottom: 188px;
  z-index: 999;
  left: 0;
  display: inline-block;
  height: 64px;
  line-height: 64px;
  background-color: #fff150;
  border-radius: 20px 0px 20px 20px;
  padding: 0 35px 0 30px;
}
.adv-box .phone i:nth-child(2) {
  vertical-align: middle;
  padding-left: 16px;
  margin-left: 18px;
  font-family: Times New Roman;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  display: inline-block;
  border-left: 1px solid #7b7b7b;
}
.adv-box .phone i:nth-child(3) {
  margin-left: 42px;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.adv-box .myAdv {
  padding: 133px 0 265px 0;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.adv-box .myAdv li .text {
  display: inline-block;
  vertical-align: bottom;
  width: 575px;
  margin-bottom: 60px;
}
.adv-box .myAdv li .text .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
}
.adv-box .myAdv li .text .tit::after {
  content: "";
  display: block;
  margin: 16px 0 30px;
  width: 34px;
  height: 3px;
  background-color: #549f63;
}
.adv-box .myAdv li .text .desc {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}
.adv-box .myAdv li > img {
  margin-left: 66px;
  width: 601px;
  height: 475px;
  object-fit: cover;
}
.adv-box .myAdv .control {
  position: absolute;
  right: 142px;
  bottom: 65px;
}
.adv-box .myAdv .control span {
  margin-left: 76px;
  width: 137px;
  height: 48px;
  background-color: #549f63;
  display: inline-block;
  position: relative;
  z-index: 9;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  overflow: hidden;
}
.adv-box .myAdv .control span i {
  display: inline-block;
  width: 25px;
  height: 12px;
}
.adv-box .myAdv .control span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  background: #fff150;
}
.adv-box .myAdv .control span.active {
  color: #333333;
}
.adv-box .myAdv .control span.active::after {
  width: 150px;
  height: 150px;
}
.adv-box .myAdv .control .advL i {
  background: url(../images/adL1.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}
.adv-box .myAdv .control .advL.active i {
  background: url(../images/adL2.png) no-repeat center;
}
.adv-box .myAdv .control .advR i {
  background: url(../images/adR2.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  margin-left: 10px;
}
.adv-box .myAdv .control .advR.active i {
  background: url(../images/adR1.png) no-repeat center;
}
.adv-box .myAdv .swiper-pagination {
  position: absolute;
  top: auto;
  left: 119px;
  bottom: 58px;
  width: 320px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.adv-box .myAdv .swiper-pagination span {
  height: 3px;
  background-color: #ffffff;
}
.adv-box .myAdv .swiper-pagination::after {
  position: absolute;
  right: -54px;
  top: -10px;
  content: "04";
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.adv-box .myAdv .activeNum {
  position: absolute;
  left: 66px;
  bottom: 50px;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.adv-box .myAdv::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 470px;
  height: 575px;
  background-color: #549f63;
  right: 0;
  top: 81px;
}
.case-box {
  padding-bottom: 89px;
}
.case-box .case-top h3 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.case-box .case-top h3 .c {
  font-family: Times New Roman;
  font-size: 300px;
  font-weight: bold;
  line-height: 210px;
  position: absolute;
  left: -117px;
  top: -80px;
  color: #549f63;
}
.case-box .case-top .pic {
  margin-left: 199px;
  display: inline-block;
  vertical-align: middle;
}
.case-box .case-top .pic img {
  width: 704px;
  height: 298px;
  object-fit: cover;
}
.case-box .case-ul li {
  margin: 40px 35px 0 0;
  display: inline-block;
  width: 400px;
  padding: 9px;
  height: 410px;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  box-sizing: border-box;
  position: relative;
}
.case-box .case-ul li .im {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.case-box .case-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .case-ul li .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  width: 250px;
  margin: 35px 0 14px;
}
.case-box .case-ul li i {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #bdbdbd;
}
.case-box .case-ul li .more {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 28px;
  width: 105px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border: solid 1px #d6d6d6;
}
.case-box .case-ul li .more::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -8px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #549f63;
  border: 6px solid #ffffff;
}
.case-box .case-ul li:nth-child(3n) {
  margin-right: 0;
}
.case-box .case-ul li:hover .im > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.case-box .case-ul li:hover .more::before {
  left: 50%;
  transform: translateX(-50%);
}
.ban2-box {
  overflow: hidden;
  position: relative;
  background: url(../images/ban2-bg.jpg) no-repeat center;
  background-size: cover;
  height: 298px;
  background-attachment: fixed;
  box-sizing: border-box;
}
.ban2-box .ban2-con p {
  margin: 72px 0 30px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}
.ban2-box .ban2-con p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 28px;
  height: 70px;
  background: url(../images/ban2L.png) no-repeat center;
  background-size: cover;
}
.ban2-box .ban2-con p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 28px;
  height: 70px;
  background: url(../images/ban2R.png) no-repeat center;
  background-size: cover;
}
.ban2-box .ban2-con .phone {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  background-color: #fff150;
  border-radius: 20px 0px 20px 20px;
  position: relative;
  padding: 0 35px 0 30px;
  left: 50%;
  transform: translateX(-50%);
}
.ban2-box .ban2-con .phone i:nth-child(2) {
  vertical-align: middle;
  padding-left: 16px;
  margin-left: 18px;
  font-family: Times New Roman;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  display: inline-block;
  border-left: 1px solid #7b7b7b;
}
.ban2-box .ban2-con .phone i:nth-child(3) {
  margin-left: 42px;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  display: none;
}
.about-box {
  overflow: hidden;
  height: 929px;
  box-sizing: border-box;
}
.about-box .about-con {
  position: relative;
}
.about-box .about-con .line {
  position: absolute;
  top: -50px;
  right: 0268px;
  width: 12px;
  height: 185px;
  background-color: #549f63;
}
.about-box .about-con .video-box {
  position: relative;
  margin-top: 100px;
  z-index: 9;
  width: 562px;
  box-sizing: border-box;
}
.about-box .about-con .video-box video,
.about-box .about-con .video-box img,
.about-box .about-con .video-box  iframe{
  position: relative;
  top: 0;
  left: -208px;
  width: 843px;
  height: 693px;
  object-fit: cover;
}
.about-box .about-con .video-box .bg {
  position: absolute;
  left: 310px;
  bottom: -47px;
  z-index: -1;
  display: inline-block;
  width: 351px;
  height: 330px;
  background-color: #549f63;
}
.about-box .about-con .text {
  width: 607px;
}
.about-box .about-con .text .tit-box {
  position: relative;
  margin: 231px 0 160px;
}
.about-box .about-con .text .tit-box i {
  text-align: right;
}
.about-box .about-con .text .tit-box .A {
  position: absolute;
  font-family: Times New Roman;
  font-size: 300px;
  font-weight: bold;
  line-height: 200px;
  color: #549f63;
  right: -169px;
  top: -59px;
}
.about-box .about-con .text p {
  font-size: 16px;
  line-height: 39px;
  color: #666666;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about-box .about-con .more {
  margin-top: 70px;
  display: block;
  margin-left: auto;
  text-align: center;
  width: 191px;
  height: 53px;
  border: solid 1px #d6d6d6;
  font-size: 14px;
  line-height: 53px;
  color: #999999;
}
.about-box .about-con .more img {
  margin-left: 18px;
}
.about-box .about-con .more:hover {
  color: #549f63;
  letter-spacing: 2px;
}
.news-box {
  overflow: hidden;
  background: url(../images/section4_bg.jpg) no-repeat center;
  background-attachment: fixed;
  padding: 85px 0;
}
.news-box .n {
  position: absolute;
  left: -200px;
  top: -67px;
  font-family: Times New Roman;
  font-size: 300px;
  font-weight: bolder;
  line-height: 200px;
  color: #549f63;
  z-index: 999;
}
.news-box .news-con {
  position: relative;
}
.news-box .news-con > .more {
  position: absolute;
  z-index: 88;
  left: 0;
  top: 482px;
  width: 191px;
  height: 53px;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  line-height: 53px;
  font-size: 14px;
  color: #999999;
  border-bottom: 2px solid #549f63;
}
.news-box .news-con > .more img {
  margin-left: 16px;
  width: 22px;
  height: 11px;
}
.news-box .news-con > .more:hover {
  left: 10px;
  border-bottom: 5px solid #549f63;
}
.news-box .news-bd .nd {
  height: 896px;
}
.news-box .news-bd .newsTop {
  width: 880px;
  box-sizing: border-box;
  margin-left: auto;
}
.news-box .news-bd .newsTop li {
  width: 400px;
  height: 560px;
  background-color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 35px;
  padding: 50px 38px 0;
}
.news-box .news-bd .newsTop li .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.news-box .news-bd .newsTop li i {
  font-size: 12px;
  line-height: 12px;
  color: #c2c2c2;
  display: block;
  margin: 35px 0 25px;
}
.news-box .news-bd .newsTop li .im {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.news-box .news-bd .newsTop li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-bd .newsTop li .desc {
  margin: 30px 0 35px;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .news-bd .newsTop li:hover .im > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-box .news-bd .newsTop li:hover .more {
  margin-left: 10px;
}
.news-box .news-bd .newsDown li {
  margin: 33px 35px 0 0;
  display: inline-block;
  width: 400px;
  height: 135px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 35px 25px 0;
  position: relative;
}
.news-box .news-bd .newsDown li .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.news-box .news-bd .newsDown li i {
  margin-top: 15px;
  display: block;
  font-size: 20px;
  line-height: 44px;
  color: #c4c4c4;
}
.news-box .news-bd .newsDown li i::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-right: 19px;
  background-color: #7c7c7c;
  vertical-align: middle;
}
.news-box .news-bd .newsDown li .more {
  position: absolute;
  right: 25px;
  bottom: 24px;
  width: 28px;
  height: 28px;
  border: solid 1px #c2c2c2;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  z-index: 9;
  overflow: hidden;
}
.news-box .news-bd .newsDown li .more::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 0;
  height: 0;
  background: #549f63;
}
.news-box .news-bd .newsDown li:nth-child(3n) {
  margin-right: 0;
}
.news-box .news-bd .newsDown li.active .more {
  color: #fff;
}
.news-box .news-bd .newsDown li.active .more::before {
  width: 100%;
  height: 100%;
}
.news-box .news-bd .newsDown li.active i::before {
  width: 64px;
  background-color: #549f63;
}
.news-box .hd {
  position: absolute;
  left: 0;
  top: 100px;
}
.news-box .hd ul {
  margin-top: 108px;
}
.news-box .hd ul li {
  margin-right: 43px;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.news-box .hd ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  z-index: -1;
  background-color: #fff;
  border-radius: 50%;
}
.news-box .hd ul li .icon {
  display: inline-block;
  position: relative;
  z-index: 9;
  width: 90px;
  height: 93px;
  text-align: center;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 89px;
}
.news-box .hd ul li .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/pro-i2.png) no-repeat center;
  background-size: cover;
}
.news-box .hd ul li .icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #fff150;
  z-index: -2;
  border-radius: 50%;
}
.news-box .hd ul li .tit {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  color: #333333;
}
.news-box .hd ul li.on .icon::before {
  width: 60px;
  height: 60px;
}
/* links */
.links {
  background: url(../images/links-bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 49px;
  padding-top: 80px;
}
.links-box {
  padding: 0 0 44px;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cacaca;
}
.links-box p {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin-right: 24px;
}
.links-box p img {
  margin-right: 11px;
}
.links-box div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links-box div a {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-right: 36px;
}
.links-box div a:hover {
  transform: translateX(8px);
  color: #549f63;
}