@charset "utf-8";
/* CSS Document */
body {font-family:"宋体", arial;margin:0; padding:0; background: #c8e3f1 url(../images/bg.png) repeat-x; font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6,p { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
li { list-style:none;}
input ,select ,textarea {border:#ddd 1px solid; font-size:12px; color:#3c5b6d;}

.input_text { height:20px; line-height:20px; padding-left:23px; width:200px;}
.input_name { background:#fff url(../images/input_name.gif) 2px 2px no-repeat;}
.input_email { background:#fff url(../images/input_email.gif) 2px 2px no-repeat;}
.input_tel { background:#fff url(../images/input_tel.gif) 2px 2px no-repeat;}
.input_add { background:#fff url(../images/input_add.gif) 2px 2px no-repeat;}
.input_time { background:#fff url(../images/input_time.gif) 2px 2px no-repeat;}
.input_site { background:#fff url(../images/input_site.gif) 2px 2px no-repeat;}
.input_url { background:#fff url(../images/input_url.gif) 2px 2px no-repeat;}

textarea { width:400px;}

/* 链接颜色 */
a:link {color: #3c5b6d; text-decoration:none;}
a:visited {color: #3c5b6d;text-decoration:none;}
a:hover {color: #3c5b6d; text-decoration:underline;}
a:active {color: #3c5b6d;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both; font-size:1px; width:1px; height:1px; visibility: hidden; }
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;	}
.more {position:absolute;right:10px;bottom:2px; clear:both;}
.fix1 {margin-right:10px;}
/* header 样式 */
#header {
	width:1003px;
	margin:0 auto;
	background:url(../images/head_bg.png) center top no-repeat;
	height:149px;
	position:relative;
	}
#logo {
	padding:26px 0 0 40px;
	}
#quick {
	height:25px;
	width:228px;
	line-height:25px;
	background:url(../images/quick_bg.png) no-repeat;
	position:absolute;
	top:0;
	right:60px;
	}
#quick ul {
	padding-left:18px;
	}
#quick ul li {
	float:left;
	width:66px;
	text-align:center;
	list-style:none;
	}
#quick ul li a {
	color:#fff;
	}
#nav {
	width:1003px;
	margin:0 auto;
	padding-bottom:10px;
	background:url(../images/nav_bg.png) center bottom no-repeat;
	position:absolute;
	bottom:0;
	}
#nav ul {
	height:32px;
	padding-left:65px;
	}
#nav ul li {
	background:url(../images/nav_li.png) center bottom no-repeat;
	width:88px;
	height:27px;
	padding-top:5px;
	line-height:27px;
	text-align:center;
	float:left;
	}
#nav ul li.on {
	background:url(../images/nav_li_on.png) center bottom no-repeat;
	}
#nav ul li a {
	font-size:13px;
	font-weight:bold;
	color:#0c8bd7;
	display:block;
	}
#nav ul li.on a {
	color:#fff;
	}
#banner {
	width:934px;
	margin:0 auto;
	}
	
/*主要样式*/
#wrapper {
	background:url(../images/wrapper_bg.png) bottom center repeat-x;
	}
#containerhead {
	width:934px;
	margin:0 auto;
	background:url(../images/containerhead.png) no-repeat;
	height:4px;
	overflow:hidden;
	}
#container {
	width:922px;
	margin:0 auto;
	border:#fff solid;
	border-width:0 1px;
	padding:10px 0px 20px 10px;
	background:#dfeef5 url(../images/container_bg.png) center bottom no-repeat;
	}
	
/*栏目块样式*/
.box1 {
	width:325px;
	float:left;
	margin:0 10px 10px 0;
	}
.box2 {
	width:660px;
	float:left;
	margin:0 10px 10px 0;
	}
.box1 .head {
	background:url(../images/box1_head.png) no-repeat;
	width:325px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	}
.box2 .head {
	background:url(../images/box2_head.png) no-repeat;
	width:660px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	}
.box1 .head ul,.box2 .head ul {
	padding-left:10px;
	}
