.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: 70px 0 0;
  background: url(../images/pro.jpg) no-repeat center top;
  background-position-y: 519px;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  position: relative;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 208px;
  height: 2px;
  position: absolute;
  top: 90px;
  left: -96px;
  background: #333;
}
.pro .box .top p {
  display: flex;
  height: 70px;
  font-size: 66px;
  line-height: 80px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.pro .box .top p i {
  font-size: 90px;
  line-height: 70px;
  color: #004da1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.pro .box .top h3 {
  margin: 40px 0 0;
}
.pro .box .top h3 a {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #333;
}
.pro .box .top em {
  display: block;
  font-size: 14px;
  line-height: 10px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0 0;
}
.pro .box .art .ser {
  position: relative;
  width: 380px;
  height: 60px;
  border: 1px solid #dedede;
  border-radius: 30px;
  padding: 0 60px 0 30px;
  box-sizing: border-box;
}
.pro .box .art .ser input {
  font-size: 14px;
  line-height: 60px;
  color: #999;
  background: none;
}
.pro .box .art .ser input::placeholder {
  font-size: 14px;
  line-height: 60px;
  color: #999;
}
.pro .box .art .ser button {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 50px;
  height: 50px;
  background: url(../images/ser.png) no-repeat center;
  border: none;
  cursor: pointer;
}
.pro .box .art p {
  display: flex;
  margin: 20px 0 0 30px;
}
.pro .box .art p i {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  display: block;
}
.pro .box .art p span {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.pro .proslide {
  margin: 66px -60px 0;
  position: relative;
  width: 1400px;
  height: 170px;
  background: #fff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.pro .proslide::before {
  content: "";
  display: block;
  width: 250px;
  height: 205px;
  position: absolute;
  top: -16px;
  left: 287px;
  background: #004da1;
}
.pro .proslide .swiper-slide {
  width: 250px;
  height: 205px;
}
.pro .proslide .swiper-slide a {
  display: block;
  padding: 42px 0 0;
}
.pro .proslide .swiper-slide a .num {
  display: block;
  font-size: 36px;
  line-height: 30px;
  color: #333;
  text-align: center;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.pro .proslide .swiper-slide a i {
  margin: 25px 0 0;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proslide .swiper-slide a em {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  text-align: center;
}
.pro .proslide .swiper-slide-next {
  position: relative;
}
.pro .proslide .swiper-slide-next::before {
  content: "+";
  display: block;
  position: absolute;
  top: 156px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 11px;
  color: #fff;
  font-weight: bold;
}
.pro .proslide .swiper-slide-next a .num {
  color: #fff;
}
.pro .proslide .swiper-slide-next a i {
  color: #fff;
}
.pro .proslide .swiper-slide-next a em {
  color: #fff;
}
.pro .proslide .pro-next {
  position: absolute;
  top: 45px;
  right: -52px;
  width: 57px;
  height: 90px;
  background: url(../images/pro-next.png) no-repeat center right;
  cursor: pointer;
}
.pro .listimg {
  margin: 70px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .listimg li {
  width: 300px;
  margin-bottom: 15px;
}
.pro .listimg li .tu {
  position: relative;
  width: 300px;
  height: 225px;
  box-sizing: border-box;
  z-index: 50;
  padding: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.pro .listimg li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 225px;
  pointer-events: none;
  background: #fff;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .listimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .listimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .listimg li .text {
  position: relative;
  width: 100%;
  height: 63px;
  padding-right: 50px;
  padding-left: 10px;
  box-sizing: border-box;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 18px;
  line-height: 63px;
  color: #333;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .listimg li .text .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 22px;
  line-height: 60px;
  color: #999;
}
.pro .listimg li:hover .tu .img img {
  transform: scale(1.1);
}
.pro .listimg li:hover .text .cond {
  color: #004da1;
  letter-spacing: 1px;
}
.pro .listimg li:hover .text .more {
  color: #004da1;
}
.reason {
  height: 1030px;
  background: url(../images/rea.jpg) no-repeat center top;
  margin: 30px 0 0;
  padding: 72px 0 0;
  box-sizing: border-box;
}
.reason .box {
  display: flex;
  justify-content: space-between;
}
.reason .box .top {
  position: relative;
}
.reason .box .top::before {
  content: "";
  display: block;
  width: 208px;
  height: 2px;
  position: absolute;
  top: 90px;
  left: -96px;
  background: #333;
}
.reason .box .top p {
  display: flex;
  height: 70px;
  font-size: 66px;
  line-height: 80px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.reason .box .top p i {
  font-size: 90px;
  line-height: 70px;
  color: #004da1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.reason .box .top h3 {
  margin: 40px 0 0;
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #333;
}
.reason .box .top em {
  display: block;
  font-size: 14px;
  line-height: 10px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0 0;
}
.reason .box .tel {
  position: relative;
  /* width: 378px; */
  margin: 39px 0 0;
}
.reason .box .tel::before {
  content: "";
  display: block;
  width: 215px;
  height: 1px;
  position: absolute;
  top: 50px;
  right: 0;
  background: #333;
}
.reason .box .tel::after {
  content: "";
  display: block;
  width: 96px;
  height: 10px;
  position: absolute;
  top: 85px;
  left: 242px;
  background: #004da1;
  opacity: 0.2;
}
.reason .box .tel b {
  display: block;
  height: 35px;
  font-size: 24px;
  line-height: 35px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 41px;
  background: url(../images/tel2.png) no-repeat center left;
}
.reason .box .tel a {
  margin: 35px 0 0;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  padding-left: 266px;
}
.reason .reasonslide {
  margin: 135px 0 0;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .hd {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 440px;
  height: 520px;
  margin-left: 64px;
}
.reason .reasonslide .hd li {
  width: 440px;
  height: 110px;
  padding: 34px 0 0 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #fbfbfb;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li i {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333;
}
.reason .reasonslide .hd li span {
  margin: 10px 0 0;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.reason .reasonslide .hd .on {
  position: relative;
  background: #004da1;
  border: none;
}
.reason .reasonslide .hd .on::before {
  content: "+";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 18px;
  line-height: 110px;
  color: #fff;
  font-weight: bold;
}
.reason .reasonslide .hd .on i {
  color: #fff;
  font-weight: bold;
}
.reason .reasonslide .hd .on span {
  color: #fff;
}
.reason .reasonslide .bd {
  width: 705px;
}
.reason .reasonslide .bd li {
  width: 705px;
  position: relative;
}
.reason .reasonslide .bd li .ys {
  width: 605px;
  height: 380px;
  margin-left: 100px;
}
.reason .reasonslide .bd li .ys img {
  width: 605px;
  height: 380px;
}
.reason .reasonslide .bd li .art {
  position: absolute;
  top: 244px;
  left: 0;
  z-index: 50;
}
.reason .reasonslide .bd li .art::before {
  content: "";
  display: block;
  width: 30px;
  height: 18px;
  position: absolute;
  top: 70px;
  left: -15px;
  z-index: -1;
  background: url(../images/title1.png) no-repeat center;
}
.reason .reasonslide .bd li .art i {
  display: block;
  font-size: 72px;
  line-height: 50px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.reason .reasonslide .bd li .art span {
  margin: 23px 0 0;
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #333;
}
.reason .reasonslide .bd li p {
  margin: 40px 0 0;
  font-size: 15px;
  line-height: 38px;
  color: #666;
}
.case {
  margin: 78px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  position: relative;
}
.case .box .top::before {
  content: "";
  display: block;
  width: 208px;
  height: 2px;
  position: absolute;
  top: 90px;
  left: -96px;
  background: #333;
}
.case .box .top p {
  display: flex;
  height: 70px;
  font-size: 66px;
  line-height: 80px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.case .box .top p i {
  font-size: 90px;
  line-height: 70px;
  color: #004da1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.case .box .top h3 {
  margin: 40px 0 0;
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #333;
}
.case .box .top em {
  display: block;
  font-size: 14px;
  line-height: 10px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0 0;
}
.case .box .art {
  position: relative;
  margin: 48px 0 0;
  z-index: 50;
}
.case .box .art::before {
  content: "case";
  display: block;
  position: absolute;
  top: -35px;
  left: -83px;
  z-index: -1;
  font-size: 260px;
  line-height: 78px;
  color: #fcfcfc;
  font-family: Arial, Helvetica, sans-serif;
  height: 140px;
  font-weight: 1000;
}
.case .box .art b {
  display: block;
  width: 200px;
  height: 35px;
  background: #004da1 url(../images/tel3.png) no-repeat center left;
  background-position-x: 35px;
  padding-left: 58px;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  box-sizing: border-box;
  margin-left: 122px;
}
.case .box .art i {
  margin: 15px 0 0;
  display: block;
  width: 335px;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.case .caseslide {
  margin: 40px 0 0;
}
.case .caseslide .bd li {
  width: 420px;
  padding: 10px 0 0;
  margin-right: 20px;
}
.case .caseslide .bd li .item {
  width: 400px;
  margin: 0 auto;
}
.case .caseslide .bd li .item .tu {
  position: relative;
  width: 400px;
  height: 305px;
  z-index: 50;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
  box-sizing: border-box;
}
.case .caseslide .bd li .item .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 305px;
  pointer-events: none;
  background: #fff;
  z-index: -1;
  transition: 0.5s linear;
}
.case .caseslide .bd li .item .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseslide .bd li .item .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case .caseslide .bd li .item .text {
  position: relative;
  padding: 30px 0 0 68px;
  width: 100%;
  box-sizing: border-box;
}
.case .caseslide .bd li .item .text .num {
  position: absolute;
  top: 27px;
  left: 0;
  font-size: 47px;
  line-height: 35px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.case .caseslide .bd li .item .text .cond {
  display: block;
  font-size: 18px;
  line-height: 35px;
  color: #333;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .item .text p {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 30px;
  color: #888;
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.case .caseslide .bd li .item:hover .text .cond {
  color: #004da1;
  letter-spacing: 1px;
}
.case .caseslide .arr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 0;
  height: 46px;
  background: url(../images/arr-case.png) no-repeat center;
  padding: 0 522px;
  box-sizing: border-box;
}
.case .caseslide .arr .prev {
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.case .caseslide .arr .next {
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.case .caseslide .arr .pageState {
  width: 100px;
  height: 36px;
  background: #fbfbfb;
  border-radius: 18px;
  font-size: 14px;
  line-height: 36px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.case .caseslide .arr .pageState span {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.abo {
  height: 880px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 70px 0 0;
  box-sizing: border-box;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 50;
}
.abo .about {
  width: 745px;
  height: 880px;
  margin-left: -280px;
}
.abo .about img {
  width: 745px;
  height: 880px;
}
.abo .plaet {
  width: 695px;
  padding: 70px 0 0;
}
.abo .plaet .box {
  display: flex;
  justify-content: space-between;
}
.abo .plaet .box .rong {
  position: relative;
  width: 192px;
  height: 144px;
  box-sizing: border-box;
  z-index: 50;
  margin: 10px 0 0;
}
.abo .plaet .box .rong::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 192px;
  height: 144px;
  pointer-events: none;
  background: url(../images/rong.png) no-repeat center;
  z-index: -1;
  transition: 0.5s linear;
}
.abo .plaet .box .rong .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .plaet .box .rong .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.abo .plaet .box .rong::before {
  z-index: 10;
}
.abo .plaet .box .top {
  position: relative;
}
.abo .plaet .box .top::before {
  content: "";
  display: block;
  width: 208px;
  height: 2px;
  position: absolute;
  top: 90px;
  left: 140px;
  background: #333;
}
.abo .plaet .box .top p {
  display: flex;
  height: 70px;
  font-size: 66px;
  line-height: 80px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
}
.abo .plaet .box .top p i {
  font-size: 90px;
  line-height: 70px;
  color: #004da1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
}
.abo .plaet .box .top h3 {
  margin: 40px 0 0;
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #333;
  text-align: right;
}
.abo .plaet .box .top em {
  display: block;
  font-size: 14px;
  line-height: 10px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 10px 0 0;
}
.abo .plaet .art {
  margin: 70px 0 0;
}
.abo .plaet .art b {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  text-align: right;
}
.abo .plaet .art em {
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 18px 0 0;
}
.abo .plaet .text {
  margin-top: 30px;
  width: 512px;
  font-size: 16px;
  line-height: 42px;
  color: #666;
  text-align: right;
  margin-left: 182px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 210px;
}
.abo .plaet ul {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.abo .plaet ul li .img {
  display: block;
  width: 192px;
  height: 128px;
  border-radius: 6px;
  box-shadow: 0px 6px 18px 2px rgba(15, 15, 15, 0.17);
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.abo .plaet ul li .cond {
  margin: 5px 0 0;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  text-align: center;
  transition: 0.5s linear;
}
.abo .plaet ul li:nth-child(1) .img {
  background: url(../images/pic1.jpg) no-repeat center;
}
.abo .plaet ul li:nth-child(2) .img {
  background: url(../images/pic2.jpg) no-repeat center;
}
.abo .plaet ul li:nth-child(3) .img {
  background: url(../images/pic3.jpg) no-repeat center;
}
.abo .plaet ul .on:nth-child(1) .img {
  background: url(../images/pic1s.jpg) no-repeat center;
}
.abo .plaet ul .on:nth-child(2) .img {
  background: url(../images/pic2s.jpg) no-repeat center;
}
.abo .plaet ul .on:nth-child(3) .img {
  background: url(../images/pic3s.jpg) no-repeat center;
}
.abo .rebox {
  position: absolute;
  top: 395px;
  right: 658px;
  z-index: -1;
}
.abo .rebox i {
  display: block;
  font-size: 16px;
  line-height: 15px;
  color: #333;
  text-align: right;
}
.abo .rebox span {
  margin: 20px 0 0;
  display: block;
  font-size: 16px;
  line-height: 15px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}
.capital {
  margin: 70px 0;
}
.capital .warp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.capital .warp .top {
  position: relative;
}
.capital .warp .top::before {
  content: "";
  display: block;
  width: 208px;
  height: 2px;
  position: absolute;
  top: 90px;
  left: -96px;
  background: #333;
}
.capital .warp .top p {
  display: flex;
  height: 70px;
  font-size: 66px;
  line-height: 80px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.capital .warp .top p i {
  font-size: 90px;
  line-height: 70px;
  color: #004da1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.capital .warp .top h3 {
  margin: 40px 0 0;
}
.capital .warp .top h3 a {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #333;
}
.capital .warp .top em {
  display: block;
  font-size: 14px;
  line-height: 10px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0 0;
}
.capital .warp .hd {
  margin: 35px 0 0;
  width: 615px;
  display: flex;
  justify-content: space-between;
}
.capital .warp .hd li {
  position: relative;
}
.capital .warp .hd li::before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  position: absolute;
  top: 30px;
  left: 100px;
  background: #dedede;
}
.capital .warp .hd li a {
  display: block;
  width: 80px;
}
.capital .warp .hd li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: url(../images/nb1.png) no-repeat center;
  margin: 0 auto;
  transition: 0.5s linear;
}
.capital .warp .hd li a i img {
  position: absolute;
  display: block;
  transition: 0.5s linear;
}
.capital .warp .hd li a i img:nth-child(1) {
  opacity: 1;
}
.capital .warp .hd li a i img:nth-child(2) {
  opacity: 0;
}
.capital .warp .hd li a span {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  text-align: center;
  transition: 0.5s linear;
}
.capital .warp .hd li:nth-child(3)::before {
  display: none;
}
.capital .warp .hd .on a i {
  background: url(../images/nb2.png) no-repeat center;
}
.capital .warp .hd .on a i img:nth-child(1) {
  opacity: 0;
}
.capital .warp .hd .on a i img:nth-child(2) {
  opacity: 1;
}
.capital .warp .hd .on a span {
  color: #004da1;
  font-weight: bold;
  font-size: 18px;
}
.capital .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .bd li .art .list {
  width: 400px;
}
.capital .bd li .art .list .tu {
  position: relative;
  width: 400px;
  height: 300px;
  box-sizing: border-box;
  z-index: 50;
  padding: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.capital .bd li .art .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 300px;
  pointer-events: none;
  background: #fff;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .bd li .art .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .bd li .art .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .bd li .art .list .text {
  position: relative;
  width: 370px;
  margin: 0 auto;
}
.capital .bd li .art .list .text .data {
  font-size: 30px;
  line-height: 76px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
}
.capital .bd li .art .list .text .cond {
  margin: 10px 0 5px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .bd li .art .list .text p {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .bd li .art .list .text .more {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  line-height: 76px;
  color: #333;
  font-weight: bold;
}
.capital .bd li .art .list:hover .tu .img img {
  transform: scale(1.1);
}
.capital .bd li .art .list:hover .text .data {
  color: #004da1;
}
.capital .bd li .art .list:hover .text .cond {
  color: #004da1;
  letter-spacing: 1px;
}
.capital .bd li .art .list:hover .text .more {
  color: #004da1;
}
.capital .bd li .reg .box {
  width: 1280px;
  height: 110px;
  border: solid 1px #ddd;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.capital .bd li .reg .box .list {
  width: 422px;
  height: 108px;
  border-right: 1px solid #ddd;
  padding: 0 32px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.capital .bd li .reg .box .list .item {
  position: relative;
  width: 110px;
  height: 108px;
  padding: 25px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.capital .bd li .reg .box .list .item .data {
  font-size: 22px;
  line-height: 60px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #dedede;
}
.capital .bd li .reg .box .list .item .tu {
  top: 25px;
  right: -90px;
  display: block;
  position: relative;
  width: 80px;
  height: 60px;
  box-sizing: border-box;
  z-index: 50;
  overflow: hidden;
  position: absolute;
  transition: 0.5s linear;
}
.capital .bd li .reg .box .list .item .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 60px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .bd li .reg .box .list .item .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .bd li .reg .box .list .item .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .bd li .reg .box .list .text {
  width: 270px;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.capital .bd li .reg .box .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;
}
.capital .bd li .reg .box .list .text i {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #999;
  transition: 0.5s linear;
}
.capital .bd li .reg .box .list .text .more {
  position: absolute;
  top: 40px;
  right: 30px;
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}
.capital .bd li .reg .box .list:hover .item .tu {
  right: 0;
}
.capital .bd li .reg .box .list:hover .text .cond {
  color: #004da1;
  letter-spacing: 1px;
}
.capital .bd li .reg .box .list:hover .text i {
  color: #004da1;
}
