.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;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.pro {
  margin: 70px 0 0;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  position: relative;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #b51f15;
  top: 8px;
  left: -45px;
}
.pro .box .top .zm {
  font-family: Arial;
  font-size: 32px;
  font-weight: 1000;
  line-height: 23px;
  color: #333;
  height: 23px;
}
.pro .box .top h3 {
  font-size: 24px;
  color: #333;
  line-height: 23px;
  margin: 15px 0 0;
}
.pro .box .more {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  padding-right: 63px;
  background: url(../images/more1.png) no-repeat center right;
}
.pro .warp {
  height: 912px;
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}
.pro .warp .aside {
  width: 280px;
  height: 912px;
  border: 1px solid #b51f15;
  box-sizing: border-box;
}
.pro .warp .aside .art {
  height: 120px;
  background: #b51f15 url(../images/title1.png) no-repeat center left;
  background-position-x: 40px;
  padding: 38px 0 0 99px;
  box-sizing: border-box;
}
.pro .warp .aside .art h3 {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  font-weight: bold;
}
.pro .warp .aside .art p {
  font-size: 14px;
  color: #fff;
  line-height: 11px;
  margin: 12px 0 0;
}
.pro .warp .aside .list {
  width: 258px;
  margin: 0 auto;
  height: 675px;
}
.pro .warp .aside .list li {
  padding: 0 60px 0 53px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 75px;
  border-bottom: 1px solid #dedede;
}
.pro .warp .aside .list li i {
  font-family: Arial;
  font-size: 18px;
  color: #999;
  line-height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s linear;
}
.pro .warp .aside .list li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .aside .list li .more {
  display: block;
  width: 45px;
  height: 75px;
  background: url(../images/more2.png) no-repeat center left;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s linear;
}
.pro .warp .aside .list li:hover {
  border-color: #b51f15;
}
.pro .warp .aside .list li:hover i {
  color: #b51f15;
}
.pro .warp .aside .list li:hover a {
  color: #b51f15;
  letter-spacing: 1px;
}
.pro .warp .aside .list li:hover .more {
  background: url(../images/more3.png) no-repeat center left;
}
.pro .warp .aside .tel {
  padding-left: 58px;
  background: url(../images/tel2.png) no-repeat center left;
  margin: 25px 0 0 23px;
}
.pro .warp .aside .tel i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 15px;
}
.pro .warp .aside .tel span {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 17px;
  font-weight: bold;
  margin: 15px 0 0;
}
.pro .warp .plaet {
  width: 960px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .warp .plaet li {
  width: 300px;
  height: 280px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  padding: 10px;
  box-sizing: border-box;
}
.pro .warp .plaet li .img {
  display: block;
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.pro .warp .plaet li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .warp .plaet li .img img:hover {
  transform: scale(1.1);
}
.pro .warp .plaet li .text {
  height: 65px;
  padding: 0 40px 0 32px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.pro .warp .plaet li .text::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #b51f15;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  margin-top: -3px;
}
.pro .warp .plaet li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .plaet li .text .more {
  width: 20px;
  height: 65px;
  background: url(../images/more4.png) no-repeat center right;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.pro .warp .plaet li:hover .text .cond {
  color: #b51f15;
  letter-spacing: 1px;
}
.abo {
  height: 1070px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 73px 0 0;
  box-sizing: border-box;
  margin: 70px 0 0;
  overflow: hidden;
}
.abo .warp {
  margin: 0 0 0 -40px;
  display: flex;
  justify-content: space-between;
}
.abo .warp .about {
  width: 680px;
  height: 490px;
  overflow: hidden;
}
.abo .warp .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .about img:hover {
  transform: scale(1.1);
}
.abo .warp .plaet {
  width: 580px;
  position: relative;
  margin: 38px 0 0;
}
.abo .warp .plaet .top {
  padding: 60px 0 0;
  background: url(../images/t1.png) no-repeat top left;
}
.abo .warp .plaet .top h3 {
  font-size: 24px;
  color: #b51f15;
  line-height: 24px;
  font-weight: bold;
}
.abo .warp .plaet .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin: 55px 0 0;
}
.abo .warp .plaet .text {
  font-size: 16px;
  color: #666;
  line-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 168px;
  margin: 10px 0 0;
}
.abo .warp .plaet .more {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 30px 0 0;
  display: block;
  position: relative;
}
.abo .warp .plaet .more::before {
  content: "";
  display: block;
  width: 154px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 14px;
  left: 108px;
}
.abo .warp .plaet .rong {
  width: 290px;
  height: 185px;
  position: absolute;
  top: 0;
  right: -120px;
  border-radius: 8px;
  overflow: hidden;
}
.abo .warp .plaet .rong::before {
  content: "";
  display: none;
  width: 140px;
  height: 185px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
}
.abo .warp .plaet .rong img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abo .aboslide {
  margin: 52px 0 0;
}
.abo .aboslide .hd {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.abo .aboslide .hd li a {
  display: block;
  width: 400px;
  height: 88px;
  background: #333;
  padding: 20px 0 0 160px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s linear;
}
.abo .aboslide .hd li a::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 16px;
  left: 63px;
  border-radius: 50%;
  transition: 0.5s linear;
}
.abo .aboslide .hd li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  position: absolute;
  background: #fff;
  opacity: 0.2;
  top: 23px;
  left: 134px;
}
.abo .aboslide .hd li a i {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}
.abo .aboslide .hd li a span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 10px;
  margin: 10px 0 0;
}
.abo .aboslide .hd .on a {
  background: #b51f15;
}
.abo .aboslide .hd li:nth-child(1) a::before {
  background: #fff url(../images/r1.png) no-repeat center;
}
.abo .aboslide .hd li:nth-child(2) a::before {
  background: #fff url(../images/r2.png) no-repeat center;
}
.abo .aboslide .hd li:nth-child(3) a::before {
  background: #fff url(../images/r3.png) no-repeat center;
}
.abo .aboslide .hd .on:nth-child(1) a::before {
  background: #fff url(../images/r1s.png) no-repeat center;
}
.abo .aboslide .hd .on:nth-child(2) a::before {
  background: #fff url(../images/r2s.png) no-repeat center;
}
.abo .aboslide .hd .on:nth-child(3) a::before {
  background: #fff url(../images/r3s.png) no-repeat center;
}
.abo .aboslide .bd li {
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
.abo .aboslide .bd li .list {
  width: 300px;
}
.abo .aboslide .bd li .list .tu {
  width: 300px;
  height: 225px;
  background: #eee;
  padding: 10px;
  box-sizing: border-box;
}
.abo .aboslide .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .aboslide .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .aboslide .bd li .list .tu .img img:hover {
  transform: scale(1.1);
}
.abo .aboslide .bd li .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reason {
  background: url(../images/reason.jpg) no-repeat center top;
  background-position-y: 281px;
  margin: 70px 0 0;
}
.reason .top .zm {
  font-family: Arial;
  font-size: 44px;
  color: #333;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}
.reason .top .zm i {
  color: #b51f15;
  font-family: Arial;
  font-size: 44px;
  font-weight: bold;
}
.reason .top h3 {
  font-size: 24px;
  color: #333;
  line-height: 23px;
  text-align: center;
  margin: 25px 0;
}
.reason .top p {
  font-size: 16px;
  color: #999;
  line-height: 15px;
  text-align: center;
  letter-spacing: 2px;
}
.reason .list {
  margin: 50px 0 0;
}
.reason .list li {
  display: flex;
  justify-content: space-between;
}
.reason .list li .aside {
  width: 552px;
}
.reason .list li .aside .art {
  width: 552px;
  height: 138px;
  background: url(../images/title2.png) no-repeat top left;
  display: flex;
}
.reason .list li .aside .art .warp {
  width: 125px;
  height: 125px;
  padding: 25px 0 0;
  box-sizing: border-box;
}
.reason .list li .aside .art .warp i {
  display: block;
  font-family: Arial;
  font-size: 40px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.reason .list li .aside .art .warp span {
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  margin: 8px 0 0;
  color: #fff;
  display: block;
}
.reason .list li .aside .art .reg {
  margin: 27px 0 0 32px;
}
.reason .list li .aside .art .reg i {
  display: block;
  font-size: 28px;
  color: #b51f15;
  line-height: 30px;
  font-weight: bold;
}
.reason .list li .aside .art .reg span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 13px;
  margin: 25px 0 0;
}
.reason .list li .aside .text {
  width: 485px;
  font-size: 16px;
  color: #666;
  line-height: 42px;
  margin: 0 0 0 83px;
}
.reason .list li:nth-child(1) {
  margin: 0 0 33px 0;
}
.reason .list li:nth-child(1) .aside {
  margin: 60px 0 0;
}
.reason .list li:nth-child(2) {
  margin: 0 0 40px 0;
}
.reason .list li:nth-child(2) .aside {
  margin: 60px 0 0;
}
.reason .list li:nth-child(3) {
  margin: 0 0 60px 0;
}
.reason .list li:nth-child(3) .aside {
  margin: 80px 0 0;
}
.reason .list li:nth-child(4) .aside {
  margin: 32px 0 0;
}
.case {
  height: 1200px;
  background: url(../images/case.jpg) no-repeat center top;
  margin: 70px 0 0;
  padding: 72px 0 0;
  box-sizing: border-box;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  position: relative;
}
.case .box .top::before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #b51f15;
  top: 8px;
  left: -45px;
}
.case .box .top .zm {
  font-family: Arial;
  font-size: 32px;
  font-weight: 1000;
  line-height: 23px;
  color: #333;
  height: 23px;
}
.case .box .top h3 {
  font-size: 24px;
  color: #333;
  line-height: 23px;
  margin: 15px 0 0;
}
.case .box .tel {
  font-size: 20px;
  color: #333;
  line-height: 60px;
  padding-left: 65px;
  background: url(../images/tel3.png) no-repeat center left;
}
.case .box .tel i {
  font-family: Arial;
  font-size: 24px;
  color: #333;
  line-height: 60px;
  font-weight: bold;
}
.case .list {
  display: flex;
  justify-content: space-between;
  margin: 48px 0 0;
}
.case .list li {
  position: relative;
}
.case .list li::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  background: #ddd;
  top: 20px;
  right: 0;
}
.case .list li a {
  display: block;
  width: 140px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 88px;
  padding: 65px 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .list li a::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}
