.contents {
  width: 1300px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  margin: 143px 0 0;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  display: flex;
  justify-content: space-between;
}
.pro .box .top h3 img {
  display: block;
  width: auto;
  height: 104px;
}
.pro .box .more {
  display: block;
  width: 219px;
  height: 67px;
  position: relative;
  padding: 0 0 0 79px;
  font-size: 16px;
  color: #333;
  line-height: 67px;
  background: url(../images/more1.png) no-repeat center left;
  background-position-x: 39px;
  box-sizing: border-box;
  margin: 37px 0 0;
  transition: 0.5s linear;
}
.pro .box .more::before {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #174542;
  transition: 0.5s linear;
}
.pro .box .more::after {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #174542;
  transition: 0.5s linear;
}
.pro .box .more:hover {
  letter-spacing: 1px;
}
.pro .box .more:hover::before {
  width: 100%;
}
.pro .box .more:hover::after {
  width: 100%;
}
.pro .proslide {
  margin: 40px 0 0;
  position: relative;
}
.pro .proslide .bd li .aside {
  margin: 0 0 0 266px;
  display: flex;
  justify-content: space-between;
}
.pro .proslide .bd li .aside .tu {
  width: 440px;
  height: 300px;
  padding: 6px;
  background: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.pro .proslide .bd li .aside .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslide .bd li .aside .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .aside .tu .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .aside .text {
  width: 542px;
}
.pro .proslide .bd li .aside .text .cond {
  display: block;
  width: 265px;
  padding: 0 0 0 49px;
  font-size: 18px;
  color: #333;
  line-height: 35px;
  border-bottom: 1px solid #000;
  background: url(../images/title1.png) no-repeat center left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .aside .text p {
  font-size: 15px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
  margin: 30px 0 0;
}
.pro .proslide .bd li .aside .text .more {
  display: block;
  width: 542px;
  height: 87px;
  background: url(../images/more3.png) no-repeat center;
  box-shadow: 0px 19px 57px 0px rgba(0, 0, 0, 0.05);
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 87px;
  padding: 0 0 0 42px;
  box-sizing: border-box;
  margin: 35px 0 0;
}
.pro .proslide .bd li .aside:hover .text .cond {
  letter-spacing: 1px;
  color: #008c3f;
}
.pro .proslide .bd li .art {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.pro .proslide .bd li .art .list {
  width: 300px;
  height: 290px;
  background: #fff;
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 15px 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 32px;
}
.pro .proslide .bd li .art .list::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #008c3f;
  bottom: 0;
  left: 0;
  transition: 0.5s linear;
}
.pro .proslide .bd li .art .list .img {
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.pro .proslide .bd li .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .art .list .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .art .list .text .cond {
  display: flex;
  justify-content: center;
}
.pro .proslide .bd li .art .list .text .cond span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 65px;
  text-align: center;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .art .list .text .cond i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 65px;
  margin-left: 10px;
  transition: 0.5s linear;
}
.pro .proslide .bd li .art .list:hover::before {
  width: 100%;
}
.pro .proslide .bd li .art .list:hover .cond {
  letter-spacing: 1px;
  color: #008c3f;
}
.pro .proslide .hd {
  width: 177px;
  height: 303px;
  background: #fff;
  box-shadow: 0px 24px 27px 0px rgba(0, 0, 0, 0.03);
  border-radius: 80px 80px 83px 80px;
  border: solid 1px #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 0 0;
  box-sizing: border-box;
}
.pro .proslide .hd li {
  margin-bottom: 10px;
  position: relative;
}
.pro .proslide .hd li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 27px;
  left: 35px;
  z-index: 60;
  transition: 0.5s linear;
}
.pro .proslide .hd li a {
  display: block;
  padding: 15px 0 0 49px;
  position: relative;
  height: 73px;
  z-index: 50;
  box-sizing: border-box;
}
.pro .proslide .hd li a::before {
  content: "";
  display: block;
  width: 210px;
  height: 73px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #008c3f;
  opacity: 0;
  transition: 0.5s linear;
}
.pro .proslide .hd li a i {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .hd li a span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .hd .more {
  margin-bottom: 10px;
  position: relative;
}
.pro .proslide .hd .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 27px;
  left: 35px;
  z-index: 60;
  transition: 0.5s linear;
}
.pro .proslide .hd .more a {
  display: block;
  padding: 15px 0 0 49px;
  position: relative;
  height: 73px;
  z-index: 50;
  box-sizing: border-box;
}
.pro .proslide .hd .more a::before {
  content: "";
  display: block;
  width: 210px;
  height: 73px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #008c3f;
  opacity: 0;
  transition: 0.5s linear;
}
.pro .proslide .hd .more a i {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .hd .more a span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .hd .more:hover::before {
  background: #fff;
}
.pro .proslide .hd .more:hover a::before {
  opacity: 1;
  border-radius: 0 36px 36px 0;
}
.pro .proslide .hd .more:hover a i {
  color: #fff;
}
.pro .proslide .hd .more:hover a span {
  color: #fff;
}
.pro .proslide .hd .on::before {
  background: #fff;
}
.pro .proslide .hd .on a::before {
  opacity: 1;
  border-radius: 0 36px 36px 0;
}
.pro .proslide .hd .on a i {
  color: #fff;
}
.pro .proslide .hd .on a span {
  color: #fff;
}
.plant {
  height: 560px;
  background: url(../images/case.jpg) no-repeat center top;
  padding: 51px 0 0;
  box-sizing: border-box;
  margin: 60px 0 0;
}
.plant .box {
  display: flex;
  justify-content: space-between;
}
.plant .box .top {
  display: flex;
  justify-content: space-between;
}
.plant .box .top h3 img {
  display: block;
  width: auto;
  height: 99px;
}
.plant .box .more {
  display: block;
  width: 219px;
  height: 67px;
  position: relative;
  padding: 0 0 0 79px;
  font-size: 16px;
  color: #fff;
  line-height: 67px;
  background: url(../images/more2.png) no-repeat center left;
  background-position-x: 39px;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.plant .box .more::before {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: 0.5s linear;
}
.plant .box .more::after {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: 0.5s linear;
}
.plant .box .more:hover {
  letter-spacing: 1px;
}
.plant .box .more:hover::before {
  width: 100%;
}
.plant .box .more:hover::after {
  width: 100%;
}
.plant ol {
  display: flex;
  justify-content: space-between;
  margin: 41px 0 0;
}
.plant ol li {
  width: 300px;
  height: 290px;
  background: #fff;
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 15px 0;
  box-sizing: border-box;
}
.plant ol li .img {
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.plant ol li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.plant ol li .img img:hover {
  transform: scale(1.1);
}
.plant ol li .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 65px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.plant ol li:hover .cond {
  letter-spacing: 1px;
  color: #008c3f;
}
.abo {
  margin: 67px 0 0;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside {
  width: 630px;
}
.abo .warp .aside .top h3 img {
  display: block;
  height: 102px;
}
.abo .warp .aside h4 {
  font-size: 20px;
  color: #333;
  line-height: 21px;
  font-weight: bold;
  margin: 60px 0 0;
}
.abo .warp .aside .text {
  font-size: 15px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 180px;
  margin: 20px 0 0;
}
.abo .warp .aside .art {
  margin: 50px 0 0;
  display: flex;
}
.abo .warp .aside .art .rong {
  display: block;
  width: 250px;
  height: 190px;
  position: relative;
}
.abo .warp .aside .art .rong::before {
  content: "";
  display: block;
  width: 269px;
  height: 207px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: -4px;
  left: -17px;
  z-index: 50;
}
.abo .warp .aside .art .rong img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abo .warp .aside .art ul {
  width: 287px;
  margin: 0 0 0 35px;
}
.abo .warp .aside .art ul li {
  display: flex;
  justify-content: space-between;
  height: 72px;
  border-bottom: 1px solid #f7f7f7;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.abo .warp .aside .art ul li .num {
  display: flex;
  height: 35px;
}
.abo .warp .aside .art ul li .num i {
  display: block;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 35px;
  font-weight: bold;
  color: #333;
  transition: 0.5s linear;
}
.abo .warp .aside .art ul li .num span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 50px;
  margin: 0 0 0 5px;
}
.abo .warp .aside .art ul li p {
  width: 80px;
  height: 25px;
  background: #f7f7f7;
  border-radius: 12px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  text-align: center;
  margin: 3px 0 0;
  transition: 0.5s linear;
}
.abo .warp .aside .art ul .on .num i {
  color: #008c3f;
}
.abo .warp .aside .art ul .on p {
  color: #fff;
  background: #008c3f;
}
.abo .warp .plaet {
  width: 631px;
  height: 631px;
  border: 1px solid #fef0ee;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  margin: 30px 0 0;
}
.abo .warp .plaet::before {
  content: "";
  display: block;
  width: 451px;
  height: 451px;
  position: absolute;
  border: 1px solid #fef0ee;
  border-radius: 50%;
  top: 90px;
  left: 90px;
  pointer-events: none;
}
.abo .warp .plaet .style .art:nth-child(1) {
  width: 77px;
  position: absolute;
  top: 0;
  left: 129px;
}
.abo .warp .plaet .style .art:nth-child(1) .tu {
  width: 77px;
  height: 77px;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 26px 5px rgba(56, 146, 6, 0.1);
}
.abo .warp .plaet .style .art:nth-child(1) .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.abo .warp .plaet .style .art:nth-child(1) .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .plaet .style .art:nth-child(1) .tu .img img:hover {
  transform: scale(1.1);
}
.abo .warp .plaet .style .art:nth-child(2) {
  width: 77px;
  position: absolute;
  top: 156px;
  right: -18px;
}
.abo .warp .plaet .style .art:nth-child(2) .tu {
  width: 77px;
  height: 77px;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 26px 5px rgba(56, 146, 6, 0.1);
}
.abo .warp .plaet .style .art:nth-child(2) .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.abo .warp .plaet .style .art:nth-child(2) .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .plaet .style .art:nth-child(2) .tu .img img:hover {
  transform: scale(1.1);
}
.abo .warp .plaet .style .qq {
  width: 67px;
  height: 67px;
  background: #389206 url(../images/qq.png) no-repeat center;
  border-radius: 50%;
  box-shadow: 0px 1px 26px 5px rgba(220, 20, 54, 0.05);
  position: absolute;
  top: 527px;
  right: 88px;
}
.abo .warp .plaet .style .qq a {
  display: block;
  width: 100%;
  height: 100%;
}
.abo .warp .plaet .reg {
  width: 86px;
  position: absolute;
  top: 310px;
  left: 56px;
}
.abo .warp .plaet .reg .tu {
  width: 86px;
  height: 86px;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 26px 5px rgba(56, 146, 6, 0.1);
}
.abo .warp .plaet .reg .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.abo .warp .plaet .reg .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .plaet .reg .tu .img img:hover {
  transform: scale(1.1);
}
.abo .warp .plaet .junhen {
  width: 311px;
  height: 311px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: relative;
}
.abo .warp .plaet .junhen img {
  display: block;
  width: 311px;
  height: 311px;
}
.rea {
  margin: 90px 0 0;
  height: 900px;
  background: url(../images/rea.jpg) no-repeat center top;
  padding: 65px 0 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.rea .contents {
  position: relative;
}
.rea .top h3 img {
  display: block;
  height: 102px;
}
.rea .boxcontents {
  display: block;
}
.rea .boxcontents .reasonslide {
  margin: 145px 0 0 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
}
.rea .boxcontents .reasonslide .pageState {
  font-size: 0;
  color: transparent;
  position: relative;
  margin: 0 14vw 0 0;
  z-index: 50;
}
.rea .boxcontents .reasonslide .pageState::before {
  content: "";
  display: block;
  width: 316px;
  height: 2px;
  position: absolute;
  background: #333;
  top: 120px;
  left: 0;
}
.rea .boxcontents .reasonslide .pageState::after {
  content: ".";
  position: absolute;
  top: 0;
  left: 120px;
  font-size: 116px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 80px;
  font-weight: bold;
  color: #333;
}
.rea .boxcontents .reasonslide .pageState span {
  font-size: 116px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 80px;
  font-weight: bold;
  color: #333;
}
.rea .boxcontents .reasonslide .bd {
  width: 505px;
  margin: 225px 30% 0 0;
}
.rea .boxcontents .reasonslide .bd li .ys {
  width: 704px;
  height: 392px;
  position: absolute;
  top: -411px;
  left: -98px;
}
.rea .boxcontents .reasonslide .bd li .ys img {
  display: block;
  width: 704px;
  height: 392px;
}
.rea .boxcontents .reasonslide .bd li .art {
  position: relative;
}
.rea .boxcontents .reasonslide .bd li .art::before {
  content: "";
  display: block;
  width: 45px;
  height: 4px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
.rea .boxcontents .reasonslide .bd li .art b {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.rea .boxcontents .reasonslide .bd li .art i {
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  display: block;
  margin: 12px 0 0;
  text-transform: uppercase;
}
.rea .boxcontents .reasonslide .bd li .text {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin: 40px 0 0;
}
.rea .boxcontents .reasonslide .next {
  width: 149px;
  height: 45px;
  background: #008c3f;
  font-size: 16px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: -31px;
  right: 0;
}
.rea .boxcontents .reasonslide .ys {
  position: absolute;
  top: -119px;
  left: 31%;
}
.rea .boxcontents .dec1 {
  position: absolute;
  top: 565px;
  left: 0;
}
.rea .boxcontents .dec2 {
  position: absolute;
  top: 565px;
  right: 0;
}
.rea .boxcontents .warpbox {
  position: absolute;
  top: 43px;
  right: 0;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
}
.rea .boxcontents .warpbox::before {
  content: "";
  display: block;
  width: 49px;
  height: 31px;
  position: absolute;
  background: url(../images/title6.png) no-repeat center;
  top: -15px;
  right: -30px;
}
.rea .boxcontents .warpbox p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: right;
  letter-spacing: 4px;
  position: relative;
}
.rea .boxcontents .warpbox p::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 14px;
  left: 50px;
  background: #174542;
  border-radius: 50%;
}
.rea .boxcontents .warpbox p b {
  color: #f34d32;
}
.rea .boxcontents .warpbox em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 15px;
  text-align: right;
  letter-spacing: 0.3px;
}
.rea .boxcontents .warpbox .art {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 0;
}
.rea .boxcontents .warpbox .art .tu {
  display: block;
}
.rea .boxcontents .warpbox .art .tu img {
  width: auto;
  height: 36px;
}
.case {
  margin: 64px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  display: flex;
  justify-content: space-between;
}
.case .box .top h3 img {
  display: block;
  width: auto;
  height: 99px;
}
.case .box .more {
  display: block;
  width: 219px;
  height: 67px;
  position: relative;
  padding: 0 0 0 79px;
  font-size: 16px;
  color: #333;
  line-height: 67px;
  background: url(../images/more1.png) no-repeat center left;
  background-position-x: 39px;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.case .box .more::before {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #174542;
  transition: 0.5s linear;
}
.case .box .more::after {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #174542;
  transition: 0.5s linear;
}
.case .box .more:hover {
  letter-spacing: 1px;
}
.case .box .more:hover::before {
  width: 100%;
}
.case .box .more:hover::after {
  width: 100%;
}
.case ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 41px 0 0;
}
.case ol li {
  width: 300px;
  height: 290px;
  background: #fff;
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 15px 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 32px;
}
.case ol li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #008c3f;
  bottom: 0;
  left: 0;
  transition: 0.5s linear;
}
.case ol li .img {
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.case ol li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case ol li .img img:hover {
  transform: scale(1.1);
}
.case ol li .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 65px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case ol li:hover::before {
  width: 100%;
}
.case ol li:hover .cond {
  letter-spacing: 1px;
  color: #008c3f;
}
.capital {
  margin: 50px 0 0;
}
.capital .box {
  display: flex;
  justify-content: space-between;
}
.capital .box .top {
  display: flex;
  justify-content: space-between;
}
.capital .box .top h3 img {
  display: block;
  width: auto;
  height: 105px;
}
.capital .box .more {
  display: block;
  width: 219px;
  height: 67px;
  position: relative;
  padding: 0 0 0 79px;
  font-size: 16px;
  color: #333;
  line-height: 67px;
  background: url(../images/more1.png) no-repeat center left;
  background-position-x: 39px;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.capital .box .more::before {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #174542;
  transition: 0.5s linear;
}
.capital .box .more::after {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #174542;
  transition: 0.5s linear;
}
.capital .box .more:hover {
  letter-spacing: 1px;
}
.capital .box .more:hover::before {
  width: 100%;
}
.capital .box .more:hover::after {
  width: 100%;
}
.capital .capitalslide {
  margin: 55px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .aside {
  margin: 0 0 0 266px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capital .capitalslide .bd li .aside .list {
  width: 487px;
  height: 140px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .aside .list .data b {
  display: block;
  font-family: Arial;
  font-size: 42px;
  font-weight: bold;
  color: #999;
  line-height: 35px;
}
.capital .capitalslide .bd li .aside .list .data i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 10px;
  margin: 12px 0 0;
}
.capital .capitalslide .bd li .aside .list .text {
  width: 380px;
}
.capital .capitalslide .bd li .aside .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.capital .capitalslide .bd li .aside .list .text .more {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #333;
  line-height: 30px;
  margin: 20px 0 0;
  background: url(../images/more4.png) no-repeat center left;
  background-position-x: 70px;
}
.capital .capitalslide .bd li .aside .list:hover .text .cond {
  color: #008c3f;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .aside .list:hover .text .more {
  color: #008c3f;
}
.capital .capitalslide .bd li .aside .list:nth-child(1) {
  margin-bottom: 80px;
}
.capital .capitalslide .bd li .aside .list:nth-child(2) {
  margin-bottom: 80px;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.capital .capitalslide .bd li .art .list {
  width: 400px;
  height: 100px;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 10px 20px 0;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .art .list .cond {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  padding: 0 0 0 40px;
  background: url(../images/title2.png) no-repeat center left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .data {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 24px;
  background: url(../images/title3.png) no-repeat center left;
}
.capital .capitalslide .bd li .art .list .data i {
  display: flex;
}
.capital .capitalslide .bd li .art .list .data i em {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.capital .capitalslide .bd li .art .list .data i span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.capital .capitalslide .bd li .art .list .data .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list:hover .cond {
  color: #008c3f;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .art .list:hover .data .more {
  color: #008c3f;
}
.capital .capitalslide .hd {
  width: 210px;
  height: 370px;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.capital .capitalslide .hd li {
  width: 210px;
  height: 124px;
  position: relative;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px 0 0 85px;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalslide .hd li a i {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 2 0px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd .on:nth-child(1) a {
  background: url(../images/nt1s.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd .on:nth-child(2) a {
  background: url(../images/nt2s.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd .on:nth-child(3) a {
  background: url(../images/nt3s.png) no-repeat center left;
  background-position-x: 33px;
}
.capital .capitalslide .hd .on {
  background: #008c3f;
}
.capital .capitalslide .hd .on a i {
  color: #fff;
}
.capital .capitalslide .hd .on a span {
  color: #fff;
}
.link {
  margin: 67px 0 56px;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  width: 101px;
  height: 44px;
  background: url(../images/link.png) no-repeat top left;
  font-size: 16px;
  color: #666;
  line-height: 15px;
  letter-spacing: 1px;
  padding: 33px 0 0;
  box-sizing: border-box;
  flex: 1;
}
.link .lj {
  flex: 0 0 90%;
  display: flex;
  flex-wrap: wrap;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-right: 15px;
  transition: 0.2s ease-out;
}
.link .lj a:hover {
  transform: translateY(-5px);
  text-decoration: underline;
  color: #008c3f;
}
