#head {
	width: 1000px;
	height: 100px;
	/*background: lavenderblush;*/
	margin: 0 auto;
	
}

.logo {
	position: relative;
	width: 200px;
	height: 100px;
	background: url(../img/logo1.png);
	background-repeat: no-repeat;
	float: left;
}

.nav{
	width: 1000px;
	height: 100px;
	font-family: "微软雅黑";
	font-size: 20px;
	background-color:#fae8be;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nav ul{
	list-style: none;
}
.nav ul li{
	margin-top: 40px;
	float: left;
	width: 90px;
}
.nav ul li a:link{
	color: black;
	text-decoration: none;
}
.nav ul li a:visited{
	color: #b50f20;
	font-weight: bold;
	text-decoration: none;
}
.nav ul li a:hover{
	color: #fec1d0;
	font-weight: bold;
	text-decoration: underline;
}

#content {
	/*width: 1000px;*/
/*	height: 650px;*/
	background: url(../img/bj6.jpg) no-repeat center center;
	background-size: cover;
	/*margin: 0 auto;*/
	padding: 20px 50px 20px 50px;
}

.c-content {
	width: 1000px;
	height: 650px;
	/*background: lightblue;*/
	margin: 0 auto;
}

.lg {
	width: 400px;
	height: 400px;
	background: #f3d6af5e;
	margin: 0 auto;
	/*margin-right: 20px;
	margin-top: 50px;*/
	border-radius: 10px;
}

#footer {
	width: 1000px;
	/*height: 300px;*/
	/*background: lightsalmon;*/
	/*display: block;
	clear: both;*/
	margin: 0 auto;
	padding-top: 0;
	border-top: 1px solid #ebebeb;
	background-color: #fcfcfc;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}

.bt {
	
	width: 360px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #fec1d0;
	overflow: hidden;
}

.passport-form {
	width: 300px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 10px;
	color: #b9111c;
}

.ui-form,
.ki-form {
	position: relative;
	display: inline-block;
}

.u-input {
	padding-left: 40px;
	width: 256px;
	height: 45px;
	line-height: 32px;
	border: 1px solid #e0e0e0;
	margin-bottom: 30px;
	border-radius: 5px;
}

.c-icon {
	position: absolute;
	top: 12px;
	left: 6px;
	display: inline-block;
	background-image: url(../img/sprites-hash-c9975078.png);
	background-position: -504px -221px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

.k-icon {
	position: absolute;
	top: 12px;
	left: 6px;
	z-index: 1;
	display: inline-block;
	background-image: url(../img/sprites-hash-c9975078.png);
	background-position: -528px -221px;
	width: 20px;
	height: 20px;
}

.yslg-agree {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #a4a194;
	margin-top: 20px;
	/*padding-top: 20px;*/
}

.lg-btn {
	width: 100%;
	height: 46px;
	background: -webkit-linear-gradient(6deg, #d85761, transparent);
	background: -moz-linear-gradient(6deg, #d85761, transparent);
	background: -o-linear-gradient(6deg, #d85761, transparent);
	background: linear-gradient(6deg, #d85761, transparent);
	border: 1px solid #f25360;
	cursor: pointer;
	color: #380200;
	font-size: 18px;
	line-height: 44px;
	border-radius: 5px;
	margin-top: 20px;
}

.lg-btn:hover {
	font-weight: bold;
	background: linear-gradient(6deg, #b50f20, transparent);
}

.link_logo {
	position: absolute;
	background: url(img/sprites-hash-c9975078.png);
	background-position: -308px -57px;
	width: 130px;
	height: 100px;
}

.infor-link{
	background-color:#fae8be;
}

.infor-txt {
	display: block;
	line-height: 19px;
	color: #888a88;
}
.infor-link a:link{
	text-decoration: none;
	color: #380200;
}
h3{
	padding: 0;
	margin: 0;
	display: block;
	font-weight: bold;
	float: left;
	margin-left: 50px;
	font-size: 18px;
}
.dl{
	font-size: 14px;
	float: right;
	
}
.dl a:link{
	text-decoration: none;
	color: #b9111c;
	
}
.dl a:hover{
	color: #fec1d0;
}
