@charset "UTF-8";

/*样式重置*/
body, h3, ul, form, input {
	margin: 0;
	padding: 0;
}
li {
	list-style: none; /*无序列表前的标记去掉*/
}
a {
	text-decoration: none; /*把原本给链接默认的装饰去掉*/
}

.banner-container {
	width: 100%;
	position: relative;
	padding: 0px;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
	/*background: url(../../imgs/loginbg.jpg) no-repeat;*/
	background-size: 100% 100%;
	background-size: cover;
}

.indexBg { 
    padding: 0px;
	background-image:url(../../imgs/loginbg.jpg); 
	background-position: center;/* 背景图不平铺 */ 
	background-repeat: no-repeat;/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */ 
	background-attachment: fixed;/* 让背景图基于容器大小伸缩 */ 
	background-size: cover;/* 设置背景颜色，背景图加载过程中会显示背景色 */
    background-size: 100% 100%;
	overflow:hidden;
	}

.banner-container>img {
	width: 100%;
}
.banner-content {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
}
/*注册登录框*/
.loginContentWarp, .loginContent { min-height: 400px; }
.loginContent { text-align: center; }
.loginContent ul{list-style: none;padding: 0;margin: 0;}
.loginContent form { 
	background-color: rgba(255, 255, 255, 0.8);
border-radius: 4px;
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7FFFFFFF,endcolorstr=#7FFFFFFF);
height: 330px;
left: 50px;
margin-top: 8em;
margin-bottom: 4em;
padding: 30px;
position: relative;
text-align: left;
width: 350px;
border: 1px solid #e3e3e3;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
min-height: 20px;
}
.loginContent li { margin-bottom: 20px; }
.login_title {color:#3C3C3C;text-align: center;}
.puInput {width:290px;  }
.loginContent input { border: medium none;
color: #7C7C7C;
font-size: 16px;
text-indent: 1em;
padding: 8px 0; 
}
.login_btn {background-color:#3E79A6;
	border:none;
	width:100%;
	font-size:18px;
	color:#fff;
	letter-spacing:5px;
	margin-bottom:10px;
	padding: 5px 0px; 
	display: inline-block; 
	text-align: center;  
}
.login_btn:hover { background-color: #6B9DC4; }
.login_btn:hover, .login_btn:visited { text-decoration: none; color: #fff; }
/*左边注册优势介绍*/
.regmsg { color: #fff; margin-top: 8em; margin-left: 100px;}
.regmsg h2 { height: 45px; }
.regmsg ul {padding: 0;}
.regmsg ul li { list-style: square inside; line-height: 30px;
font-size: 16px;
} 
/*左边注册优势介绍 end*/
.captcha img {
	width: 100px;
	height: 42px;
	padding: 0px 0px 4px 0px;
	cursor: pointer;
}
.captcha input {
	width: 100px;
}
.loginct{ overflow: hidden; width: 1140px\9; *+width: 1140px;}
.loginct .col_lg-6{ width: 555px\9; float: left\9; *+width: 540px; *+float: left;}
.captcha img{ padding-bottom: 0\9; vertical-align: -12px\9; height: 38px\9; *+vertical-align: -5px;}

