@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
}
.body-master
{
	margin:0 auto;
	width:100%;
	height:585px;
}
.header
{
	margin:0 auto;
	width:100%;
	height:585px;
	background:url(/images/header.png) repeat-x;
}
.header-in
{
	margin:0 auto;
	position:relative;
	width:1000px;
	height:185px;
	z-index:100;
}
.menu
{
	margin:0 auto;
	position:absolute;
	left:40px;
	bottom:10px;
	width:900px;
	height:63px;
	font-size:15px;
    font-family: 'robotoregular', Arial;
	overflow:visible !important;
}
ul.menu-shw
{

list-style:none;
margin:0;
padding:0;
}

ul.menu-shw li
{
float:left;
padding:0;
color:#222222;
margin:0;
width:120px;
height:43px;
line-height:43px;
text-align:center;
text-decoration:none;
background:url(/images/div-line.png) right no-repeat;
}
ul.menu-shw li a
{
color:#222222;
 text-decoration:none;
 display:block;
}
ul.menu-shw li a:hover
{
background:#ffba00;
text-decoration:none;
color:#222222;
}
.logo
{
	position:absolute;
	top:0px;
	left:374px;
	width:267px;
	height:87px;
	background:url(/images/logo.png) no-repeat;
}
.banner
{
	margin:0 auto;
	position:relative;
	width:1000px;
	height:400px;
	z-index:0;
}