@import 'fonts.css';
@import 'reset.css';
:root {
  --radius1: 4.0625rem;
  --distance: 4.0625rem;
  --radius: 13.75rem;
  --radius9: 9.0625rem;
}
@media screen and (max-width: 991px) {
  :root {
    --radius1: 3.4375rem;
    --radius9: 7.5rem;
  }
}
.ani {
  visibility: hidden;
}
.bgImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexs-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
html {
  overflow: hidden;
  font-family: D-DIN;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 999999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
header .iconfont {
  font-size: 1.5625rem;
  color: #fff;
  margin-left: 6.5625rem;
}
header .iconfont:hover ~ .tel {
  display: block;
}
header .telBox {
  position: relative;
}
header .telBox .tel {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  color: #474747;
  background: #fff;
  padding: 1rem;
  width: 150%;
  border-radius: 5px;
  text-align: center;
  font-family: D-DIN-Bold;
}
header .logo {
  width: 14.875rem;
}
header .logo img {
  display: block;
  width: 100%;
}
header nav li a {
  font-size: 1.25rem;
  color: #fff;
  font-family: D-DIN-Bold;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
header nav li:not(:last-child) {
  margin-right: 1.875rem;
}
header nav li:hover a {
  opacity: 1;
  color: #fff;
}
header nav li.active a {
  opacity: 1;
}
header:hover {
  opacity: 1;
}
header.home {
  background: rgba(0, 0, 0, 0.2);
}
header.other nav li a {
  color: #474747;
}
header.other nav li:hover a {
  color: #474747;
}
@media screen and (max-width: 991px) {
  header {
    height: 60px;
  }
  header .pc-nav {
    display: none;
  }
  header .logo {
    width: 10rem;
  }
  header .logo img {
    display: block;
    width: 100%;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    background: #080000;
    padding: 60px 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    flex-direction: column;
    align-items: flex-start !important;
    overflow: auto;
  }
  header nav > li {
    height: auto;
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
  }
  header nav > li > a {
    line-height: 1.2;
    padding: 0;
    font-size: 16px;
    display: inline-block;
    color: #fff !important;
  }
  header nav > li::after {
    content: none;
  }
  header nav > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  header nav > li:first-child {
    border-left: 2px solid #fff;
  }
  header nav > li .erji {
    opacity: 1;
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin-top: 15px;
    display: block;
    background: transparent;
    width: 100%;
    padding: 0;
  }
  header nav > li .erji ul {
    padding: 0;
  }
  header nav > li .erji ul li {
    margin: 0;
    min-width: 25%;
    text-align: left;
  }
  header nav > li .erji ul li a {
    opacity: 0.5;
    font-size: 14px;
    color: #fff;
  }
  header nav > li .erji ul li:not(:last-child) {
    margin-bottom: 0;
  }
  header nav > li .erji::after {
    content: none;
  }
}
header.fixed {
  opacity: 1;
}
.fullPage {
  width: 100%;
  height: 100vh !important;
}
.fullPage .fullPage-page {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  right: 1.5625rem;
  z-index: 9999;
}
.fullPage .fullPage-page .swiper-pagination-bullet {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 5px;
  background-clip: content-box;
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.fullPage .fullPage-page .swiper-pagination-bullet::after {
  opacity: 1;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(360deg);
  transition: 1.5s all ease;
  width: 20px;
  height: 0;
  border: 0;
  border-radius: 0;
  border-left: none;
  background: url("../images/cir2.png") no-repeat;
  background-size: 50% auto;
  background-position: right;
}
.fullPage .fullPage-page .swiper-pagination-bullet::before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(360deg);
  transition: 1.5s all ease;
  width: 20px;
  height: 0;
  border: 0;
  border-radius: 0;
  border-left: none;
  background: url("../images/cir2.png") no-repeat;
  background-size: 50% auto;
  background-position: right;
}
.fullPage .fullPage-page .swiper-pagination-bullet:hover::after {
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(0);
}
.fullPage .fullPage-page .swiper-pagination-bullet:hover::before {
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(0);
}
.fullPage .fullPage-page .swiper-pagination-bullet-active {
  background-color: #821811;
}
.fullPage .fullPage-page .swiper-pagination-bullet-active::after {
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(0);
}
.fullPage .fullPage-page .swiper-pagination-bullet-active::before {
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(0);
}
.fullPage .fullPage-page.grey .swiper-pagination-bullet {
  background-color: #9f9f9f;
}
.fullPage .fullPage-page.grey .swiper-pagination-bullet-active {
  background-color: #821811;
}
.fullPage .fullPage-page.white .swiper-pagination-bullet {
  background-color: #fff;
}
.fullPage .fullPage-page.white .swiper-pagination-bullet::after {
  background: url("../images/cir.png") no-repeat;
  background-size: 50% auto;
  background-position: right;
}
.fullPage .fullPage-page.white .swiper-pagination-bullet::before {
  background: url("../images/cir.png") no-repeat;
  background-size: 50% auto;
  background-position: right;
}
.fullPage .fullPage-page.white .swiper-pagination-bullet-active {
  background-color: #fff;
}
.fullPage h2 {
  font-family: D-DIN-Bold;
  font-size: 4.75rem;
  letter-spacing: 1px;
  color: #474747;
  line-height: 1;
}
.fullPage h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .fullPage h2 {
    font-size: 3rem;
  }
  .fullPage h3 {
    font-size: 18px;
  }
}
.slide1 .banner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.slide1 .banner .swiper-slide {
  height: 100%;
  position: relative;
  z-index: 2;
}
.slide1 .banner video {
  position: relative;
  z-index: 2;
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.slide1 .banner .bannerText {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
.slide1 .banner .bannerText .title {
  font-family: D-DIN-Bold;
  font-size: 4.75rem;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1;
}
.slide1 .banner .bannerText .con {
  margin-top: 2.1875rem;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .slide1 .banner .bannerText .title {
    font-size: 3rem;
  }
  .slide1 .banner .bannerText .con {
    font-size: 18px;
  }
}
.slide1 .banner .mbanner {
  display: none;
}
@media screen and (max-width: 991px) {
  .slide1 .banner .mbanner {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .slide1 .banner video {
    display: none;
  }
}
.slide1 .swiper-pagination {
  display: flex;
  position: absolute;
  left: 8.33%;
  bottom: 5.625rem;
  z-index: 20;
}
.slide1 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.slide1 .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.875rem;
}
.slide1 .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/pause.png) no-repeat center;
  border-radius: 0;
}
.slide1 .scrollBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.625rem;
  z-index: 20;
  text-align: center;
}
.slide1 .scrollBox p {
  font-size: 1.5rem;
  font-family: D-DIN-Bold;
  color: #ffffff;
  letter-spacing: 1px;
}
.slide1 .scrollBox .line {
  width: 5rem;
  height: 2px;
  background: #fff;
}
.slide2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide2 .l-box {
  box-sizing: border-box;
  padding-left: 8.33%;
}
.slide2 .l-box .con {
  font-size: 1rem;
  line-height: 1.8;
  color: #777777;
  position: relative;
  width: 39.375rem;
  height: 12.1875rem;
  box-sizing: border-box;
  margin-top: 4.6875rem;
}
.slide2 .l-box .con .conBox {
  width: 37.5rem;
  text-align: justify;
}
.slide2 .l-box ul {
  margin-top: 5.9375rem;
}
.slide2 .l-box ul li p {
  font-size: 1.125rem;
  color: #474747;
  display: flex;
  align-items: flex-end;
}
.slide2 .l-box ul li p span {
  font-family: D-DIN-Bold;
  font-size: 3.125rem;
  line-height: 1;
  margin-right: 0.625rem;
}
.slide2 .l-box ul li .tip {
  font-size: 1rem;
  color: #474747;
  margin-top: 0.9375rem;
  line-height: 1;
  letter-spacing: 0;
}
.slide2 .l-box ul li:nth-child(2) {
  margin-left: 10.625rem;
}
.slide2 .l-box ul li:nth-child(2) p {
  font-size: 1.625rem;
  align-items: center;
}
.slide2 .l-box ul li:hover p {
  color: #821811;
}
.slide2 .rImg {
  width: 57%;
}
@media screen and (max-width: 991px) {
  .slide2 .rImg {
    display: none;
  }
  .slide2 .l-box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .slide2 .l-box .con {
    font-size: 14px;
    width: 80%;
    height: 300px;
  }
  .slide2 .l-box .con .conBox {
    width: 90%;
    text-align: left;
  }
  .slide2 .l-box ul {
    flex-direction: column;
  }
  .slide2 .l-box ul li {
    width: 100%;
  }
  .slide2 .l-box ul li p {
    font-size: 18px;
  }
  .slide2 .l-box ul li .tip {
    font-size: 16px;
  }
  .slide2 .l-box ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .slide2 .l-box ul li:nth-child(2) {
    margin-left: 0;
  }
}
.slide3 h2 {
  color: #fff;
  text-align: center;
}
.slide3 .box .w1600 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slide3 .box ul {
  width: 100%;
  margin-top: 26.59vh;
}
.slide3 .box ul li {
  width: 33%;
  text-align: center;
  cursor: pointer;
}
.slide3 .box ul li .iconfont {
  font-size: 2.5rem;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.slide3 .box ul li .title {
  margin-top: 1.875rem;
  padding-top: 1.25rem;
  font-family: D-DIN-Bold;
  font-size: 24px;
  color: #fffefe;
  text-align: center;
  line-height: 1.1;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  transition: all 0.5s ease-in-out;
}
.slide3 .box ul li.active .title {
  border-top: 2px solid #fff;
}
.slide3 .box ul li.active .title {
  font-size: 2.25rem;
}
@media screen and (max-width: 991px) {
  .slide3 .box ul {
    margin-top: 3.125rem;
  }
  .slide3 .box ul li .iconfont {
    font-size: 1.875rem;
  }
  .slide3 .box ul li .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .slide3 .box ul {
    flex-direction: column;
  }
  .slide3 .box ul li {
    width: 100%;
  }
  .slide3 .box ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.slide4 h2 {
  color: #fff;
  text-align: center;
}
.slide4 .box .w1600 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slide4 ul {
  position: relative;
  justify-content: space-between;
  width: 100%;
  margin-top: 27.65vh;
}
.slide4 ul li {
  width: 14.286%;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.slide4 ul li .iconfont {
  font-size: 1.875rem;
}
.slide4 ul li p {
  margin-top: 2.8125rem;
  font-size: 1.5rem;
  font-family: D-DIN-Bold;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.slide4 ul li::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: var(--distance);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}
.slide4 ul li.active .iconfont {
  font-size: 2.1875rem;
}
.slide4 ul li.active p {
  transform: scale(1.3);
}
.slide4 ul li.active::after {
  width: 6.25rem;
}
.slide4 ul::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: var(--distance);
}
@media screen and (max-width: 991px) {
  .slide4 .box ul {
    margin-top: 3.125rem;
  }
  .slide4 .box ul li .iconfont {
    font-size: 1.5625rem;
  }
  .slide4 .box ul li p {
    font-size: 20px;
  }
  .slide4 .box ul li:hover p {
    transform: scale(1.2);
  }
  .slide4 .box ul li.active p {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 640px) {
  .slide4 ul {
    flex-wrap: wrap;
  }
  .slide4 ul li {
    width: 35%;
    margin-bottom: 30px;
  }
  .slide4 ul::after {
    content: none;
  }
}
.slide5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide5 .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide5 .w1600 {
  height: auto !important;
}
.slide5 h3 {
  color: #474747;
}
.slide5 h2 {
  text-align: center;
}
.slide5 .cir {
  width: var(--radius);
  height: var(--radius);
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  border: 10px solid #dedede;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.slide5 .cir img {
  display: block;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  max-width: 90%;
}
@media only screen and (max-width: 1300px) and (min-width: 1200px) {
  .slide5 .cir img {
    max-width: 70%;
  }
}
.slide5 p {
  font-size: 1.25rem;
  text-align: center;
  color: #666666;
  margin-top: 1.25rem;
}
.slide5 .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  background: #777777;
  margin: 1.875rem auto 0;
}
.slide5 .swiper {
  padding-top: 4.0625rem;
}
.slide5 .swiper::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 7px;
  left: 0;
}
.slide5 .swiper-slide {
  cursor: pointer;
}
.slide5 .swiper-slide .cir {
  transform: scale(0.77);
}
.slide5 .swiper-slide-active .cir {
  border: 0;
  transform: scale(1);
  box-shadow: 0 0 2.5rem 0 #821811;
}
.slide5 .swiper-slide-active .cir img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.slide5 .swiper-slide-active .dot {
  background: #821811;
}
.slide5 .swiperBtn {
  margin-top: 5rem;
}
.slide6 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide6 .w1600 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide6 h3,
.slide6 h2 {
  text-align: left;
  color: #fff !important;
}
.slide6 .line {
  width: 3.75rem;
  height: 0.25rem;
  background: #fff;
  margin: 3.75rem 0;
}
.slide6 p {
  font-size: 1.5rem;
  line-height: 1;
  color: #ffff;
}
.slide6 p span {
  font-size: 3.75rem;
  font-family: D-DIN-Bold;
  line-height: 1;
}
.slide6 p span:first-child {
  margin-left: 0.625rem;
}
.slide6 p span:last-child {
  margin-right: 0.625rem;
}
.slide6 p:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.slide7 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide7 .box .w1600 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slide7 h2 {
  text-align: center;
  color: #fff;
}
.slide7 .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 11.25rem;
}
.slide7 .list .item {
  width: 30.625%;
  height: 11.25rem;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  overflow: hidden;
}
.slide7 .list .item .box1 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 1.875rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.slide7 .list .item .box1 p {
  font-family: D-DIN-Bold;
  font-size: 1.5rem;
  color: #474747;
  line-height: 1;
}
.slide7 .list .item .box1 .iconfont {
  font-size: 2.5rem;
  color: #474747;
}
.slide7 .list .item .box2 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.slide7 .list .item .box2 p {
  font-size: 1.25rem;
  color: #821811;
  font-family: D-DIN !important;
}
.slide7 .list .item .box2 p span {
  font-family: D-DIN-Bold !important;
}
.slide7 .list .item .box2 .con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.875rem;
}
.slide7 .list .item .box2 .optiscroll-vtrack {
  background: #821811 !important;
}
.slide7 .list .item .box2 .optiscroll-v {
  top: 0;
}
.slide7 .list .item::after {
  content: "";
  width: 0;
  height: 0.3125rem;
  background: #821811;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}
.slide7 .list .item:hover::after {
  width: 100%;
}
.slide7 .list .item:hover .box1 {
  opacity: 0;
}
.slide7 .list .item:hover .box2 {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .slide7 .list {
    margin-top: 3.125rem;
    flex-direction: column;
  }
  .slide7 .list .item {
    width: 100%;
    height: 7.5rem;
  }
  .slide7 .list .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.slide8 h2,
.slide8 h3 {
  text-align: center;
  color: #474747;
}
.slide8 .tip {
  text-align: center;
  font-size: 1.125rem;
  color: #474747;
  line-height: 1;
  margin-top: 1.875rem;
}
.slide8 .friendLogo {
  height: 40rem;
  width: 100%;
  background: url(../images/slide8-bg.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 50px;
  display: flex;
  align-items: center;
}
.slide8 .friendLogo .w1600 {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 2.8125rem;
}
.slide8 .friendLogo .item {
  width: 15rem;
  height: 10.625rem;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide8 .friendLogo .item img {
  display: block;
  position: relative;
  max-width: 70%;
  transition: all 0.5s ease-in-out;
}
.slide8 .friendLogo .item img:hover {
  transform: scale(1.2);
}
.slide8 .friendLogo .item:nth-child(1) img {
  top: -1.25rem;
}
.slide8 .friendLogo .item:nth-child(5) img {
  top: -10px;
}
.slide8 .friendLogo .item:nth-child(6) img {
  top: -1.875rem;
}
.slide8 .friendLogo .item:nth-child(7) img {
  top: 0.625rem;
}
.slide8 .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.slide8 .slide8Nav {
  display: none;
}
@media screen and (max-width: 991px) {
  .slide8 .box {
    justify-content: center;
  }
  .slide8 .friendLogo {
    display: none;
  }
  .slide8 .slide8Nav {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.slide9 .bgSwiper3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.slide9 .bgSwiper3 .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide9 .bgSwiper3 .swiper-slide video {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.slide9 .bgSwiper3 .swiper-slide .mBg {
  display: none;
}
.slide9 .box {
  position: relative;
  z-index: 3;
}
.slide9 .box .w1600 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slide9 .box h2 {
  color: #fff;
  margin-top: -1.875rem;
  letter-spacing: 1px;
}
.slide9 .box .conBox {
  width: 53.75%;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #fff;
  margin-top: 1.25rem;
  text-align: center;
}
.slide9 .box .conBox .con {
  display: none;
}
.slide9 .box .conBox .con.active {
  display: block;
}
@media screen and (max-width: 640px) {
  .slide9 .box .conBox {
    font-size: 14px;
  }
}
.slide9 .box .list {
  margin-top: 1.2rem;
}
.slide9 .box .list .item {
  cursor: pointer;
}
.slide9 .box .list .item .cir {
  width: var(--radius9);
  height: var(--radius9);
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide9 .box .list .item p {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
.slide9 .box .list .item:not(:last-child) {
  margin-right: 7.8125rem;
}
.slide9 .box .swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 7.375rem;
  transform: translateX(-50%);
}
.slide9 .box .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.slide9 .box .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 2.5rem;
}
.slide9 .box .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .slide9 .box .conBox {
    width: 80%;
  }
  .slide9 .bgSwiper3 .swiper-slide video {
    display: none;
  }
  .slide9 .bgSwiper3 .swiper-slide .mBg {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.slide10 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide10 .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slide10 .box .swiper {
  margin-top: 3.125rem;
  width: 100%;
}
.slide10 .box .swiper .swiper-wrapper {
  align-items: center;
}
.slide10 .box .swiper .swiper-slide {
  position: relative;
  display: flex;
}
.slide10 .box .swiper .swiper-slide img {
  transform: scale(0.7);
  cursor: pointer;
}
.slide10 .box .swiper .swiper-slide-active img {
  width: 100%;
  border-radius: 1.25rem;
  transform: scale(1);
}
.slide10 .box .swiper .swiper-slide-next {
  justify-content: flex-end;
  position: relative;
}
.slide10 .box .swiper .swiper-slide-next img {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  position: relative;
  left: 0;
}
.slide10 .box .swiper .swiper-slide-prev img {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.slide10 .box .swiper::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  box-shadow: 0 -5px 5px 5px rgba(255, 255, 255, 0.5);
}
.slide10 .box .swiperBtn {
  margin-top: 3.125rem;
}
@media screen and (max-width: 991px) {
  .slide10 .box .swiper {
    width: 70%;
    margin: 1.875rem auto 0;
  }
}
.slide11 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide11 .box .w1600 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.slide11 .con,
.slide11 .inputBox {
  width: 82.5%;
}
.slide11 .con {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #777777;
}
@media screen and (max-width: 640px) {
  .slide11 .con {
    font-size: 14px;
  }
}
.slide11 .inputBox {
  margin-top: 4.6875rem;
  position: relative;
  z-index: 10;
}
.slide11 .inputBox .row {
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.slide11 .inputBox .row .input-box {
  width: 46.9%;
}
.slide11 .inputBox .row input {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  outline: 0;
  font-size: 1.25rem;
  color: #000;
  padding-bottom: 1.25rem;
}
.slide11 .inputBox .row input::placeholder {
  color: #666666;
}
.slide11 .inputBox .row:nth-last-child(2) .input-box {
  width: 100%;
}
.slide11 .inputBox .formBtn {
  display: flex;
  margin-top: 3.75rem;
}
.slide11 .inputBox .formBtn div {
  width: 8.75rem;
  height: 2.625rem;
  border-radius: 1.25rem;
  background: #777777;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #fff;
  cursor: pointer;
}
.slide11 .inputBox .formBtn div:not(:last-child) {
  margin-right: 2.5rem;
}
.slide11 .inputBox .formBtn div.submit {
  background: #821811;
}
.slide11 .slide11Bg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 83px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .slide11 .inputBox {
    margin-top: 2.35rem;
  }
  .slide11 .inputBox .row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .slide11 .inputBox .row .input-box {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .slide11 .inputBox .row input {
    font-size: 16px;
  }
}
.slide12 {
  height: auto;
}
.slide12 footer {
  padding-top: 3.4375rem;
  background: #821811;
}
.slide12 footer .footer-logo {
  margin: 0 auto;
  display: block;
  width: 15.3125rem;
}
.slide12 footer .footer-center {
  margin-top: 2.1875rem;
}
.slide12 footer .footer-center .l-box .tip {
  font-family: D-DIN-Bold;
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
}
.slide12 footer .footer-center .l-box ul {
  margin-top: 1.5625rem;
}
.slide12 footer .footer-center .l-box ul li {
  display: flex;
}
.slide12 footer .footer-center .l-box ul li .iconfont {
  font-size: 1rem;
  flex-shrink: 0;
  color: #fff;
  margin-top: 6px;
  margin-right: 0.625rem;
}
.slide12 footer .footer-center .l-box ul li p {
  font-size: 1rem;
  color: #fff;
  line-height: 2.25;
  width: 36.25rem;
}
.slide12 footer .footer-center .footer-nav {
  display: flex;
  margin-top: 3.125rem;
}
.slide12 footer .footer-center .footer-nav li a {
  font-family: D-DIN-Bold;
  font-size: 1rem;
  color: #fff;
}
.slide12 footer .footer-center .footer-nav li:not(:last-child) {
  margin-right: 1.25rem;
}
.slide12 footer .footer-bot {
  margin-top: 3.125rem;
  padding-bottom: 2rem;
}
.slide12 footer .footer-bot p,
.slide12 footer .footer-bot a {
  font-size: 1rem;
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .slide12 footer .footer-center .l-box {
    width: 100%;
  }
  .slide12 footer .footer-center .footer-nav {
    display: none;
  }
  .slide12 footer .footer-bot {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .slide12 footer .footer-center .l-box ul li p {
    font-size: 14px;
  }
  .slide12 footer .footer-center .l-box ul li .iconfont {
    font-size: 14px;
  }
  .slide12 footer .footer-bot p,
  .slide12 footer .footer-bot a {
    font-size: 12px;
  }
}
.mtop {
  margin-top: 24.46vh;
}
.box {
  width: 100%;
  height: 100%;
}
.box .w1600 {
  height: 100%;
}
.swiperBtn .c-icon {
  width: 8px;
  height: 10px;
  background: #777777;
  margin: 0 0.8125rem;
  transition: all 0.3s ease-in-out;
}
.swiperBtn span {
  font-size: 1.625rem;
  letter-spacing: 1px;
  color: #777777;
  line-height: 1;
}
.swiperBtn .swiper-button-prev {
  margin-right: 4.0625rem;
}
.swiperBtn .swiper-button-prev .c-icon {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.swiperBtn .swiper-button-prev:hover .c-icon {
  background: #821811;
}
.swiperBtn .swiper-button-next .c-icon {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.swiperBtn .swiper-button-next:hover .c-icon {
  background: #821811;
}
.swiperBtnBox {
  position: absolute;
  right: 8.33%;
  bottom: 5.625rem;
  z-index: 20;
}
.swiperBtnBox .swiper-btn {
  width: var(--radius1);
  height: var(--radius1);
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.swiperBtnBox .swiper-btn .c-icon {
  width: 8px;
  height: 10px;
  background: #fff;
  margin: 0 0.8125rem;
  transition: all 0.3s ease-in-out;
}
.swiperBtnBox .swiper-btn:hover {
  background: #fff;
}
.swiperBtnBox .swiper-btn:hover .c-icon {
  background: #821811;
}
.swiperBtnBox .swiper-button-prev .c-icon {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.swiperBtnBox .swiper-button-next {
  margin-bottom: 1.25rem;
}
.swiperBtnBox .swiper-button-next .c-icon {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.menu-link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  z-index: 10;
  width: 42px;
  height: 42px;
  padding: 6px 8px;
  margin-left: 3.125rem;
  display: none;
}
.menu-link span {
  position: relative;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .menu-link {
    display: block;
  }
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
  background-color: #fff;
  border-radius: 1.5px;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-link span {
  width: 90%;
}
.menu-link span:before {
  width: 110%;
}
.menu-link span:after {
  width: 80%;
}
.menu-link.active span,
.menu-link.active span:before,
.menu-link.active span:after {
  width: 100%;
}
.menu-link span:before,
.menu-link span:after {
  position: absolute;
  right: 0;
  top: -0.7em;
  content: " ";
}
.menu-link span:after {
  top: 0.7em;
}
.menu-link.active span {
  background: transparent;
}
.menu-link.active span:before {
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(0.5em, 0.4em);
  -moz-transform: rotate(45deg) translate(0.5em, 0.4em);
  -ms-transform: rotate(45deg) translate(0.5em, 0.4em);
  -o-transform: rotate(45deg) translate(0.5em, 0.4em);
  transform: rotate(45deg) translate(0.5em, 0.4em);
}
.menu-link.active span:after {
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(0.6em, -0.5em);
  -moz-transform: rotate(-45deg) translate(0.6em, -0.5em);
  -ms-transform: rotate(-45deg) translate(0.6em, -0.5em);
  -o-transform: rotate(-45deg) translate(0.6em, -0.5em);
  transform: rotate(-45deg) translate(0.6em, -0.5em);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
/* chrome */
input[type="number"] {
  -moz-appearance: textfield;
  /* firefox */
}
.imgBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.8);
}
.imgBox img {
  display: block;
  width: 60%;
}
.imgBox .bi {
  position: absolute;
  top: 5%;
  right: 5%;
  color: #fff;
  font-size: 3.125rem;
  cursor: pointer;
}
.i-bg {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.i-bg .page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s all ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.i-bg .page.active {
  opacity: 1;
}
.i-bg .page2 .bgSwiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.i-bg .page2 .bgSwiper .swiper-slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.i-bg .page3 .bgSwiper2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.i-bg .page3 .bgSwiper2 .swiper-slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.i-bg .page7 {
  background: #e4e5e7;
}
