﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
	margin: 0;
	padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

body {
	font-size: 14rem;
	line-height: 1;
	color: #000;
	max-width: 750px;
	overflow-x: hidden;
	margin: 0 auto !important;
	position: relative;
	font-family: SourceHanSansSC-light;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-size: 100%;
	font-weight: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	border: 0;
	background: none;
}

fieldset,
img {
	border: 0;
}

a {
	color: #333;
}

a,
img {
	-webkit-touch-callout: none;
}

img {
	display: block;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
	resize: none;
	outline: 0;
	-webkit-appearance: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: none;
	outline: none
}

.rebox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-filter: none !important;
	background: rgb(0, 0, 0);
	/* IE Fallback (Solid Colour) */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
	background: rgba(0, 0, 0, 0.7);
}

.rebox * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.rebox-contents {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.rebox-contents .rebox-content {
	max-width: 100%;
	max-height: 100%;
}

.rebox-loading {
	width: 31px;
	height: 31px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 48%;
	left: 50%;
}

.rebox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
}

.rebox-caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.rebox-button {
	position: absolute;
	z-index: 9999;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgb(0, 0, 0);
	opacity: 0.4;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	border-radius: 32px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.rebox-button:hover,
.rebox-button:focus {
	opacity: 1;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.rebox-close {
	right: 10px;
	top: 10px;
}

.rebox-next {
	right: 10px;
	top: 48%;
}

.rebox-prev {
	left: 10px;
	top: 48%;
}

.rebox-loading {
	left: 50%;
	top: 48%;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.li,
.dd {
	cursor: pointer;
}

ul,
ol {
	list-style: none;
}

:focus {
	outline: none;
}

ul::after {
	content: '';
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	clear: both;
}

.container::after {
	content: '';
	display: block;
	clear: both;
}

.l_img {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
}

.l_img img {
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

* {
	transition: .3s all linear;
	-ms-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-webkit-transition: 0s all linear;
	-o-transition: .3s all linear;
}

/* CSS Document */
.w690 {
	width: 690rem;
	margin: 0 auto;
	clear: both;
}

.w690::after {
	content: '';
	display: block;
	clear: both;
}

.iconfont {
	font-family: "iconfont";
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rg {
	float: right;
	width: 47rem;
	height: 100rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 32rem;
	top: 0;
}

.rg img {
	width: 100%;
	filter: drop-shadow(0px 0px #000);
}

.a_txt {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 999999999999;
	background: rgba(29, 29, 29, 0.4);
	-webkit-transition: 0s all linear;
}

.a_txt .div1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
	filter: alpha(opacity=0);
	opacity: 0;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.a_txt .div2 {
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 999999;
	width: 6%;
	background: #f2f2f2;
	padding: 4px;
	box-sizing: border-box;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
}

.a_txt .div2 a {
	font-size: 50px;
	color: #000;
}

.a_txt .div3 {
	position: absolute;
	width: 65%;
	right: 0px;
	top: 0px;
	background: rgba(29, 29, 29, 0.9);
	height: 100%;
	z-index: 100;
	right: -50%;
	padding-top: 3%;
	overflow-y: auto;
	-webkit-transition: 0s all linear;
}

.a_txt .div3 .x {
	width: 45rem;
	height: 45rem;
	position: absolute;
	right: 10rem;
}

.a_txt .div3 .x img {
	width: 100%;
}

.a_txt .div3 .m-d {
	width: 86%;
	height: 46px;
	line-height: 46px;
	margin-left: 20px;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
}

.a_txt .div3 .m-d span {
	color: #ed0032;
	margin-right: 4px;
	font-size: 20px;
	top: 2px;
	position: relative;
}

.a_txt .div3 .m-d span img {
	width: 26px;
	height: 18px;
	display: inline-block;
}

.a_txt .div3 ul {
	width: 100%;
	margin-top: 25%;
}

.a_txt .div3 ul li {
	text-align: center;
}

.a_txt .div3 ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
}

.a_txt .div3 ul li a.n {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	width: calc(100% - 60px);
	box-sizing: border-box;
}

.a_txt .div3 ul li .n-box a {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #999999;
	margin-bottom: 18px;
}

.a_txt .div3 .l-d {
	width: 86%;
	margin-left: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.a_txt .div3 .l-d .t {
	margin-bottom: 10px;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
}

.a_txt .div3 .l-d .t span {
	color: #ed0032;
	margin-right: 4px;
	font-size: 20px;
	top: 2px;
	position: relative;
}

.a_txt .div3 .l-d .t span img {
	display: inline-block;
	filter: drop-shadow(0px 0px red);
}

.a_txt .div3 .l-d a {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.a_txt .div3 .l-d a.this:after {
	background: center no-repeat;
	background-size: 100%;
	border: 0;
}

.a_txt .div3 .l-d a:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #333;
	position: absolute;
	top: 6px;
	right: 0;
}

.a_txt .div3 .share-d {
	width: 86%;
	margin-left: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.a_txt .div3 .share-d .t {
	margin-bottom: 10px;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
}

.a_txt .div3 .share-d .t span {
	color: #ed0032;
	margin-right: 4px;
	font-size: 20px;
	top: 2px;
	position: relative;
	width: 26px;
	height: 28px;
	float: left;
}

.a_txt .div3 .share-d .t span img {
	width: 100%;
}

.a_txt .div3 .share-d a {
	font-size: 30px;
	margin-right: 8px;
	float: left;
	width: 30px;
	height: 30px;
	background-color: #e1e1e1;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imgc {
	width: 600rem;
	height: 600rem;
	position: fixed;
	top: 500rem;
	left: 40rem;
	z-index: 1;
	opacity: 0;
	display: none;
	margin:0 auto;
}

.imgc.show {
	opacity: 1;
	z-index: 99999;
	display: block;
}

.zz {
	width: 600rem;
	height: 600rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.img-boxx {
	width: 600rem;
	height: 350px;
	position: absolute;
	left: 0;
	right: 0;
	top: 500rem;
	bottom: 0;
	margin: -160px auto 0;
	border-radius: 6px;
	padding: 15px;
	background: none;
}
.sec-j1 .img1 {
	height: 250rem;
	width:auto;
	padding-top: 30rem;
}
.sec-j1 .img2 {
	max-width: 600rem;
	width: auto;
	height: 190px;
	margin: 40px auto;
	display: block;
}
.imgc1 .p {
	position: absolute;
	bottom: 90px;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
}
.imgc1 .p span {
	color: #faee62;
}
.imgc2 .p {
	position: absolute;
	bottom: 50px;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
}
.imgc2 .p span {
	color: #faee62;
}

.header {
	width: 100%;
	top: 0;
	position: sticky;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	box-shadow: 2rem 2rem 24rem 0 rgb(0 0 0 / 17%);
	z-index: 9999;
}

.header .logo {
	width: 432rem;
	height: 100rem;
	margin: 0 auto;
	font-size: 32rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .logo.wb {
	width: 100%;
}

.header .logo img {
	width: 100%;
}

.header .fh {
	width: 13rem;
	height: 100rem;
	left: 32rem;
	top: 0;
	background: url(../image/fh.png) no-repeat left center;
	background-size: 12rem 24rem;
	position: absolute;
}

.footer {
	width: 100%;
	display: inline-block;
}

.footer .up {
	width: 100%;
	padding-top: 21rem;
	display: inline-block;
	background: #a4987b;
}

.footer .up .tu {
	width: 210rem;
	height: 210rem;
	margin: 0 auto;
}

.footer .up .tu img {
	width: 100%;
}

.footer .wb {
	height: 55rem;
	font-size: 24rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .wb span {
	width: 30rem;
	height: 30rem;
	margin-right: 10rem;
	display: inline-block;
}

.footer .wb span img {
	width: 100%;
}

.footer .down {
	background: #9A8D6D;
	font-size: 20rem;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	line-height: 30rem;
	padding: 24rem 0;
}

.banner {
	width: 100%;
	padding: 15rem 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide {
	height: 368rem;
	overflow: hidden;
	border-radius: 20rem;
}

.banner img {
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination-bullet {
	background: #A82C20;
}

.banner .swiper-pagination-bullet-active {
	width: 16px;
	border-radius: 35%;
}

.banner2 {
	width: 92%;
	height: 102rem;
	margin: 30rem auto 20rem;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.banner2 .swiper-container {
	width: 100%;
	height: 102rem;
	background-image: url(../image/laba.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: 4%;
	background-size: 5%;
}

.banner2 .swiper-slide {
	padding-left: 12%;
	padding-right: 10%;
	color: #000000;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.banner2 .mySwiper02 .swiper-slide a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.sec-a1 {
	width: 100%;
	display: inline-block;
}

.sec-a1 .box {
	width: 100%;
	margin-top: 20rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.sec-a1 .box .ban {
	width: 25%;
	text-align: center;
	display: inline-block;
}

.sec-a1 .box .ban .tu {
	width: 92rem;
	height: 92rem;
	margin: 0 auto;
}

.sec-a1 .box .ban .tu img {
	width: 100%;
}

.sec-a1 .box .ban p {
	margin-top: 15rem;
	color: #9a291d;
}

.sec-a2 {
	width: 100%;
	margin-top: 100rem;
	display: inline-block;
}

.sec-a2 .t {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-between;
}

.sec-a2 .t .tab-t {
	font-size: 40rem;
	font-weight: 500;
}

.sec-a2 .t .tab-t span {
	margin-right: 10rem;
	padding-right: 10px;
	border-right: 1px solid #000;
	box-sizing: border-box;
	position: relative;
}

.sec-a2 .t .tab-t span:last-child {
	border: none;
}

.sec-a2 .t .tab-t span.this {
	color: #A82C20;
}

.sec-a2 .t a {
	color: #A82C20;
}

.sec-a2 .box {
	width: 100%;
	display: inline-block;
}

.sec-a2 .box .ban {
	width: 100%;
	padding: 20rem 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-bottom: 1rem solid #e5e5e5;
}

.sec-a2 .box .ban:last-child {
	border: none;
}

.sec-a2 .box .ban .tu {
	width: 290rem;
	height: 175rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec-a2 .box .ban .tu img {
	width: 100%;
	height: 100%;
	border-radius: 13rem;
}

.sec-a2 .box .ban .r {
	width: 55%;
}

.sec-a2 .box .ban .r p {
	line-height: 40rem;
	height:80rem;
	font-size: 28rem;
	color: #020101;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sec-a2 .box .ban .r a {
	color: #020101;
}

.sec-a2 .box .ban .r .z {
	margin-top: 60rem;
	color: #7f7f7f;
	font-size: 22rem;
}

.sec-a3 {
	width: 100%;
	display: inline-block;
}

.sec-a3 .t {
	width: 100%;
	line-height: 100rem;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.dbt {
	font-size: 40rem;
}

.da {
	color: #A82C20;
}

.sec-a3 {
	width: 100%;
	display: inline-block;
}

.sec-a3 .box {
	width: 100%;
	padding-bottom: 55rem;
	position: relative;
	display: inline-block;
}

.sec-a3 .box .swiper-container {
	height: 370rem;
}

.sec-a3 .box img {
	width: 100%;
	height: 100%;
}

.sec-a3 .box .swiper-slide {
	border-radius: 20rem;
	overflow: hidden;
}

.sec-a3 .box .swiper-pagination {
	font-size: 30rem;
	bottom: 0;
	color: transparent;
}

.sec-a3 .box .swiper-pagination .swiper-pagination-total {
	display: none;
}

.sec-a3 .box .swiper-pagination .swiper-pagination-current {
	color: #000;
}

.sec-a4 {
	width: 100%;
	margin: 60rem 0 57rem;
	display: inline-block;
}

.sec-a4 .t {
	width: 100%;
	line-height: 100rem;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.sec-a4 .box {
	width: 100%;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
	display: inline-block;
	box-sizing: border-box;
	padding: 17rem;
	border-radius: 10px;
}

.sec-a4 .box .layui-input {
	height: 88rem;
	font-size: 30rem;
	text-indent: 66rem;
	border-radius: 8rem;
	border: 1rem solid #8e8e8e;
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: 4%;
	background-size: 5%;
	-webkit-transition: all 0s;
	background-image: url(../image/fdj.png);
}

.sec-a4 .box .box1 {
	width: 100%;
	margin-top: 70rem;
	display: inline-block;
}

.sec-a4 .box .box1 .ban {
	width: 100%;
	margin-bottom: 30rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.sec-a4 .box .box1 .tu {
	width: 120rem;
	height: 158rem;
}

.sec-a4 .box .box1 .tu img {
	width: 100%;
	height: 100%;
}

.sec-a4 .box .box1 .r {
	width: 78%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.sec-a4 .box .box1 .r p {
	font-size: 22rem;
	color: #666666;
	font-weight: 500;
}

.sec-a4 .box .box1 .r .wb {
	width: 100%;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-between;
}
.sec-a4 .box .box1 .r .wb .z {
	font-size: 28rem;
	font-weight: 500;
    color: #111111;
	line-height:40rem;
}

.sec-a4 .box .box1 .r .wb a {
	font-size: 20rem;
	color: #9e9e9e;
}

.sec-a4 .box .box1 .r .on {
	display: flex;
}

.sec-a4 .box .box1 .r .on span {
	width: 84rem;
	height: 39rem;
}

.sec-a4 .box .box1 .r .on .xh {
	background-image: url(../image/ml1.png);
	background-size: 100% 100%;
	margin-right: 30rem;
}

.sec-a4 .box .box1 .r .on .jg {
	background-image: url(../image/ml2.png);
	background-size: 100% 100%;
	margin-right: 30rem;
}

.sec-a4 .layui-laypage-last {
	display: none;
}

.sec-a4 .layui-laypage a,
.sec-a4 .layui-laypage span {
	height: 68rem;
	line-height: 68rem;
}

.sec-a4 .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #A62B1F;
}

.sec-a4 .img-boxx {
	width: 100%;
	top: 20%;
}

.sec-a4 .img-boxx .l_img {
	padding-bottom: 67%;
}

.sec-a4 .img-boxx .l_img .img1 {
	max-width: 70%;
	top: 15%;
	bottom: auto;
}

.sec-a4 .img-boxx .l_img .img2 {
	max-width: 17%;
	top: 15%;
	bottom: auto;
}

.sec-a4 .img-boxx .l_img .p {
	font-size: 26rem;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.sec-a4 .img-boxx .l_img .p span {
	color: #faee62;
}

.sec-a4 .demo {
	text-align: center;
}

.navs {
	display: flex;
	justify-content: space-around;
	height: 80rem;
	font-size: 28rem;
	font-weight: 500;
	text-align: center;
	color: #000000;
	padding: 0 30rem;
}

.navs2 {
	font-size: 24rem;
}

.navs .item {
	line-height: 80rem;
	padding: 0 14rem;
}

.navs .item.act {
	background: -webkit-gradient(linear, left bottom, left top, from(#a62b1f), color-stop(#fff), to(#fff));
	background: linear-gradient(to top, #a62b1f, #fff, #fff);
	border-radius: 2rem;
}

.sec-b1 {
	width: 100%;
	padding-bottom: 54rem;
	display: inline-block;
}

.sec-b1 .title {
	font-size: 30rem;
	font-weight: 500;
	text-align: center;
	color: #a62b1f;
	margin: 50rem 0;
}
.sec-b1 .ql-video {
	width:100%;
	height:330rem;
}
.sec-b1 .ql-video iframe{
	width:100%;
	height:330rem;
}
.sec-b1 p {
	font-size: 25rem;
	color: #585858;
	line-height: 40rem;
}
.sec-b1 p img {
	width: 100%;
	margin:0 auto;
	display: block;
}

.sec-c1 {
	margin: 20rem 0;
}

.sec-c1 .box .ban:last-child {
	border-bottom: 1rem solid #e5e5e5;
}

.sec-c2 {
	margin: 0;
}

.sec-d1 {
	width: 100%;
	padding: 34rem 24rem;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.shareBox {
	position: absolute !important;
	right: 55rem;
	top: 4%;
}

.shareBox .shareTitle {
	display: block;
	padding-left: 30rem;
	background: url(../image/fx4.png) 0/20rem 20rem no-repeat;
	font-size: 18rem;
	font-weight: 700;
}

.shareBox .shareList {
	display: none;
	width: 180rem;
	padding: 10rem;
	position: absolute;
	top: 55rem;
	left: -120rem;
	background-color: #fff;
	border-radius: 4rem;
	box-shadow: 0 0 10rem rgba(0, 0, 0, .25);
	z-index: 3;
}

.shareBox .shareList:before {
	display: block;
	content: " ";
	position: absolute;
	top: -20rem;
	right: 10%;
	border: 10rem solid transparent;
	border-bottom-color: #fff;
}

.shareBox .shareList li {
	height: 60rem;
	margin-bottom: 10rem;
	padding-left: 30rem;
	background-size: 20rem 20rem;
	background-position: 0;
	background-repeat: no-repeat;
	font-size: 18rem;
	line-height: 60rem;
	user-select: none;
}

.shareBox .shareList li.c1 {
	cursor: pointer;
	background-image: url(../image/fx1.png);
}

.shareBox .shareList li.c2 {
	cursor: pointer;
	background-image: url(../image/fx2.png);
}

.shareBox .shareList li.c3 {
	background-image: url(../image/fx3.png);
}

.shareBox .shareList li.c4 {
	height: auto;
	padding: 0;
}

.shareBox .shareList li.c4 img {
	display: block !important;
	width: 100%;
}

.shareBox:hover .shareList {
	display: block;
}

.sec-d1 .p {
	font-size: 34rem;
	font-weight: 500;
	text-align: center;
	padding: 0 50rem;
	line-height: 1.5;
}

.sec-d1 .subtitle {
	font-size: 26rem;
	font-weight: 400;
	text-align: center;
	color: #767676;
	line-height: 48rem;
	margin: 14rem 0;
}

.sec-d1 .subtitle .colorRed {
	color: #A92C20;
}

.sec-d1 .ql-editor {
	box-sizing: border-box;
	line-height: 1.42;
	height: 100%;
	outline: none;
	overflow-y: auto;
	padding: 12rem 15rem;
	text-align: left;
	white-space: normal;
	word-wrap: break-word;
}

.sec-d1 .info {
	font-size: 30rem;
	color: #585858;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

.sec-d1 .info img {
	width: 100%;
	margin: 32rem 0;
}
.sec-d1 .info table {
	margin:0 auto;
	border-color:#FFFFFF;
	border:0;
}
.sec-d1 .info table img {
	margin:0 auto;
	width: 98%;
	padding:5rem;
}
.sec-d1 .info td {
	margin:0 auto;
	border-color:#FFFFFF;
	border:0;
}

.sec-e1 {
	width: 100%;
	padding: 60rem 34rem;
	box-sizing: border-box;
	display: inline-block;
}

.sec-e1 .titBox {
	width: 100%;
	height: 76rem;
	background: #c1af7f;
	border-radius: 38rem;
	color: #931c18;
	line-height: 76rem;
	font-weight: 600;
	font-size: 28rem;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0 15rem;
	margin-bottom: 39rem;
	box-sizing: border-box;
}

.sec-e1 ul {
	padding: 0 20rem;
}

.sec-e1 ul li {
	line-height: 64rem;
	align-items: center;
	cursor: pointer;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sec-e1 ul li .title {
	font-size: 28rem;
	color: #323232;
	font-weight: 600;
}

.sec-e1 ul li .title .tit {
	display: inline-block;
}

.sec-e1 ul li .time {
	font-size: 24rem;
	color: #878787;
}

.sec-f1 {
	width: 100%;
	padding: 20rem 0;
	box-sizing: border-box;
	display: inline-block;
}

.sec-f1 .box {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
}

.sec-f1 .box .item {
	width: 100%;
	box-shadow: 1rem 1rem 9rem 0 rgb(0 0 0 / 17%);
	margin-bottom: 38rem;
}

.sec-f1 .box .item:last-child {
	margin-bottom: 0;
}

.sec-f1 .box .item .tu {
	width: 100%;
	border-top-left-radius: 12rem;
	border-top-right-radius: 12rem;
	display: inline-block;
}

.sec-f1 .box .item .tu img {
	width: 100%;
}

.sec-f1 .box .item p {
	font-size: 28rem;
	color: #000000;
	line-height: 86rem;
	padding: 0 16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
}

.sec-f2 {
	margin: 0;
}

.sec-f2 .layui-laypage {
	margin: 0 auto 10rem;
}

.sec-g1 .box {
	padding: 0 24rem;
}

.sec-g1 .box .item {
	box-shadow: none;
}

.sec-g1 .box .item img {
	border-radius: 0;
}

.sec-g1 .box .item p {
	padding: 0;
}

.sec-g1 .box .item:last-child {
	margin-bottom: 38rem;
}

.sec-h1 {
	width: 100%;
	padding: 9rem 20rem 40rem;
	box-sizing: border-box;
	display: inline-block;
}

.sec-h1 .item {
	width: 100%;
	display: flex;
	padding: 31rem 0;
	border-bottom: 1rem solid #dddddd;
}

.sec-h1 .item:nth-child(4) {
	border: none;
}

.sec-h1 .item .left {
	width: 161rem;
	height: 161rem;
	background: #ebe5d7;
	flex-shrink: 0;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 22rem;
}

.sec-h1 .item .left img {
	width: 35rem;
}

.sec-h1 .item .left .title {
	font-size: 21rem;
	font-weight: 400;
	color: #a62b1f;
	line-height: 36rem;
}

.sec-h1 .item .info .infoitem {
	display: flex;
	font-size: 24rem;
	line-height: 36rem;
	flex-flow: row wrap;
}

.sec-h1 .item .info .infoitem .name {
	color: #a62b1f;
}

.dmap {
	width: 100%;
	height: 410rem;
	position: relative;
	margin-top: 50rem;
	background: #fff;
	box-sizing: border-box;
}

#allmap {
	width: 100%;
	height: 100%;
}

.sec-i1 {
	width: 100%;
	padding: 24rem;
	box-sizing: border-box;
	display: inline-block;
}

.sec-i1 p {
	font-size: 22rem;
	font-weight: 500;
	color: #222222;
	line-height: 81rem;
}

.sec-i1 .layui-form {
	height: 56rem;
	float: left;
	display: flex;
	-webkit-transition: all 0s;
	border: 1rem solid #D5D5D5;
}

.sec-i1 .layui-form .layui-input {
	line-height: 56rem;
	height: 56rem;
	font-size: 18rem;
	border: none;
	text-align: center;
	-webkit-transition: all 0s;
}

.sec-i1 .layui-form .la {
	width: 132rem;
	padding: 0;
	background: #D5D5D5;
	color: #888888;
	border-right: 1rem solid #D5D5D5;
}

.sec-i1 .layui-form .layui-form-select {
	width: 162rem;
	box-shadow: 0 2rem 12rem rgb(100 101 102 / 12%);
}

.sec-i1 .layui-form-select dl {
	width: 463%;
	top: 103%;
	padding: 0 30rem;
	left: -201%;
}

.sec-i1 .layui-form-select:nth-child(3) dl {
	left: -101%;
}

.sec-i1 .layui-form-select dl dd {
	padding: 0;
	border-bottom: 1rem solid #ebedf0;
	background-repeat: no-repeat;
	background-position: center right;
}

.sec-i1 .layui-form-select dl dd:last-child {
	border: none;
}

.sec-i1 .layui-form-select dl dd.layui-select-tips {
	padding: 0 !important;
}

.sec-i1 .layui-form-select dl dd.layui-this {
	background-color: #fff;
	color: #409eff;
}

.sec-i1 .layui-form-selected .layui-edge {
	border-top-color: #409eff;
}

.sec-i1 .layui-form-selected .layui-input::placeholder {
	color: #409eff;
}

.sec-i2 {
	margin-top: 0;
}

.sec-i2 .box .ss {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.sec-i2 .box .layui-input {
	width: 80%;
	height: 56rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.sec-i2 .box .layui-btn {
	height: 56rem;
	line-height: 56rem;
	font-size: 18rem;
	padding: 0 41.5rem;
	border: none;
	background: #a12f23;
	box-sizing: border-box;
	-webkit-transition: all 0s;
	border-radius: 0;
}

.sec-j1 {
	width: 100%;
	margin-top: 38rem;
	background: #FFF5E9;
	padding: 30rem;
	border-top: 2rem solid #e6d8c7;
	border-bottom: 2rem solid #e6d8c7;
	box-sizing: border-box;
}

.sec-j1 .z {
	text-align: center;
}

.sec-j1 img {
	max-width: 100%;
	width: 100%;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.sec-j1 .z p {
	font-size: 22rem;
	font-weight: 500;
	text-align: center;
	color: #000000;
	line-height: 36rem;
	margin: 16rem 0;
}

.sec-j1 .img {
	width: 20%;
}

.sec-j1 .wb p {
	opacity: 0.78;
	font-size: 20rem;
	font-weight: 400;
	color: #000000;
	line-height: 30rem;
	text-align: justify;
}

.sec-j1 .wb img {
	margin: 30rem auto;
}

.sec-j1 .tools {
	width: 650rem;
	margin: 45rem auto 0;
	display: flex;
	justify-content: space-around;
}

.sec-j1 .tools .btn {
	width: 180rem;
	height: 60rem;
	padding: 16rem 0 16rem 90rem;
	cursor: pointer;
}

.sec-j1 .tools .btn.xh {
	background: url(../image/m_bg1.png) no-repeat center center;
	background-size: 100% 100%;
}

.sec-j1 .tools .btn.jg {
	background: url(../image/m_bg2.png) no-repeat center center;
	background-size: 100% 100%;
}

.sec-j1 .tools .btn p:first-child {
	font-size: 24rem;
	font-weight: 400;
	color: #ffffff;
}

.sec-j1 .tools .btn p:last-child {
	font-size: 18rem;
	font-weight: 400;
	color: #ffffff;
}

.sec-j2 {
	width: 100%;
	padding: 52rem 24rem 0;
	box-sizing: border-box;
}

.sec-j2 .title {
	font-size: 28rem;
	font-weight: 500;
	text-align: center;
	color: #212121;
	margin-bottom: 9rem;
}

.sec-j2 .subtitle {
	opacity: 0.4;
	font-size: 14rem;
	font-weight: 400;
	text-align: center;
	color: #202020;
	margin-bottom: 20rem;
}

.sec-j2 .layui-textarea {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 16px;
	overflow: hidden;
	color: #323233;
	font-size: 14px;
	line-height: 24px;
	background: #fffef9;
	border: 1rem solid #e6d8c7;
	border-radius: 10rem;
	-webkit-transition: all 0s;
}

.sec-j2 .submit {
	width: 140rem;
	height: 42rem;
	background: #A62B1F;
	border-radius: 10rem;
	margin: 0 auto;
	font-size: 18rem;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 42rem;
	position: relative;
	margin-top: 10rem;
}

.sec-j2 .submit::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: -8rem;
	border: 10rem solid transparent;
	border-bottom-color: #a62b1f;
}

.sec-j2 .totalnum {
	font-size: 20rem;
	font-weight: 400;
	text-align: center;
	color: #000000;
	line-height: 24rem;
	margin: 17rem 0;
}

.sec-j2 .totalnum span {
	color: #a62b1f;
}

.sec-j2 li {
	padding-bottom: 30rem;
	margin-bottom: 20rem;
}

.sec-j2 li .top {
	height: 36rem;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sec-j2 li .top .left {
	height: 36rem;
	display: flex;
}

.sec-j2 li .top .left .avatar {
	width: 36rem;
	height: 36rem;
	margin-right: 20rem;
}

.sec-j2 li .top .left .time {
	font-size: 24rem;
	font-weight: 400;
	color: #888888;
	line-height: 36rem;
	display: inline-block;
}

.sec-j2 li .top .zan {
	display: inline-block;
	background-image: url(../image/zan.png);
	background-size: 32rem 32rem;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 34rem;
	font-size: 22rem;
	font-weight: 400;
	color: #c3c3c3;
	line-height: 50rem;
}

.sec-j2 li .top .zan:hover {
	background-image: url(../image/zan2.png);
}

.sec-j2 li .top .zan.active {
	background-image: url(../image/zan2.png);
}

.sec-j2 li .msg {
	font-size: 26rem;
	margin-top: 31rem;
	margin-left: 36rem;
	padding-right: 15rem;
	border-bottom: 1rem solid #E6D8C7;
	line-height: 1.5;
	padding-bottom: 30rem;
	word-break: break-all;
}

.sec-j2 .commiter {
	font-size: 18rem;
	font-weight: 400;
	color: #313131;
	margin: 45rem 0;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	line-height: 56rem;
}

.sec-j2 .commiter .input {
	width: 369rem;
	height: 56rem;
	background: #ffffff;
	border-radius: 10rem;
	border: 1rem solid #9A8D6D;
	padding: 10rem;
	box-sizing: border-box;
}

.sec-k1 {
	width: 100%;
	padding: 40rem 24rem;
	box-sizing: border-box;
	overflow: hidden;
}

.sec-k1 .box {
	width: 100%;
	box-shadow: 2rem -1rem 12rem 9rem rgb(82 81 81 / 10%);
	border-radius: 6rem;
	padding: 33rem 20rem;
	box-sizing: border-box;
}

.sec-k1 .box .title {
	font-size: 28rem;
	font-weight: 500;
	text-align: center;
	color: #212121;
	line-height: 43rem;
}

.sec-k1 .box .subtit {
	font-size: 14rem;
	font-weight: 400;
	text-align: center;
	color: rgba(32, 32, 32, 0.4);
	line-height: 51rem;
}

.sec-k1 .box .totalPeople {
	font-size: 24rem;
	font-weight: 400;
	text-align: center;
	color: #000000;
	line-height: 90rem;
}

.sec-k1 .box .totalPeople .num {
	font-size: 32rem;
	color: #C8323E;
}

.sec-k1 .mapBox {
	width: 100%;
	height: 557rem;
	position: relative;
}

.sec-k1 .mapBox .search {
	width: 40%;
	height: 48rem;
	border-radius: 15rem;
	border: 1rem solid #85271d;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: #D6A662;
	padding: 0 26rem;
	margin-bottom: 55rem;
	z-index: 3;
	position: absolute;
	top: 0;
}

.sec-k1 .mapBox .search input {
	-webkit-box-flex: 1;
	flex: 1;
	border: none;
	width: 100%;
	height: 100%;
	outline: none;
	background: transparent;
	font-size: 18rem;
	color: #85271D;
}

.sec-k1 .mapBox .btn {
	width: 185rem;
	height: 53rem;
	padding: 0 0 0 65rem;
	cursor: pointer;
	margin-bottom: 22rem;
	background-size: 100% 100%;
	box-sizing: border-box;
	z-index: 3;
	position: absolute;
}

.sec-k1 .mapBox .btn.xh {
	top: 68rem;
	background-image: url(../image/m_bg1.png);
}

.sec-k1 .mapBox .btn.jg {
	top: 141rem;
	background-image: url(../image/m_bg2.png);
}

.sec-k1 .mapBox .btn.ly {
	top: 214rem;
	background-image: url(../image/m_bg3.png);
}

.sec-k1 .mapBox .btn p:first-child {
	font-size: 20rem;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 8rem;
	line-height: 53rem;
	white-space: nowrap;
}

.sec-k1 .mapBox .mymap {
	width: 550rem;
	height: 550rem;
	position: absolute;
	top: 0;
	right: -50rem;
}

.sec-k1 .mapBox .mymap .mapnav {
	position: absolute;
	right: 50rem;
	top: 0;
}

.sec-k1 .mapBox .imgc {
	background: rgba(0, 0, 0, 0.75);
}

.sec-k1 .img-boxx {
	width: 100%;
	top: 25%;

}

.sec-k1 .img-boxx .p {
	color: #FFF3D1;
	text-align: center;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}

.sec-k1 .img-boxx .p span {
	color: #faee62;
}

.sec-k1 .l_img {
	padding-bottom: 80%;
}

.sec-k1 .img-boxx .l_img img {
	max-width: 90%;
}

.sec-k1 .img-boxx .l_img .img1 {
	display: block;
	max-width: 200rem;
	position: absolute;
	left: 15%;
	bottom: -25%;
	-webkit-transform: scale(5) translateX(-32%);
	transform: scale(5) translateX(-32%);
	-webkit-animation: flower 1.5s ease-in 1s forwards;
	animation: flower 1.5s ease-in 1s forwards;
}

.sec-k1 .img-boxx .l_img .img2 {
	max-width: 8%;
	bottom: -45%;
}

.sec-k1 .chartBoxs {
	width: 100%;
	background: #f9f4e8;
	padding: 30rem 24rem;
	display: inline-block;
	box-sizing: border-box;
}

.sec-k1 .sec-j2 {
	padding: 52rem 0 0;
}

.sec-l1 {
	width: 100%;
	padding: 0 24rem 200rem;
	box-sizing: border-box;
	display: inline-block;
}

.sec-l1 .t {
	display: flex;
	padding: 20rem 0;
	border-bottom: 1rem solid rgba(0, 0, 0, 0.1);
}

.sec-l1 .t .tu {
	width: 178rem;
	height: 237rem;
	flex-shrink: 0;
	margin-right: 34rem;
}

.sec-l1 .t .tu img {
	max-width: 100%;
	vertical-align: middle;
}

.sec-l1 .t .r {
	-webkit-box-flex: 1;
	flex: 1;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}

.sec-l1 .t .r .name {
	font-size: 28rem;
	font-weight: 400;
	color: #222222;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
}

.sec-l1 .t .r .msg {
	opacity: 0.8;
	font-size: 26rem;
	font-weight: 400;
	color: #333333;
	line-height: 40rem;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
}

.sec-l1 .zz {
	background: rgba(0, 0, 0, 0.8);
}

.sec-l1 .zz .x {
	width: 50rem;
	height: 50rem;
	top: 0;
	right: 0;
	position: absolute;
}

.sec-l1 .zz .x img {
	width: 100%;
}

.sec-l1 .img-boxx {
	width: 95%;
	border-radius: 0;
	padding: 0;
	top: 15%;
}

.sec-l1 .img-boxx img {
	width: 100%;
}

.sec-l1 .swiper-button-next,
.sec-l1 .swiper-button-prev {
	color: rgba(180, 124, 45);
	opacity: 1 !important;
}

.sec-l1 .swiper-pagination {
	font-size: 32rem;
	color: rgb(64, 158, 255);
}

.sec-m1 {
	width: 100%;
	padding: 40rem 24rem;
	box-sizing: border-box;
	display: inline-block;
}

.sec-m1 .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sec-m1 .list .item {
	width: 48%;
	margin-bottom: 33rem;
	position: relative;
}

.sec-m1 .list .item .image {
	width: 100%;
	position: relative;
}

.sec-m1 .list .item .image img {
	width: 100%;
	display: block;
	border-radius: 8rem 8rem 0 0;
}

.sec-m1 .list .item .image .play {
	width: 60rem;
	height: 60rem;
	border-radius: 50%;
	position: absolute;
	right: 25rem;
	bottom: 25rem;
	cursor: pointer;
	background: url(../image/bofang.png) no-repeat center center;
	background-size: 100% 100%;
}

.sec-m1 .list .item .name {
	height: 100rem;
	box-shadow: 2rem -1rem 12rem 9rem rgb(82 81 81 / 10%);
	padding: 16rem;
}

.sec-m1 .list .item .name p {
	height: "";
	line-height: ""/2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 30rem;
	font-weight: 400;
	color: #353535;
	line-height: 1.5;
}

.sec-n1 {
	width: 100%;
	padding: 40rem 24rem;
	box-sizing: border-box;
	display: inline-block;
}

.sec-n1 .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sec-n1 .list .item {
	width: 48%;
	margin-bottom: 33rem;
	position: relative;
}

.sec-n1 .list .item .image {
	width: 100%;
	position: relative;
}

.sec-n1 .list .item .image img {
	width: 100%;
	display: block;
	border-radius: 8rem 8rem 0 0;
}

.sec-n1 .list .item .info {
	box-shadow: 2rem -1rem 12rem 9rem rgb(82 81 81 / 10%);
	padding: 16rem;
}

.sec-n1 .list .item .info .name {
	font-size: 30rem;
	font-weight: 400;
	color: #353535;
	margin: 10rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
}

.sec-n1 .list .item .info .jump {
	padding: 0 10rem;
	height: 34rem;
	font-size: 16rem;
	font-weight: 400;
	text-align: center;
	line-height: 34rem;
	color: #b04438;
	border: 1rem solid #b04438;
	box-sizing: border-box;
	white-space: nowrap;
	display: inline-block;
}

.sec-n2 {
	margin: 0;
	margin-top: 8rem;
}

.sec-o1 {
	width: 100%;
	padding: 40rem 0 0;
	box-sizing: border-box;
	display: inline-block;
}

.sec-o1 .title {
	font-size: 34rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}

.sec-o1 .subtitle {
	font-size: 26rem;
	font-weight: 400;
	text-align: center;
	color: #767676;
	line-height: 48rem;
	margin: 14rem 0;
}

.sec-o1 .subtitle span {
	color: #A92C20;
}

.sec-o1 .l_img {
	padding-bottom: 84%;
	margin: 44rem 0;
}

.sec-o2 {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 24rem 40rem;
}

.sec-o2 .recommend {
	margin-bottom: 18rem;
}

.sec-o2 .recommend .top {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sec-o2 .recommend .top .title {
	padding: 0 50rem;
	font-size: 30rem;
	font-weight: 500;
	color: #000000;
	text-align: left;
	background: url(../image/otu1.png) no-repeat left center;
	background-size: 25rem auto;
}

.sec-o2 .recommend .top .change {
	background: url(../image/otu2.png) no-repeat left center;
	background-size: 31rem auto;
	font-size: 30rem;
	font-weight: 400;
	text-align: left;
	color: #a62b1f;
	cursor: pointer;
	text-indent: 33rem;
	line-height: 1.5;
}

.sec-o2 .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sec-o2 .list .item {
	width: 48%;
	margin-bottom: 33rem;
	position: relative;
}

.sec-o2 .list .item .image {
	width: 100%;
	position: relative;
}

.sec-o2 .list .item .image img {
	width: 100%;
	display: block;
	border-radius: 8rem 8rem 0 0;
}

.sec-o2 .list .item .name {
	height: 130rem;
	box-shadow: 2rem -1rem 12rem 9rem rgb(191 191 191 / 24%);
	padding: 16rem;
}

.sec-o2 .list .item .name p {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 30rem;
	font-weight: 400;
	color: #353535;
	line-height: 1.5;
}

.sec-p1 {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	padding: 63rem 24rem;
}

.sec-p1 {
	width: 100%;
	padding: 40rem 24rem;
	box-sizing: border-box;
	display: inline-block;
}

.sec-p1 .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sec-p1 .list .item {
	width: 49%;
	height: 478rem;
	margin-bottom: 26rem;
	position: relative;
}

.sec-p1 .list .item .image {
	width: 100%;
	height: 342rem;
	position: relative;
}

.sec-p1 .list .item .image img {
	width: 100%;
	height: 100%;
	display: block;
}

.sec-p1 .list .item .play {
	width: 85rem;
	height: 85rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 30%;
	cursor: pointer;
	background: url(../image/bofang.png) no-repeat center center;
	background-size: 100% 100%;
}

.sec-p1 .list .item p {
	line-height: 74rem;
	text-align: center;
	font-size: 22rem;
	font-weight: 400;
	color: #222222;
	box-shadow: 2rem -1rem 12rem 9rem rgb(191 191 191 / 24%);
}

.sec-p1 .list .item .zz {
	background: rgba(0, 0, 0, 0.5);
}

.sec-p1 .list .item .img-boxx {
	width: 90%;
	background: #333;
	top: 30%;
	padding: 60rem 0;
    height:300rem;
}

.sec-p1 .list .item .img-boxx video {
	width: 100%;
}

.sec-p1 .list .item .img-boxx .x {
	width: 40rem;
	height: 40rem;
	position: absolute;
	top: 10rem;
	right: 10rem;
}

.sec-p1 .list .item .img-boxx .x img {
	width: 100%;
}

.sec-q1 {
	width: 100%;
	padding: 450rem 0 0;
	margin: 0 auto;
	box-sizing: border-box;
	display: inline-block;
	background: url(../image/qtu1.png);
	background-size: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	font-size: 26rem;
}

.sec-q1 .box {
	width: 88%;
	margin: 0 auto 39rem;
}

.sec-q1 .box .title {
	font-size: 26rem;
	font-weight: 400;
	color: #222222;
	margin-bottom: 10rem;
}

.sec-q1 .box .list {
	background: url(../image/hx.png) no-repeat center top;
}

.sec-q1 .box .list .item {
	height: 110rem;
	width: 100%;
	background: url(../image/hx.png) no-repeat center bottom;
	background-size: 100% auto;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sec-q1 .box .list .item span {
	display: inline-block;
}

.sec-q1 .box .list .item .left {
	flex-shrink: 0;
	height: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.sec-q1 .box .list .item .leftTop-box {
	margin: 20rem 0 10rem;
}

.sec-q1 .box .letter .list .item .on {
	width: 20rem;
	height: 20rem;
	background-image: url(../../content/image/play2.png);
	background-size: 100% 100%;
	margin-right: 14rem;
	cursor: pointer;
}

.sec-q1 .box .list .item .leftTop-box .title {
	font-size: 20rem;
	font-weight: 400;
	color: #222222;
}

.sec-q1 .box .list .item .time {
	width: 100rem;
	background: url(../image/time.png) no-repeat;
	background-size: 19rem 19rem;
	margin-left: 50rem;
	text-indent: 40rem;
	background-position: left center;
}

.sec-q1 .box .list .item .listen {
	background: url(../image/listen.png) no-repeat;
	background-size: 19rem 19rem;
	margin-left: 250rem;
	text-indent: 30rem;
	background-position: left center;
}

.sec-q1 .box .list .item .listen,
.sec-q1 .box .list .item .time {
	font-size: 18rem;
	font-weight: 400;
	color: #666666;
}

.sec-q1 .box .list .item .look {
	flex-shrink: 0;
	width: 118rem;
	height: 43rem;
	border-radius: 20rem;
	background: #c23030;
	font-size: 20rem;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 43rem;
	cursor: pointer;
}

.sec-q2 {
	margin: 0;
	margin-top: 8rem;
}

.sec-q2 .layui-laypage {
	margin: 0;
}

.sec-q2 .layui-laypage a,
.sec-q2 .layui-laypage span {
	margin-bottom: 0;
}
/**红色家书*/
.sec-q1 .box2 {
	width: 88%;
	margin: 0 auto 600rem;
}

.sec-q1 .box2 #faudio {
	display: none !important;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.sec-q1 .box2 .title {
	width: 100%;
	text-align: center;
	font-size: 24rem;
	font-weight: 400;
	color: #333333;
	background: url(../image/hx.png) no-repeat center bottom;
	line-height: 67rem;
}

.sec-q1 .box2 .subtitle {
	text-align: center;
	font-size: 16rem;
	font-weight: 400;
	color: #888;
	margin-top: 34rem;
	position: relative;
}

.sec-q1 .box2 .subtitle .colorRed {
	color: #b7261e;
}

.sec-q1 .box2 .control {
	width: 100%;
	height: 74rem;
	display: flex;
	padding: 0 60rem;
	margin-bottom: 60rem;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
}

.sec-q1 .box2 .control .on {
	flex-shrink: 0;
	width: 43rem;
	height: 43rem;
	background-image: linear-gradient(to right, #d94238, #bb2d24);
	border-radius: 50%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	margin-right: 32rem;
}

.sec-q1 .box2 .control .on .bofang {
	width: 14rem;
	height: 16rem;
	margin-left: 5rem;
}

.sec-q1 .box2 .control .progress {
	-webkit-box-flex: 1;
	flex: 1;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sec-q1 .box2 .control .progress .time {
	font-size: 24rem;
	color: #808080;
}

.sec-q1 .box2 .control .progress .con {
	-webkit-box-flex: 1;
	flex: 1;
	margin: 0 30rem;
}

.sec-q1 .box2 .el-slider__runway {
	width: 100%;
	height: 6px;
	margin: 16px 0;
	background-color: #E4E7ED;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}

.sec-q1 .box2 .el-slider::after,
.sec-q1 .box2 .el-slider::before {
	display: table;
}

.sec-q1 .box2 .control .progress .con .el-slider__runway {
	background-color: #d2d2d2;
}

.sec-q1 .box2 .progress .con .el-slider__bar {
	height: 6px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #a42b2b;
	position: absolute;
}

.sec-q1 .box2 .el-slider__button-wrapper {
	height: 36px;
	width: 36px;
	z-index: 1001;
	top: -10rem;
	transform: translateX(-50%);
	background-color: transparent;
	text-align: center;
	user-select: none;
	position: absolute;
}

.sec-q1 .box2 .control .progress .con .el-slider__button-wrapper {
	line-height: 30rem;
}

.sec-q1 .box2 .control .progress .con .el-slider__button {
	width: 18rem;
	height: 18rem;
	border: 3rem solid #a42b2b;
	background-color: #a42b2b;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
}

.sec-q1 .box2 .el-slider__button-wrapper::after {
	height: 100%;
}

.sec-q1 .box2 .content {
	width: 100%;
	font-size: 20rem;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 36rem;
	margin: 40rem auto 0;
}

.sec-s1 {
	width: 100%;
	padding: 24rem;
	box-sizing: border-box;
}

.sec-s1 .item {
	display: flex;
	padding: 10rem 0;
	margin-bottom: 25rem;
	border-bottom: 1rem solid #E8E8E8;
}

.sec-s1 .item .title {
	padding: 0 20rem;
	-webkit-box-flex: 1;
	flex: 1;
	font-size: 28rem;
	font-weight: 400;
	color: #323232;
	line-height: 80rem;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
}

.sec-s1 .item .time {
	width: 100rem;
	border-left: 1rem solid #E5E5E5;
	flex-shrink: 0;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

.sec-s1 .item .time .day {
	font-size: 30rem;
	font-weight: 400;
	color: #b12923;
	text-align: center;
	font-weight: 500;
}

.sec-s1 .item .time .year {
	font-size: 19rem;
	font-weight: 400;
	text-align: center;
	color: #b12923;
}

.sec-r1 {
	width: 100%;
	padding: 0 24rem 34rem;
	box-sizing: border-box;
}

.sec-r1 .mymap {
	width: 100%;
	height: 1233rem;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: url(../image/rtu1.jpg) no-repeat 100% 100%;
}

.sec-r1 .tip {
	margin-top: 10rem;
	font-size: 18rem;
	line-height: 30rem;
}

.sec-r1 .tip .tu {
	height: 20rem;
	width: 20rem;
	margin-right: 2rem;
	display: inline-block;
}

.sec-r1 .tip .tu img {
	width: 100%;
	height: 100%;
}


.audio-box {
    position: fixed;
    width: 100%;
    height: 125rem;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    z-index: 999999;
    display: none;
}

    .audio-box.ad {
        height: auto;
    }

.letter_d .audio-box {
    position: relative;
    display: block;
    background: none;
}

.audio-select {
    margin-top: 12rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.letter_d .audio-box .audio-select {
    margin-top: 0;
}

.audio-prev {
    background-image: url(../image/player2.png);
    background-size: 35% !important;
}

.audio-select > div {
    width: 40rem;
    height: 40rem;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}

.letter_d .audio-box .audio-prev,
.letter_d .audio-box .audio-next {
    display: none;
}

.audio-body {
    width: 74%;
    float: right;
    padding: 0 10rem;
}

.ab .audio-body {
    width: 62%;
}

.audio-backs {
    position: relative;
    margin-top: 10rem;
}

.audio-view {
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-this-time,
.audio-count-time {
    position: absolute;
    top: 0;
    width: 38rem;
    font-size: 13rem;
    height: 20rem;
    line-height: 20rem;
    letter-spacing: 0.5rem;
}

.audio-this-time {
    right: 60rem;
}

.letter_d .audio-box .audio-count-time,
.letter_d .audio-box .audio-this-time {
    font-size: 24rem;
    color: grey;
}

.letter_d .audio-box .audio-this-time {
    left: -80rem;
}

.ad .audio-count-time {
    right: 0;
    text-align: right;
}

.audio-setbacks {
    height: 10rem;
    background-color: #e4e7ed;
    border-radius: 3rem;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.audio-setbacks {
    position: relative;
    top: 2rem;
    width: 85%;
}

.letter_d .audio-box .audio-setbacks {
    width: 84%;
}

.audio-cache-setbacks,
.audio-this-setbacks {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3rem;
}

.audio-this-setbacks {
    background-color: #a62b1f;
    z-index: 2;
}

.letter_d .audio-box .audio-backs-btn {
    width: 23rem;
    height: 23rem;
    background-color: #a42b2b;
    border-radius: 100%;
    position: absolute;
}

.letter_d .ad .audio-backs-btn {
    top: -6rem;
    margin: auto;
    right: 0;
}

.audio-cache-setbacks {
    background-color: #535353;
    z-index: 1;
    cursor: pointer;
}

.audio-prev {
    background-image: url('../image/player2.png');
    background-size: 35% !important;
}

.audio-next {
    background-image: url('../image/player3.png');
    background-size: 35% !important;
}

.audio-play {
    background-image: url('../image/player1.png');
}

.audio-stop {
    background-image: url('../image/player4.png');
}

.audio-setbacks {
    width: 47%;
    height: 12rem;
}

.audio-this-time {
    right: 130rem;
}

.audio-count-time {
    right: 30rem;
    text-align: right;
}

.audio-backs-btn {
    margin-top: -10rem;
}

.audio-backs .jg {
    height: 20rem;
    line-height: 20rem;
    position: absolute;
    top: 0;
    right: 85rem;
}

/*分页*/
.demo .pagination {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 0;
}
    .demo .pagination li {
        
        float:left;
    
    }
        .demo .pagination li.active a {
            background-color: #A62B1F;
            color: #FFF;
            border: 1px solid #A62B1F;
        }

    .demo .pagination a {
        display: inline-block;
        vertical-align: middle;
        /*padding: 0 15px;*/
        height: 28px;
        line-height: 28px;
        margin: 0 -1px 0px 0;
        background-color: #fff;
        color: #333;
        font-size: 12px;
        border: 1px solid #eee;
        height: 68rem;
        line-height: 68rem;
        /*border-radius: 2px;*/
        min-width:36px;
    }
    .demo .pagination ul li.disabled {
        cursor: not-allowed;
        opacity: .35;
        background: #fff;
    }
    .demo .pagination li:not(.disabled) a:hover {
        background-color: #A62B1F;
        color: #FFF;
        border: 1px solid #A62B1F;
    }

.TextDetail {
    margin-bottom: 36px;
    padding-bottom: 30px
}

.empty_data {
    height: 80px;
    background: url(../../content/image/empty.png) no-repeat 50%;
    background-size: 198px auto;
    text-align: center;
    padding-top: 225px;
}

/* 烈士史料 */

.patriotism {
    width: 690rem;
    margin: 0 auto;
    clear: both;
}

    .patriotism .list {
        width: 100%;
        display: inline-block;
    }

        .patriotism .list .item {
            width: 100%;
            padding: 20rem 0;
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
            border-bottom: 1rem solid #E4E4E4;
        }

            .patriotism .list .item .image {
                width: 290rem;
                height: 200rem;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 10rem;
                margin-right: 26rem;
            }

            .patriotism .list .item .info {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .patriotism .list .item .info .name {
                    font-size: 27rem;
                    color: #000;
                    line-height: 30rem;
                    height: "";
                    line-height: ""/2;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    word-wrap: break-word;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                }

/* 馆藏书画 */

.calligraphy {
    width: 100%;
    padding: 40rem 24rem;
    box-sizing: border-box;
    display: inline-block;
}

    .calligraphy .list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

        .calligraphy .list .item {
            width: 48%;
            margin-bottom: 33rem;
            position: relative;
        }

            .calligraphy .list .item .image {
                width: 100%;
                position: relative;
            }

                .calligraphy .list .item .image img {
                    width: 100%;
                    display: block;
                    border-radius: 8rem 8rem 0 0;
                }

            .calligraphy .list .item .name {
                height: 100rem;
                box-shadow: 2rem -1rem 12rem 9rem rgb(82 81 81 / 10%);
                padding: 16rem;
            }

                .calligraphy .list .item .name p {
                    height: "";
                    line-height: ""/2;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    word-wrap: break-word;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    font-size: 30rem;
                    font-weight: 400;
                    color: #353535;
                    line-height: 1.5;
                }

/* 预约服务 */
.order {
    width: 100%;
    padding: 9rem 24rem 40rem;
    box-sizing: border-box;
    display: inline-block;
}

    .order .item {
        margin-bottom: 30rem;
        font-size: 27rem;
        color: #222222;
        line-height: 32rem;
    }

        .order .item .title {
            font-size: 30rem;
            font-weight: 400;
            color: #333333;
            line-height: 48rem;
            position: relative;
            text-indent: 13rem;
            margin-bottom: 16rem;
        }

            .order .item .title .zs {
                display: inline-block;
                width: 7rem;
                height: 28rem;
                background: #A62B1F;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .order .item .content {
            padding: 0 16rem;
        }

            .order .item .content .name {
                font-size: 27rem;
                color: #2e2e2e;
                margin-bottom: 16rem;
            }

            .order .item .content .timeInfo {
                margin-bottom: 20rem;
            }

                .order .item .content .timeInfo .bgRed {
                    background: #a62b1f;
                    border-radius: 13rem;
                    padding: 8rem;
                    color: #ffffff;
                }

            .order .item .content span {
                line-height: 22px;
            }

            .order .item .content p {
                line-height: 22px;
            }

        .order .item .qrcode {
            width: 330rem;
            margin: 0 auto;
        }

        .order .item img {
            max-width: 100%;
            vertical-align: middle;
        }

/* 公祭仪程 */
.agenda {
    font-size: 26rem;
    font-weight: 400;
    color: #222222;
    line-height: 40rem;
    padding: 66rem 30rem;
}

    .agenda p {
        padding-bottom: 88rem;
        position: relative;
    }

        .agenda p .circle {
            display: inline-block;
            width: 14rem;
            height: 14rem;
            border-radius: 50%;
            background: #ffffff;
            border: 2rem solid #A62B1F;
            position: absolute;
        }

            .agenda p .circle::after {
                content: '';
                width: 7rem;
                height: 7rem;
                background: #A62B1F;
                border-radius: 50%;
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .agenda p .line {
            display: inline-block;
            width: 2rem;
            height: calc(100% - 18rem);
            background: #A62B1F;
            position: absolute;
            bottom: 0;
            left: 8rem;
        }

        .agenda p .text {
            padding-left: 27rem;
            display: inline-block;
        }

/* 志愿服务 */
.volunteer {
    padding: 20rem 26rem;
}

    .volunteer .title {
        font-size: 30rem;
        color: #A62B1F;
        font-weight: 500;
        text-align: center;
        line-height: 60rem;
    }

    .volunteer .content {
        font-size: 25rem;
        font-weight: 400;
        color: #222222;
        line-height: 36rem;
        padding: 0 22rem;
        white-space: pre-line;
    }

    .volunteer .name {
        font-size: 30rem;
        font-weight: 400;
        color: #333333;
        line-height: 36rem;
        position: relative;
        text-indent: 14rem;
        margin-top: 36rem;
    }

        .volunteer .name .zs {
            display: inline-block;
            width: 7rem;
            height: 28rem;
            background: #A62B1F;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .volunteer .content #colorRed {
            color: #A62B1F;
        }

    .volunteer .end {
        font-size: 25rem;
        font-weight: 400;
        color: #222222;
        line-height: 36rem;
    }
	
/* 参观指南 */

.bMap {
    width: 100%;
    height: 500rem;
    position: relative;
    margin: 0 0 20rem 0;
}

#ls_detail .img-boxx {
    padding: 0px;
    top: 55%
}

#ls_detail .img-boxx .img1 {
        padding-top: 40rem;
    }

#ls_detail .img-boxx .img2 {
    height: 130px;
    margin: 20px auto;
}
#ls_detail .img-boxx .p {
  bottom:240rem;
}

.mapBox .img-boxx {
    padding: 0px;
    top: 48%;
}