﻿@charset "utf-8";
/* CSS Document */
/*------------------全局初始化样式表----------------------*/
* {padding:0px; margin:0px;}

img {padding:0px; margin:0px; border:0;}
a {color:#000; text-decoration:none;}
a:link {color:#000; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}

body {
	font-size: 12px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
}
ul {
	float: left;
	height: auto;
	width: 92%;
	padding: 0% 4%;
	list-style-type: none;
}


.layout {
	clear: both;
	margin: 0px auto;
	width: 1002px;
	height: auto;
}
.logo {
	float: left;
	width: auto;
	height: auto;
	padding: 10px 0px 0px;
}
.main_item_01,.main_item_02,.main_item_03 {
	float: left;
	width: 100%;
	height: 216px;
	background: url(../ploy/image/reg_01.jpg) no-repeat center top;
}
.main_item_02 {
	height: 187px;
	background: url(../ploy/image/reg_02.jpg) no-repeat center -1px;
}
.main_item_03 {
	width: 962px;
	height: 153px;
	text-align: right;
	padding: 10px 40px 0px 0px;
	background: url(../ploy/image/reg_03.jpg) no-repeat center top;
}
.reg_ploy {
	float: left;
	width: 100%;
	height: auto;
	background: url(../ploy/image/main_bg.jpg) repeat-x left -30px;
}
.reg_left {
	float: left;
	width: 605px;
	height: auto;
	padding: 93px 0px 0px;
	background: url(../ploy/image/item_01.jpg) no-repeat -11px -7px;
}
.reg_left li {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 25px;
	color: #450000;
	font-size: 14px;
	font-weight: bold;
}
.reg_title {
	float: left;
	width: 605px;
	height: 33px;
	padding: 10px 0px;
	background: url(../ploy/image/item_02.jpg) no-repeat -7px center;
}
.reg_left a {color: #FF0000;}
.reg_right {
	float: left;
	width: 397px;
	height: 330px;
	background: url(../ploy/image/prize_item.jpg) no-repeat left 30px;
}
.bottom {
	float: left;
	height: auto;
	width: 96%;
	color: #555;
	line-height: 25px;
	text-align: right;
	padding: 10px 2%;
	margin: 25px 0px 0px;
	border-top: 4px solid #CCC;
}