.zhenliao-div {
	padding: 70px 0 135px 0;
	box-sizing: border-box;
	background-color: #FAFAFA;
}

.zhenliao-box-content {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.zhenliao-box-content-item {
	margin: 0 1.2%;
	margin-top: 30px;
	width: 168px;
	height: 154px;

	border: 1px solid #E5E5E5;
	background-color: #fff;
}

.zhenliao-box-content-item>a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.zhenliao-box-content-item:hover {
	box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
	transition: all 0.7s ease 0ms;
}

.zhenliao-box-content-item>a>img {
	width: 44px;
	height: 44px;
}

.zhenliao-box-content-item>a>span {
	margin-top: 24px;
	color: #333333;
	font-size: 18px;
}

.tuandui-div {
	padding: 0px 0 80px 0;
	box-sizing: border-box;

}

.guanggaowei {
	position: relative;
	margin-top: -50px;
	width: 100%;
	margin-bottom: 60px;
}

.guanggaowei>img {
	width: 100%;
}

.tuandui-box-content {
	margin-top: 40px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tuandui-box-content-item {
	width: 338px;
	border: 1px solid #E8DBD3;
}

.tuandui-box-content-item-first {
	height: 230px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E8DBD3;
}

.tuandui-box-content-item-first>img {
	height: 100%;
}

.tuandui-box-content-item-second {
	padding: 30px;
	box-sizing: border-box;
}

.tuandui-box-content-item-second-one {
	display: flex;
	align-items: flex-end;
}

.tuandui-box-content-item-second-one>h3 {
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
	margin-right: 16px;
}

.tuandui-box-content-item-second-one>span {
	font-size: 16px;
	color: #333333;
}

.tuandui-box-content-item-second-two {
	margin-top: 26px;
	font-size: 16px;
	color: #333333;
}

.tuandui-box-content-item-second-two>p {
	margin-top: 5px;
}

.tuandui-box-content-item-third {
	margin-top: 20px;
	display: flex;
	align-items: center;
	width: 100%;
}

.tuandui-box-content-item-third>div {
	width: 50%;
	height: 50px;
	display: flex;
}

.tuandui-box-content-item-third>div>a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
}

.tuandui-box-content-item-third-left {
	background-color: #6F452B;
}

.tuandui-box-content-item-third-right {
	background-color: #862C36;
}

.jieshaoind-div {
	padding: 90px 0;
	box-sizing: border-box;
	position: relative;
	background-color: #FAFAFA;
	overflow: hidden;
}

.jieshaoind-box {
	width: 50%;
	padding: 0 80px;
	box-sizing: border-box;
	z-index: 99;
}

.jieshaoind-box-first {
	font-size: 24px;
	color: #333333;
}

.jieshaoind-box-second {
	font-size: 36px;
	color: #333333;
	font-weight: bolder;
	margin-top: 6px;
}

.jieshaoind-box-third {
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
}

.jieshaoind-box-gourth {
	margin-top: 30px;
	width: 170px;
	height: 50px;
	background-color: #6F452B;
	border-radius: 6px;
	overflow: hidden;
}

.jieshaoind-box-gourth>a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
}

.jieshaoind-div-right {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50%;
	top: 0;
}

.newsind-div {
	padding: 50px 0 0 0;
	box-sizing: border-box;
}

