* {
	padding: 0 !important;
	margin: 0 !important;
	font-family: "microsoft yahei" !important;
	list-style: none !important;
	text-decoration: none !important;}



body {
	position: relative;
	width: 1366px;
	margin: 0 auto!important;
	background: url(../img/bodybg.jpg) repeat;}
.head {
	width: 100%;
	background: #fff;}
.head img {
	width: 100%;
	margin: 0 auto;}
.navself {
	width: 100%;
	height: 2.5em;
	margin-top: -5px;
	font-size: 16px !important;
	overflow: hidden;
	background: url(../img/nav.jpg) repeat-x;}
.navself>li {
	z-index: 0;
	display: block;
	float: left;
	width: 10%;
	text-align: center;}

.navself>li a {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 2.5em;}
.navself>li a:hover {
	color: #ffe01a;
	background: #671313;}
.sonnav,
.grandsonnav {
	position: absolute;
	z-index: 6;
	display: none;
	width: 137px;
	font-size: 14px;
	background: url(../img/nav.jpg)repeat;}
.sonnav li {
	position: relative;}

.grandsonnav {
	display: none;
	top: 0px;
	left: 137px;}

li:hover>.sonnav {
	display: block;}
li:hover>.grandsonnav {
	display: block;}

/*上部分是顶部图片和导航的样式*/
/*------------------------------------------------------------*/
/*下部分是网页布局辅助样式*/

.width980px {
	width: 1250px;
	margin: 10px auto !important;
	padding-left: 2em !important;
	padding-bottom: 2em!important;
	background: #fff;
	box-shadow: 10px 5px 10px #D9D9D9;
	-webkit-box-shadow: 10px 5px 10px #D9D9D9;}
.footer {
	position: relative;
	height: 155px;
	text-align: center;
	padding: 1.5em 0 1em!important;
	margin-top: -1em!important;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background: url(../img/footer.jpg);
	background-size:100% 100%;}

.footer a{
	color: #fff;}
a {
	cursor: pointer;}
a:hover {
	color: #E9322D;}
.login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	padding-top: 10%!important;
	background: rgba(0, 0, 0, 0.4);}
.login form {
	position: fixed;
	left: 32%;
	width: 500px;
	height: 400px;
	padding-top: 2em!important;
	text-align: center;
	background: #fff;
	border-radius: 2em;}
.number,
.password {
	margin: 40px auto!important;}
.login form em {
	font-size: 20px;}
.login form input {
	height: 30px;
	font-size: 20px!important;
	line-height: 30px!important;}
.login form input[type=submit],
.login form input[type=button] {
	width: 80px;
	height: 40px;
	padding: 3px!important;
	border-radius: 0.2em;
	background: #FFFFFF;}
.login form input[type=submit]:hover,
.login form input[type=button]:hover {
	color: #E9322D;}
#showmessage {
	position: absolute;
	display: none;
	width: 300px;
	padding: 10px!important;
	font-size: 12px;
	line-height: 25px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 8px;}