@charset "gb2312";
/* CSS Document */

.fixclear{
 		zoom: 1;
 	}
 	
 	.fixclear:after{
 		content: '';
 		display: block;
 		clear: both;
 	}
 	
 	.erji{
		position: absolute;
		background: rgba(0,0,0,0.8);
		width: 200px;
		padding: 0 10px;
		top: 70px;
		left: -30px;
		height: 0;
		overflow: hidden;
		transition: 0.5s;
		/*display: none;*/
		z-index: 101;
	}
	
	.erji p{
		text-align: center;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px dashed #535252;
		
	}
	
	.erji p a{
		color: #fff;
	}
	
	.erji p a:hover{
		color: #0890e1;
	}
	
	
	

	.chanpin{
		width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 20px 0;
	}
	
	.chanpin_nav{
		
	}
	
	.chanpin_ul{
		margin-bottom: 20px;
	}
	
	.chanpin_li{
		width: 195px;
		float: left;
		margin-right: 6px;
		background: #0890e1;
		padding: 4px;
		box-sizing: border-box;
		cursor: pointer;
	}
	
	.chanpin_li:nth-last-child(1){
		margin-right: 0px;
	}
	
	.chanpin_li span{
		display: block;
		height: 40px;
		line-height: 40px;
		border: 1px solid #fff;
		font-size: 16px;
		color: #fff;
		text-align: center;
	}
	
	.chanpin_con{
		display: none;
	}
	
	.chanpin_con_li{
		float: left;
		border: 1px solid #ddd;
		width: 294px;
		margin-right: 8px;
		padding: 20px 10px;
		box-sizing: border-box;
		margin-bottom: 8px;
		cursor: pointer;
		background: #fff;
		transition: 0.3s;
	}
	
	.chanpin_con_li:hover{
		border: 1px solid #aaa;
	}
	
	.chanpin_con_li:nth-child(4n){
		margin-right: 0;
	}
	
	.chanpin_img{
		padding: 20px 10px;
	}
	
	.chanpin_img img{
		width: 100%;
	}
	
	.chanpin_text{
		text-align: center;
	}
	
	.chanpin_text .xian{
		width: 30%;
		background: #ee4c59;
		height: 4px;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	.chanpin_text .p1{
		font-size: 14px;
		color: #666;
	}
	
	
	
	.nav_ul li{
		position:relative;
	}
	
	.chanpin_con_a{
		display:block;
		text-decoration:none;
	}
	
	body{
		font-family:"Î¢ÈíÑÅºÚ"
	}
	
	.nav li{
	width:150px;
	text-align:center;
	}