@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	background: #e6eae4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
a { color: #842946; }

a:hover { text-decoration: none; }

a img {
	border: none;
}
.clear {clear:both;}


#logo {
	width: 1000px;
	height: 75px;
	margin: 0 auto;
	background:url(images/logo.jpg) left no-repeat;
}
#logo h1 {
	position:absolute;
	font-size: 24px;
	margin-left:880px;
	color: #000000;
}
#logo .email{
	float:right;
	font-size:14px;
	color:#FF0000;
	line-height:25px;
	margin:40px 20px 10px 0px;
}
#logo .email a{color:#FF0000;}
/*nav*/

#navo {
	width: 1000px;
	margin:0 auto;
	padding-left: 4px;
	height: 45px;
	background-attachment: scroll;
	background-image: url(images/nav_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navi {
	background-attachment: scroll;
	background-image: url(images/nav_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 4px;
}
#menu {
	height: 45px;
	background-attachment: scroll;
	background-image: url(images/menu_background.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	border:0 none;
	line-height:150%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0;
}
#nav {
	padding-left:20px;
}
#nav li {
	float:left;
	height:35px;
}
#nav li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	cursor:pointer;
	display:block;
	float:left;
	height:43px;
	padding-left:5px;
	text-decoration:none;
}
#nav li a span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#FFFFFF;
	float:left;
	font-size:14px;
	line-height:16px;
	padding:12px 14px 10px 10px;
	text-decoration:none;
}
#nav .menu_line {
	background-attachment: scroll;
	background-image: url(images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 3px;
	margin-top: 8px;
	margin-right: 3px;
	margin-left: 3px;
}
#nav li .nav_on {
	background-image: url(images/menu_on_left.gif);
	background-repeat: no-repeat;
}
#nav li .nav_on span{
	background-position:right 0px;
	color:#333333;
	font-weight:bold;
	padding:12px 14px 17px 10px;
	text-decoration:none;
	background-image: url(images/menu_on_right.gif);
}
/*动画切换*/
#banner {
	width:1000px;
	margin:0 auto;
	background:#e4f1f8;
	padding:0px 0px;
}
/*#bannerleft{ width:260px; padding:0px 10px; margin-left:5px; line-height:20px; color:#0000FF; float:right; border:#666666 1px solid; height:170px; overflow:hidden;}
*/
#bannerleft{ width:280px; padding:0px 10px; margin-left:5px;  line-height:20px; float:left; background:url(images/bg1.jpg); height:170px; overflow:hidden;}
#bannerleft span{ font-size:18px; line-height:50px; color:#FF0000;}
#bannerright{ width:693px; float:left;}
.container{
	width:500px;
	height:170px;
	float:left;
	border:1px solid #eee;
	position:relative;
}
#idNum{ position:absolute; right:5px; bottom:5px;}
#idNum li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #707070;
	background-color: #060a0b;
}
#idNum li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border: 0;
	background-color: #ce0609;
	font-weight: bold;
}
#idPicText{
	background:#d5e2bd;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	width:27%;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px;
	float:left;
}
#idPicText a{
	text-decoration:none;
	color:#333;
	display:block;
}
#idPicList img{
	cursor:pointer;
	width:43px;
	height:50px;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	border:0;
	margin:10px;
	float:left;
}
#idPicList img.on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/*动画切换*/
/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	_height:500px;
	min-height:500px;
}
#mainleft{ width:720px; float:left; background:#FFFFFF;}

		#mainleft .title{ width:100%; height:37px; line-height:37px; font-size:14px;}
		#mainleft .lefttitle{ width:5px; height:37px; background:url(images/news_left.gif); float:left;}
		#mainleft .titlec{ width:708px; height:37px; float:left; background:url(images/news_title_bg.gif); color:#588120;}
		#mainleft .righttitle{ width:5px; height:37px; background:url(images/news_right.gif); float:left;}
			#homeContentPad {
				padding: 20px 0 0 10px;
				line-height:20px;
			}
		#homeContentPad .sally{ font-size:28px; margin:0px; line-height:50px; display:block; width:650px;}
			#homeContentPad img{ margin:5px;}
			#homeContentPad h2{ font-size:12px; display:block; float:left; padding-right:3px;}
			
			
			#homeContentLeft {
				width: 340px;
				float: left;
				margin: 0 20px 0 0;
			}
			
			#homeContentRight {
				width: 340px;
				float: left;
			}
			
			.homeContentIcon {
				float: left;
				margin-bottom: 2px;
				margin-right: 10px;
			}
			#homeContentPadfooter{ background:url(images/title_buttom_right.gif); width:100%; height:6px;}
