.contents {
  width: 1300px;
  margin: 0 auto;
}
.w2 {
  width: 100%;
  height: 100%;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.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-top: 100px;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  margin-top: 10px;
  width: 272px;
  padding: 56px 0 0 29px;
  background: url(../images/t1.png) no-repeat top left;
  box-sizing: border-box;
}
.pro .box .top h3 a {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.pro .box .hds {
  width: 1167px;
  height: 100px;
  background: #c54138;
  border-radius: 50px 0px 0px 50px;
  margin-right: -310px;
  display: flex;
  padding: 0 0 0 56px;
  box-sizing: border-box;
}
.pro .box .hds li {
  position: relative;
  margin-right: 40px;
}
.pro .box .hds li::before {
  content: "";
  display: block;
  width: 21px;
  height: 0;
  position: absolute;
  background: url(../images/ico1.png) no-repeat center bottom;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s linear;
}
.pro .box .hds li::after {
  content: "";
  display: block;
  width: 21px;
  height: 0;
  position: absolute;
  background: url(../images/ico1.png) no-repeat center bottom;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s linear;
}
.pro .box .hds li a {
  max-width: 120px;
  display: block;
  font-size: 15px;
  line-height: 100px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .box .hds li:hover::before {
  height: 10px;
}
.pro .box .hds li:hover::after {
  height: 10px;
}
.pro .warp {
  margin-top: 53px;
}
.pro .warp .art {
  display: flex;
  justify-content: space-between;
}
.pro .warp .art .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 630px;
  height: 295px;
  background: #fff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 0 12px 0 30px;
  transition: 0.2s ease-out;
}
.pro .warp .art .list .text {
  width: 266px;
}
.pro .warp .art .list .text .cond {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .art .list .text p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 25px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 100px;
}
.pro .warp .art .list .text .more {
  margin-top: 30px;
  display: block;
  width: 50px;
  height: 27px;
  background: url(../images/more1.png) no-repeat center;
  border-radius: 0;
}
.pro .warp .art .list .tu {
  position: relative;
  width: 280px;
  height: 270px;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 5;
  overflow: hidden;
}
.pro .warp .art .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 270px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .warp .art .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .art .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .warp .art .list .tu .img {
  border-radius: 6px;
  overflow: hidden;
}
.pro .warp .art .list:hover {
  border-color: #c54138;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.pro .warp .art .list:hover .text .cond {
  letter-spacing: 1px;
}
.pro .warp .art .list:hover .tu .img img {
  transform: scale(1.1);
}
.pro .warp .reg {
  position: relative;
  display: flex;
  margin-top: 42px;
}
.pro .warp .reg .bd li {
  width: 410px;
  margin-right: 35px;
  transition: 0.2s ease-out;
}
.pro .warp .reg .bd li .tu {
  position: relative;
  width: 410px;
  height: 310px;
  border-radius: 6px;
  z-index: 5;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.5s linear;
}
.pro .warp .reg .bd li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 410px;
  height: 310px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .warp .reg .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .reg .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .warp .reg .bd li .text {
  position: relative;
  padding: 0 60px 0 29px;
  box-sizing: border-box;
  margin-top: 28px;
}
.pro .warp .reg .bd li .text::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  top: 9px;
  left: 4px;
}
.pro .warp .reg .bd li .text .cond {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .reg .bd li .text em {
  margin-top: 12px;
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #b3b3b3;
  font-family: Arial, Helvetica, sans-serif;
}
.pro .warp .reg .bd li .text .more {
  position: absolute;
  top: 20px;
  right: 10px;
  display: block;
  width: 34px;
  height: 23px;
  background: url(../images/more2.png) no-repeat center;
}
.pro .warp .reg .bd li:hover {
  /* transform: translateY(-5px); */
}
.pro .warp .reg .bd li:hover .tu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro .warp .reg .bd li:hover .tu .img img {
  transform: scale(1.1);
}
.pro .warp .reg .bd li:hover .text .cond {
  letter-spacing: 1px;
}
.pro .warp .reg .prev {
  position: absolute;
  top: 34%;
  left: -112px;
  width: 52px;
  height: 52px;
  background: url(../images/prev-pro.png) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #d5d5d5;
}
.pro .warp .reg .next {
  position: absolute;
  top: 34%;
  right: -112px;
  width: 52px;
  height: 52px;
  background: url(../images/next-pro.png) no-repeat center;
  cursor: pointer;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}
.reason {
  margin-top: 90px;
  background: url(../images/rea.jpg) no-repeat center bottom;
  overflow: hidden;
  box-sizing: border-box;
}
.reason .contents {
  position: relative;
}
.reason .contents::before {
  content: "";
  display: block;
  width: 1610px;
  height: 1px;
  position: absolute;
  background: #f2f5f5;
  bottom: 0;
  right: -310px;
}
.reason .dec {
  position: absolute;
  top: 0;
  left: -205px;
}
.reason .top {
  position: absolute;
  top: 168px;
  left: 60px;
  z-index: 10;
  padding: 56px 0 0 29px;
  box-sizing: border-box;
  width: 351px;
  background: url(../images/t5.png) no-repeat top left;
}
.reason .top h3 {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.reason .reasonslide {
  position: relative;
  width: 1610px;
  margin-right: -310px;
}
.reason .reasonslide .bds li .ys {
  width: 1610px;
  height: 399px;
}
.reason .reasonslide .bds li .ys img {
  display: block;
  width: 1610px;
  height: 399px;
}
.reason .reasonslide .hd {
  display: flex;
}
.reason .reasonslide .hd li {
  position: relative;
  width: 325px;
  height: 337px;
}
.reason .reasonslide .hd li .art {
  padding: 82px 0 0;
  box-sizing: border-box;
}
.reason .reasonslide .hd li .art i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: none;
  border-radius: 50%;
  border: dashed 1px #ccc;
  box-sizing: border-box;
  margin: 0 auto;
}
.reason .reasonslide .hd li .art i img {
  display: block;
}
.reason .reasonslide .hd li .art span {
  display: block;
  margin-top: 39px;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  text-align: center;
}
.reason .reasonslide .hd li .art em {
  margin-top: 15px;
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.reason .reasonslide .hd li .reg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 325px;
  height: 0;
  background: #c54138;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .reg::before {
  content: "";
  display: block;
  width: 249px;
  height: 3px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center;
  top: 135px;
  left: 38px;
}
.reason .reasonslide .hd li .reg b {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.reason .reasonslide .hd li .reg em {
  margin-top: 15px;
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.25;
  text-align: center;
  text-transform: uppercase;
}
.reason .reasonslide .hd li .reg p {
  width: 260px;
  margin: 70px auto 0;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.reason .reasonslide .hd .on .reg {
  padding: 60px 0 0;
  height: 337px;
}
.abo {
  margin-top: 98px;
  height: 1020px;
  background: url(../images/abo.jpg) no-repeat center top;
  background-size: 110%;
  animation: identifier 6s linear alternate infinite;
}
.abo .contents {
  position: relative;
  padding: 172px 0 0 0;
  box-sizing: border-box;
  z-index: 50;
}
.abo .contents::before {
  content: "";
  display: block;
  width: 1610px;
  height: 626px;
  position: absolute;
  background: rgba(0, 7, 44, 0.55);
  top: 0;
  right: -310px;
  border-radius: 0px 0px 0px 120px;
  z-index: -1;
}
.abo .boxwarp {
  width: 960px;
  margin-left: 340px;
}
.abo .boxwarp::before {
  content: "";
  display: block;
  width: 476px;
  height: 135px;
  position: absolute;
  background: url(../images/t2.png) no-repeat center;
  top: 133px;
  left: -178px;
}
.abo .boxwarp .item {
  font-size: 28px;
  line-height: 27px;
  color: #fff;
  font-weight: bold;
}
.abo .boxwarp .text {
  margin-top: 45px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
}
.abo .boxwarp .more {
  margin-top: 100px;
  display: block;
  width: 115px;
  height: 37px;
  background: url(../images/more3.png) no-repeat center;
  border-radius: 0;
  box-sizing: border-box;
}
.abo .boxwarp .more a {
  width: 115px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 37px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}
.abo .aboslide {
  position: relative;
  z-index: 10;
  margin-top: 147px;
  margin: 147px -160px 0;
}
.abo .aboslide .hds {
  position: absolute;
  top: -195px;
  left: 844px;
  display: flex;
}
.abo .aboslide .hds li {
  margin-right: 80px;
  width: 170px;
  height: 60px;
  background: none;
  border-radius: 0;
}
.abo .aboslide .hds li a {
  display: flex;
}
.abo .aboslide .hds li a i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px dashed #fff;
  border-radius: 50%;
  transition: 0.5s linear;
}
.abo .aboslide .hds li a i img {
  display: block;
  position: absolute;
}
.abo .aboslide .hds li a span {
  display: block;
  margin-left: 20px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .aboslide .hds li:hover a i {
  border: 1px solid #fff;
  background: #c54138;
}
.abo .aboslide .art {
  width: 1300px;
  margin: 35px auto 0;
}
.abo .aboslide .art .bd li {
  width: 299px;
float: left;
  flex-wrap: wrap;
  margin-right: 35px;
}
.abo .aboslide .art .bd li .list {
  width: 299px;
  height: 270px;
  background: #fff;
  border-radius: 6px;
  padding: 10px 10px 0;
  box-sizing: border-box;
  margin-right: 34px;
}
.abo .aboslide .art .bd li .list .tu {
  position: relative;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 5;
  overflow: hidden;
}
.abo .aboslide .art .bd li .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.abo .aboslide .art .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .aboslide .art .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.abo .aboslide .art .bd li .list .cond {
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.abo .aboslide .art .bd li .list:hover .tu .img img {
  transform: scale(1.1);
}
.abo .aboslide .art .bd li .list:hover .cond {
  color: #c54138;
  letter-spacing: 1px;
}
.abo .aboslide .art .bd li .list:last-child {
  margin-right: 0;
}
.abo .aboslide .prev {
  position: absolute;
  top: 109px;
  left: 0;
  font-size: 18px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  width: 99px;
  height: 30px;
  background: url(../images/prev-abo.png) no-repeat center bottom;
  cursor: pointer;
}
.abo .aboslide .next {
  position: absolute;
  top: 109px;
  right: 0;
  font-size: 18px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  width: 99px;
  height: 30px;
  background: url(../images/next-abo.png) no-repeat center bottom;
  cursor: pointer;
}
.case {
  height: 824px;
  background: url(../images/case.jpg) no-repeat center bottom;
  padding: 90px 0 0 0;
  box-sizing: border-box;
}
.case .contents {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.case .dec {
  position: absolute;
  top: 417px;
  right: -196px;
}
.case .aside {
  width: 649px;
}
.case .aside .top {
  padding: 56px 0 0 30px;
  background: url(../images/t3.png) no-repeat top left;
}
.case .aside .top h3 {
  font-size: 28px;
  line-height: 27px;
  color: #333;
  font-weight: bold;
}
.case .aside .list {
  position: relative;
  margin-top: 45px;
  width: 649px;
  height: 493px;
  background: #fff;
  border-radius: 40px 6px 40px 6px;
  border: 6px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out;
}
.case .aside .list .tu {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 40px 6px 40px 6px;
  z-index: 5;
  overflow: hidden;
}
.case .aside .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .aside .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .aside .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case .aside .list .text {
  position: absolute;
  top: 76px;
  left: 39px;
  z-index: 50;
  width: 60px;
  height: 348px;
  background: #fff;
  border-radius: 30px;
  padding: 70px 0 0;
  box-sizing: border-box;
}
.case .aside .list .text .cond {
  display: block;
  height: 205px;
  font-size: 18px;
  line-height: 60px;
  color: #333;
  writing-mode: vertical-rl;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .aside .list .text .more {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/more4.png) no-repeat center;
  border-radius: 0;
  margin: 10px auto 0;
}
.case .aside .list:hover {
  transform: translateY(-5px);
}
.case .plaet {
  width: 625px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.case .plaet .list {
  width: 299px;
  height: 300px;
  background: none;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 10px 10px 0;
  margin-bottom: 50px;
  margin-right: 25px;
  transition: 0.2s ease-out;
}
.case .plaet .list .tu {
  position: relative;
  width: 100%;
  height: 213px;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 5;
  overflow: hidden;
}
.case .plaet .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 213px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .plaet .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .plaet .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case .plaet .list .cond {
  display: block;
  height: 67px;
  font-size: 16px;
  line-height: 67px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .plaet .list:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.case .plaet .list:hover .tu .img img {
  transform: scale(1.1);
}
.case .plaet .list:hover .cond {
  color: #c54138;
  letter-spacing: 1px;
}
.case .plaet .list:nth-child(2n) {
  margin-right: 0;
}
.capital {
  margin-top: 80px;
  margin-bottom: 70px;
}
.capital .box {
  display: flex;
  justify-content: space-between;
}
.capital .box .top {
  width: 208px;
  height: 90px;
  background: url(../images/t4.png) no-repeat top left;
  border-radius: 0;
  padding: 56px 0 0 29px;
  box-sizing: border-box;
}
.capital .box .top h3 {
  font-size: 28px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.capital .box .more {
  margin-top: 38px;
  width: 115px;
  height: 37px;
  background: url(../images/more3.png) no-repeat center;
  border-radius: 0;
  box-sizing: border-box;
  padding-left: 16px;
  font-size: 12px;
  line-height: 37px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}
.capital .capitalslide {
  margin-top: 42px;
  position: relative;
}
.capital .capitalslide .hd {
  position: absolute;
  top: -94px;
  right: 175px;
  width: 396px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li {
  position: relative;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background: #727272;
  top: 38px;
  left: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  font-size: 20px;
  line-height: 35px;
  color: #333;
}
.capital .capitalslide .hd .on::before {
  width: 80px;
}
.capital .capitalslide .bd li {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .aside {
  width: 685px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.capital .capitalslide .bd li .aside .list {
  width: 332px;
  height: 234px;
  background: none;
  border-radius: 0;
  border: solid 1px #f5f5f5;
  padding: 31px 23px 0;
  transition: 0.2s ease-out;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 10px;
}
.capital .capitalslide .bd li .aside .list .item {
  display: flex;
  justify-content: space-between;
  height: 65px;
  border-bottom: 1px solid #e8e9eb;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .aside .list .item .data b {
  display: block;
  font-size: 26px;
  line-height: 20px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.capital .capitalslide .bd li .aside .list .item .data span {
  margin-top: 11px;
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.capital .capitalslide .bd li .aside .list .item .more {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/more5.png) no-repeat center;
  border-radius: 0;
}
.capital .capitalslide .bd li .aside .list .cond {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .list p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #bdbdbd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.capital .capitalslide .bd li .aside .list:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  border-radius: 4px;
}
.capital .capitalslide .bd li .aside .list:hover .cond {
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .aside .list:nth-child(2n) {
  margin-right: 0;
}
.capital .capitalslide .bd li .plaet {
  width: 596px;
  height: 478px;
  border: solid 1px #f5f5f5;
  box-sizing: border-box;
  padding: 20px 20px 0;
  transition: 0.2s ease-out;
}
.capital .capitalslide .bd li .plaet .tu {
  position: relative;
  width: 100%;
  height: 348px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.capital .capitalslide .bd li .plaet .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 348px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .capitalslide .bd li .plaet .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .text {
  position: relative;
  margin-top: 26px;
  padding: 0 95px 0 0;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .plaet .text .cond {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .text p {
  font-size: 14px;
  line-height: 30px;
  color: #bdbdbd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .plaet .text .data {
  position: absolute;
  top: 8px;
  right: 0;
}
.capital .capitalslide .bd li .plaet .text .data b {
  display: block;
  font-size: 26px;
  line-height: 20px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.capital .capitalslide .bd li .plaet .text .data span {
  margin-top: 11px;
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.capital .capitalslide .bd li .plaet:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.capital .capitalslide .bd li .plaet:hover .tu .img img {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .plaet:hover .text .cond {
  letter-spacing: 1px;
}
@keyframes identifier {
  to {
    background-size: 100%;
  }
}
