@charset "utf-8";
/*CSS Document*/

/* ============================================================================================================================
													全局默认样式
===============================================================================================================================*/
body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #fff;
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

h4,
h5,
h6 {
	font-weight: normal;
}

ul,
li,
dd,
dl,
dt,
ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

em,
i {
	font-style: normal;
}

hr {
	color: #eee;
	background: #eee;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:focus,
.hov a,
.navusb li a:hover {
	color: #24b538;
	text-decoration: none !important;
}

p {
	padding: 0px;
	margin: 0px;
}

img {
	max-width: 100%;
}

input {
	outline: none;
	border: 0;
}

input:focus {
	outline: none;
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
}

@media (max-width:992px) {
	.container {
		padding: 0 15px;
	}
}

/* ============================================================================================================================
													bootstrap
===============================================================================================================================*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0;
}

/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-1 {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: inherit !important;
	color: #666;
}

.ellipsis-2 {
	-webkit-line-clamp: 2;
}

.ellipsis-3 {
	-webkit-line-clamp: 3;
}

.ellipsis-4 {
	-webkit-line-clamp: 4;
}

.ellipsis-5 {
	-webkit-line-clamp: 5;
}

.ellipsis-6 {
	-webkit-line-clamp: 6;
}

.ellipsis-7 {
	-webkit-line-clamp: 7;
}

.ellipsis-8 {
	-webkit-line-clamp: 8;
}

/* ============================================================================================================================
													全局宽度
===============================================================================================================================*/
.container {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.container-fluid,
.banner-container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

@media (max-width:780px) {
	.container-pad {
		padding: 50px 0;
	}
}

.content_box {
	width: 100%;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

@media (max-width:992px) {

	.container,
	.content_box {
		padding: 0 15px !important;
	}

}
/* ==============================================
				内页 - banner样式
============================================== */
.adv-container{
	position: relative;
}
.adv-container img{
	width:100%;
	max-height:350px;
}
.adv-container ._main {
    position: absolute;
    width: 100%;
    height: auto;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    padding: 0 15px;
}

/* ============================================================================================================================
													page-翻页
===============================================================================================================================*/
.pagination {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	clear: both;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #24b538;
	border-color: #24b538;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
}
@media (max-width:992px) {
	.pagination{
		margin-top: 0.4rem;
	}
}

.next-map p {
	/* width:40%;float: left; */
	position: relative;
	margin-top: 4px;
}

.next-map p:last-child {
	/* width: 40%;float: right; */
	position: relative;
}

.next-map p span {
	display: inline-block;
	float: left;
}

.next-map p .ellipsis-1 {
	display: inline-block;
	/* 	 */
}


/* ============================================================================================================================
													公共标题字体大小
===============================================================================================================================*/
h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

@media (max-width: 1440px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 14px;
	}
}

/* ============================================================================================================================
													more-更多按钮
===============================================================================================================================*/
.more {
    height: 0.42rem;
    width: 1.2rem;
    line-height: 0.42rem;
    text-align: center;
    background: #24b538;
    display: block;
    color: #fff;
    border-radius: 4px;
	margin: 0.7rem auto 0;
}

.more:hover {
	color: #fff;
}
@media (max-width:992px) {
	.more{
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
	
}

/* ============================================================================================================================
													浮动
===============================================================================================================================*/
.fr {
	float: right;
}

.fl {
	float: left;
}

/* ============================================================================================================================
													crumb-面包
===============================================================================================================================*/
.crumb{
    background: #24b538;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 11px 15px;
}

.crumb li{
    float: left;
}

.crumb li a,
.crumb li i{
	color: #fff;
}


/* ============================================================================================================================
													list
===============================================================================================================================*/
.container_main{
	overflow: hidden;
	padding: 0.35rem 0;
}
@media (max-width:992px) {
	.container_main{padding: 0;}
	.container_main .container{
		padding: 0!important;
	}
}
.container_main .lefter{
	overflow: hidden;
	width: 240px;
	float: left;
	margin-right: 20px;
}
.container_main .lefter .lefter_nav{
    overflow: hidden;
    margin-bottom: 20px;
}
.container_main .lefter .lefter_nav h2, 
.container_main .lefter .lefter_contact h2{
    background: #24b538;
    height: 50px;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.container_main .lefter .lefter_nav ul{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.container_main .lefter .lefter_nav ul li{
	overflow: hidden;
	border-bottom: 1px dashed #e0e0e0;
	padding: 0 10px;
}
.container_main .lefter .lefter_nav ul li:last-child{
	border-bottom: none;
}
.container_main .lefter .lefter_nav ul li a{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
}
.container_main .lefter .lefter_nav ul li.active a{
	color: #24b538;
}
.container_main .lefter .lefter_nav ul li:hover a{
	color: #24b538;
}
.container_main .lefter .lefter_contact{
	overflow: hidden;
}
.container_main .lefter .lefter_contact ul{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 10px;
}
.container_main .lefter .lefter_contact ul li{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.container_main .righter{
	overflow: hidden;
}
@media (max-width:992px) {
	.container_main .lefter{
		display: none;
	}
}

/* ============================================================================================================================
													产品列表
===============================================================================================================================*/

.prolist{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.prolist .prolist_ul{
	overflow: hidden;
}
.prolist .prolist_ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.prolist .prolist_ul li:nth-child(3n){
	margin-right: 0;
}
.prolist .prolist_ul li dt{
	width: 100%;
	overflow: hidden;
}
.prolist .prolist_ul li dt img{
	width: 100%;
	display: block;
}
.prolist .prolist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.prolist .prolist_ul li:hover{
	border: 1px solid #24b538;
}
.prolist .prolist_ul li:hover dd{
	background: #24b538;
	color: #fff;
	border-top: 1px solid #24b538;
}
@media (max-width:992px) {
	.prolist{
		border: none;
	}
	.prolist .prolist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.prolist .prolist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.prolist .prolist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.prolist .prolist_ul li dd{
		font-size: 0.28rem;
	}
}


/* ============================================================================================================================
													文章列表
===============================================================================================================================*/
.article{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.article .article_ul{
	overflow: hidden;
}
.article .article_ul li{
	width: 100%;
	overflow:hidden;
	border-bottom: 1px dashed #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.article .article_ul li dt{
	overflow: hidden;
	width: 30%;
	position: relative;
	padding-top: 20%;
	float: left;
	margin-right: 0.2rem;
}
.article .article_ul li dt img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    object-fit: cover;
}
.article .article_ul li dd{
	overflow: hidden;
}
.article .article_ul li dd h3{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.article .article_ul li dd span{
    font-size: 14px;
    color: #999;
    display: block;
    margin: 5px 0 10px;
}
.article .article_ul li dd p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.article .article_ul li dd em{
    font-size: 14px;
    color: #999;
    display: block;
    float: right;
    margin-top: 0.6rem;
}
.article .article_ul li:hover dd h3{
	color: #24b538;
}
.article .article_ul li:hover dd em{
	color: #24b538;
}
@media (max-width:992px) {
	.article{
		border: none;
	}
	.article .article_ul li dt{
		width: 100%;
		padding-top: 70%;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	.article .article_ul li dd{
		width: 100%;
	}
	.article .article_ul li dd em{
		float: left;
		margin-top: 0.2rem;
	}
}

/* ============================================================================================================================
													图文列表
===============================================================================================================================*/

.mutlist{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.mutlist .mutlist_ul{
	overflow: hidden;
}
.mutlist .mutlist_ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.mutlist .mutlist_ul li:nth-child(3n){
	margin-right: 0;
}
.mutlist .mutlist_ul li dt{
    width: 100%;
    overflow: hidden;
}
.mutlist .mutlist_ul li dt img{
	width: 100%;
	display: block;
}
.mutlist .mutlist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.mutlist .mutlist_ul li:hover{
	border:1px solid #24b538;
}
.mutlist .mutlist_ul li:hover dd{
	border-top: 1px solid #24b538;
	color: #fff;
	background: #24b538;
}
@media (max-width:992px) {
	.mutlist{
		border: none;
	}
	.mutlist .mutlist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.mutlist .mutlist_ul li dd{
		font-size: 0.28rem;
	}
}

/* ============================================================================================================================
											文章/图文/产品	detail
===============================================================================================================================*/
._return{
	overflow: hidden;
	border-top: 1px dashed #e0e0e0;
	padding-top: 10px;
}
._return a{
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	padding-right: 10px;
}
._return a.next{
	text-align: right;
}
@media (max-width:992px) {
	._return a{
		width: 100%;
	}
}

/* 文章详情 */
.article_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 25px;
}
.article_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.article_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.article_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.article_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.article_detail{
		border: none;
		padding: 15px;
	}
	.article_detail ._title{
		text-align: left;
	}
	.article_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.article_detail ._title span{
		font-size: 0.24rem;
	}
}

/* 图文详情 */
.multi_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 25px;
}
.multi_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.multi_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.multi_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.multi_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.multi_detail{
		border: none;
		padding: 15px;
	}
	.multi_detail ._title{
		text-align: left;
	}
	.multi_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.multi_detail ._title span{
		font-size: 0.24rem;
	}
}


/* 产品详情 */
.product_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 15px;
}
.product_detail ._info{
	overflow: hidden;
}
.product_detail ._info ._thumb{
	width: 352px;
    position: relative;
    float: left;
    padding-bottom: 10px;
    margin-right: 20px;
	overflow: hidden;
}
.product_detail ._info ._thumb .piclist{
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	height: 352px !important;
}
.product_detail ._info ._thumb .piclist img{
	width: 100%;
	display: block;
}
.product_detail ._info ._thumb .piclist li{
	position: static !important;
}
.product_detail ._info ._thumb .piclist li video{
	width:352px;
}
.product_detail ._info ._thumb #thumblist{
    list-style: none;
    width: 350px;
    clear: both;
}
.product_detail ._info ._thumb #thumblist li{
    float: left;
    width: 60px;
    height: 62px;
    margin-right: 8px;
    border: #eee solid 1px;
}
.product_detail ._info ._thumb #thumblist li.on{
	 border: #24b538 solid 1px;
}
.product_detail ._info ._thumb #thumblist li .img{
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.product_detail ._info ._text{
	overflow: hidden;
	/* width:100%; */
}
.product_detail ._info ._text h2{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.product_detail ._info ._text p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    max-height: 210px;
    overflow: hidden;
	color: #999;
}
.product_detail ._info ._text span{
    height: 0.56rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    display: block;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.product_detail ._info ._text span em{
    height: 0.49rem;
    padding-left: 0.5rem;
    background: url(../images/pc-xc-icon2.png) no-repeat  0px;
    font-size: 0.24rem;
    line-height: 0.49rem;
    color: #24b538;
    display: block;
    float: left;
	font-weight: bold;
}
.product_detail ._info ._text span a{
    width: 114px;
    height: 44px;
    background: #24b538;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
    display: block;
    color: #fff;
}
.product_detail ._content{
	overflow: hidden;
	min-height: 300px;
	margin-top: 0.2rem;
}
.product_detail ._content ._title{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;	
}
@media (max-width:992px) {
	.product_detail{
		border: none;
	}
	.product_detail ._info ._thumb{
		width: 100%;
		margin-right: 0;
		padding-bottom: 0.4rem;
	}
	.product_detail ._info ._thumb #thumblist{
		width: 100%;
	}
	.product_detail ._info ._text{
		float: left;
	}
	.product_detail ._info ._text h2{
		font-size: 0.36rem;
		margin-bottom:0.2rem;
	}
	.product_detail ._info ._text p{
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}
	.product_detail ._info ._text span{
		height: 1rem;
	}
	.product_detail ._info ._text span em{
	    height: 0.8rem;
	    padding-left: 0.7rem;
		font-size: 0.36rem;
		line-height: 0.8rem;
	    background-size: 0.6rem;
	}
	.product_detail ._info ._text span a{
	    line-height: 0.7rem;
		height: 0.7rem;
		font-size: 0.28rem;
	}
	.product_detail ._content{
		margin-top: 0.4rem;
	}
	.product_detail ._content ._title{
		margin-bottom: 0.2rem;
		padding-bottom: 0.2rem;
		font-size: 0.4rem;
	}
}
/* ============================================================================================================================
													list 专业防霉服务 start 
===============================================================================================================================*/
/* 防霉服务公共样式 start */
.model {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 15px;
}
.model .model-box{
	margin-bottom:20px;
}
.model h4{
	color:#333;
	line-height:35px;
}
.model .model-content{
	margin-top:20px;
}
/* 防霉服务公共样式 start */

/* 防霉简介 */
.model .model-box1{
}
.model .model-box1 h3{
	line-height: 80px;
	color: #333;
	font-size: 28px;
	letter-spacing: 2px;
}
.model .model-box1 h4{
	position: relative;
	color: #666;
	display: flex;
	align-items: center;
	padding-left: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 20px;
}
.model .model-box1 h4::after{
	content: '';
	position: absolute;
	width: 5px;
	height: 95%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #24b538;
	border-radius: 2px;
}
.model .model-box1 .model-content1 p{
	line-height:30px;
	letter-spacing:1px;
}
/* 团队展示 */
.model .model-box2 .model-content2{
	display: flex;
	gap: 44px;
	flex-wrap: wrap;
} 
/* 案例展示 */
.model .model-box3 .model-content3{
	display: flex;
	justify-content: space-around;
	position: relative;
	gap: 158px;
}
.model .model-box3 .model-content3::after{
	content:'VS';
	position: absolute;
	top:50%;
	left:50%;
	transform:translateY(-65%) translateX(-50%);
	text-align: center;
	font-size:75px;
	color:#333;
	letter-spacing:2px;
}
.model .model-box3 .model-content3 dl dd{
	font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #666;
}

/* 我们的优势 */
/* 我们的优势 PC start */
.model-box4{
	margin-bottom:50px;
}
.model-box4 .model-content4{
	margin-top:120px;
}
.model-box4 .model-content4 .mold3-pc-adv,.mold3-pc-adv ul{
	overflow: visible;
}
.model-box4 .model-content4 .mold3-pc-adv ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:10px;
	overflow: visible;
}
.model-box4 .model-content4 .mold3-pc-adv ul li{
	width:49%;
	color:#666;
	display: flex;
	justify-content: space-between;
	padding:0 18px;
	position: relative;
}
.model-box4 .model-content4 .mold3-pc-adv ul li:first-child{
	flex-direction:row-reverse;
}
.model-box4 .model-content4 .mold3-pc-adv ul li:last-child{
	transform: translateX(calc(25% + 55px));
}
.model-box4 .model-content4 .mold3-pc-adv ul li .adv-circle{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: #22ad38;
	color: #fff;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	padding: 20px;
	line-height: 25px;
	text-align: center;
	position: relative;
}
.model-box4 .model-content4 .mold3-pc-adv ul li .adv-circle .line{position: absolute;}
.model-box4 .model-content4 .mold3-pc-adv ul li .adv-circle .line{
	right:98%;
	bottom:48%;
}
.model-box4 .model-content4 .mold3-pc-adv ul li:nth-child(2) .adv-circle .line{
	bottom:48%;
	left:98%;
	transform: rotateY(180deg);
}
.model-box4 .model-content4 .mold3-pc-adv ul li:last-child .adv-circle .line{
	top:48%;
	left:98%;
	/* transform:translateY(-50%); */
	transform:rotate(180deg);
}

.model-box4 .model-content4 .mold3-pc-adv ul li p{
	flex: 1;
	position: absolute;
	width:180px;
}
.model-box4 .model-content4 .mold3-pc-adv ul li:nth-child(1) p,
.mold3-pc-adv ul li:nth-child(2) p{
	bottom: 80%;
}
.model-box4 .model-content4 .mold3-pc-adv ul li:nth-child(3) p,
.mold3-pc-adv ul li:nth-child(4) p{
	top: 80%;
}
.model-box4 .model-content4 .mold3-pc-adv ul li:nth-child(2) p,
.mold3-pc-adv ul li:last-child p{
	left:40%;
}
.model-box4 .model-content4 .mold3-pc-adv ul li:nth-child(1) p,
.mold3-pc-adv ul li:nth-child(3) p{
	right:40%;
}

.guide-mold3 .mold3-right{
	line-height:30px;
	text-indent:2em;
	letter-spacing:1px;
	padding-right:80px;
}
/* 我们的优势 PC end */


/* 我们的优势 mb start */
.model-box4 .model-content4 .mold3-mb-adv{
	display: none;
}
.model-box4 .model-content4 .mold3-mb-adv ul li{
	margin-bottom:5px;
	font-size:14px;
}
.model-box4 .model-content4 .mold3-mb-adv ul li .adv-title{
	background-color: #22ad38;
	text-align: center;
	border-radius: 50%;
	padding: 2px 5px;
	border-radius: 3px;
	display: inline;
	color: #fff;
	letter-spacing:1px;
}
.model-box4 .model-content4 .mold3-mb-adv ul li p{
	line-height:29px;
}
/* 我们的优势 mb end */
@media (max-width:992px){
	.model .model-box{margin-bottom:12px;}
	.model .model-box1 h3{line-height:70px;font-size:22px;}
	.model .model-box1 h4{line-height:20px;font-size:16px;}
	.model .model-box1 .model-content1 p{line-height:24px;}
	.model .model-box2 .model-content2{gap:15px;justify-content: center;justify-content: center;}
	.model .model-box3 .model-content3{flex-direction: column;gap:15px;}
	.model .model-box3 .model-content3::after{display: none;}
	.model .model-box3 .model-content3 dl dt img{display: block;margin: auto;}
	.model-box4 .model-content4{margin-top:20px;}
}
/* ============================================================================================================================
													list 专业防霉服务 start 
===============================================================================================================================*/

/* ============================================================================================================================
													单页---关于我们
===============================================================================================================================*/

.detail_about{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_about .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_about .detail_main>div{
	width:100%;
}
.detail_about .detail_main_fl{
	overflow: hidden;
	float: left;
}
.detail_about .detail_main_fl img{
	width: 100%;
	display: block;
}
.detail_about .detail_main_fr{
	overflow: hidden;
	float: right;
	padding: 0.2rem 0;
}
.detail_about .detail_main_fr p{
	font-size:16px;
	text-indent: 2em;
}
.detail_about .detail_main_fr h2{
	font-size: 0.24rem;
	color: #24b538;
	position: relative;
	padding-left:30px;
	margin-bottom:0.3rem;
}
.detail_about .detail_main_fr h2::before{
	position: absolute;
	display: block;
	content: '';
	width:3px;
	height:80%;
	background-color:#24b538;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}
.detail_about .detail_main_fr em{
	display: block;
	width: 60px;
	height: 3px;
	background: #24b538;
	margin: 0.2rem 0;
	display: none;
}
.detail_about .detail_main_fr>div{
	color: #666;
}
.detail_about .detail_main_fr .about-strong{
	/* margin-top:0.4rem; */
	font-size:25px;
	letter-spacing: 3px;
	text-align: center;
}
.detail_about .detail_main_fr .about-strong em{
	color: #24b538;
	background-color: transparent;
	width: 0;
	height:0;
	display: ruby;
	font-size: 34px;
}
@media (max-width:992px) {
	.detail_about .detail_main_fl{
		width: 100%;
	}
	.detail_about .detail_main_fr{
		width: 100%;
		padding-top: 0.4rem;
	}
	.detail_about .detail_main_fr h2{
		font-size: 0.36rem;
	}
	.detail_about .detail_main_fr .about-strong{
		font-size:18px;
		text-align: center;
	}
	.detail_about .detail_main_fr .about-strong em{
		font-size:24px;
	}
}

.detail_environment{
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 0.8rem 0;
}
.detail_environment .detail_main{
	overflow: hidden;
	margin-top: 0.6rem;
}
.detail_environment .detail_main ul li{
	overflow: hidden;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	display: flex;
    flex-direction: column;
}
.detail_environment .detail_main ul li:nth-child(4n){
	margin-right: 0;
}
.detail_environment .detail_main ul li dt{
	width: 100%;
	overflow: hidden;
}
.detail_environment .detail_main ul li dt img{
	width: 100%;
	display: block;
}
.detail_environment .detail_main ul li dd{
	text-align: center;
	font-size: 16px;
	padding:8px;
}
@media (max-width:992px) {
	.detail_environment .detail_main ul li{
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.detail_environment .detail_main ul li:nth-child(2n){
		margin-right: 0;
	}
	.detail_environment .detail_main ul li dd{
		padding:4px;
	}
}

/* ============================================================================================================================
											研发中心 start
===============================================================================================================================*/
.guider-dev{
	padding: 0.8rem 0;
	overflow: hidden;
}
.guider-dev  .detail_main{
	margin-top:0.6rem;
	overflow: hidden;
	padding:0 30px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.guider-dev  .detail_main .dev-left{
	width:34%;
}
.guider-dev  .detail_main .dev-left h4{
	letter-spacing:2px;
	line-height:28px;
	text-indent:2em;
}
.guider-dev  .detail_main .dev-left p{
	font-size:25px;
	margin-bottom:30px;
	text-align: center;
	letter-spacing: 3px;
	color:#666;
}
.guider-dev  .detail_main .dev-left p em{
	color: #22ad38;
	font-size:34px;
}
.guider-dev  .detail_main .dev-right{
	width:60%;
}
.guider-dev  .detail_main .dev-right ul{
	display: flex;
	justify-content: space-around;
	margin:25px 0 ;
	align-items: center;
}
.guider-dev  .detail_main .dev-right ul li{
	display: inline;
}
@media (max-width:992px){
	.guider-dev  .detail_main{
		flex-direction: column;
		padding: 0;
	}
	.guider-dev .detail_main>div{
		width:100% !important;
	}
	.guider-dev  .detail_main .dev-left p{
		font-size:20px;
		margin-bottom:12px;
	}
	.guider-dev .detail_main .dev-left h4{
		font-size:16px;
	}
	.guider-dev  .detail_main .dev-left p em{
		font-size:25px;
	}
	.guider-dev  .detail_main .dev-right{
		background-color: transparent;
	}
	.guider-dev .detail_main .dev-right ul{
		flex-direction: column;
		gap:18px;
		margin:15px 0;
	}
	.guider-dev  .detail_main .dev-right ul li{
		border:0px;
	}
}
/* ============================================================================================================================
											研发中心 start
===============================================================================================================================*/

/* ============================================================================================================================
											防霉测试 start
===============================================================================================================================*/
.guider-proof{
	padding: 0.8rem 0;
	overflow: hidden;
	background-color:#f5f5f5;
}
.guider-proof  .detail_main{
	margin-top:0.6rem;
	overflow: hidden;
	margin: 0.3rem 1rem 0;
}
.guider-proof  .detail_main .proof-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:50px 0;
}
.guider-proof  .detail_main .proof-box:nth-child(odd){
	flex-direction: row-reverse;
}
.guider-proof  .detail_main .proof-box .proof-left{
	width:32%;
}
.guider-proof  .detail_main .proof-box .proof-left .proof-title{
	background: #22ad38;
    display: inline-block;
    padding: 10px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    font-weight: 600;
	font-size:15px;
	position: relative;
}
.guider-proof  .detail_main .proof-box .proof-left .proof-title::before{
	display: block;
	content:'';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #22ad38;
    bottom: -10px;
    left: 40px;
}
.guider-proof  .detail_main .proof-box .proof-left .proof-content{
	margin-top: 20px;
    font-size: 15px;
    color: #333;
	letter-spacing: 2px;
    text-indent: 2em;
}
.guider-proof  .detail_main .proof-box .proof-right{
	width:65%;
}
.guider-proof  .detail_main .proof-box .proof-right ul{
	display: flex;
	/* align-items: center; */
	justify-content:space-around;
	flex-wrap: wrap;
}
.guider-proof  .detail_main .proof-box .proof-right ul li{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.guider-proof  .detail_main .proof-box .proof-right ul li>div{
	max-width:200px;
	margin-top:15px;
	text-align: center;
}
.guider-proof  .detail_main .proof-box .proof-right img{
	height:145px;
	object-fit: contain;
}
@media (max-width:992px){
	.guider-proof .detail_main{
		margin: 0;
	}
	.guider-proof .detail_main .proof-box{
		margin:30px 0;
		display: block;
	}
	.proof-box>div{
		width:100% !important;
	}
	.guider-proof .detail_main .proof-box .proof-left .proof-title{
		padding:7px 10px;
	}
	.guider-proof .detail_main .proof-box .proof-right ul{
		gap:12px;
		margin-top:20px;
	}
	.guider-proof .detail_main .proof-box .proof-right ul li{
		width:48%;
	}
}
/* ============================================================================================================================
											防霉测试 end
===============================================================================================================================*/




.detail_honor{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_honor .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_honor ul li{
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}
.detail_honor ul li img{
	width: 100%;
	display: block;
}
.detail_honor ul li dd{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}


/* ============================================================================================================================
											为什么选择我们？
===============================================================================================================================*/
.guide-what{
	padding: 0.5rem 0 0.8rem;
	background-color:#f5f5f5;
	display: none;
}
.guide-what .detail_main{
	padding-top:0.6rem;
	overflow: hidden;
    position: relative;
	display: flex;
    align-items: center;
    padding-left: 50px;
}
.guide-what .detail_main .what-left{
	padding: 40px 0 40px 30px;
	border: 5px dashed #9ecb51;
    border-right: 0;
	border-radius: 12px 0 0 12px;
}
.guide-what .detail_main .what-left ul{
	line-height: 50px;
}
.guide-what .detail_main .what-left h3{
	position: relative;
	padding-left: 28px;
	font-size:24px;
}
.guide-what .detail_main .what-left h3::after{
	content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #8bb92f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}
.guide-what .detail_main .what-left p{
	padding-left: 24px;
    font-size: 18px;
}
.guide-what .detail_main .what-right{
	background: url('/themes/skin/static/images/meijun-bg.png') right 20px no-repeat;
	background-color: #f0f6e7;
}
@media (max-width:992px) {
	.guide-what .detail_main{
		flex-direction: column;
		padding-left:0;
	}
	.guide-what .detail_main .what-left{
		padding:28px 16px 115px;
        border: 3px dashed #9ecb51 !important;
        background: url(/themes/skin/static/images/meijun-bg.png) right bottom no-repeat;
        background-size: 50%;
		border-radius: 12px;
	}
	.guide-what .detail_main .what-left h3{
		font-size:20px;
	}
	.guide-what .detail_main .what-left ul{
		line-height: 0;
		line-height: 30px;
	}
	.guide-what .detail_main .what-left p{
		padding: 10px 0 15px 24px;
	}
}


/* ============================================================================================================================
											单页---联系我们
===============================================================================================================================*/

.detail_title{
	overflow: hidden;
	text-align: center;
}
.detail_title h2{
	font-size: 0.36rem;
    font-weight: normal;
    margin-bottom: 0.1rem;
}
.detail_title p {
    font-size: 16px;
    color: #999;
	padding-top: 5px;
}

.detail_contact{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_contact .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
	background: #f8f8f8;
}
.detail_contact .detail_main_fl{
	width: 48%;
	overflow: hidden;
	float: left;
	padding: 30px;
}
.detail_contact .detail_main_fl h2{
	font-size: 0.24rem;
	color: #24b538;
	font-weight: bold;
}
.detail_contact .detail_main_fl ul{
	overflow: hidden;
	margin-top: 0.2rem;
}
.detail_contact .detail_main_fl ul li{
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	height: 62px;
	line-height: 62px;
	font-size: 16px;
}
.detail_contact .detail_main_fl ul li img{
	width: 48px;
	margin-right: 10px;
}
.detail_contact .detail_main_fr{
	overflow: hidden;
	float: right;
	width: 50%;
}


/* ============================================================================================================================
													在线留言
===============================================================================================================================*/

.detail_inquiry{
	overflow: hidden;
	background: #f5f5f5;
	padding: 0.5rem 0;
}
.detail_inquiry .detail_title h2{
	font-size:0.26rem;
}
.detail_inquiry .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_main .detail_inquiry_fl{
	width: 49%;
	float: left;
	overflow: hidden;
}
.detail_main .detail_inquiry_fl img{
	width: 100%;
	display: block;
}
.detail_main .detail_inquiry_fr{
	overflow: hidden;
	float: right;
	width: 49%;
}
.detail_main .detail_inquiry_fr .form-row{
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.detail_main .detail_inquiry_fr .form-row input{
	border-radius: 0;
	padding: 10px;
	color: #999;
	height: auto;
}
.detail_main .detail_inquiry_fr .form-row .btn{
    overflow: hidden;
    background: #24b538;
    color: #fff;
    padding: 10px 50px;
}
@media (max-width:992px) {
	.detail_title h2{
		font-size: 0.48rem;
		margin-bottom: 0;
	}
	.detail_title p{
		font-size: 0.28rem;
	}
	.detail_contact .detail_main_fl{
		width: 100%;
		padding: 0.4rem 0.3rem;
	}
	.detail_contact .detail_main_fl h2{
		font-size: 0.36rem;
		text-align: center;
	}
	.detail_contact .detail_main_fl ul li{
		height: 1rem;
		line-height: 1rem;
		font-size: 0.28rem;
	}
	.detail_contact .detail_main_fl ul li img{
		width: 0.7rem;
	}
	.detail_contact .detail_main_fr{
		width: 100%;
	}
	.detail_main .detail_inquiry_fl{
		display: none;
	}
	.detail_main .detail_inquiry_fr{
		width: 100%;
	}
}


/* ============================================================================================================================
											提供专业服务start
===============================================================================================================================*/
.mold-container{
	overflow: hidden;
	padding:50px 0;
}
.mold{
	padding:30px 0;
}
.mold .container{
	max-width:1280px;
}
.mold-title-box{
	color:#999;
	position: relative;
	padding-left:25px;
}
.mold-title-box::before{
	content: '';
	display: block;
	position: absolute;
	width:4px;
	height:85%;
	border-radius:10px;
	background-color:#24b538;
	top:50%;
	transform: translateY(-50%);
	margin-left:-25px;
}
.mold-title-box h4{
	color:#24b538;
	font-size:22px;
	margin-bottom:5px;
}
.mold-main{
	overflow: visible;
	margin:35px 0px;
	display: flex;
	align-items: center;
}
/* 专业翻箱除霉服务 start */
.mold-main .mold1-left ul{
	display: flex;
	justify-content: space-around;
}
.mold-main .mold1-left ul li{
	display:flex;
	flex-direction: column;
	align-items:center;
	gap:10px;
	color:#666;
}
.mold-main .mold1-left .left1 ul img{
	transform: scale(0.7);
}
.mold-main .mold1-left .left2 ul{position: relative;}
.mold-main .mold1-left .left2 ul::after{
	content:'VS';
	display: block;
	position: absolute;
	color:#333;
	font-size:62px;
	left:50%;
	top:50%;
	transform: translateX(-50%) translateY(-50%);
}
.mold-main .mold1-right{
	line-height:30px;
	text-indent:2em;
	letter-spacing:1px;
	padding-right:80px;
}
/* 专业翻箱除霉服务 end */

/* 货柜防霉服务 start */
.mold-main .mold2-left ul{
	display: flex;
	justify-content: space-around;
}
.mold-main .mold2-left ul li{
	display:flex;
	flex-direction: column;
	align-items:center;
	gap:10px;
	color:#666;
}
.guide-mold1 .mold1-left img{transform: scale(1.1);}
.mold-main .mold2-right{
	line-height:30px;
	text-indent:2em;
	letter-spacing:1px;
	padding-right:80px;
}
/* 货柜防霉服务 end */

/* 仓储防霉服务 start */

/* 我们的优势 PC start */
.guide-mold3 .mold3-left .mold3-pc-adv,.mold3-pc-adv ul{
	overflow: visible;
}
.guide-mold3 .mold3-left .mold3-pc-adv ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:10px;
	overflow: visible;
}
.guide-mold3 .mold3-left .mold3-pc-adv ul li{
	width:49%;
	color:#666;
	display: flex;
	justify-content: space-between;
	padding:0 18px;
	position: relative;
}
.mold3-left .mold3-pc-adv ul li:first-child{
	flex-direction:row-reverse;
}
.mold3-left .mold3-pc-adv ul li:last-child{
	transform: translateX(calc(25% + 27px));
}
.mold3-left .mold3-pc-adv ul li .adv-circle{
	width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #22ad38;
    color: #fff;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 20px;
    line-height: 25px;
    text-align: center;
	position: relative;
}
.mold3-left .mold3-pc-adv ul li .adv-circle .line{position: absolute;}
.mold3-left .mold3-pc-adv ul li .adv-circle .line{
	right:98%;
	bottom:48%;
}
.mold3-left .mold3-pc-adv ul li:nth-child(2) .adv-circle .line{
	bottom:48%;
	left:98%;
	transform: rotateY(180deg);
}
.mold3-left .mold3-pc-adv ul li:last-child .adv-circle .line{
	top:48%;
	left:98%;
	/* transform:translateY(-50%); */
	transform:rotate(180deg);
}

.guide-mold3 .mold3-left .mold3-pc-adv ul li p{
	flex: 1;
	position: absolute;
	width:180px;
}
.guide-mold3 .mold3-left .mold3-pc-adv ul li:nth-child(1) p,
.mold3-pc-adv ul li:nth-child(2) p{
	bottom: 80%;
}
.guide-mold3 .mold3-left .mold3-pc-adv ul li:nth-child(3) p,
.mold3-pc-adv ul li:nth-child(4) p{
	top: 80%;
}
.guide-mold3 .mold3-left .mold3-pc-adv ul li:nth-child(2) p,
.mold3-pc-adv ul li:last-child p{
	left:40%;
}
.guide-mold3 .mold3-left .mold3-pc-adv ul li:nth-child(1) p,
.mold3-pc-adv ul li:nth-child(3) p{
	right:40%;
}

.guide-mold3 .mold3-right{
	line-height:30px;
	text-indent:2em;
	letter-spacing:1px;
	padding-right:80px;
}
/* 我们的优势 PC end */


/* 我们的优势 mb start */
.guide-mold3 .mold3-left .mold3-mb-adv{
	display: none;
}
.mold3-left .mold3-mb-adv ul li{
	margin-bottom:5px;
	font-size:14px;
}
.mold3-left .mold3-mb-adv ul li .adv-title{
	background-color: #22ad38;
    text-align: center;
    border-radius: 50%;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline;
    color: #fff;
	letter-spacing:1px;
}
.mold3-left .mold3-mb-adv ul li p{
	line-height:29px;
}
/* 我们的优势 mb start */

/* 费用对比 start */
.expense-box .expense-head img{
	transform: scale(0.7);
	margin-left: -45px;
}
.expense-box .expense-main{
	margin-top:20px;
}
.expense-box .expense-main .expense-table{
	margin-bottom:25px;
}
.expense-box .expense-main .expense-table .table-head{
	margin-bottom:18px;
}
.expense-box .expense-main .expense-table p{
	font-weight:600;
	font-size:15px;
	line-height:26px;
}

.expense-box .expense-main .expense-table .table-main table{
	width:88%;
}

.expense-box .expense-main .expense-table .table-main table td,th{
	height:46px;
	text-align: center;
}
@media (max-width:992px){
	.expense-box .expense-main{
		margin-top:0;
	}
	.mold3-left{
		margin-top:20px;
	}
}
@media screen and (max-width: 767px){
	.mold3-left{
		margin-top:0px;
	}
}
/* 费用对比 start */


/* 仓储防霉服务 end */


@media (max-width:992px){
	.mold-container{overflow: hidden;padding:15px 0;}
	.mold-main{margin:15px 0;flex-direction: column;}
	.guide-mold1 .mold1-right{padding-right:0;}
	.guide-mold1 .mold1-left .left2 ul::after{display: none;}
	.guide-mold2 .mold2-right{padding-right:0;margin-bottom: 15px;}



	.guide-mold3 .mold3-right{margin-bottom:20px;padding-right:0;}
	.expense-box .expense-head img {transform: scale(0.6);margin-left: -60px;}
	.expense-box .expense-main .expense-table .table-main table {width: 100%;}

}

/* ============================================================================================================================
											提供专业服务start
===============================================================================================================================*/
