.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: 68px 0 0;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  padding: 71px 0 0;
  display: flex;
  background: url(../images/t1.png) no-repeat top left;
}
.pro .box .top h3 {
  width: 150px;
  height: 40px;
  background: #2552a9;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.pro .box .top p {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  line-height: 50px;
  color: #999;
  letter-spacing: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}
.pro .box .more {
  margin: 26px 0 0;
  display: block;
  width: 171px;
  height: 96px;
  background: url(../images/more5.png) no-repeat center;
  font-size: 18px;
  line-height: 96px;
  color: #333;
  padding-left: 47px;
  box-sizing: border-box;
}
.pro .titlelist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.pro .titlelist li {
  position: relative;
  width: 190px;
  height: 63px;
  background: url(../images/title1.png) no-repeat top left;
  border-bottom: 2px solid #333;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.pro .titlelist li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #2552a9;
  transition: 0.5s linear;
}
.pro .titlelist li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 36px;
  box-sizing: border-box;
}
.pro .titlelist li a i {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .titlelist li a span {
  display: block;
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 11px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.pro .titlelist li:hover {
  background: url(../images/title2.png) no-repeat top left;
}
.pro .titlelist li:hover::before {
  width: 100%;
}
.pro .titlelist li:last-child {
  background: url(../images/more1.png) no-repeat top left;
}
.pro .titlelist li:last-child:hover {
  background: url(../images/more2.png) no-repeat top left;
}
.pro .picimg {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.pro .picimg li {
  width: 300px;
  margin-right: 26px;
}
.pro .picimg li .tu {
  position: relative;
  width: 300px;
  height: 225px;
  box-sizing: border-box;
  z-index: 50;
  padding: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.pro .picimg 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 .picimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .picimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .picimg li .text {
  position: relative;
  width: 100%;
  height: 65px;
  padding-right: 80px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pro .picimg li .text .cond {
  display: block;
  font-size: 16px;
  line-height: 65px;
  color: #333;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .picimg li .text .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 65px;
  background: url(../images/more3.png) no-repeat center;
  transition: 0.5s linear;
}
.pro .picimg li:hover .tu .img img {
  transform: scale(1.1);
}
.pro .picimg li:hover .text {
  position: relative;
}
.pro .picimg li:hover .text .cond {
  color: #2552a9;
  letter-spacing: 1px;
}
.pro .picimg li:hover .text .more {
  background: url(../images/more4.png) no-repeat center;
}
.pro .picimg li:nth-child(4n) {
  margin-right: 0;
}
.abo {
  height: 900px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 25px 0 0;
  padding: 82px 0 0;
  box-sizing: border-box;
}
.abo .contents {
  position: relative;
}
.abo .warp {
  width: 680px;
}
.abo .top {
  padding: 71px 0 0;
  display: flex;
  background: url(../images/t2.png) no-repeat top left;
}
.abo .top h3 {
  width: 150px;
  height: 40px;
  background: #2552a9;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.abo .top p {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  line-height: 50px;
  color: #999;
  letter-spacing: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}
.abo .art {
  margin: 79px 0 0;
}
.abo .art h3 {
  font-size: 24px;
  line-height: 25px;
  color: #333;
  font-weight: bold;
}
.abo .art .text {
  font-size: 16px;
  line-height: 42px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 168px;
  margin: 20px 0 0;
}
.abo .reg {
  margin: 90px 0 0;
}
.abo .reg i {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.abo .reg span {
  margin: 29px 0 0;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333;
}
.abo ul {
  width: 840px;
  margin: 88px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo ul li {
  position: relative;
}
.abo ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 18px;
  left: 255px;
  background: #333;
}
.abo ul li .itme {
  display: flex;
}
.abo ul li .itme i {
  display: block;
  font-size: 60px;
  line-height: 45px;
  color: #2552a9;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.abo ul li .itme span {
  display: block;
  font-size: 60px;
  line-height: 45px;
  color: #2552a9;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.abo ul li p {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 15px;
  color: #333;
  text-align: center;
}
.abo ul li:last-child::before {
  display: none;
}
.abo .about {
  position: absolute;
  top: -82px;
  right: -320px;
  width: 611px;
  height: 900px;
}
.abo .about img {
  width: 611px;
  height: 900px;
}
.case {
  margin: 70px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  padding: 71px 0 0;
  display: flex;
  background: url(../images/t5.png) no-repeat top left;
}
.case .box .top h3 {
  width: 150px;
  height: 40px;
  background: #2552a9;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.case .box .top p {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  line-height: 50px;
  color: #999;
  letter-spacing: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}
.case .box .tel {
  margin: 65px 0 0;
}
.case .box .tel i {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #333;
  text-align: right;
}
.case .box .tel span {
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 33px;
  background: url(../images/tel1.png) no-repeat center left;
}
.case .warp {
  position: relative;
}
.case .listimg {
  position: relative;
  width: 1280px;
  margin: 40px 0 0;
}
.case .listimg li {
  width: 340px;
  margin-bottom: 20px;
}
.case .listimg li .tu {
  position: relative;
  width: 340px;
  height: 260px;
  z-index: 50;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
}
.case .listimg li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 260px;
  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: 58px;
  padding-right: 80px;
  padding-left: 11px;
  box-sizing: border-box;
}
.case .listimg li .text .cond {
  display: block;
  font-size: 16px;
  line-height: 58px;
  color: #333;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .listimg li .text .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 14px;
  line-height: 58px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
.case .listimg li .text .more::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 39px;
  left: 0;
  background: #333;
}
.case .listimg li:hover .tu .img img {
  transform: scale(1.1);
}
.case .listimg li:hover .text .cond {
  color: #2552a9;
  letter-spacing: 1px;
}
.case .listimg li:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
}
.case .listimg li:nth-child(4) {
  position: absolute;
  top: 338px;
  right: 0;
}
.case .caseslide {
  width: 520px;
  position: absolute;
  top: 0;
  left: 378px;
  z-index: 10;
}
.case .caseslide .bd li {
  width: 520px;
  height: 570px;
}
.case .caseslide .bd li .item {
  width: 520px;
}
.case .caseslide .bd li .item .tu {
  position: relative;
  width: 520px;
  height: 395px;
  z-index: 50;
  padding: 10px;
  box-sizing: border-box;
  border: solid 1px #ddd;
}
.case .caseslide .bd li .item .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 395px;
  pointer-events: none;
  background: none;
  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;
  margin: 50px 0 0;
}
.case .caseslide .bd li .item .text::before {
  content: "";
  display: block;
  width: 500px;
  height: 2px;
  position: absolute;
  top: 49px;
  left: 0;
  background: #2552a9;
}
.case .caseslide .bd li .item .text .cond {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #2552a9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .item .text p {
  margin: 35px 0 0;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.case .caseslide .bd li .item:hover .tu .img img {
  transform: scale(1.1);
}
.case .caseslide .bd li .item:hover .text .cond {
  letter-spacing: 1px;
}
.case .caseslide .hd {
  width: 102px;
  height: 12px;
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
.case .caseslide .hd li {
  width: 12px;
  height: 12px;
  border: 1px solid #aaa;
  border-radius: 50%;
  transition: 0.5s linear;
}
.case .caseslide .hd .on {
  border-color: #2552a9;
  background: #2552a9;
}
.reason {
  margin: 40px 0 0;
  height: 920px;
  background: url(../images/rea.jpg) no-repeat center top;
  box-sizing: border-box;
  padding: 123px 0 0;
}
.reason .contents {
  position: relative;
}
.reason .top {
  position: absolute;
  top: -57px;
  left: 0;
  padding: 71px 0 0;
  display: flex;
  background: url(../images/t3.png) no-repeat top left;
}
.reason .top h3 {
  width: 150px;
  height: 40px;
  background: #2552a9;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.reason .top p {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  line-height: 50px;
  color: #999;
  letter-spacing: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}
.reason .reasonslide {
  position: relative;
  height: 797px;
}
.reason .reasonslide .reasonswpier {
  width: 1280px;
  height: 560px;
}
.reason .reasonslide .reasonswpier .swiper-slide .item {
  width: 204px;
  height: 204px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  border: 1px dashed #c0c0c0;
  transition: 0.3s linear;
}
.reason .reasonslide .reasonswpier .swiper-slide .item img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.5s linear;
}
.reason .reasonslide .reasonswpier .swiper-slide-active {
  margin: 237px 0 0;
}
.reason .reasonslide .reasonswpier .swiper-slide-next {
  position: relative;
}
.reason .reasonslide .reasonswpier .swiper-slide-next::before {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  position: absolute;
  top: 108px;
  left: -40px;
  background: url(../images/c1.png) no-repeat center;
}
.reason .reasonslide .reasonswpier .swiper-slide-next .item {
  position: relative;
  top: 230px;
  left: 85px;
  transform: scale(2.25);
  border-color: transparent;
  padding: 7px;
}
.reason .reasonslide .reasonswpier .swiper-slide-next + div {
  margin: 129px 0 0 0;
}
.reason .reasonslide .reasonswpier .swiper-slide-next + div .item {
  position: relative;
  left: 200px;
}
.reason .reasonslide .reasonswpier .swiper-slide-next + div + div .item {
  position: relative;
  left: 121px;
}
.reason .reasonslide .warp {
  position: absolute;
  top: 366px;
  right: 0;
  width: 525px;
  height: 202px;
}
.reason .reasonslide .warp .bd li {
  width: 100%;
}
.reason .reasonslide .warp .bd li .reg {
  display: flex;
  height: 58px;
  margin-left: 222px;
}
.reason .reasonslide .warp .bd li .reg .art {
  position: relative;
  height: 58px;
}
.reason .reasonslide .warp .bd li .reg .art .num {
  font-size: 80px;
  line-height: 58px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.1;
  font-weight: 1000;
}
.reason .reasonslide .warp .bd li .reg .art b {
  position: absolute;
  top: 35px;
  left: 0;
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.reason .reasonslide .warp .bd li .reg span {
  font-size: 16px;
  line-height: 100px;
  color: #666;
}
.reason .reasonslide .warp .bd li p {
  margin: 40px 0 0;
  font-size: 15px;
  line-height: 40px;
  color: #666;
  text-align: right;
}
.reason .reasonslide .hd {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1412px;
  height: 140px;
  background: #fff url(../images/line1.png) no-repeat center;
  box-shadow: 0px 0px 27px 0px rgba(116, 76, 39, 0.12);
  padding: 0 125px 0 118px;
  box-sizing: border-box;
}
.reason .reasonslide .hd li {
  display: flex;
  height: 62px;
}
.reason .reasonslide .hd li .tu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #f9f9f9;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .tu img {
  position: absolute;
  display: block;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .tu img:nth-child(1) {
  opacity: 1;
}
.reason .reasonslide .hd li .tu img:nth-child(2) {
  opacity: 0;
}
.reason .reasonslide .hd li .art {
  margin: 10px 0 0 17px;
}
.reason .reasonslide .hd li .art i {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #333;
}
.reason .reasonslide .hd li .art span {
  display: block;
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 15px;
  color: #999;
}
.reason .reasonslide .hd .on .tu {
  background: #2552a9;
}
.reason .reasonslide .hd .on .tu img:nth-child(1) {
  opacity: 0;
}
.reason .reasonslide .hd .on .tu img:nth-child(2) {
  opacity: 1;
}
.capital {
  margin: 70px 0 40px;
}
.capital .warp .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.capital .warp .box .top {
  padding: 71px 0 0;
  display: flex;
  background: url(../images/t4.png) no-repeat top left;
}
.capital .warp .box .top h3 a {
  display: block;
  width: 150px;
  height: 40px;
  background: #2552a9;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.capital .warp .box .top p {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  line-height: 50px;
  color: #999;
  letter-spacing: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}
.capital .warp .box .hd {
  margin: 50px 0 0;
  width: 560px;
  display: flex;
  justify-content: space-between;
}
.capital .warp .box .hd li a {
  display: flex;
}
.capital .warp .box .hd li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #272424;
  border-radius: 50%;
}
.capital .warp .box .hd li a i img {
  display: block;
  position: absolute;
}
.capital .warp .box .hd li a span {
  display: block;
  margin-left: 13px;
  font-size: 16px;
  color: #333;
  line-height: 55px;
  transition: 0.5s linear;
}
.capital .warp .box .hd .on a i {
  background: #2552a9;
}
.capital .warp .box .hd .on a span {
  color: #2552a9;
  font-weight: bold;
}
.capital .warp .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.capital .warp .bd li .warp .asdie {
  display: flex;
  justify-content: space-between;
  width: 730px;
  height: 340px;
  background: #fbfbfb;
  padding: 40px 36px 40px 35px;
  box-sizing: border-box;
}
.capital .warp .bd li .warp .asdie .tu {
  position: relative;
  width: 300px;
  height: 260px;
  box-sizing: border-box;
  z-index: 50;
}
.capital .warp .bd li .warp .asdie .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 260px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .warp .bd li .warp .asdie .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .warp .bd li .warp .asdie .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .warp .bd li .warp .asdie .text {
  width: 320px;
  margin: 13px 0 0;
}
.capital .warp .bd li .warp .asdie .text .data {
  display: flex;
  height: 25px;
  margin-left: 220px;
}
.capital .warp .bd li .warp .asdie .text .data b {
  display: block;
  font-size: 26px;
  line-height: 25px;
  color: #333;
}
.capital .warp .bd li .warp .asdie .text .data i {
  display: block;
  margin-left: 6px;
  font-size: 14px;
  line-height: 35px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .warp .bd li .warp .asdie .text .cond {
  margin: 40px 0 0;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-left: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .bd li .warp .asdie .text .cond:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  background: #333;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.capital .warp .bd li .warp .asdie .text p {
  font-size: 14px;
  line-height: 30px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 10px 0 20px;
}
.capital .warp .bd li .warp .asdie .text .more {
  position: relative;
  z-index: 50;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  transition: 0.5s linear;
}
.capital .warp .bd li .warp .asdie .text .more::before {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  background: #2552a9;
}
.capital .warp .bd li .warp .asdie:hover .tu .img img {
  transform: scale(1.1);
}
.capital .warp .bd li .warp .asdie:hover .text .cond {
  color: #2552a9;
  letter-spacing: 1px;
}
.capital .warp .bd li .warp .asdie:hover .text .cond::before {
  background: #2552a9;
}
.capital .warp .bd li .warp .plaet {
  width: 512px;
}
.capital .warp .bd li .warp .plaet .list {
  display: flex;
  justify-content: space-between;
  width: 512px;
  height: 150px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 23px 30px 22px 25px;
}
.capital .warp .bd li .warp .plaet .list .tu {
  position: relative;
  width: 140px;
  height: 105px;
  box-sizing: border-box;
  z-index: 50;
}
.capital .warp .bd li .warp .plaet .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 105px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .warp .bd li .warp .plaet .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .warp .bd li .warp .plaet .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .warp .bd li .warp .plaet .list .text {
  width: 290px;
}
.capital .warp .bd li .warp .plaet .list .text .data {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .warp .bd li .warp .plaet .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 .warp .bd li .warp .plaet .list .text p {
  font-size: 16px;
  line-height: 30px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .warp .bd li .warp .plaet .list:hover .text .cond {
  color: #2552a9;
  letter-spacing: 1px;
}
.capital .warp .bd li .warp .plaet .list:nth-child(1) {
  margin-bottom: 40px;
}
.capital .warp .bd li .art {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
  height: 300px;
  padding: 30px 0 0;
  box-sizing: border-box;
  background: url(../images/line2.png) no-repeat center;
}
.capital .warp .bd li .art .list {
  width: 352px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 66px;
}
.capital .warp .bd li .art .list .data {
  width: 90px;
  height: 80px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 24px 0 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .list .data b {
  display: block;
  font-size: 22px;
  line-height: 20px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .list .data span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 10px 0 0;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .list .text {
  width: 240px;
}
.capital .warp .bd li .art .list .text .cond {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .bd li .art .list .text .cond::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #333;
}
.capital .warp .bd li .art .list .text p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 25px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .warp .bd li .art .list:hover .data {
  background: #2552a9;
}
.capital .warp .bd li .art .list:hover .data b {
  color: #fff;
}
.capital .warp .bd li .art .list:hover .data span {
  color: #fff;
}
.capital .warp .bd li .art .list:hover .text .cond {
  color: #2552a9;
  letter-spacing: 1px;
}
.capital .warp .bd li .art .list:hover .text .cond::before {
  background: #2552a9;
}
