﻿@charset "utf-8";
/* CSS Document */

html, body{
	padding:0;
	margin:0;
}

a{
	color:#000066;
}

a:hover{
	color:#000099;
}

body{
	font:normal 14px '宋体',Verdana;
	background:#fff;
	
}

body P{
	
	line-height:18px;
	
}
ul.not_list{
	margin:0;
	padding:0;
	list-style:none;
}

#container{
	width:955px;
	margin:0 auto;
}

#main{
	margin-bottom:20px;
	float:left;
	width:100%;
}

#header{
	height:56px;
	position:relative;
	padding-bottom:24px;
	background:url(banner-top.png) no-repeat left bottom;
	margin-top:20px;
}

h1 image{
	border:none;
}

#header ul{
	position:absolute;
	top:0;
	right:0;
}

#header li{
	float:left;
	padding:2px 4px;
}

#menu{
	margin-bottom:10px;
	background:url(menu_bg.png) no-repeat left bottom;
	height:38px;
}

#menu li{
	float:left;
	width:11%;
	margin:0 1%;
	text-align:center;
	margin:3px 0;
}

#menu li a{
	display:block;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:7px 0;
	text-decoration:none;
}

#menu li a.current{
	text-decoration:underline;
}

#stage{
	background:url(index_container_bg.png) left top repeat-y;
	float:left;
	width:100%;
	padding-bottom:10px;
}

 #stage li{
	font-size:12px;
}
#stage p{font-size:14px;	 }
#stage h4{
	font-size:14px;
}

.col_left{
	width:296px;
	padding:0 7px 0;
	border-right:dotted 1px #666;
	float:left;
	margin-bottom:15px;
}

.col_midlle{
	float:left;
	width:595px;
	margin:0 0 0 20px;
	padding-top:10px;
}



.col_right{
	/**width:140px; **/
	padding:3px 10px;
	/**border-left:dotted 1px #666;
	float:right;**/
	clear:both;
}

#index_product_show, #index_news_show{
	background:#e2e6e7 url(index_box_bottom.png) no-repeat -1px bottom;
	padding-bottom:14px;
	margin-bottom:10px;
}

#index_news_show{
	margin-bottom:0;
}

#index_product_show h3,
#index_news_show h3{
	height:29px;
	background:url(index_box_h_bg.png) no-repeat -1px bottom;
	line-height:29px;
	font-size:12px;
	color:#fff;
	padding-left:10px;
	margin:0;
}

#index_product_show .inbox li{
	float:left;
	margin:3px 9px;
	width:80px;
}

#index_product_show li p{
	text-align:center;
}

#index_product_show li img{
	border:none;
}

#index_news_show ul{
	margin-left:0;
	padding-left:30px;
	list-style-type:square;
	margin:15px 0px 15px 0px;
}

#index_news_show li{
	line-height:22px;
}

#index_news_show li.more{
	float:right;
	margin-right:5px;
	list-style:none;
}

.col_right li{
	text-align:center;
	margin-bottom:5px;
	float:left;
	margin:0 10px;
}

.col_right img{
	padding:2px;
	border:solid 1px #999;
}

.col_right a{
	text-decoration:none;
	color:#000033;
}

.company_intro{
	border-bottom:dotted 1px #666;
}

#footer{
	height:36px;
	background:url(footer_bg.png) no-repeat left bottom;
	clear:both;
	margin-bottom:5px;
}

#banner{
	width:100%;
	height:180px;
	border-bottom:solid 6px #d5d3d3;
	position:relative;
	overflow:hidden;
}

#banner ul{
	margin:0;
	padding:0;
	list-style:none;
}

#banner .imgs{

}

#banner .imgs li{
	position:absolute;
	top:0;
	left:0;
}

#banner .imgs li.current{
	z-index:10;
}

#banner .nav-button{
	position:absolute;
	right:5px;
	bottom:0;
	z-index:100;
}

#banner .nav-button li{
	float:left;
}

#banner .nav-button li.current span{
	color:#fff;
	background:#333;
}

#banner .nav-button span{
	display:block;
	width:20px;
	height:20px;
	border:solid 1px #999;
	text-align:center;
	line-height:20px;
	cursor:pointer;
	margin:2px;
	font-weight:bold;
	background:#ccc;
	color:#666;
}

#footer{
	text-align:right;
	padding-right:10px;
	font-size:12px;
	color:#333;
}

.copy_info{
	padding-top:10px;
	margin:0;
}

.about_content{
	padding:0 20px 20px;
}

#siderbar{
	float:left;
	width:250px;
	margin-right:50px;
}

#siderbar ul{
	list-style:none;
	margin:0;
	padding:0;
}

#siderbar li{
	border-bottom:1px solid #ccc;
	display:block;
	
	line-height:30px;
}

#siderbar li a{
	text-decoration:none;
	display:block;
}

#siderbar li a:hover,
#siderbar li a.current{
	background:#efefef;
}

#info{
	margin-left:300px;
}

#info h3{
	padding-top:14px;
}

dl.product{
	color:#9D9D9D;
	float:left;
	margin-bottom:24px;
	width:143px;
	margin:10px;
	height:200px;
}

dl.product dt {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	border:1px solid #5592D1;
	padding:3px;
	width:120px;
	height:120px;
}

dl.product dt img {
	background-color:#fcfcfc;
	
	float:left;
	border:none;
	width:120px;
}

dl.product dd.title{
	clear:left;
	margin:0;
}

dl.product dd.title h4{
	font-size:12px;
	margin-top:0;
}

dd.title h4 a{
	text-decoration:none;
}

.newsList li{
	height:30px;
	line-height:30px;
	font-size:14px;
	list-style:decimal;
}

#siderbar h3, #info h3{
	border-bottom:solid 2px #1530A5;
	padding-bottom:5px;
	margin:0;
	margin-bottom:10px;
	padding-top:14px;
}

.company_philosophy h4{
	margin-bottom:0;
}

.about_content table{
	width:80%;
}

.about_content th{
	background:#2EA2D0;
	padding:3px 5px;
	text-align:right;
	color:#fff;
	font-size:14px;
	height:36px;
	line-height:36px;
	font-weight:normal;
	width:100px;
}

.about_content td{
	padding:3px 5px;
	font-size:14px;
	height:36px;
	line-height:36px;
}

.pager-nav .page-number{
	float:left;
	padding:3px 5px;
	margin:2px;
	border:solid 1px #ccc;
}
