<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.application{
	margin: 60px auto 0;

}
.application-title h2{
	font-size: 30px;
}
.application-title p{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.application-ul{
	margin-top: 60px;
}
.application-ul li{
	width: 200px;
	height: 360px;
	float: left;
    margin-right: 40px;
    margin-bottom: 30px;
}
.application-ul li .application-ul-div{	
	text-align: center;
	width: 100%;
	height: auto;
    box-sizing: border-box;
    padding-top: 10px; 
    cursor: default;
    background: #F5F5F5;
    border-radius: 10px;
    transition: all ease-in-out .3s;
}
.application-ul li:nth-child(6n){
	margin-right: 0;
}
.application-ul li a img{
	width: 180px;
	border-radius: 10px;
}
.application-ul li h2 a{
	display: block;
	font-size: 16px;
    color: #333333;
    padding: 45px 0;
    transition: all ease-in-out .3s;
}
.application-ul li .in-app-more{
	display: none;
	width:100px;
	height:30px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	border-radius:8px;
}
.application-ul li:hover{
	
}
.application-ul li:hover .application-ul-div{
	background-color: #FFFFFF;
	transition: all ease-in-out .3s;
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius:10px;
	margin-top: -30px;
	padding-bottom: 30px;
}
.application-ul li:hover h2 a{
	color: #246ACE;
}
.application-ul li:hover a.in-app-more{
	display: block;
}
.application-bj{
	max-width: 1800px;
	margin: 0 auto;
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 100px 0;
}
.application-bj .application{
	margin-top: 0;
}
.app-select{
	margin-top: 65px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.app-select li{
	text-align: center;
	width: 10%;
	background:rgba(255,255,255,1);
	border-radius:10px;
}
.app-select li a{
	display: block;
	padding: 41px 0;
	color: #333333;
}
.app-select li a span{
	display: block;
	color: #666666;
	font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
}

.application-list{
	box-sizing: border-box;
	margin: 60px auto 0;
	background-color: #FAFAFA;
	padding: 10px 40px 10px 10px;
	border-radius: 10px;
}
.application-list-img img{
	width: 100%;
	border-radius: 10px;
}
.application-list-img{
	width: 21.429%;
}
.application-list-text{
	width: 72.143%;
	position: relative;
}
.application-list-text h2{
	font-size: 30px;
	margin: 30px 0;
	color: #333;
}
.application-list-text h2 i{
	font-size: 32px;
	color: #246ACE;
}
.application-list-text p{
	color: #666666;
	line-height: 28px;
}
.application-list-select{
	display: none;
	position: absolute;
	z-index: 99;
	top: 80px;
	background-color: #FFFFFF;
	height: 220px;
	overflow-y: scroll;
}
.application-list-select li{
	text-align: center;
}
.application-list-select li a{	
	display: block;
	font-size: 24px;
	color: #333;
	padding: 15px 40px;
}
.application-list-select li:hover{
	background-color: #F5F5F5;
}
.related-solution-list .related-solution-text{
	width: 50.66%;
}
.related-solution-list ul li{
	margin-top: 40px;
}
.related-solution-list{

	margin: 60px auto 0;
}
.application-related-pro{
	margin-top: 90px;
}
.related-case{
	margin-top: 100px;
}
.related-case .in-case-ul li:hover{
	box-shadow:0px 0px 20px 0px rgba(4,0,0,0.15);
}
/*å†…å®¹*/
.app-detail-title h3{
	font-size: 30px;
	float: left;
}
.app-detail-title i{
	float: left;
	position: relative;
	top: 35px;
	box-sizing: border-box;
	width: 88%;
	height:1px;
	margin-left: 1%;
	background:rgba(240,240,240,1);
}
.more-solutions{
	margin: 100px auto;
}
.more-solutions-ul,
.app-detail-ts-ul{
	margin-top: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.more-solutions-ul li{
	width: 22.858%;
	height:60px;
	line-height: 60px;
	text-align: center;
	background:rgba(245,245,245,1);
	border-radius:5px;
}

.more-solutions-ul li a{
	display: block;
	font-size: 14px;
	color: #333333;
	padding: 0 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.more-solutions-ul li:hover a{
	color: #246ACE;
}
.app-detail{
	margin: 0 auto;
}
.app-detail h2{
	margin: 60px 0 100px;
	text-align: center;
	font-size: 30px;
}
.app-detail-bj-cont{
	box-sizing: border-box;
    margin: 60px 0 100px;
    background-color: transparent;
    padding:0;
    border-radius: 0;
}
.app-detail-bj-cont .application-list-text{
	margin-top: 30px;
}
.app-detail-bj-cont .application-list-text p{
	text-indent: 2em;
}
.app-detail-state-cont{
	padding-top: 60px;
}
.app-detail-state-cont p{
	color: #666666;
	line-height: 28px;
	text-indent: 2em;
	margin-bottom: 40px;
}
.gyt{
	text-align: center;
	margin: 80px 0;
}
.gyt img{
	width: 100%;
	margin-bottom: 40px;
}
.gyt span:nth-last-child(2){
	color: #999999;	
}
.gyt span:last-child{
	color: #666666;
	font-size: 12px;
	float: right;
}
.app-detail-btn{
	width: 330px;
	margin: 0 auto;
}
.app-detail-btn a{
	display: inline-block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.app-detail-btn .btn-chat{
	margin-left: 40px;
}
.app-detail-ts{	
	margin: 100px 0;
}
.app-detail-ts-ul li{
	width: 22.858%;
	padding: 40px;
	box-sizing: border-box;
	background-color: #F5F5F5;
	border-radius:10px;
}
.app-detail-ts-ul li h4{
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.app-detail-ts-ul li p{
	color: #666666;
	line-height: 28px;
}
.app-detail-process .app-select li img{
	border-radius: 10px;
	width: 100%;
}
.app-detail-process .app-select li p{
	font-size: 16px;
}
/*========å®¹é‡é€‰é¡¹=====*/
.rl-rt-text{
	width: 75.715%;
}
.rl-pro-list.water-list-ul li{
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
	padding: 40px;
	background: #FAFAFA;
}
.rl-pro-list .water-list-img{
	background-color: transparent;
    border-radius: 10px;
}
.rl-pro-list .water-list-iner {
    padding: 40px 0 35px 40px;
    background-color: transparent;
    border-radius:10px;
}
.rl-pro-list .water-list-img img{
	width: 100%;
}
.rl-chat.pro-list-btn{
	opacity: 1;
	margin-top:18px;
}
.rl-chat.pro-list-btn a{
	padding: 10px 30px;
}
.rl-pro-list .pro-list-btn a{
	padding: 5px;
}
.xx-wz{
	margin-top: 60px;
}
.xx-wz-ul{
	margin-top: 60px;
}
.xx-wz-ul li{
	width: 49%;
    float: left;
    border: 1px solid #E6E6E6;
    border-radius:5px;
    margin-bottom: 40px;
}
.xx-wz-ul li a{
	width: 100%;
	display: block;
	padding: 20px;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
}
.xx-wz-ul li:nth-child(2n) {
    float: right;
}
.xx-wz-ul li a span:first-child{
	display: inline-block;
	width: 70%;
	text-align: left;
	color: #333333;
}
.xx-wz-ul li a span:last-child{
	display: inline-block;
	width: 30%;
	text-align: right;
	color: #666666;
}
.xx-wz-ul li:nth-last-child(1),
.xx-wz-ul li:nth-last-child(2){
	margin-bottom: 0;
}
.xx-wz-ul li:hover a span{
	color: #ffffff;
}
.xx-wz-ul li:hover{
    background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
    background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
    background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
    background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
    border-radius: 5px;
}

.rl-steam h3{
	text-align: center;
	font-size: 24px;
	margin-top: 65px;
}
.rl-steam ul li{
	overflow: hidden;
}
.rl-steam ul li:hover a{
	background: #246ACE;
	color: #FFFFFF;
}
.rl-steam ul li:hover a span{
	color: #FFFFFF;
}









                                                                                      </pre></body></html>