/* +----------------------------------------------------------------------
// | ProKvm [ 专业云计算软件开发商 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2022~2024 https://cloud.ackpet.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://www.xmbillion.com/ )
// +----------------------------------------------------------------------
// | Theme Name:  蓝色企业模板
// +----------------------------------------------------------------------
// | Author: 多彩云 <20233652@qq.com>
// +----------------------------------------------------------------------
// | version:3.2.2
// +----------------------------------------------------------------------
*/

.banner-wrapper-container {
    cursor: pointer;
}
.banner-wrapper-container {
    overflow: hidden;
    position: relative;
        margin: 0px -2.5rem;
}
@media (max-width: 768px){
.banner-wrapper-container{
    height: 75vw; 
    margin: 0px -1.5rem;
}
}
.banner-wrapper-container .swiper-height {
    position: relative;
    height: 540px;
}
@media (max-width: 768px){
.banner-wrapper-container .swiper-height{
    height: 80vw; 
}
}
.banner-wrapper-container .swiper-left-banner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.banner-container-auto {
    margin: auto;
}
.banner-container {
    max-width: 1440px;
    min-width: 745px; 
}
@media (max-width: 768px){
.banner-container {
    max-width: 100%;
    min-width: 100%; 
}
}
.banner-wrapper-container .swiper-left-banner .swiper-banner-container { 
    justify-content: flex-end;
    position: absolute;
    top: 25%; 
    width: 268px;
    max-width: 268px;
    border-right: 3px solid #fff;
    z-index: 2;
}
@media (max-width: 768px){
.banner-wrapper-container .swiper-left-banner .swiper-banner-container {
   display: none;
}
    
}
.banner-wrapper-container .swiper-left-banner .swiper-banner-container .swiper-banner-titles {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: auto;
}
.banner-wrapper-container .swiper-left-banner .swiper-banner-container .swiper-banner-titles .active-title-line {
    position: absolute;
    right: 0;
    left: 0;
    height: 60px;
    transition: all 0.4s cubic-bezier(0, 0, 0, 1);
}
.banner-wrapper-container .swiper-left-banner .swiper-banner-container .swiper-banner-titles .active-title-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--dcyanc), hsla(0, 0%, 100%, 0));
    transition: background-image 0.3s cubic-bezier(1, 0.05, 0.58, 1);
}

.banner-wrapper-container .swiper-left-banner .swiper-banner-container .swiper-banner-titles .active-title-line:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    z-index: 2;
    width: 3px;
    height: 100%;
    background-color: var(--dcyxhx);
    transition: all 0.3s ease-in-out;
}
.banner-wrapper-container .swiper-left-banner .swiper-banner-container .swiper-banner-titles .swiper-banner-title.active {
 color: var(--dcyanxz);;
 font-weight:bold;
}
 
.banner-wrapper-container .swiper-left-banner .swiper-banner-container .swiper-banner-titles .swiper-banner-title {
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 500; 
    width: 268px;
    text-align: right;
    position: relative;
    cursor: pointer;
    color: #181818;
    margin-right: 0px; 
}

