a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

header {
	width: 100%;
}

header .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

header .pc-nav ul {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 0;
}

header .pc-nav ul li {
	margin-left: 10px;
	position: relative
}

header .pc-nav a {
	font-size: 16px;
	display: block;
	padding: 0 20px;
	line-height: 110px;
	text-align: center;
	position: relative;
}

header .pc-nav a:after,
header .pc-nav a::before {
	content: '';
	display: block;
	height: 2px;
	background-color: #187117;
	position: absolute;
	bottom: 0;
	width: 0;
	transition: .5s;
}

header .pc-nav a:after {
	right: 50%;
}

header .pc-nav a::before {
	left: 50%;
}

header .pc-nav a:hover,
header .pc-nav a.active {
	color: #187117;
}

header .pc-nav a:hover::after,
header .pc-nav a.active::after {
	width: 50%;
}

header .pc-nav a:hover::before,
header .pc-nav a.active::before {
	width: 50%;
}

.flex-table {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



header .pc-nav .lh-nav-lm {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 500px;
	min-height: 228px;
	background: #fff;
	z-index: 10;
	padding: 24px 30px;

}

/* header .pc-nav ul li:nth-child(4) .lh-nav-lm {
	left: unset;
	right: 0;
} */

header .pc-nav ul li:hover .lh-nav-lm {
	display: block;
}

header .pc-nav .lh-nav-lm-l {
	width: 45%;
	border-right: 1px solid #e4e4e4;
	margin-right: 5%;
}

header .pc-nav .lh-nav-lm .lh-nav-lm-l {
	line-height: 36px;
	font-size: 14px;
	text-align: center;
}

header .pc-nav .lh-nav-lm-r {
	width: 50%;
}

header .pc-nav .lh-nav-lm-r img {
	width: 100%;
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover;
}

header .pc-nav .lh-nav-lm-r h3 {
	font-size: 16px;
	line-height: 1;
	margin-top: 20px;
}


header .pc-nav .lh-nav-lm .lh-nav-lm-l a {
	display: block;
	text-align: left;
	padding-left: 14px;
	background: url(../images/1_04.png) no-repeat left center;
	-o-background-size: 3px;
	background-size: 3px;
	font-size: 13px;
	line-height: 30px;
}

header .pc-nav .lh-nav-lm .lh-nav-lm-l a:hover {
	text-decoration: underline;
}

header .pc-nav .lh-nav-lm .lh-nav-lm-l a:hover::before,
header .pc-nav .lh-nav-lm .lh-nav-lm-l a:hover::after {
	display: none;
}

header .nav-btn .iconfont {
	font-size: 30px;
	cursor: pointer;
}

.u-mask {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	overflow: hidden;
	display: none;
}

.m-nav-show .u-mask {
	display: block;
}


header .wap-nav {
	position: fixed;
	top: 0;
	right: -255px;
	width: 255px;
	height: 100%;
	background: rgb(23 112 18 / 0.7);
	z-index: 99;
	opacity: 0;
	overflow: auto;
}

header .wap-nav ul {
	padding: 7% 5%;
	min-height: 400px;
	overflow-y: auto;
}

header .wap-nav li {
	padding: 15px 0;
	font-size: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .wap-nav a {
	color: #fff;
	text-transform: uppercase;
}

#banner {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: calc(100vh - 110px);
}

#banner img {
	display: block;
	height: 100%;
	width: auto;
	max-width: unset;
}

#banner .swiper-pagination {
	bottom: 20px;
}

#banner li a {
	display: flex;
	width: 100%;
	overflow: hidden;
	height: calc(100vh - 110px);
	align-items: center;
	justify-content: center;
	position: relative;
}

#banner li .text {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

#banner li .text h3 {
	font-size: 40px;
	text-shadow: 0 3px 2px #333;
	color: #fff;
	margin: 0;
	font-weight: bold;
	letter-spacing: 10px;
}

footer {
	width: 100%;
	background-color: #333;
	color: #fff;
	text-align: center;

	padding: 10px 0;
}

footer p {
	margin: 0;
	line-height: 1;
}

.page-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 360px;
}

.page-banner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
}

.page-banner img {
	width: auto;
	max-width: unset;

}

