.banner{
	
}
.banner a{
	display: block;
	height: 400px;
	overflow: hidden;
	margin-bottom: 0;
}
/* .banner .item::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .15);
} */
.banner img{
	position: absolute;
	height: 100%;
	min-width: 100%;
	object-fit: cover;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner .text{
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
.banner .text h2{
	position: absolute;
	top: 50%;
	transform: translateY(-250%);
	transition: transform .75s linear;
	opacity: 0;
	width: max(300px, 48%);
}
.banner .text h2 i{
	display: block;
	font-size: 90%;
	color: #ff6a00;
	margin-bottom: 2px;
}
.banner .text p{
	padding-left: 4px;
	position: absolute;
	margin-bottom: 0;
	top: 50%;
	width: 46%;
	transform: translateY(250%);
	transition: transform .75s linear;
	opacity: 0;
}
.banner .text p span{
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(150%);
}
.banner .swiper-slide-active .text h2{
	transform: translateY(-100%);
	opacity: 1;
}
.banner .swiper-slide-active .text p{
	transform: translateY(50%);
	opacity: 1;
}
#indexbanner .prev{
	position: absolute;
	height: 0;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 10;
}
#indexbanner .prev .box{
	position: absolute;
	width: calc(29vh + 41px);
	min-width: 250px;
	max-width: 318px;
	height: 10.5vh;
	min-height: 75px;
	max-height: 100px;
	right: .75rem;
	top: 0;
	transform: translateY(-140%);
	gap: 20px;
}
#indexbanner .prev .line{
	width: 1px;
	height: 100%;
	background: #fff;
}
#indexbanner .prev .box .img{
	position: relative;
	height: 100%;
	flex: 1;
	overflow: hidden;
	border: 1px solid #fff;
	animation-delay: .5s;
}
#indexbanner .small-img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(100%, -50%);
	transition: transform .75s linear;
	overflow: hidden;
}
#indexbanner .small-img::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
}
#indexbanner .small-img h6{
	position: absolute;
	top: 50%;
	width: 84%;
	left: 8%;
	transform: translateY(-50%);
	z-index: 3;
	font-size: clamp(12px, 2vh, 16px);
	color: #fff;
}
#indexbanner .small-img h6 i{
	display: block;
	font-size: 90%;
	color: #ff6a00;
}
#indexbanner .small-img.active{
	transform: translate(-50%, -50%);
}
#indexbanner .prev .button{
	border: 1px solid rgba(255, 255, 2255, .3);
	height: 10.5vh;
	min-height: 75px;
	max-height: 100px;
	width: 10.5vh;
	min-width: 75px;
	max-width: 100px;
	position: relative;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .15);
	animation-delay: 1s;
	overflow: hidden;
}
#indexbanner .prev .button::before{
	content: "\e649";
	font-family: 'themify';
	line-height: 1;
	position: absolute;
	color: #fff;
	font-size: 64px;
	left: calc(50% - 32px);
	top: calc(50% - 32px);
	transition: all 0.3s ease-out;
}
#indexbanner .prev .button::after{
	content: "";
	display: block;
	width: 38px;
	height: 4px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	left: -45px;
	transition: all 0.3s ease-out;
}
#indexbanner .prev .button div{
	position: absolute;
	overflow: hidden;
}
#indexbanner .prev .button div>div{
	background-color: #fff;
	width: 100%;
	height: 100%;
}
#indexbanner .prev .border1{
	width: 50%;
	height: 1px;
	left: 0;
	top: 0;
}
#indexbanner .prev .border2{
	width: 1px;
	height: 50%;
	left: 0;
	top: 0;
}
#indexbanner .prev .border3{
	width: 1px;
	height: 50%;
	left: 0;
	top: 50%;
}
#indexbanner .prev .border4{
	width: 50%;
	height: 1px;
	left: 0;
	bottom: 0;
}
#indexbanner .prev .border5{
	width: 50%;
	height: 1px;
	left: 50%;
	bottom: 0;
}
#indexbanner .prev .border6{
	width: 1px;
	height: 50%;
	top: 50%;
	right: 0;
}
#indexbanner .prev .border7{
	width: 1px;
	height: 50%;
	top: 0;
	right: 0;
}
#indexbanner .prev .border8{
	width: 50%;
	height: 1px;
	top: 0;
	right: 0;
}
#indexbanner .prev .border1 div{
	transform: translate(100%,0);
}
#indexbanner .prev .border2 div{
	transform: translate(0,-100%);
}
#indexbanner .prev .border3 div{
	transform: translate(0,-100%);
}
#indexbanner .prev .border4 div{
	transform: translate(-100%,0);
}
#indexbanner .prev .border5 div{
	transform: translate(-100%,0);
}
#indexbanner .prev .border6 div{
	transform: translate(0,100%);
}
#indexbanner .prev .border7 div{
	transform: translate(0,100%);
}
#indexbanner .prev .border8 div{
	transform: translate(100%,0);
}
#indexbanner .prev .border_box.active div{
	transform: translate(0,0);
	transition: transform .75s linear;
}
#indexbanner .prev .swiper-pagination{
	position: absolute;
	top: -30px;
	left: 21px;
}
#indexbanner .prev .swiper-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 10px;
	background: rgba(255, 255, 2255, .3);
	border-radius: 0;
	opacity: 1;
	margin-right: 5px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .6);
}
#indexbanner .prev .swiper-pagination .swiper-pagination-bullet-active{
	background: rgba(255, 255, 2255, 1);
}
.highlights{
	background: #fff;
}
.highlights ul{
    position: relative;
    background: linear-gradient(to right, #ff6a00 0%, #ff6a00 33.5%, #ff7f26 33.5%, #ff7f26 67%, #ff9446 67%, #ff9446 100%);
}
.highlights ul::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/skin/img/index/10.svg') no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .05;
}
.highlights li{
	flex: 1;
	color: #fff;
	min-height: calc(30vh - 40px);
	padding: 30px;
	position: inherit;
	z-index: 2;
}
.highlights li h4{
    transition: all .2s linear;
}
.highlights li .icon{
	font-size: 32px;
}
.highlights li span{
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	margin-top: 20px;
	transition: all 0.3s ease-out;
}
.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 a{position: relative;}
    .banner a::before{content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,.4);z-index: 3}
    .banner .text h2,.banner .text p{
        color: #fff;
    }
    .banner img{left: auto;right: 0;transform: translate(10%,-50%)}
    .highlights .container-md{max-width: 100%;padding: 0}
	.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}
	.industry .item i{display:none}
	.learn-more .flex{gap: 12px}
	.learn-more a{min-width: 20vw}
}

@media screen and (max-width: 480px){
	#indexbanner .prev,.highlights li .icon{display: none}
	.banner .text p{width: 80%}
	.highlights li{flex: auto;width: 100%}
	.case .info strong{font-size: 32px}
	.learn-more a{min-width: 40vw}
}