@charset "utf-8";
@import url('/static/css/tpl/aos.css');
.home-banner {
  width: 100%
}
.home-banner .pcimg {
  display: block
}
.home-banner .mobimg {
  display: none
}
#indexbanner {
  width: 100%;
  position: relative
}
.indexbanner-item {
  display: block;
  overflow: hidden
}
.indexbanner-item, .indexbanner-item img {
  width: 100%
}
.home-banner .swiper-slide {
  overflow: hidden
}
#indexbanner .banner-button-next::after, #indexbanner .banner-button-prev::after {
  content: ''
}
#indexbanner .banner-button-next em, #indexbanner .banner-button-prev em {
  font-size: 40px
}
#indexbanner .banner-button-next, #indexbanner .banner-button-prev {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  background-color: #303030;
  position: absolute;
  top: 45%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
#indexbanner .iconfont {
  font-size: var(--fontsize16);
  color: #FFFFFF
}
#indexbanner .banner-button-prev {
  left: 40px;
  font-size: var(--fontsize14)
}
#indexbanner .banner-button-next {
  right: 40px
}
.home-banner .indexbanner-text {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0
}
.home-banner .indexbanner-text .theme {
  font-size: var(--fontsize24);
  text-transform: uppercase
}
.home-banner .indexbanner-text .title {
  font-size: 44px;
  font-weight: var(--fontbold5);
	text-align: center;
}
.home-banner .indexbanner-text .text {
  font-size: var(--fontsize18)
}
.home-banner .indexbanner-text .btn {
  margin-top: 2em
}
.home-banner .indexbanner-text .btn .home-more {
  /**background-color: var(--color);**/
  display: inline-flex;
  color: #FFFFFF;
  font-size: var(--fontsize18);
  box-sizing: border-box;
  padding: 12px 30px;
  border-radius: var(--border)
}
.home-banner .indexbanner-text {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0
}
.home-banner .indexbanner-text .theme {
  font-size: var(--fontsize24);
  text-transform: uppercase
}
.home-banner .indexbanner-text .title {
  font-size: 44px;
  font-weight: var(--fontbold5)
}
.home-banner .indexbanner-text .text {
  font-size: var(--fontsize18)
}
.home-banner .indexbanner-text .btn {
  margin-top: 2em
}
.home-banner .indexbanner-text .btn .home-more {
  /**background-color: #DF0024;**/
  display: inline-flex;
  color: #FFFFFF;
  font-size: var(--fontsize18);
  box-sizing: border-box;
  padding: 12px 30px;
  border-radius: 5px;
	  
 border:1px solid #fdfdfd;text-transform:capitalize;align-items:center;justify-content:center;transition:all .1s linear
}
.home-more {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 10px transparent;
  transition: all .3s linear
}
.home-banner .indexbanner-text .btn .home-more:hover {
  box-shadow: 0 0 10px var(--color);
  background-color:	#DF0024;;
}
#indexbanner .banner-button-next:hover, #indexbanner .banner-button-prev:hover {
  background-color: var(--color)
}
#indexbanner .swiper-pagination {
  bottom: 80px
}
@media(min-width:1025px) {
  .home-banner .swiper-slide.swiper-slide-active img {
    animation: bannerimg 4s forwards
  }
}
@keyframes bannerimg {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.05)
  }
  100% {
    transform: scale(1)
  }
}
.home-banner .swiper-slide-active .indexbanner-text {
  animation: bannerani .5s forwards;
  animation-delay: .7s
}
@keyframes bannerani {
  0% {
    opacity: 0;
    top: 60%
  }
  100% {
    opacity: 1;
    top: 50%
  }
}
.home-banner .swiper-pagination-bullet {
  background-color: #e2e2e2;
  border-radius: 999px;
  height: 8px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  width: 32px
}
.home-banner .swiper-pagination-bullet:after {
  background-color: var(--color);
  border-radius: 999px;
  content: "";
  display: block;
  height: 100%;
  width: 0px
}
.home-banner .swiper-pagination-bullet-active.cur::after {
  transition: width 6s linear;
  width: 100%
}
.home-banner .swiper-pagination-bullet-active.cur {
  border-radius: 999px;
  overflow: hidden
}

