.hearder{
		border-bottom: 3px solid #bd2f00;
	}
	.hearder .nav{
		width: 1200px;
		margin: 0 auto;
		height: 80px;
	}
	.nav div{
		float: left;
	}
	.nav .logo-left{
		padding: 20px 60px 20px 0;
	}
	.nav .head-nav ul li{
	    float: left;
	    font-size: 14px;
	    font-weight: 700;
	    height: 78px;
	    text-align: center;
	    cursor: pointer;
	    margin-right: 30px;
	    line-height: 107px;
	}
	.nav .head-nav ul li a{
		color: #404040;	
		text-decoration: none;
	}
	.nav .searh-right{
		float: right;
	}
	.searh-right .searh{
		margin-top: 38px;
		padding-right: 20px;
	}
	.searh-right .language{
		margin-top: 42px;
		font-size: 12px;
	}
	.language span{
		cursor: pointer;
	}
	
	.nav .searh-right .searh input{
		width: 100px;
		height: 20px;
		border-radius: 20px;
		border: 2px solid rgba(64,64,64,0.5);
		outline: none;
		text-indent: 20px;
	}
	.searh i{
		margin-left: 5px;
		position: absolute;
		margin-top: 5px;
		background: url(../images/search-red.png) no-repeat;
		width: 20px;
		height: 20px;
	}
	
	.nav .searh-right .searh input:hover{
		border: 2px solid rgba(64,64,64,1);
	}
	.head-nav ul li:hover{
		color: #bd2f00;
		border-bottom: 2px solid #bd2f00;
	}
	.active{
		color: #bd2f00;
		border-bottom: 2px solid #bd2f00;
	}