.newsind-box-content {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newsind-box-content-item {
	width: 23.5%;
	display: flex;
	flex-direction: column;
}

.newsind-box-content-item-first {
	width: 100%;
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
}

.newsind-box-content-item-first>img {
	width: 100%;
	height: 100%;
}

.newsind-box-content-item-second {
	margin-top: 18px;
	color: #333333;
	font-size: 20px;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newsind-box-content-item-third {
	font-size: 14px;
	color: #666666;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.newsind-box-content-item-fourth {
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsind-box-content-item-fourth-left {
	font-size: 14px;
	color: #666666;
}

.newsind-box-content-item-fourth-right {
	font-size: 14px;
}

.newsind-box-content-item-fourth-right>a {
	color: #6F452B;
}

.guanggaowei2 {
	margin-top: 40px;
}

.changshiind-div {
	padding: 0px 0 70px 0;
	box-sizing: border-box;
}

.changshiind-box {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.changshiind-box-item {
	width: 32%;
	padding: 25px 30px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	transition: all 0.7s ease 0ms;
}

.changshiind-box-item:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.changshiind-box-item-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.changshiind-box-item-first>h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bolder;
}

.changshiind-box-item-first>div>a {
	font-size: 12px;
	color: #6F452B;
}

.changshiind-box-item-second {
	margin-top: 15px;
	display: flex;
}

.changshiind-box-item-second-left {
	width: 25%;
	flex-shrink: 0;
	margin-right: 20px;
}

.changshiind-box-item-second-left>img {
	width: 100%;
}

.changshiind-box-item-second-right {}

.changshiind-box-item-second-right-one {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.changshiind-box-item-second-right-two {
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.changshiind-box-item-second-right-two>p {
	color: #666666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.changshiind-box-item-second-right-two>span>a {
	color: #6F452B;
	font-size: 14px;
}

.changshiind-box-item-third {
	margin-top: 20px;
}

.changshiind-box-item-third>p {
	margin-bottom: 16px;
}

.changshiind-box-item-third>p>a {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.huanjing-div {
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #FAFAFA;
}

.swiper-item-first {
	width: 100%;
}

.swiper-item-first>img {
	width: 100%;
	height: 100%;
}

.swiper-item-second {
	padding: 25px 25px 30px 25px;
	box-sizing: border-box;
	background-color: #fff;
}

.swiper-item-second>h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-align: left;
}

.swiper-item-second>p {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
}


.huanjing-box-content {
	height: 550px;
	margin-top: 30px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 90%;
}

.swiper-pagination {
	margin-top: 30px;
}

.swiper-pagination-bullet {
	width: 56px;
	height: 6px;
	border-radius: 0;
}

:root {
	--swiper-theme-color: #6F452B;
}

.yuyueind-div {
	height: 660px;
	overflow: hidden;
	position: relative;
}

#allmap {
	width: 100%;
	height: 120%;
}

.yuyueind-box {
	display: flex;
}

.yuyueind-box-left {
	width: 50%;
	padding: 40px 66px;
	box-sizing: border-box;
	background-color: #6F452B;
}

.yuyueind-box-left-first {
	font-size: 28px;
	color: #fff;
	font-weight: bolder;
}

.yuyueind-box-left>span {
	margin-top: 15px;
	width: 58px;
	height: 4px;
	display: block;
	background-color: #fff;
}

.yuyueind-box-left-second {
	margin-top: 50px;
	display: flex;
}

.yuyueind-box-left-second-left {
	width: 56px;
	height: 56px;
	margin-right: 20px;
}

.yuyueind-box-left-second-left>img {
	width: 100%;
	height: 100%;
}

.yuyueind-box-left-second-right>span {
	font-size: 16px;
	color: #fff;
}

.yuyueind-box-left-second-right>h3 {
	margin-top: 4px;
	color: #fff;
	font-size: 26px;
	font-weight: bolder;
}

.yuyueind-box-right {
	width: 50%;
	padding: 40px 66px;
	box-sizing: border-box;
	background-color: #fff;
}

.yuyueind-box-right-first {
	font-size: 28px;
	color: #6F452B;
	font-weight: bolder;
}

.yuyueind-box-right>span {
	margin-top: 15px;
	display: block;
	width: 58px;
	height: 4px;
	background: #6F452B;
}

.yuyueind-box-right-second {
	display: flex;
	align-items: center;
	margin-top: 36px;
	justify-content: space-between;
}

.yuyueind-box-right-second-item {
	width: 48%;
	height: 60px;
	border: 1px solid #666666;
	border-radius: 8px;
	padding: 0 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.yuyueind-box-right-second-item>input {
	width: 100%;
	outline: none;
	border: 0;
}

.yuyueind-box-right-third {
	margin-top: 24px;
}

.yuyueind-box-right-third-item {
	width: 100%;
	height: 60px;
	border: 1px solid #666666;
	border-radius: 8px;
	padding: 0 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.yuyueind-box-right-third-item>input {
	width: 100%;
	outline: none;
	border: 0;
}

.tijiao-btn {
	width: 50%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #6F452B;
	border-radius: 8px;
	margin-top: 40px;
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width:750px) {
	.jieshaoind-div-right {
		display: none;
	}

	.zhenliao-div {
		padding: 30px 0;
		margin-bottom: 30px;
	}

	.zhenliao-box-content-item {
		width: 108px;
		height: 110px;
	}

	.zhenliao-box-content-item>a>img {
		width: 25px;
		height: auto;
	}

	.zhenliao-box-content-item>a>span {
		margin-top: 10px;
		font-size: 13px;
	}

	.guanggaowei {
		display: none;
	}

	.tuandui-box-content-item {
		width: 48%;
		margin-bottom: 30px;
	}

	.tuandui-box-content-item-second-one>h3 {
		font-size: 18px;
	}

	.tuandui-box-content-item-second-one>span {
		font-size: 12px;
		font-weight: bolder;
	}

	.tuandui-box-content-item-second-one {
		flex-direction: column;
		align-items: flex-start;
	}

	.tuandui-box-content-item-second {
		padding: 10px;
	}

	.tuandui-box-content-item-second-two {
		font-size: 12px;
		margin-top: 10px;
	}

	.tuandui-box-content-item-third {
		margin-top: 0;
	}

	.tuandui-div {
		padding-bottom: 20px;
	}

	.jieshaoind-div {
		padding: 20px 0;
	}

	.jieshaoind-box {
		width: 100%;
		padding: 0 15px;
	}

	.jieshaoind-box-first {
		font-size: 16px;
	}

	.jieshaoind-box-second {
		font-size: 20px;
	}

	.jieshaoind-box-third {
		font-size: 12px;
		margin-top: 20px;
	}

	.jieshaoind-box-gourth {
		margin-top: 20px;
		width: 120px;
		height: 30px;
	}

	.jieshaoind-box-gourth>a {
		font-size: 12px;
	}

	.newsind-box-content-item {
		width: 48%;
		margin-bottom: 20px;
	}

	.newsind-box-content-item-first {
		height: 125px;
	}

	.newsind-box-content-item-second {
		margin-top: 10px;
		font-size: 16px;
	}

	.newsind-box-content-item-third {
		font-size: 12px;
	}

	.newsind-box-content-item-fourth {
		margin-top: 8px;
	}

	.newsind-box-content-item-fourth-left {
		font-size: 12px;
	}

	.newsind-box-content-item-fourth-right>a {
		font-size: 12px;
	}

	.changshiind-box-item {
		width: 100%;
		padding: 15px;
		margin-bottom: 20px;
	}

	.changshiind-box-item-first>h3 {
		font-size: 18px;
	}

	.changshiind-box-item-second-right-two>p {
		font-size: 12px;
	}

	.changshiind-box-item-third {
		margin-top: 10px;
	}

	.changshiind-box-item-third>p>a {
		font-size: 12px;
	}

	.changshiind-div {
		padding-bottom: 20px;
	}

	.huanjing-div {
		padding: 20px 0;
	}

	.tuandui-box-content-item-third>div {
		height: 30px;
	}

	.tuandui-box-content-item-third>div>a {
		font-size: 12px;
	}

	.swiper-item-second {
		padding: 20px;
	}

	.huanjing-box-content {
		height: 445px;
	}

	.swiper-item-second>h3 {
		font-size: 18px;
	}

	.yuyueind-box {
		flex-direction: column;
	}

	.yuyueind-box-left {
		width: 100%;
		padding: 15px;
	}

	.yuyueind-box-right {
		width: 100%;
		padding: 15px;
	}

	.yuyueind-box-left-second-left {
		flex-shrink: 0;
		width: 40px;
	}

	.yuyueind-box-left-second-left>img {
		width: 100%;
		height: auto;
	}

	.yuyueind-box-left-second {
		margin-top: 10px;
	}

	.yuyueind-box-left-second-right>span {
		font-size: 12px;
	}

	.yuyueind-box-left-second-right>h3 {
		font-size: 14px;
	}

	.yuyueind-box-left-first {
		font-size: 18px;
	}

	.yuyueind-box-right-first {
		font-size: 18px;
	}

	.yuyueind-box-right>span {
		margin-top: 5px;
	}

	.yuyueind-box-left>span {
		margin-top: 5px;
	}

	.yuyueind-box-right-second {
		margin-top: 15px;
	}

	.yuyueind-box-right-second-item {
		height: 38px;
	}

	.yuyueind-box-right-third {
		margin-top: 15px;
	}

	.yuyueind-box-right-third-item {
		height: 38px;
	}

	.tijiao-btn {
		margin-top: 20px;
		height: 30px;
		font-size: 12px;
	}

	.zhenliao-box-content {
		margin-top: 0;
	}
}