/* head Start */
.head{
	width: 100%;
	height: 85px;
}


.head .logo{
	float: left;
	margin-top:25px;
}

.head .right{
	float: right;
	width: 900px;
}

.head .right .nav{
	width: 100%;
	height: 28px;
}
.head .right .nav .top{
	font-size: 12px;
	float: right;
}

.head .right .nav .top .topul,li{
	float: left;
}

.head .right .menu{
	margin-top:18px;
}

.head .right .menu .menuul{
	float: left;
	margin-left: 30px;
	font-size: 20px;
}

.head .right .menu .menuul .menuPanelli a:hover{
	text-decoration:underline;
	color: #f4ad15;
}

.head .right .menu li{
	float: left;
}


/* head End */

/* banner Start*/
.banner{
	width: 100%;
}
/* banner End*/


