.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 {
  position: relative;
  display: flex;
}
.banner .ban-left {
  position: relative;
  width: 10%;
  padding-top: 72px;
}
.banner .ban-left > span {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.banner .ban-left > span i {
  display: block;
  margin: 0 auto;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  font-family: Arial;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 4px;
  color: #333333;
}
.banner .ban-left > span i::before {
  content: "";
  display: inline-block;
  margin: 22px auto 32px;
  width: 1px;
  height: 65px;
  background-color: #333333;
}
.banner .ban-left > span i:hover::before {
  height: 74px;
}
.banner .ban-left .xunpan {
  cursor: pointer;
  position: absolute;
  z-index: 9;
  bottom: 93px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background-color: #4cb5ff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.banner .ban-left .xunpan .tips {
  position: absolute;
  left: -10px;
  top: 46px;
  padding: 7px;
  width: 180px;
  display: block;
  /* width: 180px;
  height: 30px; */
  line-height: 30px;
  text-align: center;
  color: #4cb5ff;
  background-color: #fff;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 5px 5px 2px rgba(158, 158, 158, 0.3);
  -webkit-transform: translateX(-20%) scale(0);
  -moz-transform: translateX(-20%) scale(0);
  -o-transform: translateX(-20%) scale(0);
  -ms-transform: translateX(-20%) scale(0);
  transform: translateX(-20%) scale(0);
  -webkit-transition: transform 0.6s, opacity 0.4s;
  -moz-transition: transform 0.6s, opacity 0.4s;
  -o-transition: transform 0.6s, opacity 0.4s;
  -ms-transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s;
  opacity: 0;
}
.banner .ban-left .xunpan:hover .tips {
  -webkit-transform: translateX(-20%) scale(1);
  -moz-transform: translateX(-20%) scale(1);
  -o-transform: translateX(-20%) scale(1);
  -ms-transform: translateX(-20%) scale(1);
  transform: translateX(-20%) scale(1);
  opacity: 1;
}
.banner .myBanner {
  flex: 1;
  overflow: hidden;
  position: relative;
  height: 760px;
  border-radius: 0px 0px 0px 100px;
}
.banner .myBanner ul,
.banner .myBanner li {
  height: 760px;
}
.banner .myBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tit-box .im {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.tit-box .tit {
  display: inline-block;
  vertical-align: middle;
}
.tit-box .tit .ex {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}
.tit-box .tit .em {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
  position: relative;
  left: 0;
  top: 0;
}
.tit-box .tit .em span {
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
}
.about-box {
  padding: 87px 0 0;
}
.about-box .ab-con {
  position: relative;
}
.about-box .ab-con .ab-tit {
  height: 113px;
  position: relative;
}
.about-box .ab-con .ab-tit::after {
  content: "";
  display: inline-block;
  width: 1042px;
  height: 1px;
  background-color: #434343;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 127px;
}
.about-box .ab-con .ab-tit .more {
  margin-top: 33px;
  width: 92px;
  height: 93px;
  display: inline-block;
  text-align: center;
  line-height: 93px;
  font-family: Arial;
  font-size: 39px;
  color: #999999;
  background: url(../images/huichuanghuanbao.png) no-repeat center;
}
.about-box .ab-con .ab-tit .more:hover {
  animation: rotate 1.5s;
}
.about-box .ab-cen {
  margin: 58px 0 0;
  height: 592px;
  box-sizing: border-box;
  position: relative;
}
.about-box .ab-cen .abLeft {
  position: absolute;
  left: -310px;
  width: 904px;
  box-sizing: border-box;
}
.about-box .ab-cen .abLeft .pic {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about-box .ab-cen .abLeft .pit {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.about-box .ab-cen .abLeft .text {
  position: absolute;
  right: 0;
  bottom: 22px;
  z-index: 2;
}
.about-box .ab-cen .abLeft .text i:nth-child(1) {
  display: inline-block;
  vertical-align: bottom;
  font-size: 80px;
  font-family: Times New Roman;
  font-weight: bold;
  line-height: 60px;
  color: #333333;
  margin-right: 17px;
}
.about-box .ab-cen .abLeft .text i:nth-child(2) {
  display: inline-block;
  vertical-align: bottom;
  width: 245px;
  border-top: 1px solid #333;
  font-family: Arial;
  font-size: 15px;
  font-style: italic;
  line-height: 15px;
  padding-top: 20px;
  color: #333333;
}
.about-box .ab-cen .abRight {
  margin-left: auto;
  width: 585px;
  box-sizing: border-box;
}
.about-box .ab-cen .abRight .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  padding: 30px 0 35px;
}
.about-box .ab-cen .abRight .t2 {
  font-size: 15px;
  line-height: 40px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about-box .ab-cen .abRight .more {
  margin-top: 50px;
  margin-bottom: 43px;
  width: 200px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  display: block;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  font-size: 16px;
  font-family: Georgia;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 9;
}
.about-box .ab-cen .abRight .more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  background: #1d894f;
}
.about-box .ab-cen .abRight .more:hover {
  color: #fff;
  transform: translateY(-10px);
}
.about-box .ab-cen .abRight .more:hover::after {
  width: 220px;
  height: 220px;
}
.about-box .ab-cen .abRight .other {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about-box .ab-cen .abRight .other .yyzz {
  width: 220px;
  height: 156px;
  object-fit: cover;
  padding: 14px;
  background: url(../images/yyzz.jpg) no-repeat center;
  background-size: cover;
}
.about-box .ab-cen .abRight .other .yyzz: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);
}
.about-box .ab-cen .abRight .other .phone {
  position: relative;
  padding-bottom: 17px;
  font-size: 16px;
  color: #ffffff;
}
.about-box .ab-cen .abRight .other .phone i {
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  margin-left: -5px;
}
.about-box .ab-cen .abRight .other .phone::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -20px;
  width: 457px;
  height: 107px;
  background-color: #1d894f;
  border-radius: 53px;
}
.about-box .ab-cen .abRight .other .phone span {
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  width: 73px;
  height: 73px;
  text-align: center;
  line-height: 73px;
  margin-right: 5px;
}
.pro-box {
  overflow: hidden;
  padding: 89px 0 90px;
}
.pro-box .hd ul {
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.pro-box .hd ul::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 1183px;
  height: 1px;
  background-color: #434343;
  opacity: 0.1;
}
.pro-box .hd ul li.on::after {
  width: 30px;
}
.pro-box .hd ul li {
  padding-bottom: 32px;
  position: relative;
  margin-left: 80px;
}
.pro-box .hd ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #1d894f;
}
.pro-box .hd ul li .tit {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.pro-box .hd ul li .ex {
  margin-top: 20px;
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 22px;
  color: #999999;
}
.pro-box .hd ul li.on .icon::before {
  top: 0;
  right: 0;
}
.pro-box .pro-bd {
  margin: 50px auto 0;
  position: relative;
  box-sizing: border-box;
}
.pro-box .pro-bd::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 257px;
  width: 389px;
  height: 89px;
  background: url(../images/product.png) no-repeat center;
  background-size: cover;
}
.pro-box .pro-bd .p-top .im {
  width: 500px;
  height: 345px;
  border: solid 8px #eeeeee;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
}
.pro-box .pro-bd .p-top .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .pro-bd .p-top .text {
  width: 695px;
  margin: 30px 0 0 87px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.pro-box .pro-bd .p-top .text .tit {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-box .pro-bd .p-top .text > i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 25px;
  color: #999999;
  margin: 16px 0 50px;
}
.pro-box .pro-bd .p-top .text .desc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 40px;
  color: #666666;
  padding-left: 58px;
  position: relative;
  box-sizing: border-box;
  padding-top: 5px;
  height: 98px;
}
.pro-box .pro-bd .p-top .text .desc::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  display: inline-block;
  width: 2px;
  height: 100px;
  background-color: #4cb5ff;
}
.pro-box .pro-bd .p-top .text .moreB {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  margin: 90px 0 0 0;
}
.pro-box .pro-bd .p-top .text .moreB i {
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 20px;
}
.pro-box .pro-bd .p-top .text .moreB i::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  left: -8px;
  top: -5px;
}
.pro-box .pro-bd .p-top .text .moreB i::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  left: -8px;
  bottom: -5px;
}
.pro-box .pro-bd .p-top .text .moreB:hover i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro-box .pro-bd .p-top .text .moreB:hover i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro-box .pro-bd .p-top: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);
}
.pro-box .pro-bd .p-top:hover .tit {
  color: #4cb5ff;
  letter-spacing: 2px;
}
.pro-box .pro-bd .p-down {
  margin-top: 43px;
}
.pro-box .pro-bd .p-down li {
  margin-right: 19px;
  position: relative;
  display: inline-block;
}
.pro-box .pro-bd .p-down li::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 142px;
  height: 1px;
  background-color: #000000;
  bottom: 35px;
}
.pro-box .pro-bd .p-down li .im {
  width: 300px;
  height: 220px;
  background-color: #f3f3f3;
  border: solid 1px #d6d6d6;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}
.pro-box .pro-bd .p-down li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .pro-bd .p-down li .tit {
  width: 155px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 16px;
}
.pro-box .pro-bd .p-down li .tit::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  background-color: #c7c7c7;
  border-radius: 1px;
  margin: 0 5px 0 2px;
}
.pro-box .pro-bd .p-down li i {
  font-family: SimSun;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 8px;
  color: #666666;
  display: block;
  margin-left: 20px;
}
.pro-box .pro-bd .p-down li .more {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 4px;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 20px;
}
.pro-box .pro-bd .p-down li .more::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  left: -8px;
  top: -5px;
}
.pro-box .pro-bd .p-down li .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  left: -8px;
  bottom: -5px;
}
.pro-box .pro-bd .p-down 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);
}
.pro-box .pro-bd .p-down li:last-child {
  margin-right: 0;
}
.pro-box .pro-bd > .bd > div {
  height: 682px;
  box-sizing: border-box;
}
.rea-box {
  background: url(../images/rea-bg.jpg) no-repeat center top;
  position: relative;
}
.rea-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 205px;
  width: 100%;
  background-color: #1d894f;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.rea-box .rea-con {
  position: relative;
  z-index: 2;
  padding: 98px 0 0 0;
}
.rea-box .rea-con .tit-box {
  position: absolute;
  left: 0;
  top: 76px;
  z-index: 9;
}
.rea-box .rea-con .tit-box .tit {
  vertical-align: bottom;
}
.rea-box .rea-con .tit-box .em {
  font-weight: normal;
}
.rea-box .rea-con .tit-box .ex {
  margin-top: 18px;
  font-size: 50px;
  font-weight: bold;
  font-family: Times New Roman;
  font-style: italic;
  line-height: 36px;
  color: #333333;
}
.rea-box .rea-con .bd li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rea-box .rea-con .bd li .text {
  width: 567px;
  box-sizing: border-box;
}
.rea-box .rea-con .bd li .text i {
  display: inline-block;
  font-family: Impact;
  font-size: 40px;
  line-height: 42px;
  color: #4cb5ff;
}
.rea-box .rea-con .bd li .text .t1 {
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
  margin-left: 25px;
}
.rea-box .rea-con .bd li .text .t2 {
  margin-top: 30px;
  font-size: 15px;
  line-height: 36px;
  color: #333333;
  opacity: 0.6;
}
.rea-box .rea-con .bd li img {
  width: 630px;
  height: 526px;
  background-color: #ffffff;
  border-radius: 0px 80px 0px 0px;
}
.rea-box .rea-con .hd ul {
  height: 205px;
  display: flex;
  justify-content: space-between;
  padding-right: 94px;
  box-sizing: border-box;
  padding-top: 47px;
}
.rea-box .rea-con .hd ul li {
  cursor: pointer;
}
.rea-box .rea-con .hd ul li .icon {
  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: 98px;
  height: 98px;
  background-color: #f8f8f8;
  box-shadow: 0px 33px 54px 0px rgba(0, 0, 0, 0.06);
  border: solid 8px #ffffff;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  margin-right: 19px;
}
.rea-box .rea-con .hd ul li .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-size: contain;
}
.rea-box .rea-con .hd ul li .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
}
.rea-box .rea-con .hd ul li .text i {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.6;
  display: block;
}
.rea-box .rea-con .hd ul li.on .icon {
  border: solid 8px #4cb5ff;
}
.rea-box .rea-con .hd ul li:nth-child(1) .icon::after {
  background: url(../images/ri1.png) no-repeat center;
}
.rea-box .rea-con .hd ul li:nth-child(1).on .icon::after {
  background: url(../images/ri32.png) no-repeat center;
}
.rea-box .rea-con .hd ul li:nth-child(2) .icon::after {
  background: url(../images/ri2.png) no-repeat center;
}
.rea-box .rea-con .hd ul li:nth-child(2).on .icon::after {
  background: url(../images/ri22.png) no-repeat center;
}
.rea-box .rea-con .hd ul li:nth-child(3) .icon::after {
  background: url(../images/ri1.png) no-repeat center;
}
.rea-box .rea-con .hd ul li:nth-child(3).on .icon::after {
  background: url(../images/ri32.png) no-repeat center;
}
.rea-box .rea-con .hd ul li:nth-child(4) .icon::after {
  background: url(../images/ri4.png) no-repeat center;
}
.rea-box .rea-con .hd ul li:nth-child(4).on .icon::after {
  background: url(../images/ri42.png) no-repeat center;
}