.case .list li:hover a {
  color: #b51f15;
}
.case .list li:hover a::before {
  border: solid 1px #b51f15;
}
.case .list li:nth-child(1) a::before {
  background: url(../images/ico1.png) no-repeat center top;
}
.case .list li:nth-child(2) a::before {
  background: url(../images/ico2.png) no-repeat center top;
}
.case .list li:nth-child(3) a::before {
  background: url(../images/ico3.png) no-repeat center top;
}
.case .list li:nth-child(4) a::before {
  background: url(../images/ico4.png) no-repeat center top;
}
.case .list li:nth-child(5) a::before {
  background: url(../images/ico5.png) no-repeat center top;
}
.case .list li:nth-child(6) a::before {
  background: url(../images/ico6.png) no-repeat center top;
}
.case .list li:nth-child(7) a::before {
  background: url(../images/ico7.png) no-repeat center top;
}
.case .list li:nth-child(8)::before {
  display: none;
}
.case .list li:nth-child(8) a::before {
  background: url(../images/ico8.png) no-repeat center top;
}
.case .warp {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.case .warp .aside {
  width: 820px;
}
.case .warp .aside .tu {
  width: 820px;
  height: 615px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  background: #fff;
}
.case .warp .aside .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .warp .aside .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .warp .aside .tu .img img:hover {
  transform: scale(1.1);
}
.case .warp .aside .text {
  width: 790px;
  margin: 35px 0 0 30px;
}
.case .warp .aside .text .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .warp .aside .text p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 10px 0;
}
.case .warp .aside .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  position: relative;
}
.case .warp .aside .text .more::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  background: #999;
  bottom: 0;
  left: 0;
}
.case .warp .aside:hover .text .cond {
  color: #b51f15;
  letter-spacing: 1px;
}
.case .warp .caseslide {
  width: 400px;
  height: 700px;
}
.case .warp .caseslide .tempWrap {
  height: 700px !important;
  overflow: hidden;
}
.case .warp .caseslide .bd li {
  width: 400px;
  margin-bottom: 30px;
}
.case .warp .caseslide .bd li .art {
  width: 370px;
  margin-left: 30px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.case .warp .caseslide .bd li .art .img {
  display: block;
  width: 100%;
  height: 258px;
  overflow: hidden;
}
.case .warp .caseslide .bd li .art .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .warp .caseslide .bd li .art .img img:hover {
  transform: scale(1.1);
}
.case .warp .caseslide .bd li .art .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .warp .caseslide .bd li .art i {
  width: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  font-family: Arial;
  font-size: 12px;
  color: #aaa;
  line-height: 30px;
  writing-mode: tb-rl;
}
.case .warp .caseslide .bd li .art i b {
  margin-bottom: 10px;
}
.case .warp .caseslide .arr {
  width: 48px;
  height: 95px;
  background: url(../images/arr-case.png) no-repeat center;
  margin: 30px 0 0 190px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.case .warp .caseslide .arr .prev {
  width: 48px;
  height: 30px;
  cursor: pointer;
}
.case .warp .caseslide .arr .next {
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.service {
  height: 381px;
  background: url(../images/service.jpg) no-repeat center top;
  padding: 50px 0 0;
  box-sizing: border-box;
}
.service .contents {
  display: flex;
  justify-content: space-between;
}
.service .aside {
  padding: 46px 0 0;
  background: url(../images/Service.png) no-repeat top left;
  width: 338px;
  margin: 56px 0 0;
  position: relative;
}
.service .aside::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  background: #fff;
  top: 85px;
  left: 0;
}
.service .aside h3 {
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  letter-spacing: 2px;
}
.service .serviceslide {
  width: 870px;
  position: relative;
}
.service .serviceslide .bd {
  width: 870px;
}
.service .serviceslide .bd li {
  width: 185px;
  padding: 36px 0 0;
  box-sizing: border-box;
  margin: 0 44px 0 0;
  position: relative;
}
.service .serviceslide .bd li .num {
  width: 72px;
  height: 72px;
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  line-height: 72px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 17px;
  transition: 0.5s linear;
}
.service .serviceslide .bd li .art {
  width: 184px;
  height: 216px;
  background: url(../images/line1.png) no-repeat center top;
  box-sizing: border-box;
  padding: 53px 0 0;
  position: relative;
  transition: 0.5s linear;
}
.service .serviceslide .bd li .art::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  background: #fff;
  top: 107px;
  left: 50%;
  transform: translateX(-50%);
}
.service .serviceslide .bd li .art i {
  display: flex;
  justify-content: center;
}
.service .serviceslide .bd li .art i img {
  display: block;
}
.service .serviceslide .bd li .art span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin: 53px 0 11px;
}
.service .serviceslide .bd li .art b {
  display: block;
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  line-height: 10px;
  text-align: center;
  margin: 20px 0 0;
  opacity: 0;
  transition: 0.5s linear;
}
.service .serviceslide .bd li:hover .num {
  border-radius: 50%;
  background: #fff;
  color: #b51f15;
}
.service .serviceslide .bd li:hover .art {
  background: url(../images/line2.png) no-repeat center top;
}
.service .serviceslide .bd li:hover .art b {
  opacity: 1;
  margin: 0;
}
.service .serviceslide .arr {
  width: 97px;
  height: 40px;
  background: url(../images/arrSERVICE.png) no-repeat center;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 6px;
  left: -413px;
  z-index: 10;
}
.service .serviceslide .arr .prev {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.service .serviceslide .arr .next {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.capital {
  margin: 70px 0 0;
}
.capital .capitalslide {
  position: relative;
}
.capital .capitalslide .bd li .aside {
  width: 978px;
  height: 335px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
  border: solid 5px #ffffff;
  overflow: hidden;
  padding: 0 165px 0 0;
  box-sizing: border-box;
  margin: 0 0 0 300px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.capital .capitalslide .bd li .aside .img {
  display: block;
  width: 382px;
  height: 100%;
  overflow: hidden;
}
.capital .capitalslide .bd li .aside .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .aside .text {
  width: 363px;
  position: relative;
  margin: 30px 0 0;
}
.capital .capitalslide .bd li .aside .text .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 80px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 0 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .aside .text p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
  margin: 15px 0 0;
}
.capital .capitalslide .bd li .aside .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  background: url(../images/more5.png) no-repeat center left;
  background-position-x: 90px;
  margin: 30px 0 0;
}
.capital .capitalslide .bd li .aside .data {
  width: 70px;
  position: absolute;
  top: 93px;
  right: 44px;
}
.capital .capitalslide .bd li .aside .data i {
  font-family: Arial;
  font-size: 44px;
  color: #b51f15;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.capital .capitalslide .bd li .aside .data span {
  display: block;
  width: 70px;
  height: 24px;
  background: #b51f15;
  border-radius: 5px;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin: 13px 0 0;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .art .list {
  width: 382px;
  padding: 0 0 0 17px;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalslide .bd li .art .list::before {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  position: absolute;
  background: #333;
  top: 28px;
  left: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .cond {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  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;
  height: 60px;
}
.capital .capitalslide .bd li .art .list .data i {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 60px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .data .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 60px;
  background: url(../images/more5.png) no-repeat center right;
  padding: 0 48px 0 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list:hover::before {
  background: #b51f15;
}
.capital .capitalslide .bd li .art .list:hover .cond {
  color: #b51f15;
  letter-spacing: 1px;
  font-weight: bold;
}
.capital .capitalslide .bd li .art .list:hover .data i {
  color: #b51f15;
}
.capital .capitalslide .bd li .art .list:hover .data .more {
  color: #b51f15;
  background: url(../images/more6.png) no-repeat center right;
}
.capital .capitalslide .hd {
  width: 180px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 50;
}
.capital .capitalslide .hd li {
  border-radius: 0px 26px 26px 0px;
  margin-bottom: 20px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  height: 52px;
  width: 180px;
  padding: 0 0 0 62px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 52px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
  background-position-x: 22px;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
  background-position-x: 22px;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
  background-position-x: 22px;
}
.capital .capitalslide .hd .on:nth-child(1) a {
  background: url(../images/nt1s.png) no-repeat center left;
  background-position-x: 22px;
}
.capital .capitalslide .hd .on:nth-child(2) a {
  background: url(../images/nt2s.png) no-repeat center left;
  background-position-x: 22px;
}
.capital .capitalslide .hd .on:nth-child(3) a {
  background: url(../images/nt3s.png) no-repeat center left;
  background-position-x: 22px;
}
.capital .capitalslide .hd .on {
  background: #b51f15;
}
.capital .capitalslide .hd .on a {
  color: #fff;
}
.capital .capitalslide .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.capital .capitalslide .top::before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #b51f15;
  top: 8px;
  left: -45px;
}
.capital .capitalslide .top .zm {
  font-family: Arial;
  font-size: 32px;
  font-weight: 1000;
  line-height: 23px;
  color: #333;
  height: 23px;
}
.capital .capitalslide .top h3 a {
  font-size: 24px;
  color: #333;
  line-height: 23px;
  margin: 15px 0 0;
  display: block;
}
.link {
  margin: 40px 0 50px;
}
.link .center {
  width: 1350px;
  margin: 0 auto;
  min-height: 53px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 38px;
}
.link p {
  font-size: 16px;
  color: #b51f15;
  line-height: 30px;
  flex: 1;
  position: relative;
}
.link p::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  background: #bbb;
  top: 8px;
  left: 85px;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 91%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  transition: 0.2s ease-out;
}
.link .lj a:hover {
  color: #b51f15;
  transform: translateY(-4px);
}
.link .lj a i {
  margin: 0 15px;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