.home-banner .swiper-slide img{object-fit:cover;width:100%;height:auto;transform:scale(1.1);transition:transform 1.2s}

/* home-introduction */
.home-introduction {
  transform: translateY(-50px);
  position: relative;
  z-index: 10
}
.home-introduction .introduction {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.home-introduction .introduction .item {
  width: 23.4%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 1.5%;
  background-color: #FFFFFF;
  border-bottom: 2px solid var(--color);
  border-radius: var(--border);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .10);
  transform: translateY(0);
  transition: all .3s linear
}
.home-introduction .introduction .item .left {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9f8;
  color: var(--color);
  transition: all .3s linear
}
.home-introduction .introduction .item .left em {
  font-size: var(--fontsize26);
  transform: rotateY(0);
  transition: all .3s linear
}
.home-introduction .introduction .item .right {
  flex: 1
}
.home-introduction .introduction .item .right .title {
  color: var(--fontcolor);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: var(--fontsize20)
}
.home-introduction .introduction .item .right .text {
  color: var(--introcolor);
  font-size: var(--fontsize16);
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}
.home-introduction .introduction .item:hover {
  transform: translateY(10px)
}
.home-introduction .introduction .item:hover .left em {
  transform: rotateY(360deg)
}
.home-introduction .introduction .item:hover .left {
  background-color: var(--color);
  color: #FFFFFF
}
.home .unify {
  box-sizing: border-box;
  padding: 3% 70px
}
.home .unify .theme {
  color: var(--color);
  text-transform: uppercase;
  text-align: center
}
.home .unify .title {
  font-size: var(--fontsize36);
  color: var(--fontcolor);
  font-weight: var(--fontbold5);
  text-transform: capitalize;
  text-align: center
}
/* home-about */
.home-about {
  width: 100%;
  height: auto;
  background-image: url(../../imgs/home-moreB.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%
}
.home-about .l-wrap {
  display: flex;
  align-items: center;
  padding-top: 2%
}
.home-about .l-wrap .left {
  width: 50%;
  box-sizing: border-box;
  padding: 0px 5% 0 0;
  border-radius: 10%;
  position: relative
}
.home-about .l-wrap .left .img {
  width: 100%
}
.home-about .l-wrap .left .img img {
  width: 100%;
  transform: scale(1);
  transition: all .2s linear
}
.home-about .l-wrap .left:hover img {
  transform: scale(.98)
}
.home-about .l-wrap .left .top {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #f7f9fd;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -3%;
  right: 7%;
  z-index: 1
}
.home-about .l-wrap .left .top::after {
  content: '';
  display: inline-block;
  width: 70%;
  height: 70%;
  border-radius: var(--border);
  background-color: var(--color)
}
.home-about .l-wrap .left .bottom {
  position: absolute;
  bottom: -5%;
  left: 0px;
  background-color: #f7f9fd;
  border-radius: 10px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center
}
.home-about .l-wrap .left .bottom div {
  width: 75%;
  height: 75%;
  background-color: #ebf0fb;
  border-radius: var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}
.home-about .l-wrap .left .bottom div .num {
  color: var(--color);
  font-size: var(--fontsize30);
  font-weight: var(--fontbold5);
  line-height: 1.2
}
.home-about .l-wrap .left .bottom div span {
  color: var(--introcolor);
  font-size: var(--fontsize18);
  line-height: 1.2
}
.home-about .l-wrap .right {
  width: 50%;
  box-sizing: border-box
}
.home-about .l-wrap .right .title {
  margin: 10px 0px;
  text-align: left
}
.home-about .l-wrap .right .title span {
  color: var(--color)
}
.home-about .l-wrap .right > .text {
  margin: 0px 0px 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden
}
.home-about .l-wrap .right ul {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px;
  flex-wrap: wrap
}
.home-about .l-wrap .right ul li {
  list-style: none;
  margin: 5px 0px;
  width: 50%
}
.home-about .l-wrap .right ul li .item {
  width: 100%;
  display: flex;
  align-items: center
}
.home-about .l-wrap .right ul li .circle {
  color: var(--color);
  margin-right: 6px
}
.home-about .l-wrap .right ul li .text {
  color: var(--introcolor);
  font-weight: var(--fontbold4)
}
.home-about .l-wrap .right .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
  color: #FFFFFF;
  width: 150px;
  height: 46px;
  border-radius: var(--border);
  text-decoration: none;
  margin-top: 4%;
  text-transform: lowercase
}
.home-about .l-wrap .right .btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
/* home-product */
.home-product {
  background-color: #eff2f7
}
.home-product .l-wrap .theme {
  text-align: center
}
.home-product .l-wrap .title {
  text-align: center
}
.home-product .l-wrap .product {
  margin-top: 2%;
	display: flex
}
.home-product .l-wrap .product .pro-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /**flex-wrap: wrap;**/
  padding: 0px
}
.home-product .l-wrap .product .pro-list .item {
  list-style: none;
  width: 22.875%;
  background-color: #FFFFFF;
  border-radius: var(--border);
  border-bottom: 2px solid var(--color);
  box-shadow: 0px 4px 13px 0 rgba(17, 26, 58, 0);
  transition: all .2s ease;
  /**margin-bottom: 2em;**/
  overflow: hidden
}
.home-product .l-wrap .product .pro-list .item .img {
  width: 100%;
  overflow: hidden;
  position: relative
}
.home-product .l-wrap .product .pro-list .item .img img {
  transform: scale(1);
  transition: all .2s linear
}
.home-product .l-wrap .product .pro-list .item .text {
  box-sizing: border-box;
  padding: 6% 4%;
  border-top: 1px solid #EEEEEE
}
.home-product .l-wrap .product .pro-list .item .text .name {
  margin: 0px;
  font-size: var(--fontsize18);
  color: var(--fontcolor);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .2s linear
}
.home-product .l-wrap .product .pro-list .item .text .merchandise {
  color: var(--introcolor);
  margin: 10px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}
