@charset "utf-8";
/* CSS Document */

.header-top
{
	margin:0 auto;
	width:100%;
	height:42px;
	border-bottom:1px solid #b0b0b0;
	background:#f6f6f6;
}
.header-top-in
{
	margin:0 auto;
	position:relative;
	width:1102px;
	height:42px;
}
.m1
{
	position:absolute;
	top:0;
	left:0px;
	width:75px;
	height:42px;
	background:url(/images/m1.png) no-repeat;
}
.m1:hover
{
	background:url(/images/m1_hvr.png) no-repeat;
}
.m2
{
	position:absolute;
	top:0;
	left:75px;
	width:95px;
	height:42px;
	background:url(/images/m2.png) no-repeat;
}
.m2:hover
{
	background:url(/images/m2_hvr.png) no-repeat;
}
.m3
{
	position:absolute;
	top:0;
	left:170px;
	width:99px;
	height:42px;
	background:url(/images/m3.png) no-repeat;
}
.m3:hover
{
	background:url(/images/m3_hvr.png) no-repeat;
}
.plan-invest
{
	position:absolute;
	top:0px;
	right:440px;
	width:157px;
	height:39px;
	background:url(/images/plan.gif) no-repeat;
	-webkit-transition: height .9s ease;
	-moz-transition: height .9s ease;
	-ms-transition: height .9s ease;
	-o-transition: height .9s ease;
	transition: height .9s ease;
}
.Quick-invest
{
	position: absolute;
    top: 0px;
    right: 280px;
    width: 157px;
    height: 39px;
    background: url(/images/quick.gif) no-repeat;
    -webkit-transition: height .9s ease;
    -moz-transition: height .9s ease;
    -ms-transition: height .9s ease;
    -o-transition: height .9s ease;
    transition: height .9s ease;
}
.do-kyc
{
	position: absolute;
    top: 0px;
    right: 600px;
    width: 157px;
    height: 39px;
    background: url(/images/kyc.gif) no-repeat;
    -webkit-transition: height .9s ease;
    -moz-transition: height .9s ease;
    -ms-transition: height .9s ease;
    -o-transition: height .9s ease;
    transition: height .9s ease;
}

.login
{
	position:absolute;
	top:0px;
	right:185px;
	width:92px;
	height:42px;
	background:url(/images/login-btn.png) no-repeat;
	-webkit-transition: height .9s ease;
	-moz-transition: height .9s ease;
	-ms-transition: height .9s ease;
	-o-transition: height .9s ease;
	transition: height .9s ease;
}
.login:hover
{
	background:url(/images/login-btn_hvr.png) no-repeat;
}
.register
{
	position:absolute;
	top:0px;
	right:0px;
	width:185px;
	height:42px;
	background:url(/images/register-btn.png) no-repeat;
	-webkit-transition: height .9s ease;
	-moz-transition: height .9s ease;
	-ms-transition: height .9s ease;
	-o-transition: height .9s ease;
	transition: height .9s ease;
}
.register:hover
{
	background:url(/images/register-btn_hvr.png) no-repeat;
}





.header-bottom
{
	margin:0 auto;
	width:100%;
	height:160px;
	background:url(/images/header.png) repeat-x;
}
.header-bottom-in
{
	margin:0 auto;
	position:relative;
	width:1102px;
	height:160px;
	background:url(/images/header-bg.png) no-repeat;
}
.logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:270px;
	height:86px;
	background:url(/images/logo.jpg) no-repeat;
}

.menu
{
	position:absolute;
	top:0;
	right:0px;
	width:725px;
	height:86px;
}