* {
				margin: 0;
				padding: 0;
			}
			header {
				width: 100%;
				height: 78px;
			}
			section {
				width: 100%;
				height: 700px;
			/*	background: #ededee;*/
				/*ededee*/
				background: url(image/bg_color.png) center no-repeat;
				background-size: cover;
			}
			
			.banner {
				width: 1200px;
				height: 100%;
				margin: 0 auto;
			}
			
			.login {
				width: 345px;
				height: 345px;
				background-color: white;
				float: right;
				margin-top: 175px;
				margin-right: 75px;
				position: relative;
			}
			.loginselect{
				width: 100%;
				height:38px ;
				background:rgba(245,244,244,0.6) ;
			}
			.loginselect p{
				width: 50%;
				float: left;
				text-align: center;
				line-height: 38px;
				cursor: pointer;
				color: #999999;
				font-family: "Î¢ÈíÑÅºÚ";
			}
			.loginselect .active{
				background: white;
				color: #000000;
				font-weight: bold;
				
			}
			.login_box {
				width: 270px;
				height: 280px;
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				margin: auto;
			}
			
			.login_h3 {
				text-align: center;
				font-size: 20px;
				font-family: "Î¢ÈíÑÅºÚ";
				font-weight: normal;
				margin-bottom: 10px;
				margin-top: 20px;
				width: 267px;
			}
			
			.user {
				width: 267px;
				height: 47px;
				margin-top: 10px;
				border: 1px solid #bebebe;
					overflow: hidden;
			}
			
			.psw {
				width: 267px;
				height: 47px;
				margin-top: 10px;
				border: 1px solid #bebebe;
				overflow: hidden;
			}
			.hidebox{
				width:267px;
				font-size: 14px;
				color: red;
				margin-top: 10px;
				visibility:visible;
				
			}
			.login_btn,
			.pasbtn {
				border: 0;
				outline: 0;
				/*border: 1px solid #bebebe;*/
				height: 100%;
				width: 210px;
				border-left: none;
				font-size: 14px;
				text-indent: 8px;
				color: #999999;
			}
			
			.iconfont {
				width: 47px;
				height: 100%;
				text-align: center;
				background: #bebebe;
				display: inline-block;
				font-size: 24px;
				color: white;
				line-height: 45px;
				border-top: 2px solid #bebebe;
			}
			
			.check {
				width: 267px;
				font-size: 14px;
				color: #999999;
				height: 20px;
				margin-top: 12px;
			}
			
			.check input {
				border: none;
				outline: none;
			}
			
			.submit {
				width: 267px;
				height: 45px;
			}
			
			.submit button {
				width: 100%;
				height: 100%;
				outline: none;
				border: none;
				background: #f32e2d;
				font-size: 22px;
				color: white;
				text-align: center;
				margin-top: 22px;
			}