@charset "utf-8";
/* CSS Document */

.wrap{
	width:955px ; 
	margin:0 auto;
}
#header{
	position:relative;
	width:100%;
	height:401px;
}

#img_area{
	width:955px;
	height:273px;
	position:absolute;
	left:0;
	top:128px;
}
#container_out{
	background:url(../images/bg_container.jpg) top left repeat-x #d8d8e2;
	overflow:hidden;
}
#container{
	width:955px;
	margin:0 auto;
}

#sidebar{
	float:left;
	width:250px;
}
#content{
	float:right;
	width:665px;
	padding:25px 20px;
	line-height:1.5em;
}
#footer_inp{
	clear:both;
	padding-left:20px;
	width:935px;
	margin:10px auto;
}

/*----- content ------
-----------------------*/

/**--sidebar--**/
#sidebar h3{
	height:34px;
	padding-top:18px;
	padding-left:60px;
	font-size:1.3em;
	color:#172967;
	margin-top:20px;
	margin-left:20px;
	
}
h3#h3about{
	background:url(../images/sprite.jpg) 0 -117px no-repeat;
}
h3#h3contact{
	background:url(../images/sprite.jpg) 0 -376px no-repeat;
}
h3#h3news{
	background:url(../images/sprite.jpg) 0 -169px no-repeat;
}
h3#h3capability{
	background:url(../images/sprite.jpg) 0 -273px no-repeat;
}
#sidebar ul{
	margin-left:30px;
}
#sidebar ul li a{
	background:url(../images/sprite.jpg) 0 -555px no-repeat;
	line-height:38px;
	display:block;
	padding-left:47px;
	color:#42444f;
}
#sidebar ul li a:hover{
	background:url(../images/sprite.jpg) 0 -518px no-repeat;
	color:#191919;
}

/**--content--**/
#path{
	line-height:1.5em;
	padding-top:8px;
	padding-bottom:8px;
	overflow:hidden;
}
#path ul li{
	float:left;
	background:url(../images/sprite.jpg) 0 -52px no-repeat;
	padding-left:12px;
	margin-right:10px;
}
#path ul li a{
	color:#10131e;
}
#path ul li a:hover,
#path ul li#now{
	border-bottom:1px solid #10131e;
}
#content #title{
	clear:both;
	width:645px;
	margin-top:10px;
	border-bottom:3px solid #80b4fe;
}
#content #title h3{
	color:#172967;
	font-size:1.3em;
}
.empty{
	background:url(../images/line.jpg) top left no-repeat;
	width:645px;
	height:5px;
	margin:20px 0;
	clear:both;
}
.section{
	width:645px;
	margin-top:20px;
	overflow:hidden;
}
.section h4{
	color:#172967;
	font-size:1.2em;
	margin:10px 0 0 0;
}
.section p{
	margin-top:20px;
}
.section ul li{
	list-style-type:disc;
	list-style-position:inside;
}

.section ul.maplist{
	float:left;
	margin-right:70px;
	width:180px;
}
.section ul#mapend{
	margin-right:0;
}

/*--- contact ---*/
.section form{
	padding:20px;
	background-color:#fff;
	border:1px solid #c5c5c5;
}
label{
	display:block;
	width:150px;
	float:left;
	text-align:right;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.form-item{
	margin:10px 0;
}
.form-text{
	width:350px;
	padding-top:5px;
	padding-bottom:5px;
}
#con{
	width:350px;
	height:150px;
}
.btn{
	margin-left:141px;
	margin-top:20px;
	width:140px;
	height:70px;
}
#contact-submit{
	border:none;
	outline:none;
	background:none;
	background:url(../images/sprite.jpg) 21px -714px no-repeat;
	vertical-align:bottom;
	width:140px;
	height:70px;
}

/*--- contact ---*/
ul#newslist li{
	list-style-type:none;
	background:url(../images/sprite.jpg) 0 -445px no-repeat;
	padding-left:20px;
}
ul#newslist li a{
	color:#10131e;
}
ul#newslist li a:hover{
	text-decoration:underline;
}
.newsdate{
	color:#666;
	margin-right:20px;
}

#page_outer{
	margin-top:50px;
}
ul#page li{
	list-style-type:none;
	float:left;
	margin-right:10px;
}
.backlist{
	float:right;
}
ul#page li a,
.backlist a{
	display:block;
	font-size:0.8em;
	padding:3px 8px;
	color:#10131e;
	border:1px solid #10131e;
}
ul#page li a:hover,
.backlist a:hover{
	background-color:#575757;
	border:1px solid #10131e;
	color:#fff;
}

/*----- products ------
-----------------------*/
ul.productlist li{/*產品列表*/
	list-style-type:none;
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}
ul.productlist a{
	color:#4592ff;
}
ul.productlist a:hover{
	color:#316ec6;
}
ul.productlist li .p_img{
	border:1px solid #a4a3a3;
	float:left;
}
ul.productlist li .p_intro{
	float:right;
	width:530px;
	padding-left:10px;
	
}
ul.productlist li .p_intro h4,
ul.productlist li .p_intro p{
	margin:0;
}
.section .p_detail{  /*產品最下層*/
	overflow:hidden;
}
.section .p_img{ 
	border:1px solid #a4a3a3;
	float:left;
}
.section .p_intro{
	float:right;
	width:430px;
	padding-left:10px;
	
}
.section .p_intro p{
	margin-top:10px;
}
.specification,
.specification p{
	margin-top:0px;	
}
.specification h5{
	color:#172967;
	margin-top:10px;
}

/*----- jobs ------
-----------------------*/
.jobs{
}

/*----- sitemap ------
-----------------------*/
.sitemap{
	width:200px;
	float:left;
	margin-right:10px;
}
.sitemap a{
	color:#575757;
}
.sitemap a:hover{
	color:#316ec6;
}
.sitemap h4{
	background:url(../images/sprite.jpg) -240px -550px no-repeat;
	padding-left:25px;
}
.sitemap ul{
	margin-top:10px;
}
.sitemap ul li{
	list-style-type:none;
	background:url(../images/sprite.jpg) 3px -445px no-repeat;
	padding-left:25px;
}
*+html .sitemap ul li{
	padding-left:10px;
}

ul#videolist li{
	list-style-type:none;
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}
ul#videolist li .video{
	float:left;
	width:300px;
}
ul#videolist li .video_intro{
	float:right;
	width:320px;
}
ul#videolist li .video_intro h4,
ul#videolist li .video_intro p{
	margin:0;
}
/*----- footer_inp ------
-----------------------*/
#footer_inp p{
	font-weight:bold;
	color:#fff;
}
#copyright_inp{
	margin-top:30px;
	font-size:0.85em;
	color:#fff;
	padding-bottom:5px;
}