
.solu_txt_list li::before{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
/* {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
} */


/* proType_sort */
.proType_sort{padding-top: 32px;}
.sort_item{position: relative; width: 49%; border-radius: 40px; background: #F7F7F7;}
.sort_item:nth-child(n+3){margin-top: 5%;}

.sort_pic_item{width: 48%;}
.sort_item .sort_pic{padding-bottom: 100%; border-radius: 40px; }
.sort_item .sort_info{line-height: 1.25; width: 52%; padding: 3.5% 5%;}
.sort_info .title{font-size: 32px; font-family: 'Arial-Bold'; line-height: 1.25; height: 2.5em; overflow: hidden; text-transform: uppercase;}
.sort_info .brief{color: #666; line-height: 1.75; margin: 6px 0 14px; font-family: 'Arial-Regular'; height: 7em;}
.sort_item:hover{background: var(--lightColor);}
.sort_item:hover .title{color: var(--commonColor);}
.sort_item:hover .brief{color: #333;}
/* .sort_item:hover .pubMore1{border-color: var(--commonColor); background: var(--commonColor); color: #fff;}
.sort_item:hover .pubMore1::before{background-image: url(../img/icon_more1_w.png);} */


@media only screen and (max-width: 1450px) {
	.sort_info .title{font-size: 28px;}
}
@media only screen and (max-width: 1350px) {
	.sort_info .title{font-size: 26px;}
}
@media only screen and (max-width: 1100px) {
	.sort_info .title{font-size: 24px;}

	.sort_item{width: 100%; border-radius: 30px;}
	.sort_item:nth-child(n+2){margin-top: 4%;}
	.sort_item .sort_pic{border-radius: 30px;}
}
@media only screen and (max-width: 980px) {
	.sort_item{flex-direction: column; border-radius: 20px;}
	.sort_item:nth-child(n+2){margin-top: 20px;}
	.proType_sort{padding-top: 20px;}
	.sort_pic_item{width: 100%;}
	.sort_item .sort_pic{border-radius: 20px; padding-bottom: 100%; height: 0;}
	.sort_item .sort_info{width: 100%; padding: 24px 20px;}
	.sort_info .title{font-size: 22px; height: auto; display: block;}
	.sort_info .brief{margin: 10px 0 16px; max-height: unset; display: block; height: auto;}
	.sort_btn{margin-top: 16px;}
}


/* proType_app */
.proType_app{position: relative;}
.pro_app_inner{margin-top: 3%;}
.app_left_tab{width: 26%;}
.app_left .pic{padding-bottom: 75%;}

.app_right{width: 69.5%;}

.app_tab{background: #F7F7F7; border-radius: 40px; padding: 10% 18% 18%;}
.app_tab li{border-bottom: 1px solid #DCDCDC; padding: 8% 0; cursor: pointer;}
.app_tab li .title{color: #666; font-family: 'Arial-Regular'; font-size: 36px; }
.app_tab li .title a{color: inherit;}
.app_tab li:hover .title{color: var(--commonColor);}
.app_tab li.current .title{font-family: 'Arial-Bold'; color: var(--commonColor);}

.app_con{animation: fadeInRightA 0.5s; display: none;}
.app_con .app_con_left{width: 38%;}
.app_con .app_con_right{width: 58%; height: 100%;}

.app_con_left .order{font-family: 'Arial-Bold'; font-size: 40px;}
.app_con_left .title{font-family: 'Arial-Bold'; font-size: 48px; line-height: 1.2; margin: 20px 0;}
.app_con_left .brief{font-family: 'Arial-Regular'; font-size: 24px; line-height: 1.5; color: #666;}
.app_con_left .pubMoreBg{height: auto; line-height: 46px; padding: 5% 3%; text-align: center; width: 90%; border-radius: 10px; font-family: 'Arial-Bold'; font-size: 36px; margin-top: 30px;}

.app_con_right{position: relative;}
.app_con_right .pic{padding-bottom: 100%; border-radius: 50px;}
.app_con_right .pic::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background: rgba(0, 0, 0, 0.5); z-index: 1;}
.app_con_right .app_right_info{position: absolute; z-index: 2; left: 9%; width: 82%; bottom: 12%; color: #fff;}
.app_con_right .app_right_info .title{font-family: 'Rambla-Bold'; font-size: 48px; line-height: 1.25; flex: 1;}
.app_con_right .app_right_info .order{font-family: 'Arial-Bold'; font-size: 64px; line-height: 1; margin-left: 14px;}

@media only screen and (max-width: 1500px) {
	.app_con_left .pubMoreBg,
	.app_tab li .title{font-size: 32px;}
	.app_con_right .app_right_info .title,
	.app_con_left .title{font-size: 42px;}
	.app_con_left .brief{font-size: 22px;}
	.app_con_right .app_right_info{left: 6%; width: 88%; bottom: 8%;}
	.app_con_right .app_right_info .order{font-size: 58px;}
}
@media only screen and (max-width: 1300px) {
	.app_con_left .pubMoreBg,
	.app_tab li .title{font-size: 26px;}
	.app_con_right .app_right_info .title,
	.app_con_left .title{font-size: 32px;}
	.app_con_left .title{margin: 14px 0;}
	.app_con_left .brief{font-size: 18px;}
	.app_con_right .app_right_info{left: 6%; width: 88%; bottom: 8%;}
	.app_con_right .app_right_info .order{font-size: 48px;}
	.app_con_left .order{font-size: 32px;}
	.app_con_left .pubMoreBg{padding: 8px 20px; font-size: 24px; margin-top: 14px;}
}
@media only screen and (max-width: 980px) {
	.pro_app_inner{flex-direction: column;}
	.app_left_tab{width: 100%;}
	.app_tab{border-radius: 20px; padding: 10px 0; width: 100%; overflow-x: auto; background: none; display: flex;}
	.app_tab li{padding: 12px 0; float: left; margin-right: 20px; white-space: nowrap;}
	.app_tab li.current{border-color: var(--commonColor);}
	.app_tab li:last-child{margin-right: 0;}
	.app_tab li .title{font-size: 20px;}

	.app_right{margin-top: 20px; width: 100%;}
	.app_con>div.flex{flex-direction: column;}
	.app_con .app_con_left{width: 100%;}
	.app_con .app_con_right{width: 100%; margin-top: 20px;}
	.app_con_left .title{font-size: 24px; margin: 12px 0;}
	.app_con_left .pubMoreBg{font-size: 20px; padding: 4px 30px; width: auto;}

	.app_con_right .pic{border-radius: 20px;}
	.app_con_right .app_right_info{left: 20px; width: calc(100% - 40px); bottom: 20px;}
	.app_con_right .app_right_info .title{font-size: 24px;}
	.app_con_right .app_right_info .order{font-size: 40px; margin-left: 10px;}
}

/* proType_solutions */
.proType_solutions{position: relative;}
.proType_solutions::before{position: absolute; left: 0; top: 0; right: 0; height: 62%; background: var(--lightColor); content: ''; border-radius: 100px;}
.proType_solutions .web_th .title{width: 30%;}
.proType_solutions .web_th .brief{width: 34%; font-size: 20px;}

.solutions_inner{margin-top: 4.5%; border-radius: 100px; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; overflow: hidden; min-height: 500px; padding: 4.5% 6%;}
.solutions_inner::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 85%); z-index: 1;}

.solu_top{position: relative; z-index: 2; font-size: 32px; font-family: 'Rambla-Regular';}
.solu_top .solu_ul{width: 65%;}
.solu_top .solu_ul li{line-height: 1.5; margin-right: 8%;}
.solu_top .solu_ul li:last-child{margin-right: 0;}
.solu_top .solu_more{line-height: 60px; display: inline-block; padding-right: 70px; position: relative;}
.solu_top .solu_more::before{width: 60px; height: 60px; position: absolute; right: 0; top: 0; border-radius: 50%; background: url(../img/icon_more2.png) no-repeat center; background-size: 28px auto; background-color: var(--commonColor); content: ''; border: 1px solid var(--commonColor);}

.solu_top .solu_more:hover::before{background-image: url(../img/icon_more2_h.png); background-color: #fff;}

.solu_div{padding: 10% 0 2%; position: relative; z-index: 2;}
.solu_txt_list li{width: calc(100% / 3); color: #fff; font-family: 'Rambla-Regular'; padding: 5%; position: relative;}
.solu_txt_list li::before{position: absolute; left: 0; top: 0; right: 0; height: 100%; content: ''; background: rgba(255, 255, 255, 0.24); border-radius: 50px; border: 2px solid #fff; backdrop-filter: blur(34px); z-index: -1; opacity: 0;}
.solu_li .order{font-size: 64px;}
.solu_li .title{font-size: 48px; line-height: 1.25;}
.solu_li .brief{font-size: 20px; line-height: 1.5; margin-top: 10px;}
.solu_li .solu_btn{color: #fff; padding-right: 30px; position: relative; display: inline-block; line-height: 24px; margin-top: 30px;}
.solu_li .solu_btn::before{position: absolute; right: 0; top: 0; height: 24px; width: 24px; content: ''; background: url(../img/icon_right.png) no-repeat center; background-size: 24px auto;}

.solu_txt_list li:hover::before{opacity: 1;}
.solu_li:hover .solu_btn{color: var(--commonColor);}
.solu_li:hover .solu_btn::before{background-image: url(../img/icon_right_h.png);}
.solu_li .solu_btn:hover{margin-top: 24px;}

@media only screen and (max-width: 1600px) {
	.solu_top{font-size: 30px;}
	.solu_txt_list li{padding: 4%;}
	.solu_li .order{font-size: 60px;}
	.solu_li .title{font-size: 44px;}
}
@media only screen and (max-width: 1450px) {
	.proType_solutions::before,
	.solutions_inner{border-radius: 80px;}
	.solu_top{font-size: 26px;}
	.solu_top .solu_more{line-height: 52px; padding-right: 60px;}
	.solu_top .solu_more::before{width: 50px; height: 50px; background-size: 24px auto;}
	.solu_txt_list li{padding: 3.6%;}
	.solu_txt_list li::before{border-radius: 40px;}
	.solu_li .order{font-size: 52px;}
	.solu_li .title{font-size: 38px;}
	.solu_li .brief{font-size: 18px;}
}
@media only screen and (max-width: 1200px) {
	.proType_solutions .web_th .brief{font-size: 18px;}
	.proType_solutions::before,
	.solutions_inner{border-radius: 50px;}
	.solu_top{font-size: 24px;}
	.solu_txt_list li{padding: 26px;}
	.solu_txt_list li::before{border-radius: 30px;}
	.solu_li .order{font-size: 46px;}
	.solu_li .title{font-size: 26px; min-height: 2.5em;}
	.solu_li .solu_btn{margin-top: 14px;}
	.solu_li .solu_btn:hover{margin-top: 14px;}
}
@media only screen and (max-width: 980px) {
	.proType_solutions .web_th .title{width: 100%;}
	.proType_solutions .web_th .brief{width: 100%;}
	.proType_solutions::before,
	.solutions_inner{border-radius: 30px; padding: 30px 18px; background-position: 95% top;}

	.solu_top{flex-direction: column; font-size: 20px; align-items: flex-end;}
	.solu_top .solu_ul{width: 100%; flex-wrap: wrap;}
	.solu_top .solu_ul li{margin-right: 12px; width: calc(50% - 6px);}
	.solu_top .solu_ul li:nth-child(2n){margin-right: 0;}
	.solu_top .solu_ul li:nth-child(n+3){margin-top: 12px;}
	.solu_top .solu_more{line-height: 42px; padding-right: 50px;}
	.solu_top .solu_more::before{width: 40px; height: 40px; background-size: 20px auto;}

	.solu_div{padding: 16px 0 0;}
	.solu_txt_list{flex-direction: column;}
	.solu_txt_list li{width: 100%; padding: 20px;}
	.solu_txt_list li:nth-child(n+2){margin-top: 20px;}
	.solu_txt_list li::before{border-radius: 20px; opacity: 1; border-width: 1px;}
	.solu_li .order{font-size: 38px;}
	.solu_li .title{min-height: unset; font-size: 22px;}
}