body{margin: 0;font-family: "微软雅黑";}
/*body *{-webkit-text-size-adjust: auto;100%;-webkit-user-select: none;font-family: "微软雅黑";}*/
a,button,input{-webkit-tap-highlight-color: rgba(0,0,0,0);}
button,input{-webkit-appearance: none;}
body{ margin:0 auto; padding:0;font-family: myFirstFont;}
ul,dl,li{ list-style-type:none;}
ul,li{ margin:0px; padding:0px;}
*{ margin:0; padding:0; border:0;font-weight:normal; }
a{ text-decoration:none;color:#999999;}
a:hover{text-decoration: none;color:black;}
a:focus{outline: none;color:red;text-decoration: none;color:black;}
/*头部导航样式*/
.topNav{width: 100%;}
.navLogo{width: 100%;height: 150px;line-height:150px;background: #2c3a29;text-align: center;}
.navLogo img{vertical-align: middle;}
.navbar{background: white;}
#navbar-collapse{width: 100%;background:#f1f1f1;margin: 0 auto;position: relative;z-index: 22;}
.navbar-nav{width: 885px;margin: 0 auto;}
.navbar-nav>li{margin: 0 30px;}
.nav>li>a:focus, .nav>li>a:hover{background-color: transparent;}
.navbar-nav>li>a{font-size: 16px;font-family: "微软雅黑";color: #2c3a29;}
.navbar-nav>li:hover{border-bottom: 2px solid #2c3a29;}
.navbar-nav>li>a:hover{color: #2c3a29;}
.active{border-bottom: 2px solid black;}

/*门店查询*/
.store{width: 80%;max-width: 1200px;margin: 0 auto;margin-top: 80px;margin-bottom: 150px;}
.store>h1{font-size: 32px;text-align: center;height: 50px;line-height: 50px;margin-bottom: 40px;color:#2b4928;}
.store>h1>span{display: inline-block;width: 65px;height: 47px;background: url(../image/icon.png) no-repeat -24px -44px;vertical-align: middle;}

.storeShow{width: 77%;max-width: 1170px;margin: 0 auto;margin-top: 60px;margin-bottom: 70px;}


@media only screen and (max-width: 768px) {
	.professional_m>div>p{line-height: 30px}
	.brand>h1>span, .professional>h1>span,.news>h1>span,.store>h1>span{display: none;}
	.brand, .professional,.address{width: 90%;margin-top: 30px;}
	.address{margin-bottom: 100px;}
	.brand>h1, .professional>h1{margin-bottom: 20px;}
	.brand>div>p,.brand>ul>li>p{line-height: 30px;font-size: 16px;}
	.brand>ul>li{margin-top: 20px;}
	#dituContent{height: 250px;}
	.news{margin-top: 10px;width:90%;}
	.news>h1{margin-bottom: 0;}
	.newsOffical>li{padding: 10px 0;}
	.product{width: 100%;margin-top: 40px;}
	.plantIntro>ul>li, .plantIntro_m{margin-bottom: 30px;}
	.plantIntro>ul>li>a, .plantIntro_m>a{width:90px;}
	.productLeft>ul{padding: 0 5%;box-sizing: border-box;display: flex;display: -webkit-flex;justify-content: space-between;margin-bottom: 15px;}
	.plant,.herb,.base,.hair{display: inline-block;width: 20%;font-size: 14px!important;    overflow: hidden;  padding-left: 0px!important; }
	.care{display: inline-block;width: 20%;font-size: 14px!important;    overflow: hidden; padding-left: 10px!important;  }
	.brand>h1, .professional>h1, .news>h1{font-size: 26px;}
	.brand>ul>li>h2{font-size: 20px;}
	.news>h1{height: 80px;line-height: 80px;}
	.addressText>p{line-height: 25px;}
	.newsTitle{margin-top: 25px;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.professional_m>div>p{line-height: 30px;font-size: 14px;margin: 0 4%;}
	.address{margin-bottom: 170px;}
	.product{width: 85%;margin-top: 40px;}
	.plantIntro>ul>li, .plantIntro_m{margin-bottom: 30px;}
	.productLeft>ul{padding: 0;box-sizing: border-box;display: inherit;margin-bottom: 0px;}
	.plant,.herb,.care,.base,.hair{display:inherit;width: auto;text-align: left;padding-left: 15px!important; }
	.plantIntro>ul>li>a, .plantIntro_m>a{width:110px;}
	.news>h1{height: 100px;line-height: 100px;}
	.professional_m>div{margin-right: 0%;}
	.addressText>p{line-height: 35px;}
	.newsTitle{margin-top: 0px;}
	
}


#container3 {
	height: 550px;
	width: 100%;
}

.storeSearch {
	height: 110px;
	border-bottom: 1px solid #dcdcdc;
}

.list {
	height: 440px;
	overflow: hidden;
	overflow-y: scroll;
}

.list::-webkit-scrollbar {
	width: 6px;
	height: 1px;
}

.list::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #6a9b32;
}

.list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #EDEDED;
}

.list li {
	border-bottom: 1px dashed #dcdcdc;
	padding: 18px 5px;
	box-sizing: border-box;
}

.list li>a {
	font-size: 16px;
	color: #333333;
}

.list li>a>span {
	font-size: 14px;
	color: #666666;
}

.active4 {
	background: #fafafa;
}

.storeSearch>select {
	width: 46%;
	height: 35px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	margin-right: 6%;
	background: white;
}

#city {
	margin-right: 0;
}

.storeSearch>input {
	width: 99%;
	height: 37px;
	background: #6a9b32;
	color: white;
	border-radius: 3px;
	line-height: 37px;
	margin-top: 20px;
	font-size: 16px;
	outline: none;
}

.list>div {
	text-align: center;
	padding-top: 30px;
	font-size: 16px;
	color: #6a9b32;
	box-sizing: border-box;
}

.BMapLib_SearchInfoWindow .iw_bt {
	width: 40px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #a5acb2;
	background: url(image/iw_bg.png) no-repeat -1px -90px;
}

.BMapLib_sendToPhone {
	display: none;
}

#div1 {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#div1 ul {
	position: absolute;
	left: 0;
	top: 0;
}

#div1 ul li {
	float: left;
	width: 250px;
	height: 200px;
	list-style: none;
}

#zuo {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 11;
	width: 31px;
	height: 31px;
	margin-top: -15px;
}

