@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}

ul, li, p, a {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none
}

.clearfix:after {
	content: '\20';
	display: block;
	clear: both;
}

img {
	border: none;
}

.nav {
	margin-bottom: 0px;
}

.per-content {
	width: 100%;
	background: url(../images/bg1.jpg) no-repeat;
	min-height: 666px;
}

.per-content img {
	width: 100%
}

.per-cen {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;

}

.per-tap {
	width: 440px;
	padding: 30px;
	float: right;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2)
}

.per-but {
	width: 440px;
	margin-top: 10px
}

.per-sel a {
	width: 220px;
	padding-bottom: 20px;
	color: #999;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	cursor: pointer;
	font-weight: bold
}

.per-sel a:hover {
	color: #1fa763;
}

.Active a {
	color: #1fa763;
	border-bottom: 3px solid #1fa763;
}

.per-con {
	width: 440px;
}

.per-con ul li {
	margin-top: 30px;
	position: relative;
}

.per-con input {
	width: 440px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	outline: none;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	text-indent: 30px
}

.per-con i {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 13px;
	left: 0;
}

.person {
	background: url(../images/person.png);
}

.password {
	background: url(../images/password.png);
}

.per-code {
	width: 190px !important;
	height: 40px;
	border: 1px solid #dbdbdb !important;
	background: #f9f9f9;
	float: left;
	margin-right: 20px;
	border-radius: 5px;
	padding-bottom: 0 !important;
	text-indent: 1em !important
}

.per-tra {
	padding: 0 15px;
	line-height: 40px;
	border-radius: 5px;
	background: #8e8e8e;
	color: #fff !important;
	float: left !important;
	display: block;
	cursor: pointer;
}

.per-trabr {
	background: #24b673 !important
}

.phone {
	background: url(../images/phone.png);
}

.login-anot {
	color: #24b673;
	font-size: 14px;
}

.login-anot:hover {
	text-decoration: underline
}

.fl {
	float: left;

}

.fr {
	float: right;
}

.per-push {
	width: 440px;
	font-size: 16px;
	background: #f4f4f4;
	color: #333;
	text-align: center;
	border-radius: 5px;
	display: block;
	line-height: 44px;


}

.sel {
	background: #24b673 !important;
	color: #fff !important
}


.B-pro {
	background: #ffe5e5;
	border: 1px solid #ff7f7f;
	border-radius: 5px;
	line-height: 30px;
	padding: 0 15px;
	color: #ff0000;
	font-size: 12px;
	margin-top: 10px;
}