/*css*/
body{
	background: #F0F0F0;
}
.width_1280{
	width:1280px;
	margin:0 auto;
	background-color:#404d51;
	box-shadow: 0px 0px 5px 0px rgb( 227, 227, 227 );
}


.login_bg{
	background:url(images/login_bg.png) no-repeat;
	height:608px;
	background-color:#404d51;
}
.logo{
	margin-left:20px;
}
.login_bg1{
	margin-left:100px;
}
.logo{
	width:671px;
	height:223px;
	background: url(images/logo1.png) no-repeat;
/*	margin-top:40px;*/
	margin-bottom: 20px;
    background-position:center;
}
.login_bg1{
	width:400px;
	height:376px;
	background: url(images/login_bg1.png) no-repeat;
	padding-top:20px;
	padding-left:50px;
}
#userlogin{
	width:72px;
	height:20px;
	background: url(images/login_03.png) no-repeat;
}
.user,.pw,.yzm{
	width:297px;
	height:46px;
	margin-top: 10px;
}
.user{
	background: url(images/login_07.png) no-repeat;
}
.pw{
	background: url(images/login_10.png) no-repeat;
}
.yzm{
	background: url(images/login_11.png) no-repeat;
}
/*.user input,.pw input{
	height:42.16px;
    width:310px;
    border-radius: 8px;
    border:1px solid #5fc2e3;
    background: none; 
}*/
.user input,.pw input{
	height:34px;
    width:190px;
    margin-left:54px;
    margin-top: 6px;
    font-size: 18px;
    border:none;
    text-align: center;
    color:#02affb;
}
.yzm input{
    height:34px;
    width:140px;
    margin-left:75px;
    margin-top: 6px;
    font-size: 18px;
    border:none;
    text-align: center;
    color:#02affb;
}
#login{
	width:248px;
	height:58px;
	margin-top: 12px;
	margin-left:25px;
	background: url(images/login_13.png) no-repeat;
    background-size:248px 58px;
}
.sign{
	margin-left:130px;
	margin-top: 8px;
    color:#02affb;
    text-decoration:underline;
	font-weight: bold; 
}

/*bottom*/
.login_bottom{
	padding-top:10px;
	background-color:#404d51;
	padding-bottom:20px;
}
.login_bottom_lt{
	float:left;
	background: url(images/tab_03.png) no-repeat;
    width:596px;
    height:358px;
    overflow: hidden;
    padding:16px 0px 0 0;
	margin-left:28px;
    margin-right:48px;
}
.tab_nav{
	font-size: 16px;
	line-height: 36px;
	border-bottom: #e2e2e2 solid 2px;
	width:536px;
	float:left;
	margin-left:30px;
}
.tab_nav span{
	margin-right:34px;
	line-height: 36px;
	cursor:pointer;
}
.tab_more a{
	float:right;
	line-height: 36px;
	font-size: 12px;
	color:#02affb;
}
.tab{
	line-height: 40px;
	font-family: "宋体";
	font-size: 12px;
    margin-left:30px;
}
.tab li{
	border-bottom:1px solid #c7c7c7;
	width:520px;
	background-image: url(images/spot.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:16px;
}
.tab li a{
	color:#666;
}
.tab li:hover{
	background-image: url(images/spot_hover.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:16px;
}
.tab li a:hover{
	color:#02affb;
}
.tab li:last-child{
	border-bottom: none;
}
.tab #time{
	float:right;
	font-size: 12px;
}
.underline{
    padding-bottom: 6px;
	border-bottom: 3px solid #02b6fb;
}
.login_bottom_rt{
	float:left;
	background: url(images/tab_03.png) no-repeat;
    width:596px;
    height:358px;
    overflow: hidden;
   padding:16px 0px 0 0;
}
.flow{
	background: url(images/img_03.png) no-repeat;
    width:539px;
    height:167px;
	margin-top:88px;
	margin-left:26px;
}
.attn{
	float:left;
	text-align:center;
	margin-top:30px;
	margin-left:200px;
	font-size:12px;
	padding:6px 12px;
	color:#333;
	background-color:#63caff;
	border-radius:4px;
/*	display:block;*/

}

/*footer*/
.login_footer{
	line-height: 60px;
	margin:0 auto;
	background:url(images/footer_line_03.png) no-repeat 50%;
	background-color:#404d51;
}
.login_footer p{
	font-size:12px;
	text-align:center;
}