body {
  overflow: hidden;
}
.contents {
  width: 1300px;
  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;
}
.itembox {
  position: relative;
  z-index: 50;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bg img {
  animation: pulse 12s infinite 2s;
}
.teltop {
  position: absolute;
  top: 0;
  right: 123px;
  margin-left: 23px;
  font-family: Arial;
  font-size: 24px;
  line-height: 100px;
  color: #fff;
  padding-left: 31px;
  background: url(../images/tel.png) no-repeat center left;
  box-sizing: border-box;
}
.abo .contents {
  position: relative;
}
.abo .aside {
  width: 760px;
}
.abo .aside .top h3 {
  font-size: 26px;
  line-height: 25px;
  color: #fff;
}
.abo .aside .top em {
  position: relative;
  display: block;
  font-size: 56px;
  line-height: 42px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 1000;
  margin-top: 15px;
  z-index: 50;
}
.abo .aside .top em::before {
  content: "";
  display: block;
  width: 158px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: -83px;
  background: #e3030e;
  z-index: -1;
}
.abo .aside .text {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
  margin: 60px 0 95px;
}
.abo .aside .more {
  display: block;
  height: 64px;
  padding: 0 0 0 80px;
  background: url(../images/more1.png) no-repeat center left;
  font-size: 16px;
  line-height: 64px;
  color: #fff;
}
.abo .aside ul {
  display: flex;
  margin: 130px 0 0;
}
.abo .aside ul li {
  width: 100px;
  margin-right: 100px;
}
.abo .aside ul li a {
  display: block;
  height: 35px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 35px;
  font-size: 16px;
  line-height: 35px;
  color: #bbb;
  transition: 0.5s linear;
}
.abo .aside ul .on a {
  border-color: #ffffff;
  color: #fff;
}
.abo .about {
  position: absolute;
  top: -140px;
  right: -310px;
  pointer-events: none;
  z-index: -1;
  width: 1130px;
  height: 893px;
}
.abo .about img {
  display: block;
  width: 1130px;
  height: 893px;
}
.pro .top {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.pro .top h3 a {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 25px;
  color: #fff;
}
.pro .top em {
  position: relative;
  margin: 15px 0 0;
  display: block;
  font-size: 56px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  font-weight: 1000;
}
.pro .top em::before {
  content: "";
  display: block;
  width: 158px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #e3030e;
  z-index: -1;
}
.pro .proslide {
  position: relative;
}
.pro .proslide .swiper-slide {
  width: 325px;
}
.pro .proslide .swiper-slide .list {
  width: 325px;
  height: 100vh;
  display: flex;
  align-items: center;
}
.pro .proslide .swiper-slide .list .art .reg .tu {
  position: relative;
  width: 322px;
  height: 322px;
  box-sizing: border-box;
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.pro .proslide .swiper-slide .list .art .reg .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 322px;
  height: 322px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .proslide .swiper-slide .list .art .reg .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslide .swiper-slide .list .art .reg .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .proslide .swiper-slide .list .art .pic {
  display: none;
}
.pro .proslide .swiper-slide .list .text {
  display: none;
}
.pro .proslide .swiper-slide-active .list {
  position: relative;
  left: -80px;
  width: 596px;
  background: url(../images/bg.png) no-repeat center;
  background-size: 100% 100%;
}
.pro .proslide .swiper-slide-active .list .art {
  width: 596px;
  margin-top: 30%;
}
.pro .proslide .swiper-slide-active .list .art .reg {
  position: relative;
}
.pro .proslide .swiper-slide-active .list .art .reg .tu {
  width: 461px;
  height: 461px;
  margin: 0 auto;
}
.pro .proslide .swiper-slide-active .list .art .reg .pic {
  display: block;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.pro .proslide .swiper-slide-active .list .art .reg .pic img {
  display: block;
}
.pro .proslide .swiper-slide-active .list .art .text {
  position: relative;
  display: block;
  height: 72px;
  background: url(../images/bg2.png) no-repeat center;
  padding: 0 100px;
  width: 100%;
  box-sizing: border-box;
  margin: 77px 0 0;
}
.pro .proslide .swiper-slide-active .list .art .text .cond {
  display: block;
  font-size: 18px;
  line-height: 72px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .swiper-slide-active .list .art .text .more {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  width: 72px;
  height: 72px;
  background: url(../images/more2.png) no-repeat center;
}
.pro .proslide .swiper-slide-next .list {
  position: relative;
  right: -110px;
}
.pro .proslide .Pnext {
  position: absolute;
  top: 50%;
  right: -220px;
  margin-top: -22px;
  width: 144px;
  height: 42px;
  background: url(../images/next-pro.png) no-repeat center;
  cursor: pointer;
}
.pro .proslide .Pprev {
  position: absolute;
  top: 50%;
  left: -220px;
  margin-top: -22px;
  width: 144px;
  height: 42px;
  background: url(../images/prev-pro.png) no-repeat center;
  cursor: pointer;
}
.case .top {
  margin: 2% 0 0;
}
.case .top h3 {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 25px;
  color: #fff;
}
.case .top em {
  position: relative;
  margin: 15px 0 0;
  display: block;
  font-size: 56px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  font-weight: 1000;
}
.case .top em::before {
  content: "";
  display: block;
  width: 158px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #e3030e;
  z-index: -1;
}
.case .box {
  position: relative;
  width: 100vw;
  height: 615px;
  margin-top: 40px;
}
.case .box .caseswiper {
  position: absolute;
  top: 0;
  left: 40%;
  transform: translateX(-50%);
  width: 162vw;
}
.case .box .caseswiper .swiper-slide {
  width: 50vw;
}
.case .box .caseswiper .swiper-slide .warp {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  height: 615px;
}
.case .box .caseswiper .swiper-slide .warp .tu {
  position: relative;
  width: 100%;
  height: 546px;
  box-sizing: border-box;
  z-index: 10;
  overflow: hidden;
}
.case .box .caseswiper .swiper-slide .warp .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 546px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .box .caseswiper .swiper-slide .warp .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .box .caseswiper .swiper-slide .warp .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case .box .caseswiper .swiper-slide .warp .text {
  display: none;
}
.case .box .caseswiper .swiper-slide .warp:hover .tu .img img {
  transform: scale(1.1);
}
.case .box .caseswiper .swiper-slide .warp:hover .text .cond {
  color: #e3030e;
  letter-spacing: 1px;
}
.case .box .caseswiper .swiper-slide-active {
  margin: 0 10vw;
}
.case .box .caseswiper .swiper-slide-active .warp {
  width: 100%;
}
.case .box .caseswiper .swiper-slide-active .warp .text {
  margin: 25px 0 0;
  width: 100%;
  display: block;
}
.case .box .caseswiper .swiper-slide-active .warp .text .cond {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .box .caseswiper .swiper-slide-active .warp .text p {
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .box .caseswiper .arr {
  position: absolute;
  top: 248px;
  left: 56%;
  z-index: 100;
  transform: translateX(-50%);
  width: 66vw;
  display: flex;
  justify-content: space-between;
}
.case .box .caseswiper .arr .Cprev {
  width: 50px;
  height: 50px;
  background: url(../images/prev-case.png) no-repeat center;
  cursor: pointer;
}
.case .box .caseswiper .arr .Cnext {
  width: 50px;
  height: 50px;
  background: url(../images/next-case.png) no-repeat center;
  cursor: pointer;
}
.capital .top {
  margin-top: 2%;
}
.capital .top h3 a {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 25px;
  color: #fff;
}
.capital .top em {
  position: relative;
  margin: 15px 0 0;
  display: block;
  font-size: 56px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  font-weight: 1000;
}
.capital .top em::before {
  content: "";
  display: block;
  width: 158px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #e3030e;
  z-index: -1;
}
.capital .capitalswiper {
  position: relative;
  width: 1040px;
  height: 620px;
  margin: 45px 0 0;
}
.capital .capitalswiper .swiper-container {
  height: 620px;
}
.capital .capitalswiper .swiper-slide .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.capital .capitalswiper .swiper-slide .box .art {
  position: relative;
  width: 325px;
  height: 168px;
}
.capital .capitalswiper .swiper-slide .box .art::before {
  content: "";
  display: block;
  width: 124px;
  height: 7px;
  position: absolute;
  top: 81px;
  left: 85px;
  z-index: 50;
  pointer-events: none;
  background: url(../images/line1.png) no-repeat center;
  transition: 0.5s linear;
}
.capital .capitalswiper .swiper-slide .box .art .tu {
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
  width: 168px;
  height: 168px;
  box-sizing: border-box;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.5s linear;
}
.capital .capitalswiper .swiper-slide .box .art .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 168px;
  height: 168px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .capitalswiper .swiper-slide .box .art .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .capitalswiper .swiper-slide .box .art .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .capitalswiper .swiper-slide .box .art .data {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 168px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.capital .capitalswiper .swiper-slide .box .text {
  width: 612px;
}
.capital .capitalswiper .swiper-slide .box .text .cond {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalswiper .swiper-slide .box .text p {
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  opacity: 0.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalswiper .swiper-slide .box:hover .art .tu .img img {
  transform: scale(1.1);
}
.capital .capitalswiper .swiper-slide .box:hover .text .cond {
  color: #e3030e;
  letter-spacing: 1px;
}
.capital .capitalswiper .swiper-slide-active .box .art::before {
  width: 0;
}
.capital .capitalswiper .swiper-slide-active .box .art .tu {
  left: 157px;
}
.capital .capitalswiper .swiper-slide-active .box .art .data {
  right: 210px;
  transition: 0.5s linear;
}
.capital .capitalswiper .swiper-slide-active .box .text .cond {
  color: #e3030e;
}
.capital .capitalswiper .arr {
  width: 89px;
  height: 111px;
  background: url(../images/arr-cap.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: -290px;
  margin-top: -55px;
}
.capital .capitalswiper .arr .newprev {
  width: 89px;
  height: 56px;
  cursor: pointer;
}
.capital .capitalswiper .arr .newnext {
  width: 89px;
  height: 56px;
  cursor: pointer;
}
.homesbxoaside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.homesbxoaside .menu {
  width: 100px;
  height: 100vh;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.homesbxoaside .menu i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100px;
  height: 100px;
  background: url(../images/Menu.png) no-repeat center top;
  cursor: pointer;
}
.homesbxoaside .warp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 310px;
  background: rgba(255, 255, 255, 0.1);
  padding: 160px 0 0;
  box-sizing: border-box;
  transform: rotateY(180deg);
  transform-origin: left center;
  transition: 0.5s linear;
}
.homesbxoaside .warp .close {
  position: absolute;
  top: 4vh;
  right: 3vh;
  width: 42px;
  height: 42px;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
}
.homesbxoaside .warp .logo {
  display: block;
}
.homesbxoaside .warp .logo img {
  display: block;
  margin: 0 auto;
}
.homesbxoaside .warp ul {
  margin: 5vh 0 0;
}
.homesbxoaside .warp ul a {
  display: block;
  font-size: 17px;
  color: #fff;
  line-height: 73px;
  text-align: center;
  transition: 0.2s ease-out;
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.homenext {
  position: fixed;
  bottom: 2vw;
  right: 3vw;
  z-index: 100;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px dashed #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  transition: .7s cubic-bezier(0.66, 0, 0.183, 1);
}
.homeprev {
  position: fixed;
  bottom: 2vw;
  right: 3vw;
  z-index: 100;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px dashed #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  transition: .7s cubic-bezier(0.66, 0, 0.183, 1);
}