.page-banner .text h3 {
	color: #fff;
	font-size: 36px;
	/* font-weight: bold; */
	text-shadow: 0 3px 2px #333;
	letter-spacing: 2px;
}

.page-banner .text span {
	position: relative;
}

.page-banner .text span:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	box-shadow: 0 3px 2px #333;
	position: absolute;
	bottom: -10px;
}

.title {
	text-align: center;
	margin-bottom: 94px;
}

.title h2 {
	position: relative;
	font-size: 26px;
	font-weight: normal;
	line-height: 64px;
	text-align: center;
	margin: 0;
}

.title h2::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 17px;
	height: 1px;
	background-color: #fff;
	transform: translate(-50%, 0);
	z-index: 1;
}

.title h2:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 200px;
	height: 1px;
	background-color: #e5e5e5;
	transform: translate(-50%, 0);
	content: '';
}

#about01 {
	padding: 25px 0 90px;
}

#about01 .cont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#about01 .cont .text {
	font-size: 16px;
	line-height: 1.5;
}

#about01 .cont .text h3 {
	font-weight: bold;
	margin: 0;
	margin-bottom: 30px;
}

#about01 .cont .pic img {
	box-shadow: 15px 15px 0px 0px #ddd;
}

#about02 {
	width: 100%;
	background: url(../images/about-culture-bg.jpg) no-repeat center/cover;
	background-attachment: fixed;
	padding: 60px 0;
	box-sizing: border-box;

}

#about02 .title {
	color: #fff;
	margin-bottom: 60px;
}

#about02 .ab2-nav {
	color: #fff;
	margin-bottom: 60px;
}

#about02 .ab2-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

#about02 .ab2-nav li {
	font-size: 16px;
	line-height: 2;
	padding: 0 20px;
	border: 1px solid #fff;
	cursor: pointer;
}

#about02 .ab2-nav li:first-child {
	margin-right: 10px;
}

#about02 .ab2-nav li.active {
	background-color: #fff;
	color: #333;
}

.ab2-list ul {
	display: none;
	color: #fff;

}

.ab2-list ul:first-child li {
	width: 20%;

}

.ab2-list ul:last-child li {
	width: 25%;
}


.ab2-list li {
	box-sizing: border-box;
	padding: 10px;
	margin: 10px;
	border: 1px solid #fff;
}

.ab2-list li h3 {
	font-size: 18px;
}

.ab2-list li p {
	text-align: justify;
}

#about03 {
	width: 100%;
	padding: 60px 0;
	background: url(../images/about_c.jpg) no-repeat center/cover;
}

#about03 .title {
	margin-bottom: 60px;
}

#about03 .text {
	font-size: 16px;
}

.news-nav {
	width: 100%;
	background-color: #ffffff;
	/* border-bottom: 1px solid #FAFAFA; */
	box-shadow: 2px 4px 7px #dbdbdb;
	margin-bottom: 40px;
}

.news-nav .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 2;
	padding: 10px 15px;

}

.news-nav .container::before,
.news-nav .container::after {
	display: none;
}

.location span {
	display: inline-block;
	margin: 0 5px;
}

.news-nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.news-nav li {
	margin: 0 10px;
	font-size: 16px;
}

.news-nav li a.active {
	color: #187117;
}

.news-top ul {
	display: flex;
}

.news-top .pic {
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.news-top .text {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #eee;
	transition: .5s;
}

.news-top h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-top p {
	text-align: justify;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.news-top li:hover .text {
	background-color: #187117;
	color: #fff;
}

.newslist li {
	margin: 20px 0;
	padding: 10px;
	transition: .5s;
	background-color: #f9f9f9;
}

.newslist li .text {
	border-bottom: 1px dashed #333;
	padding-bottom: 10px;

}

.newslist li:hover {
	box-shadow: 0px 5px 8px #187117;
}

.news_detail {
	padding-bottom: 30px;
}

.news_detail h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.news_detail .info {
	text-align: center;
	margin: 30px 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.news_detail .news_cont {
	line-height: 1.6;
}

.news_detail .news-fy {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.news_detail .news-fy span {
	display: inline-block;
	padding: 5px 10px;
	background-color: #eee;
	/* margin-bottom: 10px; */
}

.news_detail .news-fy span:hover a {
	color: #187117;
	text-decoration: underline;
}

#work01 {
	padding: 25px 0 90px;
}

.work_01_list ul {
	display: flex;
	font-size: 16px;
	flex-wrap: wrap;
}

.work_01_list li {
	margin-bottom: 30px;
}

.work_01_list div {
	width: 100%;
	background-color: #fff;
	color: #333;
	padding: 20px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	transition: .5s;
	box-shadow: 0px 2px 3px 1px #9d9c9c;
}

/* .work_01_list li:hover div {
	background-color: #96b33d;
	box-shadow: 0px 5px 6px 0px #333;
} */

div#work02 {
	width: 100%;
	background: url(../images/period-bg.jpg) no-repeat center/cover;
}

#work02 .title {
	margin: 60px;
	color: #fff;
}

#work02 .period {
	width: 100%;
	background: url(../images/line.png) no-repeat right 244px;
	height: 660px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}


