@charset "utf-8";

/* 文字超出部分用省略号代替（仅单行，多行请用js控制;table中加入table-layout:fixed之后，td内文字才起作用） */
.wordEllipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* 兼容老版opera浏览器 */
}

/* 英文长单词强制切断换行 */
.wordBreak {
	word-break: break-all;
	word-wrap: break-word;
}

/* 清除浮动 */
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}/* 兼容IE5.5/6/7 */

/* 左、右浮动 */
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.mainContentContainer {
	display: none;
	height: 550px;
	width: 100%;
	background: url(img/webBg.gif) repeat;
}
.wrapper {
	width: 990px;
	margin: 0 auto;
	padding-top: 100px;
}

/* login */
.loginRelative {
	position: relative;
}
.loginError {
	width: 257px;
	display: block;
	margin-top: 8px;
	margin-left: 10px;
	height: 20px;
	line-height: 20px;
	text-align: left;
}
.loginInputTextLabel {
	cursor: text;
	position: absolute;
	left: 12px;
	top: 4px;
	height: 31px;
	line-height:31px;
	padding-left:10px;
	color:#999;
	font-weight:normal;
}
.loginInputText {
	width: 237px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 12px;
	padding: 0px 10px;
	border: none 0;
	background:url(img/loginBg.png) no-repeat;
}
.loginInputCheckBox {
	width: 20px;
	margin-bottom: 3px;
	border: none 0;
}
.loginInputSubmitBtn {
	display: inline-block;
	margin-top: 10px;
	width: 257px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #134e71;
	text-align: center;
	background: url(img/loginBtnBg.gif) repeat;
	overflow: hidden;
}


/*新加login.css*/
.content_left {
	width: 671px;
	height: 309px;
	float: left;
}

.content_right {
	width: 300px;
	height: 309px;
	float: right;
	background: #fff;
	border: 1px solid #c7c7c7;
	border-bottom: 2px solid #c7c7c7;
}

.content_right_neirong {
	width: 274px;
	height: 269px;
	padding: 20px 13px;
}

.content_right h1 {
	font-size: 20px;
	font-weight: 700;
	color: #006fa2;
	padding-left: 12px;
	padding-bottom: 7px;
}

.content_right input.txt {
	border: 1px solid #C7C7C7;
	width: 237px;
	height: 35px;
	overflow: hidden;
	margin: 0px 0px 18px 6px;
	font-size: 12px;
	line-height: 35px;
	padding-left: 10px;
}

.content_right .login_botton {
	width: 249px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	font-weight: 500;
	margin: 0px 0px 0px 12px;
	border: 0;
	background: url(img/loginBtnBg.gif) no-repeat 0 0;
	cursor: pointer;
	float: left;
}

.content_right .fstyle {
	margin: 5px 0px 18px 12px;
}
.footerInfo {
	width:990px;
	margin:0 auto;
	padding:20px 0;
}
.footerInfo p {
	text-align:center;	
	color:#fff;
	line-height:2;
}
.toEnd {
	background:#005780;
}