

#picTop{
height:25px; 
line-height:25px;
width:950px;
margin:0px auto; 
overflow:hidden; 
color:#3A7496;
}
#picTop a:link{ color:#2273B4;text-decoration:none;font-weight:bold;}
#picBox 
{
	width:950px; 
	height:400px; 
	margin:0px auto; 
	overflow:hidden; 
	position:relative;
}
#picBox ul#show_pic {margin:0; padding:0; list-style:none; height:300px; width:7600px; position:absolute;}
#picBox ul#show_pic li{ float:left; margin:0; padding:0; height:300px;}
#picBox ul#show_pic li img{ display:block;}

#picDot{
	width:950px;
	height:24px;
	margin:0px 0 0px 0px;
	background:url(images/pig_num.png) no-repeat;
}
#picDotBackGround{
	width:950px;
	height:15px;
	margin:0px 0 0px 0px;
	background:url(images/background.png) no-repeat;
	background-position:center;
}
#icon_num 
{
	margin: 0; padding:0;
	float:right;
}
#icon_num li{
	padding:0; margin:5px 5px 0 5px;
	float:left;
	list-style:none;
	cursor:pointer;	
}
#icon_num li.icon_num_normal {
	width:12px; 
	background: url(images/normal.png) no-repeat;
}
#icon_num li.icon_num_active{
	width:12px; 
	background: url(images/current.png) no-repeat;
}

.prev_img{
	width:6px; 
	height:9px; 
	float:left;
	background: url(images/before.png) no-repeat;
}
.next_img{
	width:6px; 
	height:9px; 
	float:left;
	margin-left:10px;
	background: url(images/next.png) no-repeat;
}

a.index_foot_a:link    { color:black;text-decoration:none;font-weight:bold;font-family:Microsoft YaHei;}
a.index_foot_a:visited { color:black;text-decoration:none;font-weight:bold;font-family:Microsoft YaHei;}
a.index_foot_a:hover   { color:black;text-decoration:underline;font-weight:bold;font-family:Microsoft YaHei;}

#call_out_boxes {
	width:100%;
	height:120px;
	padding:5px;
	
}
#call-out-boxes {
    font-family: Microsoft YaHei;
}
#call-out-boxes div {
    box-shadow:2px 3px 8px #555555;
    float: left;
    height: 120px;
	margin-left:6px;
    overflow: hidden;
    width: 230px;
}
#call-out-boxes a {
    display: block;
    height: 120px;
}
#call-out-boxes .image-left {
    margin-left: 0;
}

#window{
	margin:0; padding:0;
	width:950px;
	height:185px;
	overflow:hidden;
}
.window_normal{
	width:237px;
	height:185px;
	float:left;
	margin:0px;
	padding:0px;
	background: url(images/window_top.png) no-repeat;
}
.window_active{
	width:237px;
	height:185px;
	float:left;
	margin:0px;
	padding:0px;
	background: url(images/window_top_select.png) no-repeat;
}
.window_normal_1{
	width:237px;
	height:185px;
	float:left;
	margin:0px;
	padding:0px;
	background: url(images/window_top-3.png) no-repeat;
}
.window_active_1{
	width:237px;
	height:185px;
	float:left;
	margin:0px;
	padding:0px;
	background: url(images/window_top_select-3.png) no-repeat;
}
.window_title{
	/*margin:5px 0 0 15px; padding:0;*/
	margin:15px 0 0 15px; padding:0;
	width:237px; height:48px;
	line-height:20px;
	font-weight:bold;
	color:white;
}
.window_title a:link, .window_title a:visited, .window_title a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:white;
}
.window_content{
	margin:10px 0 0 15px; padding:0px 5px 0 0px;
	width:220px;
	line-height:14px;
	color:#999;
}
.window_more{
	float:right;
	margin:20px 30px 15px 0; padding:0;
	color:#FF7E19;
}
.window_more a:link, .window_more a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#FF7E19;
}
.window_more a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#FF7E19;
}