.contents {
  width: 1280px;
  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: 60px 0 0;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top h3 {
  height: 41px;
  background: url(../images/t1.png) no-repeat center left;
}
.pro .box .top h3 a {
  display: block;
  height: 41px;
  font-size: 30px;
  color: #444;
  line-height: 41px;
  font-weight: bold;
  padding: 0 0 0 60px;
  background: url(../images/title1.png) no-repeat center left;
  background-position-x: 97px;
  letter-spacing: 21px;
}
.pro .box .top i {
  display: block;
  margin: 13px 0 0;
}
.pro .box .top i img {
  display: block;
}
.pro .box .ser {
  width: 294px;
  height: 43px;
  background: #fff url(../images/ser.png) no-repeat center;
  border-radius: 22px;
  padding: 0 75px 0 20px;
  box-sizing: border-box;
  position: relative;
  margin: 48px 0 0;
}
.pro .box .ser input {
  font-size: 14px;
  color: #afafaf;
  line-height: 43px;
  background: none;
}
.pro .box .ser button {
  width: 70px;
  height: 43px;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.pro .proslide {
  margin: 44px 0 0;
}
.pro .proslide .hd {
  height: 90px;
  display: flex;
  margin-bottom: 34px;
  position: relative;
}
.pro .proslide .hd::before {
  content: "";
  display: block;
  width: 1603px;
  height: 1px;
  position: absolute;
  background: #dcdcdc;
  bottom: 0;
  left: 0;
}
.pro .proslide .hd li {
  margin-right: 20px;
  width: 200px;
  position: relative;
}
.pro .proslide .hd li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #009e3d;
  border-radius: 50%;
  top: 87px;
  left: 21px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s linear;
}
.pro .proslide .hd li::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  background: #d0d0d0;
  bottom: 0;
  left: 24px;
  transition: 0.5s linear;
  transition-delay: 0.1s;
}
.pro .proslide .hd li a {
  display: flex;
  align-items: center;
}
.pro .proslide .hd li a b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 62px;
  background: url(../images/pb1.png) no-repeat center;
  position: relative;
  z-index: 50;
}
.pro .proslide .hd li a b::before {
  content: "";
  display: block;
  width: 54px;
  height: 62px;
  position: absolute;
  background: url(../images/pb2.png) no-repeat center;
  top: 1px;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s linear;
}
.pro .proslide .hd li a b img {
  display: block;
  position: absolute;
  transition: 0.5s linear;
}
.pro .proslide .hd li a b img:nth-child(1) {
  opacity: 1;
}
.pro .proslide .hd li a b img:nth-child(2) {
  opacity: 0;
}
.pro .proslide .hd li a span {
  display: block;
  margin: 0 0 0 10px;
}
.pro .proslide .hd li a span em {
  display: block;
  font-size: 12px;
  color: #b0b0b0;
  line-height: 10px;
}
.pro .proslide .hd li a span i {
  display: block;
  font-size: 18px;
  color: #404040;
  line-height: 30px;
  margin: 5px 0 0;
}
.pro .proslide .hd .more {
  margin-right: 20px;
  width: 200px;
  position: relative;
}
.pro .proslide .hd .more::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #009e3d;
  border-radius: 50%;
  top: 87px;
  left: 21px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s linear;
}
.pro .proslide .hd .more::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  background: #d0d0d0;
  bottom: 0;
  left: 24px;
  transition: 0.5s linear;
  transition-delay: 0.1s;
}
.pro .proslide .hd .more a {
  display: flex;
  align-items: center;
}
.pro .proslide .hd .more a b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 62px;
  background: url(../images/pb1.png) no-repeat center;
  position: relative;
  z-index: 50;
}
.pro .proslide .hd .more a b::before {
  content: "";
  display: block;
  width: 54px;
  height: 62px;
  position: absolute;
  background: url(../images/pb2.png) no-repeat center;
  top: 1px;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s linear;
}
.pro .proslide .hd .more a b img {
  display: block;
  position: absolute;
  transition: 0.5s linear;
}
.pro .proslide .hd .more a b img:nth-child(1) {
  opacity: 1;
}
.pro .proslide .hd .more a b img:nth-child(2) {
  opacity: 0;
}
.pro .proslide .hd .more a span {
  display: block;
  margin: 0 0 0 10px;
}
.pro .proslide .hd .more a span em {
  display: block;
  font-size: 12px;
  color: #b0b0b0;
  line-height: 10px;
}
.pro .proslide .hd .more a span i {
  display: block;
  font-size: 18px;
  color: #404040;
  line-height: 30px;
  margin: 5px 0 0;
}
.pro .proslide .hd .more:hover::before {
  opacity: 1;
}
.pro .proslide .hd .more:hover::after {
  height: 27px;
}
.pro .proslide .hd .more:hover b::before {
  opacity: 1;
}
.pro .proslide .hd .more:hover b img:nth-child(1) {
  opacity: 0;
}
.pro .proslide .hd .more:hover b img:nth-child(2) {
  opacity: 1;
}
.pro .proslide .hd .on::before {
  opacity: 1;
}
.pro .proslide .hd .on::after {
  height: 27px;
}
.pro .proslide .hd .on a b {
  background: none;
}
.pro .proslide .hd .on a b::before {
  opacity: 1;
}
.pro .proslide .hd .on a b img:nth-child(1) {
  opacity: 0;
}
.pro .proslide .hd .on a b img:nth-child(2) {
  opacity: 1;
}
.pro .proslide .hd .on a span i {
  font-weight: bold;
}
.pro .proslide .bd li {
  display: flex;
  flex-wrap: wrap;
}
.pro .proslide .bd li .list {
  width: 206px;
  height: 210px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  margin-right: 8px;
  margin-bottom: 18px;
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .img {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.pro .proslide .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .list .cond {
  display: block;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .list:hover {
  border-color: #009e3d;
}
.pro .proslide .bd li .list:hover .cond {
  color: #009e3d;
  letter-spacing: 1px;
}
.pro .proslide .bd li .list:nth-child(6n) {
  margin-right: 0;
}
.reason {
  margin: 55px 0 0;
}
.reason .top {
  position: relative;
  margin: 0 0 0 363px;
}
.reason .top::before {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: -3px;
  left: 95px;
}
.reason .top h3 {
  font-size: 30px;
  color: #444;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 0 149px;
}
.reason .top .tu {
  margin: 10px 0 0;
}
.reason .top .tu img {
  display: block;
}
.reason .top p {
  font-size: 18px;
  color: #8a8a8a;
  line-height: 20px;
  margin: 0 0 0 127px;
  letter-spacing: 6px;
}
.reason .reasonslide {
  margin: 30px 0 0;
  position: relative;
}
.reason .reasonslide::before {
  content: "";
  display: block;
  width: 1920px;
  height: 1px;
  position: absolute;
  background: #d7d9e0;
  top: 0;
  left: -318px;
}
.reason .reasonslide .hd {
  height: 102px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .hd::after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  position: absolute;
  background: #d7d9e0;
  top: 2px;
  left: 0;
  z-index: -2;
}
.reason .reasonslide .hd li {
  width: 256px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 50;
}
.reason .reasonslide .hd li::before {
  content: "";
  display: block;
  width: 260px;
  height: 111px;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(-40deg, #b1cb00 0%, #5cbb21 50%, #07aa41 100%), linear-gradient(#07aa41, #07aa41);
  background-blend-mode: normal,
                        normal;
  box-shadow: 6px 7px 13px 0px rgba(183, 199, 0, 0.31);
  border-radius: 5px 5px 0px 0px;
  opacity: 0;
  z-index: -1;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  position: absolute;
  background: #d7d9e0;
  top: 2px;
  right: 0;
  z-index: -2;
}
.reason .reasonslide .hd li span {
  display: block;
  position: relative;
  transition: 0.3s linear;
}
.reason .reasonslide .hd li span img:nth-child(1) {
  opacity: 1;
}
.reason .reasonslide .hd li span img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.reason .reasonslide .hd li i {
  display: block;
  font-size: 22px;
  height: 32px;
  line-height: 25px;
  margin: 0 0 0 18px;
  transition: 0.3s linear;
}
.reason .reasonslide .hd li:hover span {
  transform: translateY(-5px);
}
.reason .reasonslide .hd li:hover i {
  transform: translateY(-5px);
}
.reason .reasonslide .hd .on::before {
  opacity: 1;
}
.reason .reasonslide .hd .on span img:nth-child(1) {
  opacity: 0;
}
.reason .reasonslide .hd .on span img:nth-child(2) {
  opacity: 1;
}
.reason .reasonslide .hd .on i {
  color: #fff;
}
.reason .reasonslide .bd li .ys {
  margin: 0 -320px;
}
.reason .reasonslide .bd li .ys img {
  display: block;
  width: 100%;
  height: 659px;
}
.reason .reasonslide .bd li .art {
  width: 351px;
  height: 659px;
  background: rgba(7, 170, 65, 0.9);
  position: absolute;
  top: 0;
  left: -3px;
  padding: 110px 0 0 26px;
  box-sizing: border-box;
}
.reason .reasonslide .bd li .art::before {
  content: "";
  display: block;
  width: 41px;
  height: 6px;
  position: absolute;
  background: #fff;
  border-radius: 3px;
  top: 200px;
  left: 27px;
}
.reason .reasonslide .bd li .art h4 {
  font-size: 24px;
  color: #eff2f7;
  line-height: 25px;
}
.reason .reasonslide .bd li .art em {
  display: block;
  font-size: 12px;
  color: #eff2f7;
  line-height: 15px;
  margin: 30px 0 0 0;
  text-transform: uppercase;
}
.reason .reasonslide .bd li .art p {
  width: 297px;
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  margin: 70px 0 0;
}
.reason .reasonslide .next {
  width: 131px;
  height: 67px;
  background: #b1cb00 url(../images/next-rea.png) no-repeat center left;
  background-position-x: 52px;
  border-radius: 0px 34px 34px 0px;
  position: absolute;
  top: 579px;
  left: -3px;
  cursor: pointer;
  z-index: 50;
}
.reason .reasonslide .tel {
  height: 30px;
  padding: 0 0 0 46px;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  background: url(../images/tel2.png) no-repeat center left;
  position: absolute;
  top: 685px;
  left: 25px;
}
.warpboxers {
  width: 1285px;
  height: 87px;
  margin: 33px auto 0;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
  border-radius: 43px;
  display: flex;
}
.warpboxers .top {
  margin: 23px 0 0;
}
.warpboxers .top h3 {
  font-size: 22px;
  color: #3e3e3e;
  line-height: 25px;
  text-align: right;
}
.warpboxers .top span {
  display: block;
}
.warpboxers .top span img {
  display: block;
}
.warpboxers .FOM {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 25px 0 0;
  position: relative;
}
.warpboxers .FOM::before {
  content: "";
  display: block;
  width: 968px;
  height: 1px;
  position: absolute;
  background: #e1e1e1;
  top: 47px;
  left: 0;
  z-index: 10;
}
.warpboxers .FOM .n {
  height: 31px;
  padding: 0 0 0 21px;
  box-sizing: border-box;
  position: relative;
}
.warpboxers .FOM .n::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  background: url(../images/line2.png) no-repeat center;
  top: 8px;
  right: 0;
}
.warpboxers .FOM .n img {
  width: 68px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
}
.warpboxers .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 31px;
  font-size: 14px;
  background: none;
  color: #757575;
}
.warpboxers .FOM .n input::placeholder {
  color: #757575;
}
.warpboxers .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 28px;
  font-size: 14px;
  background: none;
  color: #757575;
}
.warpboxers .FOM .n textarea::placeholder {
  color: #757575;
}
.warpboxers .FOM .n:nth-child(1) {
  background: #fff url(../images/f1.png) no-repeat center left;
  width: 186px;
}
.warpboxers .FOM .n:nth-child(2) {
  background: #fff url(../images/f2.png) no-repeat center left;
  width: 217px;
}
.warpboxers .FOM .n:nth-child(3) {
  background: #fff url(../images/f3.png) no-repeat center left;
  width: 258px;
}
.warpboxers .FOM .n:nth-child(4) {
  background: #fff url(../images/f4.png) no-repeat center left;
  width: 243;
}
.warpboxers .FOM .n:nth-child(4)::before {
  background: none;
}
.warpboxers .FOM #btn {
  width: 106px;
  height: 43px;
  background: #07aa41;
  border-radius: 22px;
  font-size: 14px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
}
.case {
  margin: 70px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top h3 {
  display: block;
  height: 41px;
  font-size: 30px;
  color: #444;
  line-height: 41px;
  font-weight: bold;
  padding: 0 0 0 60px;
  background: url(../images/title1.png) no-repeat center left;
  background-position-x: 97px;
  letter-spacing: 21px;
  position: relative;
}
.case .box .top h3::before {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 0;
  left: 0;
}
.case .box .top i {
  display: block;
  margin: 13px 0 0;
}
.case .box .top i img {
  display: block;
}
.case .box .more {
  display: block;
  width: 70px;
  height: 25px;
  border: 1px solid #d3d3d3;
  border-radius: 13px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  color: #747474;
  line-height: 25px;
  margin: 68px 0 0;
  transition: 0.2s ease-out;
}
.case .box .more:hover {
  border-color: #009e3d;
  color: #009e3d;
  transform: translateY(-5px);
}
.case ol {
  width: 1282px;
  height: 483px;
  background: url(../images/line1.png) no-repeat center top;
  margin: 47px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px;
  box-sizing: border-box;
}
.case ol li {
  width: 413px;
  height: 229px;
  position: relative;
  background: #fff;
  margin-bottom: 11px;
  transition: 0.5s linear;
}
/* .case ol li::before {
  content: "";
  display: block;
  width: 413px;
  height: 229px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
} */
.case ol li .img {
  display: block;
  width: 413px;
  height: 229px;
  overflow: hidden;
}
.case ol li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case ol li .art {
  position: absolute;
  top: 55px;
  left: 20px;
}
.case ol li .art .cond {
  display: block;
  font-size: 20px;
  color: #444;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case ol li .art em {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 15px;
  text-transform: uppercase;
  width: 140px;
  margin: 8px 0 0;
}
.case ol li .art .more {
  display: block;
  width: 31px;
  height: 31px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  background: #fff url(../images/more3.png) no-repeat center;
  margin: 30px 0 0;
}
.case ol li:hover {
  background: #b1cb00;
}
.case ol li:hover .img img {
  transform: scale(1.1);
}
.case ol li:hover .art .cond {
  letter-spacing: 1px;
  color: #fff;
}
.case ol li:hover .art em {
  color: #fff;
}
.abo {
  height: 821px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 68px 0 0;
  overflow: hidden;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .plaet {
  margin: 116px 0 0;
}
.abo .plaet .top h3 {
  display: block;
  height: 41px;
  font-size: 30px;
  color: #fff;
  line-height: 41px;
  font-weight: bold;
  padding: 0 0 0 60px;
  background: url(../images/title2.png) no-repeat center left;
  background-position-x: 97px;
  letter-spacing: 21px;
  position: relative;
}
.abo .plaet .top h3::before {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 0;
  left: 0;
}
.abo .plaet .top i {
  display: block;
  margin: 13px 0 0;
}
.abo .plaet .top i img {
  display: block;
}
.abo .plaet .top p {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 6px;
  margin: 15px 0 0;
}
.abo .plaet .art {
  width: 666px;
  height: 438px;
  background: url(../images/bj2.png) no-repeat center top;
  margin: 30px 0 0;
  padding: 45px 0 0 33px;
  box-sizing: border-box;
}
.abo .plaet .art h3 {
  font-size: 22px;
  color: #22af54;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 1px;
}
.abo .plaet .art p {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  width: 574px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 180px;
  margin: 50px 0 0;
}
.abo .plaet .art .more {
  display: block;
  width: 134px;
  height: 34px;
  background: #009e3d;
  border-radius: 17px;
  font-size: 12px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  margin: 60px 0 0;
  transition: 0.2s ease-out;
}
.abo .plaet .art .more:hover {
  transform: translateY(-6px);
  text-decoration: underline;
}
.abo .aside {
  width: 607px;
  height: 823px;
  background: url(../images/bj1.png) no-repeat center;
  margin: 0 -320px 0 0;
  padding: 33px 0 0;
  box-sizing: border-box;
}
.abo .aside ol li {
  padding: 0 0 0 45px;
  position: relative;
  z-index: 50;
}
.abo .aside ol li::before{
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  height: 142px;
  background: url(../images/anbg.png) no-repeat center left;
  z-index: -1;
  transition: .3s linear;
}

.abo .aside ol .on::before{
  width: 263px;
}
.abo .aside ol li a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 142px;
  padding: 0 0 0 93px;
}
.abo .aside ol li:nth-child(1) a {
  background: url(../images/r1.png) no-repeat center left;
}
.abo .aside ol li:nth-child(2) a {
  background: url(../images/r2.png) no-repeat center left;
}
.abo .aside ol li:nth-child(3) a {
  background: url(../images/r3.png) no-repeat center left;
}
.abo .aside ol li:nth-child(4) a {
  background: url(../images/r4.png) no-repeat center left;
}
.abo .aside .rong {
  display: block;
  width: 120px;
  height: 173px;
  position: relative;
  margin: 10px 0 0 27px;
}
.abo .aside .rong::before {
  content: "";
  display: none;
  width: 235px;
  height: 179px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 10;
}
.abo .aside .rong img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.capital {
  margin: 60px 0 80px;
}
.capital .top h3 {
  height: 41px;
  background: url(../images/t1.png) no-repeat center left;
}
.capital .top h3 a {
  display: block;
  height: 41px;
  font-size: 30px;
  color: #444;
  line-height: 41px;
  font-weight: bold;
  padding: 0 0 0 60px;
  background: url(../images/title1.png) no-repeat center left;
  background-position-x: 97px;
  letter-spacing: 21px;
}
.capital .top i {
  display: block;
  margin: 13px 0 0;
}
.capital .top i img {
  display: block;
}
.capital .capitalslide {
  margin: 55px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list {
  width: 303px;
  height: 464px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalslide .bd li .art .list .img {
  display: block;
  width: 265px;
  height: 259px;
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  top: 19px;
  left: 19px;
}
.capital .capitalslide .bd li .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .art .list .text {
  padding: 0 0 0 32px;
  position: absolute;
  bottom: 21px;
  left: 20px;
  width: 265px;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .art .list .text::before {
  content: "";
  display: block;
  width: 18px;
  height: 132px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center;
  top: 13px;
  left: 0;
}
.capital .capitalslide .bd li .art .list .text .cond {
  display: block;
  font-size: 18px;
  color: #676767;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .text p {
  font-size: 14px;
  color: #b5b5b5;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  margin: 5px 0 0;
}
.capital .capitalslide .bd li .art .list .text .data {
  width: 110px;
  height: 33px;
  background: #ebebeb;
  border-radius: 17px;
  font-size: 14px;
  color: #696696;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list:hover {
  box-shadow: 5px 8px 13px 0px rgba(160, 110, 0, 0.1);
  border-radius: 8px;
}
.capital .capitalslide .bd li .art .list:hover .text .cond {
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .art .list:hover .text .data {
  color: #fff;
  background: #009e3d;
  box-shadow: 5px 8px 13px 0px rgba(130, 96, 0, 0.2);
}
.capital .capitalslide .bd li .art .list:nth-child(even) .img {
  position: absolute;
  top: auto;
  bottom: 19px;
}
.capital .capitalslide .bd li .art .list:nth-child(even) .text {
  top: 13px;
  bottom: auto;
}
.capital .capitalslide .bd li .reg {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 0;
  border-top: 1px dashed #d7d7d7;
  box-sizing: border-box;
  margin: 43px 0 0;
}
.capital .capitalslide .bd li .reg .list {
  width: 393px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .reg .list::before {
  content: "";
  display: block;
  width: 273px;
  height: 1px;
  position: absolute;
  background: #ebebeb;
  top: 120px;
  left: 0;
}
.capital .capitalslide .bd li .reg .list .tu {
  width: 105px;
  height: 105px;
  padding: 4px;
  background: #e3e3e3;
  border-radius: 50%;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .reg .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.capital .capitalslide .bd li .reg .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list .tu .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .reg .list .text {
  width: 270px;
}
.capital .capitalslide .bd li .reg .list .text .cond {
  display: block;
  font-size: 18px;
  color: #686868;
  line-height: 30px;
  padding: 0 0 0 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
  background: url(../images/title4.png) no-repeat center left;
}
.capital .capitalslide .bd li .reg .list .text p {
  font-size: 14px;
  color: #b5b5b5;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
}
.capital .capitalslide .bd li .reg .list .text .data {
  width: 110px;
  height: 33px;
  border: 1px solid #e3e3e3;
  border-radius: 17px;
  font-size: 14px;
  color: #696969;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 0 158px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list:hover .text .data {
  background: #07aa41;
  box-shadow: 5px 8px 13px 0px rgba(130, 96, 0, 0.2);
  color: #fff;
}
.capital .capitalslide .hd {
  width: 527px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -110px;
  right: 0;
  z-index: 50;
}
.capital .capitalslide .hd li {
  position: relative;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  border: 1px solid #888;
  box-sizing: border-box;
  border-radius: 50%;
  top: 22px;
  left: -33px;
}
.capital .capitalslide .hd li::after {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  position: absolute;
  background: #f0a500;
  border-radius: 3px;
  bottom: -5px;
  left: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  font-size: 18px;
  color: #504e4e;
  line-height: 50px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on::after {
  width: 73px;
}
.capital .capitalslide .hd .on a {
  font-weight: bold;
}
