.solution-content [class^="ti-"], .solution-content [class*=" ti-"] {
	font-weight: bold;
}
.solution-content h2{
	text-align: center;
	line-height: 1;
	margin: 0 auto;
}
.solution-content p{
	margin-bottom: 0;
}
.solution-content section{
	padding: 5vmax 0;
}
.solution-content section:nth-child(odd){
	background: #fff;
}
.solution-content section:nth-child(even){
	background: #f8f9fa;
}
.solution-info .flex{
    justify-content: space-between;
    color: #999;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about .text{
	width: 80%;
	margin: 0 auto 30px;
}
.about .img{
	width: 80%;
	margin: 0 auto;
	background: #fff;
}
.about .img img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.advantage .row,.advantage-two .row,.single-title-style .row{
	row-gap: 1.5rem;
}
.advantage .item{
	background: #fff;
	padding: 40px 40px 40px 120px;
	height: 100%;
	position: relative;
	border: 1px solid #f8f9fa;
}
.advantage .item p{
    margin-top: 8px;
    color: #666;
}
.advantage .item::before{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50px;
	top: calc(50% - 20px);
	background: url('/skin/img/product/261@1x.svg');
	background-repeat: no-repeat;
}
.advantage .col-lg-6:nth-child(1) .item::before{
	background-size: 300px auto;
	background-position: 2px -46px;
}
.advantage .col-lg-6:nth-child(2) .item::before{
	background-size: 300px auto;
	background-position: -64px -46px;
}
.advantage .col-lg-6:nth-child(3) .item::before{
	background-size: 300px auto;
	background-position: 2px -99px;
}
.advantage .col-lg-6:nth-child(4) .item::before{
	background-size: 300px auto;
	background-position: -64px -99px;
}
.advantage .col-lg-6:nth-child(5) .item::before{
	background-size: 300px auto;
	background-position: 2px -153px;
}
.advantage .col-lg-6:nth-child(6) .item::before{
	background-size: 300px auto;
	background-position: -64px -155px;
}
.advantage .col-lg-6:nth-child(7) .item::before{
	background-size: 300px auto;
	background-position: 2px -206px;
}
.advantage .col-lg-6:nth-child(8) .item::before{
	background-size: 300px auto;
	background-position: -64px -206px;
}
.advantage-two .item{
	background: linear-gradient(270deg, #FF6C00 0%, #FF9446 100%);
	border-radius: 5px;
	height: 100%;
	overflow: hidden;
}
.advantage-two .item h5{
	padding: 15px 20px;
	color: #fff;
	margin-bottom: 0;
	transition: all 0.3s linear;
}
.advantage-two .item p{
	background: #fff;
	border-radius: 4px;
	padding: 20px;
	height: calc(100% - 54px);
	border: 1px solid #f8f9fa;
}
.component{
	position: relative;
}
.component::before{
	content: "";
	display: block;
	width: 100%;
	height: calc(7rem + 8vmax);
	position: absolute;
	left: 0;
	top: 0;
	background: url('/uploads/allimg/250106/5.webp');
	background-size: cover;
	background-position: center;
}
.component h2{
	color: #fff;
	position: inherit;
}
.component .swiper-container{
	position: relative;
	width: calc(100% + 1.5rem);
	margin: 0 -0.75rem;
}
.component .item{
    width: 33.33%;
	height: 100%;
	padding: 10px .75rem;
}
.component .item .box{
	height: 100%;
	background: #fff;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
	padding: 3vmax 30px;
}
.component .item .img{
	position: relative;
	padding-bottom: 56.25%;
}
.component .item img{
	position: absolute;
	display: block;
	max-height: 90%;
	max-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.component .item span{
	display: block;
	text-align: center;
	margin-top: 20px;
}
.component .slick-prev:before,.component .slick-next:before{
	color: #d8d8d8;
}
.scene .flex,.case .content,.solution .container-md>.flex{
	gap: 1.5rem;
}
.scene .cover-img{
	flex: 1;
	min-width: 45%;
}
.scene .cover-img::before{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 40%;
}
.scene .cover-img h5{
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
}
.scene .cover-img h5::after{
	content: "";
	display: block;
	width: 0px;
	height: 3px;
	background: #ff6a00;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .2s linear;
}
.case .title-more{
	align-items: center;
	gap: 3px;
	margin-bottom: 5px;
	transition: all .2s linear;
}
.case .container-md>.title-more{
	justify-content: flex-end;
}
.case .item{
	flex: 1;
	padding: 20px;
	border: 1px solid #d8d8d8;
}
.case .item h5{
	margin-top: 30px;
}
.case .item p{
	margin-bottom: 60px;
}
.solution .tab_li{
	flex: 1;
	order: 2;
}
.solution .tab_li li{
	padding: 20px 150px 20px 20px;
	position: relative;
	background: url(/uploads/allimg/250106/6.webp);
	background-size: cover;
	background-position: center;
	transition: all .2s linear;
	width: 100%;
}
.solution .tab_li li:not(:first-child){
	margin-top: 1.5rem;
}
.solution .tab_li li.active{
	background: url(/uploads/allimg/250106/5.webp);
	background-size: cover;
	background-position: left center;
	color: #fff;
}
.solution .tab_li li p,.solution .tab_li li a{
	display: none;
}
.solution .tab_li li a{
	color: #ff6a00;
	background: #fff;
	padding: 3px 12px;
	position: absolute;
	right: 20px;
	top: calc(50% - 14px);
}
.solution .tab_con{
	flex: 1;
	display: none;
	min-height: 269px;
}
.solution .tab_con.active,.solution .tab_li li.active p,.solution .tab_li li.active a{
	display: block;
}
.solution-content table {
    width: 100% !important;
    margin: 20px 0 0;
    border-spacing: 1px;
    border: 0;
    background-color: #d8d8d8;
    border-collapse: initial;
}
.solution-content table td {
    min-width: 50px;
    padding: 10px;
    background-color: #fff;
    border: 0;
}
.solution-content table tr strong {
    padding: 5px 0;
    display: inline-block;
}
.solution-content .tab_li{
    justify-content: center;
    margin-bottom: 30px;
    gap: 30px;
}
.solution-content .tab_li li strong{
    border-bottom: 1px solid;
    cursor: pointer;
}
.solution-content .tab_li .active strong{
    color: #ff6a00;
    border-color: #ff6a00;
}
.solution-content .tab_con{
    display: none;
}
.solution-content .tab_con.active{
    display: block;
}


.view381-one{
    background: #fafbff;
    padding: 5vmax 0;
}.view381-advantage{
    background: #fafbff;
    padding: 5vmax 0 0;
}.view381-two{
    padding: 5vmax 0;
}.view381-one .img img{
    display: block;
    max-width: 100%;
    margin: 20px auto 0;
}.view381-two .tab_li{
    background: #f8f9fa;
    border-radius: 20px;
}.view381-two .tab_li li{
    flex: 1;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}.view381-two .tab_li .active{
    background: #ff6a00;
    color: #fff;
    border-radius: 20px;
}.view381-two .tab_con .img{
    flex: 5;
    background: #fff;
    padding: 30px;
}.view381-two .tab_con .img h5{
    margin-bottom: 30px;
}.view381-two .tab_con .flex{
    background: #f8f9fa;
    padding: 30px;
    gap: 1.5rem;
}.view381-two .tab_con .img img{
    width: 100%;
}.view381-two .tab_con .text{
    flex: 4;
    padding-top: 30px;
}.view381-two .tab_con .text p{
    line-height: 24px;
}.view381-two .tab_con .text span{
    display: block;
}.view381-two .tab_con .text p{
    color: #666;
}.view381-advantage .item{
    padding: 5vmax 0;
}.view381-advantage .item .flex{
    align-items: center;
}.view381-advantage .item:nth-child(odd){
    background: #fff;
}.view381-advantage .item .text,.view381-advantage .item .img{
    flex: 1;
}.view381-advantage .item .img img{
    transition: all .2s linear;
    max-width: 100%;
}.view381-advantage .item:nth-child(odd) .text{
    order: 2;
}.view381-advantage .flex,.view348-about ul{
    gap: 1.5rem;
}.view381-advantage .item .text>strong{
    display: block;
    font-size: 1.8rem;
    margin-bottom: 20px;
}.view381-advantage .item .text>p{
    color: #666;
}

.view348-about ul li{
    flex: 2;
}
.view348-about ul li::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    backdrop-filter: blur(1px);
    background: linear-gradient(0deg, #fff0 0, #f4f9fe 65%);
    transition: all .2s linear;
}
.view348-about ul h5{
    position: absolute;
    width: 100%;
    padding: 0 20px;
    left: 0;
    top: 30px;
    z-index: 2;
}
.view348-about ul .active{
    flex: 3;
}
.view348-about ul .active::after {
    background: linear-gradient(180deg, #ff6a00 0, rgba(255, 106, 0, .1) 100%);
}
.view348-about ul .active h5{
    color: #fff;
}
.single-title-style{
    background: url('/skin/img/product/20.png') no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}
.single-title-style .item{
    padding: 30px;
    height: 100%;
    background: #fff;
    transition: all .2s linear;
    border: 1px solid #f8f9fa;
}
.single-title-style .item::before{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
.single-title-style .item p{
    color: #666;
}
.single-title-style .col-sm-6:nth-child(1) .item:before{
    background: url('/skin/img/single-title1.svg') no-repeat;
    background-size: 30px auto;
    background-position: center;
}
.single-title-style .col-sm-6:nth-child(2) .item:before{
    background: url('/skin/img/single-title2.svg') no-repeat;
    background-size: 30px auto;
    background-position: center;
}
.single-title-style .col-sm-6:nth-child(3) .item:before{
    background: url('/skin/img/single-title3.svg') no-repeat;
    background-size: 30px auto;
    background-position: center;
}
.single-title-style .col-sm-6:nth-child(4) .item:before{
    background: url('/skin/img/single-title4.svg') no-repeat;
    background-size: 30px auto;
    background-position: center;
}
.single-title-style .col-sm-6:nth-child(5) .item:before{
    background: url('/skin/img/single-title5.svg') no-repeat;
    background-size: 40px auto;
    background-position: center;
}
.single-title-style .col-sm-6:nth-child(6) .item:before{
    background: url('/skin/img/single-title6.svg') no-repeat;
    background-size: 30px auto;
    background-position: center;
}
.single-title-style .col-sm-6:nth-child(7) .item:before{
    background: url('/skin/img/single-title7.svg') no-repeat;
    background-size: 40px auto;
    background-position: center;
}
.single-title-style .col-sm-6:nth-child(8) .item:before{
    background: url('/skin/img/single-title8.svg') no-repeat;
    background-size: 30px auto;
    background-position: center;
}
.single-title-style .col-sm-6:nth-child(9) .item:before{
    background: url('/skin/img/single-title9.svg') no-repeat;
    background-size: 30px auto;
    background-position: center;
}






@media (any-hover: hover) {
	.advantage .item:hover h5,.case .item:hover h5{
		color: #ff6a00;
		transition: all .2s linear;
	}
    .advantage-two .item:hover h5 {
        background: url(/skin/img/product/1.png);
        background-size: cover;
        background-position: center;
    }
	.scene .cover-img:hover img{
		transform: translate(-50%,-50%) scale(1.05);
	}
	.scene .cover-img:hover h5::after{
		width: 100%;
	}
	.case .item .title-more:hover{
		gap: 10px;
	}
	.view381-advantage .item:hover .img img{
	    transform: scale(1.05);
	}
}

@media screen and (max-width: 1024px){
	.place .left{display: none;}
	.place{overflow: auto;}
	.about .text,.about .img{width: 100%;}
	.scene .cover-img{min-width: 320px;}
	.case .item{min-width: 320px;flex: auto;}
	.solution .tab_li{width: 100%;flex: auto;}
	.solution .tab_con{min-height: 200px;}
}
@media screen and (max-width: 480px){
    .view381-advantage .item:nth-child(odd) .text{
        order: 0;
    }
    .view381-advantage .item .text, .view381-advantage .item .img{
        flex: 1 1 60%;
    }
    .view381-two .tab_li,.solution-content .tab_li,.advantage .item::before{display:none}
    .solution-content .tab_con{display:block}
    .view381-two .tab_con .text{flex:auto;width:100%;padding-top: 0}
    .advantage .item{padding:30px}
}