@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-01-21 15:04:57
 * @version $Id$
 */

body{
	font-family: tahoma,arial,"微软雅黑","heiti";
}

ul,ol{
	list-style: none;
}

*{
	margin: 0;
	padding: 0;
}

.wrapper{
	width: 100%;
	background: #7ccef1;
	padding: 35px 0;
}
.main{
	width: 1000px;
	margin: 0 auto;
}

.logo{
	margin-bottom: 20px;
}

.main_content{
	height: 415px;
}

.main_left{
	float: left;
	width: 611px;
	height: 399px;
	margin-left: 80px;
}

.cycle_bar{
	width: 611px;
	height: 399px;
	position: relative;
}

.cycle_nav{
	height: 12px;
	text-align: center;
}
.cycle_nav li{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 6px;
	margin: 0 3px;
}
.cycle_nav li.activeSlide{
	background: #2896c9
}


.main_right{
	float: right;
	width: 230px;
	height: 227px;
	background: url('../styImg/login/login_bg.png') no-repeat;
	padding: 70px 25px 0 25px;
	margin-top: 55px;
}

.login_input{
	width: 230px;
	margin-bottom: 12px;
}
.login_input h3{
	font-size: 12px;
	color: #647983;
	line-height: 20px;
	padding-left: 18px;
}

.login_input input{
	width: 180px;
	height: 32px;
	display: block;
	background: url('../styImg/login/input_bg.png') no-repeat;
	outline: none;
	line-height: 32px;
	font-size: 12px;
	color: #666;
	border: 0;
	padding:0 25px;
}

.login_opt{
	height: 28px;
	width: 230px;
	margin-bottom: 20px;
}
.login_opt label{
	display: block;
	height: 28px;
	float: left;
	color: #1fb0ed;
	font-size: 12px;
	margin-left: 25px;
	line-height: 28px;
}
.login_opt label input{
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}

.login_btn{
	display: block;
	float: right;
	width: 82px;
	height: 28px;
	outline: none;
	border:0;
	background: url('../styImg/login/login_btn.png') no-repeat;
}


.go_register{
	background: url('../styImg//login/spread_line.png') no-repeat;
	padding-top: 15px;
	width: 230px;
}

.go_register li{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}
.go_register li label{
	color: #666;
}
.go_register li span{
	color: #666;
	margin: 0 5px;
}

.go_register li a{
	color: #1fb0ed
}

.fl{
	float: left;
}

.fr{
	float: right;
}


.login_footer{
	height: 50px;
	width: 100%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #e5e5e5;
	background: #f9f9f9
}

.login_footer_content{
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}
.login_footer_content dl{
	float: left;
	height: 50px;
	font-size: 12px;
	color: #333;
	line-height: 50px;
	margin-right: 20px;
}

.login_footer_content dl dt{
	float: left;
	font-weight: 600;
	margin-right: 5px;
}
.login_footer_content dl dd{
	float: left;
}
.login_footer_content dl dd a{
	color: #333;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
}
.copy{
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 50px;
}