.sjcTop,

.sjcBottom,

.sjcLeft,

.sjcRight,

.rightWow,

.leftWow,

.bottomWow,

.bg {

  -webkit-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

.yebl {

  width: 1360px;

  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 .ban-pagination {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  bottom: 45px;

  z-index: 9;

  text-align: center;

}

.banner .ban-pagination span {

  opacity: 1 !important;

  width: 14px;

  margin: 0 12px !important;

  height: 14px;

  background-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;

}

.banner .ban-pagination .swiper-pagination-bullet-active {

  background-color: #9cc82b;

}

.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;

}

.about-box {

  overflow: hidden;

  background-color: #f0f0fa;

  padding: 147px 0 166px;

}

.about-box .ab-con {

  display: flex;

  position: relative;

}

.about-box .ab-con .left-text {

  display: inline-block;

  vertical-align: top;

  height: 426px;

  border-right: 1px solid #cccccc;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;

  padding-right: 58px;

}

.about-box .ab-con .left-text p {

  writing-mode: vertical-rl;

  /*从左向右 从右向左是 writing-mode: vertical-rl;*/

  writing-mode: tb-rl;

  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/

  

  font-size: 36px;

  

  line-height: 56px;

  color: #9cc82b;

letter-spacing: 12px;}

.about-box .ab-con .left-text .more {

  width: 130px;

  height: 38px;

  background-color: #9cc82b;

 

  font-weight: 600;

  border-radius: 3px;

  text-align: center;

  font-size: 14px;

  line-height: 38px;

  color: #ffffff;

  overflow: hidden;

  position: relative;

  z-index: 1;

}

.about-box .ab-con .left-text .more::after {

  content: "";

  display: inline-block;

  position: absolute;

  bottom: 0;

  left: 0;

  background-color: #fff;

  width: 100%;

  height: 0;

  z-index: -1;

}

.about-box .ab-con .left-text .more:hover {

  color: #565555;

  

  letter-spacing: 2px;

}

.about-box .ab-con .left-text .more:hover::after {

  height: 100%;

  bottom: auto;

  top: 0;

}

.about-box .ab-con .ab-countent {

  width: 844px;

  box-sizing: border-box;

  margin-left: 74px;

}

.about-box .ab-con .ab-countent .title {

  display: block;

 

  

  font-size: 36px;

  line-height: 36px;

  color: #333333;

}

.about-box .ab-con .ab-countent .title:hover {

  letter-spacing: 2px;

}

.about-box .ab-con .ab-countent p {

  margin-top: 22px;

  font-size: 16px;

  line-height: 42px;

  color: #4d4d4d;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 5;

  -webkit-box-orient: vertical;

}

.about-box .ab-con .ab-countent .ab-ul {

  margin-top: 45px;

}

.about-box .ab-con .ab-countent .ab-ul li:last-child {

  margin-right: 0;

}

.about-box .ab-con .ab-countent .ab-ul li:last-child::after {

  width: 0;

}

.about-box .ab-con .ab-countent .ab-ul li {

  display: inline-block;

  margin-right: 153px;

  text-align: center;

  position: relative;

}

.about-box .ab-con .ab-countent .ab-ul li::after {

  content: "";

  display: inline-block;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 1px;

  height: 120px;

  background-color: #d9d9d9;

  right: -80px;

}

.about-box .ab-con .ab-countent .ab-ul li .num {

  display: inline-block;

  font-size: 52px;

font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

  line-height: 39px;

  color: #666666;

}

.about-box .ab-con .ab-countent .ab-ul li i {

  display: inline-block;

  font-size: 14px;

  line-height: 14px;

  color: #333333;

  vertical-align: bottom;

}

.about-box .ab-con .ab-countent .ab-ul li p:nth-child(3) {

  font-size: 18px;

  line-height: 18px;

  color: #4d4d4d;

  text-align: center;

  margin: 18px 0 10px;

}

.about-box .ab-con .ab-countent .ab-ul li p:nth-child(4) {

  font-family: Arial;

  font-size: 14px;

  line-height: 14px;

  color: #999999;

  text-align: center;

}

.about-box .ab-con .pic {

  position: absolute;

  right: -280px;

  top: 16px;

}

.product-box {

  padding: 94px 0 0;

}

.product-box .title {

  text-align: center;

  margin-bottom: 4px;

}

.product-box .title a {

  

  font-size: 36px;

  

  line-height: 36px;

  color: #333333;

}

.product-box .pro-con {

  margin-top: 86px;

  display: flex;

  justify-content: space-between;

}

.product-box .myPro {

  width: 615px;

  height: 454px;

  overflow: hidden;

}

.product-box .myPro li: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);

}

