@charset "utf-8";

/* CSS Document */
.bg {
	background: #F7F7F7;
}

#banner {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 80px;
}

#banner .swiper-slide {
	position: relative;
	cursor: pointer;
}

#banner .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

#banner .swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: #EBEBEB;
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px;
}

#banner .swiper-pagination-bullet i {
	background: #71A43B;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

#banner .swiper-pagination-bullet-active span,
#banner .swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #71A43B;
	position: relative;
	z-index: 1;
}

#banner .swiper-pagination-bullet-active i {
	animation: middle 6s;
}

#banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}

#banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s;
}

#mend_ban {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 80px;
}

#mend_ban .swiper-slide {
	position: relative;
	cursor: pointer;
}

#mend_ban .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

#mend_ban .swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: #EBEBEB;
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px;
}

#mend_ban .swiper-pagination-bullet i {
	background: #71A43B;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

#mend_ban .swiper-pagination-bullet-active span,
#mend_ban .swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #71A43B;
	position: relative;
	z-index: 1;
}

#mend_ban .swiper-pagination-bullet-active i {
	animation: middle 6s;
}

#mend_ban .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}

#mend_ban .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s;
}

#mend_ban .swiper-button-next,
#mend_ban .swiper-button-prev {
	position: absolute;
	top: 48%;
	width: 60px;
	height: 48px;
	background: #fff url("../icon.png") no-repeat 32px -25px;
	background-size: 15px;
	z-index: 5;
	cursor: pointer;
	visibility: visible;
	border-radius: 30px;
}

#mend_ban .swiper-button-next {
	left: -80px;
	transition: 0.2s ease-out;
}

#mend_ban .swiper-button-prev {
	background-position: 14px 12px;
	left: auto;
	right: -80px;
	transition: 0.6s ease-out;
}

#mend_ban:hover .swiper-button-next {
	visibility: visible;
	left: -28px;
}

#mend_ban:hover .swiper-button-prev {
	visibility: visible;
	right: -28px;
}

#new_goods {
	width: 40%;
	float: left;
	position: relative;
	overflow: hidden;
}

#new_goods .swiper-slide {
	position: relative;
	cursor: pointer;
}

#new_goods .swiper-slide .text {
	width: 40px;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 20px 25px;
	border: solid 5px rgba(113, 164, 59, .50);
	border-right: 0;
}

#new_goods .swiper-slide .text:before,
#new_goods .swiper-slide .text:after {
	width: 5px;
	height: 20%;
	background: rgba(113, 164, 59, .50);
	left: auto;
	right: 0px;
}

#new_goods .swiper-slide .text:after {
	top: auto;
	bottom: 0;
}

#new_goods .swiper-slide .text h2 {
	font-size: 32px;
	line-height: 40px;
	color: #71A43B;
}

#new_goods .swiper-slide .text em {
	width: 20px;
	position: absolute;
	right: -5px;
	top: 25%;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
	transform: rotate(90deg);
	color: rgba(113, 164, 59, .50);
}

#new_goods .swiper-button-next,
#new_goods .swiper-button-prev {
	position: absolute;
	top: 48%;
	width: 24px;
	height: 30px;
	background: url("../icon.png") no-repeat center -37px;
	background-size: 16px;
	z-index: 5;
	cursor: pointer;
	visibility: visible;
	transition: 0.3s ease-out;
}

#new_goods .swiper-button-next {
	left: -20%;
}

#new_goods .swiper-button-prev {
	background-position: center 2px;
	left: auto;
	right: -20%;
}

#new_goods:hover .swiper-button-next {
	visibility: visible;
	left: 10px;
}

#new_goods:hover .swiper-button-prev {
	visibility: visible;
	right: 10px;
}

#new_goods .swiper-pagination {
	position: absolute;
	z-index: 5;
	bottom: 10px;
	width: auto;
	left: 46%;
	font-size: 12px;
}

#new_goods .swiper-pagination-bullet {
	background: none;
	border: solid 1px #aaa;
	opacity: .8;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
}

#new_goods .swiper-pagination-bullet-active {
	opacity: 1;
	background: #71A43B;
	border: solid 1px #71A43B;
}

