/* LESS Document */
#header .index .logo a.logo-b {
  display: none;
}
#header .index .logo a.logo-w {
  display: block;
}
#header .index .nav li a {
  color: #fff;
}
#header .index .nav li:not(.lang) a::after {
  background: #fff;
}
#header .index-scrolled {
  background-color: #000000;
}
#index .pc .banner {
  height: 100vh;
  width: 100%;
  background: url("../images/index-banner.jpg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
#index .pc .banner h1,
#index .pc .banner p {
  color: #fff;
  text-align: center;
}
#index .pc .banner h1 {
  font-size: 4vw;
  font-size: 4cqw;
  padding-top: 50px;
}
#index .pc .banner p {
  padding-top: 40px;
  font-size: 2.8vw;
  font-size: 2.8cqw;
}
#index .pc .about {
  padding-top: 150px;
  background: url("../images/n-index-about-bg.jpg") no-repeat left top;
  background-size: 750px;
}
#index .pc .about .t {
  padding-bottom: 30px;
}
#index .pc .about .t .l {
  width: 57%;
}
#index .pc .about .t .l h2 {
  font-size: 70px;
  color: #231d1e;
  padding-bottom: 110px;
}
#index .pc .about .t .l p {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 42px;
  padding-bottom: 50px;
}
#index .pc .about .t .l p b,
#index .pc .about .t .l p strong {
  color: #952b34;
}
#index .pc .about .t .r {
  padding-top: 20px;
  width: 40%;
}
#index .pc .history {
  padding-top: 100px;
}
#index .pc .history .pw {
  background: url("../images/index-licheng-bg.jpg") no-repeat top right;
  background-size: 90% 93%;
  padding: 150px 0 250px;
}
#index .pc .history .pw .l {
  padding-top: 30px;
}
#index .pc .history .pw .l h2 {
  font-size: 66px;
  color: #231d1e;
}
#index .pc .history .pw .l p {
  padding-top: 8px;
  font-size: 24px;
  color: #231d1e;
}
#index .pc .history .pw .r {
  width: 73%;
}
#index .pc .history .pw .r .swiper-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#index .pc .history .pw .r .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
}
#index .pc .history .pw .r .swiper-container .swiper-slide .sl {
  width: 30%;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  padding-bottom: 50px;
}
#index .pc .history .pw .r .swiper-container .swiper-slide .sl h3 {
  font-size: 75px;
  color: #922b34;
}
#index .pc .history .pw .r .swiper-container .swiper-slide .sl h3.small {
  font-size: 52px;
}
#index .pc .history .pw .r .swiper-container .swiper-slide .sr {
  width: 65%;
  padding-left: 7%;
}
#index .pc .history .pw .r .swiper-container .swiper-slide .sr ul li {
  background: url("../images/index-licheng-listallow.png") no-repeat left center;
  background-size: 6px;
  font-size: 20px;
  color: #282828;
  line-height: 32px;
  padding: 8px 0;
  padding-left: 20px;
}
#index .pc .history .pw .r .swiper-container .swiper-button-prev,
#index .pc .history .pw .r .swiper-container .swiper-button-next {
  width: 40px;
  height: 40px;
  color: inherit;
}
#index .pc .history .pw .r .swiper-container .swiper-button-prev::after,
#index .pc .history .pw .r .swiper-container .swiper-button-next::after {
  opacity: 0;
}
#index .pc .history .pw .r .swiper-container .swiper-button-prev {
  background: url("../images/index-about-allow.png") no-repeat center center;
  background-size: contain;
  transform: scaleX(-1);
  right: 0;
  left: auto;
  top: 70px;
}
#index .pc .history .pw .r .swiper-container .swiper-button-next {
  background: url("../images/index-about-allow.png") no-repeat center center;
  background-size: contain;
  top: 120px;
  right: 0px;
}
#index .pc .honor {
  padding-bottom: 30vw;
  padding-top: 30px;
  background: url("../images/index-honor-bg.jpg") no-repeat bottom center;
  background-size: 94%;
}
#index .pc .honor .l h2 {
  font-size: 66px;
  color: #231d1e;
}
#index .pc .honor .l p {
  padding-top: 8px;
  font-size: 24px;
  color: #231d1e;
}
#index .pc .honor .r {
  width: 66%;
  padding-top: 20px;
}
#index .pc .honor .r .swiper-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
#index .pc .honor .r .swiper-container .swiper-wrapper {
  display: flex;
  flex-direction: column;
  animation: scroll linear infinite;
}
#index .pc .honor .r .swiper-container .swiper-wrapper .swiper-slide .honor-list {
  font-size: 22px;
  letter-spacing: 1px;
  height: 25%;
  line-height: 40px;
}
#index .pc .honor .r .swiper-container .mask {
  width: 100%;
  height: 50px;
  opacity: 0.5;
  position: absolute;
  left: 0;
  z-index: 5;
}
#index .pc .honor .r .swiper-container .mask-t {
  top: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
