/* 统一分栏 */
.segmentationall {
	background: url(../images/indexenter.jpg) no-repeat center;
	background-size: 100% 100%;
	color: #FFFFFF;
	text-align: center;
	padding: 30px 0;
}

.segmentationall p {
	font-size: 42px;
	padding: 5px 0;
}

/* banner2 start  */
.banner2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
}

.banner2 .big {
	position: relative;
	color: #FFFFFF;
	text-align: center;
	height: 100%;
}

.banner2 .banner2-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: #333 1px 0 0, #333 0 1px 0, #333 -1px 0 0, #333 0 -1px 0;
}

.banner2 h1 {
	font-size: 128px;
	margin-bottom: 20px;
}

.banner2 h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.banner2 h5 {
	font-size: 14px;
}

.banner2 .banner2-er {
	width: 120px;
	position: absolute;
	bottom: 20px;
	right: 0;
}

.banner2 .banner2-er img {
	width: 80px;
	display: inline-block;
}

.banner2 .banner2-er p {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 10px;
	font-family: "microsoft yahei";
}

.banner2 .banner2-tel {
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* banner2 end  */
/* search start */
.search {
	background-color: #EFEFEF;
	color: #333333;
}

.search {
	height: 80px;
}

.search p {
	float: left;
	width: 750px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #333333;
}

.search p b {
	display: inline-block;
	font-family: "microsoft yahei";
}

.search p a {
	color: #333333;
	display: inline-block;
	margin-right: 15px;
	font-family: "microsoft yahei";
}

.search-inp {
	float: right;
	width: 356px;
	height: 36px;
	background: #fff;
	margin-top: 22px;
}

.search-inp1 {
	width: 249px;
	height: 34px;
	line-height: 34px;
	color: #999999;
	border: 1px solid #e3e3e3;
	border-right: 0;
	padding: 0 20px;
	float: left;
	font-family: "microsoft yahei";
}

.search-inp2 {
	width: 66px;
	height: 36px;
	border: 0;
	background: #1A6840 url(../picture/p101-search-icon1.png) no-repeat center center;
	float: right;
	cursor: pointer;
	font-family: "microsoft yahei";
}

/* search end */
/* 导航路径 start */
.nav-pathbg {
	margin: 0 auto;
	display: block;
}

.nav-pathbg .nav-path {
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 2px solid #333;
}

.nav-pathbg .nav-path img {
	width: 14px;
	height: 14px;
	display: inline-block;
}

.nav-pathbg .nav-path p {
	font-family: "microsoft yahei";
	color: #333333;
	font-size: 14px;
}

.nav-pathbg .nav-path a {
	font-family: "microsoft yahei";
	color: #333333;
	font-size: 14px;
}

/* 导航路径 end */

/* introduce 页面中间 start */
.introduce {
	background: url(../picture/introducebg.jpg) no-repeat center;
	background-size: 100%;
	display: block;
}

/* 介绍 */
.introduce .introduce01 {}

.introduce .introduce01 .introduce01-main {}

.introduce .introduce01 .introduce01-main p {
	font-size: 16px;
	color: #000000;
	text-indent: 2em;
	font-family: "microsoft yahei";
	line-height: 25px;
	letter-spacing: 1px;
	padding: 5px 0;
}

.introduce .introduce01 ul {
	margin-top: 30px;
}

.introduce .introduce01 ul li {
	box-sizing: border-box;
	border-right: 1px solid #333333;
}

.introduce .introduce01 ul li:last-child {
	border-right: none;
}

.introduce .introduce01 ul li h4 {
	color: #333333;
	font-size: 26px;
	font-weight: normal;
}

.introduce .introduce01 ul li h5 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

.introduce .introduce01 ul li p {
	display: inline-block;
	visibility: hidden;
	width: 100px;
	height: 4px;
	background-color: #1A6840;
}

.introduce .introduce01 ul li:hover p {
	visibility: unset;
}

.introduce .introduce01 ul li:hover h4 {
	color: #1A6840;
}

.introduce .introduce01 ul li:hover h5 {
	color: #1A6840;
}

/* 文化 */
.introduce .introduce02 {}

.introduce .introduce02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

.introduce .introduce02 ul li {
	flex: 0 0 25%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 20px;
}

.introduce .introduce02 ul li img {
	width: 90px;
	display: inline-block;
}

.introduce .introduce02 ul li h2 {
	margin: 10px auto;
	color: #3f3f3f;
	font-size: 42px;
	margin: 5px auto;
	font-weight: normal;
	letter-spacing: 2px;
}

.introduce .introduce02 ul li p {
	color: #3f3f3f;
	font-size: 20px;
	line-height: 25px;
}

/* introduce 页面中间 end */
/* 发展历程 start */
.development {
	background: url(../picture/developmentbg.jpg) no-repeat center;
	background-size: 100%;
	display: block;
	padding-bottom: 40px;
}

.development ul {
	position: relative;
	display: block;
}

.development ul li {
	padding: 10px 30px;
	color: #000000;
}

.development ul>p {
	position: absolute;
	height: 100%;
	width: 1px;
	background: #FFFFFF;
	top: 0;
	left: 147px;
	z-index: 1;
}

.development ul li:nth-child(2n-1) {
	background-color: #1A6840;
	color: #FFFFFF;
	border-radius: 10px;
}

.development ul li span {
	display: inline-block;
	vertical-align: middle;
}

.development ul li span:nth-child(1) {
	font-size: 30px;
}

.development ul li span:nth-child(2) {
	margin: 0 20px;
	border: 1px solid #1A6840;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	z-index: 3;
	position: relative;
	background-color: rgba(255, 255, 255, 0.6);
}

.development ul li:nth-child(2n-1) span:nth-child(2) {
	border: 1px solid #FFFFFF;
	background-color: #1A6840;
}

.development ul li span:nth-child(3) {
	font-size: 16px;
	font-family: "microsoft yahei";
}

/* 发展历程 end */
/* 门店展示 satrt */
.Storedisplaybg {
	background: url(../picture/Storedisplaybg.jpg) no-repeat center;
	background-size: 100%;
	display: block;
	padding-bottom: 40px;
}

/* 切换头 */
.Storedisplay {
	margin: 0 auto;
	width: 800px;
	padding: 10px 20px;
	position: relative;
	overflow: hidden;
	background-color: #1A6840;
}

.Storedisplay .hd {
	width: 200px;
	overflow: hidden;
	float: left;
}

.Storedisplay .hd ul {
	overflow: hidden;
	zoom: 1;
}

.Storedisplay .hd ul li {
	padding: 0px 20px 10px 0px;
	box-sizing: border-box;
	/* float: left; */
	text-align: center;
}

.Storedisplay .hd ul li:last-child {
	padding-bottom: 0;
}

.Storedisplay .hd ul li img {
	width: 180px;
	height: 102px;
	border: 4px solid #ddd;
	box-sizing: border-box;
	cursor: pointer;
}

.Storedisplay .hd ul li.on img {
	border-color: #13492D;
}

/* 内容 */
.Storedisplay .bd {
	float: right;
	width: 600px;
}

.Storedisplay .bd li {
	vertical-align: middle;
}

.Storedisplay .bd img {
	width: 600px;
	max-height: 323px;
	height: auto;
	display: block;
}

.Storedisplay .bd p {
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
}

/* 门店展示 end */
/* product 页面中间内容 */
.product {
	background: url(../picture/productbg.jpg) no-repeat center;
	background-size: 100%;
	display: block;
}

.product .product01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.product .product01 .product01-left {
	flex: 0 0 25%;
	box-sizing: border-box;

}

.product .product01 .product01-left img {
	width: 115px;
	display: block;
	text-align: center;
	margin: 0px auto 30px;
}

.product .product01 .product01-right {
	flex: 0 0 75%;
	box-sizing: border-box;
}

.product .product01 .product01-right p {
	color: #3f3f3f;
	font-size: 22px;
	text-align: left;
	text-indent: 2em;
	letter-spacing: 2px;
	line-height: 40px;
	margin-bottom: 30px;
	padding-right: 50px;
}

/* 灵芝·虫草鸡 start*/
.Productintroduction {}

.Productintroduction .Productintroduction-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

.Productintroduction .Productintroduction-main .Productintroduction-left {
	flex: 0 0 25%;
	box-sizing: border-box;
	text-align: left;
}

.Productintroduction .Productintroduction-main .Productintroduction-left h2 {
	color: #3f3f3f;
	font-size: 36px;
}

.Productintroduction .Productintroduction-main .Productintroduction-left ul {
	display: block;
	box-sizing: border-box;
	padding: 20px 0;
}

.Productintroduction .Productintroduction-main .Productintroduction-left ul li {}

.Productintroduction .Productintroduction-main .Productintroduction-left ul li p {
	font-size: 16px;
	color: #3f3f3f;
	font-family: "microsoft yahei";
	padding: 5px 0;
	border-bottom: 1px solid #3f3f3f;
}

.Productintroduction .Productintroduction-main .Productintroduction-left ul li:nth-child(2n) p {
	border-bottom: 1px solid #BCBCBB;
}

.Productintroduction .Productintroduction-main .Productintroduction-right {
	flex: 0 0 75%;
	box-sizing: border-box;
	position: relative;
	/* padding-bottom: 40px; */

}

.Productintroduction .Productintroduction-main .Productintroduction-right .swiper-container {
	width: 674px;
	height: 356px;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	/* margin: 0 50px; */
}

.Productintroduction .Productintroduction-main .Productintroduction-right .swiper-slide {
	background-position: center;
	background-size: cover;
}

.Productintroduction .Productintroduction-main .Productintroduction-right .swiper-button-next {
	background-image: url(../picture/Productintroduction-right.png);
	right: 60px;
}

.Productintroduction .Productintroduction-main .Productintroduction-right .swiper-button-prev {
	background-image: url(../picture/Productintroduction-left.png);
	left: 60px;
}

.Productintroduction .Productintroduction-main .Productintroduction-right {}

/* 灵芝·虫草鸡 end */

/* new 新闻中间的内容 start*/
.news {
	background: url(../picture/newsbg.jpg) no-repeat center;
	background-size: 100%;
	display: block;
}

.news .big {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	padding-bottom: 40px;
}

.news .big .new-left {
	flex: 0 0 20%;
	box-sizing: border-box;
}

.news .big .new-right {
	flex: 0 0 80%;
	box-sizing: border-box;
	border-left: 1px solid #404040;
	margin-top: 10px;
	min-height: 400px;
}

.news .big .new-left ul {
	box-sizing: border-box;
	display: block;
	padding: 10px 50px 0 0;
}

.news .big .new-left ul li {}

.news .big .new-left ul li a {
	display: block;
	font-size: 25px;
	line-height: 40px;
	border-bottom: 1px solid #BFBFBF;
	color: #000;
}

.news .big .new-left ul li a span {
	float: right;
}

.news .big .new-left ul li a:hover {
	color: #1A6840;
}

.news .big .new-left ul li a:hover span {
	color: #1A6840;
}

.news .big .new-right ul {
	box-sizing: border-box;
	display: block;
	padding: 0px 0px 0 20px;
}

.news .big .new-right ul li {}

.news .big .new-right ul li a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px solid #BFBFBF;
	color: #000;
}

