@charset "utf-8";
/*------header---- */
body{
	width:100%;
	background:#fff;
	min-width: 1200px;
}
#header{
	width:100%;
	background-color:#009fe9;
	
}
#header .user{
	width:100%;
	height:34px;
	margin:0 auto;
	border-bottom:1px solid #e6e6e6;
    z-index: 100;
    margin-top: 0px;
    left: 0;
    right: 0;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    background-color: #F0EFF0;

} 
.user p{
	width:1200px;
	margin:0 auto;
	background:#F0EFF0;
}
.user span{
	 font: 14px Arial, Helvetica, sans-serif;
    color: #666666;
    line-height: 34px;
}
.user .u_login{
	float:left;
}
.user .u_information{
	float:right;
}
.user a{
	color:#a0a0a0;
	margin:0 5px;
}
.user a:hover{
	color:#0142e8;
}
.visit{
	position:absolute;
	right:74px;
	bottom:360px;
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
	float:right;
}
.menu{
	width:1200px;
	margin:0 auto;
	height:50px;
	
}
.menu ul{
	width:100%;
	margin:0 auto;
	 margin-left: 50px;

}
.menu li{
	float:left;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-style: solid;
    border-color: transparent;
       
}
.menu li a{
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#222222;
	text-align:center;
	line-height:50px;
	width:100px;
	text-decoration:none;font-size:16px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;color:White;text-shadow:none;-webkit-text-shadow:none;-o-text-shadow:none;-ms-text-shadow:none;-moz-text-shadow:none;
}
.menu li a:hover{
	   border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    color:white;
border-style:solid;border-color:#009fe9;behavior:url(res/js/pie/PIE.min.htc?v=201605191556);
background-color:#da4453;
}


.menu .seled a{
	background:url(../images/nav_downbg.gif) left top repeat-x;
}
.menu .no_line{
	background:none;
}
/*------main---- */
#main{
	width:1200px;
	margin:0 auto;
	padding-top:7px;
	overflow:hidden;
	background:#fff;
}

/*------footer---- */
#footer{
	margin:0 auto;
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
	line-height:18px;
	height:108px;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-image: url(/newcss/images/foot.jpg);
}
.fword{
	margin:0 auto;
	padding-left:300px;
	padding-top:5px;
}
.fword p{
	float:left;
	margin-right:30px;
}
.banner{
    padding-top: 7px;
    position: relative;
    height:180px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-image: url(/newcss/images/12.jpg);
    margin-top:50px;
}