.banner-wrapper-container .swiper-left-banner .swiper-banner-textcontainer {
    position: absolute;
    margin-left: calc(268px + 60px);
    margin-right: 480px;
    top: 30%;
    z-index: 2;
    flex-grow: 1; 
}
@media (max-width: 768px){
.banner-wrapper-container .swiper-left-banner .swiper-banner-textcontainer {
    position: absolute;
    margin-left: calc(268px + 60px);
    margin-right: 0px;
    top: 30%;
    z-index: 2;
    flex-grow: 1;
    width: 100%;
}
}
@media (max-width: 768px){
 .banner-wrapper-container .swiper-left-banner .swiper-banner-textcontainer {
     margin-left:0px;
     top: 50%; 
 }  
}
.banner-wrapper-container .swiper-left-banner .swiper-banner-textcontainer .swiper-text {
    display: none;
    position: initial;
    bottom: initial;
}
@media (max-width: 768px){
    .banner-wrapper-container .swiper-left-banner .swiper-banner-textcontainer .swiper-text {
        text-align: center;
        width: 100%;
        padding: 0 20px 0px;
}
}
.banner-wrapper-container.about .swiper-text {
    width: fit-content;
}
.banner-wrapper-container .swiper-left-banner .swiper-banner-textcontainer .swiper-text.active {
    display: block;
}
.banner-wrapper-container.about .swiper-text .swiper-text-container {
    width: 744px;
}
.banner-wrapper-container .swiper-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.banner-wrapper-container .swiper-text-container .Label-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
@media (max-width: 768px){
.banner-wrapper-container .swiper-text-container .Label-container {
    display: none; 
}
}
.banner-wrapper-container .swiper-text-container .Label-container .Content {
    margin-right: 8px;
    font-size: 16px;
    color: var(--dcydhzt);
    font-weight: bold;
    line-height: 26px; 
}
.banner-wrapper-container .swiper-text-container .Label-container .Content span {
    padding: 5px 9px 5px 9px;
    background: var(--dcyans);
    border-radius: 2px;
    margin-left: 8px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
}
@media (max-width: 768px){
    .banner-wrapper-container .swiper-text-container .Title-container{
       text-align: center; 
       width: 100%;
    }
    }
    
.banner-wrapper-container .swiper-text-container .Title-container .Title {
 
    font-size: 3.6rem;
    font-weight: bold;
    padding: 10px 0 5px;
    line-height: 100%;
    color: var(--dcydhzt);
    font-family: YouSheBiaoTiHei-2;
}
@media (max-width: 768px){
  .banner-wrapper-container .swiper-text-container .Title-container .Title {
    line-height:0%; 
    padding: 15px 0px;
    font-size: 2rem;
      max-height: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}  
}
.banner-wrapper-container .swiper-text-container .Title-container .Describe {
    font-size: 16px;
    color: #222;
    padding: 10px 0;
    font-weight: bold;
    max-height: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 768px){
.banner-wrapper-container .swiper-text-container .Title-container .Describe {
    margin-bottom: 0rem;
    padding: 5px 0;
        line-height: 24px;
    font-size: 14px;
    color: #3d485d;
    max-height: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
}
.banner-wrapper-container .swiper-text-container .Label-container,
.banner-wrapper-container .swiper-text-container .Title-container, 
.banner-wrapper-container .swiper-text-container .Button-container{
    animation: bounceInUp 1s linear forwards;
}
 @-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes bounce {
	0%,20%,53%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
		transform: translate3d(0,-30px,0) scaleY(1.1);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
		transform: translate3d(0,-15px,0) scaleY(1.05);
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transition-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
		transform: translate3d(0,-4px,0) scaleY(1.02);
	}
}

@keyframes bounce {
	0%,20%,53%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
		transform: translate3d(0,-30px,0) scaleY(1.1);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
		transform: translate3d(0,-15px,0) scaleY(1.05);
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transition-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
		transform: translate3d(0,-4px,0) scaleY(1.02);
	}
}
.banner-wrapper-container .swiper-text-container .Button-container {
    margin-top: 24px;
}


@media (max-width: 768px){
.banner-wrapper-container .swiper-text-container .Button-container {
   display: none;
}
}
.banner-button {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.07em;
    /* text-transform: uppercase; */
    line-height: 24px;
    color: #ffffff;
    border-radius: 4px;
    background: var(--dcyans);
    position: relative;
    margin-bottom: 6px;
}
.banner-button:hover{
        background: var(--dcyanxz);
         color: #ffffff;
}
.banner-button span {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 28px;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 
.banner-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.banner-swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: none;
 
    
    
}
.banner-swiper-slide.active{
          display: block;   
         animation: slideIn 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      }
 

   @media (max-width: 768px){
    .banner-swiper-slide.active{
          display: block;
          animation: lightSpeedIn 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      }   
   }   
 

