.clear {
  clear: both;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('ttf'), url('../fonts/Poppins-SemiBold.otf') format('otf');
}
.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.banner .bannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner .bannerbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0% 0% 0% 0%);
}
.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerbox .swiper_bannerL {
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(../images/next.png) no-repeat center;
  background-size: 80px;
  width: 80px;
  height: 80px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../images/prev.png) no-repeat center;
  background-size: 80px;
  width: 80px;
  height: 80px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_positon {
  position: absolute;
  right: 10%;
  z-index: 9;
  width: 98%;
  display: flex;
  justify-content: flex-end;
  bottom: 70px;
  padding-right: 10%;
}
.banner .bannerbox .swiper_positon span {
  background: #7cc623;
  width: 100px;
  opacity: 1;
  height: 100%;
  margin: 0 10px 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  display: block;
  position: relative;
  border: 1px solid #fff;
}
.banner .bannerbox .swiper_positon span img {
  width: 100%;
  display: block;
}
.banner .bannerbox .swiper_positon span em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  clip-path: inset(0% 0% 0px 0px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active {
  width: 100px;
}
.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active em {
  clip-path: inset(0% 100% 0px 0px);
}
.banner .bannerMouse {
  width: 26px;
  height: 31px;
  background: url(../images/bannerMouse.png) no-repeat center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: gd 4s ease infinite alternate;
}
.title {
  position: relative;
}
.title::after {
  content: "";
  width: 190px;
  height: 87px;
  display: block;
  background: url(../images/titleBg.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -42px;
}
.title b {
  font-family: 'poppins';
  display: block;
  font-size: 52px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.title span {
  font-size: 35px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-top: 5px;
  display: block;
}
.service {
  width: 100%;
  background: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 85px;
  height: 880px;
  box-sizing: border-box;
}
.service .seerivceTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.service .serviceMore a {
  width: 154px;
  height: 44px;
  display: block;
  background-image: linear-gradient(to left, #0555aa, #0555aa, #039615, #039615);
  border-radius: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  box-shadow: 0px 8px 10px rgba(124, 198, 35, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service .serviceMore a:hover {
  transform: translateY(-5px);
}
.service .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 38px;
  height: 80px;
  border-bottom: 1px solid #a9a9a9;
  border-top: 1px solid #a9a9a9;
  align-items: center;
}
.service .hd ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.service .hd ul li a i {
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service .hd ul li a i::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #7cc623;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service .hd ul li a i img {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: block;
}
.service .hd ul li a b {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #4b4b4b;
  margin-left: 47px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service .hd ul li.on a i::before {
  content: "";
  background: #0555aa;
}
.service .hd ul li.on a b {
  color: #7cc623;
}
.service .serviceBox {
  width: 1352px;
  margin: 14px auto 0;
  box-sizing: border-box;
  overflow-x: hidden;
  transform: translateX(-32px);
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service .serviceBox .serviceBoxl {
  width: 954px !important;
  overflow-x: hidden;
}
.service .serviceBox .serviceBoxl .serviceCenterBox {
  width: 100% !important;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList {
  position: relative;
  width: 100% !important;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde {
  position: relative;
  width: 93px;
  overflow: hidden;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSildeL {
  width: 805px;
  height: 488px;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSildeL .serviceCenter {
  width: 805px;
  height: 488px;
  display: block;
  background: #fff;
  box-sizing: border-box;
  padding: 95px 430px 0 67px;
  position: absolute;
  top: 0;
  left: 0;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSildeL .serviceCenter .serviceTitle {
  position: relative;
  display: block;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSildeL .serviceCenter .serviceTitle::after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background: #7cc623;
  margin-top: 4px;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSildeL .serviceCenter .serviceTitle b {
  font-size: 100px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: rgba(51, 51, 51, 0.1);
  display: block;
  position: relative;
  height: 83px;
  line-height: 0.83;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSildeL .serviceCenter .serviceTitle em {
  display: block;
  line-height: 83px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 24px;
  font-weight: bold;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSildeL .serviceCenter p {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-top: 36px;
  color: #868686;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSildeL .serviceCenter .serviceMore {
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid #e6e6e6;
  background: url(../images/serviceMore.png) no-repeat center;
  border-radius: 50%;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSildeL .serviceCenter .serviceMore:hover {
  background: #7cc623 url(../images/serviceMore2.png) no-repeat center;
  border-color: #7cc623;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSlideR {
  width: 543px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  height: 485px;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde .serviceSlideR img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde.swiper-slide-active .serviceSlideR,
.service .serviceBox .serviceBoxl .serviceCenterBox .serviceList .serviceSilde.on .serviceSlideR {
  height: 370px;
  left: 411px;
  transform: translateX(0%);
}
.service .serviceBox .serviceBoxl .swiper-slide-active-custom .serviceSlideR {
  height: 370px;
  left: 411px;
  transform: translateX(0%);
}
.service .serviceBox .serviceBoxl .serviceJt {
  position: absolute;
  width: 370px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  bottom: 60px;
  left: 410px;
  z-index: 9;
}
.service .serviceBox .serviceBoxl .serviceJt .serviceAddPage {
  font-size: 14px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: bold;
  color: #b5b5b5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service .serviceBox .serviceBoxl .serviceJt .serviceAddPage b {
  font-size: 14px;
  color: #333;
}
.service .serviceBox .serviceBoxl .serviceJt .serviceAddPage span {
  display: block;
  font-weight: bold;
  color: #b5b5b5;
}
.service .serviceBox .serviceBoxl .serviceJt .serviceProgress {
  width: 230px;
  height: 2px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 61px;
}
.service .serviceBox .serviceBoxl .serviceJt .serviceJtBox {
  width: 61px;
  height: 18px;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service .serviceBox .serviceBoxl .serviceJt .serviceJtBox .serviceJtl {
  width: 30px;
  height: 18px;
  border-right: 1px solid #e6e6e6;
  background: url(../images/serviceJtl.png) no-repeat center;
  cursor: pointer;
}
.service .serviceBox .serviceBoxl .serviceJt .serviceJtBox .serviceJtr {
  width: 30px;
  height: 18px;
  background: url(../images/serviceJtr.png) no-repeat center;
  cursor: pointer;
}
.service .serviceBox .serviceBoxr {
  width: 386px;
  overflow: hidden;
}
.service .serviceBox .serviceBoxr ul li {
  width: 93px;
  height: 488px;
}
.service .serviceBox .serviceBoxr ul li a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .serviceBox .serviceBoxr ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about {
  width: 100%;
  background: url(../images/aboutBg.jpg) no-repeat center bottom;
  padding-top: 105px;
  box-sizing: border-box;
  padding-bottom: 148px;
}
.about .aboutBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.about .aboutBox .aboutBoxr {
  width: 768px;
}
.about .aboutBox .aboutBoxr .aboutTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.about .aboutBox .aboutBoxr .aboutTitle .title::after {
  content: "";
  right: -42px;
  left: auto;
  transform: rotate(180deg);
  top: 5px;
}
.about .aboutBox .aboutBoxr .aboutTitle .title span {
  text-align: right;
}
.about .aboutBox .aboutH3 a {
  display: table;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 23px;
  border-bottom: 1px solid #6a6a6a;
  line-height: 1;
}
.about .aboutBox .aboutH3 a::before {
  content: "“";
  position: absolute;
  color: #089b0a;
  font-size: 52px;
  line-height: 0.5;
  top: 0;
  left: -50px;
}
.about .aboutBox p {
  font-size: 15px;
  line-height: 2;
  color: #7f7f7f;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 120px;
}
.about .aboutBox .aboutNum {
  width: 540px;
}
.about .aboutBox .aboutNum ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 65px;
}
.about .aboutBox .aboutNum ul li .aboutnumber {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.about .aboutBox .aboutNum ul li .aboutnumber em {
  display: block;
  font-size: 52px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(to left, #0555aa, #0555aa, #039615, #039615);
  text-shadow: 3px 2px 7px rgba(5, 86, 168, 0.3);
  -webkit-background-clip: text;  /* 关键前缀 */
background-clip: text;
-webkit-text-fill-color: transparent; /* 关键前缀 */
  line-height: 1;
}
.about .aboutBox .aboutNum ul li .aboutnumber span {
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(to right, #0555aa, #0555aa, #039615, #039615);
  text-shadow: 3px 2px 7px rgba(5, 86, 168, 0.3);
 -webkit-background-clip: text;  /* 关键前缀 */
background-clip: text;
-webkit-text-fill-color: transparent; /* 关键前缀 */
  line-height: 1;
  font-size: 16px;
  margin-left: 10px;
  margin-top: 6px;
}
.about .aboutBox .aboutNum ul li .aboutNumText {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin-top: 21px;
}
.about .aboutBox .aboutMore {
  width: 154px;
  height: 44px;
  display: block;
  background-image: linear-gradient(to left, #0555aa, #0555aa, #039615, #039615);
  border-radius: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  box-shadow: 0px 8px 10px rgba(124, 198, 35, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 72px;
}
.about .aboutBox .aboutMore:hover {
  transform: translateY(-5px);
}
.reason {
  margin-top: 100px;
  height: 800px;
}
.reason .reasonTitle {
  position: absolute;
  top: 0;
  left: 0;
}
.reason .reasonBox {
  height: 800px;
}
.reason .reasonBox .bd {
  height: 800px;
}
.reason .reasonBox .bd ul li {
  position: relative;
  height: 800px;
}
.reason .reasonBox .bd ul li .reasonTitleCenter {
  padding-top: 200px;
  display: block;
  width: 614px;
}
.reason .reasonBox .bd ul li .reasonTitleCenter b {
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  display: block;
  position: relative;
}
.reason .reasonBox .bd ul li .reasonTitleCenter b::after {
  content: "";
  width: 126px;
  height: 1px;
  display: inline-block;
  background: #b9b9b9;
  vertical-align: middle;
  margin-left: 11px;
}
.reason .reasonBox .bd ul li .reasonTitleCenter em {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1;
}
.reason .reasonBox .bd ul li .reasonTitleCenter em i {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.reason .reasonBox .bd ul li p {
  font-size: 15px;
  line-height: 28px;
  color: #898989;
  width: 614px;
  margin-top: 33px;
}
.reason .reasonBox .bd ul li .raseonImg1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 614px;
  height: 520px;
}
.reason .reasonBox .bd ul li .raseonImg1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reason .reasonBox .bd ul li .raseonImg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 614px;
  height: 373px;
}
.reason .reasonBox .bd ul li .raseonImg2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reason .reasonBox .hd {
  width: 100%;
  position: absolute;
  width: 614px;
  right: 0;
  bottom: 118px;
}
.reason .reasonBox .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .reasonBox .hd ul li {
  flex: 1;
  border-right: 1px solid #f1f1f1;
  cursor: pointer;
}
.reason .reasonBox .hd ul li h4 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
.reason .reasonBox .hd ul li span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #b1b1b1;
  margin-top: 7px;
  line-height: 1;
}
.reason .reasonBox .hd ul li em {
  width: 36px;
  height: 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/reasonIco1.png);
  display: block;
  margin: 15px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .hd ul li:nth-child(2) em {
  background-image: url(../images/reasonIco2.png);
}
.reason .reasonBox .hd ul li:nth-child(3) em {
  background-image: url(../images/reasonIco3.png);
}
.reason .reasonBox .hd ul li:nth-child(4) em {
  background-image: url(../images/reasonIco4.png);
}
.reason .reasonBox .hd ul li.on h4 {
  font-weight: bold;
}
.reason .reasonBox .hd ul li.on em {
  background-position: 0 -36px;
}
.reason .reasonBox .reasonTel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 30px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 614px;
}
.reason .reasonBox .reasonTel p {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  height: 40px;
  width: 204px;
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
  margin: 0 auto;
  text-align: center;
}
.reason .reasonBox .reasonTel p i {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}
.case {
  padding-top: 118px;
}
.case .caseTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.case .caseTitle .caseHd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .caseTitle .caseHd ul li {
  padding: 0 28px;
  border-radius: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dbdbdb;
  margin-left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseTitle .caseHd ul li a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
.case .caseTitle .caseHd ul li.on {
  background-image: linear-gradient(to left, #0555aa, #039615);
}
.case .caseTitle .caseHd ul li.on a {
  color: #fff;
}
.case .container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
}
.case .container .caseBox {
  margin-top: 50px;
}
.case .container .caseBox ul {
  width: 93.75vw;
  overflow: visible;
  perspective: 93.75%;
}
.case .container .caseBox ul li {
  padding-top: 100px;
  width: 400px;
}
.case .container .caseBox ul li a {
  display: block;
}
.case .container .caseBox ul li a i {
  display: block;
  width: 100%;
  height: 287px;
}
.case .container .caseBox ul li a i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .container .caseBox ul li a .caseText {
  display: block;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .container .caseBox ul li a .caseText span {
  display: block;
  text-align: center;
  margin-top: 42px;
  line-height: 1;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .container .caseBox ul li a .caseText b {
  font-weight: normal;
  line-height: 24px;
  font-size: 15px;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  text-align: center;
  margin-top: 22px;
}
.case .container .caseBox ul li a .caseText em {
  display: table;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  height: 40px;
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
  margin: 30px auto 0;
  text-align: center;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .container .caseBox ul li a:hover .caseText span {
  color: #7cc623;
}
.case .container .caseBox ul li a:hover .caseText em {
  border-color: #7cc623;
}
.case .container .caseBox ul li.swiper-slide-next a .caseText {
  opacity: 1;
}
#carousel {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.news {
  padding-top: 116px;
  background-image: linear-gradient(to bottom, #fff, #ebebeb);
  padding-bottom: 75px;
}
.news .newsBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsBox .newsTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.news .newsBox .newsTitle .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsBox .newsTitle .hd ul li {
  margin-left: 40px;
  background: #fff;
  border-radius: 44px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsTitle .hd ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 140px;
  height: 44px;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsTitle .hd ul li a i {
  width: 22px;
  height: 22px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/newsIco1.png);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsTitle .hd ul li a em {
  margin-left: 15px;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
}
.news .newsBox .newsTitle .hd ul li:nth-child(2) a i {
  background-image: url(../images/newsIco2.png);
}
.news .newsBox .newsTitle .hd ul li:nth-child(3) a i {
  background-image: url(../images/newsIco3.png);
}
.news .newsBox .newsTitle .hd ul li.on {
  background-image: linear-gradient(to left, #0555aa, #039615);
}
.news .newsBox .newsTitle .hd ul li.on a i {
  background-position: 0 -22px;
}
.news .newsBox .newsTitle .hd ul li.on a em {
  color: #fff;
}
.news .newsBox .newsList {
  padding-top: 30px !important;
  width: 100%;
}
.news .newsBox .newsList ul {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-right: 0;
}
.news .newsBox .newsList ul::after {
  content: "";
  clear: both;
  overflow: hidden;
}
.news .newsBox .newsList ul li {
  float: left;
  width: calc(25% - 2px);
  height: 500px;
  border-right: 1px solid #e6e6e6;
  background: #fff;
}
.news .newsBox .newsList ul li .newsTimes {
  padding: 40px 30px 0;
  box-sizing: border-box;
  height: 190px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList ul li .newsTimes .newsYear {
  text-align: right;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #adadad;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.news .newsBox .newsList ul li .newsTimes .newsTime {
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  display: block;
  padding-top: 76px;
  color: #adadad;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.news .newsBox .newsList ul li .newsTimes .newsTitle {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-top: 19px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.news .newsBox .newsList ul li .newsImgs {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList ul li .newsImgs .newsImg {
  width: 100%;
  display: block;
  height: 0px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList ul li .newsImgs .newsImg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news .newsBox .newsList ul li .newsImgs p {
  margin-top: 55px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
  line-height: 27px;
  padding: 0 30px;
  box-sizing: border-box;
  color: #999999;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList ul li .newsMore {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #edecf3;
  display: block;
  margin-left: 30px;
  margin-top: 88px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.news .newsBox .newsList ul li .newsMore i {
  width: 17px;
  height: 25px;
  display: block;
  background-image: url(../images/newsMore.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList ul li:hover {
  background: #fafafa;
}
.news .newsBox .newsList ul li:hover .newsTimes {
  height: 130px;
}
.news .newsBox .newsList ul li:hover .newsTimes .newsYear {
  height: 0;
}
.news .newsBox .newsList ul li:hover .newsTimes .newsTime {
  padding-top: 0;
}
.news .newsBox .newsList ul li:hover .newsImgs .newsImg {
  height: 226px;
}
.news .newsBox .newsList ul li:hover .newsImgs p {
  margin-top: 0;
  height: 0;
}
.news .newsBox .newsList ul li:hover .newsMore {
  margin-top: 30px;
  background-image: linear-gradient(to left, #0555aa, #039615);
}
.news .newsBox .newsList ul li:hover .newsMore i {
  background-position: 0 -25px;
}