.news .big .new-right ul li a span:last-child {
	float: right;
}

.news .big .new-right ul li a span:first-child {
	display: inline-block;
	width: 800px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

.news .big .new-right ul li a:hover {
	color: #1A6840;
}

.news .big .new-right ul li a:hover span {
	color: #1A6840;
}

/* new 新闻中间的内容 end*/
/* message start */

.message {
	background: url(../picture/messagebg.jpg) no-repeat center;
	background-size: 100%;
	display: block;
}

.message .big {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	padding-bottom: 40px;
}

.message .big .message-left {
	flex: 0 0 20%;
	box-sizing: border-box;
}

.message .big .message-right {
	flex: 0 0 80%;
	box-sizing: border-box;
}

.message .big .message-left p {
	font-size: 38px;
	letter-spacing: 2px;
	color: #3f3f3f;
	margin: 0px auto 20px;
}

.message .big .message-right {}

.message .big .message-right form>input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0px 12px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 12px;
}

.message .big .message-right form>textarea {
	display: block;
	width: 100%;
	height: auto;
	padding: 7px 12px;
	font-size: 18px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 12px;
	box-sizing: border-box;
}

.message .big .message-right .btn-default {
	margin: 0 auto;
	text-align: center;
}

.message .big .message-right .btn-default>input {
	width: 33.33%;
	display: inline-block;
	background-color: #1A6840;
	font-size: 1.6rem;
	outline: 0px;
	cursor: pointer;
	padding: 10px 10px;
	border: 0px;
	border-radius: 4px;
	color: #fff;
}

