<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* banner ä¸‹è¾¹å¯¼èˆª */
.banner_bottom{
	background: #f7f7f7;
	padding: 22px 0px;
}
.banner_bottom ul{
	display: flex;
	justify-content: space-between;
	
}
.banner_bottom ul li{
	width: 250px;
	height: 55px;
	padding:30px 20px;
	background: #fff;
	line-height: 25px;
	transition: all 0.4s;
}
.banner_bottom ul li a{
	display: block;
	width:250px;
	font-weight: bold;
	height: 55px;
	font-size:20px;
}
.banner_bottom ul li a small{
	font-size:14px;
	color:#666;
}
.banner_bottom ul li:first-child{
	background: #fff url(../images/icon1.png) no-repeat 210px 30px;
}
.banner_bottom ul li:first-child + li{
	background: #fff url(../images/icon2.png) no-repeat 210px 30px;
}
.banner_bottom ul li:first-child + li + li{
	background: #fff url(../images/icon3.png) no-repeat 210px 30px;
}
.banner_bottom ul li:first-child + li + li  + li{
	background: #fff url(../images/icon4.png) no-repeat 210px 30px;
}
.banner_bottom ul li:hover{
	transform: translate(0px,-10px);
	box-shadow: 1px 1px 10px #ccc;
}


/* æ•ˆæžœå›¾ */
.design_list{
	height: 592px;
	padding-bottom: 26px;
}
.design_list p{
	overflow: hidden;
}
.design_list p img{
	transition: all 0.4s;
}
.design_list p:hover img{
	transform: scale(1.1);
}
.design_list .design_item_left{
	width: 392px;
	margin-right:12px;
	float: left;
	height: 592px;
}
.design_list .design_item_left p:first-child{
	width: 392px;
	height: 275px;
	margin-bottom: 12px;
	overflow: hidden;
}
.design_list .design_item_left p:first-child img{
	width: 392px;
	height: 275px;
}
.design_list .design_item_left p:last-child{
	width: 392px;
	height: 308px;
	overflow: hidden;
}
.design_list .design_item_left p:last-child img{
	width: 392px;
	height: 308px;
}
.design_list .design_item_right{
	width: 776px;
	float: left;
}
.design_list .design_item_right p{
	font-size: 0px;
}
.design_list .design_item_right .design_item_t p{
	margin-bottom:12px;
	height: 308px;
	overflow: hidden;
}
.design_list .design_item_right .design_item_t p img{
	height: 308px;
}
.design_list .design_item_right .design_item_t p:first-child{
	width:536px;
	margin-right: 12px;
	overflow: hidden;
}
.design_list .design_item_right .design_item_t,.design_list .design_item_right .design_item_b{
	display: flex;
	justify-content: space-between;
}
.design_list .design_item_right .design_item_b p:first-child{
	width:377px;
	margin-right: 12px;
	overflow: hidden;
}
/* æœåŠ¡æµç¨‹ */
.flow_server{
	background: #f7f7f7;
	padding-bottom: 40px;
}
.flow_server .server_list ul{
	display: flex;
	justify-content: space-between;
}	
.flow_server .server_list ul li{
	width: 160px;
	background: #fff;
	text-align: center;
	padding: 40px 0px;
	transition: all 0.4s;
}
.flow_server .server_list ul li h3{
	font-weight: normal;
	padding-top: 20px;
	line-height: 35px;
	font-size: 18px;
}
.flow_server .server_list ul li:hover{
	transform: translate(0px,-10px);
	box-shadow: 1px 1px 10px #ccc;
}

