.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.yebl {
  width: 1300px;
  margin: 0 auto;
}
.bs {
  box-sizing: border-box;
}
.centerFlex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s1 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.imgB {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tion1 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textLr {
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.textRl {
  writing-mode: vertical-rl;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-rl;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.banner {
  width: 100%;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.banner .swiper-wrapper {
  width: 100%;
  height: auto;
  margin-right: 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;
}
.br {
  border-radius: 50%;
}
.tit-box .ex {
  font-family: Impact;
  font-size: 51px;
  line-height: 51px;
  color: #333333;
}
.tit-box .ex i {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.tit-box .ex img {
  width: 100%;
  display: block;
  margin-top: 16px;
}
.tit-box .em {
  display: block;
  margin-top: 24px;
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 9px;
  color: #333333;
}
.tit-box .em span {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 9px;
  color: #333333;
}
.isMore {
  font-family: Arial;
  font-size: 14px;
  color: #666666;
}
.isMore i {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 91px;
  height: 1px;
  background-color: #333333;
  position: relative;
}
.isMore i::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: solid 2px #333333;
  box-sizing: border-box;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.isMore:hover i:after {
  right: -36px;
}
.pro-box {
  overflow: hidden;
  position: relative;
  margin: 13px 0 0 0;
}
.pro-box .pro-con {
  padding: 48px 0 65px;
  position: relative;
}
.pro-box .pro-con .pd {
  height: 811px;
}
.pro-box .pro-con .hd .tit-box {
  margin-top: 9px;
}
.pro-box .pro-con .hd ul li {
  margin-left: 40px;
  display: inline-block;
  width: 130px;
  height: 145px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
}
.pro-box .pro-con .hd ul li .im {
  display: block;
  width: 100%;
  height: 103px;
  box-sizing: border-box;
  padding-top: 21px;
  background-color: #f0f0f0;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.pro-box .pro-con .hd ul li .im::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  background: #1eab6a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.pro-box .pro-con .hd ul li .im::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: -1;
  width: 0;
  height: 0;
  border: solid 3px #ffffff;
  opacity: 0.3;
  box-sizing: border-box;
  border-radius: 50%;
  transition-delay: 0.1s;
}
.pro-box .pro-con .hd ul li .im i {
  overflow: hidden;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-box .pro-con .hd ul li .tit {
  text-align: center;
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 16px;
  padding-top: 13px;
}
.pro-box .pro-con .hd ul li.on .im::after {
  width: 160px;
  height: 160px;
}
.pro-box .pro-con .hd ul li.on .im::before {
  width: 80px;
  height: 80px;
}
.pro-box .pro-con .myPro {
  margin-top: 65px;
  overflow: hidden;
  height: 397px;
  box-sizing: border-box;
  position: relative;
}
.pro-box .pro-con .myPro li .text {
  margin: 14px 0 0 60px;
  display: inline-block;
  vertical-align: top;
  width: 735px;
  box-sizing: border-box;
}
.pro-box .pro-con .myPro li .text:hover .isMore i:after {
  right: -36px;
}
.pro-box .pro-con .myPro li .text .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
}
.pro-box .pro-con .myPro li .text > i {
  margin-top: 8px;
  padding-bottom: 15px;
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 7px;
  color: #999999;
  width: 585px;
  border-bottom: 1px solid #e0e0e0;
}
.pro-box .pro-con .myPro li .text .desc {
  margin: 25px 0 65px;
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-box .pro-con .myPro li .im {
  width: 495px;
  height: 397px;
  border: 1px solid #1eab6a;
  padding: 9px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
}
.pro-box .pro-con .myPro li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .pro-con .myPro .contorl {
  position: absolute;
  z-index: 99;
  bottom: 27px;
  left: 560px;
}
.pro-box .pro-con .myPro .contorl span {
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 160px;
  height: 54px;
  background-color: #222222;
  text-align: center;
  line-height: 54px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  font-family: Arial;
  font-size: 16px;
  color: #ffffff;
}
.pro-box .pro-con .myPro .contorl span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #1eab6a;
}
.pro-box .pro-con .myPro .contorl .proL img {
  margin-right: 25px;
}
.pro-box .pro-con .myPro .contorl .proR img {
  margin-left: 25px;
}
.pro-box .pro-con .myPro .contorl span.active::after {
  width: 200px;
  height: 200px;
}
.pro-box .pro-con .pro-ul li {
  margin: 40px 12px 0 0;
  position: relative;
  display: inline-block;
  width: 312px;
  height: 309px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}
.pro-box .pro-con .pro-ul li .im {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 249px;
  border: 11px solid #fff;
}
.pro-box .pro-con .pro-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .pro-con .pro-ul li .tit {
  width: 70%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 13px;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-left: 11px;
}
.pro-box .pro-con .pro-ul li .more {
  position: absolute;
  right: 19px;
  bottom: 29px;
}
.pro-box .pro-con .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-con .pro-ul li:hover .more {
  right: 30px;
}
.pro-box .pro-con .pro-ul li:last-child {
  margin-right: 0;
}
.bigBox {
  overflow: hidden;
}
.rea-box {
  padding: 70px 0 0 0;
  margin: 0 auto;
  height: 1133px;
  background: url(../images/rea-bg.jpg) no-repeat center;
  background-size: cover;
}
.rea-box .form-tit .zx-box p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #ffffff;
  margin-left: 25px;
}
.rea-box .form-tit .zx-box p i {
  display: block;
  font-family: Impact;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
}
.rea-box .form-tit .zx {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #ffa70d;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  position: relative;
  z-index: 2;
}
.rea-box .form-tit .zx::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 66px;
  height: 66px;
  top: -4px;
  left: -4px;
  background-color: #ffa70d;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}
.rea-box .form-tit .zx::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 66px;
  height: 66px;
  top: -4px;
  left: -4px;
  background-color: #ffa70d;
  opacity: 0.3;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
  border-radius: 50%;
}
.rea-box .form-tit > p {
  text-align: right;
  display: inline-block;
  padding-top: 23px;
  background: url(../images/xinheng.png) right top;
}
.rea-box .form-tit > p i:nth-child(1) {
  display: block;
  font-size: 27px;
  line-height: 27px;
  font-family: SimSun;
  letter-spacing: 11px;
  color: #ffffff;
}
.rea-box .form-tit > p i:nth-child(2) {
  display: block;
  font-family: SimSun;
  font-size: 12px;
  letter-spacing: 6px;
  color: #ffffff;
  line-height: 30px;
}
.rea-box .form {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.rea-box .form div,
.rea-box .form label {
  width: 250px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  line-height: 48px;
}
.rea-box .form div input,
.rea-box .form label input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.rea-box .form label input {
  width: 120px;
}
.rea-box .form label img {
  float: right;
  margin-right: 10px;
  object-fit: contain;
  width: 92px;
  height: 37px;
  margin-top: 6px;
}
.rea-box .form button {
  color: #ffffff;
  font-size: 16px;
  width: 149px;
  height: 48px;
  background-color: #ffa70d;
  border-radius: 6px;
}
.rea-box .slide-rea {
  margin-top: 130px;
}
.rea-box .slide-rea h3 {
  margin-bottom: 35px;
}
.rea-box .slide-rea h3 span:nth-child(1) {
  display: block;
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 72px;
  line-height: 72px;
  color: #333;
}
.rea-box .slide-rea h3 span:nth-child(1) i {
  font-family: Times New Roman;
  font-weight: bold;
  color: #1eab6a;
}
.rea-box .slide-rea h3 span:nth-child(2) {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
.rea-box .slide-rea .hd ul li.on .t1 {
  color: #1eab6a;
}
.rea-box .slide-rea .hd ul li.on .icon::after {
  background: url(../images/ri12.png) no-repeat center;
}
.rea-box .slide-rea .hd ul li.on .icon::before {
  width: 100%;
  height: 100%;
}
.rea-box .slide-rea .hd ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 409px;
  padding: 48px 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
.rea-box .slide-rea .hd ul li .t1 {
  font-family: Impact;
  font-size: 54px;
  color: #333333;
  line-height: 54px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.rea-box .slide-rea .hd ul li .t2 {
  margin-left: 40px;
  margin-right: auto;
  font-size: 18px;
  color: #333;
}
.rea-box .slide-rea .hd ul li .t2 i {
  margin-top: 10px;
  font-family: Arial;
  font-size: 13px;
  line-height: 13px;
  color: #999999;
  display: block;
}
.rea-box .slide-rea .hd ul li .icon {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 68px;
  height: 68px;
  border: solid 1px #eeeeee;
  position: relative;
  z-index: 1;
}
.rea-box .slide-rea .hd ul li .icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  width: 0;
  height: 0;
  background: #1eab6a;
}
.rea-box .slide-rea .hd ul li .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 3;
  width: 36px;
  height: 32px;
  background: url(../images/ri1.png) no-repeat center;
  background-size: contain;
}
.rea-box .slide-rea .hd ul li:nth-child(2) .icon::after {
  background: url(../images/ri2.png) no-repeat center;
}
.rea-box .slide-rea .hd ul li:nth-child(2).on .icon::after {
  background: url(../images/ri22.png) no-repeat center;
}
.rea-box .slide-rea .hd ul li:nth-child(3) .icon::after {
  background: url(../images/ri3.png) no-repeat center;
}
.rea-box .slide-rea .hd ul li:nth-child(3).on .icon::after {
  background: url(../images/ri32.png) no-repeat center;
}
.rea-box .slide-rea .hd ul li:nth-child(4) .icon::after {
  background: url(../images/ri4.png) no-repeat center;
}
.rea-box .slide-rea .hd ul li:nth-child(4).on .icon::after {
  background: url(../images/ri42.png) no-repeat center;
}
.rea-box .slide-rea .hd .z-box {
  margin-top: 87px;
}
.rea-box .slide-rea .hd .z-box .tit {
  margin-left: 40px;
  font-size: 18px;
  vertical-align: middle;
  color: #333333;
  display: inline-block;
}
.rea-box .slide-rea .hd .zx {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ffa70d;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
.rea-box .slide-rea .hd .zx::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 66px;
  height: 66px;
  top: -9px;
  left: -9px;
  background-color: #ffa70d;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}
.rea-box .slide-rea .hd .zx::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 66px;
  height: 66px;
  top: -9px;
  left: -9px;
  background-color: #ffa70d;
  opacity: 0.3;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
  border-radius: 50%;
}
.rea-box .slide-rea .rea-bd {
  margin-top: 40px;
  vertical-align: top;
  width: 750px;
  display: inline-block;
}
.rea-box .slide-rea .rea-bd li {
  position: relative;
}
.rea-box .slide-rea .rea-bd li .p1 {
  position: absolute;
  top: 301px;
  left: 0;
  z-index: 9;
  width: 337px;
  height: 82px;
  font-family: Arial;
  color: #999999;
  font-size: 13px;
  background-color: #ffffff;
}
.rea-box .slide-rea .rea-bd li .p1 p {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #333333;
  margin: 30px 0 10px;
}
.rea-box .slide-rea .rea-bd li .p2 {
  margin-top: 32px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.rea-box .rea-con {
  position: relative;
}
.rea-box .rea-con .res {
  position: absolute;
  right: -313px;
  bottom: -90px;
  z-index: 8;
}
.case-box {
  padding: 90px 0 35px;
  position: relative;
}
.case-box .case-tit {
  position: relative;
  z-index: 9;
}
.case-box .case-tit .cbg {
  position: absolute;
  right: -310px;
  top: -116px;
  z-index: -1;
}
.case-box .isMore {
  margin-top: 36px;
}
.case-box .contorl {
  margin: 28px 0 0 141px;
}
.case-box .contorl span {
  cursor: pointer;
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #222222;
  line-height: 44px;
  border-radius: 50%;
  position: relative;
  z-index: 8;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  box-sizing: border-box;
  padding-left: 13px;
  margin-left: 3px;
}
.case-box .contorl span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1eab6a;
  z-index: -1;
  width: 0;
  height: 0;
}
.case-box .contorl .caR {
  padding-left: 18px;
}
.case-box .contorl span.active::after {
  width: 100%;
  height: 100%;
}
.case-box .myCase {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
  width: 1340px;
  padding: 54px 20px 50px;
  box-sizing: border-box;
}
.case-box .myCase li:hover {
  margin-top: -30px;
}
.case-box .myCase li:hover .im > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.case-box .myCase li:hover p:before {
  width: 100%;
}
.case-box .myCase li {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  box-sizing: border-box;
  padding: 26px 23px;
  height: 538px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  overflow: hidden;
}
.case-box .myCase li .im {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 287px;
}
.case-box .myCase li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .myCase li .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  margin: 32px 0 27px;
}
.case-box .myCase li p {
  padding-top: 36px;
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-box .myCase li p::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 39px;
  height: 3px;
  background-color: #1eab6a;
}
.case-box .cas {
  position: absolute;
  left: 0;
  bottom: -180px;
}
.about {
  background-color: #f7f7f7;
  padding: 89px 0 54px;
  overflow: hidden;
}
.about .ab-con {
  position: relative;
  z-index: 9;
}
.about .ab-con .abbg {
  position: absolute;
  top: -55px;
  left: -310px;
  z-index: -1;
}
.about .tit-box {
  display: inline-block;
}
.about .ab-top {
  position: relative;
}
.about .ab-top .pic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 699px;
  height: 508px;
  object-fit: cover;
}
.about .ab-text {
  margin: 44px 0 40px;
  z-index: 7;
  width: 838px;
  height: 273px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 46px 90px 0 45px;
}
.about .ab-text .t1 {
  font-weight: bold;
  color: #333333;
  font-size: 25px;
  line-height: 25px;
}
.about .ab-text .t2 {
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin: 16px 0 25px;
}
.about .ab-text .t3 {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about .isMore {
  color: #fff;
}
.about .isMore i {
  background-color: #fff;
}
.about .isMore i::after {
  border: solid 2px #ffffff;
}
.about .ab-down {
  margin-top: 37px;
}
.about .ab-down .ab-ul {
  margin-right: 70px;
  vertical-align: top;
  display: inline-block;
}
.about .ab-down .ab-ul li {
  margin-right: 73px;
  display: inline-block;
  position: relative;
  width: 300px;
  height: 167px;
  z-index: 3;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}
.about .ab-down .ab-ul li .txt {
  margin: 67px 0 0 33px;
  display: inline-block;
}
.about .ab-down .ab-ul li .txt .t1 {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}
.about .ab-down .ab-ul li .txt .t2 {
  display: block;
  margin-top: 12px;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.about .ab-down .ab-ul li .pic {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.about .ab-down .ab-ul li .more {
  position: absolute;
  right: -25px;
  top: 58px;
  display: inline-block;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  background-color: #f3f5fa;
  text-align: center;
  font-size: 35px;
  font-weight: lighter;
  overflow: hidden;
  z-index: 2;
}
.about .ab-down .ab-ul li .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #ffa70d;
  z-index: -1;
  border-radius: 50%;
}
.about .ab-down .ab-ul li.active .more {
  color: #fff;
}
.about .ab-down .ab-ul li.active .more::after {
  width: 100%;
  height: 100%;
}
.about .ab-down .yt {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
}
.about .ab-down .yt i {
  display: block;
  font-family: Impact;
  font-size: 30px;
  line-height: 30px;
  color: #333;
  margin-top: 10px;
}
.about .ab-down > img {
  cursor: pointer;
  width: 197px;
  height: 140px;
  object-fit: cover;
  background: url(../images/yyzz.jpg) no-repeat center;
  background-size: cover;
  margin-left: 21px;
  padding: 20px;
}
.about .ab-down > img:hover {
  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 {
  box-sizing: border-box;
  padding: 70px 0 70px;
  position: relative;
  z-index: 111;
}
.news-box .news-con {
  position: relative;
}
.news-box .hsa {
  position: absolute;
  right: -296px;
  bottom: -70px;
}
.news-box .hd {
  margin-bottom: 19px;
}
.news-box .hd ul {
  margin-top: 26px;
}
.news-box .hd ul li.on a {
  color: #fff;
}
.news-box .hd ul li.on a::after {
  width: 160px;
  height: 160px;
}
.news-box .hd ul li.on a i {
  background: url(../images/ni12.png) no-repeat center;
}
.news-box .hd ul li {
  margin-left: 15px;
  display: inline-block;
  width: 150px;
  height: 46px;
  background-color: #e5e5e5;
  border-radius: 23px;
  overflow: hidden;
}
.news-box .hd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #484848;
  position: relative;
  z-index: 9;
}
.news-box .hd ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #1eab6a;
  z-index: -1;
}
.news-box .hd ul li a i {
  margin-right: 5px;
  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;
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(../images/ni1.png) no-repeat center;
  background-size: contain;
}
.news-box .hd ul li:nth-child(2) i {
  background: url(../images/ni2.png) no-repeat center;
}
.news-box .hd ul li:nth-child(2).on i {
  background: url(../images/ni22.png) no-repeat center;
}
.news-box .hd ul li:nth-child(3) i {
  background: url(../images/ni3.png) no-repeat center;
}
.news-box .hd ul li:nth-child(3).on i {
  background: url(../images/ni32.png) no-repeat center;
}
.news-box .nd {
  height: 753px;
}
.news-box .n-top{
  padding: 20px 10px 0;
}
.news-box .n-top li:last-child {
  margin-right: 0;
}
.news-box .n-top li {
  margin-right: 30px;
  display: inline-block;
  width: 403px;
  height: 478px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.news-box .n-top li .im {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 270px;
}
.news-box .n-top li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .n-top li .tit {
  display: block;
  width: 345px;
  margin: 28px auto 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 18px;
  line-height: 18px;
}
.news-box .n-top li p {
  width: 345px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 23px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .n-top li i {
  font-family: Arial;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  display: block;
  margin-left: 30px;
  margin-top: 30px;
}
.news-box .n-top li .more {
  position: absolute;
  right: 22px;
  bottom: 29px;
  width: 46px;
  height: 45px;
  background-color: #ffeccc;
  border-radius: 50%;
  font-size: 24px;
  color: #333;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 9;
}
.news-box .n-top li .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #ffa70d;
  z-index: -1;
}
.news-box .n-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 .n-top li:hover .more {
  color: #fff;
}
.news-box .n-top li:hover .more::after {
  width: 100%;
  height: 100%;
}
.news-box .n-down {
  position: relative;
  margin-top: 30px;
}
.news-box .n-down::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 108px;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}
.news-box .n-down li:nth-child(3n) {
  margin-right: 0;
}
.news-box .n-down li {
  margin-right: 40px;
  display: inline-block;
  width: 403px;
  padding: 32px 0 20px;
}
.news-box .n-down li > i {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial;
  font-size: 18px;
  color: #999999;
  height: 58px;
  line-height: 58px;
  padding: 0 36px 0 38px;
  border-right: 1px solid #e8e8e8;
}
.news-box .n-down li p {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}
.news-box .n-down li p a {
  display: block;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.news-box .n-down li p i {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.news-box .n-down li:hover > i {
  color: #ffa70d;
}
.news-box .n-down li:hover a {
  letter-spacing: 2px;
}
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
.shake:hover {
  -webkit-animation-name: routate-s;
  -ms-animation-name: routate-s;
  animation-name: routate-s;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes routate-s {
  0% {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@keyframes routate-s {
  0% {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
