* {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

html,body {
	width: 100%;
	height: 100%;
	/* min-width:1280px;
	min-height:668px; */
	background-color: #fff;
	overflow: auto;
}

.nav_top{
	width:100%;
	height:68px;
	background: #FAFAFA;
    box-shadow: 0 1px 0 0 #E3E3E3, 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);  
}
.container .header{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container .header .logo-icon{
	display: inline-block;
	background: url(../image/logo-icon.png) no-repeat center;
	background-size: contain;
	height: 40px;
	width: 40px;
	margin-right: 10px;
}
.header .header_title{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #333;
	letter-spacing: 3px;
	font-weight: bold;
}

.container .banner{
	width:100%;
	min-height:474px;
	 /*  background:url(../image/bg.png) no-repeat center;   */
	padding-top:50px;
	/* box-sizing:border */
}

.container .banner .body{
	min-width:1174px;
	width:1174px;
	margin:0 auto;		
}

.container .banner .body .left{
	background:url(../image/left_img.png) center center no-repeat;
	width:587px;
	height:408px;
	margin-top:30px; 
	background-size:100%;
	display: inline-block;
}

.container .banner .body .right{
	background:url(../image/load_box.png) -20px top no-repeat;
	width:401px;
	height:408px;
	float:right;
	background-size:120% 120%;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6; 
	margin-top:30px;
}
.container .banner .body .right a{
	color:#333;
	font-weight:bold;
}
.container .banner .body .right .login_box{
	width:383px;
	height:	401px;	
	margin-top:3px;
	margin-left:10px;
}

.container .banner .body .right .login_box .h{
	background:url(../image/admin.png) no-repeat;
	margin-top:31px;
	height:33px;
	margin-left:26px;
}

.container .banner .body .right .login_box input{	
	margin-top:22px;
	padding-left:40px;
	display:block;
	margin-left:26px;
	height:48px;
	width:291px;
	border: solid 1px #c5c5c5;
	color:#959e9b;
	font-size: 14px;
}
.container .banner .body .right .login_box input:focus{
	border-color:#3e7db5;
	color:#054b92;
}
.container .banner .body .right .login_box #loginName {
	background:url(../image/user.png) no-repeat 12px center;
}
.container .banner .body .right .login_box #loginName:focus{
	background:url(../image/user_press.png) no-repeat 12px center;
}
.container .banner .body .right .login_box #loginpwd {
	background:url(../image/mmi.png) no-repeat 12px center;
}
.container .banner .body .right .login_box #loginpwd:focus{
	background:url(../image/mmi_press.png) no-repeat 12px center;
}
.container .banner .body .right .login_box #loginvcode {
	width:200px;
	display:inline-block;
	background:url(../image/ewm.png) no-repeat 12px center;
}
.container .banner .body .right .login_box #loginvcode:focus{
	background:url(../image/ewm_press.png) no-repeat 12px center;
}
.container .banner .body .right .login_box img{
	float:right;
	margin-top:22px;
	margin-right:26px;
}

.container .banner .body .right .login_box .loginbtn{	
	width:331px;
	height:31px;
	background: #DD4E43; 
    border-radius: 2px;
	margin:0 auto;
	margin-top:22px;
	color:#fff;
	font-size:14px;
	text-align: center;
	padding-top: 17px;
	letter-spacing:10px;
	cursor: pointer;
}

.container .banner .body .right .login_box .loginbtn:hover{	
	 
}

.container .banner .body .right .login_box .tips{
	text-align: center;
	margin-top:10px;
}

.container .footer{
	width:100%;
	height:44px;
	background: #F2F2F2;
	text-align: center;
	padding-top:30px;
}

.container .footer p{
	font-size: 14px;
	color:#666;	
}