body {
	font-size: 1.5em;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	font-family: "Microsoft YaHei";
	background: -webkit-linear-gradient(#174092, #2d9ae7); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#174092, #2d9ae7); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#174092, #2d9ae7); /* Firefox 3.6 - 15 */
	background: linear-gradient(#174092, #2d9ae7); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #174092, endColorstr = #2d9ae7);
}

#changeCaptche {
    background: url(../../images/refresh.jpg) no-repeat center;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 76%;
    top: 61%;
}

input::-ms-clear {
	display:none;
}
input::-ms-reveal {
	display:none;
}
input[type="button"]{
    -moz-appearance:none;
    -webkit-appearance : none ;
    border-radius: 0;
    outline:medium;
}
.hide {
	display: none;
}
.headWrapper {
	height: 64px;
    width: 100%;
	min-width: 1000px;
    padding-top: 28px;
    background: #fff;
}
.headMain{
	height: 64px;
	width: 80%;
	margin: 0 auto;
}

.brandLog {
    float: left;
    width: 159px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.productTitleWrapper {
	margin-top: 4px;
    float: left;
    margin-left: 24px;
    padding-left: 24px;
    border-left: 2px solid #b3b3b3;
}
.ProductName {
	line-height: 28px;
    width: 140px;
    height: 30px;
    background: url("/images/productNameBg.jpg") no-repeat center;
    color: #fff;
    font-size: 20px;
    margin-top: 4px;
}
.indexcontent {
	font-size: 16px;
	height: auto;
	width: 100%;
}
.hwBiglog {
	height: 96px;
    position: absolute;
    top: -140px;
    left: 50%;
    margin-left: -213px;
    padding-bottom: 48px;
}
.logininfo {
    font-size: 22px;
    color: #999;
	padding: 30px 0 0 40px;
    text-align: left;
}
.forgetpwdPageLink {
    color: #1b8adb;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: right;
    font-family: "Titillium Web","微软雅黑";
    float:right;
    margin-right:34px;
    margin-top:12px;
}
.forgetPwdPage {
    width: 500px;
	height: 300px;
    color: #212121;
	background-color:white;
	z-index: 30;
	position: fixed;
	top: 16em;
}
.forgetpwd p {
	font-size: 16px;
	color: #212121;
	padding: 0px 32px 0px 32px;
	text-align: left;
	word-break: keep-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-align:justify;
	text-justify:inter-ideograph;
}
.resetBtn {
    height: 32px;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 220px;
    bottom: 14px;
    background-color: #1b8adb;
    font-size: 16px;
    color: #fff;
    border: none;
}
.resetBtn:hover{
	background-color: #2eadf6;
}
.forgetPageImg {
	margin:0 auto;
	height:190px;
	width:310px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.pwdPageMask {
	position:absolute;
	z-index:25;
	zoom:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
	background-color: #000;
	filter:alpha(opacity=50); 
	opacity:0.5;
	display:none;
}
.txtPassword {
	width: 400px;
	height: 53px;
	font-size: 24px;
	font-family: "Titillium Web","微软雅黑";
	color: #ccc;
    margin-top: 20px;
    overflow: hidden;
	outline:none;
    border: 1px solid #ccc;
	text-indent: 12px;
	margin-left: 5px;
}
.errInfoPlace {
	width: 400px;
	position: absolute;
    top: 230px;
    left: 50%;
    margin-left: -200px;
	text-align: left;
}
.errorinfo {
	color: red;
	font-size: 12px;
}
.loginbutton {
	width: 400px;
    height: 53px;
    cursor: pointer;
    overflow: hidden;
    border: none;
    outline: none;
    font-size: 24px;
    color: white;
    line-height: 53px;
	margin-top: 12px;
	background: #1b8adb;
	padding: 0;
	border: 1px solid #1b8adb;
	font-family: "Microsoft YaHei";
	font-weight: normal;
}
.loginbutton:hover {
	background: #2eadf6;
	border: 1px solid #2eadf6;
}
#copyrighttext {
    font-size: 14px;
    color: #fff;
	padding-bottom: 50px;
}
.changelanguageline {
    width: 100%;
    height: 30px;
	padding-top: 10px;
}

.changelanguageleft {
    height: 30px;
    line-height: 30px;
    text-align: right;
    float: left;
}
.changelanguageright {
    height: 30px;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 16px;
    text-align: left;
    color: rgb(255, 255, 255);
}
.changelanguage {
	color: #999;
}