.md_title {
	width: 100%;
	float: left;
	text-align: center;
}

.md_title h2 {
	font-size: 32px;
	line-height: 40px;
	height: 40px;
	color: #71A43B;
	font-weight: bold;
}

.md_title em {
	font-size: 22px;
	color: #aaa;
	text-transform: uppercase;
}

.btnMore {
	border-radius: 30px;
	height: 40px;
	line-height: 40px;
	width: 150px;
	text-align: center;
	color: #71A43B;
	border: solid 1px #71A43B;
	display: block;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	background: #71A43B;
}

.btnMore span {
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #fff;
}

.btnMore:after {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 5px;
	top: 16px;
	right: 40px;
	transition: 0.3s ease-out;
}

.btnMore:hover:after {
	right: 35px;
}

.btnMore:hover {
	background: #fff;
}

.btnMore:hover span {
	color: #000;
}

.md_about {
	width: 100%;
	float: left;
	position: relative;
}

.about_bg {
	background: #F5F6F5;
}

.jm_bg {
	background: url(../jm_bg.jpg) no-repeat center center fixed;
	background-size: cover;
	padding: 0;
}

.md_yous {
	width: 420px;
	padding: 40px;
	background: rgba(113, 164, 59, .85);
	position: relative;
	top: -140px;
	float: right;
	margin-right: 15%;
}

.md_yous h2 {
	font-size: 32px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 30px;
}

.md_yous em {
	font-size: 36px;
	color: #71A43B;
	line-height: 40px;
	position: absolute;
	left: -200px;
}

.md_yous h3 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.md_yous h3 a {
	padding: 3px 50px;
	border: solid 1px #fff;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-top: 20px;
	border-radius: 30px;
	position: relative;
}

.md_yous h3 a:hover {
	background: #fff;
	color: #71A43B;
}

.md_yous h3 a:after {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 4px;
	top: 15px;
	right: 35px;
	transition: 0.3s ease-out;
}

.md_yous h3 a:hover:after {
	right: 30px;
	border-color: transparent transparent transparent #71A43B;
}

.atits {
	width: 60px;
	height: 220px;
	font-size: 32px;
	position: absolute;
	transform: rotate(90deg);
	left: -2%;
	top: -158px;
	z-index: 3;
	color: rgba(0, 0, 0, .2);
}

.md_about .text {
	margin-left: 10%;
	width: 40%;
	float: left;
}

.md_about .text h2 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 50px;
}

.md_about .text a {
	margin-top: 30px;
	color: #71A43B;
}

.md_about .text p {
	font-size: 16px;
	line-height: 36px;
	color: #000;
}

.md_about .pic {
	width: 460px;
	right: 10%;
	bottom: -90px;
	position: absolute;
}

.md_goods {
	width: 60%;
	float: right;
	padding-top: 80px;
	position: relative;
}

.md_goods em {
	font-size: 78px;
	line-height: 80px;
	color: #F5F6F5;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
}

.md_goods h2 {
	font-size: 32px;
	line-height: 40px;
	position: absolute;
	top: 20px;
	right: 0;
	color: #71A43B;
}

.md_goods h2:before {
	height: 0;
	width: 0;
	border-color: #71A43B transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	left: 50%;
	top: 45px;
	margin-left: -3px;
}

.md_goods li {
	width: calc(33.3% - 30px);
	float: left;
	margin: 30px 0 0 30px;
	position: relative;
}

.md_goods li b {
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	left: 15px;
	top: 15px;
	background: rgba(255, 255, 255, .90);
	visibility: hidden;
}

.md_goods li i {
	width: 100%;
	float: left;
	overflow: hidden;
}

.md_goods li h3 {
	width: 100%;
	position: absolute;
	top: 47%;
	font-size: 22px;
	color: #fff;
	z-index: 3;
	text-align: center;
	visibility: hidden;
}

.md_goods li:hover h3 {
	color: #71A43B;
	visibility: visible;
}

.md_goods li:hover b {
	visibility: visible;
}

.md_goods li:before {
	width: 1px;
	height: 0;
	left: 10%;
	top: 10%;
}