/* è£…ä¿®å…¬å¸ */
.company .comp_nav{
	text-align: center;
	line-height: 55px;
	padding:0px;
}
.company .comp_nav a{
	padding:0px 8px;
}
.company .comp_nav a:hover{
	color:#18b872;
	padding:0px 8px;
}
.comp_list ul{
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	width: 1197px;
}
.comp_list ul li{
	width: 280px;
	text-align: center;
	border: 1px solid #ccc;
	padding-bottom: 18px;
	line-height: 25px;
	float: left;
	margin-right: 17px;
	background: #fff;
	margin-bottom: 17px;
	position: relative;
	transition: all 0.4s;
	top: 0px;
}
.comp_list ul li:hover{
	top:-5px;
	box-shadow: 1px 1px 15px #eee;
	border: 1px solid #fff;
}
.comp_list ul li img{
	width: 100%;
	height: 196px;
}
.comp_list ul li .img{
	position: relative;
}
.comp_list ul li .img div{
	overflow: hidden;
}
.comp_list ul li .img div img{
	transition: all 0.4s;
}
.comp_list ul li:hover .img div img{
	transform: scale(1.1)
}
.comp_list ul li .img small{
	width:85px;
	height: 85px;
	border-radius: 75px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: -43px;
	margin-left: -43px;
	display: block;
	border: 1px solid #ccc;
	background: #fff;
}
.comp_list ul li .img small img{
	width: 100%;
	height: auto;
}
.comp_list ul li h4{
	font-weight: normal;
	font-size: 18px;
	padding-top:56px;
	line-height: 35px;
}
.comp_list ul li .bnt{
	width: 80%;
	height: 35px;
	background: #18b872;
	margin: 14px 10% 0px;
	line-height: 35px;
	color: #fff;
	cursor: pointer;
}
/* æ¡ˆä¾‹å±•ç¤º */
.case{
	background: #f7f7f7;
}
.case .case_nav{
	text-align: center;
}
.case .case_nav a:hover{
	color: #18b872;
}
.case .case_imgs{
	position: relative;
	padding: 30px 0px;
}
.case .case_imgs .case_imgs_left{
	position: absolute;
	top: 188px;
}
.case .case_imgs .case_imgs_right{
	position: absolute;
	top: 188px;
	right: 0px;
}
.case .case_imgs .case_imgs_list{
	width: 1000px;
	margin: 0px 90px;
	height:370px;
	/* background: #f00; */
	padding-top: 10px;
	position: relative;
	overflow: hidden;
}
.case .case_imgs .case_imgs_list ul li{
	width: 310px;
	margin-right: 375%;
	background: #eee;
	height: 370px;
	position: absolute;
	overflow: hidden;
	left: 100%;
	transition: top 0.4s;
	top: 10px;
}

