.cont_title {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	padding-top: 50px;
	background: url(../img/20150311230545_97206.jpg) no-repeat;
	background-size: cover;
}

.chengyao {
	margin-bottom: 40px;
	font-size: 50px;
	color: #3399cc;
}

.cont_title h2 {
	color: #FFFFFF;
	margin-bottom: 40px !important;
}

.cont_title a {
	font-size: 20px;
	color: #FFFFFF;
	padding: 10px;
	background-color: #3399CC !important;
	text-decoration: none;
}

.cont_title a:hover {
	background: #66AFE9;
}

.jiameng {
	margin-top: 50px;
}

.jia_title {
	width: 215px;
	text-align: center;
	margin: 0 auto;
	font-size: 35px;
	border-bottom: 2px solid #3399cc;
}

.jia_photo {
	margin-top: 40px;
	width: 100%;
}

.jia_title2 {
	width: 250px;
	margin: 0 auto;
	font-size: 35px;
	border-bottom: 2px solid #3399cc;
}

.jiameng2 {
	width: 60%;
	margin: 30px auto;
}

.jia_input {
	width: 80%;
	margin-left: 10%;
	margin-top: 20px;
}
.tishi{
	color: #D43F3A;
}
.qiye {
	width: 100%;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
	outline: none;
}

.choicegroup {
	width: 100%;
}

.choice {
	line-height: 50px;
	height: 50px;
	border-radius: 5px;
	font-size: 18px;
	width: 32%;
	margin-top: 10px;
	border: 1px solid #C0C0C0;
		padding: 10px 20px;
	outline: none;
}

#button input {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 10px;
	background: #3399cc;
	color: white;
	font-size: 22px;
	text-align: center;
	margin-top: 30px;
}

#button input:link {
	outline: none;
}

#backgroundPopup {
	display: none;
	_position: absolute;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #cccccc;
	border: 1px solid #cecece;
	z-index: 1;
}

#popupContact {
	display: none;
	position: fixed;
	_position: absolute;
	height: 245px;
     width: 300px;
	background: #3399cc;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
	border: 1px solid #FFFFFF;
	opacity: 0.8;
	}

#popupContact h1 {
	text-align: left;
	color: #FFFFFF;
	font-size: 20px;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-top: 40px;
	}

#popupContactClose {
	font-size: 18px;
	line-height: 18px;
	right: 140px;
	bottom: 20px;
	position: absolute;
	color: #FFFFFF;
	font-weight: 700;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.gotop {
	background-image: url(../img/iconfont-fanhuidingbu.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 8%;
	bottom: 50px;
	z-index: 9999;
	cursor: pointer;
}