.reasonTel{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 70px;
}

.reasonTelL{
  width: 176px;
  height: 58px;
  border: 1px solid #ccc;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
}

.reasonTelR{
  background: url(../images/reasonTelR.jpg) no-repeat center left;
  margin-left: 50px;
  padding-left: 40px;
  font-size: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

.reasonTelL:hover{
  background: #1d894f;
  color: #fff;
  transform: translateY(-5px);
}
.case-box {
  padding: 100px 0 0 0;
  overflow: hidden;
}
.case-box .case-tit {
  height: 89px;
  position: relative;
}
.case-box .case-tit::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1163px;
  height: 1px;
  background-color: #434343;
  opacity: 0.1;
}
.case-box .case-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 5px;
  background-color: #348669;
}
.case-box .case-tit .more {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
  display: inline-block;
}
.case-box .case-tit .more:hover {
  letter-spacing: 2px;
}
.case-box .case-tit .more i {
  display: inline-block;
  position: relative;
  bottom: 5px;
  right: 4px;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  margin-left: 20px;
}
.case-box .case-tit .more i::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  left: -8px;
  top: -5px;
}
.case-box .case-tit .more i::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  left: -8px;
  bottom: -5px;
}
.case-box .case-ul {
  margin-top: 78px;
  display: flex;
  justify-content: space-between;
}
.case-box .case-ul li {
  width: 304px;
  padding-left: 24px;
  height: 413px;
  border-left: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.case-box .case-ul li i {
  font-size: 40px;
  line-height: 40px;
  color: #333333;
  display: block;
  font-family: Georgia;
  font-weight: bolder;
  position: relative;
  top: -25px;
}
.case-box .case-ul li i::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: -28px;
  top: 20px;
  width: 7px;
  height: 7px;
  background-color: #333333;
}
.case-box .case-ul li .tit {
  margin-top: 21px;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.case-box .case-ul li .tit::after {
  content: "";
  display: block;
  margin: 25px 0 20px;
  width: 28px;
  height: 2px;
  background-color: #1e9a12;
}
.case-box .case-ul li .im {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.case-box .case-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .case-ul li .desc {
  margin-top: 25px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-box .case-ul li:nth-child(2n) {
  margin-top: 50px;
}
.case-box .case-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);
}
.case-box .case-ul li:hover .tit::after {
  width: 100%;
}
.news-box {
  overflow: hidden;
}
.news-con {
  position: relative;
  padding: 50px 0;
}
.news-con .hd ul {
  margin-top: 30px;
}
.news-con .hd ul li {
  margin-left: 60px;
  display: inline-block;
  width: 149px;
  border-bottom: 1px solid #dedede;
}
.news-con .hd ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 10px;
  color: #333333;
}
.news-con .hd ul li a i {
  float: right;
  color: #999999;
}
.news-con .hd ul li.on a {
  font-weight: bolder;
}
.news-con .hd ul li.on a i {
  color: #1d894f;
}
.news-con .news-bd {
  margin-top: 50px;
}
.news-con .news-bd .b1 {
  float: left;
  width: 410px;
  height: 499px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 0 35px 0;
}
.news-con .news-bd .b1 li {
  padding-top: 45px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  position: relative;
}
.news-con .news-bd .b1 li::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1d894f;
}
.news-con .news-bd .b1 li i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.news-con .news-bd .b1 li .tit {
  margin-top: 19px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  line-height: 15px;
  color: #333333;
  width: 220px;
}
.news-con .news-bd .b1 li .more {
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  right: 0;
  bottom: 26px;
}
.news-con .news-bd .b1 li:hover .more {
  bottom: 36px;
}
.news-con .news-bd .b1 li:hover::after {
  width: 100%;
}
.news-con .news-bd .b2 {
  float: left;
  display: inline-block;
  width: 460px;
  height: 499px;
  border: solid 1px #e5e5e5;
  padding: 32px 36px 0;
  box-sizing: border-box;
  position: relative;
}
.news-con .news-bd .b2: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-con .news-bd .b2:hover .more {
  color: #1d894f;
  border: 1px solid #1d894f;
  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-con .news-bd .b2 .im {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 260px;
}
.news-con .news-bd .b2 .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-con .news-bd .b2 .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  font-weight: bolder;
  color: #333333;
  font-size: 18px;
  margin: 30px 0 3px 0;
}
.news-con .news-bd .b2 .date {
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.news-con .news-bd .b2 p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 32px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-con .news-bd .b2 .more {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  right: 43px;
  top: 324px;
  color: #999;
  font-size: 28px;
}
.news-con .news-bd .b3 {
  width: 430px;
  height: 499px;
  background-color: #f8f8f8;
  float: left;
  box-sizing: border-box;
  padding: 0 46px;
}
.news-con .news-bd .b3 li {
  margin-top: 60px;
}
.news-con .news-bd .b3 li:hover .tit {
  letter-spacing: 2px;
}
.news-con .news-bd .b3 .date {
  display: inline-block;
  width: 42px;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 20px;
}
.news-con .news-bd .b3 .date i:nth-child(1) {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.news-con .news-bd .b3 .date i:nth-child(2) {
  display: block;
  font-family: Arial;
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  line-height: 40px;
  color: #333333;
}
.news-con .news-bd .b3 div {
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
}
.news-con .news-bd .b3 div .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.news-con .news-bd .b3 div .desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-con .news-bd > .bd > div {
  height: 499px;
}
.news-con .slide-news {
  position: relative;
}
.news-con .slide-news .search-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 430px;
  height: 132px;
  background-color: #1d894f;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-con .slide-news .search-box input {
  width: 269px;
  line-height: 60px;
  height: 60px;
  background-color: #ffffff;
  font-size: 15px;
  padding-left: 21px;
  color: #999999;
}
.news-con .slide-news .search-box button {
  cursor: pointer;
  height: 60px;
  width: 60px;
  background: #4cb5ff;
}
.news-con .slide-news .search-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.news-con .slide-news .search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.news-con .slide-news .search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.news-con .slide-news .search-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
}
/* links */
.links-box {
  padding: 46px 0 40px;
  width: 1300px;
  margin: 0 auto;
  display: flex;
}
.links-box p {
  font-size: 18px;
  color: #333333;
  width: 111px;
  height: 56px;
  box-sizing: border-box;
  letter-spacing: 7px;
  padding: 35px 0 0 0;
  margin-right: 19px;
  background: url(../images/links.png) no-repeat top center;
}
.links-box div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links-box div a {
  margin-right: 70px;
  font-size: 14px;
  color: #666666;
}
.links-box div a:hover {
  transform: translateX(8px);
  color: #1d894f;
}