/* CSS Document */
body { margin:0; padding:0; font-size:12px; font-family:"宋体"; line-height:2.4; background:#fff; color:#666;}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0; color:#666; 
}
ul { list-style:none;}
img { border:0px;}
a { color:#666; text-decoration:none;}

.top { margin:0 auto;
       width:1000px;
	   height:90px;}
	   
	 .top_left {
	float:left;
	width:526px;
	height:90px;
}  
				 
	 .top_right { float:right;
	              width:160px;
				  height:90px;}  
				  			 
	            .top_right_1 { width:160px;
				               height:50px;
							   } 
							   
			    .top_right_2 { width:160px;
				               height:30px;
							   } 
							   
.menu { width:100%;
        height:40px;
		background:url(images/menu_1.jpg) repeat-x;}
		
		.menu_con { margin:0 auto;
		            width:1000px;
					height:40px;}
		
		         
		

#nav { 

}

/* 定义ul的名字叫nav */
#nav a {
                                      display:block;
				                      width:125px;
									  height:40px;
									  text-align:center;
									  line-height:40px;
									  font-family:"微软雅黑";
									  font-size:14px;
									  color:#fff;
									  background-image:url(images/menu_2.jpg);
									  font-weight:bold;}


#nav li {
 float: left; width:125px; background:#CCC;
}
#nav li a:hover{
background-image:url(images/menu_3.jpg); text-decoration:none;
}
/* 鼠标经过导航栏背景颜色*/
#nav li ul {
 line-height:30px;  list-style-type: none;text-align:left;
 left:-999em; width:125px; position: absolute;
}
/*left是定位中的一个属性，就是说当前对象的最左边位置相对于父对象（父对象没有定义相对定位时则为body）左边位置的距离。这里取很大的999em是为了将ul放在一个不在父对象可视区域的位置，从而达到隐藏的目的。*/

#nav li ul li{
 float: left; width:125px;
 background: #F6F6F6; z-index:5;
}
/* 二级下拉菜单的背景颜色*/

#nav li ul li a { display:block; width:125px; height:30px; line-height:30px; font-size:12px; font-weight:normal;
}
#nav li ul li a:hover { background-image:url(images/menu_3.jpg);  text-decoration:none;}

/* 加上以下代码可以被	IE6兼容*/
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {  z-index:5;
 left: auto;
}
#mrc {
 clear: left; 
}

		
		
