<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* CSS Document */
.head_box, .end_box {
	background: #fff;
	width: 100%;
}
body, div, p, ul, li, span, img, iframe{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	list-style: none;
}
body{
	overflow-x:hidden;
}
a{
	text-decoration: none;}
div,ul,img {
	margin: 0 auto;
	overflow:hidden;
}
li {
	float:left;
	display:inline-block;
	position: relative;
	overflow: hidden;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
li:hover{
	-webkit-transform: translateX(2px);
	-moz-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px);
}
map,area {
    outline: none;
}

.money {
	position: absolute;
	color: #FF0000;
	font: 400 20px 'Microsoft Yahei';
}
.clear{
	clear:both;}
	
.banner {
	background: url(../images/banner_bg.png) no-repeat center 0;
	height: 852px;
}

body{
	background: url(../images/main_bg.jpg) repeat-y center 235px;
}
#pp{
	background: url(../images/main_bg1.png) no-repeat center 0;
	padding-top: 40px;
}

.pp_h{
	margin-bottom: 30px;
}
#pp ul{
	background: url(../images/pp_bg.png) no-repeat center 0;
	width: 1063px;
	height: 354px;
	padding: 54px 0 0 52px;
}
#pp li{
	width: 244px;
	height: 311px;
	margin-right: 8px;
}
#pp .money{
	left: 71px;
	bottom: 21px;
}

#dp ul{
	background: url(../images/dp_bg.png) no-repeat center 0;
	width: 1057px;
	height: 282px;
	padding: 56px 0 0 49px;
}
#dp li{
	width: 140px;
	height: 72px;
	margin: 0 5px 10px 0;
}

.mk{
	width: 1104px;
	padding-left: 96px;
}
.mk li{
	width: 242px;
	height: 350px;
	margin: 0 12px 12px 0;
}
.mk .money{
	color: #d9271d;
	left: 30px;
	bottom: 22px;
}
.logo{
	position: absolute;
	top: 0;
	left: 9px;
}

.foot{
	background: url(../images/foot_bg.jpg) no-repeat center bottom;
}
.return{
	display: block;
	width: 343px;
	height: 40px;
	margin: 60px auto;
}

.sidebar {
	position: fixed;
	width: 118px;
	height: 471px;
	right: 6px;
	top: 0;
	display: none;
	z-index: 15; 
}</pre></body></html>