#index .pc .honor .r .swiper-container .mask-b {
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
#index .pc .honor .r .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
#index .pc .honor .r .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#index .pc .video {
  background: url("../images/n-index-video-bg.jpg") no-repeat right top;
  background-size: 600px;
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 160px 0;
}
#index .pc .video .video-btn {
  width: 80%;
  height: 100%;
  position: absolute;
  left: 10%;
  z-index: 20;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
#index .pc .video .video-btn img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
#index .pc .video .video-box {
  width: 80%;
  border-radius: 30px;
  background: url("../images/video-load.gif") no-repeat center bottom #000;
  background-size: 15%;
}
#index .pc .video .video-pic {
  width: 80%;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
#index .pc .service {
  padding: 250px 0 220px;
  position: relative;
  overflow-x: clip;
  background: url("../images/n-index-service-bg.jpg") no-repeat bottom right #f8f7fd;
  background-size: 700px;
  border-radius: 40px;
}
#index .pc .service h2,
#index .pc .service p {
  text-align: center;
}
#index .pc .service h2 {
  font-size: 50px;
  line-height: 70px;
}
#index .pc .service p {
  padding-top: 30px;
  font-size: 40px;
}
#index .pc .service ul {
  padding-top: 200px;
}
#index .pc .service ul li {
  float: left;
  width: 33.3%;
  text-align: center;
  padding-bottom: 80px;
}
#index .pc .service ul li b {
  font-size: 60px;
  color: #d7151d;
}
#index .pc .service ul li h3 {
  font-size: 32px;
}
#index .pc .service ul li p {
  font-size: 14px;
  padding-top: 5px;
}
#index .pc .service ul li a {
  display: block;
}
#index .pc .service ul li a span {
  display: inline-block;
  width: 280px;
  height: 1px;
  background: #c3c2c5;
  position: relative;
}
#index .pc .service ul li a span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 1px;
  background: #000;
  transition: all 0.5s;
}
#index .pc .service ul li a:hover span::before {
  width: 100%;
}
#index .pc .service .service-btn {
  padding-top: 30px;
}
#index .pc .service .service-btn a {
  display: block;
  width: 200px;
  margin: 0 auto;
}
#index .pc .service .service-btn a h5 {
  font-size: 28px;
  background: url("../images/n-index-service-allow.png") no-repeat right center;
  background-size: 22px;
  padding-bottom: 5px;
}
#index .pc .service .service-btn a span {
  display: block;
  width: 100%;
  height: 1px;
  background: #c3c2c5;
  position: relative;
}
#index .pc .service .service-btn a span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
  background: #000;
  transition: all 0.5s;
}
#index .pc .service .service-btn a:hover span::before {
  width: 100%;
}
#index .pc .service .icon {
  position: absolute;
}
#index .pc .service .icon1 {
  top: 300px;
  left: 5%;
  width: 100px;
}
#index .pc .service .icon2 {
  top: 50px;
  left: 22%;
  width: 150px;
}
#index .pc .service .icon3 {
  top: 330px;
  left: 88%;
  width: 150px;
}
#index .pc .partner {
  padding: 100px 0 100px;
}
#index .pc .partner .title {
  padding-bottom: 50px;
}
#index .pc .partner .title h2 {
  font-size: 66px;
  color: #231d1e;
}
#index .pc .partner .swiper-container {
  width: 100%;
  aspect-ratio: 1662 / 517;
  overflow: hidden;
}
#index .pc .partner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/********************************************************手机端********************************************************/
@media (max-width: 768px) {
  #index .pc .banner h1 {
    font-size: 35px;
  }
  #index .pc .banner p {
    padding-top: 18px;
    font-size: 25px;
  }
  #index .pc .about {
    padding-top: 50px;
    background: url(../images/n-index-about-bg.jpg) no-repeat left top;
    background-size: contain;
  }
  #index .pc .about .t .l,
  #index .pc .about .t .r {
    float: none;
    width: 100%;
  }
  #index .pc .about .t .l h2 {
    font-size: 32px;
    padding-bottom: 30px;
  }
  #index .pc .about .t .l p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    padding-bottom: 14px;
  }
  #index .pc .history {
    padding-top: 5px;
  }
  #index .pc .history .pw {
    background: url(../images/index-licheng-bg.jpg) no-repeat center bottom;
    background-size: contain;
    padding: 10px 0;
  }
  #index .pc .history .pw .l,
  #index .pc .history .pw .r {
    float: none;
    width: 100%;
  }
  #index .pc .history .pw .l h2 {
    font-size: 32px;
    color: #231d1e;
  }
  #index .pc .history .pw .l p {
    padding-top: 5px;
    font-size: 18px;
    padding-bottom: 5px;
  }
  #index .pc .history .pw .r .swiper-container {
    height: auto;
  }
  #index .pc .history .pw .r .swiper-container .swiper-slide {
    display: block;
  }
  #index .pc .history .pw .r .swiper-container .swiper-slide .sl,
  #index .pc .history .pw .r .swiper-container .swiper-slide .sr {
    float: none;
    width: 100%;
  }
  #index .pc .history .pw .r .swiper-container .swiper-slide .sl {
    padding-bottom: 0;
    text-align: left;
    height: 120px;
    line-height: 120px;
  }
  #index .pc .history .pw .r .swiper-container .swiper-slide .sr {
    padding: 20px 0 40px;
  }
  #index .pc .history .pw .r .swiper-container .swiper-slide .sr ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0 8px 20px;
  }
  #index .pc .history .pw .r .swiper-container .swiper-button-prev {
    top: 35px;
  }
  #index .pc .history .pw .r .swiper-container .swiper-button-next {
    top: 84px;
  }
  #index .pc .honor {
    padding-bottom: 180px;
    background: url(../images/index-honor-bg.jpg) no-repeat bottom center;
    background-size: 92%;
  }
  #index .pc .honor .l,
  #index .pc .honor .r {
    width: 100%;
    float: none;
  }
  #index .pc .honor .l h2 {
    font-size: 32px;
  }
  #index .pc .honor .r {
    padding-top: 50px;
  }
  #index .pc .honor .r .swiper-container .swiper-wrapper .swiper-slide .honor-list {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 16px;
  }
  #index .pc .video {
    min-height: inherit;
    padding: 80px 0;
    background: url(../images/n-index-video-bg.jpg) no-repeat right top;
    background-size: 63%;
  }
  #index .pc .video .video-btn {
    width: 92%;
    left: 4%;
  }
  #index .pc .video .video-btn img {
    width: 70px;
    height: 70px;
  }
  #index .pc .video .video-box,
  #index .pc .video .video-pic {
    width: 92%;
    border-radius: 10px;
  }
  #index .pc .service {
    border-radius: 15px;
    background: url(../images/n-index-service-bg.jpg) no-repeat bottom right #f8f7fd;
    background-size: 300px;
    padding: 100px 0 100px;
  }
  #index .pc .service h2 {
    font-size: 18px;
    line-height: 31px;
  }
  #index .pc .service p {
    padding-top: 15px;
    font-size: 16px;
  }
  #index .pc .service ul {
    padding-top: 50px;
  }
  #index .pc .service ul li {
    width: 100%;
    padding-bottom: 30px;
  }
  #index .pc .service ul li b {
    font-size: 50px;
  }
  #index .pc .service ul li h3 {
    font-size: 20px;
  }
  #index .pc .service ul li a span {
    width: 90%;
  }
  #index .pc .service .service-btn a {
    width: 140px;
  }
  #index .pc .service .service-btn a h5 {
    font-size: 20px;
  }
  #index .pc .service .icon1 {
    top: 100px;
    left: -3%;
    width: 60px;
  }
  #index .pc .service .icon2 {
    top: 5px;
    left: 22%;
    width: 80px;
  }
  #index .pc .service .icon3 {
    top: 61px;
    left: 86%;
    width: 60px;
  }
  #index .pc .partner {
    padding: 70px 0 70px;
  }
  #index .pc .partner .title {
    padding-bottom: 40px;
  }
  #index .pc .partner .title h2 {
    font-size: 32px;
  }
}
