.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: 85px 0 0;
}
.pro .top {
  padding: 75px 0 0;
  background: url(../images/t1.png) no-repeat center top;
}
.pro .top h3 a {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #333;
  text-align: center;
}
.pro .warp {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.pro .warp .asidebox {
  width: 258px;
  height: 907px;
  box-shadow: 0px 6px 23px 6px rgba(51, 51, 51, 0.06);
  border-radius: 10px;
  overflow: hidden;
}
.pro .warp .asidebox h3 {
  height: 82px;
  background: #000 url(../images/title1.png) no-repeat center left;
  background-position-x: 53px;
  font-size: 20px;
  line-height: 82px;
  color: #fff;
  padding-left: 96px;
  box-sizing: border-box;
}
.pro .warp .asidebox .hd {
  margin: 20px 0 0;
}
.pro .warp .asidebox .hd li {
  position: relative;
  width: 236px;
  height: 60px;
  background: #fafafa;
  border-radius: 0px 30px 30px 0px;
  margin-bottom: 20px;
  transition: 0.5s linear;
}
.pro .warp .asidebox .hd li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 25px;
  left: 29px;
  border-radius: 50%;
  background: #ddd;
}
.pro .warp .asidebox .hd li a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 0 0 55px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 60px;
  color: #333;
  transition: 0.5s linear;
}
.pro .warp .asidebox .hd li:hover {
  background: #9d2329 url(../images/title2.png) no-repeat center left;
  background-position-x: 15px;
}
.pro .warp .asidebox .hd li:hover::before {
  display: none;
}
.pro .warp .asidebox .hd li:hover a {
  color: #fff;
  font-weight: bold;
}
.pro .warp .plaet {
  width: 945px;
}
.pro .warp .plaet .bd li .aside {
  display: flex;
  justify-content: space-between;
}
.pro .warp .plaet .bd li .aside .tu {
  margin: 105px 0 0;
  position: relative;
  width: 455px;
  height: 305px;
  box-sizing: border-box;
  z-index: 10;
}
.pro .warp .plaet .bd li .aside .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 455px;
  height: 305px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .warp .plaet .bd li .aside .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .plaet .bd li .aside .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .warp .plaet .bd li .aside .text {
  position: relative;
  width: 470px;
}
.pro .warp .plaet .bd li .aside .text::before {
  content: "";
  display: block;
  width: 547px;
  height: 84px;
  position: absolute;
  top: 50px;
  left: -80px;
  z-index: 60;
  pointer-events: none;
  background: url(../images/title4.png) no-repeat, center;
}
.pro .warp .plaet .bd li .aside .text .cond {
  display: block;
  height: 40px;
  padding: 0 0 0 54px;
  font-size: 24px;
  line-height: 40px;
  color: #333;
  background: url(../images/title3.png) no-repeat center left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .plaet .bd li .aside .text p {
  margin-top: 70px;
  margin-left: 20px;
  width: 435px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
}
.pro .warp .plaet .bd li .aside .text .more {
  margin: 100px 0 0;
  display: block;
  width: 155px;
  height: 54px;
  background: url(../images/more1.png) no-repeat center;
  padding: 0 0 0 19px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 54px;
  color: #333;
}
.pro .warp .plaet .bd li .art {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.pro .warp .plaet .bd li .art .list {
  width: 300px;
  margin-bottom: 25px;
  margin-right: 20px;
}
.pro .warp .plaet .bd li .art .list .tu {
  position: relative;
  width: 300px;
  height: 200px;
  box-sizing: border-box;
  z-index: 10;
  border: solid 2px #e9e9e9;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.5s linear;
}
.pro .warp .plaet .bd li .art .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 200px;
  pointer-events: none;
  background: #fafafa;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .warp .plaet .bd li .art .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .plaet .bd li .art .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .warp .plaet .bd li .art .list .text {
  position: relative;
  width: 100%;
  padding: 5px 80px 0 0;
  height: 65px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.pro .warp .plaet .bd li .art .list .text .cond {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .plaet .bd li .art .list .text em {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, Helvetica, sans-serif;
}
.pro .warp .plaet .bd li .art .list .text .more {
  position: absolute;
  top: 17px;
  right: 0;
  display: block;
  width: 43px;
  height: 36px;
  background: url(../images/more2.png) no-repeat center;
  transition: 0.5s linear;
}
.pro .warp .plaet .bd li .art .list:hover .tu {
  border-color: #9d2329;
}
.pro .warp .plaet .bd li .art .list:hover .tu .img img {
  transform: scale(1.1);
}
.pro .warp .plaet .bd li .art .list:hover .text {
  border-color: #9d2329;
}
.pro .warp .plaet .bd li .art .list:hover .text .cond {
  color: #9d2329;
  letter-spacing: 1px;
}
.pro .warp .plaet .bd li .art .list:hover .text .more {
  background: url(../images/more3.png) no-repeat center;
}
.pro .warp .plaet .bd li .art .list:nth-child(3n) {
  margin-right: 0;
}
.reason {
  margin: 60px 0 0;
  height: 857px;
  background: url(../images/reason.jpg) no-repeat center top;
  padding: 108px 0 0;
  box-sizing: border-box;
}
.reason .reasonslide {
  position: relative;
  display: flex;
}
.reason .reasonslide .aside .top {
  width: 465px;
  background: url(../images/t2.png) no-repeat center top;
  padding: 74px 0 0;
}
.reason .reasonslide .aside .top h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.reason .reasonslide .aside .hd {
  margin: 90px 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 350px;
}
.reason .reasonslide .aside .hd li {
  display: flex;
}
.reason .reasonslide .aside .hd li i {
  display: block;
  width: 52px;
  height: 52px;
}
.reason .reasonslide .aside .hd li .art {
  display: block;
  margin-left: 26px;
}
.reason .reasonslide .aside .hd li .art span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.reason .reasonslide .aside .hd li .art em {
  margin: 5px 0 0;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #949494;
  font-family: Arial, Helvetica, sans-serif;
}
.reason .reasonslide .plaet {
  width: 489px;
  height: 489px;
  margin-top: 22px;
  margin-left: 87px;
}
.reason .reasonslide .plaet li .ys {
  width: 489px;
  height: 489px;
  background: #eee;
  border-radius: 50%;
}
.reason .reasonslide .plaet li .ys img {
  display: block;
  width: 489px;
  height: 489px;
}
.reason .reasonslide .plaet li p {
  width: 680px;
  font-size: 16px;
  line-height: 36px;
  color: #ebebeb;
  text-align: center;
  margin-left: -134px;
  margin-top: 100px;
}
.reason .reasonslide .regbox {
  position: absolute;
  top: -35px;
  left: 500px;
  width: 596px;
  height: 596px;
  background: url(../images/yb.png) no-repeat center;
}
.reason .reasonslide .regbox i {
  position: absolute;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.reason .reasonslide .regbox i:nth-child(1) {
  top: 198px;
  left: -80px;
}
.reason .reasonslide .regbox i:nth-child(2) {
  top: 199px;
  left: 628px;
}
.reason .reasonslide .regbox i:nth-child(3) {
  top: 544px;
  left: 44px;
}
.reason .reasonslide .regbox i:nth-child(4) {
  top: 533px;
  left: 510px;
}
.reason .reasonslide .artwapr {
  width: 200px;
  position: absolute;
  top: 592px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .artwapr .pageState {
  display: flex;
  font-size: 30px;
  line-height: 57px;
  color: #fff;
}
.reason .reasonslide .artwapr .pageState span {
  display: block;
  font-size: 60px;
  line-height: 45px;
  color: #9d2329;
  font-weight: bold;
}
.reason .reasonslide .artwapr .arr {
  margin: 15px 0 0;
  width: 55px;
  height: 26px;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .artwapr .arr .prev {
  width: 16px;
  height: 26px;
  background: url(../images/prev-rea.png) no-repeat center;
  cursor: pointer;
}
.reason .reasonslide .artwapr .arr .next {
  width: 16px;
  height: 26px;
  background: url(../images/next-rea.png) no-repeat center;
  cursor: pointer;
}
.case {
  height: 1223px;
  background: url(../images/case.jpg) no-repeat center top;
  padding: 85px 0 0;
  box-sizing: border-box;
}
.case .top {
  padding: 73px 0 0;
  background: url(../images/t3.png) no-repeat center top;
}
.case .top h3 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  text-align: center;
}
.case .caseslide {
  position: relative;
  margin: 90px 0 0;
}
.case .caseslide .bd li {
  width: 1280px;
  height: 515px;
  position: relative;
}
.case .caseslide .bd li .text {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 20;
  width: 582px;
  height: 342px;
  background: #fff;
  box-shadow: 0px 6px 23px 6px rgba(51, 51, 51, 0.06);
  border-radius: 8px;
  padding: 52px 0 0 54px;
  box-sizing: border-box;
}
.case .caseslide .bd li .text::before {
  content: "";
  display: block;
  width: 69px;
  height: 2px;
  position: absolute;
  top: 146px;
  left: 59px;
  background: #9d2329;
}
.case .caseslide .bd li .text em {
  position: absolute;
  top: 52px;
  left: 54px;
  z-index: -1;
  display: block;
  font-size: 109px;
  line-height: 80px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: -1px;
  opacity: 0.03;
  font-weight: bold;
}
.case .caseslide .bd li .text .cond {
  display: block;
  width: 460px;
  height: 80px;
  font-size: 30px;
  line-height: 80px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .text p {
  margin: 40px 0 0;
  width: 462px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
}
.case .caseslide .bd li .text .more {
  margin: 25px 0 0;
  display: block;
  width: 43px;
  height: 36px;
  background: url(../images/ban-next.png) no-repeat center;
}
.case .caseslide .bd li .tu {
  margin-left: 470px;
  position: relative;
  width: 830px;
  height: 515px;
  box-sizing: border-box;
  z-index: 10;
}
.case .caseslide .bd li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 830px;
  height: 515px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .caseslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case .caseslide .bd li:hover .text .cond {
  color: #9d2329;
  letter-spacing: 1px;
}
.case .caseslide .bd li:hover .tu .img img {
  transform: scale(1.1);
}
.case .caseslide .arr {
  position: absolute;
  top: 433px;
  left: 307px;
  width: 164px;
  height: 82px;
  background: url(../images/arr-case.png) no-repeat center;
  display: flex;
  justify-content: space-between;
}
.case .caseslide .arr .prev {
  width: 82px;
  height: 82px;
  cursor: pointer;
}
.case .caseslide .arr .next {
  width: 82px;
  height: 82px;
  cursor: pointer;
}
.case .caseslide .regbox {
  position: absolute;
  top: 630px;
  left: -143px;
  padding: 55px 0 0;
}
.case .caseslide .regbox i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 12px;
  line-height: 28px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  writing-mode: vertical-lr;
}
.case .caseslide .regbox .hd {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 110px;
}
.case .caseslide .regbox .hd li {
  width: 28px;
  height: 28px;
  background: url(../images/cire1.png) no-repeat center;
  border-radius: 50%;
  border: solid 1px transparent;
  box-sizing: border-box;
}
.case .caseslide .regbox .hd .on {
  border-color: #333;
}
.case .listimg {
  margin: 87px 0 0;
  display: flex;
  justify-content: space-between;
}
.case .listimg li {
  width: 306px;
  height: 264px;
  border: 1px solid #ddd;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.case .listimg li .tu {
  position: relative;
  width: 100%;
  height: 205px;
  box-sizing: border-box;
  z-index: 10;
  border-radius: 4px;
  overflow: hidden;
}
.case .listimg li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 205px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .listimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .listimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case .listimg li .text {
  position: relative;
  width: 100%;
  height: 50px;
  padding-right: 40px;
  padding-left: 10px;
  box-sizing: border-box;
}
.case .listimg li .text .cond {
  display: block;
  font-size: 14px;
  line-height: 50px;
  color: #333;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .listimg li .text .more {
  position: absolute;
  top: 16px;
  right: 0;
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/more4.png) no-repeat center;
  transition: 0.5s linear;
}
.case .listimg li:hover .tu .img img {
  transform: scale(1.1);
}
.case .listimg li:hover .text .cond {
  color: #9d2329;
  letter-spacing: 1px;
}
.case .listimg li:hover .text .more {
  background: url(../images/more5.png) no-repeat center;
}
.abo {
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 70px 0 0;
  box-sizing: border-box;
}
.abo .contents {
  position: relative;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .about {
  margin: 112px 0 0;
  width: 562px;
  height: 392px;
  overflow: hidden;
}
.abo .warp .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .about img:hover {
  transform: scale(1.1);
}
.abo .warp .plaet {
  width: 665px;
}
.abo .warp .plaet .top {
  width: 288px;
  padding: 74px 0 0;
  background: url(../images/t4.png) no-repeat top left;
}
.abo .warp .plaet .top h3 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
}
.abo .warp .plaet .text {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 150px;
}
.abo .warp .plaet ul {
  width: 575px;
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
  background: url(../images/line1.png) no-repeat center;
}
.abo .warp .plaet ul li {
  width: 90px;
  height: 90px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.abo .warp .plaet ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.abo .warp .plaet ul li a i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 90px;
}
.abo .warp .plaet ul li a i img {
  display: block;
  position: absolute;
  transition: 0.5s linear;
}
.abo .warp .plaet ul li a i img:nth-child(1) {
  opacity: 1;
}
.abo .warp .plaet ul li a i img:nth-child(2) {
  opacity: 0;
}
.abo .warp .plaet ul li a span {
  margin: 10px 0 0;
  display: block;
  font-size: 14px;
  line-height: 15px;
  color: #666;
  text-align: center;
  transition: 0.5s linear;
}
.abo .warp .plaet ul .on {
  border-color: #9d2329;
}
.abo .warp .plaet ul .on a i img:nth-child(1) {
  opacity: 0;
}
.abo .warp .plaet ul .on a i img:nth-child(2) {
  opacity: 1;
}
.abo .warp .plaet ul .on a span {
  color: #9d2329;
}
.abo .aboslide {
  position: relative;
  margin: 30px 0 0 0;
}
.abo .aboslide .bd li {
  width: 308px;
  margin-right: 22px;
}
.abo .aboslide .bd li .item {
  width: 308px;
  height: 252px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 6px 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.abo .aboslide .bd li .item .tu {
  position: relative;
  width: 100%;
  height: 196px;
  box-sizing: border-box;
  z-index: 10;
  border-radius: 4px;
  overflow: hidden;
}
.abo .aboslide .bd li .item .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 196px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.abo .aboslide .bd li .item .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .aboslide .bd li .item .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.abo .aboslide .bd li .item .cond {
  display: block;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.abo .aboslide .bd li .item:hover {
  border-color: #9d2329;
}
.abo .aboslide .bd li .item:hover .tu .img img {
  transform: scale(1.1);
}
.abo .aboslide .bd li .item:hover .cond {
  color: #9d2329;
}
.abo .aboslide .prev {
  position: absolute;
  top: 96px;
  left: -98px;
  width: 60px;
  height: 60px;
  background: url(../images/prev-abo.png) no-repeat center;
  cursor: pointer;
}
.abo .aboslide .next {
  position: absolute;
  top: 96px;
  right: -98px;
  width: 60px;
  height: 60px;
  background: url(../images/next-abo.png) no-repeat center;
  cursor: pointer;
}
.abo .dec {
  position: absolute;
  top: 272px;
  right: -320px;
  width: 200px;
  height: 393px;
  background: url(../images/dec1.jpg) no-repeat center;
  padding: 69px 0 0 40px;
  box-sizing: border-box;
}
.abo .dec::before {
  content: "";
  display: block;
  width: 2px;
  height: 108px;
  position: absolute;
  top: 124px;
  left: 56px;
  background: #fff;
  opacity: 0.4;
}
.abo .dec i {
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 5px;
}
.abo .dec .art {
  margin: 169px 0 0;
}
.abo .dec .art span {
  display: block;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 5px;
}
.abo .dec .art em {
  margin: 24px 0 0;
  display: block;
  font-size: 60px;
  line-height: 42px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.capital {
  margin: 73px 0 0;
  height: 997px;
  background: #f8f8f8;
  padding: 80px 0 0;
  box-sizing: border-box;
}
.capital .warp .box {
  display: flex;
  justify-content: space-between;
}
.capital .warp .box .top {
  width: 342px;
  background: url(../images/t5.png) no-repeat top left;
  padding: 73px 0 0;
  box-sizing: border-box;
}
.capital .warp .box .top h3 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
}
.capital .warp .box .hd {
  position: relative;
  width: 525px;
  padding: 0 100px 0 0;
  box-sizing: border-box;
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.capital .warp .box .hd li .cond {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  padding-left: 36px;
  transition: 0.5s linear;
}
.capital .warp .box .hd li .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #666;
  display: none;
}
.capital .warp .box .hd .on .cond {
  color: #9d2329;
}
.capital .warp .box .hd .on .more {
  display: block;
}
.capital .warp .box .hd li:nth-child(1) .cond {
  background: url(../images/nt1.png) no-repeat center left;
}
.capital .warp .box .hd li:nth-child(2) .cond {
  background: url(../images/nt2.png) no-repeat center left;
}
.capital .warp .box .hd li:nth-child(3) .cond {
  background: url(../images/nt3.png) no-repeat center left;
}
.capital .warp .box .hd .on:nth-child(1) .cond {
  background: url(../images/nt1s.png) no-repeat center left;
}
.capital .warp .box .hd .on:nth-child(2) .cond {
  background: url(../images/nt2s.png) no-repeat center left;
}
.capital .warp .box .hd .on:nth-child(3) .cond {
  background: url(../images/nt3s.png) no-repeat center left;
}
.capital .warp .plaetbox {
  margin: 22px 0 0;
}
.capital .warp .plaetbox .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .warp .plaetbox .bd li .art .aside {
  position: relative;
  width: 588px;
  height: 528px;
  background: #fff;
  padding: 50px 68px 0 60px;
  box-sizing: border-box;
}
.capital .warp .plaetbox .bd li .art .aside::before {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  position: absolute;
  top: 76px;
  left: 457px;
  background: #aaa;
}
.capital .warp .plaetbox .bd li .art .aside .data {
  font-size: 36px;
  line-height: 26px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 1;
}
.capital .warp .plaetbox .bd li .art .aside .cond {
  margin: 20px 0 0;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .plaetbox .bd li .art .aside p {
  margin: 10px 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 90px;
}
.capital .warp .plaetbox .bd li .art .aside .tu {
  position: relative;
  width: 100%;
  height: 230px;
  box-sizing: border-box;
  z-index: 10;
}
.capital .warp .plaetbox .bd li .art .aside .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .warp .plaetbox .bd li .art .aside .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .warp .plaetbox .bd li .art .aside .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .warp .plaetbox .bd li .art .plaet {
  width: 640px;
}
.capital .warp .plaetbox .bd li .art .plaet .list {
  position: relative;
  width: 640px;
  padding: 40px 125px 0 0;
  height: 176px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.capital .warp .plaetbox .bd li .art .plaet .list .cond {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .plaetbox .bd li .art .plaet .list p {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.capital .warp .plaetbox .bd li .art .plaet .list .data {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 24px;
  line-height: 30px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .warp .plaetbox .bd li .art .plaet .list .more {
  position: absolute;
  top: 100px;
  right: 0;
  display: block;
  width: 43px;
  height: 36px;
  background: url(../images/more2.png) no-repeat center;
  transition: 0.5s linear;
}
.capital .warp .plaetbox .bd li .art .plaet .list:hover .cond {
  color: #9d2329;
  letter-spacing: 1px;
}
.capital .warp .plaetbox .bd li .art .plaet .list:hover .more {
  background: url(../images/more3.png) no-repeat center;
}
.capital .warp .plaetbox .bd li .art .plaet .list:last-child {
  border: none;
}
.capital .warp .plaetbox .bd li .reg {
  margin: 40px 0 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.capital .warp .plaetbox .bd li .reg::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 44px;
  left: 0;
  background: #ddd;
}
.capital .warp .plaetbox .bd li .reg .list {
  position: relative;
  width: 270px;
}
.capital .warp .plaetbox .bd li .reg .list::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 39px;
  left: 0;
  background: url(../images/cire2.jpg) no-repeat center;
  transition: 0.5s linear;
}
.capital .warp .plaetbox .bd li .reg .list .data {
  font-size: 24px;
  line-height: 20px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.5s linear;
}
.capital .warp .plaetbox .bd li .reg .list .cond {
  margin: 45px 0 0;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .plaetbox .bd li .reg .list p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
}
.capital .warp .plaetbox .bd li .reg .list:hover::before {
  background: url(../images/cire3.png) no-repeat center;
}
.capital .warp .plaetbox .bd li .reg .list:hover .data {
  color: #9d2329;
}
.capital .warp .plaetbox .bd li .reg .list:hover .cond {
  color: #9d2329;
  letter-spacing: 1px;
}
