.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: 125px 0 100px;
  overflow: hidden;
  position: relative;
}
.pro .top {
  position: relative;
}
.pro .top::before {
  content: "";
  display: block;
  width: 51px;
  height: 39px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.pro .top em {
  display: block;
  font-size: 86px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 58px;
  font-weight: bold;
  color: #333;
  opacity: 0.05;
  text-align: center;
}
.pro .top h3 {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
}
.pro .top h3 a {
  font-size: 42px;
  color: #333;
  line-height: 43px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
}
.pro ol {
  display: flex;
  justify-content: space-between;
  margin: 75px 0 0;
}
.pro ol li a {
  display: block;
  width: 110px;
}
.pro ol li a .tu {
  display: block;
  position: relative;
}
.pro ol li a .tu img {
  display: block;
  margin: 0 auto;
  transition: 0.2s ease-out;
}
.pro ol li a .tu img:nth-child(1) {
  opacity: 1;
}
.pro ol li a .tu img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.pro ol li a i {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  margin: 25px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro ol li:hover a .tu img:nth-child(1) {
  opacity: 0;
}
.pro ol li:hover a .tu img:nth-child(2) {
  opacity: 1;
}
.pro ol li:hover a i {
  letter-spacing: 1px;
}
.pro .main {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.pro .main .aside {
  width: 615px;
  padding: 0 0 0 233px;
  margin: 40px 0 0;
  position: relative;
}
.pro .main .aside::before {
  content: "";
  display: block;
  width: 397px;
  height: 479px;
  position: absolute;
  background: url(../images/dec1.png) no-repeat center;
  top: -40px;
  left: -242px;
}
.pro .main .aside::after {
  content: "";
  display: block;
  width: 159px;
  height: 39px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center;
  top: 85px;
  left: 233px;
}
.pro .main .aside p {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}
.pro .main .aside .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .main .aside ul {
  width: 380px;
  height: 105px;
  background: #f5f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 100px 0 0;
}
.pro .main .aside ul li {
  width: 70px;
  height: 70px;
  border: 1px solid #626262;
  border-radius: 50%;
}
.pro .main .aside ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
}
.pro .main .aside .more {
  display: block;
  width: 120px;
  height: 43px;
  background: #14c398;
  border-radius: 22px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  margin: 50px 0 0;
  transition: 0.5s linear;
}
.pro .main .aside .more:hover {
  background: #ffc600;
  transform: translateY(-5px);
}
.pro .main .tu {
  width: 599px;
  height: 420px;
  background: #fafafa;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
}
.pro .main .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.pro .main .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .main .tu .img img:hover {
  transform: scale(1.1);
}
.pro .proslide {
  margin: 105px 0 0;
}
.pro .proslide .bd li {
  width: 400px;
  margin-right: 40px;
}
.pro .proslide .bd li .tu {
  width: 400px;
  height: 300px;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 6px;
  box-sizing: border-box;
}
.pro .proslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .text {
  padding: 25px 50px 0 0;
  height: 106px;
  box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.pro .proslide .bd li .text::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  background: #6e6e6e;
  bottom: -1px;
  left: 0;
  transition: 0.5s linear;
}
.pro .proslide .bd li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .text p {
  font-size: 15px;
  color: #999;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proslide .bd li .text .more {
  display: block;
  width: 43px;
  height: 43px;
  background: url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 34px;
  right: 0;
}
.pro .proslide .bd li:hover .text::before {
  width: 100%;
}
.pro .proslide .bd li:hover .text .cond {
  letter-spacing: 1px;
}
 .productss {
  position: relative;
  z-index: 9997;
  color: #221f51;
  min-height: 300vh;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
}
 .box_01 {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: url(../images/reason.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 105px 0 0;
  box-sizing: border-box;
}
 .box_01 .top-rea {
  position: relative;
  left: 10%;
  z-index: 100;
}
 .box_01 .top-rea::before {
  content: "";
  display: block;
  width: 51px;
  height: 39px;
  position: absolute;
  background: url(../images/t2.png) no-repeat center;
  top: 61px;
  left: 0;
}
 .box_01 .top-rea em {
  display: block;
  font-size: 86px;
  color: #fff;
  opacity: 0.1;
  line-height: 60px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
 .box_01 .top-rea h3 {
  font-size: 42px;
  color: #fff;
  line-height: 41px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
}
 .box_01 .center {
  margin: 90px 0 0;
  position: relative;
}
 .box_01 .center .arr {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -170px;
  right: 18%;
}
 .box_01 .center .arr::before {
  content: "";
  display: block;
  width: 82px;
  height: 2px;
  position: absolute;
  background: #fff;
  top: 28px;
  left: -105px;
}
 .box_01 .center .arr .hs {
  width: 170px;
  display: flex;
  justify-content: space-between;
}
 .box_01 .center .arr .hs li {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
 .box_01 .center .arr .hs .active {
  transform: scale(1.3);
}
 .box_01 .center .arr .num-rea {
  font-size: 86px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
 .box_01 .center .arr .num-rea::before {
  content: "0";
  font-size: 86px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
}
 .box_01 .center .hd {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  box-sizing: border-box;
}
 .box_01 .center .hd li {
  position: relative;
  z-index: 50;
}
 .box_01 .center .hd li::before {
  content: "";
  display: block;
  width: 382px;
  height: 382px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: -28px;
  left: -28px;
  z-index: -1;
  transform: scale(0.7);
  transition: 0.5s linear;
}
 .box_01 .center .hd li img {
  display: block;
}
 .box_01 .center .hd .active::before {
  transform: scale(1);
}
 .box_01 .center .hd .active img {
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
 .box_01 .center .hd li:nth-child(1) {
  margin: 160px 0 0;
}
 .box_01 .center .hd li:nth-child(2) {
  margin: 17px 0 0;
}
 .box_01 .center .hd li:nth-child(4) {
  margin: 70px 0 0;
}
 .box_01 .center .bd {
  width: 900px;
  margin: -55px auto 0;
  overflow: hidden;
}
 .box_01 .center .bd .main {
  display: flex;
  transition-property: transform;
}
 .box_01 .center .bd .main .list {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
 .box_01 .center .bd .main .list .reg {
  width: 1000px;
  margin: 0 auto 0;
  padding: 0 100px;
  box-sizing: border-box;
}
 .box_01 .center .bd .main .list .reg .art {
  width: 567px;
  height: 78px;
  background: #fff;
  margin: 0 auto;
  display: flex;
  padding: 0 0 0 55px;
}
 .box_01 .center .bd .main .list .reg .art i {
  display: block;
  font-size: 46px;
  color: #14c398;
  line-height: 78px;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
}
 .box_01 .center .bd .main .list .reg .art i::before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  position: absolute;
  background: #14c398;
  top: 23px;
  right: -40px;
}
 .box_01 .center .bd .main .list .reg .art span {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 78px;
  font-weight: bold;
  margin: 0 0 0 78px;
}
 .box_01 .center .bd .main .list .reg em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 10px;
  text-align: center;
  margin: 38px 0 18px;
  text-transform: uppercase;
}
 .box_01 .center .bd .main .list .reg p {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
 .box_01 .center .online {
  display: block;
  width: 190px;
  height: 70px;
  background: url(../images/Online.png) no-repeat center;
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: -75px;
  right: 18%;
}
.case {
  height: 736px;
  background: url(../images/case.jpg) no-repeat no-repeat center top;
  padding: 90px 0 0;
  box-sizing: border-box;
}
.case .top {
  position: relative;
}
.case .top::before {
  content: "";
  display: block;
  width: 51px;
  height: 39px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.case .top em {
  display: block;
  font-size: 86px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 58px;
  font-weight: bold;
  color: #333;
  opacity: 0.05;
  text-align: center;
}
.case .top h3 {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  font-size: 42px;
  color: #333;
  line-height: 43px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
}
.case .caseslide {
  margin: 102px 0 0;
  position: relative;
}
.case .caseslide .swiper-slide {
  padding: 66px 0 0;
}
.case .caseslide .swiper-slide .reg {
  width: 360px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
}
.case .caseslide .swiper-slide .reg .img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.case .caseslide .swiper-slide .reg .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseslide .swiper-slide .reg .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .swiper-slide .reg .art {
  display: none;
}
.case .caseslide .swiper-slide-active {
  padding: 0;
}
.case .caseslide .swiper-slide-active .reg {
  width: 480px;
  margin-left: -25px;
}
.case .caseslide .swiper-slide-active .reg .img {
  height: 335px;
}
.case .caseslide .swiper-slide-active .reg .art {
  display: block;
  margin: 15px 0 0;
}
.case .caseslide .swiper-slide-active .reg .art .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .swiper-slide-active .reg .art .num {
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 30px;
  color: #14c398;
  font-weight: bold;
  margin: 20px 0 15px;
  background: url(../images/line2.png) no-repeat center right;
}
.case .caseslide .swiper-slide-next {
  display: flex;
  justify-content: flex-end;
}
.case .caseslide .cas_prev {
  width: 150px;
  height: 56px;
  background: #ffc600 url(../images/case-prev.png) no-repeat center left;
  background-position-x: 34px;
  border-radius: 28px;
  padding: 0 0 0 74px;
  position: absolute;
  bottom: 22px;
  left: 201px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  cursor: pointer;
  z-index: 50;
}
.case .caseslide .cas_next {
  width: 150px;
  height: 56px;
  background: #14c398 url(../images/case-next.png) no-repeat center left;
  background-position-x: 93px;
  border-radius: 28px;
  padding: 0 0 0 40px;
  position: absolute;
  bottom: 22px;
  right: 201px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  cursor: pointer;
  z-index: 50;
}
.abo {
  height: 941px;
  background: url(../images/abo.jpg) no-repeat center top;
  position: relative;
  padding: 139px 0 0;
  box-sizing: border-box;
}
.abo .contents {
  position: relative;
}
.abo .aside {
  width: 672px;
}
.abo .aside .top {
  position: relative;
}
.abo .aside .top::before {
  content: "";
  display: block;
  width: 51px;
  height: 39px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 61px;
  left: 0;
}
.abo .aside .top em {
  display: block;
  font-size: 86px;
  color: #333;
  opacity: 0.05;
  line-height: 60px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.abo .aside .top h3 {
  font-size: 42px;
  color: #333;
  line-height: 41px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
}
.abo .aside .text {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  margin: 85px 0 0;
}
.abo .aside .more {
  display: block;
  width: 120px;
  height: 43px;
  background: #14c398;
  border-radius: 22px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  margin: 70px 0 0;
}
.abo .aside ol {
  display: flex;
  justify-content: space-between;
  margin: 88px 0 0;
}
.abo .aside ol li {
  width: 310px;
  height: 122px;
  background: #fbfbfb;
  border-radius: 61px;
  transition: 0.5s linear;
}
.abo .aside ol li a {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  height: 122px;
}
.abo .aside ol li a .tu {
  width: 107px;
  height: 107px;
  border: 6px solid #14c398;
  border-radius: 50%;
  overflow: hidden;
  background: #14c398;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.abo .aside ol li a .tu img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abo .aside ol li a .art {
  margin: 0 0 0 25px;
}
.abo .aside ol li a .art b {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  transition: 0.5s linear;
}
.abo .aside ol li a .art i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 10px;
  margin: 14px 0 0;
  transition: 0.5s linear;
}
.abo .aside ol li:hover {
  transform: translateY(-5px);
}
.abo .aside ol .on {
  background: #14c398;
}
.abo .aside ol .on a .tu {
  border-color: #fff;
  background: #fff;
}
.abo .aside ol .on a .art b {
  color: #fff;
}
.abo .aside ol .on a .art i {
  color: #fff;
}
.abo .qq {
  display: block;
  width: 88px;
  height: 88px;
  background: #ffc600 url(../images/qq.png) no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 563px;
  right: 371px;
  z-index: 10;
  transition: 0.2s ease-out;
}
.abo .qq:hover {
  transform: translateY(-5px);
}
.abo .about {
  width: 709px;
  height: 1077px;
  position: absolute;
  top: -105px;
  right: 0;
}
.abo .about img {
  display: block;
}
.capital {
  height: 829px;
  background: url(../images/cap.jpg) no-repeat center top;
}
.capital .top {
  position: relative;
}
.capital .top::before {
  content: "";
  display: block;
  width: 51px;
  height: 39px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.capital .top em {
  display: block;
  font-size: 86px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 58px;
  font-weight: bold;
  color: #333;
  opacity: 0.05;
  text-align: center;
}
.capital .top h3 {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
}
.capital .top h3 a {
  font-size: 42px;
  color: #333;
  line-height: 43px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
}
.capital .capitalslide {
  margin: 70px 0 0;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd {
  width: 277px;
  height: 601px;
  background: url(../images/lb1.png) no-repeat top left;
}
.capital .capitalslide .hd li {
  height: 140px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  padding: 0 0 0 80px;
  background: url(../images/nb1.png) no-repeat center left;
  background-position-x: 58px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  padding: 0 0 0 60px;
  font-size: 20px;
  color: #fff;
  line-height: 140px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on {
  background: url(../images/nb2.png) no-repeat center left;
  background-position-x: 58px;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(3) {
  background: url(../images/nb1.png) no-repeat center left;
  background-position-x: 60px;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(1) a {
  background: url(../images/nt1s.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(2) a {
  background: url(../images/nt2s.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(3) {
  background: url(../images/nb2.png) no-repeat center left;
  background-position-x: 60px;
}
.capital .capitalslide .hd .on:nth-child(3) a {
  background: url(../images/nt3s.png) no-repeat center left;
}
.capital .capitalslide .bd {
  width: 935px;
}
.capital .capitalslide .bd li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capital .capitalslide .bd li .list {
  width: 467px;
  height: 200px;
  background: #fff;
  border-radius: 4px;
  padding: 50px 62px 0 21px;
  box-sizing: border-box;
  position: relative;
  border-right: 1px dashed #e0e0e0;
  border-bottom: 1px dashed #e0e0e0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .list .cond {
  display: block;
  padding: 0 0 0 72px;
  font-size: 17px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .list p {
  font-size: 15px;
  color: #888;
  line-height: 28px;
  margin: 10px 0 0;
  padding: 0 0 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .list .data {
  width: 60px;
  height: 26px;
  background: #f0f0f0;
  border-radius: 13px;
  text-align: center;
  position: absolute;
  top: 55px;
  left: 30px;
}
.capital .capitalslide .bd li .list .data b {
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 26px;
}
.capital .capitalslide .bd li .list .data span {
  font-size: 12px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 26px;
}
.capital .capitalslide .bd li .list .more {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/more1.png) no-repeat center;
  margin: 50px auto 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .list:hover .more {
  margin: 20px auto 0;
  opacity: 1;
  pointer-events: all;
}
.capital .capitalslide .bd li .list:nth-child(5) {
  border: none;
}
.capital .capitalslide .bd li .list:nth-child(6) {
  border: none;
}
.capital .capitalslide .bd li .on {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 50;
}
