@charset "utf-8";
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
#bsWXBox {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
}
html, body {
	position: relative;
}
body {
	font-family: arial, "microsoft yahei";
	font-size: 14px;
	line-height: 1.5;
	background: #eaeaea;
	padding-top: 100px;
}
@media (max-width: 1023px) {
body {
	padding-top: 0;
}
}
@media (max-width: 767px) {
body {
	padding-top: 0;
}
}
@media (max-width: 1023px) {
.mm-page {
	padding-top: 70px;
}
}
@media (max-width: 767px) {
.mm-page {
	padding-top: 50px;
}
}
a:link, a:visited {
	text-decoration: none;
	outline: #333;
	color: #333;
}
a:hover, a:active, a:focus {
	color: #4e2c23;
}
ul, li {
	list-style: none;
}
img {
	border: 0;
	max-width: 100% !important;
	max-height: 100%;
}
table {
	border-collapse: collapse;
	width: 100%;
}
input[type=text], textarea {
	font-family: arial, "microsoft yahei";
	font-size: 14px;
	-webkit-appearance: none;
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
	cursor: pointer;
	outline: none;
}
input[type='checkbox'], input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
	padding: 0px;
	color: #666;
	outline: none;
}
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.font16 {
	font-size: 16px;
}
.font48 {
	font-size: 48px;
}
.font38 {
	font-size: 38px;
}
.color333 {
	color: #333;
}
.hide {
	overflow: hidden;
}
.rel {
	position: relative;
}
/*清楚浮动*/
.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}
/*图片垂直水平居中*/
.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}
/*图片垂直右对齐*/
.middleRight {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
/*图片垂直左对齐*/
.middleLeft {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
/*页面主体区域的宽*/
.container {
	padding-left: 6.5%;
	padding-right: 6.5%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1460px) {
.container {
	padding-left: 4%;
	padding-right: 4%;
}
}
@media (max-width: 1279px) {
.container {
	padding-left: 2%;
	padding-right: 2%;
}
}
@media (max-width: 767px) {
.container {
	padding-left: 10px;
	padding-right: 10px;
}
}
.container-02 {
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 1660px) {
.container-02 {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media (max-width: 767px) {
.container-02 {
	padding-left: 0;
	padding-right: 0;
}
}
.container-03 {
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1460px) {
.container-03 {
	padding-left: 6.5%;
	padding-right: 6.5%;
}
}
@media (max-width: 1279px) {
.container-03 {
	padding-left: 2%;
	padding-right: 2%;
}
}
@media (max-width: 767px) {
.container-03 {
	padding-left: 13px;
	padding-right: 13px;

}
}
.indent2 {
	text-indent: 2em;
}
/*animate*/
@keyframes slide {
 0% {
 opacity: 1;
 transform: translateY(-20px);
}
 100% {
 opacity: 0;
 transform: translateY(0);
}
}
@-ms-keyframes slide {
 0% {
 opacity: 1;
 -ms-transform: translateY(-20px);
}
 100% {
 opacity: 0;
 -ms-transform: translateY(0);
}
}
@-webkit-keyframes slide {
 0% {
 opacity: 1;
 -webkit-transform: translateY(-20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(0);
}
}
/*移动端底部浮动导航*/
.mobile-footer-menu {
	display: none;
	height: 54px;
}
.mobile-footer-menu .zxkf {
	width: 160px;
	border: 1px solid #eaeaea;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	background: #f7f7f7;
	bottom: 62px;
	z-index: 99;
	display: none;
}
.mobile-footer-menu .zxkf:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -8px;
	border-right: 8px solid transparent;
	border-top: 8px solid #f7f7f7;
	border-left: 8px solid transparent;
}
.mobile-footer-menu .zxkf .box {
	padding: 5px 10px;
	background-color: #fff;
	border-bottom: 1px solid #EAEAEA;
}
.mobile-footer-menu .zxkf .qq {
	display: block;
	background-color: #eff4f6;
	font-size: 12px;
	color: #646464;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	margin: 5px 0;
	border: 1px solid #c8d1d6;
	text-align: center;
}
.mobile-footer-menu .zxkf .qq > img {
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.mobile-footer-menu .zxkf .txt {
	padding: 10px;
}
.mobile-footer-menu .zxkf .txt b {
	display: block;
	color: #333;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	font-weight: bold;
}
.mobile-footer-menu .zxkf .txt span {
	font-size: 12px;
	color: #333;
	line-height: 24px;
}
.mobile-footer-menu .weixin {
	width: 160px;
	border: 1px solid #eaeaea;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	background: #f7f7f7;
	bottom: 62px;
	z-index: 99;
	display: none;
}
.mobile-footer-menu .weixin:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -8px;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
}
.mobile-footer-menu .weixin .box {
	text-align: center;
	padding: 5px 10px;
	background-color: #fff;
}
@media (max-width: 1023px) {
.mobile-footer-menu {
	display: block;
	width: 100%;
	background: #811c21;
	padding: 5px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	list-style: none;
	font-size: 12px;
}
.mobile-footer-menu li {
	width: 25%;
	float: left;
	position: relative;
}
.mobile-footer-menu li:after {
	content: "";
	position: absolute;
	height: 42px;
	width: 1px;
	background: rgba(255, 255, 255, 0.05);
	right: 0;
	top: 2px;
}
.mobile-footer-menu li .icon {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.mobile-footer-menu li .bt {
	font-style: normal;
	text-align: center;
	display: block;
	color: #fff;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.mobile-footer-menu li:last-child:after {
	display: none;
}
}
/*page*/
.page {
	clear: both;
	text-align: center;
	font-size: 0;
}
.page a, .page span {
	color: #666666;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	min-width: 30px;
	margin: 0 5px;
	padding: 0 8px;
	background: #ffffff;
	border: 1px #cbcbcb solid;
	line-height: 25px;
	height: 27px;
	vertical-align: middle;
	transition: all 0.5s;
}
.page a.cur, .page a.cpb, .page span.cur, .page a:hover, .page span:hover {
	background: #811c21;
	color: #fff;
	border-color: #811c21;
}
@media (max-width: 767px) {
.page a {
	display: none;
}
.page a.first,  .page a.prev,  .page a.next,  .page a.last {
	display: inline-block;
}
}
.indent2 {
	text-indent: 2em;
}
/*免费预约 弹出框*/
.transparent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
/*隐私说明弹出框*/
.ewm-popup {
	position: fixed;
	z-index: 999;
	width: 30;
	max-width: 100%;
 height:;
	background: #fff;
	right: 0;
	bottom: 50px;
	left: 0;
	margin: auto;
	padding: 20px;
	display: block;
}
.ewm-popup .close {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: -45px;
	top: 0;
}