#you {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 11;
	width: 31px;
	height: 31px;
	margin-top: -15px;
}

.storeShow>h1 {
	height: 110px;
	line-height: 100px;
	margin-bottom: 0px;
	font-size: 32px;
	text-align: center;
	color: #2b4928;
}

.storeShow>h1>span {
	display: inline-block;
	width: 65px;
	height: 47px;
	background: url(image/icon.png) no-repeat -24px -44px;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.store {
		width: 93%;
		margin-top: 35px;
	}

	#container3 {
		height: 350px;
	}

	.store>div>div:nth-child(2) {
		margin-top: 30px;
	}

	.list {
		height: 240px;
	}

	.store>h1,
	.storeShow>h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.storeShow>h1 {
		height: 50px;
		line-height: 50px;
	}

	.storeShow {
		width: 89%;
	}

	.storeShow>h1>span {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#container3 {
		height: 550px;
	}

	.store>div>div:nth-child(2) {
		margin-top: 0px;
	}

	.list {
		height: 440px;
	}

	.storeShow {
		width: 77%;
	}

	.storeShow>h1 {
		height: 100px;
		line-height: 100px;
	}
}


#BMapLib_search_bus_btn2{
	margin-right: 2px !important;
}

#BMapLib_search_bus_btn0{
	margin-right: 2px !important;
}

@media only screen and (max-width: 768px) {
	.storeShow {
		width: 89%;
	}
}