@charset "utf-8";
/*global*/
html {}
body {
	font-size:12px;
	font-family:"宋体",Arial,Tahoma,sans-serif;
	background:url(http://i1.itc.cn/20121206/2d1a_fe441780_ba94_1e90_461a_024846cad335_1.jpg) no-repeat center 44px;
}
.wrap {
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden
}
.hide {
	display: none
}

/*header*/
#header {
	position: relative;
	height:390px;
	background:url(http://i1.itc.cn/20121206/2d1a_9d1f258e_c76a_1a6e_5234_7686c72d7233_8.jpg) center top no-repeat;
}
.activity_intro{
	height: 67px;
	padding-top:237px;
}
.activity_intro p{
	height: 22px;
	line-height: 22px;
	text-align: center;
	color:#1368a6;
}
.activity_intro p a{
	color:#fff000;
	text-decoration: underline;
}
.operation{
	text-align: center;
}
.update_btn{
	display:inline-block;
	cursor:pointer;
	width:259px;
	height:84px;
	background:url(http://i0.itc.cn/20121206/2d1a_9d1f258e_c76a_1a6e_5234_7686c72d7233_9.png) no-repeat 0 0;
}
.update_btn span{
	display: none;
}
.update_btn:hover {
	background-position:0 -84px
}

#target {
	position:relative;
	top:10px;
	left:828px;
	width:152px;
	height:30px;
}
.up:hover {
	background-position: -235px -55px;
}
/*container*/
#container {
	margin-top: 20px;
	margin-bottom: 20px;
}
#container h2{
	font-size: 14px;
	font-weight: bold;
	color:#145798;
	line-height: 30px;
}
.sidebar{
	margin-left: 42px;
	float: left;
	width: 183px;
	_display: inline;
}
.sidebar li{
	margin-bottom: 10px;
	padding-top: 5px;
	width: 182px;
	height: 130px;
	background: url(http://i3.itc.cn/20121206/2d1a_9d1f258e_c76a_1a6e_5234_7686c72d7233_3.png) no-repeat 0 0;
	text-align: center;
}
.sidebar li p{font-weight: bold;}

.main{
	margin-left:20px;
	float:left;
	width: 666px;
	_display: inline;
	border: 1px solid #e3e3e3;
}
.update_step{
	padding:20px 0 0 21px;
	height: 154px;
}
.update_step ul{
	width: 624px;
	height: 127px;
	background: url(http://i1.itc.cn/20121206/2d1a_9d1f258e_c76a_1a6e_5234_7686c72d7233_2.png) no-repeat 0 0;
}
.update_step ul li{
	padding-top: 34px;
	float: left;
	display: inline;
	text-align: center;
	color:#5c5c5c;
}
.update_step ul li p{margin-bottom:5px;}
.update_step ul li a{
	display: inline-block;
	width: 136px;
	height: 38px;
	background: url(http://i1.itc.cn/20121206/2d1a_9d1f258e_c76a_1a6e_5234_7686c72d7233_1.png) no-repeat 0 0;
}
.update_step ul li a span{
	display: none;
}
.step1{
	margin-right: 40px;
	width: 200px;
}
.update_step ul li.step1 a{
	background-position: 0 0;
}
.update_step ul li.step1 a:hover{
	background-position: 0 -38px;
}
.step2{
	margin-right: 40px;
	width: 176px;
}
.update_step ul li.step2 a{
	background-position: 0 -76px;
}
.update_step ul li.step2 a:hover{
	background-position: 0 -114px;
}
.update_step ul li.step3{
	width: 168px;
	padding-top: 45px;
}
.activity_info{
	padding: 10px 38px;
	height: 256px;
	border-top: 1px solid #e3e3e3;
}
.activity_info h3{
	height: 25px;
	line-height: 25px;
	color:#145798;
}
.activity_info p{
	line-height: 1.6em;
}
.activity_rules{
	padding-bottom:15px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #bcbcbc;
}