@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth {
  clear: both;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.clear {
  clear: both;
}
.wzline2 {
  background-size: 100% 2px;
}
html {
  width: 100%;
}
@media screen and (min-width: 981px) {
  html {
    height: 100%;
  }
}
body {
  width: 100%;
  background-color: #fff;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 981px) {
  body {
    height: 100%;
    overflow: hidden;
  }
}
.in-pagination {
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.in-pagination span {
  width: 14px;
  height: 14px;
  border: 1px solid #f19903;
  border-radius: 100%;
  margin: 15px 0 !important;
  position: relative;
  background-color: transparent;
  opacity: 1;
  display: block;
}
.in-pagination span.swiper-pagination-bullet-active {
  background-color: #f19903;
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: perspective(1000px);
  transition: transform 0.6s;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .inBox {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .inSwiper {
    padding-top: 0px;
    height: auto;
    height: 100%;
  }
  .inSwiper > .swiper-wrapper {
    height: auto;
    display: block;
  }
  .inSwiper .inBox {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .inSwiper {
    padding-top: 0px;
  }
}
.index-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .index-page {
    height: auto;
  }
}
.index-page .inBoxFlex {
  width: 94%;
  max-width: 1600px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  .index-page .inBoxFlex {
    padding: 0;
  }
}
.index-page .inNavico {
  position: absolute;
  right: -45px;
  top: 6vh;
  z-index: 5;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 30px rgba(241, 153, 3, 0.6);
  padding: 10px;
}
.index-page .inNavico i {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #42e493;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, #3fe890, #19b66b);
  background-image: linear-gradient(to bottom, #3fe890, #19b66b);
  box-shadow: 0 0 20px rgba(241, 153, 3, 0.8);
}
.index-page .inNavico i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/menuico.png) center center no-repeat;
}
@media screen and (max-height: 780px) {
  .index-page .inNavico {
    top: 3vh;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-height: 700px) {
  .index-page .inNavico {
    top: 2vh;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 980px) {
  .index-page .inNavico {
    display: none;
  }
}
@media screen and (max-width: 1560px) {
  .index-page .inNavico {
    right: 0;
  }
}
.in-down {
  display: block;
  position: absolute;
  z-index: 5;
  width: 19px;
  height: 42px;
  background: url(../images/mouse.png) 0 center no-repeat;
  left: 50%;
  z-index: 3;
  margin-left: -10px;
  bottom: 25px;
  animation: arrow 2.4s linear infinite;
  cursor: pointer;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .in-down {
    bottom: 10px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.nav_bg{
  background: transparent;
}
.header .nav_bg .navico {
  display: none;
}
@media screen and (max-width: 980px) {
  .header .nav_bg {
    background-color: #f2f2f2;
  }
  .header .nav_bg .on {
    display: block !important;
  }
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-swiper ul {
  height: 100%;
}
.banner-swiper ul li {
  height: 100%;
  overflow: hidden;
}
.banner-swiper ul li img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transition: 1.8s;
  transition: 1.8s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner-swiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-swiper .page {
  line-height: 30px;
  position: relative;
}
.banner-swiper .page .banner-prev {
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #f19903;
}
.banner-swiper .page .banner-prev::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 32px;
  background: url(../images/bl.png) 50% 50% no-repeat;
  margin-right: 16px;
}
.banner-swiper .page .banner-next {
  position: absolute;
  left: 25%;
  bottom: 80%;
  width: 82px;
  height: 82px;
  background: url(../images/banner-next.png) no-repeat center;
}
.banner-swiper .banner-pagination {
  right: 2.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f19903;
  line-height: 40px;
  position: absolute;
  text-align: center;
  z-index: 4;
  text-align: left;
}
.banner-swiper .banner-pagination i {
  font-family: Arial;
  font-size: 46px;
  line-height: 34px;
  display: inline-block;
  vertical-align: bottom;
}
.banner-swiper .banner-pagination span {
  display: block;
  margin-top: 20px;
  width: 124px;
  border-top: 1px solid #f19903;
  font-size: 24px;
  line-height: 18px;
  padding-top: 18px;
  position: relative;
  padding-left: 2px;
}
.banner-swiper .banner-pagination span::before {
  content: "";
  width: 34px;
  height: 3px;
  background-color: #f19903;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
}
@media screen and (max-width: 980px) {
  .banner-swiper .banner-pagination {
    bottom: 30px;
  }
  .banner-swiper .banner-pagination i {
    font-size: 16px;
    line-height: 14px;
  }
  .banner-swiper .banner-pagination span {
    font-size: 12px;
    width: 40px;
    padding-top: 10px;
    margin-top: 10px;
    line-height: 12px;
  }
  .banner-swiper .banner-pagination span::before {
    width: 10px;
  }
  .banner-swiper ul {
    height: auto;
  }
  .banner-swiper ul li {
    height: auto;
  }
  .banner-swiper ul li img {
    height: auto;
  }
}
.banSlogn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 96%;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 24.058vh;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banSlogn .slogan {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.banSlogn .slogan .pic {
  display: block;
  width: 140px;
  height: 110px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banSlogn .slogan .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banSlogn .slogan .cont {
  width: 190px;
  margin-left: 24px;
}
.banSlogn .slogan .cont .t1 {
  line-height: 1;
  font-size: 20px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  -webkit-transition: 0.42s;
  transition: 0.42s;
}
.banSlogn .slogan .cont .t2 {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 4px;
  color: #919191;
  margin-top: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banSlogn .slogan:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banSlogn .slogan:hover .cont .t1 {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.banSlogn .slogan:hover .cont .t2 {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 1320px) {
  .banSlogn {
    margin-bottom: 4vh;
  }
  .banSlogn .slogan {
    padding: 5px;
  }
  .banSlogn .slogan .pic {
    width: 110px;
    height: 80px;
  }
  .banSlogn .slogan .cont {
    width: auto;
    padding-right: 10px;
    margin-left: 15px;
  }
  .banSlogn .slogan .cont .t1 {
    font-size: 18px;
  }
  .banSlogn .slogan .cont .t2 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
  }
}
.lv-bottom {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  filter: blur(6px);
}
.lv-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  filter: blur(20px);
}
.lv-fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  filter: blur(20px);
}
.lv-fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  filter: blur(20px);
}
.lv-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  filter: blur(20px);
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.fadeInUp {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.swiper-slide {
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
}
.swiper-slide-active .lv-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInLeft2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInRight2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .lv-bottom {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .fadeInLeft {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInRight {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.inSwiper-search {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg);
}
.fadeInLeft {
  opacity: 0.5;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.fadeInRight {
  opacity: 0.5;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.fadeInLeft2 {
  opacity: 0.5;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.fadeInRight2 {
  opacity: 0.5;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
@keyframes gd {
  0% {
    transform: translateY(-14px) scale(1);
  }
  50% {
    transform: translateY(-14px) scale(0.9) rotate(-5deg);
  }
  100% {
    transform: translateY(-14px) scale(1) rotate(10deg);
  }
}
.product {
  height: 100vh;
  width: 100vw;
  background: url(../images/product-bg.jpg) no-repeat center;
  background-size: cover;
}
.product .product-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 140px;
}
.product .product-box .product-menu ul li {
  font-size: 18px;
  line-height: 72px;
  position: relative;
}
.product .product-box .product-menu ul li::before {
  content: "";
  width: 11px;
  height: 10px;
  display: block;
  background: url(../images/product-prev.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .product-box .product-menu ul li::after {
  content: "";
  width: 167px;
  height: 33px;
  display: block;
  background: url(../images/product-menu__Bg.png) no-repeat center;
  position: absolute;
  right: -200px;
  top: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.product .product-box .product-menu ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .product-box .product-menu ul li.on::before {
  opacity: 0;
}
.product .product-box .product-menu ul li.on a {
  font-size: 28px;
  color: #f19903;
  font-weight: bold;
}
.product .product-box .product-menu ul li.on::after {
  opacity: 1;
}
.product .product-box .product-img {
  position: relative;
  margin-top: 50px;
}
.product .product-box .product-img::after {
  content: "";
  width: 144px;
  height: 157px;
  background: #f19903;
  border-radius: 0 20px 0 0;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 2;
}
.product .product-box .product-img ul {
  position: relative;
  z-index: 6;
}
.product .product-box .product-img ul li figure {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.product .product-box .product-img ul li figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about {
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
}
.about .about-box {
  padding-top: 120px;
}
.about .about-box h2 a {
  display: block;
  text-align: center;
  font-size: 38px;
  color: #fff;
  font-weight: bold;
}
.about .about-box h2 a em {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.about .about-box h2 span {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.about .about-box p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 37px;
  width: 1040px;
  margin: 60px auto 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 111px;
}
.about .about-box .about-more {
  display: flex;
  width: 156px;
  height: 50px;
  background: #f19903;
  line-height: 50px;
  margin: 76px auto 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .about-box .about-more b {
  font-size: 17px;
  color: #fff;
}
.about .about-box .about-more i {
  width: 40px;
  height: 22px;
  display: block;
  background: url(../images/about-more.png) no-repeat center;
  margin-left: 10px;
}
.about .about-box .about-more:hover {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
}
.reason {
  width: 100vw;
  height: 100vh;
  background: url(../images/reason-bg.jpg) no-repeat center;
  background-size: cover;
}
.reason .reason-box h2 {
  height: 30vh;
  padding-top: 122px;
  box-sizing: border-box;
}
.reason .reason-box h2 a {
  display: block;
  text-align: center;
  font-size: 38px;
  color: #fff;
  font-weight: bold;
}
.reason .reason-box h2 a em {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.reason .reason-box h2 span {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.reason .reason-box ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  height: 70vh;
}
.reason .reason-box ul li {
  width: calc(25% - 1px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 50%;
  padding: 45px 27px 0;
  position: relative;
}
.reason .reason-box ul li::after {
  content: "";
  width: 100%;
  height: 0%;
  background: #143181;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reason-box ul li b {
  text-align: right;
  display: block;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  position: relative;
  z-index: 2;
}
.reason .reason-box ul li em {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  padding-top: 44px;
  position: relative;
  z-index: 2;
}
.reason .reason-box ul li span {
  display: block;
  text-align: center;
  line-height: 1;
  font-family: 'Times New Roman', Times, serif;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  margin-top: 11px;
  position: relative;
  z-index: 2;
}
.reason .reason-box ul li p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding-top: 33px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.reason .reason-box ul li:hover::after {
  height: 100%;
}
.case {
  width: 100vw;
  height: 100vh;
  background: url(../images/case-bg.jpg) no-repeat center;
  padding-top: 130px;
  box-sizing: border-box;
}
.case .case-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.case .case-box .case-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.case .case-box .case-title h2 .case-titles {
  display: block;
  font-size: 38px;
  color: #333;
  font-weight: bold;
}
.case .case-box .case-title h2 .case-titles em {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.case .case-box .case-title h2 span {
  display: block;
  text-align: center;
  color: rgba(51, 51, 51, 0.3);
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.case .case-box .case-title h2 .about-more {
  display: flex;
  width: 156px;
  height: 50px;
  background: #f19903;
  line-height: 50px;
  margin: 37px 0 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .case-box .case-title h2 .about-more b {
  font-size: 17px;
  color: #fff;
}
.case .case-box .case-title h2 .about-more i {
  width: 40px;
  height: 22px;
  display: block;
  background: url(../images/about-more.png) no-repeat center;
  margin-left: 10px;
}
.case .case-box .case-title h2 .about-more:hover {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
}
.case .case-box .case-title .case-arrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 57px;
}
.case .case-box .case-title .case-arrow .case-prev {
  width: 60px;
  height: 60px;
  background: #fff url(../images/case-prev.png) no-repeat center;
  border: 1px solid #818181;
  border-radius: 10px;
  transition: 0.5s;
  cursor: pointer;
}
.case .case-box .case-title .case-arrow .case-prev:hover {
  border-radius: 60px;
}
.case .case-box .case-title .case-arrow .case-next {
  width: 60px;
  height: 60px;
  background: #fff url(../images/case-next.png) no-repeat center;
  border: 1px solid #818181;
  border-radius: 10px;
  transition: 0.5s;
  cursor: pointer;
}
.case .case-box .case-title .case-arrow .case-next:hover {
  border-radius: 60px;
}
.case .case-list {
  padding-top: 67px;
  width: 92.8125%;
  margin: 0 auto;
}
.case .case-list ul {
  align-items: center;
}
.case .case-list ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .case-list ul li a {
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden;
}
.case .case-list ul li a figure {
  position: relative;
  padding: 50% 0;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.case .case-list ul li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.case .case-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/case-list__bg.png) no-repeat center bottom;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  opacity: 0;
}
.case .case-list ul li a figcaption {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 4;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 40px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .case-list ul li a figcaption span {
  font-size: 20px;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
}
.case .case-list ul li a figcaption b {
  width: 22px;
  height: 3px;
  display: block;
  background: #fff;
  margin: 13px auto 17px;
}
.case .case-list ul li a figcaption em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.case .case-list ul li a:hover figure img {
  transform: scale(1.1);
}
.case .case-list ul li a:hover::after {
  opacity: 1;
}
.case .case-list ul li a:hover figcaption {
  bottom: 0;
}
.case .case-list ul li.active-item a figure {
  position: relative;
  overflow: hidden;
  padding: 62.5% 0;
  display: block;
}
.reason2 {
  width: 100vw;
  height: 100vh;
  background: url(../images/reason2.jpg) no-repeat center;
  padding-top: 88px;
}
.reason2 .reason2-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.reason2 .reason2-box .reason2-title {
  width: 610px;
  margin-top: 30px;
}
.reason2 .reason2-box .reason2-title h2 .case-titles {
  display: block;
  font-size: 38px;
  color: #fff;
  font-weight: bold;
}
.reason2 .reason2-box .reason2-title h2 .case-titles em {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.reason2 .reason2-box .reason2-title h2 span {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.reason2 .reason2-box .reason2-title h2 .about-more {
  display: flex;
  width: 156px;
  height: 50px;
  background: #f19903;
  line-height: 50px;
  margin: 37px 0 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason2 .reason2-box .reason2-title h2 .about-more b {
  font-size: 17px;
  color: #fff;
}
.reason2 .reason2-box .reason2-title h2 .about-more i {
  width: 40px;
  height: 22px;
  display: block;
  background: url(../images/about-more.png) no-repeat center;
  margin-left: 10px;
}
.reason2 .reason2-box .reason2-title h2 .about-more:hover {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
}
.reason2 .reason2-box .reason2-title .reason2-thumb {
  width: 606px;
  margin-top: 95px;
  transform: translateX(-80px);
}
.reason2 .reason2-box .reason2-title .reason2-thumb figure {
  width: 100%;
}
.reason2 .reason2-box .reason2-title .reason2-thumb figure img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
.reason2 .reason2-box .reason2-list {
  width: 664px;
}
.reason2 .reason2-box .reason2-list figure {
  position: relative;
  display: block;
  width: 100%;
  height: 435px;
}
.reason2 .reason2-box .reason2-list figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 744px;
  height: 435px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.reason2 .reason2-box .reason2-list .reason-gsap {
  margin-top: 97px;
  overflow-y: auto;
  height: 220px;
}
.reason2 .reason2-box .reason2-list .reason-gsap::-webkit-scrollbar {
  display: none;
}
.reason2 .reason2-box .reason2-list .reason-gsap ul {
  position: relative;
  min-height: 220px;
}
.reason2 .reason2-box .reason2-list .reason-gsap ul li {
  display: block;
  opacity: 1;
  transition: none;
}
.reason2 .reason2-box .reason2-list .reason-gsap ul li.active {
  display: block;
}
.reason2 .reason2-box .reason2-list .reason-gsap ul li h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.reason2 .reason2-box .reason2-list .reason-gsap ul li p {
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  margin-top: 33px;
  margin-bottom: 56px;
}
.partners {
  background: url(../images/partners-bg.jpg) no-repeat center;
  width: 100vw;
  height: 100vh;
}
.partners .partners-box {
  height: 100vh;
  position: relative;
}
.partners .partners-box .partners-title {
  position: relative;
  height: 100%;
}
.partners .partners-box .partners-title h2 {
  padding-top: 115px;
}
.partners .partners-box .partners-title h2 .case-titles {
  display: block;
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.partners .partners-box .partners-title h2 .case-titles em {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.partners .partners-box .partners-title h2 span {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.partners .partners-box .partners-title h2 .about-more {
  display: flex;
  width: 156px;
  height: 50px;
  background: #f19903;
  line-height: 50px;
  margin: 37px 0 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partners .partners-box .partners-title h2 .about-more b {
  font-size: 17px;
  color: #fff;
}
.partners .partners-box .partners-title h2 .about-more i {
  width: 40px;
  height: 22px;
  display: block;
  background: url(../images/about-more.png) no-repeat center;
  margin-left: 10px;
}
.partners .partners-box .partners-title h2 .about-more:hover {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
}
.partners .partners-box .partners-title .partners-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 252px;
  height: 252px;
  display: block;
  background: url(../images/partners-logo.png) no-repeat center;
}
.partners .partners-box .partners-title .about-more {
  display: flex;
  width: 156px;
  height: 50px;
  background: #f19903;
  line-height: 50px;
  margin: 76px auto 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.partners .partners-box .partners-title .about-more b {
  font-size: 17px;
  color: #fff;
}
.partners .partners-box .partners-title .about-more i {
  width: 40px;
  height: 22px;
  display: block;
  background: url(../images/about-more.png) no-repeat center;
  margin-left: 10px;
}
.partners .partners-box .partners-title .about-more:hover {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
}
.partners .partners-box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.partners .partners-box ul li {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.partners .partners-box ul li a {
  display: block;
  height: 100%;
}
.partners .partners-box ul li a figure {
  width: 100%;
  transform: skew(10deg);
  height: 80px;
}
.partners .partners-box ul li a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partners .partners-box ul li:nth-child(1) {
  top: 8vh;
  left: 4vw;
  transform: skew(-10deg);
}
.partners .partners-box ul li:nth-child(2) {
  top: 27vh;
  transform: skew(-10deg);
  left: 0vw;
}
.partners .partners-box ul li:nth-child(3) {
  top: 50vh;
  transform: translateY(-50%) skew(0deg);
  left: -5vw;
}
.partners .partners-box ul li:nth-child(3) figure {
  transform: skew(0deg);
}
.partners .partners-box ul li:nth-child(4) {
  top: 64vh;
  transform: skew(10deg);
  left: 0vw;
}
.partners .partners-box ul li:nth-child(4) figure {
  transform: skew(-10deg);
}
.partners .partners-box ul li:nth-child(5) {
  top: 82vh;
  transform: skew(10deg);
  left: 4vw;
}
.partners .partners-box ul li:nth-child(5) figure {
  transform: skew(-10deg);
}
.partners .partners-box ul li:nth-child(6) {
  top: 27vh;
  transform: skew(-10deg);
  left: 14vw;
}
.partners .partners-box ul li:nth-child(7) {
  left: 9vw;
  top: 50vh;
  transform: translateY(-50%) skew(0deg);
}
.partners .partners-box ul li:nth-child(7) figure {
  transform: skew(0deg);
}
.partners .partners-box ul li:nth-child(8) {
  top: 64vh;
  transform: skew(10deg);
  left: 14vw;
}
.partners .partners-box ul li:nth-child(8) figure {
  transform: skew(-10deg);
}
.partners .partners-box ul li:nth-child(9) {
  top: 27vh;
  transform: skew(10deg);
  right: 14vw;
}
.partners .partners-box ul li:nth-child(9) figure {
  transform: skew(-10deg);
}
.partners .partners-box ul li:nth-child(10) {
  right: 9vw;
  top: 50vh;
  transform: translateY(-50%) skew(0deg);
}
.partners .partners-box ul li:nth-child(10) figure {
  transform: skew(0deg);
}
.partners .partners-box ul li:nth-child(11) {
  top: 64vh;
  transform: skew(-10deg);
  right: 14vw;
}
.partners .partners-box ul li:nth-child(11) figure {
  transform: skew(10deg);
}
.partners .partners-box ul li:nth-child(12) {
  top: 8vh;
  transform: skew(10deg);
  right: 4vw;
}
.partners .partners-box ul li:nth-child(12) figure {
  transform: skew(-10deg);
}
.partners .partners-box ul li:nth-child(13) {
  top: 27vh;
  transform: skew(10deg);
  right: 0vw;
}
.partners .partners-box ul li:nth-child(13) figure {
  transform: skew(-10deg);
}
.partners .partners-box ul li:nth-child(14) {
  top: 50vh;
  transform: translateY(-50%) skew(0deg);
  right: -5vw;
}
.partners .partners-box ul li:nth-child(14) figure {
  transform: skew(0deg);
}
.partners .partners-box ul li:nth-child(15) {
  top: 64vh;
  transform: skew(-10deg);
  right: 0vw;
}
.partners .partners-box ul li:nth-child(15) figure {
  transform: skew(10deg);
}
.partners .partners-box ul li:nth-child(16) {
  top: 82vh;
  transform: skew(-10deg);
  right: 4vw;
}
.partners .partners-box ul li:nth-child(16) figure {
  transform: skew(10deg);
}
.news {
  width: 100vw;
  height: 100vh;
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 149px;
}
.news .news-title h2 .news-titles {
  display: block;
  font-size: 38px;
  color: #333;
  font-weight: bold;
}
.news .news-title h2 .news-titles em {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.news .news-title h2 span {
  display: block;
  color: rgba(51, 51, 51, 0.3);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.news .news-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 90px;
}
.news .news-box .hd {
  width: 232px;
}
.news .news-box .hd ul li {
  padding: 25px 0;
  position: relative;
}
.news .news-box .hd ul li a {
  display: block;
  font-size: 22px;
}
.news .news-box .hd ul li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-90%);
  right: 0;
  content: "";
  width: 0px;
  height: 33px;
  display: block;
  background: url(../images/news-hd.png) no-repeat center right;
}
.news .news-box .hd ul li.on a {
  font-weight: bold;
}
.news .news-box .hd ul li.on::after {
  width: 132px;
}
.news .news-box .hd .news-more {
  display: flex;
  width: 156px;
  height: 50px;
  background: #f19903;
  line-height: 50px;
  margin: 76px 0 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  clip-path: polygon(10% 0%, 0% 30%, 0% 100%, 0% 100%, 10% 100%, 83% 120%, 120% 0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-box .hd .news-more b {
  font-size: 17px;
  color: #fff;
}
.news .news-box .hd .news-more i {
  width: 40px;
  height: 22px;
  display: block;
  background: url(../images/about-more.png) no-repeat center;
  margin-left: 10px;
}
.news .news-box .hd .news-more:hover {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%, 10% 100%, 101% 100%, 100% 0%);
}
.news .news-box .bd {
  position: relative;
  width: 1045px;
}
.news .news-box .bd .news-list {
  width: 70vw;
}
.news .news-box .bd .news-list ul li {
  position: relative;
}
.news .news-box .bd .news-list ul li a {
  display: block;
  position: relative;
}
.news .news-box .bd .news-list ul li a time {
  position: absolute;
  left: 0px;
  top: 21px;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.news .news-box .bd .news-list ul li a time em {
  font-size: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-box .bd .news-list ul li a time span {
  font-size: 14px;
  margin-left: 5px;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-box .bd .news-list ul li a figure {
  height: 489px;
  -webkit-mask-image: url(../images/mask.png2.webp);
  border-radius: 20px;
  mask-size: 100% 100%;
  position: relative;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: all 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.news .news-box .bd .news-list ul li a figure .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: transform 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: transform 1s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.news .news-box .bd .news-list ul li a figure .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 102%;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99), transform 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99), transform 1s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.news .news-box .bd .news-list ul li a figure .maskHover {
  object-fit: cover;
  z-index: 1;
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.news .news-box .bd .news-list ul li a figure span {
  font-size: 20px;
  display: block;
  font-weight: bold;
  width: 60%;
  position: absolute;
  bottom: 10%;
  left: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-box .bd .news-list ul li a b {
  width: 119px;
  height: 119px;
  display: block;
  background: url(../images/news-mores.png) no-repeat center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.news .news-box .bd .news-list ul li:hover {
  -webkit-mask-size: 200% 200%;
  mask-size: 200% 200%;
}
.news .news-box .bd .news-list ul li:hover a time {
  left: 40px;
  top: 47px;
}
.news .news-box .bd .news-list ul li:hover a time em {
  color: #fff;
}
.news .news-box .bd .news-list ul li:hover a time span {
  color: #fff;
}
.news .news-box .bd .news-list ul li:hover a figure {
  -webkit-mask-size: 200% 200%;
  mask-size: 200% 200%;
}
.news .news-box .bd .news-list ul li:hover a figure .news-image {
  transform: scale(1.1);
}
.news .news-box .bd .news-list ul li:hover a figure .mask {
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.news .news-box .bd .news-list ul li:hover a figure .maskHover {
  opacity: 1;
}
.news .news-box .bd .news-list ul li:hover a figure span {
  color: #fff;
}
@media (max-width: 1460px) {
  .title h3 i {
    font-size: 46px;
  }
}
@media (max-width: 980px) {
  .banSlogn {
    position: absolute;
    bottom: 10vh;
    z-index: 2;
    right: 10vw;
  }
  .VideoBox {
    height: calc(100vh - 50px);
    padding-top: 50px;
  }
}
