@charset "utf-8";
.row-list{
	padding: 0 15px;
	height: 70px;
	position: relative;
}
/*list*/
.list{
	width: 80%;
}
.list h1{
	float: left;
	font-size: 20px;
	line-height: 70px;
	color: #fff;
	margin-right: 20px;
}
/*ul li*/
.list ul {}
	.list li {
		float: left;
		margin-right: 5px;		
	}
	.list li a{
		display: block;
		font-size: 18px;
		line-height: 70px;
		color: #cbf8a7;
		padding: 0 20px;
	}	



/*search*/
.search{
	margin-top: 20px;
}	
	.search input.se,.search .btn-se{
		float: left;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	.search input.se{
		width: 140px; 		
		border: 1px solid #c8c8c8;
		padding: 0 10px;		
		background: #fff;
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
	}		
	.search .btn-se{
		width: 40px; 		
		border: 0; 
		color: #fff;		
		text-align: center;
		background: #000;
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
	}	
	
	
@media only screen and (max-width: 1080px) {
	.list li a {
        padding: 0 15px;
    }
}	
@media only screen and (max-width: 984px) {
     .list{
	    width: 70%;
    }
	.list li a{
		font-size: 16px;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 860px) {   
	.list li {
		margin-right: 12px;		
	}
	.list li a{
		padding: 0 5px;
	}
}
@media only screen and (max-width: 794px) {
.row-list{
	height: auto;
}
.list{
	width: 100%;
}
.list h1{
	float: none;
}
/*ul li*/
.list ul {
	width: 100%;
	display: block;
	margin-top: -10px;
}
	.list li a{
		line-height: 30px;
	}
/*search*/
.search{
	margin-top: 0;
	position: absolute;
	right: 15px; top: 20px;
}	
}