.product-box .myPro li a {

  display: block;

  width: 100%;

  height: 100%;

}

.product-box .myPro li img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.product-box .proText {

  position: relative;

  width: 635px;

  height: 454px;

  box-sizing: border-box;

}

.product-box .proText .t1 {

  font-size: 18px;

  line-height: 18px;

  color: #333333;

  font-family: 'Times New Roman';

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  margin: 53px 0 44px;

}

.product-box .proText .t1::after {

  content: "";

  display: block;

  margin-top: 36px;

  width: 20px;

  height: 4px;

  background-color: #62b040;

}

.product-box .proText .t2 {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  

  font-size: 28px;

  

  line-height: 32px;

  color: #333333;

}

.product-box .proText .t3 {

  font-size: 16px;

  line-height: 36px;

  color: #666666;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;
 

  -webkit-box-orient: vertical;

  margin: 34px 0 70px;

}

.product-box .proText .more {

  

  width: 140px;

  height: 44px;

  background-color: #f6f6f6;

  border-radius: 22px;

  display: block;

  text-align: center;

  line-height: 44px;

  font-size: 16px;

  color: #333333;

  position: relative;

  z-index: 2;

  overflow: hidden;

}

.product-box .proText .more::after {

  content: "";

  display: inline-block;

  position: absolute;

  bottom: 0;

  width: 100%;

  height: 0;

  background: #9cc82b;

  z-index: -1;

  left: 0;

}

.product-box .proText .more:hover {

  letter-spacing: 2px;

  

  transform: translateY(-5px);

  color: #ffffff;

}

.product-box .proText .more:hover::after {

  bottom: auto;

  top: 0;

  height: 100%;

}

.product-box .proText .num {

  position: absolute;

  right: 0;

  top: 51px;

}

.product-box .isMore {

  width: 200px;

  margin: 90px auto 0;

  

  

  display: block;

  font-size: 20px;

  line-height: 20px;

  color: #333333;

  text-align: center;

  position: relative;

  padding-bottom: 73px;

}

.product-box .isMore:hover {

  letter-spacing: 2px;

  color: #9cc82b;

}

.product-box .isMore:hover::after {

  background: #9cc82b;

}

.product-box .isMore::after {

  content: "";

  display: block;

  width: 81px;

  background: #333333;

  height: 1px;

  margin: 11px auto 0;

}

.product-box .isMore::before {

  content: "";

  display: block;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  width: 1px;

  height: 50px;

  background-color: #999999;

}

.video-box {

  position: relative;

  min-height: 220px;

  background: #333;

}

.video-box > video,

.video-box > img {

  width: 100%;

}

.video-box .text {

  text-align: center;

  position: absolute;

  width: 50%;

  left: 50%;

  transform: translateX(-50%);

  display: none;

  font-size: 38px;

  

  line-height: 65px;

  color: #9cc82b;

  z-index: 2;

}

.video-box .text::before {

  content: "";

  display: block;

  width: 1px;

  height: 50px;

  background-color: #ffffff;

  margin: 0 auto 40px;

}

@media screen and (max-width: 1360px) {

  .yebl {

    width: 1280px;

  }

}

