.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);
}
.imgA {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.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；*/
}
.br {
  border-radius: 50%;
}
.banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner .ban-next {
  position: absolute;
  right: 34px;
  bottom: 0px;
  cursor: pointer;
  z-index: 12;
}
.banner::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 181px;
  z-index: 9;
  background: url(../images/ban-b.png) no-repeat center;
  background-size: cover;
  bottom: 0;
  left: 0;
}
.banner .xunpan {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  z-index: 10;
  cursor: pointer;
}
.banner .xunpan i {
  font-size: 15px;
  line-height: 14px;
  color: #7a7a7a;
}
.banner .xunpan i::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 1px;
  background-color: #a2a2a2;
  margin: 0 8px 0 10px;
}
.banner .xunpan .tips {
  position: absolute;
  left: 95px;
  top: -5px;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #22a480;
  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 .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 .swiper-wrapper {
  height: 100%;
  margin: 0 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;
}
.tit-box {
  position: relative;
  z-index: 8;
  padding-top: 24px;
}
.tit-box .ex {
  display: block;
  font-family: Times New Roman;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #3e3e3e;
}
.tit-box .ex span {
  font-family: Times New Roman;
  font-size: 36px;
  font-weight: bold;
  line-height: 80px;
  color: #3e3e3e;
}
.tit-box .em {
  display: block;
  margin: 13px 0 0;
  font-size: 26px;
  line-height: 26px;
  color: #3e3e3e;
}
.tit-box .em i {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #a6a6a6;
  margin-left: 4px;
}
.tit-box .em::after {
  content: "";
  margin-top: 10px;
  display: block;
  width: 28px;
  height: 6px;
  background: url(../images/tit-d.png) no-repeat center;
}
.tit-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 65px;
  background-color: #36c59e;
  top: 0;
  left: -42px;
  z-index: -1;
  border-radius: 50%;
}
.pro-box {
  padding: 42px 0;
}
.pro-box .slide-pro {
  margin-top: 32px;
  position: relative;
}
.pro-box .slide-pro .t1 {
  position: absolute;
  z-index: 11;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 5px;
  text-align: right;
  color: #a6a6a6;
  right: 198px;
  top: -10px;
}
.pro-box .slide-pro .t1:hover {
  letter-spacing: 7px;
}
.pro-box .slide-pro .t1 i {
  font-size: 14px;
  line-height: 30px;
  display: block;
}
.pro-box .slide-pro .hd {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}
.pro-box .slide-pro .hd li.on a {
  box-shadow: 2px 4px 8px 0px rgba(84, 84, 84, 0.23);
}
.pro-box .slide-pro .hd li.on a i {
  background-color: #fecf5a;
}
.pro-box .slide-pro .hd li.on a i::after {
  background: url(../images/pi2.png) no-repeat center;
}
.pro-box .slide-pro .hd li.on a::after {
  width: 100%;
}
.pro-box .slide-pro .hd li a {
  display: block;
  text-align: center;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 5px;
  margin-bottom: 26px;
  position: relative;
  z-index: 5;
}
.pro-box .slide-pro .hd li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fdba13;
  z-index: -1;
}
.pro-box .slide-pro .hd li a i {
  width: 30px;
  height: 30px;
  background: transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 50%;
}
.pro-box .slide-pro .hd li a i::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/pi1.png) no-repeat center;
}
.pro-box .slide-pro .hd > a {
  display: block;
  text-align: center;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 5px;
  margin-bottom: 26px;
  position: relative;
  z-index: 5;
}
.pro-box .slide-pro .hd > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fdba13;
  z-index: -1;
}
.pro-box .slide-pro .hd > a i {
  width: 30px;
  height: 30px;
  background: transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 50%;
}
.pro-box .slide-pro .hd > a i::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/m.png) no-repeat center;
}
.pro-box .slide-pro .hd > a:hover {
  box-shadow: 2px 4px 8px 0px rgba(84, 84, 84, 0.23);
}
.pro-box .slide-pro .hd > a:hover i {
  background-color: #fecf5a;
}
.pro-box .slide-pro .hd > a:hover i::after {
  background: url(../images/m2.png) no-repeat center;
}
.pro-box .slide-pro .hd > a:hover::after {
  width: 100%;
}
.pro-box .slide-pro .nd {
  height: 740px;
}
.pro-box .slide-pro .pro-top:hover .text i::after {
  width: 100%;
}
.pro-box .slide-pro .pro-top .im {
  display: inline-block;
  width: 540px;
  height: 415px;
  background-color: #f2f2f2;
  border: 13px solid #f2f2f2;
  box-sizing: border-box;
}
.pro-box .slide-pro .pro-top .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .slide-pro .pro-top .text {
  display: inline-block;
  vertical-align: top;
  width: 489px;
  margin-left: 41px;
  padding-top: 77px;
}
.pro-box .slide-pro .pro-top .text a {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-box .slide-pro .pro-top .text i {
  display: block;
  padding: 24px 0;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 8px;
  color: #919191;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.pro-box .slide-pro .pro-top .text i::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #22a480;
}
.pro-box .slide-pro .pro-top .text p {
  margin-top: 50px;
  font-size: 15px;
  line-height: 36px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-box .slide-pro .pro-down {
  margin-top: 46px;
}
.pro-box .slide-pro .pro-down li:nth-child(4n) {
  margin-right: 0;
}
.pro-box .slide-pro .pro-down 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 .slide-pro .pro-down li:hover::after {
  background: #22a480;
  color: #fff;
}
.pro-box .slide-pro .pro-down li {
  margin-right: 13px;
  display: inline-block;
  width: 305px;
  height: 274px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
  padding: 9px;
  position: relative;
}
.pro-box .slide-pro .pro-down li::after {
  content: "+";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ececec;
  position: absolute;
  right: 9px;
  bottom: 13px;
  text-align: center;
  border-radius: 50%;
  color: #474747;
  font-size: 22px;
  line-height: 23px;
}
.pro-box .slide-pro .pro-down li .im {
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.pro-box .slide-pro .pro-down li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .slide-pro .pro-down li .txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-right: 50px;
  font-size: 16px;
  line-height: 16px;
  color: #807f7f;
  padding-top: 19px;
}
.pro-box .slide-pro .pro-down li .txt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #d4d4d4;
  margin-right: 13px;
}
.pro-box .slide-pro .pro-bd {
  position: relative;
}
.pro-box .slide-pro .pro-bd .next {
  position: absolute;
  left: 587px;
  top: 350px;
  z-index: 8;
  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;
}
.pro-box .slide-pro .pro-bd .next:hover {
  margin-left: 10px;
}
.pro-box .slide-pro .pro-bd .next i {
  font-family: Times New Roman;
  font-size: 16px;
  line-height: 16px;
  color: #595959;
}
.pro-box .slide-pro .pro-bd .next i::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #9d9d9d;
  vertical-align: middle;
  margin: 0 22px 0 15px;
}
.rea-box .slide-rea {
  position: relative;
  z-index: 5;
}
.rea-box .slide-rea::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -320px;
  background: url(../images/rea-bg.jpg) no-repeat center;
  z-index: -2;
  bottom: 0;
  width: 1798px;
  height: 612px;
}
.rea-box .slide-rea .bg {
  position: absolute;
  right: -70px;
  bottom: 68px;
  z-index: -1;
}
.rea-box .slide-rea .control {
  position: absolute;
  left: 265px;
  bottom: 76px;
}
.rea-box .slide-rea .control p {
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
  color: #b5b2b2;
  margin-bottom: 23px;
}
.rea-box .slide-rea .control p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 1px;
  background-color: #dcdcdc;
  margin: 0 11px 0 18px;
}
.rea-box .slide-rea .control span {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #e8e9ed;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin-right: 13px;
  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;
}
.rea-box .slide-rea .control span.active {
  background: #22a480;
}
.rea-box .hd {
  height: 159px;
  background-color: #22a480;
  box-sizing: border-box;
  position: relative;
  z-index: 8;
}
.rea-box .hd .zx {
  position: absolute;
  top: 4px;
  display: inline-block;
  right: 0;
}
.rea-box .hd .zx i {
  position: absolute;
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  left: 10px;
  bottom: 70px;
  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 .hd .zx:hover i {
  letter-spacing: 2px;
}
.rea-box .hd::after {
  content: "";
  display: inline-block;
  z-index: -1;
  position: absolute;
  right: -320px;
  top: 0;
  width: 1764px;
  height: 159px;
  background-color: #22a480;
}
.rea-box .hd li.on p {
  font-weight: bold;
}
.rea-box .hd li:nth-child(4) {
  border-right: 1px solid #38ac8c;
  padding-right: 24px;
}
.rea-box .hd li {
  display: inline-block;
  margin-top: 60px;
  height: 44px;
  border-left: 1px solid #38ac8c;
  margin-right: 19px;
}
.rea-box .hd li img {
  margin: 0 21px 0 25px;
}
.rea-box .hd li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  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 .hd li p i {
  display: block;
  margin-top: 11px;
  font-size: 12px;
  line-height: 12px;
  color: #70c3ac;
}
.rea-box .rea-box {
  width: 1453px !important;
  position: relative;
  left: -266px;
}
.rea-box .rea-box .tit-box {
  position: absolute;
  left: 265px;
  top: 65px;
}
.rea-box .rea-box .tit-box::before {
  background: #fdba13;
}
.rea-box .rea-box li {
  height: 600px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 51px;
  box-sizing: border-box;
}
.rea-box .rea-box li .icon {
  width: 38px;
  height: 36px;
}
.rea-box .rea-box li .text {
  display: inline-block;
  width: 530px;
  margin-left: 228px;
  vertical-align: bottom;
  margin-bottom: 125px;
}
.rea-box .rea-box li .text span {
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  display: inline-block;
  font-family: Times New Roman;
  font-size: 31px;
  font-weight: bold;
  line-height: 31px;
  color: #5e5e5e;
  vertical-align: middle;
  margin-right: 12px;
}
.rea-box .rea-box li .text i {
  display: inline-block;
  vertical-align: middle;
  width: 268px;
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #585858;
  border-bottom: 1px solid #dcdcdc;
}
.rea-box .rea-box li .text p {
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
  font-size: 16px;
  line-height: 34px;
  color: #838383;
  margin-left: auto;
  margin-top: 35px;
}
.rea-box .rea-box li .pic {
  margin-left: auto;
  margin-bottom: 8px;
}
.rea-box .rea-left {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -320px;
  width: 158px;
  height: 759px;
  background-color: #f6f6f6;
}
.rea-box .rea-left img {
  display: block;
  margin: 88px auto;
}
.rea-box .rea-left span {
  display: block;
  width: 100%;
  height: 137px;
  background-color: #43b293;
}
.case-box {
  padding: 96px 0 45px;
}
.case-box .case-tit > a {
  margin-top: 58px;
  text-align: right;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 5px;
  color: #a6a6a6;
}
.case-box .case-tit > a:hover {
  letter-spacing: 7px;
}
.case-box .case-tit > a i {
  display: block;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 5px;
}
.case-box .case-con {
  width: 1320px;
  height: 540px;
  margin: 0 auto;
  position: relative;
}
.case-box .case-con .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1411px;
  height: 1px;
  background-color: #d8d8d8;
  z-index: -1;
}
.case-box .case-con .line i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #36c59e;
}
.case-box .case-con .line i:nth-child(1) {
  left: 40px;
}
.case-box .case-con .line i:nth-child(2) {
  left: 32%;
}
.case-box .case-con .line i:nth-child(3) {
  left: 68%;
}
.case-box .case-con .line i:nth-child(4) {
  right: 40px;
}
.case-box .case-con .case-prev {
  cursor: pointer;
  position: absolute;
  left: -50px;
  display: inline-block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  top: 50%;
  overflow: hidden;
  z-index: 5;
  text-align: center;
  line-height: 34px;
  transform: translateY(-50%);
}
.case-box .case-con .case-prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #fdba13;
  z-index: -1;
  border-radius: 50%;
}
.case-box .case-con .case-prev.active::before {
  width: 100%;
  height: 100%;
}
.case-box .case-con .case-next {
  cursor: pointer;
  position: absolute;
  right: -50px;
  display: inline-block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  top: 50%;
  transform: translateY(-50%);
}
.case-box .case-con .case-next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #fdba13;
  z-index: -1;
  border-radius: 50%;
}
.case-box .case-con .case-next.active::before {
  width: 100%;
  height: 100%;
}
.case-box .myCase {
  overflow: hidden;
  padding: 40px 0;
}
.case-box .myCase .swiper-slide {
  transition: 300ms;
  transform: scale(0.9);
  height: 410px;
  padding: 12px;
  background-color: #f3f3f3;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.case-box .myCase .swiper-slide: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 .swiper-slide .im {
  display: block;
  width: 100%;
  height: 249px;
  overflow: hidden;
}
.case-box .myCase .swiper-slide .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .myCase .swiper-slide .txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #555555;
  margin: 27px 0 21px;
}
.case-box .myCase .swiper-slide p {
  font-size: 15px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #7e7e7e;
}
.case-box .myCase .swiper-slide .more {
  display: block;
  margin-top: 26px;
  position: absolute;
  left: 21px;
  bottom: 20px;
}
.case-box .myCase .swiper-slide .more-sub {
  position: absolute;
  left: -160px;
  bottom: 12px;
}
.case-box .myCase .swiper-slide .more-sub img {
  width: 45px;
  height: 45px;
}
.case-box .myCase .swiper-slide .more-sub i {
  display: inline-block;
  vertical-align: middle;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: 16px;
  color: #444444;
}
.case-box .myCase .swiper-slide .more-sub i::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  margin: 0 8px 0 10px;
  background-color: #000000;
  position: relative;
  top: -5px;
}
.case-box .myCase .swiper-slide-active,
.case-box .myCase .swiper-slide-duplicate-active {
  transform: scale(1.1);
  height: 460px;
  background-color: #ffffff;
  box-shadow: 2px 4px 13px 0px rgba(84, 84, 84, 0.23);
  border: solid 1px #eeeeee;
}
.case-box .myCase .swiper-slide-active .im,
.case-box .myCase .swiper-slide-duplicate-active .im {
  height: 280px;
}
.case-box .myCase .swiper-slide-active .more,
.case-box .myCase .swiper-slide-duplicate-active .more {
  left: -60px;
}
.case-box .myCase .swiper-slide-active .more-sub,
.case-box .myCase .swiper-slide-duplicate-active .more-sub {
  left: 21px;
}
.case-box .myCase .swiper-slide:hover .more {
  left: -60px;
}
.case-box .myCase .swiper-slide:hover .more-sub {
  left: 21px;
}
.about-box {
  background: url(../images/ab-bg.jpg) no-repeat top center;
  padding: 47px 0 25px;
}
.about-box h3::before {
  background: #fdba13;
}
.about-box h3 .ex,
.about-box h3 .em {
  color: #ffffff;
}
.about-box h3 .ex i,
.about-box h3 .em i,
.about-box h3 .ex span,
.about-box h3 .em span {
  color: #ffffff;
}
.about-box h3 .em::after {
  background: url(../images/tit-d2.png) no-repeat center;
}
.about-box .text-con {
  margin: 103px 0 60px;
}
.about-box .text-con h3 {
  font-size: 22px;
  line-height: 22px;
  color: #555555;
}
.about-box .text-con i {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #b0b0b0;
  margin: 18px 0 36px;
}
.about-box .text-con i::after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background-color: #36c59e;
  border-radius: 2px;
  margin-top: 24px;
}
.about-box .text-con p {
  width: 684px;
  font-size: 15px;
  line-height: 34px;
  color: #7b7b7b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about-box .text-con .more {
  margin-top: 30px;
  display: block;
  font-family: Times New Roman;
  font-size: 15px;
  line-height: 15px;
  color: #525252;
  position: relative;
  z-index: 8;
  padding-left: 6px;
}
.about-box .text-con .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 69px;
  height: 10px;
  background-color: #d7f5ed;
  z-index: -1;
  left: 0;
  bottom: -5px;
}
.about-box .text-con .more:hover {
  letter-spacing: 2px;
  font-weight: bold;
}
.about-box .other {
  width: 972px;
  height: 75px;
  background-color: #ffffff;
  box-shadow: 3px 3px 13px 0px rgba(84, 84, 84, 0.23);
  border-radius: 38px 0px 0px 38px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  left: -217px;
}
.about-box .other .phone {
  height: 100%;
  padding: 0 25px 0 35px;
  background: #22a480;
  line-height: 75px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.about-box .other .phone img {
  margin-right: 8px;
}
.about-box .other ul {
  display: inline-block;
  height: 100%;
}
.about-box .other ul li:nth-child(2) .icon::after {
  background: url(../images/ai2.png) no-repeat center;
}
.about-box .other ul li:nth-child(2).active .icon::after {
  background: url(../images/ai22.png) no-repeat center;
}
.about-box .other ul li:nth-child(3) .icon::after {
  background: url(../images/ai3.png) no-repeat center;
}
.about-box .other ul li:nth-child(3) .text {
  border: 0px;
}
.about-box .other ul li:nth-child(3).active .icon::after {
  background: url(../images/ai32.png) no-repeat center;
}
.about-box .other ul li {
  display: inline-block;
  height: 100%;
  padding-top: 16px;
  margin-left: 30px;
}
.about-box .other ul li.active .icon {
  background: #fdba13;
}
.about-box .other ul li.active .icon::after {
  background: url(../images/ai12.png) no-repeat center;
}
.about-box .other ul li.active .text {
  font-weight: bold;
}
.about-box .other ul li .icon {
  vertical-align: middle;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #f3f3f3;
  position: relative;
  border-radius: 50%;
}
.about-box .other ul li .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/ai1.png) no-repeat center;
}
.about-box .other ul li .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 31px;
  color: #505050;
  height: 31px;
  padding-right: 38px;
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
}
.about-box .other ul li .text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 1px;
  background-color: #808080;
  margin: 0 13px;
}
.about-box .ab-con {
  position: relative;
}
.about-box .ab-con .pic {
  position: absolute;
  right: 0;
  top: 55px;
}
.about-box .ab-con .yyzz {
  position: absolute;
  bottom: -18px;
  right: 333px;
  width: 163px;
  height: 228px;
  object-fit: cover;
  box-sizing: content-box;
  padding: 11px 25px 25px 14px;
  background: url(../images/yyzz.png) no-repeat center;
  background-size: cover;
}
.news-box {
  padding: 45px 0 0 0;
}
.news-box .hd {
  margin-bottom: 39px;
}
.news-box .hd .nd {
  height: 710px;
}
.news-box .hd ul {
  position: relative;
  z-index: 5;
  margin-top: 52px;
}
.news-box .hd ul::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -331px;
  z-index: -1;
  width: 791px;
  height: 1px;
  background: url(../images/news-line.png) no-repeat center;
  background-size: cover;
}
.news-box .hd ul li {
  display: inline-block;
  margin-left: 23px;
  position: relative;
  z-index: 7;
}
.news-box .hd ul li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  background-color: #22a480;
  border-radius: 23px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.news-box .hd ul li a {
  display: block;
  width: 108px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 19px;
  border: solid 1px #e6e6e6;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 37px;
  color: #444444;
}
.news-box .hd ul li.on::after {
  width: 123px;
  height: 47px;
}
.news-box .hd ul li.on a {
  color: #fff;
  font-weight: bold;
  background-color: #22a480;
}
.news-box .news-bd .news-top {
  display: flex;
  box-sizing: border-box;
  padding: 7px;
}
.news-box .news-bd .news-top li.active {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.19);
}
.news-box .news-bd .news-top li.active .more {
  right: -36px;
  bottom: -41px;
}
.news-box .news-bd .news-top li:hover .txt {
  color: #22a480;
  font-weight: bold;
}
.news-box .news-bd .news-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 .news-bd .news-top li:nth-child(3n) {
  margin-right: 0;
}
.news-box .news-bd .news-top li {
  width: 386px;
  height: 534px;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
  box-sizing: border-box;
  padding: 25px 23px;
  margin-right: 59px;
  position: relative;
  overflow: hidden;
}
.news-box .news-bd .news-top li .more {
  position: absolute;
  right: -128px;
  bottom: -128px;
  display: inline-block;
  width: 128px;
  height: 128px;
}
.news-box .news-bd .news-top li i {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #888888;
  margin-top: 21px;
}
.news-box .news-bd .news-top li .txt {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 50px auto 25px;
}
.news-box .news-bd .news-top li p {
  font-size: 14px;
  border-left: 1px solid #d9d9d9;
  padding-left: 15px;
  line-height: 28px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .news-bd .news-top li .im {
  display: block;
  width: 100%;
  height: 279px;
  overflow: hidden;
}
.news-box .news-bd .news-top li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-bd .news-down {
  margin-top: 31px;
}
.news-box .news-bd .news-down li:nth-child(3) {
  margin-right: 0;
}
.news-box .news-bd .news-down li:hover .t1 {
  font-weight: bold;
  color: #22a480;
}
.news-box .news-bd .news-down li {
  display: inline-block;
  width: 384px;
  height: 131px;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
  padding: 38px 13px 0 29px;
  box-sizing: border-box;
  margin-right: 59px;
}
.news-box .news-bd .news-down li span {
  display: inline-block;
  vertical-align: middle;
}
.news-box .news-bd .news-down li span i {
  display: block;
}
.news-box .news-bd .news-down li span i:nth-child(1) {
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
}
.news-box .news-bd .news-down li span i:nth-child(2) {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 14px;
  color: #777777;
}
.news-box .news-bd .news-down li div {
  display: inline-block;
  vertical-align: middle;
  width: 264px;
  margin-left: 15px;
}
.news-box .news-bd .news-down li div a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .news-bd .news-down li div .t1 {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.news-box .news-bd .news-down li div .t2 {
  font-size: 14px;
  line-height: 14px;
  color: #888888;
  margin-top: 20px;
}
/* links */
.links-box {
  padding: 50px 0 67px;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.links-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 1920px;
  height: 1068px;
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  bottom: -72px;
  left: 50%;
  transform: translateX(-50%);
}
.links-box p {
  width: 93px;
  box-sizing: border-box;
  margin-right: 45px;
}
.links-box div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links-box div a {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.links-box div a::after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
}
.links-box div a:hover {
  color: #22a480;
}
