#banner-index .swiper-slide{
    padding-bottom: 5vmax;
    min-height: clamp(600px, calc(100vh - 65px), 1015px);
    height: auto;
}
#banner-index .swiper-slide .back{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#banner-index .slide-one .back{
    background: url('https://oseasy-www-vdo.oss-cn-hangzhou.aliyuncs.com/os-easy-www/banner1.webp') no-repeat;
    background-size: cover;
    background-position: center;
}
#banner-index .slide-one .back .wave{
    display: inline-block;
    position: absolute;
    width: 3.6vw;
    height: 3.6vw;
    left:49%;
    top:41.5%;
    transform: translate(-50%, -50%);
}
#banner-index .slide-one .back .wave:before,#banner-index .slide-one .back .wave:after {
    position: absolute;
    content: '';
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    left:50%; 
    top:50%;
    animation: wave 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#banner-index .slide-one .back .wave:after {
    animation-delay: -0.4s;
}
@keyframes wave {
    0% {    
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
#banner-index .swiper-slide .front{
    width: 100%;
    position: inherit;
    z-index: 2;
}
#banner-index .slide-one .text,#banner-index .slide-two .text,#banner-index .slide-three .text,#banner-index .slide-four .text{
    padding-top: clamp(90px, 18vmin, 180px);
}
#banner-index .swiper-slide .text h1{
    font-size: 72px;
    margin: 0;
    line-height: 1;
    color: #00122e;
    font-family: '阿里巴巴普惠体 2.0 95 ExtraBold';
}
#banner-index .swiper-slide .text strong{
    display: block;
    font-size: 24px;
    color: rgba(44,56,82,.6);
    line-height: 1;
    margin: 30px 0;
}
#banner-index .swiper-slide .text p{
    margin-bottom: 30px;
    font-size: 18px;
}
#banner-index .swiper-slide .text a{
    display: inline-block;
    color: #fff;
    padding: 7px 30px;
    border-radius: 20px;
    background: #ff6a00;
}
#banner-index .slide-one .info,#banner-index .slide-four .info{
    padding-top: clamp(60px, calc(100vh - 780px), 200px);
}
#banner-index .slide-one .flex{
    color: #fff;
    gap: 10px;
    margin-top: 10px;
}
#banner-index .slide-one .item{
    padding: 10px;
    border-radius: 6px;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 47%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(10px);
    flex: 1;
    position: relative;
}
#banner-index .slide-one .item:before,#banner-index .slide-three li:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2px;
    background: conic-gradient(
		from var(--gradient-angle),
		rgba(255, 255, 255, 0.1) 0deg,
		rgba(255, 255, 255, 0.1) 60deg,
		rgba(255, 255, 255, 0.9) 120deg,
		rgba(255, 255, 255, 0.1) 180deg,
		rgba(255, 255, 255, 0.1) 240deg,
		rgba(255, 255, 255, 0.9) 300deg,
		rgba(255, 255, 255, 0.1) 360deg
	);
	mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
	-webkit-mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
	animation: loading 4s linear infinite;
	border-radius: 6px;
	z-index: -1;
}
@property --gradient-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes loading {
	0% {
		--gradient-angle: 0deg;
	}
	100% {
		--gradient-angle: 360deg;
	}
}
#banner-index .info .item h5{
    font-size: 14px;
}
#banner-index .info .item p{
    margin-bottom: 0;
    font-size: 12px;
}
#banner-index .slide-two .back{
    background: url('https://oseasy-www-vdo.oss-cn-hangzhou.aliyuncs.com/os-easy-www/banner2.webp') no-repeat;
    background-size: cover;
    background-position: center bottom;
}
/*#banner-index .slide-two .text a:last-child,#banner-index .slide-three .text a:last-child{*/
/*    color: #ff6a00;*/
/*    background: #fff;*/
/*    margin-left: 20px;*/
/*}*/
#banner-index .slide-two .back:before{
    content: '';
    position: absolute;
    width: 30%;
    padding-bottom: 30%;
    bottom: 0;
    left: 0;
    background: url('https://oseasy-www-vdo.oss-cn-hangzhou.aliyuncs.com/os-easy-www/banner-bg1.gif') no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: rotateZ(90deg) translateX(23%);
}
#banner-index .slide-two .back:after{
    content: '';
    position: absolute;
    width: 30%;
    padding-bottom: 30%;
    bottom: 0;
    right: 0;
    background: url('https://oseasy-www-vdo.oss-cn-hangzhou.aliyuncs.com/os-easy-www/banner-bg1.gif') no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: rotateZ(270deg) translateX(-23%);
}
#banner-index .slide-three .back{
    background: url('https://oseasy-www-vdo.oss-cn-hangzhou.aliyuncs.com/os-easy-www/banner3.webp') no-repeat;
    background-size: cover;
    background-position: center;
}
#banner-index .slide-three .text{
    justify-content: space-between;
}
#banner-index .slide-three .text .img{
    transform: translateY(-15%);
    flex: 1;
    max-width: 600px;
    max-height: 35vh;
}
#banner-index .slide-three .text .img img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
#banner-index .slide-three ul{
    gap: 10px;
    color: #fff;
    margin-top: 10vmin;
}
#banner-index .slide-three li{
    flex: 1 1 20%;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 47%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(10px);
    position: relative;
}
#banner-index .slide-three li h5{
    margin-bottom: 0;
}
#banner-index .slide-four .back{
    background: url('https://oseasy-www-vdo.oss-cn-hangzhou.aliyuncs.com/os-easy-www/banner4.webp') no-repeat;
    background-size: cover;
    background-position: center top;
}
#banner-index .slide-four .back svg{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#banner-index .slide-four .info{
    justify-content: space-between;
    gap: 30px;
    color: #fff;
}
#banner-index .slide-four .info li.flex{
    gap: 100px;
}
#banner-index .slide-four .info li{
    padding: 0 20px;
    width: 100%;
    max-width: 335px;
    position: relative;
}
#banner-index .slide-four .info li:first-child .position-relative:before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background: radial-gradient(ellipse closest-side at 50% 50%, #fff, rgba(255, 255, 255, 0));
    top: 0;
    right: -49px;
}
#banner-index .slide-four .info li:nth-child(3n - 1):before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background: radial-gradient(ellipse closest-side at 50% 50%, #fff, rgba(255, 255, 255, 0));
    top: 0;
    left: -29px;
}
#banner-index .slide-four .info li:nth-child(3n - 1):after{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background: radial-gradient(ellipse closest-side at 50% 50%, #fff, rgba(255, 255, 255, 0));
    top: 0;
    right: -29px;
}
#banner-index .slide-four .info li p{
    opacity: .6;
}

