.logoHeader a{
	line-height:80px;
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	color:#676767;
}
.logoHeader a:hover{
	color:#045e9e;
}
.banner_box{
	width:100%;
	min-width:1140px;
	height:460px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}

.banner{
	width:1440px;
	height:460px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-720px;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
    }
input{
	border:none;
	background-color:transparent;
}
.login{
	width:252px;
	height:330px;
	padding:20px 44px;
	position:absolute;
	right:100px;
	top:40px;
	background-image:url(../images/login.png);
	background-repeat:no-repeat;
	}
.login h1{
    font-size: 18px;
    color:#045e9e;
    line-height:58px;
	}
.login_user{
	width:250px;
	margin-bottom:20px;
	border-bottom:1px solid #045e9e;
	}
.login_user input{
	width:250px;
    font-size: 14px;
    color:#878787;
height:32px;
line-height:32px;
	background-image:url(../images/login_user_icon.png);
    background-repeat:no-repeat; 
	background-position:right center;
	}
.login_password{
	width:250px;
	margin-bottom:20px;
	border-bottom:1px solid #045e9e;
	}
.login_password input{
	width:250px;
    font-size: 14px;
    color:#878787;
    height:32px;
	background-image:url(../images/login_password_icon.png);
    background-repeat:no-repeat; 
	background-position:right center;
	}
.login_verify{
	width:250px;
	margin-bottom:10px;
	margin-left:44px;
	border-bottom:1px solid #045e9e;
	overflow:hidden;
	}
.login_verify input{
	width:150px;
    font-size: 14px;
    color:#878787;
    line-height:32px;
	}
.loginbtn{
	margin-top:8px;
	margin-left:21px;
	width:208px;
	height:32px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:32px;
	background-image:url(../images/loginbtn.png);
	background-repeat:no-repeat;
}
.loginbtn:active{
	background-image:url(../images/loginbtn_hover.png);
}
.login_shop{
	width:250px;
	margin-top:26px;
	overflow:hidden;
	}
.login_shop a{
    font-size:12px; 
	color:#045e9e;
	}
	
	
.int_box{
	width:1140px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}

.int{
	width:1140px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-570px;
	}
.int h1{
  font-size: 20px;
  color:#191919;
}
.int p{
  font-size:12px;
  color:#191919;
  line-height:24px;
}