.md_goods li:after {
	width: 0%;
	height: 1px;
	left: 10%;
	top: 10%;
}

.md_goods li a:before {
	width: 1px;
	height: 0;
	left: auto;
	right: 10%;
	top: 10%;
}

.md_goods li a:after {
	width: 0%;
	height: 1px;
	left: 10%;
	top: auto;
	bottom: 10%;
}

.md_goods li:hover:before,
.md_goods li:hover a:before {
	height: 80%;
	transition: 0.5s ease-out;
	background: #71A43B;
}

.md_goods li:hover:after,
.md_goods li:hover a:after {
	width: 80%;
	transition: 0.5s ease-out;
	background: #71A43B;
}

.list_news {
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-top: 20px;
}

.list_news a {
	width: calc(25% - 30px);
	float: left;
	position: relative;
	padding: 15px;
}

.list_news a:hover {
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
	transition: 0.3s ease-out;
}

.list_news a h2 {
	width: 100%;
	float: left;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	margin: 15px 0 5px 0;
	overflow: hidden;
}

.list_news a time {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #666;
}

.list_news a i {
	width: 100%;
	float: left;
	overflow: hidden;
}

.list_news a p {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	margin: 15px 0;
}

.list_news a em {
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	position: relative;
}

.list_news a em:before {
	width: 100%;
	height: 6px;
	background: rgba(113, 164, 59, .50);
	top: 10px
}

.list_news a a:hover img {
	transform: scale(1.1);
	transition: 460ms;
}

.list_news a:before {
	width: 8px;
	height: 11px;
	background: url("../icon.png") no-repeat 0 1px;
	background-size: 6px;
	top: auto;
	left: 50px;
	bottom: 19px;
	visibility: hidden;
	transition: 0.3s ease-out;
}

.list_news a:after {
	width: 100%;
	height: 2px;
	left: 0;
	top: auto;
	bottom: 0px;
	background: #71A43B;
	background-image: linear-gradient(to left, #71A43B, #498C31);
	transform-origin: 100%;
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	visibility: hidden\9;
}

.list_news a:hover:after,
.header .nav li a.yes:after {
	width: 100%;
	transform: scaleX(1);
	transform-origin: 0;
	visibility: visible\9;
}

.list_news a:hover:before {
	visibility: visible;
	left: 60px;
}

/*二级页面样式开始*/
/*加盟申请*/
.jm_nav {
	width: 90px;
	position: fixed;
	right: -100px;
	top: 50%;
	z-index: 66;
	transition: 0.3s ease-out;
}

.jm_nav li {
	display: block;
	line-height: 40px;
	cursor: pointer;
	color: #aaa;
	text-align: center;
}

.jm_nav li:hover {
	color: #71A43B;
}

.jm_nav li.cur {
	background: #71A43B;
	color: #fff;
	border-radius: 30px 0 0 30px;
}

.jm_nav li.cur a {
	color: #71A43B;
	font-weight: bold;
}

.jm_nav_xs {
	right: 0px;
}

.jm_box {
	width: 100%;
	float: left;
}

#brand {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 60px;
}

#brand .swiper-slide {
	position: relative;
	cursor: pointer;
}

#brand .swiper-slide .text {
	width: 50%;
	float: left;
	margin-left: 10%;
}

#brand .swiper-slide .text h2 {
	font-size: 32px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
}

#brand .swiper-slide .text p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

#brand .swiper-slide .text h3 {
	margin-top: 10px;
	position: relative;
	padding-left: 20px;
}

#brand .swiper-slide .text h3:before {
	width: 6px;
	height: 6px;
	background: #71A43B;
	left: 5px;
	top: 9px;
	border-radius: 8px;
}

#brand .swiper-slide .pic {
	width: 300px;
	float: right;
	margin-right: 10%;
}

#brand .swiper-button-next,
#brand .swiper-button-prev {
	position: absolute;
	top: 48%;
	width: 24px;
	height: 30px;
	background: url("../icon.png") no-repeat center -37px;
	background-size: 16px;
	z-index: 5;
	cursor: pointer;
	visibility: visible;
	transition: 0.3s ease-out;
}

#brand .swiper-button-next {
	left: -20%;
}