.message2 {
	background: url(../picture/message2.jpg) no-repeat center;
	background-size: 100%;
	display: block;
	padding-bottom: 40px;
}

/* 地图 */
.message2-map {}

/*百度地图样式*/
.message2-map .iw_poi_title {
	color: #1A6840;
	font-size: 18px;
	font-weight: bold;
	font-family: "microsoft yahei";

}

.message2-map .iw_poi_content {
	padding-top: 5px;
}

.message2-map .iw_poi_content p {
	font: 12px;
	font-family: "microsoft yahei";
}

/* 底部 */
.message2-bottom {
	display: block;
}

.message2-bottom p {
	font-size: 28px;
	color: #3f3f3f;
	text-align: left;
	line-height: 40px;
}

/* message end */
/* 品牌优势 start */
.Brandbg {
	background: url(../images/CooperativeAlliancebgjpg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 40px;
}

.Brandbg .Brand .Brand-introduce {}

.Brandbg .Brand .Brand-introduce ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

.Brandbg .Brand .Brand-introduce ul li {
	flex: 0 0 33.33%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 20px;
}

.Brandbg .Brand .Brand-introduce ul li img {
	width: 56px;
	display: inline-block;
	margin: 0 auto;
}

.Brandbg .Brand .Brand-introduce ul li h4 {
	margin: 10px auto;
	font-size: 24px;
	color: #333333;
}

.Brandbg .Brand .Brand-introduce ul li p {
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}

/* 品牌优势 end */
/* 项目背景 start */
.Projectbackgroundbg {
	background: url(../picture/Projectbackgroundbg.jpg) no-repeat center;
	background-size: 100%;
	display: block;

}

.Projectbackgroundbg ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	padding-bottom: 40px;
}