#banner-index .slide-five .back{
    background: url('https://oseasy-www-vdo.oss-cn-hangzhou.aliyuncs.com/os-easy-www/banner5.png') no-repeat;
    background-size: cover;
    background-position: center;
}
#banner-index .slide-five .front{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#banner-index .slide-five .front>.flex{
    align-items: center;
}
#banner-index .slide-five .front .img,#banner-index .slide-five .front .text{
    flex: 1;
    min-width: 300px;
}
#banner-index .slide-five .front .img img{
    width: 100%;
}
#banner-index .slide-five .front .img .position-absolute:nth-child(2){
    width: 11%;
    left: 35%;
    top: 12%;
    animation: float 3s .5s ease-in-out infinite;
}
#banner-index .slide-five .front .img .position-absolute:nth-child(3){
    width: 10%;
    left: 84%;
    top: 30%;
    animation: float 3s 1s ease-in-out infinite;
}
#banner-index .slide-five .front .img .position-absolute:nth-child(4){
    width: 11%;
    left: 15%;
    top: 77%;
    animation: float 3s 2s ease-in-out infinite;
}
#banner-index .slide-five .front .img .position-absolute:nth-child(5){
    width: 11%;
    left: 80%;
    top: 70%;
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.title strong{
	display: block;
	font-size: 16px;
}
.title h2{
	position: relative;
	margin-bottom: 2.5vmax;
	margin-top: 5px;
	font-weight: bold;
}
.title h2::after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #ff6a00;
	position: absolute;
	left: calc(50% - 25px);
	bottom: -10px;
	transition: all 0.3s ease-out;
}
.industry{
	padding: 5vmax 0 0;
	overflow: hidden;
}
.news,.learn-more{
	padding: 5vmax 0;
	overflow: hidden;
}
.industry .box{
	width: 104%;
	transform: translateX(-2%);
	gap: 12px;
	height: calc(100vh - 195px - 5vmax);
	min-height: 400px;
	max-height: 600px;
}
.industry .item{
	flex: 1;
	height: 100%;
	position: relative;
	transform: skew(355deg, 0deg);
	transition: all 0.4s;
	overflow: hidden;
}
.industry .item .img{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.industry .item .img img{
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) skew(5deg, 0deg);
	transition: all .4s linear;
}
.industry .item::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .5) 35%, #FF6a00 100%);
	z-index: 2;
}
.industry .item .text{
	height: 100%;
	width: 26vw;
	transform: skew(5deg, 0deg);
	position: absolute;
	top: 0;
	left: 20%;
	z-index: 3;
	color: #fff;
}
.industry .item h5{
	position: absolute;
	left: 0;
	top: 20vh;
	font-size: 28px;
	transition: all .4s ease-out;
	font-weight: 600;
}
.industry .item h5 span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.industry .item .text p{
    position: absolute;
    left: 2px;
    top: calc(20vh + 50px);
    transition: all .4s ease-out;
    opacity: 0;
}
.industry .item i{
	position: absolute;
	bottom: 30px;
	left: 0;
	transition: all .4s ease-out;
	display: block;
	width: 100px;
	height: 50px;
}
.industry .item i img{
    display: block;
    height: 100%;
    width: auto;
}
.industry .item>a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}
.industry .item .info{
	position: absolute;
	padding: 30px 0 30px calc(8px - .3vw);
	width: 26vw;
	transform: skew(5deg, 0deg);
	left: 20%;
	top: calc(20vh + 90px);
	opacity: 0;
	transition: all .4s ease-out;
	column-gap: 20px;
}
.industry .item .info a{
	display: block;
	position: relative;
	font-weight: bold;
	color: #fff;
}
.industry .item .info a:not(:last-child)::before{
	content: "";
	display: block;
	width: 1px;
	height: 13px;
	background: #fff;
	position: absolute;
	right: -10px;
	top: 4px;
}
.industry .item .info a::after{
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease-out;
}
.slogan{
	padding: 3vmax 0;
	background: linear-gradient(to top, rgba(17,19,22,.85) 0%, rgba(17,19,22,.85) 100%), url('/skin/img/index/4.jpg');
	background-size: cover;
	min-height: 180px;
}
.slogan a{
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	background-color: #ff6a00;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	margin: 20px auto 0;
	color: #fff;
}
.case{
	padding: 5vmax 0;
	overflow: hidden;
	background: url('/skin/img/index/6.png');
	background-position: center;
	background-repeat: no-repeat;
}
.case .info p{
    text-align: center;
	width: 80%;
	margin: 20px auto 30px;
	max-width: 820px;
	min-width: 300px;
	color: #666;
}
.case .info ul{
    margin-bottom: 50px;
    gap: 6vmax;
    justify-content: center;
}
.case .info li{
    align-items: center;
}
.case .info li .icon{
    width: 50px;
}
.case .info li .num{
    flex: 1;
    color: #666;
}
.case .info li strong{
    font-size: 40px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.case .swiper-slide{
	width: 20vw;
	padding: 5px 12px;
	min-width: 315px;
	position: relative;
}
.case .swiper-slide .img{
	border: 3px solid #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}
.case .swiper-slide .img img{
	transition: all .3s ease-out;
	filter: saturate(1.5) brightness(0.8);
}
.case .swiper-slide .text{
	position: absolute;
	width: calc(100% - 30px);
	height: calc(100% - 16px);
	left: 15px;
	top: 8px;
	padding: 45px 30px;
	background: rgba(0, 0, 0, .42);
	color: #fff;
	overflow: hidden;
	transition: all .3s ease-out;
}
.case .swiper-slide .text h5{
	height: 48px;
}
.case .swiper-slide .text span{
    color: rgba(255,255,255,.7);
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.case .swiper-slide .text .show-more{
	position: absolute;
	bottom: -30px;
	opacity: 0;
	transition: all .3s ease-out;
}
.choose_us .title h2::after{
	left: 0;
}
.choose_us{
	background: #f8f9fa;
	overflow: hidden;
	padding: 5vmax 0;
}
.choose_us .container-md{
	gap: 3vmax;
}
.choose_us .img{
	flex: 1;
	gap: 1.5rem;
}
.choose_us .img .img-one{
	width: 100%;
	height: 65%;
}
.choose_us .img .img-one img{
    height: auto;
    top: 0;
    transform: translate(-50%,-10%);
}
.choose_us .img .img-two{
	flex: 1;
	height: calc(35% - 1.5rem);
}
.choose_us .img .swiper-container{
    height: 100%;
}
.choose_us .text{
	flex: 1;
	overflow: hidden;
	transition: all 0.3s ease-out;
	position: relative;
	z-index: 2;
	color: #666;
}
.choose_us .culture{
    margin: 24px 0;
}
.choose_us .culture span{
    display: block;
    margin: 10px 0;
}
.choose_us .culture span i{
    font-weight: bold;
}
.choose_us .info{
    row-gap: 15px;
}
.choose_us .info .item{
    flex: 1 1 33.33%;
}
.choose_us .info span{
    display: block;
    line-height: 1;
    padding: 5px 0;
}
.choose_us .info strong{
    font-size: 36px;
    line-height: 1;
}
.choose_us .info sup{
    font-size: 20px;
    padding-left: 5px;
}
.news .row{
	row-gap: 1.5rem;
}
.news a .info div::before{
	content: "";
	font-family: 'themify';
	line-height: 1;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news a .info{
	margin: 0 20px;
	padding: 15px 0;
	font-size: 12px;
	color: #999;
	gap: 20px;
	border-bottom: 1px solid #ededed;
}
.news a .info div{
	position: relative;
	padding-left: 18px;
}
.news a .info .time::before{
	content: "\e72b";
}
.news .text{
	background: #f8f9fa;
	position: relative;
}
.news a h5{
	padding: 0 20px;
	margin: 15px 0 25px;
	font-size: 20px;
	height: 48px;
}
.news .text::after{
	content: "";
	display: block;
	width: 75px;
	height: 2px;
	background: #ff6a00;
	position: absolute;
	left: 22px;
	top: 120px;
	transition: all .3s linear;
}
.news a p{
	padding: 0 20px;
	color: #666;
	height: 42px;
}
.news a .more{
	margin: 0 0 20px 20px;
	color: #333;
}
.news .slick-arrow{
	top: 50%;
}
.news .slick-prev::before{
	content: "\e64a";
	font-family: 'themify';
	font-size: 20px;
	line-height: 1;
	display: block;
	color: #ff6a00;
	opacity: 1;
}
.news .slick-next::before{
	content: "\e649";
	font-family: 'themify';
	font-size: 20px;
	line-height: 1;
	display: block;
	color: #ff6a00;
	opacity: 1;
}
.news .slick-dots{
	position: absolute;
	left: 50%;
	bottom: -70px;
	transform: translate(-50%, -50%);
}
.news .slick-dots li{
	margin: 0 5px;
	width: auto;
	height: auto;
}
.news .slick-dots li button{
	width: 20px;
	height: 4px;
	border-radius: 2px;
	cursor: pointer;
	background: #d5d5d5;
	padding: 0;
	transition: all 0.3s linear;
}
.news .slick-dots li button:before{
	content: "";
}
.news .slick-dots li.slick-active button{
	width: 30px;
	background: #ff6a00;
}
.news .slick-dots li button:before{
	color: #ff6a00;
}
.news .click-button{
	margin: 30px auto 0;
}
.learn-more .flex{
	gap: 1.5rem;
}
.learn-more a{
	flex: 1;
}
.learn-more .text{
	background: #23262f;
	padding: 20px 0 16px;
	transition: all 0.2s linear;
}
.learn-more .text span{
	display: block;
	font-size: initial;
	font-weight: normal;
}


.tags-list-banner{
    height: 125px;
    min-height: auto;
}
.tags-list-banner .container-md{
    top: auto;
    bottom: 0;
}
.tags-list{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 1.5rem;
    align-items: flex-start;
}
.tags-list .place{
    width: 100%;
}
.tags-list .pleft{
    flex: 1;
    min-width: 58%;
    padding: 30px;
    background: #f8f9fa;
}
.tags-list .pright{
    width: min(360px, 100%);
    padding: 30px;
    background: #f8f9fa;
}
.tags-list .pright>.flex{
    column-gap: 15px;
    row-gap: 4px;
}
.tags-list .item{
    margin-bottom: 20px;
}
.tags-list .item .fulltitle{
    font-size: 16px;
}
.tags-list .item .description{
    display: block;
    font-size: 14px;
    color: #666;
    word-break: break-all;
    margin-top: 5px;
}
.tags-list .item i{
    font-size: 12px;
    color: #ff6a00;
    background: #FADDC7;
    padding: 0 5px;
    border-radius: 2px;
    position: absolute;
    bottom: 3px;
    margin-left: 10px;
}
.tags-list .item .info{
    color: #666;
    margin-top: 6px;
}
.tags-list .item .info a{
    font-size: 14px;
    color: #ff6a00;
    margin-right: 10px;
}


@media (any-hover: hover) {
	#indexbanner .prev .button:hover::after{transform: translateX(60px);}
	#indexbanner .prev .button:hover::before{transform: translateX(15px);}
	.banner a:hover{color: initial}
	.highlights li:hover h4{transform: translateY(-5px)}
	.highlights li:hover span{width: 60px}
	.industry .item:hover{flex: 2}
	.industry .item:hover h5{font-size: 40px;transform: translateY(-50px)}
	.industry .item:hover .text p{top: calc(20vh + 30px);opacity: 1}
	.industry .item:hover .info{top: calc(20vh + 58px);opacity: 1;z-index:6}
	.industry .item .info a:hover::after{content:'';width:100%}
	.case a:hover img,.news a:hover img,.learn-more a:hover img{transform: translate(-50%,-50%) scale(1.05)}
	.case .text:hover{background: rgba(0, 0, 0, .85)}
	.case .text:hover .show-more{bottom: 45px;opacity: 1}
	.news a:hover .text::after{width: 140px}
	.learn-more a:hover .text{background: #ff6a00}
}

@media screen and (max-width: 1024px){
    #banner-index .swiper-slide{min-height:clamp(360px, 56vw, 600px);}
    #banner-index .slide-four .text{padding-top: clamp(150px, 22vmin, 300px);}
    #banner-index .swiper-slide .text h1{font-size:40px;}
	.choose_us .img,.choose_us .text{width: 100%;flex: auto;min-height: 400px}
	.industry .box{width: 100%;transform: translateX(0)}
	.industry .item{width: calc(50% - 6px);flex: auto;transform: skew(0deg);height: calc(50% - 6px)}
	.industry .item img{transform: translateX(-50%) skew(0deg)}
	.industry .item .text{transform: translateX(-50%) skew(0deg);width: 42vw;left: 50%}
	.industry .item .text p{opacity:1;top:100px}
	.industry .item h5{top: 30px}
	.industry .item .info{opacity: 1;left:50%;top: 160px;max-height: 100px;overflow: hidden;width: 42vw;transform: skew(0deg, 0deg) translateX(-50%);z-index:5}
	#banner-index .front .info,.industry .item i{display:none}
	.learn-more .flex{gap: 12px}
	.learn-more a{min-width: 20vw}
}

@media screen and (max-width: 480px){
	#banner-index .slide-three .text .img,.industry .item .info{display: none}
	#banner-index .swiper-slide .text h1{font-size:36px;}
	.industry .box{height:460px}
	.case .info strong{font-size: 32px}
	.learn-more a{min-width: 40vw}
}