.home-product .l-wrap .product .pro-list .item .text .btn {
  padding: 4px 0px;
  border-radius: var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--introcolor);
  text-transform: lowercase;
  position: relative;
  z-index: 1;
  overflow: hidden
}
.home-product .l-wrap .product .pro-list .item .text .btn em {
  margin-left: 4px;
  transition: all .2s linear
}
.home-product .l-wrap .product .pro-list .item:hover .text .btn em {
  color: #FFFFFF
}
.home-product .l-wrap .product .pro-list .item:hover img {
  transform: scale(1.05)
}
.home-product .l-wrap .product .pro-list .item:hover .name {
  color: var(--color)
}
.home-product .l-wrap .product .pro-list .item .text .btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: var(--border);
  z-index: -1;
  width: 0%;
  height: 110%;
  top: 0px;
  left: 0px;
  background-color: var(--color);
  transition: all .2s ease
}
.home-product .l-wrap .product .pro-list .item:hover .text .btn::after {
  width: 110%
}
.home-product .l-wrap .product .pro-list .item:hover .text .btn {
  color: #FFFFFF;
  padding: 4px 10px
}
.home-product .l-wrap .product .pro-list .item .icon-videoplay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-36%, -50%);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fontsize18);
  z-index: 1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  color: #FFFFFF
}

#swiperProduct .swiper-wrapper {height:auto;}
#swiperProduct .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}

