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;
}

.bj_color{
	background: #e5e5e5;
	margin-top: .5rem;
	border-radius: .1rem;
}

/* 标题 搜索框 */
.titSearchBox{
	margin: 0px auto;
	padding: .2rem .2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.titSearchBox span{
	font-size: .35rem;
	color: #017234;
	display: block;
	padding-right: .2rem;
	margin-right: .2rem;
	border-right: 2px solid #c1c1c1;
	font-weight: bold;
}

.titSearchBox  input[type='text']{
	flex: 1;
	height: 30px;
	line-height: 100%;
	color: #333333;
	font-size: .34rem;
	margin-right: .1rem;
	padding: 0px;
	border: 0px;
	display: block;
	background: #e5e5e5;
}

.titSearchBox  input[type='text']::-webkit-input-placeholder{
	color: #9b9b9b;
}

.titSearchBox  input[type='submit']{
	margin-left: auto;
	width: .45rem;
	height: .45rem;
	display: block;
	background: url(../../img/query.png) no-repeat;
	background-size: contain;
	border: 0px;
	cursor: pointer;
}

/* 搜索关键词 */
.bj_color .cont {
	background: #fff;
	height: 500px;
	overflow: hidden;
}
.bj_color div.contOpen{
	height: auto;
}
.bj_color .cont .searchKey{
	margin: 0px auto;
	border-top: 2px solid #bfbfbf;
	padding: 12px 0px 0px 0px;
	display: flex;
	justify-content: flex-start;
}
.bj_color .cont .searchKey dt{
	line-height: 100%;
	color: #333333;
	font-size: 15px;
}
.bj_color .cont .searchKey dd {
	margin-left: 15px;
}
.bj_color .cont .searchKey dd a{
	font-size: 15px;
	color: #9b9b9b;
	display: block;
	line-height: 100%;
}



/* 内容标题 */
/* 标题 */
.titleStyle{
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;

}
.titleStyle h2{
	font-size: 20px;
	color: #333333;
}
.titleStyle .en{
	font-size: 10px;
	line-height: 100%;
	color: #909090;
	text-transform:uppercase;
	padding-top: 3px;
	margin-left: 11px;
	padding-left: 11px;
	border-left: 2px solid #b3b3b3;
}

.line{
	width: 100%;
	height: 1px;
	background: #d9d9d9;
	margin: 25px 0px ;
}


.colorTitle{
	background: #017234;
}

.diyTable{
	width: 100%;
	border: 2px solid #97C968;
	margin: 0px auto;
}

.diyTable thead th{
	width: 25%;
	border-bottom: 2px solid #97C968;
	padding: 15px 0px 18px 0px;
	line-height: 100%;
	text-align: left;
	position: relative;
	font-size: .2rem;
	font-weight: 400;
	color: #ffffff;
	padding-left: .2rem;
}

.diyTable tbody tr{
	width: 100%;
}

.color_green{
	width: 100%;
	background: #EDFAE1;
}

.diyTable tbody th{
	width: 25%;
	font-size: .2rem;
	color: #333333;
	padding: 15px 0px 18px 0px;
	border-bottom: 2px solid #97C968;
	line-height: 100%;
	text-align: left;
	padding-left: .2rem;
}

.diyTable th input[type=checkbox]{
	cursor: pointer;
	position: relative;
	width: 20px;
	height: 20px;
	font-size: 14px;
	margin-right: 13px;
}

.diyTable th label{
	cursor: pointer;
}
.diyTable th input[type=checkbox]::after{
	position: absolute;
	top: 0;
	background-color: #e5e5e5;
	color: #000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	visibility: visible;
	text-align: center;
	content: ' ';
	border: 2px solid #555555;
}

.diyTable th input[type=checkbox]:checked::after{
	content: "✓";
	font-size: 20px;
	font-weight: bold;
}

/* 选择框样式 */
.diyTable tbody th .layui-form-select{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
.diyTable tbody th .layui-input{
	padding-left: 35px;
}
.diyTable tbody th .layui-form-select .layui-edge{
	right: 37px;
}
.diyTable tbody th .layui-form-select .layui-select-title, .diyTable tbody th .layui-form-select .layui-select-title .layui-unselect{
	height: 100%;
	background: none;
}
.diyTable tbody th .layui-form-selected dl{
	background: #f2f2f2;
	top: auto;
}
.diyTable tbody th .layui-form-select dl dd, .diyTable tbody th .layui-form-select dl dd.layui-select-tips{
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid #d6d6d6;
	color: #333333;
}
.diyTable tbody th .layui-form-select dl dd.layui-this, .diyTable tbody th .layui-form-select dl dd:hover {
	background-color: #ffda01;
	color: #333333;
}

.diyTable tbody td{
	width: calc(100% - 72px);
	padding-left: .2rem;
	padding-right: .2rem;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 180%;
	font-size: 15px;
	color: #666666;
	background: #e5e5e5;
}

.diyTable tbody td p{
	line-height: 180%;
	font-size: 15px;
	color: #333333;
	margin-top: 10px;
}

.moreBtn{
	background: #fff;
}

.moreBtn a{
	font-size: .3rem;
	font-weight: 400;
	color: #333333;
}

.moreBtn a span{
	font-size: .3rem;
	font-weight: 400;
	color: #97C968;
}

/* 关于我们 */
.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: 3.5rem;
	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;
}