#work02 .period ul {}

#work02 .period li {
	position: absolute;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	align-items: center;
}

#work02 .period h3 {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

#work02 .period .desc {
	padding: 15px;
	background-color: #f6f6f6;
	border-radius: 10px;
	font-size: 16px;
	box-sizing: border-box;
}

#work02 .period li:nth-child(odd) {
	flex-direction: column-reverse;
}

#work02 .period li:nth-child(1) {
	left: 0;
	top: 70px;
}

#work02 .period li:nth-child(2) {
	left: 20%;
	top: 280px;
}

#work02 .period li:nth-child(3) {
	left: 40%;
	top: 30px;
}

#work02 .period li:nth-child(4) {
	left: 60%;
	top: 280px;
}

#work02 .period li:nth-child(5) {
	left: 80%;
	top: 40px;
}

.publictylist li {
	padding: 15px 0;
}

.publictylist li a {
	display: flex;
}

.publictylist li a:after {
	content: '';
	display: block;
	clear: both;
}

.publictylist li p:last-child {
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.publictylist li .pic img {
	width: 100%;
}

.publictylist li .text {
	border: none;
}

.pub-btn {
	text-align: right;
	margin-top: 30px;
}

.pub-btn span,
.pub-btn a {
	display: inline-block;
	cursor: pointer;
	padding: 5px 10px;
	background-color: #187117;
	line-height: 1;
	color: #fff;
}

.pub-btn span:hover,
.pub-btn a:hover {
	text-decoration: underline;
}

.view {
	position: fixed;
	top: 0;
	left: 0;
	padding: 40px 15px 15px;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	display: none;
}

.view-colse {
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	top: 5px;
	right: 15px;
	background: #f5f5f5;
	line-height: 1;
	padding: 5px;
	cursor: pointer;
}

.page {
	min-height: calc(100vh - 500px);
}

.join-list li {
	margin-bottom: 30px;
}

.join-list li .box {
	box-sizing: border-box;
	box-shadow: 0px 1px 6px #999;
	padding: 20px;
}

.join-list .tit {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #333;
	flex-wrap: wrap;
}

.join-list .tit h3 {
	margin: 0;
}

.join-list .tit h3 span {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
}

.join-list .tit .lx {
	font-size: 16px;
}

.join-list .txt {
	padding-top: 15px;
}

.join-list .txt h4 {
	font-weight: bold;
}

.contact {
	margin-bottom: 40px;
}

.contact .box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact .lxfs {
	text-align: center;
	font-size: 16px;
}

.contact .lxfs img {
	display: inline-block;
	width: 120px;
	margin: 10px 0;
}

.message p {
	color: #fff;
	text-align: justify;
}

.message label {
	font-weight: normal;
	color: #fff;
}

.message {
	width: 260px;
	box-sizing: border-box;
	padding: 15px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background-color: #6c9f3a;
	z-index: 99999;
	border-radius: 5px;
	box-shadow: 0 1px 5px #555;
}

.codeLi {
	margin-top: 3px;
	display: flex;
	align-items: center;
}

.code {
	width: 41%;
	height: 30px;
}

.imgcode {
	display: inline-block;
	height: 28px;
}

.sub {
	margin-top: 20px;
	text-align: center;
}

.sub button {
	border: none;
	outline: none;
	padding: 3px 15px;
	background-color: #fff;
}

.gbook {
	display: none;

}