/* home-contact */
.home-contact {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: var(--color)
}
.home-contact-content {
  display: flex;
  justify-content: space-between
}
.contact-left {
  width: 42.5%
}
.contact-left-img, .contact-left-img img {
  width: 100%;
  max-width: 650px;
  border-radius: var(--border);
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.contact-left-bottom {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px 0px
}
.contact-left-bottom div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.contact-left-num {
  margin: 0px;
  font-size: 38px;
  color: var(--headercolor);
  font-weight: var(--fontbold5);
  line-height: 1.1
}
.contact-left-txt {
  font-size: var(--fontsize18);
  color: var(--headercolor)
}
.contact-right {
  width: 50%;
  position: relative
}
.contact-right .play {
  margin-top: 10%;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #FFFFFF;
  transition: all .3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  display: inline-flex;
  align-items: center;
  justify-content: center
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 50%), 0 0 0 5px rgb(255 255 255 / 50%), 0 0 0 10px rgb(255 255 255 / 50%)
  }
  100% {
    box-shadow: 0 0 0 5px rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgba(50, 100, 245, 0)
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 5px rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%)
  }
  100% {
    box-shadow: 0 0 0 5px rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgba(50, 100, 245, 0)
  }
}
.contact-right .img-box em {
  color: var(--color);
  font-size: var(--fontsize22)
}
.contact-phone-number {
  font-size: 32px;
  font-weight: var(--fontbold5);
  color: var(--headercolor);
  margin: 32px 0px;
  display: inline-block;
}
.contact-right-txt {
  font-size: var(--fontsize18);
  color: var(--headercolor);
}
.contact-right-btn {
  width: 150px;
  height: 46px;
  margin-top: 30px;
  background-color: #FFFFFF;
  border-radius: var(--border);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  font-size: var(--fontsize18);
  transition: all .4s linear;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 #FFF;
  text-decoration: none
}
.contact-right-btn::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  display: inline-block;
  width: 0%;
  height: 100%;
  background-color: var(--color);
  z-index: -1;
  border-radius: var(--border);
  box-shadow: 0 0 0 var(--color);
  transition: all .2s linear
}
.contact-right-btn:hover {
  color: var(--headercolor);
  box-shadow: 0 0 3px #FFF
}
.contact-right-btn:hover::after {
  width: 100%;
  box-shadow: 0 0 4px var(--color)
}
.contact-right-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 5px 5px 0px 0px;
  box-sizing: border-box;
  padding: 20px
}
.contact-right-bottom p:nth-child(1) {
  font-size: var(--fontsize26);
  color: var(--fontcolor);
  font-weight: var(--fontbold5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0
}
.contact-right-bottom p:nth-child(2) {
  color: var(--introcolor);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}
/* home-process */
.home-process .l-wrap .theme {
  text-align: center
}
.home-process .l-wrap .title {
  text-align: center
}
.home-process .l-wrap ul {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 20%;
  padding: 0px
}
.process-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF
}
.home-process-content ul li:nth-child(1) {
  transition: all .4s linear
}
.home-process-content ul li:nth-child(2) {
  transition: all .5s linear
}
.home-process-content ul li:nth-child(3) {
  transition: all .6s linear
}
.home-process-content ul li:nth-child(4) {
  transition: all .7s linear
}
.process-item-top {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}
.process-item-top em {
  color: #FFFFFF;
  font-size: var(--fontsize36);
  transition: all .3s linear
}
.process-item-top:hover em {
  transform: rotateY(180deg)
}
.process-item-num {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #FFFFFF;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fontsize16);
  color: var(--color);
  top: 0px;
  right: 0px;
  box-shadow: 0 0 10px #FFF
}
.process-item-center {
  margin-top: 4%;
  margin-bottom: 5%
}
.process-item-title {
  font-size: var(--fontsize20);
  color: var(--fontcolor);
  text-align: center;
  margin: 10px 0px
}
.process-item-txt {
  color: var(--introcolor);
  text-align: center;
  font-size: var(--fontsize16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden
}
/* home-case */
.home-case {
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  margin-bottom: 50px;
  background: var(--color)
}
.home-case .l-wrap {
  padding-bottom: 0px
}
.home-case .l-wrap .theme {
  text-align: center;
  color: var(--headercolor)
}
.home-case .l-wrap .title {
  text-align: center;
  color: var(--headercolor)
}
.home-case .l-wrap .case {
  transform: translateY(10%);
  padding: 0px;
  overflow: inherit
}
.home-case .l-wrap .case .case-content {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.home-case .l-wrap .case .item {
  position: relative;
  width: 31.25%;
  list-style: none;
  border-radius: var(--border);
  overflow: hidden;
  transition: all .4s ease
}
.home-case .l-wrap .case .item img {
  width: 100%
}
.home-case .l-wrap .case .item .text {
  background-color: #FFFFFF20;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: var(--border);
  transition: all .4s linear
}
.home-case .l-wrap .case .item .text .content {
  background-color: #FFFFFF;
  width: 88%;
  height: 83%;
  padding: 4%;
  box-sizing: border-box;
  border-radius: var(--border);
  overflow: hidden
}
.home-case .l-wrap .case .item .text .content p {
  margin: 0px
}
.home-case .l-wrap .case .item .text .content .show-title {
  color: var(--fontcolor);
  font-size: var(--fontsize22);
  line-height: 1.1;
  text-align: center;
  font-weight: var(--fontbold5)
}
.home-case .l-wrap .case .item .text .content .show-des {
  color: var(--introcolor);
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden
}
.home-case .l-wrap .case .item:hover .text {
  opacity: 1;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .10)
}
.home-case .l-wrap .case .item:hover {
  transform: translateY(-20px)
}
/* home-news */
.home-new .l-wrap .theme {
  text-align: center;
  text-transform: uppercase
}
.home-new .l-wrap .title {
  text-align: center;
  text-transform: capitalize
}
.news-bottom {
  margin-top: 2%;
  position: relative;
	display: flex;
}
.news-item-slide {
  border: 1px solid #EEEEEE
}
.news-item-img {
  overflow: hidden
}
.news-item-img img {
  transform: scale(1);
  transition: all .2s ease
}
.news-item-bottom {
  box-sizing: border-box;
  padding: 20px
}
.news-item-bottom p {
  color: var(--introcolor);
  font-size: var(--fontsize14);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}
.news-item-title {
  font-size: var(--fontsize18);
  line-height: 1.2;
  margin: 10px 0px;
  color: var(--fontcolor);
  transition: all .2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none
}
.news-item-read {
  display: inline-flex;
  align-items: center;
  color: var(--fontcolor);
  padding: 4px 0px;
  margin-top: 10px;
  border-radius: var(--border);
  transition: all .2s ease;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
  z-index: 1
}
.news-item-read::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0%;
  border-radius: var(--border);
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all .2s ease
}
.news-item-slide {
  box-shadow: 0px 4px 13px 0 rgba(17, 26, 58, 0);
  transition: all .2s ease;
  border-radius: var(--border);
  overflow: hidden
}
.news-item-slide:hover {
  box-shadow: 0px 4px 13px 0 rgba(17, 26, 58, .17)
}
.news-item-slide:hover .news-item-img img {
  transform: scale(1.03)
}
.news-item-slide:hover .news-item-title {
  color: var(--color)
}
.news-item-slide:hover .news-item-read {
  color: #FFFFFF;
  padding: 4px 10px
}
.news-item-slide:hover .news-item-read::after {
  width: 100%;
  background-color: var(--color)
}
#swiper-news,#swiper-news2 {
  width: 90%;
  padding: 1px 0px;
  padding-bottom: 40px
}
.news-bottom .swiper-button-next, .news-bottom .swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  background-color: var(--color) !important;
  border-radius: 50%;
  z-index: 99 !important;
  display: flex !important;
  opacity: 1 !important
}
.news-bottom .swiper-button-disabled {
  background-color: #FFF !important;
  border: 1px solid var(--color) !important
}
.news-bottom .swiper-button-disabled em {
  color: var(--color) !important
}
.swiper-button-lock {
  display: flex !important
}
.news-bottom .swiper-button-next:after, .news-bottom .swiper-button-prev:after {
  content: '' !important
}
.news-bottom .swiper-button-next em, .news-bottom .swiper-button-prev em {
  font-size: var(--fontsize24);
  color: #FFFFFF
}
.news-bottom .swiper-button-next {
  right: 0 !important
}
.news-bottom .swiper-button-prev {
  left: 0 !important
}
.news-bottom .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none
}


