

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-info-next {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-info-prev {
  0% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-img-next {
  0% {
    transform: translate(10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slide-img-prev {
  0% {
    transform: translate(-10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
body.g-index {
  background-image: url("https://img.alicdn.com/tfs/TB1jB_AaUY1gK0jSZFCXXcwqXXa-1920-724.jpg");
}
.g-index .main-content section {
  padding: 100px 0 0 0;
}
.g-index .main-content section h2 {
  margin: 0 0 60px 0;
  line-height: 39px;
  font-size: 36px;
  font-weight: 400;
  color: #1B2B4F;
}
.g-index .main-content .top-banner {
  position: relative;
  padding: 0;
}
.g-index .main-content .top-banner .top-banner-wrapper {
  height: calc(100vh);
  width: 100%;
  min-width: 1160px;
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*nFGpRow-TEsAAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: cover;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide {
  height: calc(100vh);
  width: 100%;
  min-width: 1160px;
  position: relative;
  overflow: hidden;
  display: none;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .bg-wrap {
  height: 100%;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .bg-wrap .background {
  position: absolute;
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  background-size: 100% 100%;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .bg-wrap .image {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100vh);
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
   background-size: cover;
    /*background-size: auto calc(100vh);*/
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .bj-video {
  height: 100%;
  position: relative;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .bj-video .bj-video-content {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .video-position-box {
  position: absolute;
  right: 58px;
  bottom: 48px;
  opacity: 0.5;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .video-position-box img {
  width: 54px;
  height: 54px;
  display: block;
  margin: auto;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .video-position-box div {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  margin-top: 4px;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .info-wrap {
  position: absolute;
  top: 41%;
  left: 50%;
  margin-left: -400px;
  color: #FFF;
  letter-spacing: 0;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .info-wrap h1 {
  text-align: left;
  line-height: 48px;
  font-size: 40px;
  font-weight: 700;
  padding: 0 0 15px;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .info-wrap p {
  width: 650px;
  text-align: left;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide .info-wrap a {
  display: inline-block;
  margin-top: 80px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  height: 32px;
  width: 108px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  border: solid 1px #fff;
  text-align: center;
  cursor: pointer;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide.active {
  display: block;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide.animate-prev .bg-wrap .image {
  animation: slide-img-prev cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s both;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide.animate-prev .info-wrap {
  animation: slide-info-prev cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s both;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide.animate-next .bg-wrap .image {
  animation: slide-img-next cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s both;
}
.g-index .main-content .top-banner .top-banner-wrapper .slide.animate-next .info-wrap {
  animation: slide-info-next cubic-bezier(0.16, 1, 0.29, 0.99) 0.667s both;
}
.g-index .main-content .top-banner .banner-left-icon {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 80px;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*Gq3ET5rHLhMAAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.g-index .main-content .top-banner .banner-left-icon:hover {
  background-image: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*ramgSLrgzQgAAAAAAAAAAAAAARQnAQ");
}
.g-index .main-content .top-banner .banner-right-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 80px;
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*WllGQo78Or8AAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: -24px;
}
.g-index .main-content .top-banner .banner-right-icon:hover {
  background-image: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*yPHrT7PAnzYAAAAAAAAAAAAAARQnAQ");
}
.g-index .main-content .top-banner .pagination {
  position: absolute;
  z-index: 999;
  bottom: 42px;
  text-align: center;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.g-index .main-content .top-banner .pagination span {
  display: inline-block;
  width: 84px;
  height: 3px;
  margin: 0 8px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.97;
  cursor: pointer;
}
.g-index .main-content .top-banner .pagination span.active div {
  background: #fff;
  width: 100%;
  height: 3px;
}
.g-index .main-content .top-banner .pagination span.active .active-box {
  background: #fff;
  width: 1%;
  height: 3px;
  animation: bannerActive 3s;
  -webkit-animation: bannerActive 3s;
  /* Safari 与 Chrome */
}
.g-index .main-content .video-black-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 65538;
  display: none;
}
.g-index .main-content .video-black-box .black-video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -209px;
  margin-left: -384px;
  width: 768px;
  height: 418px;
  outline: -webkit-focus-ring-color auto 0px;
}
.g-index .main-content .video-black-box .video-close-box {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 10;
  margin-top: -190px;
  margin-right: -368px;
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*dX5URr6xvhoAAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: 100% 100%;
}
.g-index .main-content .home-product-box {
  padding: 0;
}
.g-index .main-content .home-product-box .home-product-position {
  position: fixed;
  left: 0;
  top: 60px;
  background-color: #fff;
  z-index: 1000;
}
.g-index .main-content .home-product-box .home-product-tab-box {
  width: 100%;
  height: 88px;
  line-height: 88px;
  display: flex;
  justify-content: center;
}
.g-index .main-content .home-product-box .home-product-tab-box .product-tab-content {
  display: flex;
  cursor: pointer;
  color: #1B2B4F;
}
.g-index .main-content .home-product-box .home-product-tab-box .product-tab-content .img-box {
  width: 16px;
  height: 16px;
  margin-top: 36px;
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*1zGPSaK47uMAAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: 100% 100%;
}
.g-index .main-content .home-product-box .home-product-tab-box .product-tab-content .iron-img {
  background-image: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*QxsCQajKQP0AAAAAAAAAAAAAARQnAQ");
}
.g-index .main-content .home-product-box .home-product-tab-box .product-tab-content .tab-name {
  font-size: 14px;
  margin-left: 8px;
}
.g-index .main-content .home-product-box .home-product-tab-box .product-tab-content:last-child {
  margin-left: 60px;
}
.g-index .main-content .home-product-box .home-product-tab-box .product-tab-active .img-box {
  background-image: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*M0mpRZGz12MAAAAAAAAAAAAAARQnAQ");
}
.g-index .main-content .home-product-box .home-product-tab-box .product-tab-active .iron-img {
  background-image: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*Mf5gQrakKu8AAAAAAAAAAAAAARQnAQ");
}
.g-index .main-content .home-product-box .home-product-tab-box .product-tab-active .tab-name {
  color: #FF6900;
}
.g-index .main-content .home-product-box .home-contain-box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.g-index .main-content .home-product-box .home-contain-box .contain-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.g-index .main-content .home-product-box .home-contain-box .contain-content-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  min-width: 1160px;
  color: #FFFFFF;
}
.g-index .main-content .home-product-box .home-contain-box .contain-content-box .contain-title {
  font-size: 40px;
  line-height: 48px;
  margin-top: 180px;
  text-align: center;
}
.g-index .main-content .home-product-box .home-contain-box .contain-content-box .contain-msg {
  font-size: 16px;
  line-height: 24px;
  margin: 14px auto 0;
  text-align: center;
  max-width: 1166px;
  padding: 0 20px;
  font-weight: 300;
}
.g-index .main-content .home-product-box .home-contain-box .contain-content-box .contain-button {
  display: block;
  margin: 40px auto;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  height: 32px;
  width: 108px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  border: solid 1px #fff;
  text-align: center;
  cursor: pointer;
}
.g-index .main-content .home-product-box .home-dark-box {
  position: relative;
  bottom: 90px;
}
.g-index .main-content .home-product-box .home-darksteel-box {
  margin-top: 80px;
  overflow: hidden;
  width: 100%;
  min-width: 1160px;
  text-align: center;
  color: #000;
  height: 650px;
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*LLaKRYALAQ0AAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: 100% 100%;
}
.g-index .main-content .home-product-box .home-darksteel-box .darkstell-title {
  font-size: 40px;
  line-height: 40px;
}
.g-index .main-content .home-product-box .home-darksteel-box .darksteel-msg {
  font-size: 16px;
  margin-top: 16px;
}
.g-index .main-content .home-product-box .home-darksteel-box .darksteel-button {
  display: block;
  margin: 20px auto;
  color: #4CBBF9;
  font-size: 12px;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box {
  width: 100%;
  min-width: 1160px;
  max-width: 1520px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper .swiper-slide {
  width: 622px;
  height: 490px;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 250px;
  display: block;
  margin: 50px auto;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper .swiper-slide .darksteel-a {
  display: none;
  width: 38px;
  height: 38px;
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*gfPURodPg1UAAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 29px;
  top: 282px;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper .swiper-slide .darksteel-content-box {
  display: none;
  width: 100%;
  padding: 0 8px;
  margin-top: 15px;
  color: #fff;
  text-align: left;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper .swiper-slide .darksteel-content-box .swiper-title {
  font-size: 24px;
  line-height: 36px;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper .swiper-slide .darksteel-content-box .swiper-msg {
  font-size: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 18px;
  height: 36px;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper .swiper-slide-active {
  width: 622px;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper .swiper-slide-active .darksteel-content-box {
  display: block;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper .swiper-slide-active .swiper-img {
  width: 100%;
  height: 348px;
  margin: auto;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .swiper-wrapper .swiper-slide-active:hover .darksteel-a {
  display: block;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .darks-pagination {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 111;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .darks-pagination .swiper-pagination-bullet {
  width: auto;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  padding: 0 4px;
  opacity: 1;
}
.g-index .main-content .home-product-box .home-darksteel-box #darksteel-swiper-box .darks-pagination .swiper-pagination-bullet-active {
  background: #FF6A00;
  border: 1px solid #FF6A00;
}
.g-index .main-content .home-product-padding {
  padding-top: 88px;
}
.g-index .main-content .thead-feature .wrap ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 35px;
  margin: 0 0 -80px 0;
}
.g-index .main-content .thead-feature .wrap ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 560px;
  margin: 0 0 80px 0;
}
.g-index .main-content .thead-feature .wrap ul li .thead-feature-thumb {
  padding: 0 10px 0 0;
  border-right: #E7E7E7 1px solid;
}
.g-index .main-content .thead-feature .wrap ul li .thead-feature-thumb img {
  width: 80px;
  height: 80px;
}
.g-index .main-content .thead-feature .wrap ul li .thead-feature-info {
  padding: 0 0 0 20px;
  width: 100%;
}
.g-index .main-content .thead-feature .wrap ul li .thead-feature-info h3 {
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
  color: #0F1D40;
  letter-spacing: 0;
  margin: 0 0 5px;
}
.g-index .main-content .thead-feature .wrap ul li .thead-feature-info p {
  width: 411px;
  font-size: 14px;
  color: #262D36;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.g-index .main-content .product .wrap-box {
  overflow: hidden;
  width: 1160px;
  margin: auto;
}
.g-index .main-content .product .wrap-box ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0 0 100px 0;
}
.g-index .main-content .product .wrap-box ul li {
  width: 360px;
  color: #1B2B4F;
  background: #fff;
  margin: 0 40px 0 0;
}
.g-index .main-content .product .wrap-box ul li:nth-child(3n) {
  margin-right: 0;
}
.g-index .main-content .product .wrap-box ul li .thumb {
  width: 360px;
  height: 200px;
  overflow: hidden;
}
.g-index .main-content .product .wrap-box ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
.g-index .main-content .product .wrap-box ul li .info h3 {
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
  color: #1B2B4F;
  margin: 17px 0 5px 0;
}
.g-index .main-content .product .wrap-box ul li .info .summary {
  min-height: 48px;
  font-size: 14px;
  color: #262D36;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.g-index .main-content .product .wrap-box ul li .info .view-more {
  line-height: 12px;
  padding-top: 30px;
}
.g-index .main-content .product .wrap-box ul li .info .view-more em {
  display: inline-block;
  background-image: url("https://img.alicdn.com/tfs/TB13glZboT1gK0jSZFrXXcNCXXa-872-308.png");
  background-size: 436px 154px;
  background-position-x: -70px;
  background-position-y: -65px;
  height: 12px;
  width: 49px;
}
.g-index .main-content .product .wrap-box ul li .info .view-more span {
  font-size: 12px;
  color: #82828E;
  letter-spacing: 1.75px;
}
.g-index .main-content .product .wrap-box ul li:hover a .info h3 {
  color: #FF5000;
}
.g-index .main-content .product .wrap-box ul li:hover .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.g-index .main-content .application {
  background: #f3f3f3 url('https://img.alicdn.com/tfs/TB1wZzAaUD1gK0jSZFGXXbd3FXa-1920-786.jpg') no-repeat;
  background-position: center bottom;
  background-size: 1920px 786px;
  padding-bottom: 50px;
}
.g-index .main-content .application #swiper-container-2 {
  min-width: 1000px;
  max-width: 1920px;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 0 62px 0;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 560px;
  height: 480px;
  background-color: #fff;
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 20px;
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide:first-of-type {
  margin-left: 40px;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide:last-of-type {
  margin-right: 40px;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide .bg img {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide:hover .bg img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #0F1D40;
  display: block;
  padding: 35px 40px;
  z-index: 1;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide a h3 {
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide a i {
  display: block;
  width: 30px;
  height: 3px;
  background: #FE5F00;
  margin: 5px 0 10px;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide a p {
  font-size: 14px;
  letter-spacing: 0;
  color: #262D36;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
  min-height: 120px;
}
.g-index .main-content .application #swiper-container-2 .swiper-wrapper .swiper-slide a em.more {
  display: none;
}
.g-index .main-content .application #swiper-container-2 .swiper-pagination {
  bottom: 0;
}
.g-index .main-content .application #swiper-container-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D4D3;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.g-index .main-content .application #swiper-container-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF5F01;
}
.g-index .main-content .home-news-box {
  width: 100%;
  height: 672px;
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*Z9XuSZld9dEAAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: cover;
  padding: 0;
  overflow: hidden;
}
.g-index .main-content .home-news-box .wrap-box {
  max-width: 1272px;
  width: 100%;
  margin: auto;
}
.g-index .main-content .home-news-box .wrap-box .home-news-title {
  font-size: 40px;
  line-height: 48px;
  margin-top: 180px;
  text-align: center;
  margin-top: 140px;
}
.g-index .main-content .home-news-box .wrap-box .home-title-msg {
  font-size: 16px;
  line-height: 24px;
  margin: 14px auto 0;
  text-align: center;
  max-width: 1160px;
  padding: 0 20px;
  font-weight: 300;
  color: #3D3D3D;
}
.g-index .main-content .home-news-box .wrap-box .home-news-button {
  display: block;
  margin: 20px auto;
  color: #4CBBF9;
  font-size: 12px;
  text-align: center;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper {
  width: 100%;
  min-width: 1160px;
  max-width: 1272px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .swiper-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .swiper-wrapper .swiper-slide {
  width: 408px;
  height: 336px;
  overflow: hidden;
  margin: 0 9px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #D8D8D8;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .swiper-wrapper .swiper-slide:hover {
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*o9QPTq_bZhEAAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: 100% 100%;
  padding: 1px;
  border: none;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .swiper-wrapper .swiper-slide .news-img-box {
  height: 195px;
  width: 100%;
  position: relative;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .swiper-wrapper .swiper-slide .news-img-box .news-img-content {
  height: 195px;
  width: 100%;
  object-fit: cover;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .swiper-wrapper .swiper-slide .news-img-box .news-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .swiper-wrapper .swiper-slide .news-content-box {
  background-color: #fff;
  overflow: hidden;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .swiper-wrapper .swiper-slide .news-item-msg {
  font-size: 14px;
  margin: 16px 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  color: #3D3D3D;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .swiper-wrapper .swiper-slide .news-item-understand {
  font-size: 14px;
  line-height: 20px;
  color: #FF6A00;
  padding-left: 20px;
  margin-bottom: 14px;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .news-pagination {
  margin-top: 48px;
  text-align: center;
}
.g-index .main-content .home-news-box .wrap-box #home-news-swiper .swiper-pagination-bullet-active {
  background: #FE6A00;
}
.g-index .main-content .home-news-box .wrap-box .news-button-box {
  position: relative;
  width: 100%;
  min-width: 1160px;
  max-width: 1272px;
  margin: auto;
}
.g-index .main-content .home-news-box .wrap-box .news-button-box .news-prev-button {
  margin-top: -48px;
  height: 48px;
  width: 48px;
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*Z3njQo6Fb44AAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: -62px;
  z-index: 10;
  top: 198px;
  cursor: pointer;
  outline: none;
}
.g-index .main-content .home-news-box .wrap-box .news-button-box .news-prev-button:hover {
  background-image: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*ramgSLrgzQgAAAAAAAAAAAAAARQnAQ");
}
.g-index .main-content .home-news-box .wrap-box .news-button-box .new-next-button {
  margin-top: -48px;
  height: 48px;
  width: 48px;
  background: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*4h3xT5T8TQEAAAAAAAAAAAAAARQnAQ") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: -62px;
  z-index: 10;
  top: 198px;
  cursor: pointer;
  outline: none;
}
.g-index .main-content .home-news-box .wrap-box .news-button-box .new-next-button:hover {
  background-image: url("https://gw.alipayobjects.com/mdn/rms_d65887/afts/img/A*yPHrT7PAnzYAAAAAAAAAAAAAARQnAQ");
}
.g-index .banner-span-width div {
  width: 100%;
}
@keyframes bannerActive {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes bannerActive {
  /* Safari 与 Chrome */
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
