.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;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.img100:hover {
  transform: scale(1.1);
}
.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: 0%;
  z-index: 9;
  width: 98%;
  display: flex;
  justify-content: flex-end;
  bottom: 70px;
  padding-right: 5%;
}
.banner .bannerbox .swiper_positon span {
  background: #27b49b;
  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);
}
.abo {
  height: 844px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 144px 0 0;
  box-sizing: border-box;
}
.abo .dl-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abo .mian {
  width: 650px;
}
.abo .mian h4 {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
}
.abo .mian .text {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  margin: 50px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 200px;
}
.abo .mian .listnum {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.abo .mian .listnum li {
  position: relative;
}
.abo .mian .listnum li::before {
  content: "";
  display: block;
  width: 1px;
  height: 111px;
  position: absolute;
  border-left: 1px dotted #e5e5e5;
  top: -25px;
  left: 197px;
}
.abo .mian .listnum li p {
  display: flex;
  height: 35px;
}
.abo .mian .listnum li p i {
  display: block;
  font-size: 44px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 48px;
}
.abo .mian .listnum li p span {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 35px;
  margin-left: 10px;
  margin-top: 14px;
}
.abo .mian .listnum li p span b {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.abo .mian .listnum li .zm {
  font-size: 16px;
  color: #666;
  line-height: 15px;
  margin: 25px 0 0;
}
.abo .mian .listnum li:nth-child(3)::before {
  display: none;
}
.abo .top {
  width: 560px;
  position: relative;
}
.abo .top::before {
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  position: absolute;
  background: #27b49b;
  top: 175px;
  right: 0;
}
.abo em {
  display: block;
  font-size: 65px;
  font-weight: 900;
  color: #27b49b;
  font-style: italic;
  text-align: right;
  line-height: 49px;
  margin-bottom: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
.abo i {
  display: block;
  font-size: 65px;
  color: #333;
  line-height: 57px;
  text-align: right;
  font-style: italic;
  margin: 0px 0 68px;
  font-weight: 1000;
  font-style: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
.abo h3 {
  display: block;
  font-size: 40px;
  color: #333;
  line-height: 35px;
  font-weight: bold;
  text-align: right;
  letter-spacing: 2px;
}
.pro {
  padding: 93px 0 40px 0;
  overflow: hidden;
  background: url(../images/proBg.jpg) no-repeat center top;
  box-sizing: border-box;
}
.pro .dl-container {
  position: relative;
}
.pro .proslide {
  position: relative;
}
.pro .proslide .hd {
  display: flex;
  position: relative;
  margin: 0 0 65px 0;
  z-index: 50;
  padding-top: 38px;
}
.pro .proslide .hd::before {
  content: "";
  display: block;
  width: 1474px;
  height: 1px;
  position: absolute;
  background: #eee;
  top: 83px;
  left: -173px;
  z-index: -1;
}
.pro .proslide .hd::after {
  content: "";
  display: block;
  width: 1px;
  height: 284px;
  background: #eee;
  position: absolute;
  top: 0;
  left: -84px;
  z-index: 1;
}
.pro .proslide .hd li {
  margin-right: 0px;
  background: url(../images/lb1.jpg) no-repeat center top;
  background-position-y: 3px;
}
.pro .proslide .hd li a {
  display: block;
}
.pro .proslide .hd li a .more {
  opacity: 0;
  display: block;
  width: 100%;
  height: 93px;
  background: url(../images/more1.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .proslide .hd li a .cond {
  display: block;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0px 0 0;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .proslide .hd li.on a .more {
  opacity: 1;
}
.pro .proslide .hd li.on a .cond {
  color: #27b49b;
}
.pro .proslide .bd li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  box-sizing: border-box;
}
.pro .proslide .bd li .list {
  width: 400px;
  margin-bottom: 55px;
}
.pro .proslide .bd li .list .img {
  display: block;
  width: 400px;
  height: 298px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .proslide .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .proslide .bd li .list .text {
  padding: 0 50px 0 0;
  position: relative;
  margin: 25px 0 0;
}
.pro .proslide .bd li .list .text::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  background: #000;
  top: 17px;
  left: 0px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .proslide .bd li .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 12px;
}
.pro .proslide .bd li .list .text .more {
  display: block;
  width: 30px;
  height: 40px;
  background: url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .proslide .bd li .list:hover .img {
  border-radius: 10px;
}
.pro .proslide .bd li .list:hover .img img {
  border-radius: 10px;
}
.pro .proslide .bd li .list:hover .text::before {
  background: #27b49b;
}
.pro .proslide .bd li .list:hover .text .cond {
  color: #27b49b;
  letter-spacing: 1px;
}
.pro .proslide .bd li .list:hover .text .more {
  background: url(../images/more3.png) no-repeat center;
}
.pro .top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}
.pro .top::before {
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  position: absolute;
  background: #000;
  top: 81px;
  right: 0;
}
.pro .top em {
  display: block;
  font-family: Arial;
  font-size: 66px;
  font-weight: 1000;
  color: #27b49b;
  font-style: italic;
  text-align: right;
  line-height: 49px;
}
.pro .top h3 {
  margin: 63px 0 0;
}
.pro .top h3 a {
  display: block;
  font-size: 36px;
  color: #333;
  line-height: 35px;
  font-weight: bold;
  text-align: right;
}
.reason {
  width: 100%;
  height: 852px;
  display: block;
  background: url(../images/reasonBg.jpg) no-repeat center;
  overflow: hidden;
}
.reason .reasonBox {
  max-width: 1646px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .reasonBox .reasonL {
  width: 640px;
  position: relative;
  margin-top: 110px;
  padding-right: 102px;
  box-sizing: border-box;
}
.reason .reasonBox .reasonL .top {
  position: relative;
  width: 100%;
  margin-top: 45px;
}
.reason .reasonBox .reasonL .top::before {
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  position: absolute;
  background: #fff;
  top: 81px;
  right: 0;
}
.reason .reasonBox .reasonL .top::after {
  content: "adv";
  color: #121414;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  font-size: 240px;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.11);
  text-transform: uppercase;
  position: absolute;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  top: -145px;
  right: -60px;
  z-index: 1;
}
.reason .reasonBox .reasonL .top em {
  display: block;
  font-family: Arial;
  font-size: 76px;
  font-weight: 900;
  color: #27b49b;
  font-style: italic;
  line-height: 49px;
  text-transform: uppercase;
  text-align: right;
  position: relative;
  z-index: 2;
}
.reason .reasonBox .reasonL .top h3 {
  margin: 63px 0 0;
  text-align: right;
  position: relative;
  z-index: 2;
}
.reason .reasonBox .reasonL .top h3 a {
  display: block;
  font-size: 36px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #fff;
}
.reason .reasonBox .reasonL .bd {
  padding-top: 104px;
}
.reason .reasonBox .reasonL .bd ul li h4 b {
  display: block;
  text-align: right;
  font-size: 24px;
  color: #fff;
}
.reason .reasonBox .reasonL .bd ul li h4 span {
  text-align: right;
  display: block;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #7a7a7a;
}
.reason .reasonBox .reasonL .bd ul li p {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  color: #e2eaea;
  line-height: 36px;
  text-align: right;
}
.reason .reasonBox .reasonL .reasonJt {
  width: 90px;
  height: 90px;
  display: block;
  background: #27b49b;
  border-radius: 50%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-items: center;
  align-content: center;
  margin-left: calc(640px - 192px);
  cursor: pointer;
  position: absolute;
  top: 520px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonL .reasonJt i {
  width: 22px;
  height: 22px;
  display: block;
  background: url(../images/reasonJt.png) no-repeat center;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonL .reasonJt em {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.reason .reasonBox .reasonL .reasonJt:hover {
  transform: translateY(-5px);
}
.reason .reasonBox .reasonL .reasonJt:hover i {
  transform: rotate(45deg);
}
.reason .reasonBox .reasonR {
  width: 1000px;
  position: relative;
  height: 852px;
}
.reason .reasonBox .reasonR .bds {
  position: absolute;
  width: 472px;
  right: 42px;
  height: 852px;
  transform: translateY(-85px);
}
.reason .reasonBox .reasonR .bds ul {
  height: 852px;
  width: 100%;
}
.reason .reasonBox .reasonR .bds ul li {
  height: 852px;
  position: relative;
  width: 100%;
  width: 472px;
}
.reason .reasonBox .reasonR .bds ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 734px;
  height: 734px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonR .bds ul li b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1057px;
  height: 1057px;
  background: url(../images/reasonLine2.png) no-repeat center left;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-102deg);
}
.reason .reasonBox .reasonR .bds ul li em {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1394px;
  height: 1394px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.reason .reasonBox .reasonR .bds ul li img {
  position: absolute;
  width: 472px;
  height: 472px;
  display: block;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}
.reason .reasonBox .reasonR .bds ul li:nth-child(2) b {
  transform: translate(-50%, -50%) rotate(24deg);
}
.reason .reasonBox .reasonR .bds ul li:nth-child(3) b {
  transform: translate(-50%, -50%) rotate(45deg);
}
.reason .reasonBox .reasonR .bds ul li:nth-child(4) b {
  transform: translate(-50%, -50%) rotate(0deg);
}
.reason .reasonBox .reasonR .hd {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.reason .reasonBox .reasonR .hd ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.reason .reasonBox .reasonR .hd ul li i {
  width: 106px;
  height: 106px;
  display: block;
  border-radius: 50%;
}
.reason .reasonBox .reasonR .hd ul li i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.reason .reasonBox .reasonR .hd ul li b {
  display: block;
  font-size: 18px;
  margin: 10px 13px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonR .hd ul li:nth-child(1) {
  bottom: 90px;
  right: 0;
  flex-direction: row-reverse;
}
.reason .reasonBox .reasonR .hd ul li:nth-child(2) {
  top: 394px;
  left: 154px;
  flex-direction: row-reverse;
}
.reason .reasonBox .reasonR .hd ul li:nth-child(2) i {
  display: block;
  width: 84px;
  height: 84px;
}
.reason .reasonBox .reasonR .hd ul li:nth-child(3) {
  top: 194px;
  left: 164px;
}
.reason .reasonBox .reasonR .hd ul li:nth-child(3) i {
  display: block;
  width: 120px;
  height: 120px;
}
.reason .reasonBox .reasonR .hd ul li:nth-child(4) {
  top: 624px;
  left: 24px;
}
.reason .reasonBox .reasonR .hd ul li:nth-child(4) i {
  display: block;
  width: 111px;
  height: 111px;
}
.reason .reasonBox .reasonR .hd ul li.on b {
  opacity: 1;
}
.case {
  padding-top: 90px;
  background: url(../images/caseBg.jpg) no-repeat center bottom;
}
.case .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.case .title .top {
  position: relative;
  top: 0;
  right: 0;
  z-index: 50;
}
.case .title .top::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  position: absolute;
  background: #000;
  top: 74px;
  left: 0;
}
.case .title .top em {
  display: block;
  font-family: Arial;
  font-size: 54px;
  font-weight: 1000;
  color: #27b49b;
  font-style: italic;
  line-height: 49px;
  text-transform: uppercase;
}
.case .title .top h3 {
  margin: 43px 0 0;
}
.case .title .top h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 35px;
  font-weight: normal;
}
.case .title .caseTel {
  text-align: right;
}
.case .title .caseTel i {
  display: inline-block;
  height: 25px;
  background: url(../images/caseTitle.png) no-repeat left;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
}
.case .title .caseTel span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.case .caseBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.case .caseBox .casel {
  width: 528px;
  border-right: 1px solid #f6f6f6;
  padding-top: 66px;
  padding-bottom: 50px;
}
.case .caseBox .casel ul {
  width: 470px;
}
.case .caseBox .casel ul li a {
  display: block;
}
.case .caseBox .casel ul li a i {
  width: 470px;
  height: 324px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.case .caseBox .casel ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .casel ul li a em {
  padding-left: 20px;
  padding-right: 60px;
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 26px;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox .casel ul li a em::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  display: block;
  background: #1b1b1b;
  left: 0;
  top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .casel ul li a em::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 8px;
  right: 23px;
  content: "";
  width: 26px;
  height: 10px;
  display: block;
  background: url(../images/caseJt.png) no-repeat center;
}
.case .caseBox .casel ul li a:hover i img {
  transform: scale(1.1);
}
.case .caseBox .casel ul li a:hover em {
  color: #27b49b;
}
.case .caseBox .casel ul li a:hover em::before {
  background: #27b49b;
}
.case .caseBox .casel ul li a:hover em::after {
  background: url(../images/caseJt2.png) no-repeat center;
}
.case .caseBox .caser {
  width: 713px;
}
.case .caseBox .caser ul li .caseImg {
  width: 100%;
  height: 494px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.case .caseBox .caser ul li .caseImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caser ul li .caseText span {
  padding-left: 30px;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  margin-top: 26px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caser ul li .caseText span::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  display: block;
  background: #1b1b1b;
  left: 0;
  top: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caser ul li .caseText em {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 80px;
  padding-left: 30px;
}
.case .caseBox .caser ul li:hover .caseImg img {
  transform: scale(1.1);
}
.case .caseBox .caser ul li:hover .caseText span {
  color: #27b49b;
}
.case .caseBox .caser ul li:hover .caseText span::before {
  background: #27b49b;
}
.case .caseBox .caser .caseText2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-top: 90px;
}
.case .caseBox .caser .caseText2 .casejt {
  width: 90px;
  height: 90px;
  display: block;
  background: #27b49b;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caser .caseText2 .casejt i {
  width: 22px;
  height: 22px;
  display: block;
  background: url(../images/reasonJt.png) no-repeat center;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caser .caseText2 .casejt em {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.case .caseBox .caser .caseText2 .casejt:hover {
  transform: translateY(-5px);
}
.case .caseBox .caser .caseText2 .casejt:hover i {
  transform: rotate(45deg);
}
.case .caseBox .caser .caseText2 .casetexts {
  width: 455px;
}
.case .caseBox .caser .caseText2 .casetexts p {
  display: block;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #c9c9c9;
  text-align: right;
}
.case .caseBox .caser .caseText2 .casetexts img {
  display: block;
  margin-top: 20px;
  margin-left: 174px;
  height: 50px;
}
.news {
  padding-top: 102px;
  padding-bottom: 75px;
  background: #f6f6f6;
}
.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 .top {
  position: relative;
  top: 0;
  right: 0;
  z-index: 50;
}
.news .newsBox .newsTitle .top::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  position: absolute;
  background: #000;
  top: 74px;
  left: 0;
}
.news .newsBox .newsTitle .top em {
  display: block;
  font-family: Arial;
  font-size: 54px;
  font-weight: 1000;
  color: #27b49b;
  font-style: italic;
  line-height: 49px;
  text-transform: uppercase;
}
.news .newsBox .newsTitle .top h3 {
  margin: 43px 0 0;
}
.news .newsBox .newsTitle .top h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 35px;
  font-weight: normal;
}
.news .newsBox .newsTitle .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsBox .newsTitle .hd ul li {
  margin-left: 40px;
  background: rgba(255, 255, 255, 0);
  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: #27b49b;
}
.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 .newsListTop ul {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-right: 0;
}
.news .newsBox .newsList .newsListTop ul::after {
  content: "";
  clear: both;
  overflow: hidden;
}
.news .newsBox .newsList .newsListTop ul li {
  float: left;
  width: calc(25% - 2px);
  height: 500px;
  border-right: 1px solid #e6e6e6;
  background: #fff;
}
.news .newsBox .newsList .newsListTop 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 .newsListTop ul li .newsTimes .newsT {
  text-align: right;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
}
.news .newsBox .newsList .newsListTop ul li .newsTimes .newsT i {
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 18px;
}
.news .newsBox .newsList .newsListTop ul li .newsTimes .newsT::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #d8f2ed;
  border-radius: 50%;
}
.news .newsBox .newsList .newsListTop 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 .newsListTop ul li .newsTimes .newsTitle {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-top: 19px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.news .newsBox .newsList .newsListTop ul li .newsImgs {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList .newsListTop ul li .newsImgs .newsImg {
  width: 100%;
  display: block;
  height: 0px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList .newsListTop ul li .newsImgs .newsImg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news .newsBox .newsList .newsListTop 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 .newsListTop 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 .newsListTop ul li .newsMore i {
  width: 100%;
  height: 100%;
  line-height: 70px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 800;
}
.news .newsBox .newsList .newsListTop ul li:hover {
  background: #fafafa;
}
.news .newsBox .newsList .newsListTop ul li:hover .newsTimes {
  height: 130px;
}
.news .newsBox .newsList .newsListTop ul li:hover .newsTimes .newsT {
  height: 0;
}
.news .newsBox .newsList .newsListTop ul li:hover .newsTimes .newsTime {
  padding-top: 0;
}
.news .newsBox .newsList .newsListTop ul li:hover .newsImgs .newsImg {
  height: 226px;
}
.news .newsBox .newsList .newsListTop ul li:hover .newsImgs p {
  margin-top: 0;
  height: 0;
}
.news .newsBox .newsList .newsListTop ul li:hover .newsMore {
  margin-top: 30px;
  background: #27b49b;
}
.news .newsBox .newsList .newsListTop ul li:hover .newsMore i {
  color: #fff;
}
.news .newsBox .newsList .newsListBottom {
  width: 100%;
}
.news .newsBox .newsList .newsListBottom ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
.news .newsBox .newsList .newsListBottom ul li {
  width: 410px;
  height: 124px;
  background: #fff;
}
.news .newsBox .newsList .newsListBottom ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news .newsBox .newsList .newsListBottom ul li a .newsTime {
  width: 124px;
  height: 124px;
  padding-right: 12px;
  box-sizing: border-box;
}
.news .newsBox .newsList .newsListBottom ul li a .newsTime b {
  display: block;
  text-align: center;
  font-size: 45px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1;
  padding-top: 30px;
}
.news .newsBox .newsList .newsListBottom ul li a .newsTime em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.news .newsBox .newsList .newsListBottom ul li a .newsText {
  width: 286px;
  display: block;
}
.news .newsBox .newsList .newsListBottom ul li a .newsText span {
  display: block;
  width: 100%;
  height: 84px;
  line-height: 84px;
  font-size: 16px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.news .newsBox .newsList .newsListBottom ul li a .newsText em {
  height: 40px;
  position: relative;
  display: block;
}
.news .newsBox .newsList .newsListBottom ul li a .newsText em::after {
  content: "";
  width: 0%;
  height: 40px;
  background: #27b49b;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList .newsListBottom ul li a .newsText em b {
  position: relative;
  z-index: 2;
  display: block;
  color: #cccccc;
  border-top: 1px solid #eeeeee;
  height: 39px;
  line-height: 39px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'Times New Roman', Times, serif;
  background: url(../images/newsmores.png) no-repeat 230px center;
}
.news .newsBox .newsList .newsListBottom ul li a:hover .newsText em::after {
  width: 100%;
}
.news .newsBox .newsList .newsListBottom ul li a:hover .newsText em b {
  color: #fff;
  text-indent: 1em;
}