.box1 .head ul li,.box2 .head ul li {
	float:left;
	width:84px;
	height:26px;
	margin-top:5px;
	line-height:26px;
	text-align:center;
	color:#c0e8f6;
	display:block;
	cursor:pointer;
	background:url(../images/tab_side_bg.gif) left bottom no-repeat;
	}
.box1 .head span,.box2 .head span {
	width:84px;
	height:26px;
	padding-top:5px;
	line-height:26px;
	text-align:center;
	display:block;
	color:#135ca9;
	}
.ico {
	position:absolute;
	top:-10px;
	right:20px;
	z-index:999;
	}
.box1 .head ul li.on,.box2 .head ul li.on {
	color:#135ca9;
	background:url(../images/tab_bg.gif) center top no-repeat;
	}
.box1 .body {
	background:url(../images/box1_body.png) repeat-y;
	padding:5px;
	height:171px;
	line-height:180%;
	clear:both;
	position:relative;
	}
.box2 .body {
	background:url(../images/box2_body.png) repeat-y;
	padding:5px;
	height:173px;
	line-height:180%;
	clear:both;
	position:relative;
	}
.box2 .body dl {
	width:200px;
	float:left;
	}
.box2 .body dl dt{
	padding:5px;
	}
.box2 .body dl dt img {
	padding:3px;
	width:170px;
	height:128px;
	border:#ddd 1px solid;
	background:#fff;
	}
.box2 .body dl dd {
	text-align:center;
	font-weight:bold;
	margin:0;
	padding:0;
	}
.box2 .body h3,.box2 .body h4,.box2 .body ul {
	width:440px;
	float:left;
	}
.box2 .body h3 ,.box2 .body h3 a {
	font-size:14px;
	color:#135ca9;
	}
.box2 .body h4 ,.box2 .body h4 a {
	font-size:12px;
	color:#2fade7;
	font-weight:normal;
	}
.box2 .body h4 {
	border-bottom:#ddd 1px dotted;
	}
.box1 .body ul li {
	border-bottom:#ddd 1px dotted;
	line-height:24px;
	position:relative;
	}
.box2 .body ul li {
	position:relative;
	}
.box1 .body li a {
	background:url(../images/list1.gif) 3px 3px no-repeat;
	padding-left:15px;
	}
.box2 .body li a {
	background:url(../images/list2.gif) 3px 2px no-repeat;
	padding-left:15px;
	}
.box1 .body ul li span,.box2 .body ul li span {
	color:#5eac24;
	position:absolute;
	top:0;
	right:5px;
	}
.box1 .body dl {
	border-bottom:#ddd 1px dotted;
	line-height:180%;
	height:47px;
	clear:both;
	}
.box1 .body dl dt {
	float:left;
	width:75px;
	}
.box1 .body dl dt img {
	padding:2px;
	background:#fff;
	border:#ddd 1px solid;
	margin-top:3px;
	}
.box1 .body dl dd {
	width:240px;
	float:left;
	}
#front_ad {
	background:url(../images/front_ad_bg.gif) no-repeat;
	width:231px;
	height:211px;
	float:left;
	padding:8px 0 0 11px;
	}
#front_ad img {
	margin-bottom:3px;
	}
.box1 .foot {
	background:url(../images/box1_foot.png) no-repeat;
	height:5px;
	overflow:hidden;
	clear:both;
	}
.box2 .foot {
	background:url(../images/box2_foot.png) no-repeat;
	height:5px;
	overflow:hidden;
	clear:both;
	}
.box3 {
	width:911px;
	margin:0 0 10px 0;
	}
.box3 .head {
	width:911px;
	background:url(../images/box3_head.png) no-repeat;
	height:4px;
	overflow:hidden;
	}
.box3 .body {
	background:url(../images/box3_body.png) repeat-y;
	padding:0 11px;
	}
.box3 .body h3 {
	font-size:14px;
	line-height:180%;
	padding-left:20px;
	color:#135ca9;
	}