#brand .swiper-button-prev {
	background-position: center 2px;
	left: auto;
	right: -20%;
}

#brand:hover .swiper-button-next {
	visibility: visible;
	left: 0;
}

#brand:hover .swiper-button-prev {
	visibility: visible;
	right: 0;
}

#brand .swiper-pagination {
	position: absolute;
	z-index: 5;
	bottom: 0px;
	width: auto;
	left: 46%;
	font-size: 12px;
}

#brand .swiper-pagination-bullet {
	background: #CBCAC8;
	opacity: .8;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
}

#brand .swiper-pagination-bullet-active {
	opacity: 1;
	background: #71A43B;
}

#jmban {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 40px;
	margin-top: 20px;
}

#jmban .swiper-slide {
	width: 1000px !important;
	position: relative;
	cursor: pointer;
}

#jmban .swiper-slide .title {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 20px;
}

#jmban .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

#jmban .swiper-pagination-bullet span {
	width: 5px;
	height: 5px;
	background: #EBEBEB;
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px;
}

#jmban .swiper-pagination-bullet i {
	background: #71A43B;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

#jmban .swiper-pagination-bullet-active span,
#jmban .swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #71A43B;
	position: relative;
	z-index: 1;
}

#jmban .swiper-pagination-bullet-active i {
	animation: middle 6s;
}

#jmban .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}

#jmban .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s;
}

@keyframes first {
	0% {
		transform: scaleX(0.5);
		left: 0px;
	}

	100% {
		transform: scaleX(1);
		left: 2px;
	}
}

@keyframes last {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	20% {
		transform: scaleX(0.3);
		left: 2px;
	}

	100% {
		transform: scaleX(0.3);
		left: 0px;
	}
}

@keyframes middle {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	20% {
		transform: scaleX(0.45);
		left: 2px;
	}

	100% {
		transform: scaleX(1);
		left: 2px;
	}
}

#zsban .text {
	width: calc(380px - 80px);
	padding: 40px;
	position: absolute;
	right: 10%;
	bottom: 20px;
	background: rgba(255, 255, 255, .90);
	padding-top: 20px;
	z-index: 3;
	padding-bottom: 50px;
}

#zsban .text p {
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	margin-top: 10px;
}

#zsban {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

#zsban .swiper-slide {
	position: relative;
	cursor: pointer;
}

#zsban .swiper-pagination {
	position: absolute;
	z-index: 5;
	bottom: 40px;
	width: auto;
	left: auto;
	right: 19.5%;
}

#zsban .swiper-pagination-bullet {
	background: #CBCAC8;
	opacity: .8;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
}

#zsban .swiper-pagination-bullet-active {
	opacity: 1;
	background: #71A43B;
}

.list_ban {
	width: 100%;
	float: left;
	margin-top: 80px;
	position: relative;
}

.list_ban em {
	position: absolute;
	left: 10%;
	bottom: 10px;
	font-size: 160px;
	line-height: 140px;
	height: 140px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .2);
	margin-left: -14px;
	z-index: 1;
}

.list_ban h2 {
	font-size: 32px;
	position: absolute;
	left: 10%;
	bottom: -10px;
	color: #fff;
	z-index: 2;
}

.list_ban:before {
	width: 20%;
	height: 80px;
	background: rgba(113, 164, 59, .95);
	left: 0;
	top: auto;
	bottom: -40px;
	z-index: 2;
	border-radius: 0 40px 0 0;
}

.list_subnav {
	width: 80%;
	float: left;
	background: #EBEBEB;
	padding: 5px 10%;
	position: relative;
}

.list_subnav ul {
	float: left;
	position: relative;
	z-index: 2;
	margin-left: 14%;
}

.list_subnav li {
	float: left;
	line-height: 30px;
	padding: 0 20px;
	position: relative;
}

.list_subnav li h2 {
	font-size: 18px;
	color: #666;
}

.list_subnav li:hover h2 {
	color: #71A43B;
}

.list_subnav li.yes h2 {
	color: #71A43B;
	font-weight: bold;
}

.list_subnav li.yes:before {
	height: 0;
	width: 0;
	border-color: #71A43B transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	top: auto;
	bottom: -8px;
	left: 44%;
}

