@charset "utf-8";
body {
	font-size:12px;
	color:#666666;
	font-family: "Microsoft YaHei", Arial, Verdana, sans-serif;
	background:#ffffff;
}
ul, ol, dl, dd {
	padding:0px;
	margin:0px;
	list-style-type: none;
}
* {
	margin:0px;
	padding: 0px;
}
img {
	border:none;
}
select, input, select {
	margin:0;
	font-size:12px;
	font-family:"Microsoft YaHei", Arial, Verdana, sans-serif;
	vertical-align:middle;
}
input,button,select,textarea{ outline:none;} 
textarea{ font-size:13px; resize:none;} 
a:link {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#e13a3e;
	text-decoration:none;
}
.clear {
	clear:both;
}
.container{
	width:980px;
	margin:0 auto;
}
h1{ font-size:14px; font-weight:bold;}
/*header*/
.container_top{
	width:100%;
	height:auto;
}
.top{
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #cccccc;
	background:#f8f8f8;
}
.top_con{
	width:1190px;
	height:30px;
	margin:0 auto;
}
.top_con span{ float:right;}
.top_con a{ padding:0 8px 0 8px;}
.header{
	width:100%;
	height:90px;
	background:#ffffff;
}
.header_con{
	width:1190px;
	height:90px;
	margin:0 auto;
}
.logo{
	width:397px;
	height:90px;
	float:left;
}
.tel{
	width:343px;
	height:90px;
	float:right;
	background:url(../images/tel.jpg) no-repeat right center;
	display:none;
}
.login{
	width:100%;
	height:539px;
	background:url(../images/login.jpg) no-repeat center center;
}
.login_con{
	width: 1190px;
	height: 437px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.login_mid{
	width:344px;
	height:354px;
	float:right;
	background:#ffffff;
}
.login_header{
	width:100%;
	height:52px;
	line-height:52px;
	background:#efefef;
	text-align:center;
	font-size:24px;
	color:#295895;
}
.login_nei{
	width:294px;
	height:auto;
	margin:0 auto;
}
.login_title{
	width:100%;
	height:52px;
	line-height:52px;
	font-size:14px;
	display:block;
}
.login_text{
	display:block;
	width:262px;
	height:40px;
	border:1px solid #dbdbdb;
	line-height:40px;
	padding-left:30px;
	font-size:14px;
}
.login_ti{
	display:block;
	width:100%;
	height:20px;
	line-height:20px;
	color:#e13a3e;
}
.input-group{
   width:294px;
   height:42px;
	line-height: 42px;
}
.reg_kan{   float: right; font-size: 12px;}
.yan_text{
	float: left;
	width:100px;
	height:40px;
	border:1px solid #dbdbdb;
	line-height:40px;
	padding-left:30px;
	font-size:12px;
}
.reg_tu1{
	float: right;
	height: 42px;
	margin-right: 10px;
	padding-top: 6px;
}
.reg_tu1 img{ display: block; height: 30px;}
.login_button{
	display:block;
	width:100%;
	height:42px;
	border-radius:5px;
	background:#e13a3e;
	font-size:18px;
	color:#ffffff;
	cursor:pointer;
	border:none;
}
.login_bot{
	display:block;
	width:100%;
	height:30px;
	margin-top:10px;
	line-height:30px;
	font-size:14px;
}
.login_reg:link{ float:right; color:#e13a3e !important; text-decoration:underline;}
.login_reg:visited{ float:right; color:#e13a3e !important; text-decoration:underline;}
.login_reg:hover{ float:right; color:#e13a3e !important; text-decoration:underline;}
.login_footer{
	width:100%;
	height:auto;
	text-align:center;
	color:#000000;
	background:#ffffff;
	padding:38px 0 38px 0;
	line-height:30px;
}
/*登录页弹出层*/
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 100001;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: fixed;
}
.popup {
	display: none;
	position: absolute;
	top: 50%;
	left: 70%;
	width: 30%;
	height: 11.125rem;
	background: #ffffff;
	z-index: 100002;
	margin: -5.5625rem 0 0 -40%;
	position: fixed;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
}

.popup_title {
	width: 100%;
	height: 2.6rem;
	line-height: 2.6rem;
	background: #f2f2f2;
	position: relative;
	text-align: center;
	font-size: 1.2em;
	border-bottom: 1px solid #cccccc;
}

.popup_title a {
	display: block;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}

.popup_title a img {
	display: block;
	width: 1.6rem;
	height: 1.6rem;
}

.popup_con {
	width: 94%;
	height: 2.8rem;
	line-height: 1.4rem;
	padding: 1rem 3% 1rem 3%;
	border-bottom: 1px solid #cccccc;
}

.popup_con1 {
	width: 94%;
	height: 2.8rem;
	line-height: 2.8rem;
	padding: 1rem 3% 1rem 3%;
	border-bottom: 1px solid #cccccc;
}

.popup_con3 {
	width: 94%;
	height: 3.8rem;
	line-height: 1.6rem;
	padding: 0.5rem 3% 0.5rem 3%;
	border-bottom: 1px solid #cccccc;
}

.popup_bot {
	width: 100%;
	height: 2.4rem;
	padding: 0.6rem 0 0.6rem 0;
	text-align: center;
	background: #f2f2f2;
}

.popup_a {
	width: 38%;
	display: inline-block;
	height: 2.4rem;
	line-height: 2.4rem;
	background: #ff6600;
	color: #ffffff !important;
	border-radius: 5px;
	margin: 0 4% 0 8%;
}

.popup_b {
	width: 38%;
	display: inline-block;
	height: 2.4rem;
	line-height: 2.4rem;
	background: #b0b0b0;
	color: #ffffff !important;
	border-radius: 5px;
	margin: 0 8% 0 4%;
}

.popup_c {
	width: 60%;
	display: inline-block;
	height: 2.4rem;
	line-height: 2.4rem;
	background: #ff6600;
	color: #ffffff !important;
	border-radius: 5px;
	margin: 0 auto;
}
.popup_d {
	width: 38%;
	display: inline-block;
	height: 2.4rem;
	line-height: 2.4rem;
	background: #087647;
	color: #ffffff !important;
	border-radius: 5px;
	margin: 0 4% 0 8%;
}

.popup_e {
	width: 38%;
	display: inline-block;
	height: 2.4rem;
	line-height: 2.4rem;
	background: #ff6600;
	color: #ffffff !important;
	border-radius: 5px;
	margin: 0 8% 0 4%;
}