.box3 .body img {
	width:160px;
	height:120px;
	padding:3px;
	border:#ddd 1px solid;
	background:#fff;
	margin:0 5px 0 0;
	}
.box3 .foot {
	width:911px;
	background:url(../images/box3_foot.png) no-repeat;
	height:4px;
	overflow:hidden;
	}
.box4 {
	float:left;
	margin-bottom:10px;
	width:450px;
	}
.box4 .head {
	background:url(../images/box4_head.png) no-repeat;
	width:450px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	}
.box4 .head span {
	width:100px;
	height:26px;
	padding-top:5px;
	line-height:26px;
	text-align:center;
	display:block;
	color:#2b7a0f;
	}
.box4 .body {
	background:url(../images/box4_body.png) repeat-y;
	padding:5px;
	width:440px;
	position:relative;
	line-height:180%;
	clear:both;
	height:161px;
	}
.box4 .body .left img {
	padding:3px;
	border:#ddd 1px solid;
	background:#fff;
	margin:5px;
	}
.box4 .body ul {
	width:300px;
	float:left;
	margin-left:5px;
	}
.box4 .body ul li {
	border-bottom:#ddd 1px dotted;
	position:relative;
	}
.box4 .body li a {
	background:url(../images/list1.gif) 3px 3px no-repeat;
	padding-left:15px;
	}
.box4 .body li span {
	color:#5eac24;
	position:absolute;
	top:0;
	right:5px;
	}
.box4 .foot {
	background:url(../images/box4_foot.png) no-repeat;
	height:4px;
	width:450px;
	overflow:hidden;
	}
.box5 {
	margin-bottom:10px;
	width:660px;
	}
.box5 .head {
	background:url(../images/box5_head.png) no-repeat;
	width:660px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	}
.box5 .head span {
	width:100px;
	height:26px;
	padding-top:5px;
	line-height:26px;
	text-align:center;
	display:block;
	color:#2b7a0f;
	}
.box5 .body {
	background:url(../images/box5_body.png) repeat-y;
	padding:5px;
	width:650px;
	position:relative;
	line-height:180%;
	clear:both;
	height:173px;
	}
.box5 .body .left img {
	padding:3px;
	border:#ddd 1px solid;
	background:#fff;
	margin:5px;
	}
.box5 .body ul {
	width:445px;
	float:left;
	margin-left:5px;
	}
.box5 .body ul li {
	border-bottom:#ddd 1px dotted;
	position:relative;
	}
.box5 .body li a {
	background:url(../images/list1.gif) 3px 3px no-repeat;
	padding-left:15px;
	}
.box5 .body li span {
	color:#5eac24;
	position:absolute;
	top:0;
	right:5px;
	}
.box5 .foot {
	background:url(../images/box5_foot.png) no-repeat;
	height:4px;
	width:660px;
	overflow:hidden;
	}
#main,#news_show,#news_list,#photo_list {
	margin-bottom:10px;
	width:682px;
	}
#main2 {
	margin-bottom:10px;
	margin-right:10px;
	width:660px;
	}
#main .head,#photo_list .head {
	background:url(../images/main_head.png) no-repeat;
	height:32px;
	}
#news_show .head,#news_list .head{
	background:url(../images/news_head.png) no-repeat;
	height:32px;
	}
#main .head h3,#news_show .head h3 ,#news_list .head h3,#photo_list .head h3{
	padding-top:4px;
	line-height:28px;
	font-size:14px;
	color:#135ca8;
	padding-left:25px;
	}
#news_show .head h4, {
	padding-top:4px;
	line-height:28px;
	font-size:12px;
	color:#135ca8;
	padding-left:25px;
	}
#main .body,#news_show .body,#news_list .body,#photo_list .body {
	border:#c4cccf solid;
	border-width:0 1px;
	padding:20px;
	height:100%;
	background:#eff7fa url(../images/main_body.png) right bottom no-repeat;
	}
