#all{
	
	background: url(../images/banner.jpg) no-repeat center center;
	min-height: 700px;
	position: relative;
	max-width: 1920px;
	min-width: 660px;
	margin: 0 auto;
}

#bg{
	/*width: 1903px;
	height: 1080px;*/
	height: 967px;
	overflow: hidden;
	/*position: relative;*/
	/*border: 1px solid yellow;*/
	
}

#login{
	width: 496px;
	border-radius: 5px;
	box-shadow: 0px 0px 20px #e42331;
	padding: 36px;
	color: #ffffff;
	background: #f43f4e;
	position: absolute;
	right: 6%;
	top: 18%;
	z-index: 3;
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
}

#login .f_h3{
	font-size: 36px;
	font-weight: normal;
}

#login .f_p{
	font-size: 22px;
}

#login .inp{
	width: 442px;
	height: 64px;
	line-height: 64px;
	background: #ffffff;
	border-radius: 3px;
	margin-top: 26px;
	padding: 0 25px;
}

#login .img{
	margin-top: -8px;
	margin-right: 10px;
}

#login .inp_p{
	font-size: 20px;
	float: left;
	margin-left: 20px;
	height: 32px;
	line-height: 32px;
}

#login .input{
	font-size: 20px;
	color: #5d5d5d;
	border: 0px;
	display: inline-block;
	margin-top: -10px;
	height: 42px;
	/*line-height: 62px;*/
	width: 310px;
	outline: none;
	vertical-align: middle;
	padding: 10px;
	
}

#login .lab{
	font-size: 20px;
	color: #5d5d5d;
	display: inline-block;
	width: 60px;
	/*text-align:justify;*/
	text-align-last: justify;
	
}

#login .btn{
	width: 492px;
	height: 70px;
	line-height: 70px;
	background: #fdbd69;
	text-align: center;
	font-size: 28px;
	border: 0;
	color: #fff;
	border-radius: 3px;
	letter-spacing: 5px;
	outline: none;
}

#login .che{
	width: 32px;
	height: 32px;
	float: left;
	background: url(../images/3.png) no-repeat 0px center ;
	background-color:#FFFFFF;
}

.fixclear{
	zoom: 1;
}

.fixclear:after{
	content: "";
	display: block;
	clear: both;
}

.aaa{
	margin-top: 26px;
	font-size: 20px;
}

.aaa a{
	color: #fdbd69;
	text-decoration: none;
}

.pos{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fdbd69;
	bottom: 64px;
	z-index: 1;
	font-size: 20px;
}

.p1{
	color: #5d5d5d;
	height: 64px;
	line-height: 64px;
	float: left;
	font-size: 22px;
	margin-left: 30px;
}

.img1{
	width: 30px;
	margin-top: 17px;
}

/*.diandian{
	content: "";
    width: 8px;
    height: 8px;
    position: inherit;
    bottom: 35px;
    left: 12px;
    box-shadow: rgba(168, 255, 241, 0.4) 0px 0px 0px 5px, rgba(224, 224, 224, 0.2) 0px 0px 0px 11px;
    background: rgb(168, 255, 241);
    border-radius: 4px;
    animation: 2s ease 0s infinite alternate none running available-blink;
    top: 400px;
    left: 620px;
    position: absolute;
    color: #FFFFFF;
}

.diandian:hover{
	box-shadow: rgba(168, 255, 241, 0.4) 0px 0px 0px 0px, rgba(224, 224, 224, 0.2) 0px 0px 0px 0px;
	background: rgb(168, 255, 241);
	transition: 2s;
}


.diandian span{
	display: block;
	width: 60px;
	height: 30px;
	position: absolute;
	left: -10px;
	top: 20px;
}*/

.yuan{
	background: #3873ff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	/*margin: 17px 0 0 17px;*/
}

.dong{
	width: 38px;
	height: 38px;
	background-color: rgba(56,115,225,0.2);
	border: 2px solid #3873ff;
	border-radius: 50%;
	position: relative;
	top: 50%;
	margin: 0 auto;
	margin-top: -21px;
	
}

.dong:hover{
	width: 58px;
	height: 58px;
	margin-top: -31px;
	transition: 0.5s;
}