/*客户来访*/
	   #mainlefth{ width:283px; border:#CCCCCC 1px solid; float:left; margin-top:10px;}
	   #mainleftht{height:7px; background:url(images/tlist_title.jpg) no-repeat; padding:10px 25px; font-size:13px;}
	   #mainleftht a{background:url(images/ico_6.gif) no-repeat left; padding-left:10px; color:#FF3300;}
	   #mainlefth .hmain{ width:263px; padding:10px; height:55px; border-bottom:#CCCCCC dashed 1px;}
	   #mainlefth .hmain img{ padding:1px; margin-right:5px; border:#CCCCCC 1px solid;}
	   
	   	   #mainleft4{ width:400px; border:#CCCCCC 1px solid; margin:10px 0px 0px 10px; float:left; color:#FF3300;}
	   #mainleft4i{ height:12px; background:url(images/dedenews_title.gif) no-repeat; padding:10px 40px; }
	   #mainleft4i a{background:url(images/ico_6.gif) no-repeat left; padding-left:15px; font-weight:bolder; font-size:14px;font-style:italic; color:#FF3300;}
	   
	  	#upimg{overflow:hidden; width:390px; height:430px; margin:0px; text-align:left;}
     #upimg ul{list-style:none; line-height:25px; padding-top:5px;}
	 #upimg ul li{ border-bottom:#999999 1px dashed;}
#upimg ul a{ margin-left:20px;}

/*导航栏*/  
 #mainright{width:270px; margin:0px 0px 0px 10px; float:left;}
#mainrightk ul li h2{ font-size:14px; margin:0px; padding:0px;}
      #mainrightk{border:#CCCCCC 1px solid;text-align:center;}
      #mainrightk ul{list-style:none; line-height:27px; padding-top:5px; margin:0px;}
       #mainrightk ul li{text-align:left; min-height:27px; _height:27px; background:#d5e2bd; margin:5px 0px;}
       #mainrightk ul a{ padding-left:18px; color:#000000; background:url(images/ico_1.gif) 5px center no-repeat;}
       #mainrightk ul a:hover,#mainerrightt ul a:visited{ color:#660000;}
	  
	  
      #mainrightt{height:7px; background:url(images/tlist_title.jpg) no-repeat; text-align:left; padding:10px 25px; font-size:14px;}
	  #mainrightt a{ color:#FF3300; background:url(images/ico_6.gif) no-repeat left; padding-left:12px;}
	 
	 #mainrightbk{border:#CCCCCC 1px solid; height:230px; margin-top:5px; background:#d5e2bd;}
	 #mainrightb{height:7px; background:url(images/tlist_title.jpg) no-repeat; padding:10px 25px; font-size:14px;}
	 #mainrightb a{ color:#FF3300; background:url(images/ico_6.gif) no-repeat left; padding-left:15px;}
     #mainrightb1{height:203px; padding:10px; line-height:20px;}
     #mainrightb1 a{ text-decoration:underline;}
/*end导航栏*/ 

#discription{width:998px; height:80px; margin:0px auto; border:solid #CCCCCC 1px; text-align:center;}
#discription p{ margin:0px; padding:0px;}
#discription1{height:30px; color:#CCCCCC; background:url(image/bg1.jpg); margin:0px auto; text-align:left;}

#content{ margin:10px; line-height:25px;}
#product{ width:270px; height: auto;}
#product .otitle{ background:url(images/otitle_top.jpg); height:47px; font-size:14px; font-weight:bolder; color:#FFFFFF; padding-left:20px; line-height:40px;}

#product .ofoot{ background:url(images/obuttom_bg.jpg); height:30px;}

#product .olist{background: url(images/ocontent_bg.jpg); width:250px; padding-left:20px;}
#product .olist a{background:url(images/literm_ico.gif) left no-repeat;}
#product .olist h2 a{ padding-left:10px; margin:0px; font-size:14px; color:#000000; font-weight:normal;}

#product .olist ul{ list-style:none; margin:0px; padding:0px 0px 0px 10px;}
#product .olist ul li{ line-height:25px;}
#product .olist ul li a{ padding-left:12px; background:url(images/literm_ico.gif) left no-repeat; color:#000000;}


