@charset "utf-8";
/* CSS Document */


/*全站全局样式*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #303030;
	font-family: "微软雅黑";
	background: url(../image/bg-1.png) fixed center center no-repeat;
	background-size:cover;
	overflow:hidden;

}
a {
	color: #303030;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
a:hover {
	color: #ff5603;
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, p, form, ul, li, ol, dl, dt, dd, div {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align: middle
}
input {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none
}
select, input, button, button img, label {
	vertical-align: middle;
	font-family: "微软雅黑";
}
.mt-10 {
	margin-top: 10px
}
.mt-20 {
	margin-top: 20px
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	position: relative;
}
.s_center {
	width: 1200px;
	margin: 0 auto;
}
.q_center:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl {
	float: left
}
.fr {
	float: right
}
.login_top {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.login_logo {
	margin-top: 10% ;
	font-size: 40px;
	color: #fff;
	font-weight: 500;
}
.login_centent {
	width: 100%;
	height: 500px;
}
.login_box {d
	margin: 0 auto;
	height: 500px;
	position: relative;
}
.login_warp {
	width: 475px;
	height: 405px;
	margin: 40px auto;
	background: #fff;
	border-radius: 8px;
}

.password_warp {
	width: 475px;
	height: 355px;
	position: absolute;
	margin:0 auto;	
	background: #fff;
	display: none
}
.password_warp_a {
	width: 320px;
	height: 330px;
	position: absolute;
	right: 43px;
	top: 92px;
	background: #fff;
	display: none
}
.login_switch {
	width: 97%;
	height: 64px;
	line-height: 64px;
	color: #e2e1e1;
	margin: 0 auto;
	border-bottom: 1px solid #d6d6d6;
}
.login_switch span {
	color: #040000;
	cursor: pointer;
	font-size: 20px;
	display: inline-block;
	width:50%;
	text-align: center;
}
.login_switch span.active {
	width:50%;
	height: 64px;
	display: inline-block;
	color: #0090d6;
	font-weight: bold;
	border-bottom:#0090d6 solid 1px;
	
}
.login_static {
	margin: 0 auto;
	padding:0 5%;
	display:none

}

.login_static input {
	width: 100%;
	height: 45px;
	border: 1px solid #c3c1c1;
	border-radius: 22px;
	overflow: hidden;
	 text-indent: 50px;
	line-height: 45px;
	font-size: 16px;
	outline: none;
	margin-top:20px;
}
.table_list p {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #5c5c5c;
	margin-top:20px;	
}
.table_list .mar{
	margin-top:40px;
	}
.duanxin {
	width: 110px;
	height: 36px;
	border: 1px solid #c3c1c1;
	overflow: hidden;
	margin-top: 20px;
	color: #333
}
.login_static input.login_name {
	background: url(../image/user.png) no-repeat;
	background-position: 15px 11px;
	margin-top:40px;
}
.login_static input.login_password {
	background: url(../image/password.png) no-repeat;
	background-position: 15px 11px;
}
.changes_password{
	padding: 20px 10px;
	cursor: pointer;
	}

.login_Submit {
	width:100%;
	height:50px;
	text-align: center;
	background: #0090d6;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size:20px;
}
.login_Submit:hover {
	background: #0081c0;
}
.mobile_register {
	width: 475x;
	height: 355px;
	position: absolute;
	margin:0 auto;	
	background: #fff;
}
.mobile_register1 {
	width: 475px;
    height: 355px;
    margin: 40px auto;
    background: #fff;
    border-radius: 8px;	
	display: none
}
.red {
	color: #d52408
}

@media screen and (max-width: 640px) {
	.login_logo{ font-size:24px}
	.login_warp{ width:80%}
	.login_switch span {font-size:16px; h}
}
@media screen and (max-width: 375px) {
	.login_logo{ font-size:24px}
	.login_warp{ width:90%}
	.login_switch span {font-size:16px;}
}

/*右侧悬浮*/
#pop-up{  width:166px; height:86px;position:fixed; right:0; top:30%; background:#013b87; border-top-left-radius:8px;border-bottom-left-radius:8px;}
#pop-up .pop-text { padding:18px 10px; }
#pop-up .pop-text p{ color:#fff; font-size:16px;}
#pop-up .pop-text p strong{ font-size:20px;}
#pop-up .up-btn{ text-align:center; padding-left:13px;}
#pop-up .up-btn a{ display: block; width:142px; height:40px; font-size:18px; color:#fff; line-height:40px; background:#09933d; border-radius:5px; font-weight:bold;}
#pop-up .up-btn a:hover{ background:#0db14a;}