/**
*	此样式表主要定义了站点通用样式样式及Header、Footer的样式，
*	已被header.jsp引入，其他jsp页面不需要引入
*
*	站点默认主题颜色为：#ea952c;
*	
*/
/***************全局样式***************/
body {
	font-family: 'Microsoft YaHei';
	color: #555;
	background-color: #F6F6F6;
}

section {
	padding-top: 20px;
	padding-bottom: 20px;
}
hr.short-line {
	border-color: #ea952c;
	width: 400px;
	margin: 0 auto;
}
@media ( max-width : 767px) {
	hr.short-line {
		width: 200px;
	}
}

.feature-top-line {
	padding-bottom: 40px;
	text-align: center;
}
.feature-top-line p, .feature-top-line h2 {
	padding-bottom: 20px;
	font-size: 36px;
	margin: 0 auto;
	letter-spacing: 2px;
	color: #ea952c;
}

.bster-error-msg {
	color: #e4393c;
	border: solid 1px #e4393c;
}
/***************页头样式***************/
@media ( min-width : 768px) {
	.pageheader {
		height: 57px;
	}
}
/***************页脚样式***************/
footer {
	background-color: #ea952c;;
	margin-top: 30px;
	border: 1px solid #ddd;
}
footer .container {
	position: relative;
}
footer .back-to-top {
	position: absolute;
	right: 0;
	top: -30px;
	text-decoration: none;
	color: #ea952c;
}
footer .footer-text {
	color: #fff;
	min-height: 100px;
	padding: 30px 0;
}
footer strong a {
	color: #fff;
}
footer .wechat-qrcode {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 215px;
	color: #fff;
}
footer .wechat-qrcode>img {
	float: left;
}
footer .wechat-qrcode>p {
	padding: 15px 0;
}
@media ( max-width : 1199px) {
	footer .wechat-qrcode {
		width: 90px;
	}
	footer .wechat-qrcode>p {
		display: none;
	}
}