.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: 300px 0 0;
  background: url(../images/pro.jpg) no-repeat center top;
  background-position-y: 183px;
  overflow: hidden;
  height: 888px;
  transform: translateY(300px);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: .4s;
}
.pro .top .cond {
  display: block;
  height: 64px;
  padding: 0 0 0 107px;
  background: url(../images/01.png) no-repeat center left;
}
.pro .top .cond h3 {
  font-size: 36px;
  color: #595959;
  line-height: 35px;
  font-weight: bold;
}
.pro .top .cond em {
  display: block;
  font-size: 19px;
  color: #404040;
  line-height: 15px;
  padding: 0 0 0 70px;
  font-weight: 100;
  margin: 17px 0 0;
  background: url(../images/title1.png) no-repeat center left;
}
.pro .top p {
  width: 235px;
  height: 33px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  font-size: 16px;
  color: #939393;
  line-height: 31px;
  letter-spacing: 4px;
  margin: 14px 0 0;
  text-align: center;
}
.pro .proslide {
  margin: 120px 0 0;
  position: relative;
}
.pro .proslide .bd li {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
}
.pro .proslide .bd li .list {
  width: 295px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding: 15px 15px 0;
  background: #fff;
  margin: 0 33px 36px 0;
  border-radius: 5px;
}
.pro .proslide .bd li .list .img {
  display: block;
  width: 100%;
  height: 223px;
  overflow: hidden;
}
.pro .proslide .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .list .text {
  height: 70px;
  padding: 0 20px 0 33px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/title2.png) no-repeat center left;
}
.pro .proslide .bd li .list .text .cond {
  display: block;
  font-size: 18px;
  color: #686868;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .text .more {
  display: block;
  font-size: 12px;
  color: #959595;
  line-height: 70px;
  position: absolute;
  top: 0;
  right: 0;
}
.pro .proslide .bd li .list:hover .text .cond {
  color: #153585;
  letter-spacing: 1px;
}
.pro .proslide .bd li .list:nth-child(4n) {
  margin: 0 0 36px 0;
}
.pro .proslide .hd {
  width: 780px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -223px;
  right: 0;
  z-index: 50;
}
.pro .proslide .hd li .cond {
  display: block;
  max-width: 270px;
}
.pro .proslide .hd li .cond em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  transition: 0.5s linear;
}
.pro .proslide .hd li .cond em::before {
  content: "";
  display: block;
  width: 83px;
  height: 83px;
  position: absolute;
  background: url(../images/lb2.png) no-repeat center;
  top: -8px;
  left: -8px;
  opacity: 0;
  transition: 0.5s linear;
}
.pro .proslide .hd li .cond em img {
  position: absolute;
  transition: 0.5s linear;
}
.pro .proslide .hd li .cond em img:nth-child(1) {
  opacity: 1;
}
.pro .proslide .hd li .cond em img:nth-child(2) {
  opacity: 0;
}
.pro .proslide .hd li .cond i {
  display: block;
  font-size: 18px;
  color: #424242;
  line-height: 25px;
  text-align: center;
  margin: 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proslide .hd li .cond span {
  display: block;
  font-size: 12px;
  color: #a3a3a3;
  line-height: 10px;
  text-align: center;
  margin: 5px 0 0;
}
.pro .proslide .hd .on .cond em {
  background: #153585;
  border-color: #153585;
}
.pro .proslide .hd .on .cond em::before {
  opacity: 1;
}
.pro .proslide .hd .on .cond em img:nth-child(1) {
  opacity: 0;
}
.pro .proslide .hd .on .cond em img:nth-child(2) {
  opacity: 1;
}
.pro .proslide .hd .on .cond i {
  font-weight: bold;
}
.abo {
  height: 1514px;
  background: url(../images/abo.jpg) no-repeat center top;
}
.abo .contents {
  position: relative;
}
.abo .dec {
  position: absolute;
  top: 0;
  left: -350px;
}
.abo .art {
  padding: 190px 0 0;
  box-sizing: border-box;
  position: relative;
}
.abo .art::before {
  content: "";
  display: block;
  width: 202px;
  height: 3px;
  position: absolute;
  background: #d41d2e;
  top: 297px;
  right: -20px;
}
.abo .art em {
  display: block;
  font-size: 51px;
  color: #eeeefa;
  line-height: 42px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: right;
}
.abo .art h3 {
  font-size: 36px;
  color: #153585;
  line-height: 35px;
  font-weight: bold;
  text-align: right;
  height: 35px;
  margin: 15px 0 0;
}
.abo .art p {
  font-size: 25px;
  color: #153585;
  font-weight: lighter;
  text-align: right;
  margin: 40px 0 15px;
}
.abo .art .wz {
  font-size: 12px;
  color: #153585;
  line-height: 15px;
  text-align: right;
  font-weight: lighter;
  opacity: 0.5;
}
.abo .warp {
  margin: 130px 0 0;
}
.abo .warp .box {
  display: flex;
  justify-content: space-between;
}
.abo .warp .box .top {
  position: relative;
}
.abo .warp .box .top .cond {
  display: block;
  height: 64px;
  padding: 0 0 0 138px;
  background: url(../images/02.png) no-repeat center left;
}
.abo .warp .box .top .cond h3 {
  font-size: 36px;
  color: #fff;
  line-height: 35px;
  font-weight: bold;
}
.abo .warp .box .top .cond em {
  display: block;
  font-size: 19px;
  color: #fff;
  line-height: 15px;
  padding: 0 0 0 70px;
  font-weight: 100;
  margin: 17px 0 0;
  background: url(../images/title1.png) no-repeat center left;
}
.abo .warp .box .top p {
  width: 235px;
  height: 33px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  font-size: 16px;
  color: #fff;
  line-height: 31px;
  letter-spacing: 4px;
  margin: 25px 0 0;
  text-align: center;
}
.abo .warp .box .top .more {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  bottom: 5px;
  right: 25px;
}
.abo .warp .box .tel {
  width: 320px;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.abo .warp .box .tel i {
  display: block;
  width: 127px;
  height: 35px;
  background: #d41d2e url(../images/tel2.png) no-repeat center left;
  background-position-x: 17px;
  border-radius: 18px;
  font-style: 16px;
  color: #fff;
  line-height: 35px;
  font-weight: bold;
  padding: 0 0 0 39px;
  box-sizing: border-box;
}
.abo .warp .box .tel b {
  font-size: 20px;
  color: #153585;
  line-height: 20px;
  font-weight: bold;
  text-align: right;
  flex-grow: 1;
}
.abo .warp .reg {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .warp .reg .z1 {
  width: 870px;
  padding: 70px 0 0;
  box-sizing: border-box;
  position: relative;
}
.abo .warp .reg .z1::before {
  content: "";
  display: block;
  width: 75px;
  height: 67px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center;
  top: 75px;
  left: -53px;
  pointer-events: none;
}
.abo .warp .reg .z1 h4 {
  font-size: 24px;
  color: #fff;
  line-height: 23px;
  letter-spacing: 4px;
}
.abo .warp .reg .z1 em {
  display: block;
  font-size: 12px;
  color: #fff;
  opacity: 0.2;
  font-weight: lighter;
  margin: 15px 0 0;
}
.abo .warp .reg .z1 p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 120px;
  margin: 35px 0 0;
}
.abo .warp .reg .abolist {
  padding: 60px 40px 0 0;
  background: url(../images/lb3.png) no-repeat top right;
  position: relative;
  height: 326px;
  box-sizing: border-box;
}
.abo .warp .reg .abolist .bd li {
  margin-bottom: 55px;
}
.abo .warp .reg .abolist .bd li i {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 15px;
  text-align: right;
}
.abo .warp .reg .abolist .bd li span {
  font-size: 14px;
  color: #a7aec8;
  line-height: 11px;
  text-align: right;
  display: block;
  margin: 13px 0 0;
}
.abo .warp .reg .abolist .prev {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  cursor: pointer;
}
.abo .warp .reg .abolist .next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 306px;
  right: 0;
  z-index: 50;
  cursor: pointer;
}
.abo .warp .about {
  width: 1280px;
  height: 307px;
  overflow: hidden;
  border-radius: 5px;
  margin: 55px 0 0;
}
.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 .boxwarp {
  margin: 40px 0 0;
  position: relative;
}
.abo .boxwarp::before {
  content: "";
  display: block;
  width: 339px;
  height: 36px;
  position: absolute;
  background: url(../images/title4.png) no-repeat center;
  top: 31px;
  left: -27px;
}
.abo .boxwarp p {
  font-size: 16px;
  color: #d41d2e;
  line-height: 16px;
  letter-spacing: 4px;
}
.abo .about {
  margin: 70px 0 0;
  border-radius: 5px;
  overflow: hidden;
}
.abo .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .about img:hover {
  transform: scale(1.1);
}
.equ {
  height: 966px;
  background: url(../images/equ.jpg) no-repeat center top;
  margin: 85px 0 0;
  box-sizing: border-box;
  background-position-y: 90px;
  overflow: hidden;
}
.equ .top .cond {
  display: block;
  height: 64px;
  padding: 0 0 0 135px;
  background: url(../images/03.png) no-repeat center left;
}
.equ .top .cond h3 {
  font-size: 36px;
  color: #595959;
  line-height: 35px;
  font-weight: bold;
}
.equ .top .cond em {
  display: block;
  font-size: 19px;
  color: #404040;
  line-height: 15px;
  padding: 0 0 0 70px;
  font-weight: 100;
  margin: 17px 0 0;
  background: url(../images/title1.png) no-repeat center left;
}
.equ .top p {
  width: 235px;
  height: 33px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  font-size: 16px;
  color: #939393;
  line-height: 31px;
  letter-spacing: 4px;
  margin: 14px 0 0;
  text-align: center;
}
.equ .equwarp {
  position: relative;
  margin: 120px 0 0;
}
.equ .equwarp .equwarphd {
  width: 280px;
  position: absolute;
  top: -170px;
  right: 56px;
}
.equ .equwarp .equwarphd .swiper-slide .art {
  position: relative;
  width: 80px;
}
.equ .equwarp .equwarphd .swiper-slide .art::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  position: absolute;
  background: url(../images/title5.png) no-repeat center;
  top: 48px;
  left: 23px;
}
.equ .equwarp .equwarphd .swiper-slide .art .cond {
  display: block;
  line-height: 57px;
  height: 57px;
  font-size: 18px;
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.equ .equwarp .equwarphd .swiper-slide-active .art {
  padding: 0 0 0 19px;
  background: url(../images/title6.png) no-repeat center left;
}
.equ .equwarp .equwarphd .swiper-slide-active .art::before {
  left: 40px;
}
.equ .equwarp .equwarphd .swiper-slide-active .art .cond {
  font-weight: bold;
}
.equ .equwarp .equwarphd .pronext {
  width: 38px;
  height: 38px;
  background: url(../images/equ-ne.png) no-repeat center;
  position: absolute;
  top: 11px;
  right: -58px;
  z-index: 50;
  cursor: pointer;
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide {
  width: 320px;
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide .art {
  width: 271px;
  margin: 0 auto;
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide .art .img {
  display: block;
  width: 271px;
  height: 279px;
  overflow: hidden;
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide .art .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide .art .img img:hover {
  transform: scale(1.1);
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide .text {
  margin: 20px 0 0;
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide .text em {
  display: block;
  font-size: 22px;
  font-family: Impact;
  text-align: center;
  color: #153585;
  background: url(../images/line2.png) no-repeat center;
  transition: 0.5s linear;
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide .text .cond {
  display: block;
  font-size: 18px;
  color: #454546;
  line-height: 25px;
  text-align: center;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide .text p {
  font-size: 12px;
  color: #adadad;
  line-height: 11px;
  text-align: center;
  margin: 10px 0 0;
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide:hover em {
  background: url(../images/line3.png) no-repeat center;
  color: #d41d2e;
}
.equ .equwarp .equwarpbd .swiper-slide .samllbox .swiper-slide:hover .cond {
  color: #454546;
  font-weight: bold;
  letter-spacing: 1px;
}
.equ .equwarp .prev {
  width: 44px;
  height: 44px;
  background: url(../images/prev-equ.png) no-repeat center;
  position: absolute;
  top: 180px;
  left: -65px;
  z-index: 100;
  cursor: pointer;
}
.equ .equwarp .next {
  width: 44px;
  height: 44px;
  background: url(../images/next-equ.png) no-repeat center;
  position: absolute;
  top: 180px;
  right: -65px;
  z-index: 100;
  cursor: pointer;
}
.case {
  height: 805px;
  background: url(../images/case.jpg) no-repeat center top;
  overflow: hidden;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top .cond {
  display: block;
  height: 64px;
  padding: 0 0 0 136px;
  background: url(../images/04.png) no-repeat center left;
}
.case .box .top .cond h3 {
  font-size: 36px;
  color: #fff;
  line-height: 35px;
  font-weight: bold;
}
.case .box .top .cond em {
  display: block;
  font-size: 19px;
  color: #fff;
  line-height: 15px;
  padding: 0 0 0 70px;
  font-weight: 100;
  margin: 17px 0 0;
  background: url(../images/title1.png) no-repeat center left;
}
.case .box .top p {
  width: 235px;
  height: 33px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  font-size: 16px;
  color: #fff;
  line-height: 31px;
  letter-spacing: 4px;
  margin: 25px 0 0;
  text-align: center;
}
.case .box .tel {
  width: 320px;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 63px 0 0;
}
.case .box .tel b {
  display: block;
  height: 26px;
  background: url(../images/tel3.png) no-repeat center left;
  border-radius: 18px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  padding: 0 0 0 34px;
  box-sizing: border-box;
}
.case .box .tel i {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  text-align: right;
  flex-grow: 1;
}
.case .list {
  padding: 0 0 0 616px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 0;
  position: relative;
}
.case .list li {
  width: 315px;
  height: 242px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  margin: 0 30px 20px 0;
  border: solid 1px #eaeaea;
}
.case .list li .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .list li .img img:hover {
  transform: scale(1.1);
}
.case .list li .text {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
.case .list li .text .cond {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .list li .text .more {
  display: none;
}
.case .list li:hover .cond {
  color: #153585 !important;
  letter-spacing: 1px;
}
.case .list li:nth-child(3) {
  margin: 0;
}
.case .list li:nth-child(5) {
  margin: 0;
}
.case .list li:nth-child(1) {
  width: 584px;
  height: 507px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 25px 0 25px;
  box-sizing: border-box;
}
.case .list li:nth-child(1) .img {
  height: 408px;
}
.case .list li:nth-child(1) .text {
  margin: 15px 0 0;
  padding: 0 345px 0 0;
  box-sizing: border-box;
  position: relative;
  top: 0;
}
.case .list li:nth-child(1) .text::before {
  content: "";
  display: block;
  width: 149px;
  height: 1px;
  position: absolute;
  background: #dcdcdc;
  top: 20px;
  left: 194px;
}
.case .list li:nth-child(1) .text .cond {
  color: #717171;
}
.case .list li:nth-child(1) .text .more {
  display: block;
  font-size: 12px;
  color: #717171;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.capital {
  background: url(../images/cap.jpg) no-repeat top left;
  background-position-y: -3px;
  overflow: hidden;
}
.capital .top .cond {
  display: block;
  height: 64px;
  padding: 0 0 0 135px;
  background: url(../images/05.png) no-repeat center left;
}
.capital .top .cond h3 {
  font-size: 36px;
  color: #595959;
  line-height: 35px;
  font-weight: bold;
}
.capital .top .cond em {
  display: block;
  font-size: 19px;
  color: #404040;
  line-height: 15px;
  padding: 0 0 0 70px;
  font-weight: 100;
  margin: 17px 0 0;
  background: url(../images/title1.png) no-repeat center left;
}
.capital .top p {
  width: 235px;
  height: 33px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  font-size: 16px;
  color: #939393;
  line-height: 31px;
  letter-spacing: 4px;
  margin: 14px 0 0;
  text-align: center;
}
.capital .capitalslide {
  margin: 25px 0 0;
  position: relative;
}
.capital .capitalslide .bd li {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .aside {
  width: 554px;
  height: 486px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 25px 25px 0 25px;
  margin: 29px 0 0;
}
.capital .capitalslide .bd li .aside .img {
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
}
.capital .capitalslide .bd li .aside .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .aside .text {
  margin: 15px 0 0;
}
.capital .capitalslide .bd li .aside .text .cond {
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #555;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .text .data {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.capital .capitalslide .bd li .aside .text .data i {
  display: block;
  padding: 0 0 0 23px;
  font-size: 14px;
  color: #a5a5a5;
  line-height: 28px;
  background: url(../images/data.png) no-repeat center left;
}
.capital .capitalslide .bd li .aside .text .data .more {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/more2.png) no-repeat center;
}
.capital .capitalslide .bd li .aside:hover .text .cond {
  color: #153585;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .plaet {
  width: 695px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capital .capitalslide .bd li .plaet .list {
  width: 335px;
  height: 155px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 25px 18px 0 22px;
  border-radius: 5px;
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .text {
  width: 180px;
}
.capital .capitalslide .bd li .plaet .list .text .cond {
  display: block;
  font-size: 16px;
  color: #464646;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .text .more {
  display: block;
  width: 69px;
  height: 26px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 13px;
  font-style: 14px;
  color: #c5c5c5;
  line-height: 24px;
  text-align: center;
  margin: 25px 0 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .data {
  padding: 10px 0 0 14px;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalslide .bd li .plaet .list .data::before {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  position: absolute;
  background: #d3d3d3;
  top: 12px;
  left: 0;
}
.capital .capitalslide .bd li .plaet .list .data b {
  display: block;
  font-size: 24px;
  color: #7a7a7a;
  line-height: 18px;
  text-align: center;
}
.capital .capitalslide .bd li .plaet .list .data i {
  display: block;
  font-size: 12px;
  color: #9c9c9c;
  line-height: 10px;
  text-align: center;
  margin: 10px 0 0;
}
.capital .capitalslide .bd li .plaet .list:hover {
  box-shadow: 4px 5px 7px 0px rgba(0, 0, 0, 0.05);
}
.capital .capitalslide .bd li .plaet .list:hover .text .cond {
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .plaet .list:hover .text .more {
  background: #d41d2e;
  color: #fff;
}
.capital .capitalslide .hd {
  width: 350px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -97px;
  right: 0;
}
.capital .capitalslide .hd::before {
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  position: absolute;
  background: #6a6a6a;
  top: 11px;
  left: 101px;
}
.capital .capitalslide .hd::after {
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  position: absolute;
  background: #6a6a6a;
  top: 11px;
  left: 245px;
}
.capital .capitalslide .hd li a {
  display: block;
  font-size: 16px;
  color: #6a6a6a;
  line-height: 35px;
  width: 104px;
  text-align: center;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on a {
  background: #153585;
  color: #fff;
  border-radius: 5px;
}
.link {
  height: 223px;
  background: url(../images/link.jpg) no-repeat center top;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 223px;
}
.link .art {
  flex: 1;
}
.link .art h3 {
  padding: 0 0 0 37px;
  font-size: 24px;
  color: #404040;
  font-weight: bold;
  background: url(../images/links.png) no-repeat center left;
}
.link .art p {
  font-size: 19px;
  color: #404040;
  line-height: 14px;
  font-weight: lighter;
  padding: 0 0 0 66px;
  margin: 5px 0 0;
  background: url(../images/title1.png) no-repeat center left;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 87%;
}
.link .lj a {
  display: block;
  font-size: 15px;
  color: #7d7d7d;
  line-height: 27px;
  transition: 0.2s ease-out;
}
.link .lj a i {
  margin: 0 15px;
}
.link .lj a:hover {
  color: #153585;
  transform: translateY(-5px);
}


.banneron .banner {
  opacity: 0;
  transform: translateY(-100%) scale(0.9);
}

.banneron .pro {
  transform: translateY(0);
  opacity: 1;
}