.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-bot {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.banner .ban-bot .xunpan {
  display: inline-block;
  position: relative;
  width: 112px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #128f74;
}
.banner .ban-bot .xunpan .tips {
  position: absolute;
  left: 36px;
  top: 20px;
  width: 180px;
  height: auto;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #dbc296;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 5px 5px 2px rgba(158, 158, 158, 0.3);
  -webkit-transform: translateX(-20%) scale(0);
  -moz-transform: translateX(-20%) scale(0);
  -o-transform: translateX(-20%) scale(0);
  -ms-transform: translateX(-20%) scale(0);
  transform: translateX(-20%) scale(0);
  -webkit-transition: transform 0.6s, opacity 0.4s;
  -moz-transition: transform 0.6s, opacity 0.4s;
  -o-transition: transform 0.6s, opacity 0.4s;
  -ms-transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s;
  opacity: 0;
}
.banner .ban-bot .xunpan:hover .tips {
  -webkit-transform: translateX(-20%) scale(1);
  -moz-transform: translateX(-20%) scale(1);
  -o-transform: translateX(-20%) scale(1);
  -ms-transform: translateX(-20%) scale(1);
  transform: translateX(-20%) scale(1);
  opacity: 1;
}
.banner .ban-bot .phone {
  vertical-align: bottom;
  position: relative;
  left: -5px;
  display: inline-block;
  height: 100px;
  background: #1f947c;
  padding: 0 85px 0 58px;
  font-size: 16px;
  color: #fff;
  line-height: 100px;
  box-sizing: border-box;
}
.banner .ban-bot .phone i {
  font-family: Arial;
  font-size: 26px;
  line-height: 26px;
  vertical-align: middle;
  font-weight: bold;
  color: #ffffff;
}
.banner .swiper-wrapper {
  width: 100%;
  height: auto;
  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/arrowPrev.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/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner:hover .slider-btn-next {
  right: 10%;
  cursor: pointer;
}
.br {
  border-radius: 50%;
}
.tit-box .ex {
  display: block;
  font-family: Impact;
  font-size: 70px;
  line-height: 60px;
  color: #128f74;
  position: relative;
  left: 0;
  top: 0;
}
.tit-box .ex span {
  font-family: Impact;
  font-size: 70px;
  line-height: 60px;
  color: #128f74;
}
.tit-box .em {
  margin-top: 20px;
  display: block;
  width: 230px;
  position: relative;
  border-bottom: 1px solid #3f3f3f;
  left: -97px;
  padding: 0 0 6px;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
}
.tit-box .em i {
  margin-right: 53px;
}
.bigBox {
  overflow: hidden;
  position: relative;
}
.bigBox .ab-bg {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 64px;
}
.about-box {
  height: 1026px;
  box-sizing: border-box;
  padding-top: 78px;
}
.about-box .about-con {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.about-box h3 {
  font-family: Arial;
  font-size: 114px;
  font-weight: bold;
  line-height: 80px;
  color: #23221d;
  position: relative;
  left: 0;
  top: 0;
}
.about-box h3 span {
  font-family: Arial;
  font-size: 114px;
  font-weight: bold;
  line-height: 80px;
  color: #23221d;
}
.about-box h3 span:nth-child(3) {
  color: #128f74;
}
.about-box .t1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #282828;
  margin: 54px 0 10px;
}
.about-box .t2 {
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  color: #888888;
}
.about-box .t3 {
  margin: 35px 0 55px;
  width: 593px;
  font-size: 16px;
  line-height: 36px;
  color: #676767;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about-box .yyzz {
  width: 200px;
  height: 130px;
  padding: 20px 33px 37px 20px;
  box-sizing: content-box;
  background: url(../images/yyzz.jpg) no-repeat center;
  background-size: cover;
}
.about-box .yyzz:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.about-box .t4 {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  font-size: 16px;
  color: #323232;
  margin-bottom: 32px;
  margin-left: 54px;
}
.about-box .t4::before {
  content: "";
  display: block;
  position: relative;
  width: 100px;
  height: 1px;
  background-color: #000000;
  left: -68px;
  margin-bottom: 24px;
}
.about-box .t4 i {
  font-family: Arial;
  display: block;
  font-size: 12px;
}
.about-box .phone {
  position: absolute;
  right: 0;
  bottom: 67px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #ffffff;
}
.about-box .phone i {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
}
.rea-box {
  padding-top: 69px;
}
.rea-box .rea-tit {
  position: relative;
}
.rea-box .rea-tit .tit-box .ex,
.rea-box .rea-tit .tit-box .em,
.rea-box .rea-tit .tit-box span {
  color: #fff;
}
.rea-box .rea-tit .tit-box .em {
  border-bottom: 1px solid #fff;
}
.rea-box .rea-tit .tx {
  margin: 40px 0 16px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 5px;
  color: #c9f0e7;
}
.rea-box .rea-tit .zx {
  position: relative;
  z-index: 8;
  left: 745px;
  bottom: 6px;
  display: inline-block;
}
.rea-box .rea-tit .zx:hover img {
  transform: translateY(-5px);
}
.rea-box .rea-tit .zx::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 9px;
  background: url(../images/qq-s.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: -4px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.rea-box .rea-con {
  position: relative;
  padding-bottom: 23px;
}
.rea-box .rea-con .myRea {
  position: relative;
  left: -320px;
  overflow: hidden;
  width: 1322px;
}
.rea-box .rea-con .myRea li {
  position: relative;
}
.rea-box .rea-con .myRea li > img {
  width: 943px;
  height: 610px;
  object-fit: cover;
}
.rea-box .rea-con .myRea li .text {
  position: absolute;
  right: 0;
  width: 860px;
  height: 414px;
  background-color: #ffffff;
  box-sizing: border-box;
  top: 105px;
  overflow: hidden;
  padding: 100px 80px 0 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.rea-box .rea-con .myRea li .text .num {
  width: 189px;
  height: 189px;
  background-color: #dbc296;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  right: -58px;
  top: -68px;
  font-size: 39px;
  color: #ffffff;
  padding: 109px 0 0 57px;
}
.rea-box .rea-con .myRea li .text .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}
.rea-box .rea-con .myRea li .text .t2 {
  margin-top: 15px;
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  display: block;
  color: #333333;
}
.rea-box .rea-con .myRea li .text .t2::after {
  content: "";
  display: block;
  margin: 34px 0 25px;
  width: 39px;
  height: 1px;
  background-color: #1e947a;
}
.rea-box .rea-con .myRea li .text .t3 {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.rea-box .rea-con .myRea .contorl {
  position: absolute;
  z-index: 9;
  right: 194px;
  bottom: 23px;
}
.rea-box .rea-con .myRea .contorl span.active {
  background: #dbc296;
}
.rea-box .rea-con .myRea .contorl span.active::after {
  width: 100%;
  height: 100%;
}
.rea-box .rea-con .myRea .contorl span {
  cursor: pointer;
  margin-left: 22px;
  width: 33px;
  height: 33px;
  background-color: #128f74;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 33px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.rea-box .rea-con .myRea .contorl span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  background: #dbc296;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.rea-box .rea-con .pic {
  position: absolute;
  z-index: 10;
  right: -196px;
  bottom: 0;
}
.rea-box .rea-con .pic img {
  display: block;
  margin-left: auto;
}
.rea-box .rea-con .pic img:nth-child(1) {
  position: relative;
  z-index: -1;
  right: 60px;
  bottom: -52px;
}
.rea-box .rea-con > .text {
  position: absolute;
  width: 278px;
  height: 362px;
  bottom: 169px;
  right: -320px;
  z-index: 8;
  background: url(../images/rea-bg2.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 15px;
  padding-right: 30px;
  text-align: right;
}
.rea-box .rea-con > .text i {
  display: inline-block;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  vertical-align: top;
}
.rea-box .rea-con > .text .i1 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
.rea-box .rea-con > .text .i2 {
  margin-left: 10px;
  font-family: Arial;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 36px;
  color: #1e947a;
  position: relative;
}
.rea-box .rea-con > .text .i2::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 156px;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: -66px;
}
.pro-box {
  overflow: hidden;
  padding: 84px 0 260px;
  background: url(../images/pro-bg.jpg) no-repeat center bottom;
}
.pro-box .pro-con {
  position: relative;
}
.pro-box .pro-ul {
  margin-top: 50px;
  width: 1000px;
  box-sizing: border-box;
}
.pro-box .pro-ul li.active {
  border: solid 1px #178b6e;
}
.pro-box .pro-ul li.active .more {
  background: #128f74;
  color: #fff;
  border: solid 1px #128f74;
}
.pro-box .pro-ul li {
  margin: 0 38px 30px 0;
  display: inline-block;
  width: 290px;
  height: 280px;
  border-radius: 5px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding: 16px 14px 0;
  position: relative;
  overflow: hidden;
}
.pro-box .pro-ul li .im {
  display: block;
  width: 100%;
  height: 194px;
  border-radius: 5px;
}
.pro-box .pro-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .pro-ul li .tit {
  display: block;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 26px;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.pro-box .pro-ul li .more {
  position: absolute;
  border-radius: 50%;
  right: 14px;
  bottom: 20px;
  width: 25px;
  height: 25px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.pro-box .pro-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);
}
.pro-box .pro-item {
  position: absolute;
  z-index: 9;
  padding: 32px 11px 0;
  top: 45px;
  right: 0;
  width: 292px;
  max-height: 720px;
  border-radius: 5px;
  background: url(../images/pro-bg2.png) no-repeat center;
  box-sizing: border-box;
}
.pro-box .pro-item h3 {
  display: flex;
  align-items: center;
  margin-left: 11px;
  margin-bottom: 13px;
}
.pro-box .pro-item h3 p {
  height: 48px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  padding-left: 17px;
  margin-left: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.pro-box .pro-item h3 p i {
  display: block;
  font-family: Arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  mask-type: 13px;
  color: #fff;
}
.pro-box .pro-item .item-ul {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.pro-box .pro-item .item-ul li .tit {
  display: block;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(30, 148, 122, 0.08);
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 72px;
  padding: 0 80px 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  position: relative;
}
.pro-box .pro-item .item-ul li .tit::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 5px;
  background-color: #128f74;
  border-radius: 3px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.pro-box .pro-item .item-ul li div {
  width: 100%;
  box-sizing: border-box;
  padding: 0 21px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-box .pro-item .item-ul li div a {
  display: inline-block;
  padding: 22px 0 12px;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  border-bottom: dashed 1px #d4e6e2;
}
.pro-box .pro-item .item-ul li div a::before {
  content: ">";
  margin-right: 5px;
}
.pro-box .pro-item .item-ul li div a:hover {
  color: #128f74;
}
.pro-box .phone {
  margin-top: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
}
.pro-box .phone i {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 13px;
  letter-spacing: 0;
  color: #333333;
}
.pro-box .zx {
  display: inline-block;
  position: relative;
  margin-left: 85px;
}
.pro-box .zx:hover img {
  transform: translateY(-5px);
}
.pro-box .zx::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 9px;
  background: url(../images/qq2-s.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: -4px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.case-box {
  padding: 70px 0;
  overflow: hidden;
}
.case-box .case-tit div a {
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-box .case-tit div a img {
  position: relative;
  right: -15px;
}
.case-box .case-tit div p {
  padding-top: 20px;
  padding-right: 10px;
  border-top: 1px solid #000;
  font-family: Impact;
  font-size: 26px;
  font-style: italic;
  line-height: 26px;
  color: #333333;
}
.case-box .myCase {
  overflow: hidden;
  margin: 48px 0 0 0;
}
.case-box .myCase li .im {
  height: 304px;
  border: 5px solid #f6f6f6;
  overflow: hidden;
  display: block;
}
.case-box .myCase li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .myCase li .tit {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-box .myCase 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 .myCase li:hover .tit {
  letter-spacing: 2px;
}
.case-box .contorl {
  position: relative;
  margin-top: 35px;
}
.case-box .contorl::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1120px;
  height: 1px;
  background-color: #dedede;
}
.case-box .contorl i {
  margin-right: 736px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 402px;
  text-align: center;
  font-family: Arial;
  font-size: 74px;
  font-weight: 1000;
  line-height: 60px;
  color: #d0e9e3;
}
.case-box .contorl i::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #128f74;
}
.case-box .contorl i::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #128f74;
}
.case-box .contorl span {
  cursor: pointer;
  border-radius: 50%;
  background: #128f74;
  width: 37px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  z-index: 9;
  margin-left: 29px;
}
.case-box .contorl span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #dbc296;
  z-index: -1;
  border-radius: 50%;
}
.case-box .contorl span.active::after {
  width: 100%;
  height: 100%;
}
.news-box {
  position: relative;
}
.news-box .news-con {
  position: relative;
}
.news-box .hsa {
  position: absolute;
  right: -296px;
  bottom: -70px;
}
.news-box .hd {
  margin-bottom: 45px;
}
.news-box .hd ul {
  margin-top: 34px;
}
.news-box .hd ul li {
  display: inline-block;
  width: 149px;
  height: 49px;
  border: solid 1px #dedede;
  text-align: center;
  box-sizing: border-box;
  line-height: 49px;
  margin-left: 97px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-box .hd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #333333;
}
.news-box .hd ul li.on {
  border: solid 2px #1e947a;
}
.news-box .hd ul li.on a {
  font-weight: bold;
}
.news-box .nd {
  height: 696px;
}
.news-box .n-top li:last-child {
  margin-right: 0;
}
.news-box .n-top li {
  margin-right: 22px;
  display: inline-block;
  width: 405px;
  height: 455px;
  background-color: #fbfbfb;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 44px 42px 0;
}
.news-box .n-top li .day {
  display: inline-block;
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  line-height: 23px;
  color: #333333;
  margin-right: 153px;
  vertical-align: middle;
}
.news-box .n-top li .year {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial;
  font-size: 16px;
  line-height: 16px;
  color: #999999;
}
.news-box .n-top li .year::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 1px;
  background-color: #dedede;
  margin-right: 6px;
}
.news-box .n-top li .im {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 176px;
}
.news-box .n-top li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .n-top li .tit {
  display: block;
  width: 345px;
  margin: 40px auto 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 16px;
  line-height: 16px;
}
.news-box .n-top li p {
  width: 345px;
  margin: 0 auto 35px;
  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 .n-top 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 .n-top li:hover .more {
  color: #fff;
}
.news-box .n-top li:hover .more::after {
  width: 100%;
  height: 100%;
}
.news-box .n-down li:nth-child(3n) {
  margin-right: 0;
}
.news-box .n-down li {
  margin: 10px 30px 0 0;
  display: inline-block;
  padding: 30px 0 20px;
  width: 402px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.news-box .n-down li:hover .more {
  color: #128f74;
  transform: translateY(-5px);
}
.news-box .n-down li:hover::after {
  width: 100%;
}
.news-box .n-down li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #128f74;
}
.news-box .n-down li .more {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  right: 0;
  bottom: 25px;
}
.news-box .n-down li .date {
  margin-bottom: 20px;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
}
.news-box .n-down li .date i {
  display: inline-block;
  margin-right: 3px;
  font-family: Arial;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.news-box .n-down li .tit {
  display: block;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.links {
  padding: 50px 0 340px;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.links p {
  font-family: Arial;
  font-size: 36px;
  font-weight: bold;
  line-height: 30px;
  color: #128f74;
}
.links div {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.links div a {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-left: 68px;
}
.links div a::before {
  content: "[";
}
.links div a::after {
  content: "]";
}
.links div a:hover {
  color: #dbc296;
  transform: translateX(5px);
}
.links div a:hover::before,
.links div a:hover::after {
  color: #dbc296;
}
