.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);
}
.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::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 76px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}
.banner .swiper-container {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.banner .ban-pagination {
  position: absolute;
  z-index: 99;
  bottom: 32px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: transparent;
}
.banner .ban-pagination span {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  font-family: Arial;
  font-size: 16px;
  line-height: 16px;
  color: transparent;
  position: relative;
  margin: 0 35px !important;
  border-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  text-align: center;
}
.banner .ban-pagination span::before {
  content: "";
  display: block;
  margin: 0 auto 23px;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
}
.banner .ban-pagination .swiper-pagination-bullet-active {
  color: #fff;
}
.banner .ban-pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 44px;
  height: 5px;
  border-radius: 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: 159px;
  height: 64px;
  margin-top: -20px;
  background: url(../images/banL-bg.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .slider-btn-prev::after {
  content: "";
  top: 17px;
  right: 44px;
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 13px;
  background: url(../images/banL.png) no-repeat center;
}
.banner .slider-btn-prev:hover::after {
  background: url(../images/banL2.png) no-repeat center;
}
.banner .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: 81px;
  width: 159px;
  height: 64px;
  margin-top: -20px;
  background: url(../images/banR-bg.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .slider-btn-next::after {
  content: "";
  top: 17px;
  left: 44px;
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 13px;
  background: url(../images/banR.png) no-repeat center;
}
.banner .slider-btn-next:hover::after {
  background: url(../images/banR2.png) no-repeat center;
}
.yebl {
  width: 1280px;
  margin: 0 auto;
}
.tit-box .ex {
  display: block;
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  position: relative;
  left: 0;
  top: 0;
}
.tit-box .ex span {
  font-size: 32px;
  line-height: 32px;
  color: inherit;
}
.tit-box .em {
  margin-top: 15px;
  display: block;
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
}
.tit-box .em i {
  font-family: Times New Roman;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #10ac4b;
}
.isMore {
  display: inline-block;
  width: 213px;
  height: 58px;
  background-color: #ffffff;
  text-align: center;
  line-height: 58px;
  font-size: 14px;
  color: #333333;
}
.isMore img {
  margin-right: 23px;
}
.isMore:hover {
  transform: translateY(-5px);
  letter-spacing: 2px;
}
.about-box {
  padding: 99px 0 79px;
  overflow: hidden;
}
.about-box .text {
  margin-top: 30px;
  width: 710px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.about-box .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 152px;
  width: 796px;
  height: 441px;
  background-color: #f7f7f7;
  z-index: -1;
}
.about-box .text .t1 {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  padding-left: 58px;
  margin: 140px 0 26px;
}
.about-box .text .t2 {
  font-size: 16px;
  line-height: 32px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-left: 58px;
  margin-bottom: 65px;
}
.about-box .text .isMore {
  margin-left: 58px;
}
.about-box .ab-cen > img {
  width: 484px;
  height: 622px;
  object-fit: cover;
}
.about-box .ab-ul {
  display: flex;
  margin-top: 64px;
  justify-content: space-between;
}
.about-box .ab-ul li {
  display: inline-block;
  position: relative;
}
.about-box .ab-ul li .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #10ac4b;
  right: 20px;
  top: -30px;
}
.about-box .ab-ul li .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background-size: contain;
}
.about-box .ab-ul li .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 18px;
  opacity: 0;
  background: url(../images/ab5.png) no-repeat center;
  background-size: contain;
}
.about-box .ab-ul li div {
  width: 280px;
  height: 94px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding-top: 20px;
}
.about-box .ab-ul li div a {
  display: block;
  padding-left: 20px;
}
.about-box .ab-ul li div .t1 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.about-box .ab-ul li div .t2 {
  font-size: 14px;
  line-height: 30px;
  color: #cccccc;
}
.about-box .ab-ul li:hover .icon::before {
  opacity: 0;
}
.about-box .ab-ul li:hover .icon::after {
  opacity: 1;
}
.about-box .ab-ul li:nth-child(1) .icon::before {
  background: url(../images/ab1.png) no-repeat center;
}
.about-box .ab-ul li:nth-child(4) .icon::before {
  background: url(../images/ab2.png) no-repeat center;
}
.about-box .ab-ul li:nth-child(2) .icon::before {
  background: url(../images/ab3.png) no-repeat center;
}
.about-box .ab-ul li:nth-child(3) .icon::before {
  background: url(../images/ab4.png) no-repeat center;
}
.about-box .ab-con {
  position: relative;
}
.about-box .ab-con .ea {
  position: absolute;
  left: -216px;
  top: 56px;
  z-index: -2;
}
.pro-box {
  box-sizing: border-box;
  height: 821px;
  background: url(../images/pro-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding: 96px 0 0 0;
  background-attachment: fixed;
}
.pro-box .pro-con {
  position: relative;
  height: 100%;
}
.pro-box .pro-con::after {
  content: "";
  display: inline-block;
  width: 1238px;
  height: 404px;
  background-color: #ffffff;
  opacity: 0.05;
  bottom: 168px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pro-box .pro-con .pro-tit h3 a,
.pro-box .pro-con .pro-tit h3 i {
  color: #fff;
}
.pro-box .pro-con .pro-tit .isMore {
  margin-top: 15px;
}
.pro-box .pro-con .pro-tit .tit-box span {
  color: #fff;
}
.pro-box .pro-con .myPro {
  width: 1200px;
  box-sizing: border-box;
  margin: 90px auto 0;
}
.pro-box .pro-con .myPro li {
  height: 364px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.pro-box .pro-con .myPro li .im {
  display: inline-block;
  height: 100%;
  width: 578px;
  vertical-align: middle;
  overflow: hidden;
}
.pro-box .pro-con .myPro li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .pro-con .myPro li .text {
  display: inline-block;
  width: 516px;
  box-sizing: border-box;
  margin-left: 54px;
  vertical-align: middle;
}
.pro-box .pro-con .myPro li .text .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.pro-box .pro-con .myPro li .text i {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #dbdbdb;
  margin: 10px 0 30px;
}
.pro-box .pro-con .myPro li .text p {
  font-size: 15px;
  line-height: 32px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-box .pro-con .myPro li .text .more {
  margin-top: 50px;
  display: block;
  width: 58px;
  border-bottom: 1px solid #8f8f8f;
  font-size: 14px;
  line-height: 40px;
  color: #b3b3b3;
  text-align: center;
}
.pro-box .pro-con .myPro 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 .myPro li:hover .text .tit {
  letter-spacing: 2px;
}
.pro-box .pro-con .myPro li:hover .text .more {
  transform: translateY(-10px);
  color: #10ac4b;
  border-bottom: 1px solid #10ac4b;
}
.pro-box .pro-con .myPro .pro-pagination {
  text-align: center;
  margin-top: 66px;
}
.pro-box .pro-con .myPro .pro-pagination span {
  opacity: 1;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  text-align: center;
  line-height: 6px;
  color: transparent;
  margin: 0 32px;
  box-sizing: border-box;
  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;
}
.pro-box .pro-con .myPro .pro-pagination .swiper-pagination-bullet-active {
  width: 48px;
  height: 48px;
  border: solid 1px #ffffff;
  background-color: transparent;
  color: #fff;
  line-height: 48px;
}
.rea-box {
  padding: 84px 0 0 0;
  overflow: hidden;
}
.rea-box .rea-con {
  position: relative;
}
.rea-box .rea-con h3 {
  text-align: center;
}
.rea-box .rea-con .myRea {
  margin-top: 40px;
  width: 1280px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.rea-box .rea-con .myRea li {
  height: 645px;
  box-sizing: border-box;
  position: relative;
}
.rea-box .rea-con .myRea li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/rea-sha.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.rea-box .rea-con .myRea li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.rea-box .rea-con .myRea li .text {
  position: absolute;
  z-index: 3;
  width: 1178px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.rea-box .rea-con .myRea li .text .t1 {
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
}
.rea-box .rea-con .myRea li .text .t2 {
  margin: 34px 0 0 0;
  padding-top: 29px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
}
.rea-box .rea-con .myRea .reaR {
  position: absolute;
  top: 385px;
  right: 56px;
  z-index: 9;
  width: 136px;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
}
.rea-box .rea-con .myRea .reaR::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #10ac4b;
  z-index: -1;
  border-radius: 50%;
}
.rea-box .rea-con .myRea .reaR:hover {
  color: #fff;
}
.rea-box .rea-con .myRea .reaR:hover::after {
  width: 150px;
  height: 150px;
}
.rea-box .rea-con .reaT-l {
  position: absolute;
  left: -200px;
  top: 277px;
  z-index: 9;
  display: flex;
}
.rea-box .rea-con .reaT-l i {
  display: inline-block;
  writing-mode: vertical-rl;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-rl;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  font-family: Arial;
  font-size: 16px;
  line-height: 60px;
  color: #666666;
}
.rea-box .rea-con .reaT-l i:nth-child(2) {
  font-family: Arial;
  font-size: 74px;
  font-weight: bold;
  font-style: italic;
  line-height: 60px;
  color: #333333;
}
.rea-box .rea-con .reaT-l i:nth-child(1) {
  margin-top: 10px;
}
.rea-box .rea-con .reaT-r {
  position: absolute;
  right: -89px;
  bottom: 0;
  font-family: Arial;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #cfcfcf;
  display: inline-block;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.rea-box .rea-con .reaT-r::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 51px;
  background-color: #d7d7d7;
}
.case-box {
  overflow: hidden;
  padding: 100px 0 0 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.case-box .case-con .isMore {
  border: solid 1px #e2e2e2;
  margin-top: 15px;
}
.case-box .case-con .myCase {
  margin-top: 40px;
  overflow: hidden;
}
.case-box .case-con .myCase li {
  position: relative;
}
.case-box .case-con .myCase li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #10ac4b;
}
.case-box .case-con .myCase li .im {
  display: block;
  height: 300px;
  background-color: #ffffff;
  border: solid 6px #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
}
.case-box .case-con .myCase li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .case-con .myCase li .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  display: block;
  width: 90%;
  padding: 36px 0 38px;
}
.case-box .case-con .myCase li .tit::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 13px;
  width: 14px;
  height: 14px;
  border: solid 3px #333333;
  box-sizing: border-box;
  vertical-align: middle;
}
.case-box .case-con .myCase 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);
}
.case-box .case-con .myCase li:hover .tit {
  color: #10ac4b;
}
.case-box .case-con .myCase li:hover .tit::before {
  border: solid 3px #10ac4b;
}
.case-box .case-con .myCase li:hover::after {
  width: 100%;
}
.news-box {
  padding: 90px 0 0 0;
  position: relative;
  overflow: hidden;
}
.news-box::after {
  content: "";
  display: inline-block;
  height: 642px;
  background-color: #f7f7f7;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.news-box .slide-news .hd {
  margin-bottom: 100px;
}
.news-box .slide-news .hd ul {
  margin-top: 50px;
}
.news-box .slide-news .hd ul li:nth-child(1)::before {
  width: 0;
}
.news-box .slide-news .hd ul li {
  display: inline-block;
  position: relative;
}
.news-box .slide-news .hd ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #d3d3d3;
  margin: 0 38px;
}
.news-box .slide-news .hd ul li a {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  display: inline-block;
  position: relative;
}
.news-box .slide-news .hd ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 8px;
  background-color: #10ac4b;
  opacity: 0.3;
}
.news-box .slide-news .hd ul li.on a::after {
  width: 90px;
}
.news-box .slide-news .nd {
  /* height: 586px; */
  height: 443px;
  overflow: hidden;
}
.news-box .slide-news .news-top li:last-child {
  margin-right: 0;
}
.news-box .slide-news .news-top li {
  margin-right: 120px;
  width: 342px;
  padding-bottom: 14px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.news-box .slide-news .news-top li::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -66px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e4e4e4;
}
.news-box .slide-news .news-top li .im {
  display: block;
  width: 280px;
  height: 200px;
  overflow: hidden;
}
.news-box .slide-news .news-top li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .slide-news .news-top li span {
  text-align: center;
  position: absolute;
  right: 8px;
  top: 57px;
  font-family: Times New Roman;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  display: inline-block;
}
.news-box .slide-news .news-top li span i {
  font-family: Times New Roman;
  font-size: 24px;
  line-height: 24px;
  display: block;
  color: #4dae3e;
}
.news-box .slide-news .news-top li .tit {
  margin: 35px 0 25px;
  display: block;
  font-size: 15px;
  line-height: 32px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .slide-news .news-top li .more {
  color: transparent;
  position: relative;
  display: block;
  width: 100px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  background: url(../images/news-r1.png) no-repeat left center;
}
.news-box .slide-news .news-top 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);
}
.news-box .slide-news .news-top li:hover .more {
  color: #10ac4b;
  background: url(../images/news-r2.png) no-repeat center right;
}
.news-box .slide-news .news-down {
  display: none;
  padding-top: 44px;
  padding-bottom: 50px;
}
.news-box .slide-news .news-down li:last-child {
  margin-right: 0;
}
.news-box .slide-news .news-down li {
  margin-right: 25px;
  padding: 35px 27px 0;
  display: inline-block;
  width: 400px;
  height: 140px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.news-box .slide-news .news-down li span {
  display: block;
  font-family: Times New Roman;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.news-box .slide-news .news-down li span i {
  color: #10ac4b;
  font-family: Times New Roman;
  font-size: 24px;
  display: inline-block;
  margin: 0 5px;
}
.news-box .slide-news .news-down li .more {
  position: absolute;
  right: 27px;
  top: 39px;
  width: 21px;
  height: 9px;
  background: url(../images/news-r1.png) no-repeat center;
}
.news-box .slide-news .news-down li .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  margin-top: 33px;
  line-height: 15px;
  color: #333333;
}
.news-box .slide-news .news-down li:hover .more {
  right: 37px;
  background: url(../images/news-r2.png) no-repeat center;
}
.coop-box {
  padding: 82px 0 69px;
  overflow: hidden;
}
.coop-box h3 {
  text-align: center;
}
.coop-box .coop-ul {
  margin: 48px 0 52px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.coop-box .coop-ul li {
  width: 236px;
  height: 99px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  box-sizing: border-box;
  position: relative;
}
.coop-box .coop-ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 95%;
  max-width: 90%;
  object-fit: contain;
}
.coop-box .isMore {
  display: block;
  margin: 0 auto;
  background: #10ac4b;
  color: #fff;
}
/* links */
.links {
  overflow: hidden;
  background-color: #f7f7f7;
  background-size: cover;
  padding-bottom: 99px;
  padding-top: 46px;
}
.links-box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.links-box p {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  height: 48px;
  box-sizing: border-box;
  font-weight: bold;
  color: #333333;
  margin-right: 23px;
}
.links-box p img {
  margin-right: 6px;
}
.links-box div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links-box div a {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-right: 66px;
}
.links-box div a:hover {
  transform: translateX(8px);
  color: #10ac4b;
}

@media screen and (max-width: 1400px) {
  .banner .slider-btn-prev{
    left: 0px;
  }
  .banner .slider-btn-next{
    right: 0px;
  }
}
