@charset "utf-8";
/* CSS Document */

/*公共部分样式*/
*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	background-color:#D6DDE5;
	color:#000;
}

ul{
	text-decoration:none;
	list-style-position:inside;
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}

ul.jiadian{
	margin-left:2em;
	list-style-type:disc;
	list-style-position:outside;
}

a{
	text-decoration:none;
	color:#000;
}



#right_con a{
	text-decoration:underline;
}

a:hover{
	color:#CC6600;
}

h1,h3{
	font-size:14px;	
}

h2{
	font-size:12px;	
}


h1{
	padding-top:10px;
}

h4{
	font-size:13px;
}


p{
	margin-top:14px;
}

input{
	border:1px solid #ccc;
	height:20px;
}

input.redio{
	border:0;
	height:auto;
}



hr{
	border:1px solid #f1f1f1;
	height:0;
}



.clear{
	clear:both;
}

.fontWeight{
	font-weight:bold;
}

.englishFont
{
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:0;
}

.inputShort{
	width:100px;
}

.inputLong{
	width:270px;
}


#layout{
	line-height:160%;
	width:812px;
    height:auto !important; 
    overflow:visible;	
	margin:0 auto;
	margin-top:10px;
	background:url(../images/productImg/product_content_line.gif) repeat-y;
	position:relative;
}

.middle{
	text-align:center;
}

.right{
	text-align:right;
}

.blue{
	color:#5883BA;
}

.white{
	color:#ffffff;
}

.red{
	color:#FF0000;
}

.orange{
	color:#A96323;
}

/*header部分样式*/
#layout_header{
		background-color:#D6DDE5;
}
#header{
	width:800px;
	margin:0 auto;
}



#layout_logo{
	height:87px;
	overflow:hidden;
	background-color:#C40203;
	position:relative;
}

#layout_logo #logo{
	width:500px;
	float:left;
}

#layout_logo #leyu{
	position:absolute;
	right:20px;
	bottom:10px;
}
#layout_logo #tel{
	position:absolute;
	right:150px;
	bottom:0px;
}


#rightLine{
	width:7px;
	height:87px;
	float:right;
	background:url(../images/indexImg/index_02.jpg) no-repeat;
}

/*导航部分样式*/
#nav{
	background:url(../images/indexImg/index_06.gif) repeat-x;
}

#nav img{
	float:left;
}

#nav ul{
	float:right;
}

#nav ul li{
	float:left;
}


#nav ul li#ljgm a{
	background:url(../images/indexImg/index_09.gif) repeat-x;
	color:#ffffff;
	width:180px;
}

#nav ul li a{
	display:block;
	width:100px;
	background:url(../images/indexImg/index_07.gif) no-repeat;
	text-align:center;
	line-height:220%;
	padding:0 5px;
	font-size:14px;
}

#nav ul li a.current_nav{

	background:url(../images/indexImg/index_08.gif) repeat-x;
	color:#ffffff;
}

#nav ul li a:hover{
	display:block;
	width:100px;
	background:url(../images/indexImg/index_08.gif) repeat-x;
	text-align:center;
	line-height:220%;
	color:#ffffff;
}
#line_nav{
	height:2px;
	background:url(../images/productImg/product_01.gif) no-repeat;
	/*因为IE6中div最小高度默认是最小字体的高度，以下两行消除此高度，实现div高度为设置的高度*/
	font-size:0;
	line-height:1px;
}


/*content部分样式*/
#content{
	width:800px;
	margin:0 6px;
	padding-bottom:50px;
	background:url(../images/indexImg/index_45.gif) no-repeat left bottom;
}



/*left_con部分样式*/
#left_con{
	width:171px;
	float:left;
	color:#ffffff;
	padding-bottom:35px;
	background:#8291A6 url(../images/productImg/product_03.gif) no-repeat left bottom;
}


#left_con ul li{
	/*此行保证IE6中li上下间距不变大*/
	display:inline;
}

#left_con ul li a{
	display:block;
	line-height:220%;
	color:#ffffff;
}

#left_con ul li a:hover{
	color:#000000;
	background:url(../images/productImg/product_05.gif) repeat-x;
}
#left_con ul li a span{
	display:block;
	margin:0 25px;
	border-bottom:1px solid #8D9BAE;
}


#left_con ul li.current_left_con a{
	color:#000000;
	background:url(../images/productImg/product_05.gif) repeat-x;
}

#left_con ul li.current_left_con a span{
	border-bottom:0;
}

/*right_con部分样式*/
#right_con{
	width:570px;
	float:left;
	margin:10px 30px 10px 20px;
	*margin:10px 15px 10px 10px;
}

#right_con a{
		text-decoration:underline;
		color:#5883BA;
}



#nav_right_con{
	text-align:right;
}

#nav_right_con a{
	text-decoration:none;

}



/*footer部分样式*/
#footer{
	width:800px;
	margin:0 auto;
	padding-bottom:50px;
	color:#fff;
	background:url(../images/indexImg/index_36.jpg) repeat-x;
}

#footer a{
	color:#fff;

}

#min_nav{
	width:615px;
	height:68px;
	padding:10px;
	line-height:160%;
	float:left;

}

#footer_logo{
	width:165px;
	float:left;
}



#footer #min_nav ul li{
	float:left;
	padding:0 5px;
}
/*友情链接部分样式*/
#friendlink{
	margin-top:10px;
	padding:0 1%;
}
#friendlink ul li{
	float:left;
	width:120px;
	margin:0 5px;
	height:40px;
}