@keyframes lightSpeedIn {
    from { 
    transform: translateX(100%); 
    opacity: 0;                   
  }
  to { 
    transform: translateX(0); 
    opacity: 1;
  }
}
@keyframes fadeInRightBig {
  from { 
    transform: translateX(100%);  
    opacity: 0;                   
  }
  to { 
    transform: translateX(0); 
    opacity: 1;
  }
}


.banner-wrapper-container .banner-swiper-img  {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px){
.banner-wrapper-container .banner-swiper-img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}
}
.banner-wrapper-container .home-button-prev:hover, .banner-wrapper-container .home-button-next:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/*
.banner-wrapper-container .home-button-prev, .banner-wrapper-container .home-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - 44px / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color:  #2468f2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(https://www.amuyun.cn/themes/web/www/static/picture/switch.png) no-repeat 50% / 49px 49px;
}
@media (max-width: 768px){
    .banner-wrapper-container .home-button-prev, .banner-wrapper-container .home-button-next{
      margin-top: calc(0px - 10% / 2);  
    }
}
.banner-wrapper-container .home-button-prev {
    left: 20px;
}
.banner-wrapper-container .home-button-next {
    right: 20px;
    transform: rotate(180deg);
}
@media (max-width: 768px){
   .banner-wrapper-container .home-button-prev {
    left: 10px;
}
.banner-wrapper-container .home-button-next {
    right: 10px;
    transform: rotate(180deg);
}
        
    }*/
@media (max-width: 768px){
.banner-swiper-video {
    display: none;
}
}
 .banner-swiper-video {
 position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-m-img {
    display: none;
}
@media (max-width: 768px){
 .banner-m-img {
    display: block;
    width: 100%;
}
.banner-m-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}
}

      
.swiper-banner-item-tag {
    margin-right: 12px;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f64041;
}

.swiper-banner-item-blue {
    margin-right: 12px;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #337dff;
}


.swiper-banner-item-green {
    margin-right: 12px;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #22c6b9;
}

.swiper-banner-item-gold {
    margin-right: 12px;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background:#ff6700;
}
.swiper-banner-item-purple {
    margin-right: 12px;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background:	#800080;
}
.swiper-banner-item-tit {
    height: inherit;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.swiper-banner-item-tit:hover{
   color: var(--dcyanxz);
}
.swiper-banner-item-tittext {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: font-size .4s ease-in-out;
}
.home-button-prev,.home-button-prev{
    display: none;
}
 
 
.banner-wrapper-container .swiper-left-banner .swiper-banner-container .swiper-banner-titles .swiper-banner-title.active .swiper-banner-item-progress::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));  
}
.banner-wrapper-container .swiper-left-banner .swiper-banner-container .swiper-banner-titles .swiper-banner-title.active .swiper-banner-item-progress::after {
    animation: scDonghua01 5s linear forwards;}
 

 
.home-pagination {
    margin-left: calc(268px + 68px);
}
@media (max-width: 768px){
.home-pagination{
    text-align: center;
    margin-left: 0%;
}
}
.home-pagination {
    position: absolute;
    bottom: 150px;
    left: inherit;
    width: 100%;
    z-index: 10;
    display:none;
}
@media (max-width: 768px){
 .home-pagination {
    position: absolute;
    bottom: 75px; 
    display:block;
} 
}
.home-pagination .active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color:  var(--dcyxhx); 
}
.home-pagination .active::after {
    animation: scDonghua01 5s linear forwards;}
@keyframes scDonghua01{
	0%{width:0}
	to{width:100%}
}
.home-pagination .active {
    position: relative;
    background-color: transparent;
}
 .home-pagination .active {
    background-color: rgba(255, 253, 253, 0.5);
    opacity: 1;
}
 .home-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 5px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    background-color: rgba(128, 128, 128, 0.5);
    opacity: 0.85;
    width: 42px;
    height: 4px;
    cursor: pointer;
}
 @media (max-width: 768px){
    .home-pagination .swiper-pagination-bullet { 
    width: 30px;
    height: 4px; 
}
 }