/*reset start*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:active {
	star: expression_r(this.onFocus=this.blur());
}

:focus {
	outline: 0;
}

img {
	border: 0;
	display: block;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

input {
	border: none;
}

#warp {
	width: 100%;
	margin: 0 auto;
}


/*reset end*/

.bg_warp {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	z-index:11;
}

.bg_warp img {
	width: 100%;
	margin: 0 auto;
}

#warp {
	position: relative;
	z-index: 999;
}

#warp .w1000 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	position: relative;
	width: 100%;
	height: 235px;
	color: #fff;
	text-align: center;
}

#header h1 {
	position: absolute;
	top: 46px;
	width: 100%;
	left: 0;
	font-size: 60px;
	font-weight: normal;
}

#header .header_txt {
	position: absolute;
	top: 130px;
	left: 0;
	font-size: 18px;
	width: 100%;
	height: 34px;
	line-height: 34px;
}

#warp .banner {
	position: relative;
	width: 100%;
	height: 338px;
	overflow: hidden;
}

#warp .banner .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 9999px;
	height: 308px;
}

#warp .banner .img li {
	width: 1000px;
	float: left;
	display: inline-block;
}

#warp .banner .img li img,#warp .banner .img li a {
	width: 100%;
	height: 308px;
	display: block;
	border: 0;
}

#warp .banner .img li p {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #3c3a37;
	padding-left: 10px;
}

#warp .banner .num {
	position: absolute;
	right: 10px;
	top: 318px;
	text-align: right;
}

#warp .banner .num span {
	width: 8px;
	height: 8px;
	background-color: #fff;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 5px;
	cursor: pointer;
	vertical-align: top;
}

#warp .banner .num span.actived {
	background: #f49806;
}

#warp .banner .btn {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 34px;
	height: 54px;
	cursor: pointer;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	display: none;
}

#warp .banner .btn_l {
	left: 0;
}

#warp .banner .btn_r {
	right: 0;
}

#content {
	margin-top: 40px;
}

#content .activity {
	height: 300px;
	border: 1px solid #dedede;
}

#content .activity_top {
	position: relative;
	height: 50px;
	background: #dedede;
	border-bottom: 1px solid #ccc;
}

#content .activity_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 126px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	z-index:999;
}

#content img.bg_acti {
	position: absolute;
	width: 126px;
	height: 51px;
	left: 0;
	right: 0;
}

#content .activity_right {
	position: absolute;
	right: 16px;
	top: 0;
	line-height: 51px;
}

#content .activity_right a {
	display: block;
	font-size: 14px;
	color: #464646;
}

#content .activity_con ul {
	margin-top: 24px;
}

#content .activity_con li {
	width: 420px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 40px 0 34px;
	line-height: 28px;
}

#content .activity_con li b {
	font-size: 12px;
}

#content .activity_con li .link {
	color: #2d2d2d;
	font-size: 14px;
}

#content .activity_con li .link:hover,
#content .activity_con li .link h2:hover {
	color: #008cfb;
}

#content .activity_con li h2 {
	color: #2d2d2d;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#content .activity_con li p {
	font-size: 14px;
	color: #8a8a8a;
	margin: 10px 0 5px 0;
	line-height: 18px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}

#content .pic {
	margin: 40px 0;
}

#content .pic div {
	width: 484px;
	height: 58px;
}

#content .pic div.clear {
	height: 0;
}

#content .pic div a,
#content .pic img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

#content .pic .pic_left {
	float: left;
}

#content .pic .pic_right {
	float: right;
}


/*footer start*/

#footer {
	height: 123px;
	background-color: #EBF4FB;
	color: #0455a6;
	line-height: 21px;
	text-align: center;
	font-size: 13px;
	position: relative;
}

#footer a {
	color: #0455a6;
}

#footer span {
	font-family: "Arial";
}

#footer .relative {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#footer .absolute {
	position: absolute;
	top: 81px;
	left: 200px;
	z-index: 3;
}

#footer .top {
	float: left;
	width: 150px;
	height: 90px;
	margin-left: 25px;
	margin-top: 25px;
	text-align: right;
}

#footer .mid {
	float: left;
	text-align: center;
	margin-left: 120px;
}

#footer .mid .pft {
	padding-top: 30px;
}

#footer .mid .ppt3 {
	padding-top: 3px;
}

/*footer end*/