#main .body h2 ,#news_show .body h2{
	font-size:14px;
	margin:10px 0;
	line-height:150%;
	text-align:center;
	color:#3c5b6d;
	}
#main .body img,#news_show .body img,#photo_list .body img {
	margin:10px;
	}
#main .body p,#news_show .body p {
	text-indent:2em;
	line-height:180%;
	margin:5px 0;
	color:#3c5b6d;
	}
#main .foot,#news_show .foot,#news_list .foot,#photo_list .foot {
	background:url(../images/main_foot.png) top center no-repeat;
	height:4px;
	overflow:hidden;
	}
#news_list .body ,#photo_list .body{
	padding:5px;
	line-height:180%;
	height:100%;
	position:relative;
	padding-bottom:30px;
	}
#news_list .body dl ,#photo_list .body dl {
	width:200px;
	float:left;
	}
#news_list .body dl dt ,#photo_list .body dl dt{
	padding:5px;
	}
#news_list .body dl dt img {
	padding:3px;
	width:170px;
	height:128px;
	border:#ddd 1px solid;
	background:#fff;
	}
#photo_list .body dl dt img{
	padding:3px;
	width:160px;
	height:120px;
	margin:0 auto;
	display:block;
	border:#ddd 1px solid;
	background:#fff;
	}
#news_list .body dl dd ,#photo_list .body dl dd{
	text-align:center;
	font-weight:bold;
	margin:0;
	padding:0;
	}
#news_list .body h3 ,#news_list .body h4 ,#news_list .body ul {
	width:440px;
	float:left;
	}
#news_list .body h3 ,#news_list .body h3 a {
	font-size:14px;
	color:#135ca9;
	}
#news_list .body h4 ,#news_list .body h4 a {
	font-size:12px;
	color:#2fade7;
	font-weight:normal;
	}
#news_list .body h4 {
	border-bottom:#ddd 1px dotted;
	}
#news_list .body ul li {
	position:relative;
	}
#news_list .body li a {
	background:url(../images/list2.gif) 3px 2px no-repeat;
	padding-left:15px;
	}
#news_list .body ul li span {
	color:#5eac24;
	position:absolute;
	top:0;
	right:5px;
	}
#job_list {
	line-height:180%;
	border-bottom:#ddd 1px dotted;
	padding-bottom:10px;
	margin-top:10px;
	}
#job_list h3 {
	font-size:14px;
	padding-left:15px;
	background:url(../images/list2.gif) 0 5px no-repeat;
	color:#3C5B6D;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#ddd 1px dotted;
	}
#job_list h4 {
	font-size:12px;
	font-weight:normal;
	}
#job_list h4 span {
	font-weight:bold;
	}
#job_list .miaoshu span,#job_list .yaoqiu span {
	font-weight:bold;
	}
#job_list .miaoshu div,#job_list .yaoqiu div{
	margin-left:30px;
	}
#apply {
	margin-top:10px;
	line-height:180%;
	}
#apply div {
	margin-bottom:5px;
	}
#apply label {
	width:150px;
	display:block;
	float:left;
	text-align:right;
	}
#apply .button {
	color:#2b7a0f;
	width:55px;
	height:24px;
	padding-top:2px;
	line-height:24px;
	background:url(../images/button.png) no-repeat;
	border:none;
	cursor:pointer;
	font-size:12px;
	margin:0 10px;
	letter-spacing:0.3em;
	}
.gbook {
	line-height:180%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#ddd 1px dotted;
	}
.gbook h3 {
	font-size:12px;
	color:#3C5B6D;
	position:relative;
	border-bottom:#ddd 1px dotted;
	background:url(../images/list4.gif) 4px 4px no-repeat;
	padding-left:25px;
	}
.gbook .gbook_mgr {
	position:absolute;
	right:0;
	_right:20px;
	top:0;
	_top:-5px;
	font-weight:normal;
	}
.gbook .gbook_mgr img {
	margin:0!important;
	padding:0!important;
	}