.Projectbackgroundbg ul li {
	flex: 0 0 25%;
	box-sizing: border-box;
	background-color: #1A6840;
	color: #FFFFFF;
	height: 175px;
}

.Projectbackgroundbg ul li img {
	display: block;
	width: 100%;
	max-height: 100%;
}

.Projectbackgroundbg ul li h2 {
	font-size: 28px;
	padding: 10px 10px 10px;
	letter-spacing: 1px;
}

.Projectbackgroundbg ul li p {
	font-size: 16px;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	/* font-family: "microsoft yahei"; */
}

.Projectbackgroundbg ul li span {
	display: inline-block;
	width: 100px;
	height: 2px;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 10px;
}

/* 项目背景 end */
/* 项目门槛 start */
.thresholdbg {
	background: url(../picture/thresholdbg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 40px;
}

.thresholdbg .threshold .threshold-introduce {}

.thresholdbg .threshold .threshold-introduce ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

.thresholdbg .threshold .threshold-introduce ul li {
	flex: 0 0 20%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 20px;
}

.thresholdbg .threshold .threshold-introduce ul li img {
	width: 134px;
	display: inline-block;
	margin: 0 auto;
}

.thresholdbg .threshold .threshold-introduce ul li h4 {
	margin: 10px auto;
	font-size: 24px;
	color: #333333;
}

.thresholdbg .threshold .threshold-introduce ul li p {
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}

/* 项目门槛 end */
/* 城市合伙人 start */
.threshold-introduce2 {
	margin-top: 40px;
}

.threshold-introduce2 ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.threshold-introduce2 ul li {
	flex: 1;
	box-sizing: border-box;
}

.threshold-introduce2 ul li div {
	background-color: #1A6840;
	box-sizing: border-box;
	margin: 0 50px;
	color: #FFFFFF;
	padding: 30px 10px;
	border-radius: 10px;
}

.threshold-introduce2 h2 {
	font-size: 38px;
	text-align: center;
}

.threshold-introduce2 em {
	width: 90%;
	display: block;
	height: 2px;
	background-color: #FFFFFF;
	margin: 0 auto 10px;
}

.threshold-introduce2 img {
	width: 85px;
	margin: 20px auto;
	display: block;
}

.threshold-introduce2 p:nth-child(5) {
	margin-bottom: 10px;
}

.threshold-introduce2 p {
	font-size: 16px;
	text-align: left;
	padding-left: 5%;
	line-height: 25px;
}

/* 城市合伙人 end */
/* 加盟流程 start */
.joiningbg {
	background: url(../picture/joiningbg.jpg) no-repeat center;
	background-size: 100% 100%;
	display: block;
}

.joiningbg .alltitle {
	color: #FFFFFF;
}

.joiningbg .alltitle h2 {
	background-image: url(../images/alltitle2.png);
}

.joiningbg ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 40px 0 180px;
}

.joiningbg ul li {
	flex: 0 0 20%;
	box-sizing: border-box;
	position: relative;
}

.joiningbg ul li div {
	margin: 0px 40px;
	height: 160px;
	box-sizing: border-box;
	transform: rotate(45deg);
	overflow: hidden;
	background-color: rgba(26, 104, 64, 0.8);
}

.joiningbg ul li p {
	color: #FFFFFF;
	text-align: center;
	transform: rotate(-45deg);
	height: 100%;
	font-size: 30px;
}

.joiningbg ul li p span:first-child {
	display: block;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;

}

.joiningbg ul li p span:last-child {
	display: block;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.joiningbg .joining-bottom {
	background-color: rgba(26, 104, 64, 0.8);
	display: block;
	padding: 20px 0 10px;
}

.joiningbg .joining-bottom h2 {
	text-align: center;
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.joiningbg .joining-bottom p {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #FFFFFF;
}

.joiningbg .joining-bottom div {
	padding: 20px 0 10px;
	margin: 0 auto;
	text-align: center;
}

.joiningbg .joining-bottom div a {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 2px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	width: 230px;
}
.joiningbg .joining-bottom div a span{
	color: #1A6840;
	font-size: 24px;
	
}
.joiningbg .joining-bottom div a img{
	display: inline-block;
	height: 18px;
	padding-right: 20px;
}
/* 加盟流程 end */