.home-diverse .partner-container{margin-top:4em;margin-bottom:4em}
.home-diverse .partner-container .partner-title{display:flex;align-items:center;justify-content:center;margin-bottom:1em;font-weight:var(--fontbold6);font-size:var(--fontsize28);position:relative;white-space:nowrap}
.home-diverse .partner-container .partner-title::after,.home-diverse .partner-container .partner-title::before{content:"";display:inline-block;width:1920px;height:1px;background:var(--color)}
.home-diverse .partner-container .partner-title::before{margin-right:30px}
.home-diverse .partner-container .partner-title::after{margin-left:30px}
#partnerswiper .swiper-slide{height:auto;background:#fff;box-shadow:0 1px 7px 0 rgba(214,214,214,.22);border-radius:10px;border:1px solid #f4f4f4;padding:20px 10px;display:flex;align-items:center;justify-content:center}
#partnerswiper .swiper-slide:hover img{transform:scale(1.1)}
#partnerswiper .partnerswiper-pagination{display:flex;align-items:center;justify-content:center;margin-top:3em;}
#partnerswiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--color);}


.icon-videoplay{position:absolute;left:50%;top:50%;transform:translate(-52%,-60%);background:#DF0024;color:#FFFFFF;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:var(--fontsize36)!important;z-index:1;}
.icon-videoplay:hover{background:#ffffff;color:var(--color)}
img.lazy.loaded+.icon-videoplay{display:flex}


.newstop{display:flex;flex-wrap:wrap;overflow:hidden;}
.newstop .newstop-img{width:30%;aspect-ratio:var(--newssaspectratio)}
.newstop .newstop-img img{width:100%;height:100%;object-fit:cover;border-radius:10px;}
.newstop .newstop-img:hover img{transform:scale(1.02)}
.newstop .newstop-info{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2%}
.newstop .newstop-info .title{color:var(--fontcolor);font-size:var(--fontsize26);font-weight:var(--fontbold6);line-height:1.4;text-align: left !important}
.newstop .newstop-info .title:hover{color:var(--color)}
.newstop .newstop-info .text{color:var(--introcolor);margin:10px 0}
.newstop .newstop-info .date{color:var(--introcolor);padding-top:10px}
.newstop .newstop-info .date em{color:var(--color);margin-right:5px}
.newstop .newstop-info .more{display:flex;align-items:center;justify-content:space-between;width:100%;border-top:1px solid #d8d8d8;padding-top:1em;margin-top:0}
.newstop .newstop-info .more a{transition:all .1s linear}
.newstop .newstop-info .more a:first-child{color:#828898}
.newstop .newstop-info .more a:first-child:hover{color:var(--color)}
.newstop .newstop-info .more a:last-child{width:50px;height:50px;background:var(--color);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:var(--fontsize18)}
.newstop .newstop-info .more a:last-child:hover{opacity:.9}



@media screen and (max-width:1366px) {
  .contact-left-num {
    font-size: 32px
  }
  .contact-left-txt {
    font-size: var(--fontsize16)
  }
  .contact-right .play {
    margin-top: 6%
  }
  .contact-right-bottom p:nth-child(1) {
    font-size: var(--fontsize24)
  }
  .contact-right-bottom p:nth-child(2) {
    margin-top: 20px;
    font-size: var(--fontsize14)
  }
  .contact-right-bottom {
    padding: 20px
  }
  .news-item-bottom p {
    line-height: 20px
  }
  .home-about .l-wrap .left .bottom {
    bottom: -5%;
    left: 0px;
    width: 140px;
    height: 140px
  }
  .home-about .l-wrap .left .top {
    width: 60px;
    height: 60px
  }
  .home-banner .indexbanner-text .title {
    font-size: 40px
  }
  .home-banner .indexbanner-text .text {
    font-size: var(--fontsize14)
  }
  .home-banner .indexbanner-text .theme {
    font-size: var(--fontsize18)
  }
  .home-banner .indexbanner-text .btn {
    margin-top: 2em
  }
  .home-banner .indexbanner-text .btn .home-more {
    font-size: var(--fontsize16);
    padding: 10px 24px
  }
}
@media screen and (max-width:1240px) {
  .contact-phone-number {
    font-size: 32px;
    margin: 24px 0px
  }
  .contact-right-txt {
    line-height: 24px;
    font-size: var(--fontsize16);
    width: 90%
  }
  #indexbanner .swiper-pagination {
    bottom: 40px
  }
  .home-introduction {
    transform: translateY(-30px);
    position: relative;
    z-index: 10
  }
}
@media screen and (max-width:1090px) {
  .home-about .l-wrap {
    flex-wrap: wrap
  }
  .home-about .l-wrap .left {
    width: 100%
  }
  .home-about .l-wrap .right {
    width: 100%;
    margin-top: 6%
  }
}
@media screen and (max-width:1024px) {
  .home-introduction .introduction .item {
    width: 48%;
    margin-top: 20px
  }
  .process-item-num {
    width: 40px;
    height: 40px;
    top: 0px;
    right: -8px
  }
  .process-item-top {
    width: 100px;
    height: 100px
  }
  .home .unify {
    padding: 3% 15px
  }
	.home-product .swiper-button-next, .home-product .swiper-button-prev {
    display: none !important
  }
}
@media screen and (max-width:900px) {
  .home-contact-content {
    flex-direction: column;
    align-items: center
  }
  .contact-left {
    width: 100%
  }
  .contact-left-bottom {
    padding: 30px 0px
  }
  .contact-right {
    width: 95%;
    box-sizing: border-box;
    padding-bottom: 200px
  }
  .contact-right-bottom {
    padding: 20px
  }
  .home-case .l-wrap .case .item .text .content .show-title {
    font-size: var(--fontsize16)
  }
  .home-case .l-wrap .case .item .text .content .show-des {
    font-size: var(--fontsize14);
    line-height: 1.4;
    -webkit-line-clamp: 3
  }
  .news-bottom .swiper-button-next, .news-bottom .swiper-button-prev {
    width: 36px !important;
    height: 36px !important
  }
  .news-bottom .swiper-button-prev {
    left: -4px !important
  }
  .news-bottom .swiper-button-next {
    right: -4px !important
  }
  .home-product .l-wrap .product .pro-list .item .text {
    padding: 10px
  }
	.home-product .swiper-button-next, .home-product .swiper-button-prev {
    display: none !important
  }
}
@media screen and (max-width:768px) {
  .home-banner {
    min-height: 120px
  }
  #indexbanner .banner-button-next, #indexbanner .banner-button-prev {
    display: none
  }
  .home-banner .pcimg {
    display: none
  }
  .home-banner .mobimg {
    display: block
  }
  #indexbanner .swiper-pagination {
    bottom: 10px
  }
  .home-introduction .introduction .item {
    width: 100%;
    padding: 3% 2.5%
  }
  .home-introduction {
    transform: translateY(0)
  }
  .home-introduction .introduction .item .left {
    width: 60px;
    height: 60px
  }
  .home-about .l-wrap .right ul li {
    width: 100%
  }
  .home-process .l-wrap ul {
    flex-wrap: wrap;
    background-image: none
  }
  .process-item {
    width: 48%;
    margin-top: 20px
  }
  .home-case .l-wrap .case {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(25%);
    padding: 0px;
    overflow-x: auto
  }
  .home-case .l-wrap .case .item {
    position: relative;
    width: 400px;
    margin: 0px 40px;
    list-style: none;
    flex-shrink: 0
  }
  .home-case .l-wrap .case::-webkit-scrollbar {
    display: none
  }
  .home-case .l-wrap .case .item .text .content .show-title {
    font-size: var(--fontsize18)
  }
  .home-case .l-wrap .case .item .text .content .show-des {
    color: var(--introcolor);
    text-align: center;
    line-height: 1.6;
    margin-top: 10px;
    font-size: var(--fontsize15)
  }
  .home-case .l-wrap .case .item:hover {
    transform: translateY(0)
  }
  .news-bottom .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block
  }
  .news-bottom .swiper-button-next, .news-bottom .swiper-button-prev {
    display: none !important
  }
  .home-banner .indexbanner-text .title {
    font-size: var(--fontsize24)
  }
  .home-banner .indexbanner-text .text {
    font-size: var(--fontsize12)
  }
  .home-banner .indexbanner-text .theme {
    font-size: var(--fontsize14)
  }
  .home-banner .indexbanner-text .btn {
    display: none
  }
  #indexbanner .swiper-pagination {
    display: block
  }
  .home-case .l-wrap .case .item .text .content {
    padding: 2%
  }
  .home-product .l-wrap .product .pro-list .item {
    width: 48%;
    margin-top: 20px
  }
  .home-product .l-wrap .product .pro-list {
    flex-wrap: inherit
  }
  .home-product .l-wrap .product .swiper-pagination {
    bottom: 0px
  }
  .home-product .l-wrap .product .pro-list .item .icon-videoplay {
    width: 30px;
    height: 30px
  }
	.home-product .swiper-button-next, .home-product .swiper-button-prev {
    display: none !important
  }
	
	
	.newstop .newstop-img{width:100%}
