body{
	background: #ffffff!important;
}

/*头部导航*/
.m-header {
	width: 100%;
	height: 1rem;
	background-color: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
	z-index: 999;
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
	right: 0px;
}
.m-header .menu {
	display: inline-block;
	padding: 0 0.3rem;
	height: 100%;
	line-height: 1rem;
	position: absolute;
	left: 0;
	top: 0;
}
.m-header .menu i {
	/*font-size: 18px;*/
	color: rgba(51, 51, 51, 0.6);
	font-size: 2em;
	line-height: 1rem;
}
.m-header .menu i.open {
	display: block;
}
.m-header .menu i.close {
	display: none;
}
.m-header .menu.active i.open {
	display: none;
}
.m-header .menu.active i.close {
	display: block;
}
.m-header .logo {
	display: flex;
	align-items: center;
}
.m-header .logo img {
	width: auto;
	height: .7rem;
}
.m-header .logo span {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: 'syhtB';
	display: none;
}
.m-header .tel {
	padding: 0 0.3rem;
	height: 100%;
	line-height: 1rem;
	position: absolute;
	right: 0;
	top: .1rem;
}

.m-header .tel .icon {
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

/*悬浮菜单效果*/
.floatMenu_bj{
	width: 100%;
	height: 0%;
	position: fixed;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
	left: 0px;
	right: 0px;
	top: 1rem;
	transition: all 500ms;
	overflow: hidden;
}
.floatMenu_bj.floatMenu_bjShow{
	height: 100%;
}
.floatMenu_bj .floatMenu{
	width: 2.5rem;
	position: relative;
}
.floatMenu .item{
	line-height: .8rem;
	height: .8rem;
}

/* 关于我们 */
.aboutBox{
	width: calc(100% - 0.6rem);
	border: .02rem solid #ebebeb;
	border-radius: .1rem;
	background: #f9f9f9;
	padding: .5rem .2rem;
}
.aboutBox p{
	color: #666;
	font-size: .25rem;
	line-height: .4rem;
	margin-top: .4rem;
}
.aboutBox p:first-child{
	margin-top: 0;
}
.aboutBox .logo{
	height: .5rem;
	background: url(../../img/victory.png) no-repeat right center;
	background-size: .96rem .25rem;
	margin-top: .5rem;
}
.aboutBox .logo img{
	width: auto;
	height: 100%;
}
/* 创始人 */
.diySwiper .swiper-slide img{
	border: 0px;
}
.diySwiper .swiper-pagination{
	bottom: .5rem;
}
/* 资质 */
.zhiziBox{
	border-radius: .1rem;
	overflow: hidden;
}
.zhiziBox img{
	border-bottom: .06rem solid #ffd200;
}

/* 厚一环境 */
.environmentBox{
	border-radius: .1rem;
	overflow: hidden;
}
.environmentBox .imgBox{
	width: 100%;
	height: 3.55rem;
	position: relative;
}
.environmentBox .imgBox img.pic{
	width: 100%;
	height: 100%;
}
.environmentBox .imgBox .actBox{
	position: absolute;
	width: calc(100% - .66rem);
	height: .35rem;
	left: .33rem;
	bottom: .17rem;
	display: flex;
	justify-content: flex-start;
	z-index: 1;
}
.environmentBox .imgBox .actBox span{
	color: #fff;
	display: block;
	margin-right: .18rem;
	text-indent: .38rem;
	height: .35rem;
	line-height: .35rem;
	font-size: .25rem;
	font-family: "DINPro-Regular";
}

.environmentBox .imgBox .actBox span.see{
	background: url(../../img/see.png) no-repeat left center;
	background-size: .35rem;
}

.environmentBox .imgBox .actBox span.comment{
	background: url(../../img/comment.png) no-repeat left center;
	background-size: .35rem;
}

.environmentBox .imgBox .actBox span.fabulous{
	background: url(../../img/fabulous.png) no-repeat left center;
	background-size: .35rem;
}
.environmentBox .imgBox .actBox span.time{
	margin-left: auto;
}
.environmentBox .txtBox{
	width: calc(100% - .7rem);
	padding: .2rem .33rem;
	/*height: .53rem;*/
	background: #E5E5E5;
	border: .02rem solid #ececec;
	border-top: 0px;
	border-radius: 0 0 .1rem .1rem;
}
.environmentBox .txtBox a{
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.environmentBox .txtBox span{
	display: block;	
	line-height: .53rem;
	font-size: .28rem;
	color: #333333;
	font-family: 'SourceHanSansCN-Medium';
}

.environmentBox .txtBox p{
	display: block;
	line-height: .53rem;
	font-size: .28rem;
	color: #333333;
	font-family: 'SourceHanSansCN-Medium';
}

.environmentBox .txtBox i{
	display: block;
	width: .35rem;
	height: .35rem;
	margin-top: 0.09rem;
}

/* 环境滚动 */
.environmentPicsBox .swiper-slide{
	width: calc(50% - .2rem);
	margin-right: .2rem;
	border-radius: .1rem;
	overflow: hidden;
	/*border: .02rem solid #7f7f7f;*/
	background: #ffffff;
	box-shadow: 0px 1px 10px 0px rgba(153, 153, 153, .2);
	margin-bottom: .1rem;
}
.environmentPicsBox .swiper-slide img{
	width: auto;
	height: 2rem;
	display: block;
	margin: 0px auto;
}
.environmentPicsBox .swiper-slide p{
	background: #FFFFFF;
	height: .5rem;
	font-size: .25rem;
	line-height: .5rem;
	color: #2E3033;
	width: calc(100% - .14rem);
	padding: .1rem .14rem;
}

/* 地图 */
#gywmMap{
	height: 4.08rem;
}

/* 联系我们 */
.contactUs{
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px rgba(153, 153, 153, 0.1);
	border-radius: 0px 0px 10px 10px;
	padding-bottom: .3rem;
}

.contactData h1{
	font-size: .3rem;
	font-weight: bold;
	color: #333333;
	margin-left: .2rem;
	margin-top: .2rem;
}

.contactData h2{
	color: #333333;
	margin-left: .2rem;
	margin-top: .2rem;
}

.contactData p{
	font-size: .3rem;
	margin-left: .2rem;
	margin-top: .2rem;
	font-weight: bold;
	color: #97C968;
}

.contactQrCode{
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #E5E5E5;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.contactQrCode img{
	width: 1.8rem;
	height: 1.8rem;
	margin-right: .2rem;
}

.contactTitle{
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-left: .2rem;
}

.contactTitle h1{
	font-size: .3rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: .2rem;
}

.contactTitle p{
	font-size: .2rem;
	color: #666666;
}

/*尾部置顶菜单*/
.m-foot-link {
	height: 1rem;
	display: flex;
	align-items: center;
	background-color: #267737;
	position: fixed;
	z-index: 999;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.m-foot-link .item {
	width: 33.333%;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	border-right: 1px solid #eee;
	position: relative;
	font-weight: bold;
}
.m-foot-link .item:last-child {
	border: 0;
}
.m-foot-link .item .badge {
	position: absolute;
	width: .2rem;
	height: .2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #E60113;
	color: #fff;
	text-align: center;
	line-height: .2rem;
	font-size: .2rem;
	top: -.08rem;
	left: calc(50% + .52rem);
	font-weight: bold;
}
