@charset "utf-8";

/* ----------------上部海报及当前地址导航------------------ */
.top-hb{width:100%;
       min-width: 1210px;
	   height:100%;
	   background-color: #555;}
	   
.top-hb img{width:100%;
            min-width: 1210px;
	        height:auto;
		    position: relative;
	        margin: 0 auto;}
		 
	

/* ------------------中部-----标题---------------- */
.product_bt{width: 1210px;
			height:148px;
			border-bottom: 2px solid #AAA;
			position: relative;
			margin: auto;}	
			
.product_bt_text{width:500px;
                 height:108px;
				 float: left;
				 margin: 38px auto auto 58px;
				 font-size:28px;
	             line-height: 30px;
                 color: #0082E8;
				 text-align:left;
				 font-weight: bold;

				 /*border: 1px solid #DA1010;*/ }		
			
.product_bt_en-text{width:fit-content;
                    position: relative;
				    margin: 5px 0px;
			    	font-size:15px;
					font-weight: normal;
	                line-height: 20px;
                    color: #DA1010;
				    text-align:left;
					border-top: 2px solid #555;
					/*border: 1px solid #CCC;*/}
		   	  		  				  
ul#product_type{width: 550px;
                height:45px;
		        position: relative;
		        margin-top: 106px ;
		        float: right; 
	            line-height: 38px;
                color: #666;
		        text-align:center;
		   
		   /*border: 1px solid #0082E8;*/ }	
				  
ul#product_type li{
			       display:inline;
			       height:42px; 
			 
			  margin-right: 20px;
			       }	
				
ul#product_type li a{display:inline-block; 
                     padding:0 10px; 
			         height:42px; 
			         line-height:40px; 
                     color:#AAA; 
			         font-family:"微软雅黑";
		             font-size:18px;
			         font-weight: 600;
			        
			   /*border-bottom: 2px solid #999;*/}	
					   			  							
ul#product_type li a.active_3{color:#DA1010;border-bottom: 2px solid #DA1010;}					
ul#product_type li a:hover{border-bottom: 2px solid #DA1010;color:#DA1010;}	