.case .case_imgs .case_imgs_list ul li:hover{
	top: 0px;
}
.case .case_imgs .case_imgs_list ul li img{
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.case .case_imgs .case_imgs_list ul li:hover img{
	transform: scale(1.1) translate(-50%, -50%);
}
.case .case_imgs .case_imgs_list ul li:first-child{
	left: 0px;
}
.case .case_imgs .case_imgs_list ul li:first-child + li{
	left: 345px;
}
.case .case_imgs .case_imgs_list ul li:first-child + li + li{
	left: 690px;
}
.case .case_imgs .case_imgs_list ul li .info{
	position: absolute;
	top: 0px;
	left: -100%;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	/*transition: all 0.4s;*/
}
.case .case_imgs .case_imgs_list ul li:hover .info{
	left: 0px;
}
.case .case_imgs .case_imgs_list ul li .info p{
	padding-top: 120px;
	line-height: 25px;
}
.case .case_imgs .case_imgs_list ul li .info h3{
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
	padding-bottom: 15px;
}
.case .case_imgs .case_imgs_list ul li .info a{
	display: inline-block;
	width: 120px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	transition: all 0.4s;
}
.case .case_imgs .case_imgs_list ul li .info a:hover{
	background: #18b872;
	border: 1px solid #18b872;
}
.case .case_imgs .case_imgs_list ul li .bottom{
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding: 10px;
	width: calc(100% - 20px);
	line-height: 30px;
	z-index: 99;
}
.case .case_imgs .case_imgs_list ul li .bottom .btn{
	float: right;
	width: 80px;
	line-height: 30px;
	text-align: center;
	transition: all 0.4s;
	border: 1px solid #fff;
}
.case .case_imgs .case_imgs_list ul li .bottom .btn:hover{
	background: #18b872;
	border: 1px solid #18b872;
}

/*ä¿¡æ¡ˆä¾‹*/
.case{
	padding:30px 0px 20px;
}
.case .item{
	float:left;
	margin-right:13px;
	width:345px;
	background:#eee;
	height:280px;
	overflow: hidden;
	position: relative;
	margin-bottom:13px;
	font-size:16px;
	transition: all 0.3s;
}
.case .item:hover{
	box-shadow: 0px 0px 12px #aaa;
}
.case .one_item{
	width:703px;
}
.case .item:nth-child(7),.case .item:nth-child(3){
	margin-right:0px;
}
.case .item .img{
	width:100%;
	height: 210px;
	padding-bottom:10px;
}
.case .item p{
	padding:5px 15px;
	line-height: 20px;
	margin:0px;
}
.case .item p.wt{
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case .item img{
	width:100%;
	height: 210px;
}
.case .one_item .img{
	height: 280px;
}
.case .one_item .img img{
	height: 280px;
	padding-bottom:0px;
}
.case .one_item p{
	position: absolute;
	bottom:0px;
	background:rgba(0,0,0,0.3);
	color:#fff;
	height: 35px;
	line-height: 35px;
	padding:10px 25px;
	width:calc(100% - 50px);
}
.case p span img{
	width:25px;
	height: 25px;
	border-radius: 25px;
}




/* è£…ä¿®æ”»ç•¥ */
.strategy{
	padding-bottom:25px;
}
.strategy_imgs ul{
	width:1189px;
}
.strategy_imgs ul li{
	width: 288px;
	height: 184px;
	background: #eee;
	float: left;
	margin-right: 9px;
	position: relative;
	transition: all 0.4s;
	top:0px;
}
.strategy_imgs ul li:hover{
	top:-10px;
	box-shadow: 1px 1px 10px #aaa;
}
.strategy_imgs ul li p{
	overflow:hidden;
}
.strategy_imgs ul li p img{
	transition: all 0.4s;
}
.strategy_imgs ul li:hover p img{
	transform: scale(1.1);
}
.strategy_imgs ul li .shadow{
	position: absolute;
	width:100%;
	height: 100%;
	top:0px;
	line-height: 184px;
	font-size:36px;
	color:#fff;
	background:rgba(0,0,0,0.4);
	text-align: center;
}
.strategy_list{
	border: 1px solid #eee;
	height: 320px;
	margin-top: 10px;
}
.strategy_list .strategy_item{
	width: 253.5px;
	height:300px;
	border-right: 1px solid #eee;
	float: left;
	padding-right: 20px;
	margin: 20px 0px 20px 20px;
}
.strategy_list .strategy_item h2{
	border-bottom: 1px solid #000;
	width: 50px;
	white-space: nowrap;
	line-height: 45px;
	font-size:24px;
	font-weight: normal;
	margin-bottom: 15px;
}
.strategy_list .strategy_item ul{
	height: 150px;
}
.strategy_list .strategy_item ul li{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
}
.strategy_list .strategy_item ul li a:hover{
	color:#18b872;
}
.strategy_list .strategy_item .btn{
	width: 118px;
	height: 35px;
	border: 1px solid #333;
	text-align: center;
	line-height: 35px;
	margin-top: 20px;
	color: #17b874;
	transition: all 0.4s;
}
.strategy_list .strategy_item .btn:hover{
	background: #17b874;
	color: #fff;
	border: 1px solid #17b874;
}
.strategy_list .strategy_item  .btn a{
	color:#17b874;
}
.strategy_list .strategy_item .btn:hover a{
	color:#fff;
}
/* äº†è§£ä¼˜ç¾Žå®¶ */
.under{
	background: #f7f7f7;
	padding-bottom:35px
}
.under_list ul li{
	float: left;
	/*height: 300px;*/
	width: 293px;
	text-align: center;
}
.under_list ul li p{
	height: 130px;
}
.under_list ul li h3{
	font-weight: normal;
}
.under_list ul li:before{
	content: "";
	float: left;
	border: 1px solid #ccc;
	height: 146px;
	margin-top: 13px;
}
.under_list ul li:first-child:before{
	border: 0px;
}
.under_list ul li p img{
	transition: all 0.4s;
	position: relative;
	top: 0px;
}
.under_list ul li:hover p img{
	/*transform: rotateY(45deg);*/
	top:-8px;
}


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