@charset "utf-8";

.sign_head {
	height: 75px;
}

.sign_head .logo {
	padding: 16px 0 0;
}

.sign_head .logo img {
	margin-left: 4px;
	margin-top: -15px;
}

.sign_head .link {
	float: right;
	display: inline;
	margin: 20px 15px 0 0;
	color: #626262;
	font-family: "微软雅黑";
	font-size: 13px;
	font-style: italic;
}

.sign_head .link a {
	color: #626262;
}

.sign_head .link a:hover {
	color: #f60;
	text-decoration: underline;
}

.login_box {
	    position: absolute;
    z-index: 99;
    right: -15px;
    top: -380px;
    width: 266px;
}

.login_box .login {
	box-shadow: 0 1px 6px #868EA0;
padding: 20px 20px 30px;
background: #ffffff;
border-radius: 5px;

}

.login_box .login h2 {
padding: 0 0 5px;
color: #295984;
font-family: "微软雅黑";
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 16px;
}

.login_box .login .user,.login_box .login .password {
	position: relative;
	margin: 20px 0 0 0;
	background: #fff;
	color: #34608a;
}

.login_box .login .user .fail {
	position: absolute;
	top: -26px;
	right: 0px;
	height: 24px;
	margin: 2px 0 0 5px;
	padding: 0 5px 0 20px;
	line-height: 20px;
	background: url(../img/login/wrongicon.png) no-repeat 0px 1px;
	color: #ff6000;
	font-size: 14px;
	font-family: "微软雅黑";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.login_box .login .btn {
	width: 212px;
	height: 34px;
	margin: 20px 0 0 0;
}

.login_box .login .user input,.login_box .login .password input {
	width: 194px;
	height: 18px;
	padding: 6px 8px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 18px;
	border-radius: 2px;
	color: #a5a5a5;
}

.login_box .login .user input {
	background: url(../img/login/xguserbg.png) no-repeat;
	width: 173px;
	height: 28px;
	line-height: 28px;
	outline: none;
	color: #99A0A6;
	font-size: 14px;
	font-family: "微软雅黑";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	outline: none;
	border: 0px;
	padding: 5px 0px 5px 45px;
}

.login_box .login .password input {
	background: url(../img/login/xgpwdbg.png) no-repeat;
	width: 173px;
	height: 28px;
	line-height: 28px;
	outline: none;
	color: #99A0A6;
	font-size: 14px;
	font-family: "微软雅黑";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	outline: none;
	border: 0px;
	padding: 5px 0px 5px 45px;
}

.login_box .login .btn input {
	width: 213px;
	height: 37px;
	border: none;
	line-height: 34px;
	background: url(../img/login/xgloginbtnbg.png) no-repeat;
	text-align: center;
	border: 0px;
	outline: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-family: "微软雅黑";
	font-style: normal;
	font-variant: normal;
	font-variant: normal;
	font-weight: normal;
}

.login_box .login .btn input:hover {
	color: #eee;
}

.login_box .login .tip {
	width: 212px;
	margin: 22px 0 25px 0;

}

.login_box .login .waiticon {
	height: 210px;
}

.login_box .login .waiticon img {
	width: 100px;
	height: 100px;
	margin-top: 50px;
	margin-left: 50px;
}

.login_box .login p {
	font-family: "宋体";
	font-size: 12px;
	color: #454545;
	line-height: 24px;
}

.login_box .login p a {
	font-family: "宋体";
	font-size: 14px;
	color: #282828;
}

.login_box .login p a:hover {
	color: orange;
}

.login_box .login .confirm_pwd {
	font-family: "宋体";
	font-size: 12px;
	color: #454545;
	margin-top: 20px;
}
/**已有account**/
.login_box1 {
	float: left;
	display: inline;
	width: 250px;
	height: 273px;
	position: relative;
	z-index: 99;
	height: 390px;
}

.login_box1 .login1 {
	box-shadow: 0 0 3px #dfd9d9;
padding: 20px 22px 15px 18px;
border: 1px solid #ddd;
background: #ffffff;
border-radius: 5px;
}

.login_box1 .login1 h2 {
	padding: 0 0 8px;
	color: #333;
	font-size: 14px;
}

.login_box1 .login1 .user,.login_box1 .login1 .password {
	position: relative;
	margin: 20px 0 0 0;
	background: #fff;
}

.login_box1 .login1 .user .fail {
	position: absolute;
top: -26px;
right: 0px;
height: 24px;
margin: 2px 0 0 5px;
padding: 0 5px 0 20px;
line-height: 20px;
background: url(../img/login/wrongicon.png) no-repeat 0px 1px;
color: #ff6000;
font-size: 14px;
font-family: "微软雅黑";
font-style: normal;
font-variant: normal;
font-weight: normal;
}

.login_box1 .login1 .btn {
	width: 212px;
	height: 34px;
	margin: 20px 0 0 0;
}

.login_box1 .login1 .user input,.login_box1 .login1 .password input {
	width: 194px;
	height: 18px;
	padding: 6px 8px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 18px;
	border-radius: 2px;
	color: #a5a5a5;
}

.login_box1 .login1 .btn input {
	width: 213px;
height: 37px;
border: none;
line-height: 34px;
background: url(../img/login/xgloginbtnbg.png) no-repeat;
text-align: center;
border: 0px;
outline: none;
color: #fff;
cursor: pointer;
font-size: 18px;
font-family: "微软雅黑";
font-style: normal;
font-variant: normal;
font-variant: normal;
font-weight: normal;
}

.login_box1 .login1 .btn input:hover {
	color: #eee;
}

.login_box1 .login1 .tip {
	width: 212px;
	margin: 20px 0 35px 0;
}

.login_box1 .login1 .waiticon {
	height: 210px;
}

.login_box1 .login1 p {
	font-family: "宋体";
	font-size: 12px;
	color: #454545;
	line-height: 24px;
	margin-bottom: 30px;
}

.login_box1 .login1 p a {
	font-family: "宋体";
	font-size: 16px;
	color: #282828;
	font-weight: bold;
}

.login_box1 .login1 p a:hover {
	color: orange;
}

.login_box1 .login1 .confirm_pwd {
	font-family: "宋体";
	font-size: 12px;
	color: #454545;
}

.sign_foot {
	background: url(../img/login/lf_bg.png) repeat-x;
	width: 100%;
	position: relative;
	height: 109px;
	border-top: 1px solid #eee;
	text-align: center;
	margin-top: 50px;
}

.sign_foot .link {
	padding: 30px 0 0;
	color: #666;
}

.sign_foot .link a {
	color: #727171;
	font-size: 12px;
	font-family: "宋体";
}

.sign_foot .link a:hover {
	color: #f60;
}

.sign_foot .text {
	padding: 20px 0 0;
	color: #666;
}

/**图片切换**/
/***banner**/
.banner {
	    background-repeat: repeat-x;
    height: 465px;
    width: 100%;
    position: relative;
}

.banner div {
	overflow: hidden;
}
/*banner图片切换 */
.sub_banner {
	    width: 1920px;
    height: 465px;
    margin: 0 auto;
    position: relative;
    background-position: 50% 50%;
    left: 50%;
    margin-left: -960px;
}

#btn {
	padding: 0px 0 20px 0;
	width: 120px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 99;
}