.list_subnav h3 {
	float: right;
	font-size: 12px;
	line-height: 30px;
	color: rgba(0, 0, 0, .6);
}

.list_subnav h3 a {
	color: #71A43B;
	position: relative;
	padding-right: 31px;
	display: inline-block;
}

.list_subnav h3 a:nth-child(1) {
	padding-left: 20px;
	background: url("../map.png") no-repeat 5px 7px;
	background-size: 12px;
}

.list_subnav h3 a:before {
	content: ">";
	left: auto;
	right: 13px;
	top: 2px;
	color: rgba(0, 0, 0, .3);
	font-family: "宋体";
}

.list_subnav h3 a:last-child {
	padding-right: 0;
}

.list_subnav h3 a:last-child:before {
	display: none;
}
.list_goods {
	width: 100%;
	float: left;
}

.list_goods ul {
	margin-left: -30px;
}

.list_goods li {
	width: calc(33.3% - 30px);
	float: left;
	position: relative;
	margin: 15px 0 15px 30px;
	overflow: hidden;
	border-radius: 6px;
}

.list_goods li i {
	width: 100%;
	float: left;
	overflow: hidden;
}

.list_goods li h2 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	z-index: 2;
	font-size: 20px;
}

.list_goods li b {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background: rgba(113, 164, 59, .9);
	background: linear-gradient(to top, rgba(113, 164, 59, .8), rgba(0, 0, 0, .0));
	visibility: hidden;
	transition: 360ms;
}

.list_goods img {
	display: flex;
}

.list_goods li:before {
	width: 0px;
	height: 3px;
	background: #fff;
	top: auto;
	bottom: 60px;
}

.list_goods li:hover:before {
	width: 53px;
	transition: 0.3s ease-out;
}

.list_goods li:hover b {
	visibility: visible;
	bottom: 0;
}

.list_goods li:hover h2 {
	bottom: 30px;
	transition: 660ms;
}

.list_goods li:hover img {
	transform: scale(1.2);
	transition: 860ms;
}

.let {
	width: 25%;
	float: left;
}

.rit {
	width: 70%;
	float: right;
}

.show_bg {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 60px;
}

.show_bg:before {
	width: 32%;
	height: 200px;
	background: rgba(113, 164, 59, .1);
	left: 0;
	top: 0px;
	z-index: 1;
}

.show_title {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}

.show_title h1 {
	width: 100%;
	float: left;
	font-size: 26px;
	line-height: 26px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
	color: #71A43B;
}

.show_title h2 {
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	height: 60px;
	color: #666;
	margin-top: 10px;
}

.show_title p {
	width: 100%;
	float: left;
	height: 20px;
	line-height: 20px;
	position: relative;
	position: relative;
}

.show_title p:before {
	width: 160px;
	height: 1px;
	background: rgba(113, 164, 59, .3);
	left: auto;
	right: 0;
	top: 10px;
}

.show_title p:after {
	width: 7px;
	height: 7px;
	border: solid 1px rgba(113, 164, 59, .3);
	left: auto;
	right: 161px;
	top: 6px;
	border-radius: 30px;
}

.show_title b {
	width: 38px;
	height: 18px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: rgba(113, 164, 59, .6);
	margin-left: 20px;
}

.show_title b:nth-child(1) {
	margin-left: 0;
}

.show_title .i1 {
	background-position: 0 -156px;
}

.show_title .i2 {
	background-position: 0 5px;
	margin-left: 20px;
}

.show_title time {
	font-size: 16px;
	z-index: 3;
	font-size: 12px;
	color: #9B9B9B;
	padding-left: 20px;
	background: url(../ico/ico.png) no-repeat 0 -34px;
	background-size: 14px;
	margin-left: 20px;
}

.show_body {
	width: 100%;
	float: left;
	margin: 20px 0;
}

.show_body h2 {
	font-size: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	color: #222;
	margin: 10px 0;
	text-indent: 10px;
	position: relative;
	border-left: solid 3px #71A43B;
}

.show_body p {
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
	padding-left: 15px;
	color: #333;
}

