﻿body{
	font-family: 微软雅黑;
	background: #fff;
}

div.wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
}
html.mobile div.wrapper{
	width: 100%;
}
/*----------header----------*/
.header{
	height: 80px;
	background: url(../images/bg_top.png);
	position: relative;
}
.logo{
	display: inline-block;
	height: 50px;
	width: 149px;
	position: absolute;
	top: 15px;
	left: 0;
}
.menu{
	height: 80px;
	padding-left: 330px;
}
.menu.plls{
	padding-left: 450px;
}
.menu ul{

}
.menu ul li{
	float: left;
}
.menu ul li a{
	display: inline-block;
	width: 90px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.menu ul li a:hover,
.menu ul li a.on{
	text-decoration: none;
	color: #fff;
	background: url(../images/menu_on.png);
}
.menu >span{
	display: inline-block;
	height: 16px;
	background: url(../images/ico_user.png) no-repeat 0 50%;
	padding-left: 22px;
	line-height: 16px;
	color: #dddddd;
	float: right;
	position: relative;
	top: 32px;
}
.menu >span a{
	color: #333333;
	margin: 0 5px;
}

/*----------mainer----------*/
.mainer{

}

/*----------footer----------*/
.footer{
	margin-top: 10px;
	background: #f6f6f6;
	padding: 30px 0;
}
.footer .ct{
	height: 50px;
	background: url(../images/logo-bt.png) no-repeat 0 50%;
}
.footer .ct p{
	text-align: right;
	line-height: 25px;
	color: #e0e0e0;
}
.footer .ct p.em{
	color: #333333;
}
.footer .ct p a{
	color: #333333;
}
/*----------common----------*/
/**/