#btn a {
	font-size: 0px;
	float: left;
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin-left: 10px;
	background: url(../img/login/login_huisedot.png) no-repeat;
	color: #8c9188;
}

#btn a.activeSlide {
	color: #ee7121;
	background: url(../img/login/login_jusedot.png) no-repeat;
}

#btn a:hover {
	color: #ee7121;
	background: url(../img/login/login_jusedot.png) no-repeat;
}

/**help start**/
.h_first {
	position: relative;
	width: 980px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	padding: 45px 5px 0 20px;
}

.h_first .link {
	width: 320px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 auto;
}

.h_first .link img {
	float: left;
	display: inline;
	padding-right: 10px;
}

.h_first .link .imgsecond {
	margin-left: 10px;
}

.h_first .link .imgthird {
	margin-left: 80px;
}

.h_first .link .l_r {
	float: left;
	display: inline;
	line-height: 24px;
	font-size: 12px;
	color: #5c5d5d;
	font-family: "宋体";
}

.h_first .link .l_r a {
	font-size: 12px;
	color: #5c5d5d;
	font-family: "宋体";
	letter-spacing: 1px;
}

.h_first .link .l_r a:hover {
	color: #ff5f26;
}

.h_first .link .l_r a:hover strong {
	color: #ff5f26;
}

.h_first .link .l_r a strong {
	color: #393939;
	font-size: 16px;
	font-family: "微软雅黑";
}

.h_first .f_second {
	width: 980px;
	height: 14px;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	_margin-top: 40px; *+
	margin-top: 40px;
	font-size: 12px;
	color: #727171;
}

/**login and banner**/
.bl {
	
	width: 100%;
	height: 467px;
	
}

.logingbox {
	display: none;
	width: 213px;
	height: 37px;
	border: none;
	line-height: 34px;
	background: url(../img/login/xgloginbtnbg.png) no-repeat;
	text-align: center;
	border: 0px;
	outline: none;
	color: #fff;
	cursor: pointer;
	font-family: "微软雅黑";
	font-style: normal;
	font-variant: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 20px;
}

.logingbox img {
	margin-bottom: -4px;
}

.code {
	margin: 20px 0 0 0;
	height: 34px;
}

.code li {
	float: left;
}

.code .lispace {
	margin-left: 15px;
}

.code .lispace .for {
	padding-top: 10px;
}

.code .lispace .for a {
	color: rgb(203, 144, 27);
	cursor: pointer;
}

.code .licode {
	width: 56px;
	padding: 7px 0px;
	float: right;
	background-image: url('/App/Public/img/login/login_03.png');
}

.code .licode strong {
	padding-left: 9px;
	color: rgb(203, 144, 27);
	font-size: 15px;
}

.code input {
	width: 60px;
	height: 18px;
	padding: 6px 8px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 18px;
	border-radius: 2px;
	color: #a5a5a5
}

.login_box1 .login1 .password input {
	background: url(../img/login/xgpwdbg.png) no-repeat;
	width: 173px;
	height: 28px;
	line-height: 28px;
	outline: none;
	color: #99A0A6;
	font-size: 14px;
	font-family: "微软雅黑";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	outline: none;
	border: 0px;
	padding: 5px 0px 5px 45px;
}