.show_body img {
	float: none;
	margin: 10px auto;
	display: table;
	max-width: 100%;
	width: auto;
}

.show_body a {
	color: #71A43B;
	font-weight: bold;
}

.show_body a:hover {
	color: #000;
}

/*下一篇*/
.show_next {
	width: 100%;
	float: left;
	position: relative;
}

.show_next li {
	width: calc(50% - 70px);
	float: left;
	background: #F5F6F5;
	padding: 30px;
}

.show_next li b {
	display: block;
	color: rgba(0, 0, 0, .6);
	margin-bottom: 10px;
}

.show_next li:hover b {
	color: rgba(255, 255, 255, .5);
}

.show_next li:hover h2 {
	color: #fff;
}

.show_next li:hover {
	background: #71A43B;
}

.show_next li:nth-child(2) {
	float: right;
}

.show_next li:last-child {
	background: #fff url("../icon.png") no-repeat center -408px;
	background-size: 32px;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -25px;
	top: 30px;
	border-radius: 30px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.show_next li:last-child:before {
	width: 32px;
	height: 32px;
	background: url("../icon.png") no-repeat center -460px;
	background-size: 100%;
	left: 9px;
	top: 9px;
}

.show_next li:last-child:hover:before {
	transition: 0.2s ease-out;
	transform: rotate(16deg);
}

.show_next li:last-child a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

.show_good {
	width: 100%;
	margin: 0 auto;
	display: table;
}

.show_good .tit {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.show_good .tit h1 {
	display: flex;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	position: relative;
	padding: 0 30px;
}

.show_good .tit h1:before,
.show_good .tit h1:after {
	width: 5px;
	height: 28px;
	top: 8px;
	left: 10px;
	background: #71A43B;
	border-radius: 20px;
	transform: rotate(-16deg);
}

.show_good .tit h1:after {
	left: auto;
	right: 10px;
	transform: rotate(16deg);
}

.show_good .inf {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.show_good .inf .pic {
	width: 500px;
}

.show_good .inf .tex {
	width: calc(100% - 560px);
}

.show_good .inf .tex h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

.show_good .inf .tex h2:before {
	width: 6px;
	height: 6px;
	background: #71A43B;
	border-radius: 20px;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.show_good .inf .tex p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 15px;
	color: #000;
}

.show_good .inf .tex img {
	max-width: 100%;
	display: flex;
	border-radius: 6px;
}

.show_good .con {
	width: 100%;
}

.show_good .con h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	padding-left: 15px;
	margin-top: 20px;
}

.show_good .con h2:before {
	width: 5px;
	height: 20px;
	background: #71A43B;
	border-radius: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.show_good .con p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	color: #000;
}

.show_good .con img {
	max-width: 100%;
	display: flex;
	border-radius: 6px;
}

.anchorBL {
	display: none;
}

.ditu {
	width: 100%;
	float: left;
	height: 650px;
	position: relative;
}

.list_cont{
	display: flex;
	flex-wrap: wrap;
}
.list_cont .lianxi{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.list_cont .lianxi .tx{
	width: calc(100% - 600px);
}
.list_cont .lianxi .tx dl{
	width: 100%;
	display: flex;
	margin-bottom: 40px;
}
.list_cont .lianxi .tx dl:last-child{
	margin: 0;
}
.list_cont .lianxi .tx dt{
	width: 40px;
	height: 40px;
	background: #E9F1D4;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	margin-right: 20px;
}
.list_cont .lianxi .tx dt img{
	width: auto;
	height: 24px;
	display: flex;
}
.list_cont .lianxi .tx dd{
	
}
.list_cont .lianxi .tx dd h2{
	font-size: 14px;
	color: #666;
}
.list_cont .lianxi .tx dd p{
	font-size: 18px;
	color: #000;
	margin-top: 5px;
}

.list_cont .lianxi .sm{
	width: 450px;
	display: flex;
	justify-content: space-between;
	align-self: start;
}
.list_cont .lianxi .sm li{
	width: 42%;
	border: solid 1px #E6E6E6;
	border-radius: 6px;
	position: relative;
}
.list_cont .lianxi .sm li h2{
	width: 90px;
	display: flex;
	justify-content: center;
	position: absolute;	
	left: 50%;
	bottom: -13px;
	margin-left: -45px;
	background: #fff;
	border: solid 1px #E6E6E6;
	border-radius: 20px;
	font-size: 14px;
	padding: 3px 0px;
}
.list_cont .lianxi .sm li img{
	display: flex;
	border-radius: 6px;
	margin-bottom: 15px;
}
.list_cont .lianxi .sm li b{
	position: absolute;	
	width: 10px;
	height: 10px;		
}
.list_cont .lianxi .sm li b:nth-child(1){
	top: -1px;
	left: -1px;
	border: solid 3px #71A43B;
	border-right: 0;
	border-bottom: 0;
}
.list_cont .lianxi .sm li b:nth-child(2){
	top: -1px;
	right: -1px;
	border: solid 3px #71A43B;
	border-left: 0;
	border-bottom: 0;
}
.list_cont .lianxi .sm li b:nth-child(3){
	bottom: -1px;
	left: -1px;
	border: solid 3px #71A43B;
	border-right: 0;
	border-top: 0;
}
.list_cont .lianxi .sm li b:nth-child(4){
	bottom: -1px;
	right: -1px;
	border: solid 3px #71A43B;
	border-left: 0;
	border-top: 0;
}

.ditu{
	width: 100%;
	height:500px;
	position: relative;
}
.ditu .di{
	width: 540px;
	position: absolute !important;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -130px;
	z-index: 888;
	display: flex;
	position: relative;
}
.ditu .di:before{
	width: calc(100% - 120px);
	height: calc(100% - 20px);
	left: 40px;
	top: 10px;
	background: #71A43B;
	border-radius: 100px;
}
.ditu .di dt{
	width: 60px;
	height: 60px;	
	border: solid 3px #71A43B;
	padding: 20px;
	background: #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	position: relative;
	z-index: 5;
}
.ditu .di dt:before{
	width: 58px;
	height: 29px;
	background: url("../ditub.png") no-repeat;
	top: auto;
	left: 50%;
	bottom: -23px;
	margin-left: -30px;
}
.ditu .di dt img{
	width: auto;
	height: 60px;
}
.ditu .di dd{
	position: relative;
	z-index: 5;
}
.ditu .di dd h2{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 30px;
}
.ditu .di dd h3{
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

#map{
	width:100%;
	height:500px;
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
}

/*分页样式开始*/
.paging {
	width: 100%;
	float: left;
}

.pc_page {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 30px;
}

.pc_page a {
	width: 20px;
	display: inline-block;
	line-height: 22px;
	color: #8E8E8E;
	position: relative;
	text-align: center;
	margin: 0 5px;
}

.pc_page a:hover {
	color: #B09163;
}

.pc_page span {
	display: inline-block;
	color: #B09163;
	border-bottom: solid 2px #B09163;
	width: 20px;
	line-height: 22px;
	text-align: center;
}

.pc_page .prev,
.pc_page .next {
	width: 66px;
	padding: 0;
	height: 26px;
	margin-right: 0;
	line-height: 26px;
	color: #8E8E8E;
	border: solid 1px #E6E6E6;
}

.pc_page .prev:hover,
.pc_page .next:hover {
	border: solid 1px #B09163;
}

.pc_page .first,
.pc_page .end {
	display: none;
}

.m_page {
	width: 100%;
	float: left;
	height: 30px;
	background: #fff;
	position: relative;
	margin-top: 10px;
}

.m_page a {
	width: 30%;
	line-height: 30px;
	height: 30px;
	background: url(../ico/m_page.png) no-repeat;
	background-size: 14px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 0;
}

.m_page p {
	text-align: center;
	margin-top: 5px;
	color: #666;
}

.m_page b {
	color: #940D13;
	padding-right: 18px;
	position: relative;
}

.m_page b:before {
	width: 1px;
	height: 11px;
	transform: rotate(25deg);
	background: #999;
	left: auto;
	right: 8px;
	top: 5px;
}

.m_page a.m_page_left {
	background-position: 10px 10px;
}

.m_page a.m_page_right {
	right: 0;
	background-position: 90% -12px;
}

/*分页样式结束*/