
.HomeBanner.md12251 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.HomeBanner.md12251 .BannerSwiper {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 5;
}
.HomeBanner.md12251 .BannerSwiper .swiper-container {
  height: 100%;
}
.HomeBanner.md12251 .BannerSwiper .swiper-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: 5;
  text-align: left;
  padding: 0 1rem;
}
.HomeBanner.md12251 .BannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border-color: #eeb416;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.HomeBanner.md12251 .BannerSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  min-width: 12px;
  min-height: 12px;
  background: #fff;
  border: none;
  margin: 0.1rem;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 5;
  border: 0.03rem solid transparent;
}
@media (max-width: 1920px) {
  .HomeBanner.md12251 .BannerSwiper .swiper-pagination .swiper-pagination-bullet {
    border-width: 3px;
  }
}
.HomeBanner.md12251 .BannerSwiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: transparent;
  border-color: #eeb416;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide {
  position: relative;
  z-index: 5;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideText {
  width: 36.5%;
  position: absolute;
  left: 1rem;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideTitle {
  width: 100%;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideTitle .Remark {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideTitle .Title {
  width: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideRemark {
  width: 100%;
  color: #fff;
  line-height: 1.75;
  margin-top: 0.5rem;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideImg {
  width: 100%;
  height: 100%;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideImg .Img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideImg img {
  display: none;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideVideo {
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideVideo .Board {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideVideo .Play.Show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideVideo .Play {
  width: 1rem;
  height: 1rem;
  border: 0.01rem solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  background-color: transparent;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideVideo .Play::after {
  content: "";
  display: block;
  width: 0;
  left: 0;
  border-top: 0.13rem solid transparent;
  border-bottom: 0.13rem solid transparent;
  border-left: 0.16rem solid #fff;
}
.HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideVideo .Video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1600px) {
  .HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideVideo .Board {
    height: auto;
    padding-top: calc(940 / 1920 * 100%);
  }
}
@media (max-width: 1200px) {
  .HomeBanner.md12251 .BannerSwiper .swiper-slide .SlideText {
    width: 100%;
    left: 0;
    padding: 20px;
  }
  .HomeBanner.md12251 .BannerSwiper .swiper-pagination {
    text-align: center;
  }
}
.HomeBanner.md12251 .BannerTips {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.HomeBanner.md12251 .BannerTips .Text {
  color: #fff;
  line-height: 1.3;
  white-space: nowrap;
  -webkit-animation: slide-up-down2 1.5s linear forwards infinite;
          animation: slide-up-down2 1.5s linear forwards infinite;
}
.HomeBanner.md12251 .BannerTips .Slide {
  width: 0.02rem;
  min-width: 2px;
  height: 0.6rem;
  min-height: 30px;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  margin-top: 0.18rem;
}
.HomeBanner.md12251 .BannerTips .Slide::before {
  width: 100%;
  height: 22%;
  position: absolute;
  background: #fff;
  content: "";
  display: block;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-animation: slide-up-down1 1.5s linear forwards infinite;
          animation: slide-up-down1 1.5s linear forwards infinite;
}
.HomeBanner.md12251 .BannerTips .Slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
@-webkit-keyframes slide-up-down1 {
  0% {
    top: 0;
  }
  50% {
    top: 30%;
  }
  100% {
    top: 0;
  }
}
@keyframes slide-up-down1 {
  0% {
    top: 0;
  }
  50% {
    top: 30%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes slide-up-down2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slide-up-down2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 1200px) {
  .HomeBanner.md12251 .BannerTips {
    display: none;
  }
}

.HomeService.md12250 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.HomeService.md12250 .ServiceBar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.4rem;
}
.HomeService.md12250 .ServiceTitle {
  width: auto;
  padding-top: 0.32rem;
}
.HomeService.md12250 .ServiceTitle .Title {
  z-index: 5;
  position: relative;
  width: 100%;
}
.HomeService.md12250 .ServiceTitle .En {
  width: 100%;
  color: rgba(51, 51, 51, 0.1);
  line-height: 1.1;
  font-weight: 400;
  white-space: nowrap;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 0;
  left: 0;
  z-index: 4;
}
.HomeService.md12250 .ServiceTitle .Ch {
  width: 100%;
  color: #333;
  line-height: 1.1;
  white-space: nowrap;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
.HomeService.md12250 .ServiceButtons {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.HomeService.md12250 .ServiceButtons .swiper-prev {
  margin-right: 0.2rem;
}
.HomeService.md12250 .ServiceButtons .swiper-prev, .HomeService.md12250 .ServiceButtons .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #0056c2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.HomeService.md12250 .ServiceButtons .swiper-prev:hover, .HomeService.md12250 .ServiceButtons .swiper-next:hover {
  background: #eeb416;
}
.HomeService.md12250 .ServiceButtons .swiper-prev .Icon, .HomeService.md12250 .ServiceButtons .swiper-next .Icon {
  width: 16%;
  height: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.HomeService.md12250 .ServiceButtons .swiper-prev .Icon svg, .HomeService.md12250 .ServiceButtons .swiper-next .Icon svg {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.HomeService.md12250 .ServiceSwiper {
  width: 100%;
  margin-top: 0.6rem;
  height: 5.4rem;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 5;
}
@media (min-width: 901px) {
  .HomeService.md12250 .ServiceSwiper .swiper-slide:hover {
    width: 42.7% !important;
  }
  .HomeService.md12250 .ServiceSwiper .swiper-slide:hover .SlideText {
    opacity: 1;
  }
  .HomeService.md12250 .ServiceSwiper .swiper-slide:hover .SlideTitle {
    display: none;
  }
  .HomeService.md12250 .ServiceSwiper .swiper-slide:hover .SlideButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideBoard {
  width: 100%;
  position: relative;
  z-index: 5;
  border-radius: 0.2rem;
  overflow: hidden;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideImg {
  width: 100%;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideImg .Img {
  width: 100%;
  padding-top: calc(540 / 820 * 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideImg img {
  display: none;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideText {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(51, 51, 51, 0.1)), color-stop(60%, rgba(51, 51, 51, 0.5)), to(#333333));
  background: linear-gradient(to bottom, transparent 0%, rgba(51, 51, 51, 0.1) 20%, rgba(51, 51, 51, 0.5) 60%, #333333 100%);
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideText .Title {
  color: #fff;
  line-height: 1.3;
  width: 100%;
  font-weight: 700;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideText .Remark {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.24rem;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideTitle {
  width: 100%;
  color: #333;
  line-height: 1.3;
  font-weight: 700;
  padding: 0.18rem 0;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideButton {
  width: 65%;
  background: #0056c2;
  padding: 0.3rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 0.2rem 0.2rem;
  padding-top: 0.5rem;
  margin-top: -0.2rem;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideButton .Text {
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideButton .Line {
  width: 100%;
  height: 0.01rem;
  background: #fff;
  min-height: 1px;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideButton .Button {
  margin-left: 0.4rem;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideButton .Button .Icon {
  color: #fff;
  width: 0.3rem;
  height: 0.3rem;
  min-width: 24px;
  min-height: 24px;
  background: #eeb416;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.HomeService.md12250 .ServiceSwiper .swiper-slide .SlideButton .Button .Icon svg {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 20%;
  height: 33.3%;
}
@media (max-width: 1200px) {
  .HomeService.md12250 .ServiceBar {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  .HomeService.md12250 .ServiceSwiper .swiper-slide .SlideText {
    padding: 10px;
  }
  .HomeService.md12250 .ServiceSwiper .swiper-slide .SlideText {
    opacity: 1;
  }
  .HomeService.md12250 .ServiceSwiper .swiper-slide .SlideTitle {
    display: none;
  }
  .HomeService.md12250 .ServiceSwiper .swiper-slide .SlideButton {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.HomeAbout.md12253 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.HomeAbout.md12253 .AboutText {
  width: 45.75%;
  position: absolute;
  left: 1rem;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.HomeAbout.md12253 .AboutTitle {
  width: auto;
  padding-top: 0.32rem;
}
.HomeAbout.md12253 .AboutTitle .Title {
  z-index: 5;
  position: relative;
  width: 100%;
}
.HomeAbout.md12253 .AboutTitle .En {
  width: 100%;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1.1;
  font-weight: 400;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 0;
  left: 0;
  z-index: 4;
}
.HomeAbout.md12253 .AboutTitle .Ch {
  width: 100%;
  color: #fff;
  line-height: 1.1;
  white-space: nowrap;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
.HomeAbout.md12253 .AboutGuide {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.28rem;
}
.HomeAbout.md12253 .AboutRemark {
  width: 100%;
  color: #fff;
  line-height: 1.75;
  margin-top: 0.64rem;
}
.HomeAbout.md12253 .AboutRemark p {
  color: #fff;
  line-height: 1.75;
}
.HomeAbout.md12253 .AboutButton {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.64rem;
}
.HomeAbout.md12253 .AboutButton .Button.More {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1rem;
  background: #0056c2;
  border-radius: 0.25rem;
}
@media (max-width: 1920px) {
  .HomeAbout.md12253 .AboutButton .Button.More {
    border-radius: 25px;
  }
}
.HomeAbout.md12253 .AboutButton .Button.More .ButtonText {
  width: auto;
  margin-left: 0.1rem;
  margin-right: 0.36rem;
}
.HomeAbout.md12253 .AboutButton .Button.More .ButtonText .Text {
  color: #fff;
  line-height: 1.1;
  white-space: nowrap;
}
.HomeAbout.md12253 .AboutButton .Button.More .ButtonIcon {
  width: 0.3rem;
  min-width: 24px;
  height: 0.3rem;
  min-height: 24px;
  background: #eeb416;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.HomeAbout.md12253 .AboutButton .Button.More .ButtonIcon .Icon {
  color: #fff;
  width: 20%;
  height: 33.3%;
}
.HomeAbout.md12253 .AboutButton .Button.More .ButtonIcon .Icon svg {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .HomeAbout.md12253 .AboutText {
    width: 100%;
    left: 0;
    padding: 20px;
  }
}

.md12252.Footer {
  width: 100%;
  background: #fff;
  border-top: 0.05rem solid #eeb416;
}
.md12252.Footer .Container {
  width: 100%;
  padding: 0 2.4rem;
}
.md12252.Footer .FMain {
  width: 100%;
  padding: 0.5rem 0 0.7rem;
}
.md12252.Footer .FLogo {
  width: 2.36rem;
  min-width: 177px;
  height: 1.16rem;
  min-height: 87px;
  margin: 0 auto;
}
.md12252.Footer .FLogo img {
  width: 100%;
  height: 100%;
}
.md12252.Footer .FAddress {
  width: 100%;
  color: #666;
  line-height: 1.75;
  text-align: center;
  margin-top: 0.5rem;
}
.md12252.Footer .FAddress p {
  color: #666;
  line-height: 1.75;
}
.md12252.Footer .FMedia {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.42rem;
}
.md12252.Footer .FMedia .Media {
  display: block;
  margin: 0 0.2rem;
}
.md12252.Footer .FMedia .Media:hover .Icon {
  color: #0056c2;
}
.md12252.Footer .FMedia .Media .Icon {
  width: 0.25rem;
  height: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20px;
  min-height: 20px;
  color: #bbb;
}
.md12252.Footer .FMedia .Media .Icon svg {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.md12252.Footer .FBottom {
  width: 100%;
  border-top: 0.01rem solid rgba(187, 187, 187, 0.2);
  border-bottom: 0.01rem solid transparent;
  padding: 0.33rem 0;
}
.md12252.Footer .FInfo {
  color: #666;
  line-height: 1.75;
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .md12252.Footer .Container {
    padding: 0 20px;
  }
}

.layout {
  margin-left: auto;
  margin-right: auto;
  width: 17.2rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
