@charset "utf-8";
/* CSS Document */

*{ padding:0px; margin:0px;}
ol, ul ,li{list-style: none;}
body{font-size:16px; font-family: "微软雅黑"; background:#fff; color: #fff;}
a{
	text-decoration:none;}
	
	body{ padding-bottom:50px;}
.fixed{ position:fixed; left:0px; bottom:0px; width:100%; height:50px; background-color:#000; z-index:9999;}
.header{
	width:100%;
	float:left;
	height:auto;
	background:#f3eee8;
	padding:10px 0px;}
.headerk{
	width:100%;
	float:left;
	height:auto;
	background:#000;
	padding:10px 0px;}
.header .inner {
    height: 94px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.nvyw {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
* {
    padding: 0px;
    margin: 0px;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
.nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 15px;
    width: 131px;
 
}
.inner {
    width: 995px;
    margin: 0 auto;
}
.logo {
    width: 319px;
    height: 94px;
    background: url(images/logo.png) no-repeat center top;
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;

    font-weight: 400;
    line-height: 24px;
	text-align: center;
    font-family: "Microsoft Yahei","Hiragino Sans GB","Simsun,sans-self";
}
div {
    display: block;
}
fieldset, img {
    border: 0;
}
.nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.logoer{
	margin-left:20px;
	float:left;}


.right{
	margin-right:20px;
	float:right}
	
.menuer{
	width:100%;
	float:left;
	background:#999965;}
	

.menuer li a{
	color:#FFF;
		width:20%;
	float:left;
	padding:10px 0px;
	text-align:center}
	
.oner{
		display:block;
		background-color:#ca0000}
		
		
.menuer li a:hover{display:block;
		background-color:#F00}
		
		
.main{
	width:60%; margin:0px auto;}
@media screen and (max-device-width: 700px) { 

.main{
	width:90%; margin:0px auto;}
}
	.mytable{
		margin-bottom:10px;}
	
	
.mytable td{
	padding:5px 0px; line-height:120%; }
	
	
	
.mytable a{
	color:#000;
	padding:15px 0px;}
	
.mytable span{
	color:#c90104; padding-top:5px;}
	
	
	
.onlines{
	width:100%;
	float:left;
	background:#ca0000; }
	
	
.onlines li a{
	color:#FFF;
		width:33%;
	float:left;
	padding:10px 0px;
	text-align:center}
	
	
		
.footer{
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	padding-top:20px;}