.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.yebl {
  width: 1300px;
  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;
  width: auto;
  z-index: 99;
  right: 60px;
  top: 50%;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.banner .ban-pagination span {
  display: block;
  border-radius: 0;
  width: 29px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin: 15px 0 0 auto !important;
}
.banner .ban-pagination .swiper-pagination-bullet-active {
  width: 47px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 1;
}
.banner .other {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 9;
}
.banner .other ul {
  display: inline-block;
  padding: 50px 31px 17px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}
.banner .other ul li {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 34px;
}
.banner .other ul li img {
  margin-right: 1px;
}
.banner .other ul li:nth-child(1) {
  position: relative;
}
.banner .other ul li:nth-child(1) .tips {
  position: absolute;
  left: 36px;
  top: 26px;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #ffd200;
  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 .other ul li:nth-child(1):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 .swiper-wrapper {
  width: 100%;
  height: auto;
  margin-right: auto;
}
.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 890px;
}
.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;
  opacity: 0;
}
.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 .em {
  display: inline-block;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  vertical-align: bottom;
  margin-right: 10px;
  margin-left: 10px;
}
.tit-box .ex {
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #666666;
  margin-top: 20px;
  position: relative;
  left: 0;
  top: 0;
}
.tit-box .ex::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #1b1b1b;
  vertical-align: middle;
  margin-right: 7px;
}
.isMore {
  display: inline-block;
  font-size: 15px;
  color: #333333;
  margin-top: 33px;
}
.isMore:hover {
  letter-spacing: 2px;
  color: #03a06e;
}
.isMore i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 33px;
  height: 33px;
  background-color: #03a06e;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  margin-left: 22px;
}
.isMore i::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 48px;
  height: 48px;
  top: -7px;
  left: -7px;
  background-color: #03a06e;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}
