.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 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
.banner .swiper-container {
  width: calc(100% - 100px);
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0 20px 0 0;
}
.banner .text {
  padding-top: 260px;
  width: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner .text i {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.banner .text .zx {
  width: 31px;
  height: 31px;
  display: block;
  margin: 13px 0;
}
.banner .text .wx {
  width: 31px;
  height: 31px;
  display: block;
  position: relative;
  cursor: pointer;
}
.banner .text .wx:hover .qr {
  height: 100px;
}
.banner .text .wx .qr {
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 0;
  object-fit: contain;
}
.banner .text::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 1px;
  height: 244px;
  border-left: solid 1px #eeeeee;
}
.banner .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  z-index: -1;
  height: 600px;
  background-color: #f8f8f8;
}
.banner .text .sub {
  margin-top: auto;
  position: relative;
  top: 70px;
}
.banner .contorl {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 960px;
  height: 70px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 0 26px 0 160px;
}
.banner .contorl .ban-pagination {
  position: relative;
  left: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  line-height: 70px;
}
.banner .contorl .ban-pagination span {
  opacity: 1;
  position: relative;
  width: 7px;
  height: 7px;
  background-color: #0ca7f7;
  margin: 0 20px 0 0;
}
.banner .contorl .ban-pagination span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 50%;
  width: 0;
  height: 0;
  border: solid 1px #0ca7f7;
}
.banner .contorl .ban-pagination .swiper-pagination-bullet-active::before {
  width: 15px;
  height: 15px;
}
.banner .contorl .rightr {
  line-height: 80px;
}
.banner .contorl .rightr i {
  display: inline-block;
  margin-left: 36px;
  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;
  width: 10px;
  height: 18px;
  background-size: contain;
}
.banner .contorl .rightr .slider-btn-prev {
  background: url(../images/banL1.png) no-repeat center;
}
.banner .contorl .rightr .slider-btn-prev.active {
  background: url(../images/banL2.png) no-repeat center;
}
.banner .contorl .rightr .slider-btn-next {
  background: url(../images/banR1.png) no-repeat center;
}
.banner .contorl .rightr .slider-btn-next.active {
  background: url(../images/banR2.png) no-repeat center;
}
.banner .swiper-wrapper {
  height: 780px;
  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;
}
.yebl {
  width: 1280px;
  margin: 0 auto;
}
.tit-box .ex {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  font-family: Arial;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #dddddd;
  background: url(../images/tit-b1.png) no-repeat left bottom;
}
.tit-box .ex span {
  font-family: Arial;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #dddddd;
}
.tit-box .em {
  margin-top: 15px;
  display: block;
  font-size: 34px;
  line-height: 34px;
  color: #333333;
}
.tit-box .em i {
  font-size: 18px;
  color: #999999;
}
.isMore {
  width: 40px;
  height: 40px;
  background-color: #0ca7f7;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  position: relative;
  top: 50px;
}
.isMore::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 13px;
  height: 13px;
  background-color: #0ca7f7;
  opacity: 0.3;
  margin: 0 auto;
}
.isMore:hover {
  transform: translateY(-10px);
}
.isMore:hover::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro-box {
  padding: 78px 0 72px;
}
.pro-box .pro-tit {
  position: relative;
}
.pro-box .pro-tit .t1 {
  position: absolute;
  font-family: Arial;
  font-size: 114px;
  font-weight: bold;
  line-height: 100px;
  color: #f8f8f8;
  right: 217px;
  top: 0;
}
.pro-box .pro-con {
  margin-top: 10px;
}
.pro-box .pro-con li:nth-child(4n) {
  margin-right: 0;
}
.pro-box .pro-con 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-con li:hover i::after {
  background: #38c876;
}
.pro-box .pro-con li:hover .more {
  background: url(../images/proi3.png) no-repeat center;
}
.pro-box .pro-con li {
  margin: 40px 51px 0 0;
  display: inline-block;
  width: 278px;
  height: 310px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 29px 20px 0;
  position: relative;
}
.pro-box .pro-con li .more {
  position: absolute;
  right: 20px;
  top: 29px;
  width: 25px;
  height: 25px;
  background: url(../images/proi2.png) no-repeat center;
}
.pro-box .pro-con li .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 70%;
  font-size: 18px;
  line-height: 18px;
  color: #333;
}
.pro-box .pro-con li i {
  font-size: 12px;
  line-height: 12px;
  color: #ccc;
  display: block;
  margin: 14px 0 23px;
}
.pro-box .pro-con li i::after {
  content: "";
  display: block;
  margin-top: 13px;
  width: 19px;
  height: 3px;
  background-color: #0ca7f7;
}
.pro-box .pro-con li .im {
  display: block;
  overflow: hidden;
  height: 180px;
  width: 100%;
  border-radius: 3px;
}
.pro-box .pro-con li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rea-box {
  background: url(../images/rea-bg.jpg) no-repeat center;
  background-size: cover;
  height: 950px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.rea-box .y1 {
  position: absolute;
  z-index: -1;
  right: -114px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  top: -194px;
  background-color: #34c773;
}
.rea-box .y2 {
  width: 580px;
  height: 580px;
  background-color: #34c773;
  border-radius: 50%;
  position: absolute;
  bottom: -290px;
  left: 21px;
}
.rea-box .rea-tit {
  position: relative;
  padding: 79px 0 51px;
}
.rea-box .rea-tit .phone {
  position: relative;
  font-family: Arial;
  top: 87px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.rea-box .rea-tit .phone::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 1px;
  background-color: #fff;
  left: 69px;
  bottom: 9px;
}
.rea-box .rea-tit .phone i {
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
}
.rea-box .rea-tit h3 {
  text-align: right;
}
.rea-box .rea-tit h3 .t1 {
  font-family: Impact;
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
  background: url(../images/tit-b2.png) no-repeat right bottom;
}
.rea-box .rea-tit h3 .t2 {
  font-family: Impact;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #ffffff;
  margin: 26px 0 19px;
}
.rea-box .rea-tit h3 .t3 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.rea-box .rea-bd {
  position: relative;
  width: 896px;
  min-height: 574px;
  background-color: #ffffff;
  border-radius: 30px 2px 2px 30px;
  box-sizing: border-box;
  padding: 65px 45px 30px;
}
.rea-box .rea-bd li .text .tL {
  float: left;
}
.rea-box .rea-bd li .text .tL .t1 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
.rea-box .rea-bd li .text .tL .t2 {
  font-family: Times New Roman;
  font-size: 22px;
  line-height: 22px;
  color: #999999;
  margin: 16px 0 10px;
}
.rea-box .rea-bd li .text .tL .t3 {
  font-family: TimesNewRomanPSMT;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  text-transform: uppercase;
}
.rea-box .rea-bd li .text .tL .t3::after {
  content: "";
  display: block;
  margin-top: 23px;
  width: 40px;
  height: 5px;
  background-color: #0ca7f7;
}
.rea-box .rea-bd li .text .tR {
  float: right;
  width: 596px;
}
.rea-box .rea-bd li .text .tR .t1 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.rea-box .rea-bd li .text .tR .t2 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 24px;
  color: #cccccc;
}
.rea-box .rea-bd li > img {
  width: 100%;
  height: 304px;
  object-fit: cover;
  background-color: #0ca7f7;
  border-radius: 2px;
  margin-top: 30px;
}
.rea-box .slide-rea {
  position: relative;
}
.rea-box .slide-rea .hd {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 35px;
  padding-top: 25px;
}
.rea-box .slide-rea .hd::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 107px;
  width: 1px;
  height: 440px;
  background: #c8ecfe;
}
.rea-box .slide-rea .hd li.on > i::before {
  width: 40px;
  height: 40px;
}
.rea-box .slide-rea .hd li.on span::before {
  width: 7px;
  height: 7px;
}
.rea-box .slide-rea .hd li:nth-child(1) > i {
  margin-right: 74px;
}
.rea-box .slide-rea .hd li {
  margin-bottom: 80px;
  cursor: pointer;
}
.rea-box .slide-rea .hd li > i {
  position: relative;
  display: inline-block;
  font-family: Impact;
  font-size: 34px;
  line-height: 34px;
  color: #ffffff;
  margin-right: 70px;
  z-index: 1;
}
.rea-box .slide-rea .hd li > i::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -14px;
  width: 0;
  height: 0;
  background-color: #34c773;
  z-index: -1;
}
.rea-box .slide-rea .hd li > i::after {
  content: "";
  display: inline-block;
  margin-left: 13px;
  width: 19px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
}
.rea-box .slide-rea .hd li span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}
.rea-box .slide-rea .hd li span::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  background-color: #34c773;
  left: -37px;
  top: 17px;
}
.rea-box .slide-rea .hd li span .t1 {
  display: block;
  font-size: 24px;
  color: #fff;
}
.rea-box .slide-rea .hd li span .t1::after {
  content: "→";
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}
.rea-box .slide-rea .hd li span .t2 {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 24px;
  color: #d8f2ff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  opacity: 0;
  text-transform: uppercase;
}
.rea-box .slide-rea .zx-box {
  position: absolute;
  right: 28px;
  bottom: 0;
  z-index: 99;
}
.rea-box .slide-rea .zx-box .zx {
  display: inline-block;
  width: 270px;
  height: 55px;
  border: solid 1px #c8ecfe;
  box-sizing: border-box;
  text-align: center;
  line-height: 55px;
  font-family: Arial;
  font-size: 16px;
  color: #ffffff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rea-box .slide-rea .zx-box .zx::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  background: #38c876;
  z-index: -1;
  width: 0;
  height: 0;
}
.rea-box .slide-rea .zx-box .zx:hover {
  transform: translateY(-5px);
}
.rea-box .slide-rea .zx-box .zx:hover::after {
  width: 290px;
  height: 290px;
}
.rea-box .slide-rea .zx-box img {
  width: 26px;
  height: 25px;
  display: block;
  margin: 10px auto 0;
  animation: shortUp 1.5s infinite;
}
@keyframes shortUp {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shortUp {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes shortUp {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.case-box {
  padding: 80px 0;
}
.case-box .case-left {
  width: 295px;
  box-sizing: border-box;
}
.case-box .case-left .form {
  margin-top: 25px;
  padding: 17px 0 30px 28px;
  border-left: solid 1px #f4f4f4;
}
.case-box .case-left .form label img:last-child {
  width: 94px;
  height: 38px;
  object-fit: contain;
  margin-left: auto;
}
.case-box .case-left .form label input {
  width: 60px;
}
.case-box .case-left .form div,
.case-box .case-left .form label {
  width: 268px;
  padding: 33px 0 20px;
  border-bottom: solid 1px #f4f4f4;
  display: flex;
  position: relative;
}
.case-box .case-left .form div img:nth-child(1),
.case-box .case-left .form label img:nth-child(1) {
  margin-right: 15px;
  width: 16px;
  object-fit: contain;
}
.case-box .case-left .form div:hover::before,
.case-box .case-left .form label:hover::before {
  width: 15px;
  height: 15px;
}
.case-box .case-left .form div::before,
.case-box .case-left .form label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  background: url(../images/foi.png) no-repeat center;
  left: -35px;
  top: 33px;
}
.case-box .case-left .form div input,
.case-box .case-left .form label input {
  font-size: 16px;
  color: #999999;
  opacity: 0.5;
}
.case-box .case-left .form input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
  color: #999999;
  opacity: 0.5;
}
.case-box .case-left .form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  color: #999999;
  opacity: 0.5;
}
.case-box .case-left .form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
  color: #999999;
  opacity: 0.5;
}
.case-box .case-left .form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
  color: #999999;
  opacity: 0.5;
}
.case-box .case-left .form button {
  margin: 11px 0 0 0;
  width: 100%;
  height: 58px;
  color: #999999;
  font-size: 16px;
}
.case-box .case-left .phone {
  width: 100%;
  height: 58px;
  background-color: #0ca7f7;
  border-radius: 2px;
  text-align: center;
  line-height: 58px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.case-box .case-left .phone i {
  display: inline-block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.3);
  margin-right: 15px;
  line-height: 34px;
}
.case-box .case-left .phone i img {
  width: 18px;
}
.case-box .myCase {
  width: 960px;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  position: relative;
  right: -10px;
}
.case-box .myCase li > i {
  font-family: Impact;
  font-size: 44px;
  line-height: 44px;
  color: #eeeeee;
  display: block;
  margin: 0 0 33px 21px;
  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 div {
  height: 394px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 24px 21px 0;
  border-radius: 3px;
  position: relative;
}
.case-box .myCase li div .im {
  display: block;
  overflow: hidden;
  height: 215px;
  width: 100%;
  border-radius: 3px;
}
.case-box .myCase li div .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .myCase li div .tit {
  margin-top: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 70%;
  font-size: 18px;
  line-height: 18px;
  color: #333;
}
.case-box .myCase li div i {
  font-size: 12px;
  line-height: 12px;
  color: #ccc;
  display: block;
  margin: 14px 0 23px;
}
.case-box .myCase li div i::after {
  content: "";
  display: block;
  margin-top: 13px;
  width: 19px;
  height: 3px;
  background-color: #0ca7f7;
}
.case-box .myCase li div .more {
  position: absolute;
  right: 16px;
  top: 272px;
  width: 25px;
  height: 25px;
  background: url(../images/proi2.png) no-repeat center;
}
.case-box .myCase li:hover > i {
  color: #0ca7f7;
}
.case-box .myCase li:hover div .im > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.case-box .myCase li:hover div i::after {
  background: #38c876;
}
.case-box .myCase li:hover div .more {
  background: url(../images/proi3.png) no-repeat center;
}
.case-box .case-bot {
  margin-top: 75px;
}
.case-box .case-bot > i {
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 17px;
  color: #dddddd;
  margin-top: 15px;
}
.case-box .case-bot span {
  display: inline-block;
}
.case-box .case-bot span i {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  background-color: #eeeeee;
  width: 97px;
  margin-left: 17px;
  font-family: Arial;
  font-size: 16px;
  line-height: 40px;
  color: #999999;
  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 .case-bot span i:hover {
  background: #0ca7f7;
  color: #fff;
}
.case-box .case-bot span .cL {
  border-radius: 20px 0 0 20px;
}
.case-box .case-bot span .cR {
  border-radius: 0 20px 20px 0;
}
.about .ab-con {
  position: relative;
}
.about .ab-con > img {
  position: absolute;
  width: 836px;
  height: 704px;
  left: -320px;
  top: 0;
}
.about .ab-con .ab-cen {
  position: relative;
  width: 673px;
  margin-left: auto;
}
.about .ab-con .ab-cen .t1 {
  margin-top: 77px;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.about .ab-con .ab-cen .t1::after {
  content: "";
  display: block;
  margin: 18px 0 23px;
  width: 31px;
  height: 3px;
  background-color: #34c773;
}
.about .ab-con .ab-cen .t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 36px;
  color: #999999;
}
.about .ab-con .ab-cen .more {
  display: block;
  text-align: center;
  width: 186px;
  height: 45px;
  border: solid 1px #eeeeee;
  line-height: 45px;
  color: #666666;
  color: 16px;
  margin: 50px 0 19px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about .ab-con .ab-cen .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #0ca7f7;
  z-index: -1;
}
.about .ab-con .ab-cen .more:hover {
  transform: translateY(-10px);
  color: #fff;
}
.about .ab-con .ab-cen .more:hover::after {
  width: 200px;
  height: 200px;
}
.about .ab-con .ab-cen .honor {
  position: relative;
  z-index: 9;
  padding-left: 35px;
}
.about .ab-con .ab-cen .honor::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
  width: 1007px;
  height: 128px;
  background-color: #0ca7f7;
}
.about .ab-con .ab-cen .honor li:nth-child(2) {
  padding-bottom: 0;
  margin: 0 28px;
}
.about .ab-con .ab-cen .honor li {
  vertical-align: bottom;
  display: inline-block;
  padding-bottom: 47px;
}
.about .ab-con .ab-cen .honor li:hover .im {
  padding-right: 12px;
}
.about .ab-con .ab-cen .honor li:hover .txt {
  margin-left: 15px;
}
.about .ab-con .ab-cen .honor li .im {
  display: inline-block;
  height: 24px;
  padding-right: 17px;
  border-right: solid 1px #c8ecfe;
  vertical-align: middle;
}
.about .ab-con .ab-cen .honor li .txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #f8f8f8;
  font-size: 16px;
}
.about .ab-con .ab-cen .honor li .txt i {
  display: block;
  color: #f8f8f8;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  margin-top: 3px;
}
.about .ab-con .ab-cen .honor li .yyzz {
  width: 280px;
  height: 195px;
  background-color: #34c773;
  border-radius: 2px 15px 15px 2px;
  box-sizing: border-box;
}
.news-box {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  margin: 80px 0 70px;
}
.news-box .news-con {
  position: relative;
  padding-bottom: 180px;
}
.news-box .slide-news .hd ul {
  margin-top: 65px;
}
.news-box .slide-news .hd ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 8px;
  overflow: hidden;
}
.news-box .slide-news .hd ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: -1;
  background: #0ca7f7;
}
.news-box .slide-news .hd ul li a {
  display: block;
  width: 177px;
  height: 55px;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: #666666;
}
.news-box .slide-news .hd ul li a i {
  display: inline-block;
  width: 31px;
  height: 27px;
  margin-right: 18px;
  vertical-align: middle;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: url(../images/ni1.png) no-repeat center;
  background-size: cover;
}
.news-box .slide-news .hd ul li.on::after {
  width: 190px;
  height: 190px;
}
.news-box .slide-news .hd ul li.on i {
  background: url(../images/ni12.png) no-repeat center;
}
.news-box .slide-news .hd ul li.on a {
  color: #fff;
}
.news-box .slide-news .hd ul li:nth-child(2) i {
  background: url(../images/ni2.png) no-repeat center;
}
.news-box .slide-news .hd ul li:nth-child(2).on i {
  background: url(../images/ni22.png) no-repeat center;
}
.news-box .slide-news .hd ul li:nth-child(3) i {
  background: url(../images/ni3.png) no-repeat center;
}
.news-box .slide-news .hd ul li:nth-child(3).on i {
  background: url(../images/ni32.png) no-repeat center;
}
.news-box .slide-news .news-bd {
  width: 1346px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  right: -33px;
}
.news-box .slide-news .nd {
  height: 646px;
  margin-top: 40px;
  box-sizing: border-box;
  position: relative;
}
.news-box .slide-news .nd .news-ul {
  position: relative;
  width: 100%;
}
.news-box .slide-news .nd .news-ul li:nth-child(-n+2) {
  border-bottom: dashed 1px #eeeeee;
}
.news-box .slide-news .nd .news-ul li.active .im {
  width: 219px;
  padding: 4px;
  height: 170px;
  border: solid 1px #eeeeee;
}
.news-box .slide-news .nd .news-ul li.active .text {
  width: 299px;
  margin-left: 27px;
}
.news-box .slide-news .nd .news-ul li.active .text .tit {
  width: 100%;
}
.news-box .slide-news .nd .news-ul li.active .text .date1 {
  right: -110px;
}
.news-box .slide-news .nd .news-ul li.active .text .date2 {
  left: 0 !important;
}
.news-box .slide-news .nd .news-ul li.active .text .m {
  background-color: #38c876 !important;
  float: right;
}
.news-box .slide-news .nd .news-ul li {
  padding: 20px 0 33px;
  position: relative;
  width: 550px;
  height: 170px;
  overflow: hidden;
}
.news-box .slide-news .nd .news-ul li .im {
  width: 0;
  height: 0;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
}
.news-box .slide-news .nd .news-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-box .slide-news .nd .news-ul li .text {
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.news-box .slide-news .nd .news-ul li .text .date1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 35px;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 35px;
  font-family: Arial;
  font-size: 16px;
  color: #999999;
  border-radius: 25px;
}
.news-box .slide-news .nd .news-ul li .text .tit {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  line-height: 16px;
}
.news-box .slide-news .nd .news-ul li .text .tit::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #34c773;
  border-radius: 50%;
  margin-right: 6px;
}
.news-box .slide-news .nd .news-ul li .text .desc {
  margin: 23px 0 25px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .slide-news .nd .news-ul li .text .more {
  position: relative;
  width: 100%;
  height: 22px;
}
.news-box .slide-news .nd .news-ul li .text .more .date2 {
  display: inline-block;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  position: absolute;
  left: -35px;
  bottom: 3px;
}
.news-box .slide-news .nd .news-ul li .text .more .m {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #dddddd;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.news-box .slide-news .nd .news-ul li:nth-child(4) {
  position: absolute;
  right: 66px;
  bottom: 0;
}
.news-box .slide-news .nd .sw-box {
  position: absolute;
  top: 0;
  right: 66px;
}
.news-box .slide-news .nd .nL {
  cursor: pointer;
  position: absolute;
  left: -65px;
  top: 136px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
}
.news-box .slide-news .nd .nR {
  cursor: pointer;
  position: absolute;
  right: -65px;
  top: 136px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
}
.news-box .slide-news .nd .myNews {
  overflow: hidden;
  width: 567px;
}
.news-box .slide-news .nd .myNews li {
  position: relative;
}
.news-box .slide-news .nd .myNews li .im {
  display: block;
  width: 100%;
  height: 362px;
  border-radius: 2px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  padding: 7px;
  overflow: hidden;
}
.news-box .slide-news .nd .myNews li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.news-box .slide-news .nd .myNews li .tit {
  margin-top: 29px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.news-box .slide-news .nd .myNews li .tit::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin: 0 6px 0 10px;
  width: 7px;
  height: 7px;
  background-color: #34c773;
}
.news-box .slide-news .nd .myNews li i {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-family: Arial;
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
  color: #999;
}
.cus-box {
  position: relative;
  top: -176px;
  margin-bottom: -176px;
}
.cus-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 166px;
  background-color: #232323;
}
.cus-box .cus-con {
  position: relative;
  background: url(../images/cus-bg.jpg) repeat;
}
.cus-box .cus-con > span {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 2px;
  top: 150px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cus-box .cus-con > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 31px;
  background-size: contain;
}
.cus-box .cus-con > span.active {
  background: #38c876;
}
.cus-box .cus-con .cuL {
  left: -76px;
}
.cus-box .cus-con .cuL::before {
  background: url(../images/cuL2.png) no-repeat center;
}
.cus-box .cus-con .cuL.active::before {
  background: url(../images/cuL1.png) no-repeat center;
}
.cus-box .cus-con .cuR {
  right: -76px;
}
.cus-box .cus-con .cuR::before {
  background: url(../images/cuR1.png) no-repeat center;
}
.cus-box .cus-con .cuR.active::before {
  background: url(../images/cuR2.png) no-repeat center;
}
.cus-box .cus-con .myCus {
  overflow: hidden;
}
.cus-box .cus-con ul {
  box-sizing: border-box;
  padding: 45px 50px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cus-box .cus-con ul li {
  margin-bottom: 15px;
  width: 220px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  line-height: 120px;
}
.cus-box .cus-con ul li img {
  width: 90%;
  height: auto;
  object-fit: contain;
}