<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*banner鏍峰紡寮€濮�*/
ul, li{ list-style-type:none; padding:0; margin:0}
.picScroll-left{ width:100%; overflow:hidden; position:relative; height:575px; margin:0; padding:0; clear:both;}
.picScroll-left .hd{height:0px; width:98%; position:absolute; z-index:9; left:50%; margin-left:-49%; bottom:10px; top:50%;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:52px; height:96px; float:right; position:absolute; cursor:pointer; top:-42px;}
.picScroll-left .hd .next{ background:url(../images/next.png) left top no-repeat; right:0;}
.picScroll-left .hd .prev{ background:url(../images/prev.png) left top no-repeat; float:left;}
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; position:absolute; top:210px; left:50%; margin-left:-65px; height:30px; padding-top:2px;}
.picScroll-left .hd ul li{ float:left;  width:20px; height:20px; overflow:hidden; margin-right:15px; text-indent:-999px; cursor:pointer; border:1px solid #5A5858; background:#5A5858; border-radius:100%; position:relative; z-index:9}
.picScroll-left .hd ul li.on{ background:#0085FC; width:20px; height:20px;}
.tempWrap{ margin:0 auto;}
.picScroll-left .bd{ width:100%; overflow:hidden; height:575px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center; width:100%; height:575px;}
.picScroll-left .bd ul li .picx{ text-align:center; position:relative; width:100%; overflow:hidden; height:575px;}
.picScroll-left .bd ul li .picx img{display:block; height:575px; width:1920px; position:absolute; left:50%; margin-left:-960px;}

/**棣栭〉婊氬姩浜у搧****/
.scroll {
	width:1140px;
	height:300px;
	margin:0px auto;
	clear:both;
	overflow:hidden
}
.scroll_left,.scroll_right {
	width:30px;
	height:60px;
	color:#fff;
	float:left;
	line-height:60px;
	text-align:center;
	cursor:pointer;
	background-size:30px 60px;
	margin-top:120px
}
.scroll_left{
	background:url(../images/left_3.png) no-repeat left center
}
.scroll_right{
	background:url(../images/right_3.png) no-repeat right center
}

.scroll_left:hover{
	background:url(../images/left3.png) no-repeat left center
}
.scroll_right:hover{
	background:url(../images/right3.png) no-repeat right center
}

.pic {
	width:1080px;
	height:270px;
	float:left;
	margin-top:30px
}
.pic ul {
	display:block;
}
.pic li {
	float:left;
	display:inline;
	width:270px;
	height:270px;
	text-align:center;
}
.pic li img{
	box-shadow: rgba(0,0,0,0.0) 0 8px 10px;
	width:240px
}
.pic li p{
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
}
.pic li:hover img{
	box-shadow: rgba(0,0,0,0.1) 0 5px 10px;
	transform: translate3d(0,-5px,0);
	transition: all linear 0.3s;
}
.pic li:hover p{
	height:60px;
	line-height:60px;
	text-align:center;
	transition: all linear 0.3s;
	font-weight:bold;
	color:#2F6195;
	transform: translate3d(0,-12px,0);
}
</pre></body></html>