/* fullpage导航颜色 */
#fp-nav{
	display: none;
}
#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span {
	background: #fff; 
}
#fp-nav ul li a span,.fp-slidesNav ul li a span {
	border: 1px solid #fff;
}
.index-con{
	width: 100%;
	text-align: center;
}
#fullpage .section{
	background-size: cover;
}
.section1{
	background: url(../img/normal-bg.jpg) center no-repeat;
}
.section2{
	background: url(../img/normal-bg.jpg) center no-repeat;
}
.section3{
	background: url(../img/normal-bg.jpg) center no-repeat;
}
.top-bar{
	background: #2c2c2c;
	border: none;
}
.top-bar ul li:hover{
	background: #424242;
}
.top-bar ul li.active-li{
	background: #424242;
}
.footer {
    background: #FFFFFF;
    border: none;
}
.footer p{
	color: #545454;
}
.content{
	width: 1200px;
	height: 500px;
	z-index: 999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -250px;
}
.con-title{
	
}
.con-title h2{
	font-size: 50px;
	color: white;
	letter-spacing: 20px;
}
.con-title ul{
	width: 340px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}
.con-title ul li{
	float: left;
	width: 33.3%;
	font-size: 16px;
	color: #e1e1e9;
	letter-spacing: 3px;
}
.login-con{
	width: 242px;
	height: 360px;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	background: linear-gradient( to bottom,rgba(255,255,255,.4),rgba(255,255,255,.1));
	border: 1px solid #eae0ea;
}
.user-con{
	/* margin-top: 76px; */
	padding-top: 30px;
}
.user-con h3{
	font-size: 16px;
	color: white;
}
.user-con ul{
	width: 180px;
	margin: 0 auto;
	margin-top: 20px;
}
.user-con ul li{
	position: relative;
	overflow: hidden;
}
.user-con ul li input{
	border: none;
	background-color: rgba(255,255,255,.3);
	width: 180px;
	height: 34px;
	line-height: 34px;
	margin-top: 2px;
	text-indent: 16px;
	color: white;
	padding-right: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.user-con ul li input::-webkit-input-placeholder{
	color: white;
}
.user-con ul li input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #999999 inset;
}
.user-con ul li div{
	width: 30px;
	position: relative;
	z-index: 9;
	height: 34px;
	background-size: 13px auto;
	float: right;
}
.name-div{
	background: url(../img/user2.png) 7px center no-repeat;
}
.psw-div{
	background: url(../img/psw2.png) 7px center no-repeat;
}
.user-name input{
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.user-psw input{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.get-psw{
	overflow: hidden;
	width: 180px;
	margin: 0 auto;
	margin-top: 15px;
}
.get-psw-left{
	float: left;
	color: white;
	font-size: 12px;
	cursor: pointer;
}
.get-psw-left .normal-chebox{
	display: inline-block;
	width: 14px;
	height: 15px;
	background: url(../img/normal-checkbox-bg.png) center no-repeat;
	background-size: cover;
	vertical-align: text-bottom;
	line-height: 13px;
}
.get-psw-left .normal-chebox img{
	
}
.get-psw-left .normal-chebox .check-box{
	display: none;
}
.get-psw-left .normal-chebox .img-show{
	display: none;
}
.get-psw-left label{
	margin-left: 5px;
	cursor: pointer;
}
.get-psw-right {
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width:80px;
}
.get-psw-right a{
	color: white;
	font-size: 12px;
}
.login-btn{
	width: 180px;
	height: 30px;
	margin: 0 auto;
	margin-top: 24px;
	line-height: 30px;
	border-radius: 8px;
	background: -webkit-linear-gradient(left, #ff6b00 , #ff3100); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #ff6b00, #ff3100); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #ff6b00, #ff3100); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #ff6b00 , #ff3100); /* 标准的语法 */
}
.login-btn a{
	width: 100%;
	color: white;
	letter-spacing: 20px;
	display: inline-block;
	margin-left: 10px;
}
.three-login{
	margin-top: 35px;
	text-align: center;
}
.three-login .line{
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
}
.three-login .line .line1,.three-login .line .line2{
	width: 45px;
	height: 10px;
	border-bottom: 1px solid #FFFFFF;
}
.three-login .line .line1{
	float: left;
}
.three-login .line .line2{
	float: right;
}
.three-login .line div{
	width: 90px;
	line-height: 20px;
	color: white;
	font-size: 12px;
	float: left;
}
.three-login a{
	display: inline-block;
	margin-top: 20px;
}
.three-login a img{
	width: 36px;
	height: auto;
}
