@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
}
.body-master
{
	margin:0 auto;
	width:100%;
	height:522px;
}

.head
{
	margin:0 auto;
	width:100%;
	height:136px;
	z-index:0;
	background:url(/images/header-bg.png) center no-repeat;
}
.head-center
{
	margin:0 auto;
	position:relative;
	width:1000px;
	height:136px;
}
.logo
{
	margin:0 auto;
	position:absolute;
	top:20px;
	left:10px;
	width:239px;
	height:100px;
	background:url(/images/logo.png) no-repeat;
}

.f-icon
{
	position:absolute;
	left:295px;
	top:35px;
	width:35px;
	height:38px;
	background:url(/images/f-icon.png) no-repeat;
}
.in-icon
{
	position:absolute;
	left:330px;
	top:35px;
	width:35px;
	height:38px;
	background:url(/images/in-icon.png) no-repeat;
}
.t-icon
{
	position:absolute;
	left:365px;
	top:35px;
	width:35px;
	height:38px;
	background:url(/images/t-icon.png) no-repeat;
}


.menu
{
	margin:0 auto;
	position:absolute;
	right:0px;
	bottom:0px;
	width:650px;
	height:36px;
	font-size:16px;
	font-stretch:expanded;
	font-family: 'robotoregular', Arial;
	border-top:1px solid #2c2c2c;
}

ul.menu-shw
{

list-style:none;
margin:0;
padding:0;
}

ul.menu-shw li
{
float:left;
padding:0;
color:#FFFFFF;
margin:0;
width:130px;
height:36px;
line-height:36px;
text-align:center;
text-decoration:none;
background:url(/images/div-line.png) right no-repeat;
}
ul.menu-shw li a
{
color:#FFFFFF;
 text-decoration:none;
 display:block;
}
ul.menu-shw li a:hover
{
background:#FFFFFF;
text-decoration:none;
color:#1c6b9f;
}

.login
{
	position:absolute;
	top:35px;
	right:20px;
	height:37px;
	width:195px;
	background:#1e99bf;
}
ul.login-shw
{

list-style:none;
margin:0;
padding:0;
}

ul.login-shw li
{
float:left;
padding:0;
color:#FFFFFF;
margin:0;
width:92px;
height:36px;
line-height:36px;
text-align:center;
text-decoration:none;
background:url(/images/login-line.png) right no-repeat;
}
ul.login-shw li a
{
color:#FFFFFF;
 text-decoration:none;
 display:block;
}
ul.login-shw li a:hover
{
background:#FFFFFF;
text-decoration:none;
color:#1c6b9f;
}

/*
.heading-black
{
	margin:0 auto;
	width:
}
*/

.banner
{
	margin:0 auto;
	width:100%;
	height:386px;
	background:url(/images/banner.png) center no-repeat;
}