.isMore i::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 48px;
  height: 48px;
  top: -7px;
  left: -7px;
  background-color: #03a06e;
  opacity: 0.3;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
  border-radius: 50%;
}
.pro-box {
  overflow: hidden;
  position: relative;
  padding: 54px 0 60px;
}
.pro-box .pro-con {
  position: relative;
}
.pro-box .pro-con::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -310px;
  top: -37px;
  width: 540px;
  height: 144px;
  background-color: #e4f2ed;
  z-index: -1;
}
.pro-box .slide-pro {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
.pro-box .slide-pro .hd ul {
  width: 247px;
  height: 669px;
  background-color: #03a06e;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 47px 0 47px 32px;
}
.pro-box .slide-pro .hd ul li.on a {
  color: #03a06e;
  font-weight: bold;
}
.pro-box .slide-pro .hd ul li.on::after {
  width: 100%;
}
.pro-box .slide-pro .hd ul li.on::before {
  right: 13px;
}
.pro-box .slide-pro .hd ul li {
  height: 60px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  padding: 0 25px 0 21px;
}
.pro-box .slide-pro .hd ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 8px;
  background: url(../images/pr.png) no-repeat center;
  background-size: cover;
  right: -20px;
  bottom: 25px;
}
.pro-box .slide-pro .hd ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #ffffff;
}
.pro-box .slide-pro .hd ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  display: inline-block;
  background-color: #fff;
}
.pro-box .slide-pro .pro-bd {
  width: 997px;
  box-sizing: border-box;
}
.pro-box .slide-pro .pro-bd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-box .slide-pro .pro-bd ul li {
  width: 314px;
  margin-bottom: 34px;
  height: 316px;
  background-color: #eeeeee;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
  padding: 19px 17px;
  z-index: 9;
  overflow: hidden;
}
.pro-box .slide-pro .pro-bd ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #03a06e;
  z-index: -1;
}
.pro-box .slide-pro .pro-bd ul li:hover::after {
  height: 100%;
}
.pro-box .slide-pro .pro-bd ul li:hover a {
  color: #fff;
}
.pro-box .slide-pro .pro-bd ul li .im {
  display: block;
  height: 224px;
  overflow: hidden;
}
.pro-box .slide-pro .pro-bd ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .slide-pro .pro-bd ul li .tit {
  display: block;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-top: 28px;
}
.pro-box .slide-pro .pro-bd ul li .more {
  position: absolute;
  right: 17px;
  bottom: 29px;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.rea-box {
  background: url(../images/rea-bg.jpg) no-repeat center;
  background-size: cover;
  height: 930px;
  padding-top: 95px;
  box-sizing: border-box;
}
.rea-box .slide-rea {
  width: 1436px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  right: 70px;
}
.rea-box .slide-rea h3 {
  position: absolute;
  right: 0;
  top: 0;
}
.rea-box .slide-rea h3 i {
  margin-top: 19px;
  display: block;
  width: 242px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  margin-left: auto;
}
.rea-box .slide-rea .rea-bd li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rea-box .slide-rea .rea-bd li img {
  width: 751px;
  height: 625px;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
.rea-box .slide-rea .rea-bd li .text {
  margin-top: 80px;
  display: inline-block;
  width: 601px;
  text-align: right;
}
.rea-box .slide-rea .rea-bd li .text .t1 {
  font-size: 28px;
  line-height: 28px;
  color: #fffefe;
}
.rea-box .slide-rea .rea-bd li .text .t2 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 6px;
  padding: 19px 0;
  color: #b8dacc;
  border-bottom: 1px solid #5ebb9e;
}
.rea-box .slide-rea .rea-bd li .text .t3 {
  margin-top: 20px;
  font-size: 15px;
  line-height: 32px;
  color: #ffffff;
}
.rea-box .slide-rea .hd {
  position: absolute;
  right: 0;
  bottom: 120px;
  z-index: 9;
}
.rea-box .slide-rea .hd ul {
  display: inline-block;
}
.rea-box .slide-rea .hd ul li.on .icon {
  background: #03a06e;
  top: -19px;
}
.rea-box .slide-rea .hd ul li.on .icon::after {
  width: 70px;
  height: 70px;
}
.rea-box .slide-rea .hd ul li:nth-child(1) .icon::before {
  content: "";
  background: url(../images/ri1.png) no-repeat center;
  background-size: contain;
}
.rea-box .slide-rea .hd ul li:nth-child(1).on .icon::before {
  content: "";
  background: url(../images/ri12.png) no-repeat center;
  background-size: contain;
}
.rea-box .slide-rea .hd ul li:nth-child(2) .icon::before {
  content: "";
  background: url(../images/ri2.png) no-repeat center;
  background-size: contain;
}
.rea-box .slide-rea .hd ul li:nth-child(2).on .icon::before {
  content: "";
  background: url(../images/ri22.png) no-repeat center;
  background-size: contain;
}
.rea-box .slide-rea .hd ul li:nth-child(3) .icon::before {
  content: "";
  background: url(../images/ri3.png) no-repeat center;
  background-size: contain;
}
.rea-box .slide-rea .hd ul li:nth-child(3).on .icon::before {
  content: "";
  background: url(../images/ri32.png) no-repeat center;
  background-size: contain;
}
.rea-box .slide-rea .hd ul li:nth-child(4) .icon::before {
  content: "";
  background: url(../images/ri4.png) no-repeat center;
  background-size: contain;
}
.rea-box .slide-rea .hd ul li:nth-child(4).on .icon::before {
  content: "";
  background: url(../images/ri42.png) no-repeat center;
  background-size: contain;
}
.rea-box .slide-rea .hd ul li {
  display: inline-block;
  width: 232px;
  height: 147px;
  background-color: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  position: relative;
  margin-left: 19px;
  text-align: center;
}
.rea-box .slide-rea .hd ul li .icon {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 55px;
  background-color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 9;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.rea-box .slide-rea .hd ul li .icon::before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rea-box .slide-rea .hd ul li .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #03a06e;
  opacity: 0.2;
  z-index: -1;
  border-radius: 50%;
}
.rea-box .slide-rea .hd ul li .t1 {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin: 78px 0 14px;
}
.rea-box .slide-rea .hd ul li .t2 {
  font-family: Arial;
  font-size: 11px;
  line-height: 11px;
  color: #333333;
  opacity: 0.6;
  text-transform: uppercase;
}
.case-box {
  padding: 32px 0 83px 0;
}
.case-box .case-tit {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 52px;
  margin-bottom: 67px;
}
.case-box .case-con {
  position: relative;
}
.case-box .myCase {
  overflow: hidden;
  position: relative;
  z-index: 6;
  pointer-events: none;
}
.case-box .myCase li {
  display: flex;
  justify-content: space-between;
}
.case-box .myCase li .im {
  display: block;
  width: 575px;
  height: 468px;
  object-fit: cover;
  overflow: hidden;
}
.case-box .myCase li .im:hover 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 .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .myCase li .text {
  display: inline-block;
  width: 658px;
  box-sizing: border-box;
}
.case-box .myCase li .text:hover .tit {
  letter-spacing: 2px;
  color: #03a06e;
}
.case-box .myCase li .text .tit {
  font-size: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.case-box .myCase li .text p {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-box .myCase_let {
  overflow: hidden;
  width: 1011px;
  position: absolute;
  right: 0;
  bottom: 62px;
  z-index: 2;
}
.case-box .myCase_let .swiper-slide-active {
  opacity: 0;
}
.case-box .myCase_let li {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case-box .myCase_let 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_let li:hover .more {
  color: #03a06e;
}
.case-box .myCase_let li .im {
  display: block;
  width: 100%;
  height: 240px;
  border-radius: 40px 0px 40px 0px;
  overflow: hidden;
}
.case-box .myCase_let li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .myCase_let li .tit {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
  margin-top: 16px;
}
.case-box .myCase_let li .more {
  position: absolute;
  right: 0;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  bottom: 2px;
}
.case-box .contorl {
  width: 658px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
}
.case-box .contorl::before,
.case-box .contorl::after {
  content: "";
  display: inline-block;
  width: 297px;
  height: 1px;
  background-color: #1b1b1b;
}
.case-box .contorl span {
  width: 14px;
  height: 19px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case-box .contorl .caL {
  background: url(../images/caseL1.png) no-repeat center;
  background-size: cover;
}
.case-box .contorl .caL.active {
  background: url(../images/caseL2.png) no-repeat center;
  background-size: cover;
}
.case-box .contorl .caR {
  background: url(../images/caseR1.png) no-repeat center;
  background-size: cover;
}
.case-box .contorl .caR.active {
  background: url(../images/caseR2.png) no-repeat center;
  background-size: cover;
}
.about {
  background: url(../images/ab-bg.jpg) no-repeat center;
  background-size: cover;
  height: 942px;
  box-sizing: border-box;
  padding: 131px 0 0 0;
}
.about .ab-con {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.about .ab-con .pic {
  position: absolute;
  top: -30px;
  left: -91px;
  border-radius: 120px 0px 120px 0px;
  width: 628px;
  height: 647px;
  object-fit: cover;
}
.about .ab-con .yyzz {
  position: absolute;
  left: 177px;
  bottom: 73px;
  z-index: 9;
  width: 297px;
  height: 202px;
  background: url(../images/yyzz.jpg) no-repeat center;
  padding: 23px;
  object-fit: contain;
}
.about .ab-left {
  margin-left: auto;
  width: 690px;
}
.about .ab-left > h3 .em {
  color: #fff;
}
.about .ab-left > h3 .ex {
  color: #ffffff;
  opacity: 0.8;
}
.about .ab-left > h3 .ex span {
  color: #fff;
}
.about .ab-left > h3 .ex::before {
  background-color: #ffffff;
}
.about .ab-left > .t1 {
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  font-weight: bold;
  margin: 90px 0 8px;
}
.about .ab-left > .t2 {
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  opacity: 0.8;
}
.about .ab-left > .t3 {
  font-size: 15px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.8;
  margin: 30px 0;
}
.about .ab-left > .t4 {
  margin-top: 50px;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  width: 786px;
  letter-spacing: 32px;
  color: #ffffff;
}
.about .ab-ul {
  display: flex;
  justify-content: space-between;
}
.about .ab-ul li.active .icon {
  background: #fff;
}
.about .ab-ul li:nth-child(1) .icon::before {
  background: url(../images/ai1.png) no-repeat center;
  background-size: cover;
}
.about .ab-ul li:nth-child(1).active .icon::before {
  background: url(../images/ai12.png) no-repeat center;
  background-size: cover;
}
.about .ab-ul li:nth-child(2) .icon::before {
  background: url(../images/ai2.png) no-repeat center;
  background-size: contain;
}
.about .ab-ul li:nth-child(2).active .icon::before {
  background: url(../images/ai22.png) no-repeat center;
  background-size: contain;
}
.about .ab-ul li:nth-child(3) .icon::before {
  background: url(../images/ai3.png) no-repeat center;
  background-size: cover;
}
.about .ab-ul li:nth-child(3).active .icon::before {
  background: url(../images/ai32.png) no-repeat center;
  background-size: cover;
}
.about .ab-ul li .icon {
  display: block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.about .ab-ul li .icon::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .ab-ul li .t1 {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin: 14px 0;
}
.about .ab-ul li .t2 {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  opacity: 0.6;
}
.news-box {
  box-sizing: border-box;
  padding: 88px 0 0;
  position: relative;
  z-index: 111;
}
.news-box .news-con {
  position: relative;
}
.news-box .hd ul {
  height: 182px;
  background: url(../images/news-t.png) no-repeat top left;
}
.news-box .hd ul li.on a .tit {
  color: #03a06e;
}
.news-box .hd ul li.on a::after {
  width: 160px;
  height: 160px;
}
.news-box .hd ul li.on a .icon {
  background: url(../images/ni12.png) no-repeat center;
}
.news-box .hd ul li {
  padding: 0 75px;
  display: inline-block;
  height: 100%;
}
.news-box .hd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.news-box .hd ul li a .tit {
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
  color: #333333;
}
.news-box .hd ul li a .icon {
  margin-right: 5px;
  vertical-align: middle;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/ni1.png) no-repeat center;
  background-size: contain;
}
.news-box .hd ul li:nth-child(2) .icon {
  background: url(../images/ni2.png) no-repeat center;
}
.news-box .hd ul li:nth-child(2).on .icon {
  background: url(../images/ni22.png) no-repeat center;
}
.news-box .hd ul li:nth-child(3) .icon {
  background: url(../images/ni3.png) no-repeat center;
}
.news-box .hd ul li:nth-child(3).on .icon {
  background: url(../images/ni32.png) no-repeat center;
}
.news-box .nd {
  height: 566px;
}
.news-box .n-left {
  width: 558px;
}
.news-box .n-left li:last-child {
  margin-bottom: 0;
}
.news-box .n-left li {
  margin-bottom: 52px;
}
.news-box .n-left li:hover .date i {
  color: #fff !important;
}
.news-box .n-left li:hover .date i::after {
  background-color: #fff !important;
}
.news-box .n-left li:hover .date::after {
  width: 150px;
  height: 150px;
}
.news-box .n-left li .date {
  display: inline-block;
  width: 102px;
  height: 99px;
  background-color: #f6f6f6;
  text-align: center;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 8;
}
.news-box .n-left li .date::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #03a06e;
  z-index: -1;
}
.news-box .n-left li .date i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 22px;
  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 .n-left li .date i:nth-child(1) {
  font-family: Arial;
  font-size: 15px;
  line-height: 15px;
  color: #666666;
  text-transform: uppercase;
}
.news-box .n-left li .date i:nth-child(1):after {
  content: "";
  display: block;
  margin: 16px auto 20px;
  width: 26px;
  height: 1px;
  background-color: #082857;
}
.news-box .n-left li > img {
  margin: 19px 25px 0 28px;
  vertical-align: top;
}
.news-box .n-left li .text {
  display: inline-block;
  vertical-align: top;
  width: 372px;
  box-sizing: border-box;
}
.news-box .n-left li .text .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin: 20px 0 26px;
}
.news-box .n-left li .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.news-box .n-right 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-right li:hover .more {
  right: 10px;
}
.news-box .n-right li:hover p:after {
  width: 100%;
}
.news-box .n-right li {
  margin-left: 49px;
  display: inline-block;
  position: relative;
}
.news-box .n-right li .im {
  display: block;
  overflow: hidden;
  width: 306px;
  height: 222px;
}
.news-box .n-right li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .n-right li .tit {
  width: 300px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin: 39px 0 29px;
}
.news-box .n-right li p {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 26px;
  margin-bottom: 30px;
  position: relative;
}
.news-box .n-right li p::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #03a06e;
}
.news-box .n-right li .date {
  font-family: Arial;
  font-size: 15px;
  line-height: 15px;
  color: #999999;
}
.news-box .n-right li .date img {
  margin-right: 9px;
}
.news-box .n-right li .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.news-box .n-down li:last-child {
  margin-right: 0;
}
.news-box .n-down li {
  margin: 48px 17px 0 0;
  display: inline-block;
  width: 419px;
  height: 117px;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  box-sizing: border-box;
  padding: 25px 30px 0;
  position: relative;
  transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
}
.news-box .n-down li:hover .tit {
  color: #03a06e;
}
.news-box .n-down li:hover a::before{
  background-color: #03a06e;
  transform: translateX(10px);
}
.news-box .n-down li i {
  position: absolute;
  right: 0;
  top: 30px;
  right: 22px;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.news-box .n-down li a {
  margin-top: 28px;
  display: block;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.news-box .n-down li a::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 1px;
  background-color: #082857;
  vertical-align: middle;
  margin-right: 20px;
}

.news-box .n-down li:hover{
  border:1px solid #03a06e;
}
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
.links {
  width: 1300px;
  margin: 0 auto;
  margin: 75px auto 30px;
  display: flex;
  align-items: center;
}
.links div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links div a {
  display: inline-block;
  margin-left: 43px;
  color: #666666;
  font-size: 15px;
  line-height: 25px;
}
.links div a:hover {
  color: #03a06e;
}