.gbook h4 {
	font-size:12px;
	font-weight:normal;
	color:#3C5B6D;
	text-align:right;
	} 
.gbook .message,.gbook .reply {
	margin-bottom:5px;
	padding:0 5px;
	}
.gbook .message p,.gbook .reply p {
	text-indent:2em;
	line-height:150%!important;
	color:#000!important;
	}
.gbook .message p:first-letter {
	color:#ff6600!important;
	font-size:14px!important;
	font-weight:bold;
	}
.gbook .message {
	}
.gbook .reply {
	background:#E3F1F6;
	}
.project {
	width:660px;
	margin-bottom:10px;
	}
.project .head {
	background:url(../images/project_head.png) no-repeat;
	width:660px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	}
.project .head h2 {
	color:#2b7a0f;
	font-size:14px;
	padding-top:5px;
	line-height:26px;
	padding-left:10px;
	}
.project .head ul {
	position:absolute;
	right:10px;
	top:0;
	}
.project .head ul li {
	float:right;
	width:84px;
	height:26px;
	margin-top:5px;
	line-height:26px;
	text-align:center;
	color:#c0e8f6;
	display:block;
	cursor:pointer;
	background:url(../images/tab_side_bg.gif) right bottom no-repeat;
	}
.project .head ul li.on {
	color:#135ca9;
	background:url(../images/tab_bg.gif) center top no-repeat;
	}
.project .body {
	background:url(../images/project_body.png) repeat-y;
	padding:5px;
	height:173px;
	line-height:180%;
	clear:both;
	position:relative;
	}
.project .body p {
	text-indent:2em;
	color:#3c5b6d;
	}
.project .body dl,.box5 .body dl {
	width:200px;
	float:left;
	}
.project .body dl dt,.box5 .body dl dt{
	padding:5px;
	}
.project .body dl dt img,.box5 .body dl dt img {
	padding:3px;
	width:170px;
	height:128px;
	border:#ddd 1px solid;
	background:#fff;
	margin:0;
	}
.project .body dl dd,.box5 .body dl dd {
	text-align:center;
	font-weight:bold;
	margin:0;
	padding:0;
	}
.project .body h3,.project .body h4,.project .body ul {
	width:440px;
	float:left;
	}
.project .body h3 ,.project .body h3 a {
	font-size:14px;
	color:#135ca9;
	}
.project .body h4 ,.project .body h4 a {
	font-size:12px;
	color:#2fade7;
	font-weight:normal;
	}
.project .body h4 {
	border-bottom:#ddd 1px dotted;
	}
.project .body ul li {
	position:relative;
	}
.project .body li a {
	background:url(../images/list2.gif) 3px 2px no-repeat;
	padding-left:15px;
	}
.project .body ul li span {
	color:#5eac24;
	position:absolute;
	top:0;
	right:5px;
	}
.project .foot {
	background:url(../images/project_foot.png) no-repeat;
	height:4px;
	overflow:hidden;
	clear:both;
	}

div#MainPromotionBanner{
	width:242px;
	height:222px;
	background:#dfeef5;
	float:left;
	margin-bottom:10px;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 222px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 242px;
	height: 222px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 242px;
	height: 222px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 190px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(../images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../images/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}
/*sidebar样式*/
#sidebar {
	width:219px;
	margin-right:10px;
	margin-bottom:10px;
	}
#side1,#side2,#side3 {
	margin-bottom:10px;
	width:219px;
	}
#side1 .head {
	width:219px;
	background:url(../images/side1_head.png) top center no-repeat;
	padding-top:12px;
	padding-bottom:10px;
	}
#side2 .head {
	width:219px;
	background:url(../images/side2_head.png) top center no-repeat;
	padding-top:12px;
	padding-bottom:10px;
	}
#side3 .head {
	width:219px;
	height:31px;
	background:url(../images/side3_head.png) top center no-repeat;
	}
#side1 .head h3,#side2 .head h3 {
	font-size:14px;
	color:#fff;
	padding-left:17px;
	}