.clearfix:before, .clearfix:after { content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.icon-arrow-a-left, .icon-arrow-a-right { background:url(images/icon-sd26986d847.png) no-repeat; }
.icon-arrow-a-left { background-position: 0 0; height: 50px; width: 50px; }
    .icon-arrow-a-left:hover, .icon-arrow-a-left.arrow-a-left_hover, .icon-arrow-a-left.arrow-a-left-hover { background-position: -60px 0; }
.icon-arrow-a-right { background-position: -120px 0; height: 50px; width: 50px; }
    .icon-arrow-a-right:hover, .icon-arrow-a-right.arrow-a-right_hover, .icon-arrow-a-right.arrow-a-right-hover { background-position: -180px 0; }


* html, * html body { background-image: url(about:blank); background-attachment: fixed; zoom: 1; line-height:2.6;}

a { color: #666; text-decoration: none; } 
    a:hover { color: #666; text-decoration: underline; }
#main {overflow: hidden; zoom: 1; position: relative; }
#index_b_hero { width: 1010px; height: 320px; margin: auto; position: relative; }
    #index_b_hero img { width: 1002px; height: 300px; }
    #index_b_hero .heros { width: 1010px; height: 300px; }
    #index_b_hero .hero-wrap { overflow: visible; position: absolute; }
    #index_b_hero .next, #index_b_hero .prev { filter: alpha(Opacity=70); opacity: .7; position: absolute; top: 50%; margin-top: -25px; margin-left: 5px; background-color: #303030; z-index: 3; }
        #index_b_hero .next:hover, #index_b_hero .prev:hover { background-color: orangered; }
    #index_b_hero .next { margin: -25px 5px 0 0; right: 0; }
    #index_b_hero .disabled { background-color: #eee; }
    #index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero { background: #fff; padding: 5px; z-index: 1; position: absolute; top: 0; left: 0; width: 1002px; height: 300px; overflow: hidden; left: 1920px; }
    #index_b_hero .mask-right, #index_b_hero .mask-left {
	z-index: 4;
	left: -1000px;
	filter: alpha(Opacity=50);
	opacity: .5;
	background: #fff;
	overflow: hidden;
}
    #index_b_hero .mask-right {
	left: 1000px;
}
    #index_b_hero .active { z-index: 2; left: 0; }		
		
		
.main { margin:0 auto;
        width:1000px;
		overflow:hidden;
		padding-bottom:10px;
		}
	  .main_left { float:left;
	               width:232px;
				   overflow:hidden;}
		           
				   .main_left_1 { width:232px;
				                  height:32px;
								  background:url(images/main_1.jpg);
								  font-family:"微软雅黑";
								  font-size:14px;
								  font-weight:bold;
								  text-align:center;
								  line-height:32px;}
		
		           .main_left_2 { width:232px;
				                  overflow:hidden;
								  background:#f0f0f0;}
								  
								  .main_left_2 ul { padding:10px;}
								  .main_left_2 ul li {}
								  .main_left_2 ul li a { display:block;
								                         width:182px;
														 height:38px;
														 font-family:"微软雅黑";
														 font-size:12px;
														 line-height:38px;
														 background:url(images/main_2.jpg) no-repeat;
														 padding-left:30px; }
								  .main_left_2 ul li a:hover { background:url(images/main_3.jpg) no-repeat; text-decoration:none;}
								  
		                          
		
		 .main_mid { float:left;
	                 width:390px;
					 height:345px;
					 padding-left:25px;
				    }
		           .main_mid_1 { width:390px;
				                 height:32px;
								 background:url(images/main_4.jpg);
								 font-family:"微软雅黑";
								 font-size:14px;
								 font-weight:bold;
								 color:#0067aa;
								 line-height:32px;}
		
		          .main_mid_2 { width:388px;
				                height:322px;
								border:solid 1px #e9e9e9;
								border-top:none;
								}
		                       .main_mid_2_1 { width:370px;
							                   height:100px;
											   padding-left:9px;
											   padding-top:10px;}
											 
											  .main_mid_2_1_1 { float:left;
											                    width:122px;
																height:100px;}
											   
											  .main_mid_2_1_2 { float:right;
											                    height:100px;
																width:235px;
																} 
											   
											                  .main_mid_2_1_2_1 { width:235px;
															                      height:20px;
																				  font-family:"微软雅黑";
																				  font-weight:bold;
																				  color:#0067aa;
																				  line-height:20px;
																				  padding-top:2px;
																				}
											   
											                  .main_mid_2_1_2_2 { width:235px;
															                      height:75px;
																				  line-height:2.1;
																				  overflow:hidden;}
																				  
					.main_mid_3 { width:370px;
					              height:165px;
								  padding-left:9px;}	
								  
								  
								 .main_mid_3 ul { padding-top:5px;}
								 .main_mid_3 ul li { width:350px;
								                     height:25px;
													 line-height:25px;
													 background:url(images/main_6.jpg);
													 padding-left:20px;}
								 .main_mid_3 ul li a { }
			  
								 .main_mid_3 ul li span { float:right;} 
								  
								  
								  
					 .main_mid_4 { width:320px;
								   height:30px;
								   background:url(images/main_7.jpg);
								   margin-top:5px;
								   font-family:"微软雅黑";
								   font-weight:bold;
								   line-height:30px;
								   margin-left:9px;
											}
					                        .main_mid_4_1 { float:left;
															width:105px;
															height:30px;
															text-align:center;
																	 }
																	 
											.main_mid_4_1 a:hover { color:#d21801;}			  
								  
								  
		 .main_right { float:right;
	                   width:325px;
					   height:350px;
				     }						  
								  
					 .main_right_1 { width:325px;
					                 height:32px;
									 background:url(images/main_8.jpg);
								     font-family:"微软雅黑";
								     font-size:14px;
								     font-weight:bold;
								     color:#0067aa;
								     line-height:32px;}			  
					.main_right_2 { width:303px;
					                height:168px;
									border:solid 1px #e9e9e9;
									background:url(images/main_9.jpg);
									padding:10px;
									line-height:2; }			  
								  
					.main_right_3 { width:323px;
					                height:122px;
									background:#f7f7f7;
									border:solid 1px #e9e9e9;
									margin-top:9px;}			  
								  
					             .main_right_3_1 { width:307px;
								                   height:20px;
								                   margin-left:5px;
												   margin-top:5px;
												   background:#e20202;
												   color:#fff;
												   line-height:20px;
												   font-family:"微软雅黑";
												   overflow:hidden;
												   font-weight:bold;
												   padding-left:6px;}			  
								  					   
								.main_right_3_2 { width:313px;
								                  height:92px;
												  padding-left:10px;
												  line-height:1.9;
												  padding-top:5px;}		
												  
												  
.zhanshi {
	width:740px;
	height:165px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin-top:20px;
	float: left;
	margin-left: 25px;
}												  
		 
		  .zhanshi_1 { float:left;
		               width:60px;
		               height:165px; }										  
												  
		  .zhanshi_2 {
	float:right;
	width:675px;
	height:155px;
	padding-top:10px;
					   }										  
												  
					.zhanshi_2 ul {}
					.zhanshi_2 ul li { padding-right:10px; float:left;}							  
												  
					.zhanshi_2_1 { width:168px;
					               height:132px;
								   padding:5px;
								   border:solid 1px #ccc; }							  
												  
.foot { width:100%;
        overflow:hidden;
		background:#ededed;
		border-top:solid 2px #d6d6d6;
		margin-top:15px;}												  
												  
		.foot_con { margin:0 auto;
		            width:1000px;
					padding-top:15px;
					padding-bottom:15px;
					text-align:center;
					line-height:2.1;}
												  
.link { width:100%;
		background:#0071b5;}												  
	 
	  .link_con { margin:0 auto;
	              width:1000px;
				  color:#fff;
}	
				  										  
				.link_con a { color:#fff;}								  
												  
				.link_con span { font-family:"微软雅黑";
								 font-weight:bold;}								  
												  
												  
												  
 .pro_left_1 { width:232px;
			   height:32px;
			   background:url(images/main_1.jpg);
			   font-family:"微软雅黑";
			   font-size:14px;
			   font-weight:bold;
			   text-align:center;
			   line-height:32px;
			   margin-top:10px;}
			   												  
 .pro_left_2 { width:232px;
               height:55px;}
			   												  
 .pro_left_3 { width:225px;
               overflow:hidden;
			   border:solid 1px #ccc;
			   border-bottom:none;
			   padding-top:5px;
			   line-height:2.1;
			   padding-left:5px;
			   margin-top:1px;}												  
												  
.pro_left_4 { width:232px;
              height:47px;
			  }											  
												  
												  
.pro_right { float:right;
             width:745px;
			 overflow:auto;} 												  
												  
			.pro_right_1 { width:735px;
			               height:32px;
						   background:url(images/pro_2.jpg);
						   font-family:"微软雅黑";
						   font-size:14px;
						   font-weight:bold;
						   line-height:32px;
						   padding-left:10px; }									  
												  
						.pro_right_1 span { float:right;
						                    font-family:"宋体";
											font-size:12px;
											font-weight:normal;
											padding-right:10px;}						  
												  
												  
			.pro_right_2 { width:725px;
			               overflow:hidden;
						   padding:10px 10px 0 10px;}									  
												  
						  .pro_right_2 ul {}
						  .pro_right_2 ul li { float:left; padding-left:6px; padding-right:6px;}
						  .pro_right_2 ul li a {}						  
												  
						  .pro_right_2_1 { width:220px;
						                   height:172px;
										   padding:3px;
										   border:solid 1px #ccc;}						  
												  	   
						  .pro_right_2_2 { width:228px;
						                   height:25px;
										   line-height:25px;
										   text-align:center;
										   overflow:hidden;}	
										   
										   
										   				   
.pro_list{width:185px; float:left; height:150px; overflow:hidden;}
.pro_list_pic{text-align:center; height:140px;}
.pro_list_pic img{ border:solid 3px #ccc; margin:0 auto; width:168px; height:132px; }
.pro_list_name{height:24px; line-height:24px; text-align:center;}
.pro_list_name a{color:#666666;}
.pro_list_name a:hover{color:#cc0000;}			 
			 
			 	   
.pro_list_pro{width:230px; float:left; height:180px; overflow:hidden;}
.pro_list_pro_pic{text-align:center; height:143px; }
.pro_list_pro_pic img{margin:0 auto; width:200px; height:133px; border:1px solid #ccc; padding:5px;}
.pro_list_pro_name{height:30px; line-height:30px; text-align:center;}
.pro_list_pro_name a{color:#666666;}
.pro_list_pro_name a:hover{color:#cc0000;}				   
					   
#page{ clear:both; line-height:24px; text-align:center; background:#f5f5f5;}
.tips{ background:url(images/tipsbg.gif) no-repeat left top; padding:40px 0 10px 166px; margin-top:20px; margin-bottom:10px; color:#999; font-family:"微软雅黑";}	   		
		
		
