.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);
}
.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%;
}
.lateX {
  left: 50%;
  transform: translateX(-50%);
}
.lateY {
  top: 50%;
  transform: translateY(-50%);
}
.banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.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: 37px;
}
.tit-box .zm {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -127px;
}
.tit-box .em {
  display: block;
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  margin-top: 13px;
}
.tit-box .em i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.pro-box {
  padding: 44px 0 72px;
}
.pro-box .pro-hd ul {
  position: relative;
  margin-top: 36px;
}
.pro-box .pro-hd ul::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -310px;
  left: 0;
  top: 0;
  z-index: -1;
  width: calc(100% + 310px);
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.07);
}
.pro-box .pro-hd ul li.active a {
  line-height: 80px;
}
.pro-box .pro-hd ul li.active a::after {
  width: 100%;
}
.pro-box .pro-hd ul li.active a i {
  bottom: 26px;
}
.pro-box .pro-hd ul li {
  float: left;
}
.pro-box .pro-hd ul li a {
  display: block;
  width: 140px;
  height: 100px;
  border-left: 1px solid #efefef;
  text-align: center;
  overflow: hidden;
  position: relative;
  line-height: 100px;
  font-size: 16px;
  color: #333333;
  z-index: 8;
}
.pro-box .pro-hd ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  background: #22ac7c;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}
.pro-box .pro-hd ul li a i {
  position: absolute;
  font-family: Arial;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  bottom: -20px;
}
.pro-box .pro-ul li:nth-child(3n) {
  margin-right: 0;
}
.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-ul li:hover .tit {
  color: #22ac7c;
}
.pro-box .pro-ul li:hover .more i {
  background-color: #215a53;
}
.pro-box .pro-ul li {
  display: inline-block;
  width: 370px;
  position: relative;
  margin: 62px 89px 0 0;
}
.pro-box .pro-ul li .im {
  margin: 4px 0 0 0;
  display: block;
  width: 370px;
  height: 250px;
  background-color: #ffffff;
  border: solid 10px #f4f4f4;
  overflow: hidden;
  box-sizing: border-box;
}
.pro-box .pro-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro-box .pro-ul li .tit {
  display: block;
  width: 40%;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin: 31px 0 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-box .pro-ul li .more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 189px;
  height: 44px;
  border-radius: 21px;
  border: solid 1px #e6e6e6;
  padding-left: 21px;
  box-sizing: border-box;
  font-family: Times New Roman;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  color: #333333;
}
.pro-box .pro-ul li .more i {
  float: right;
  width: 42px;
  height: 42px;
  line-height: 39px;
  background-color: #22ac7c;
  border-radius: 50%;
  text-align: center;
  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 {
  position: relative;
  padding: 70px 0 45px 0;
  background: url(../images/case-bg.jpg) no-repeat center top;
  display: none;
}
.case-box .case-tit a {
  color: #ffffff;
}
.case-box .case-tit a i {
  color: #ffffff;
}
.case-box .case-tit p {
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 51px;
}
.case-box .case-tit p i {
  display: block;
  margin-left: auto;
  width: 90px;
  height: 23px;
  background-color: #0a7266;
  font-family: Arial;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 13px;
}
.case-box .myCase {
  width: 1368px;
  margin: 140px auto 0;
  overflow: hidden;
  padding-bottom: 22px;
}
.case-box .myCase li {
  padding: 9px 30px 0;
  height: 504px;
  box-sizing: border-box;
  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 li::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
}
.case-box .myCase li .im {
  display: block;
  margin-top: 6px;
  width: 100%;
  height: 240px;
  background-color: #bfbfbf;
  border: solid 5px #eaeaea;
  box-sizing: border-box;
  overflow: hidden;
}
.case-box .myCase li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .myCase li .t1 {
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin: 29px 0 0 0;
}
.case-box .myCase li .t1::after {
  content: "";
  display: block;
  margin: 12px auto;
  width: 0;
  height: 2px;
  background-color: #000000;
}
.case-box .myCase li i {
  position: absolute;
  font-family: Georgia;
  font-size: 44px;
  font-weight: bold;
  line-height: 32px;
  color: #efefef;
  right: 30px;
  top: 297px;
  margin-bottom: 13px;
  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 li .t2 {
  width: 336px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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 li .t2::after {
  content: "...";
  display: block;
  margin: 25px auto;
}
.case-box .myCase li .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
  width: 58px;
  height: 58px;
  background-color: #22ac7c;
  border: solid 5px #ffffff;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  opacity: 0;
}
.case-box .myCase .swiper-slide-next {
  padding-top: 42px;
}
.case-box .myCase .swiper-slide-next::after {
  height: 100%;
}
.case-box .myCase .swiper-slide-next i {
  opacity: 0;
}
.case-box .myCase .swiper-slide-next .t1 {
  margin: 25px auto 0;
  text-align: center;
  width: 80%;
}
.case-box .myCase .swiper-slide-next .t1::after {
  width: 32px;
}
.case-box .myCase .swiper-slide-next .t2 {
  color: #666666;
}
.case-box .myCase .swiper-slide-next .more {
  bottom: -22px;
  opacity: 1;
}
.case-box .arrow {
  position: absolute;
  z-index: 8;
  left: 50%;
  transform: translateX(-50%);
  bottom: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-box .arrow span {
  display: inline-block;
  font-family: Times New Roman;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #333333;
  cursor: pointer;
}
.case-box .arrow span i {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  line-height: 42px;
}
.case-box .arrow .case-prev {
  margin-right: 285px;
}
.case-box .arrow .case-prev i {
  margin-left: 33px;
}
.case-box .arrow .case-next {
  margin-left: 285px;
}
.case-box .arrow .case-next i {
  margin-right: 33px;
}
.about-box {
  height: 726px;
  box-sizing: border-box;
  background: url(../images/ab-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.about-box .ab-con {
  position: relative;
  padding-top: 80px;
}
.about-box .ab-con .t1 {
  margin-top: 62px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}
.about-box .ab-con .t1::after {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  background-color: #000000;
  margin: 20px 0 10px;
}
.about-box .ab-con p {
  width: 590px;
  font-size: 15px;
  line-height: 40px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about-box .ab-ul {
  padding-top: 60px;
}
.about-box .ab-ul li:nth-child(3) {
  padding-right: 0;
}
.about-box .ab-ul li:nth-child(3)::after {
  opacity: 0;
}
.about-box .ab-ul li {
  display: inline-block;
  padding-right: 78px;
  position: relative;
}
.about-box .ab-ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  display: inline-block;
  width: 1px;
  height: 115px;
  border-left: solid 1px #c5d2d5;
  opacity: 0.3;
}
.about-box .ab-ul li .num {
  display: inline-block;
  font-size: 48px;
  line-height: 40px;
  color: #333333;
}
.about-box .ab-ul li i {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.about-box .ab-ul li p {
  margin-top: 15px;
  width: 4em;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.about-box .text {
  display: inline-block;
  vertical-align: top;
  width: 588px;
}
.about-box .pic {
  display: inline-block;
  vertical-align: top;
  margin-left: 70px;
  padding-top: 40px;
  box-sizing: border-box;
}
.about-box .pic ul {
  position: relative;
  z-index: 9;
}
.about-box .pic ul li {
  display: inline-block;
  margin-right: 115px;
  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-box .pic ul li:hover {
  transform: translateY(-5px);
}
.about-box .pic ul li .icon {
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  text-align: center;
  width: 57px;
  height: 57px;
  line-height: 57px;
  background-color: #22ac7c;
}
.about-box .pic ul li .tx {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  vertical-align: top;
  padding-top: 15px;
  padding-left: 12px;
}
.about-box .pic ul li .tx i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  color: #838a97;
}
.about-box .pic ul li .tx i::before {
  content: "";
  display: block;
  margin: 12px 0;
  width: 23px;
  height: 2px;
  background-color: #1b1b1b;
}
.about-box .pic .im {
  position: absolute;
  right: -310px;
  top: -30px;
}
.about-box .right {
  position: absolute;
  right: -310px;
  top: 0;
  width: 195px;
  height: 726px;
  background-color: #22ac7c;
  text-align: center;
  box-sizing: border-box;
  padding-top: 105px;
}
.news-box {
  padding: 41px 0 0 0;
}
.news-box .hd {
  margin-bottom: 44px;
}
.news-box .hd ul {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-box .hd ul li.on a::after {
  width: 100%;
}
.news-box .hd ul li.on a i {
  background: url(../images/ni12.png) no-repeat center;
}
.news-box .hd ul li:nth-child(2) a i {
  background: url(../images/ni2.png) no-repeat center;
}
.news-box .hd ul li:nth-child(2).on a i {
  background: url(../images/ni22.png) no-repeat center;
}
.news-box .hd ul li:nth-child(3) {
  margin-right: 0;
}
.news-box .hd ul li:nth-child(3)::after {
  width: 0;
}
.news-box .hd ul li:nth-child(3) a i {
  background: url(../images/ni3.png) no-repeat center;
}
.news-box .hd ul li:nth-child(3).on a i {
  background: url(../images/ni32.png) no-repeat center;
}
.news-box .hd ul li {
  position: relative;
  margin-right: 30px;
}
.news-box .hd ul li a {
  display: block;
  width: 153px;
  height: 45px;
  position: relative;
  z-index: 7;
  border-radius: 23px;
  overflow: hidden;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  color: #333333;
}
.news-box .hd ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #22ac7c;
  left: 0;
  top: 0;
}
.news-box .hd ul li a i {
  display: inline-block;
  width: 28px;
  vertical-align: middle;
  height: 28px;
  margin-right: 6px;
  background: url(../images/ni1.png) no-repeat center;
}
.news-box .news-bd .nd {
  height: 653px;
}
.news-box .news-bd .news-top {
  display: flex;
  justify-content: space-between;
}
.news-box .news-bd .news-top .news-left {
  width: 615px;
  height: 500px;
  background-color: #f7f7f7;
  border: solid 10px #f7f7f7;
  box-sizing: border-box;
  padding: 44px 49px 0;
}
.news-box .news-bd .news-top .news-left .im {
  display: block;
  height: 314px;
}
.news-box .news-bd .news-top .news-left .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-bd .news-top .news-left span {
  margin-top: 26px;
  display: inline-block;
  vertical-align: top;
  height: 96px;
  padding-right: 34px;
  border-right: solid 1px #e8e8e8;
}
.news-box .news-bd .news-top .news-left span i {
  display: block;
  text-align: right;
}
.news-box .news-bd .news-top .news-left span i:nth-child(1) {
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.news-box .news-bd .news-top .news-left span i:nth-child(2) {
  margin-top: 22px;
  font-family: Arial;
  font-size: 18px;
  line-height: 18px;
  color: #999999;
}
.news-box .news-bd .news-top .news-left .text {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  padding-left: 21px;
}
.news-box .news-bd .news-top .news-left .text a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  margin: 30px 0 15px;
}
.news-box .news-bd .news-top .news-left .text p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .news-bd .news-top .news-righr {
  width: 648px;
}
.news-box .news-bd .news-top .news-righr 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 .news-righr li:hover .more {
  width: 60px;
  height: 60px;
  right: -10px;
  bottom: -10px;
}
.news-box .news-bd .news-top .news-righr li {
  width: 100%;
  height: 150px;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.news-box .news-bd .news-top .news-righr li .im {
  width: 175px;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}
.news-box .news-bd .news-top .news-righr li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-bd .news-top .news-righr li div {
  width: 345px;
  display: inline-block;
  vertical-align: top;
  padding-left: 28px;
}
.news-box .news-bd .news-top .news-righr li div .ti {
  display: block;
  width: 303px;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 39px 0 28px;
}
.news-box .news-bd .news-top .news-righr li div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.news-box .news-bd .news-top .news-righr li > i {
  position: absolute;
  right: 20px;
  top: 44px;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.news-box .news-bd .news-top .news-righr li .more {
  position: absolute;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: #22ac7c;
  right: -11px;
  bottom: -12px;
  box-sizing: border-box;
  padding: 13px 0 0 16px;
}
.news-box .news-bd .news-down {
  margin-top: 44px;
}
.news-box .news-bd .news-down li:nth-child(3) {
  margin-right: 0;
}
.news-box .news-bd .news-down li:hover::after {
  width: 100%;
}
.news-box .news-bd .news-down li:hover span:after {
  height: 100%;
}
.news-box .news-bd .news-down li {
  margin-right: 100px;
  display: inline-block;
  width: 360px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.news-box .news-bd .news-down li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #22ac7c;
}
.news-box .news-bd .news-down li span {
  display: inline-block;
  vertical-align: top;
  height: 66px;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  line-height: 66px;
  color: #999999;
  padding-right: 32px;
  position: relative;
}
.news-box .news-bd .news-down li span::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: #22ac7c;
}
.news-box .news-bd .news-down li div {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  padding-left: 27px;
}
.news-box .news-bd .news-down li div a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #333333;
  margin: 9px 0 20px;
}
.news-box .news-bd .news-down li div i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
/* links */
.links {
  padding: 60px 0;
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.links p {
  width: 111px;
  height: 45px;
  background: url(../images/LINKS.png) no-repeat center;
  background-size: cover;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  margin-right: 51px;
  color: #000000;
}
.links div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links div a {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-left: 45px;
}
.links div a:hover {
  color: #22ac7c;
  transform: translateX(5px);
}