#side1 .head h4,#side2 .head h4 {
	color:#fff;
	padding-left:17px;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#side3 .head h3 {
	padding-left:20px;
	height:31px;
	line-height:31px;
	color:#122e50;
	font-size:12px;
	}
#side1 .body {
	background:url(../images/side1_body.png) repeat-y;
	line-height:24px;
	}
#side2 .body {
	background:url(../images/side2_body.png) repeat-y;
	line-height:24px;
	}
#side3 .body {
	background:url(../images/side3_body.png) repeat-y;
	line-height:180%;
	}
#side1 .body ul,#side2 .body ul,#side3 .body ul {
	width:189px;
	margin:0 auto;
	padding:5px 0;
	}
#side1 .body ul li a {
	border-bottom:#3ab1e2 1px dotted;
	}
#side2 .body ul li a {
	border-bottom:#75b915 1px dotted;
	}
#side3 .body ul li {
	color:#3c5b6d;
	border-bottom:#ddd 1px dotted;
	}
#side1 .body ul li a,#side2 .body ul li a {
	padding-left:20px;
	display:block;
	background:url(../images/list3.gif) 9px 7px no-repeat;
	color:#fff;
	font-weight:bold;
	height:25px;
	line-height:25px;
	width:169px;
	margin:0 auto;
	}
#side3 .body ul li a {
	padding-left:10px;
	display:block;
	background:url(../images/list1.gif) 0px 9px no-repeat;
	color:#3c5b6d;
	width:169px;
	margin:0 auto;
	}
#side1 .body ul li.on a {
	background:url(../images/side1_h3_bg.png) no-repeat;
	color:#135ca8;
	font-size:12px;
	padding-bottom:1px;
	border:none;
	}
#side2 .body ul li.on a {
	background:url(../images/side2_h3_bg.png) no-repeat;
	color:#2b7a0f;
	font-size:12px;
	padding-bottom:1px;
	border:none;
	}
#side1 .foot {
	background:url(../images/side1_foot.png) no-repeat;
	height:4px;
	overflow:hidden;
	}
#side2 .foot {
	background:url(../images/side2_foot.png) no-repeat;
	height:4px;
	overflow:hidden;
	}
#side3 .foot {
	background:url(../images/side3_foot.png) no-repeat;
	height:4px;
	overflow:hidden;
	}
#pic_show {
	background:url(../images/pic_show_bg.gif) no-repeat;
	width:222px;
	height:411px;
	padding:20px 10px;
	clear:both;
	}
#pic_show img {
	width:160px;
	height:120px;
	padding:3px;
	border:#ddd 1px solid;
	background:#fff;
	margin:0 auto 10px auto;
	display:block;
	}
#links ul {
	clear:both;
	padding-bottom:5px;
	height:100%;
	}
#links ul li{
	margin:5px;
	width:88px;
	float:left;
	text-align:center;
	display:block;
	}
#links ul li img {
	width:88px;
	height:31px;
	margin:0!important;
	padding:0!important;
	}
/*footer样式*/
#footer {
	background:url(../images/foot_bg.png) repeat-x;
	height:115px;
	}
#footer div {
	margin:0 auto;
	padding-top:10px;
	width:953px;
	padding-left:50px;
	}
#footer div .logo_white {
	margin-right:20px;
	padding-top:20px;
	width:200px;
	float:left;
	}
#footer div .info {
	color:#fff;
	line-height:120%;
	margin-top:10px;
	border-left:#ddd 1px dotted;
	padding-left:20px;
	padding-bottom:10px;
	width:600px;
	float:left;
	}
#footer div a {
	color:#fff;
	}
#page {
	text-align:right;
	clear:both;
	padding:5px 10px;
	}

#scroll_div {width:890px; height:130px;margin:0 auto; overflow: hidden; white-space: nowrap;}
#scroll_begin, #scroll_end, #scroll_begin ul, #scroll_end ul, #scroll_begin ul li, #scroll_end ul li{display:inline;}/*设置ul和li横排*/