.newstop .newstop-info .title{font-size:var(--fontsize18)}
.newstop .newstop-info .more{margin-top:2em}
.newstop .newstop-info .more a:last-child{width:40px;height:40px}
}
@media screen and (max-width:500px) {
  .home-banner .indexbanner-text .title {
    font-size: var(--fontsize18)
  }
  .home .unify {
    padding: 10% 15px
  }
  .home-introduction .introduction .item {
    width: 100%;
    padding: 5% 2.5%;
    margin: 10px auto
  }
  .home-about .l-wrap .left .bottom div .num {
    font-size: var(--fontsize28, 28px)
  }
  .home-about .l-wrap .left .bottom div span {
    font-size: var(--fontsize12)
  }
  .home-about .l-wrap .left .bottom {
    width: 100px;
    height: 100px
  }
  .home-about .l-wrap .left .top {
    width: 50px;
    height: 50px;
    right: 0px
  }
  .home .unify .title {
    font-size: var(--fontsize22)
  }
  .home-about .l-wrap .right > .text {
    margin: 5% 0px
  }
  .home-about .l-wrap .right ul li {
    margin: 6px 0px
  }
  .contact-left-bottom {
    padding: 20px 0px
  }
  .contact-left-num {
    font-size: var(--fontsize26)
  }
  .contact-left-txt {
    font-size: var(--fontsize12)
  }
  .contact-phone-number {
    font-size: var(--fontsize24);
    margin: 15px 0px;
    margin-left: 30px
  }
  .contact-right .play {
    margin: 6% 0;
    margin-left: 6%;
    width: 40px;
    height: 40px
  }
  .contact-right .img-box em {
    font-size: var(--fontsize18)
  }
  .contact-right-txt {
    line-height: 22px;
    font-size: var(--fontsize14);
    width: 100%
  }
  .contact-right-btn {
    width: 150px;
    height: 40px;
    font-size: var(--fontsize15);
    margin-top: 20px
  }
  .contact-right-bottom p:nth-child(1) {
    font-size: var(--fontsize16);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }
  .contact-right-bottom p:nth-child(2) {
    margin: 0px;
    font-size: var(--fontsize14)
  }
  .contact-right-bottom {
    padding: 20px;
    border-radius: 3px 3px 0 0
  }
  .contact-right {
    width: 100%;
    padding-bottom: 150px
  }
  .process-item-top {
    width: 80px;
    height: 80px
  }
  .process-item-num {
    width: 30px;
    height: 30px;
    top: 0px;
    right: -4px
  }
  .home-case .l-wrap .case .case-content {
    justify-content: inherit
  }
  .home-case .l-wrap .case .item {
    margin: 0px
  }
  .home-case .l-wrap .case {
    transform: translateY(15%);
    padding-bottom: 25px;
    box-sizing: content-box;
    overflow: hidden
  }
  .home-case .l-wrap .case .swiper-pagination {
    bottom: 0px
  }
  .home-case .l-wrap .case .item .text .content .show-des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
  }
  .home-case {
    margin-bottom: 50px
  }
  .home-case .unify {
    padding-bottom: 0px
  }
  #swiper-news,#swiper-news2 {
    width: 100%
  }
  .news-item-bottom {
    padding: 10px 15px
  }
  .news-item-read {
    margin-top: 10px
  }
  .news-bottom {
    margin: 2% 0px;
    position: relative;
	  display: flex;
  }
  #indexbanner .banner-button-next, #indexbanner .banner-button-prev {
    width: 40px !important;
    height: 40px !important
  }
  #indexbanner .banner-button-prev {
    left: 10px
  }
  #indexbanner .banner-button-next {
    right: 10px
  }
  .process-item-top em {
    font-size: 34px
  }
	
	.home-diverse .partner-container .partner-title{font-size:var(--fontsize18)}
	#partnerswiper .partnerswiper-pagination{margin-top:2em;}
	
	
}