@charset "utf-8";
/* ===================首页样式========================== */

/* Header start */
.Header-container{
	padding: 0.17rem 0 0.2rem;
	text-align: center;
	position: fixed;
	background-color: rgb(0,0,0,.5);
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.Header-container.Header-bg{
	background-color: rgb(0,0,0,0.4);
}
.bodyon #header{
	top: calc( -50px - 0.32rem);
	background-color: transparent;
}
.bodyon2 #header {
    top: 0;
	background-color: rgb(0,0,0,0.4);
}

.Header-container .nav_item{
	display: inline-block;
}
.Header-container .nav_item ul{
	
}
.Header-container .nav_item ul li{
	position: relative;
	float: left;
	/* margin: 0 0.4rem; */
	/* padding: 0 0.25rem; */
	margin: 0 0.25rem;
	color: white;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	vertical-align: top;
}
.Header-container .nav_item ul li.logo{
	line-height: 62px;
	vertical-align: middle;
	padding: 0 0.6rem;
}
.Header-container .nav_item ul li a{
	display: block;
	position: relative;
	text-align: center;
	min-width: 0.7rem;
	/* width: 1.2rem; */
	text-align: center;
	font-size: 14px;
	font-family: "SM";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: top;
}
.Header-container .nav_item ul li:hover a,.Header-container .nav_item ul li.active a{
	margin-top: -50px;
}
.Header-container .nav_item ul li a::after{
	content: attr(text);
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
}
.Header-container .nav_item ul li.logo:before{
	display: none !important;
}
.Header-container .nav_item ul li:before{
	position: absolute;
	content: "";
	left: 8%;
	top: 70%;
	width: 84%;
	height: 1px;
	background-color: rgb(255,255,255,.5);
	margin-top: 0;
	opacity: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.Header-container .nav_item ul li.active:before,.Header-container .nav_item ul li:hover:before{
	opacity: 1;
}
/* .Header-container .nav_item ul li.active a:before{
	margin-top: 0;
} */

.Header-container .nav_item ul li a span{}



.Header-container .nav_item ul li h1{
	display: block;
}
.Header-container .nav_item ul li h1 a{
	font-size: 0;
	width: auto;
	display: block;
	
}
.Header-container .nav_item ul li:hover h1 a{
	margin-top: 0;
	
}
.Header-container .nav_item ul li h1 a img{
	display: inline-block;
	max-height: 51px;
} 

.Header-container .box_r{
	position: absolute;
	right: 2%;
	top: 0.35rem;
}
.Header-container .box_r span{
	position: relative;
	display: inline-block;
	margin-left: 0.14rem;
	cursor: pointer;
	
}
.Header-container .box_r span i{
	position: absolute;
	display: none;
	right: -12px;
	top: 100%;
	margin-top: 15px;
	/* opacity: 0; */
	width: 1.33rem;
	background-color: white;
}
.Header-container .box_r span i::after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	left: 1.05rem;
	top: -12px;
	border: 5px solid transparent;
	border-bottom: 8px solid white;
}
.Header-container .box_r span i img{
	max-width: 100%;
	width: auto;
	border-radius: 10px;
}
.Header-container .box_r span:hover i{
	/* opacity: 1; */
	display: block;
}


/* 汉堡键 start*/
.navbtn{
	position: absolute;
	right: 4%;
	top: 0;
	float: right;
	height: 60px;
	cursor: pointer;
	display: none;
}
.navbtn span {
    width: 28px;
    height: 2px;
	border-radius: 2px;
    background: white;
    display: block;
    position: relative;
    margin-top: 0.44rem;
}
.navbtn span:before, .navbtn span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: white;
	border-radius: 2px;
    display: block;
    left: 0;
    width: 100%;
}
.navbtn span:before {
    top: -9px;
}
.navbtn span:after {
    top: 9px;
}
/* 汉堡键 end*/


.Header-container .show {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.88);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
	display: none;
}
.Header-container .show .box {
    width: 84%;
    margin: 0 auto;
	padding-top: 0.6rem;
}
.Header-container .show .m_logo a {
    display: block;
    width: 3rem;
    height: 1rem;
    background: url(../images/nav_logo.png) no-repeat center;
	background-size: auto 100%; 
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 20px;
	font-size: 0;
}
.Header-container .close {
    width: 32px;
    height: 32px;
    background-image: url(../images/close.png);
    position: absolute;
    right: 20px;
    top: 35px;
}
.Header-container .show .box .mnav > h2,.Header-container .show .box .mnav_index > h2 {
    border-bottom: 1px solid #646565;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
	text-align: left;
	font-family: "PINGFANG REGULAR";
}
.Header-container .show .box .mnav > h2 > a,.Header-container .show .box .mnav_index > h2 > a {
    color: #ffffff;
}
/* .Header-container .show .box:nth-child(1) .mnav > h2:after{
	display: none;
} */

.Header-container .show .box .mnav > h2 > a span{
	margin-left: 2rem;
}
.Header-container .show .box .mnav > h2:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/jia.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav>h2.open:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/jian.png);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.Header-container .show .box .mnav > ol {
    display: none;
}
.Header-container .show .box .mnav > ol li {
    width: 100%;
    background-color: #484848;
    z-index: 999;
    text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.Header-container .show .box .mnav > ol li a {
    color: #ffffff;
}

.Header-container .show .box .box_m{
	
}

.Header-container .show .box .box_m{
	position: relative;
	margin-top: 0.8rem;
}
.Header-container .show .box .box_m .wx{
	position: absolute;
	right: 0;
	top: 0;
}
.Header-container .show .box .box_m .wx img{
	width: 1.2rem;
	height: auto;
}
.Header-container .show .box .box_m ul li{
	height: 0.4rem;
	padding-left: 0.6rem;
	background: url(../images/ico_phone.png) no-repeat left;
	font-size: 12px;
	margin-bottom: 0.18rem;
	line-height: 0.4rem;
	font-family: "PINGFANG REGULAR";
	text-align: left;
	color: white;
}
.Header-container .show .box .box_m ul li:nth-child(1){
	font-size: 28px;
	/* font-weight: bold; */
	font-family: "Haettenschweiler";
}
.Header-container .show .box .box_m ul li:nth-child(2){
	background-image: url(../images/ico_domain.png);
}
.Header-container .show .box .box_m ul li:nth-child(3){
	background-image: url(../images/ico_address.png);
}


.Header-container .show .box .box_ul{
	margin: 0.2rem 0;
}
.Header-container .show .box .box_ul ul li{
	position: relative;
	float: left;
	margin-right: 0.13rem;
}

.Header-container .show .box .box_ul ul li i{
	position: absolute;
	display: none;
	left: -10px;
	bottom: 100%;
	margin-bottom: 12px;
	/* opacity: 0; */
	width: 1.4rem;
	background-color: white;
}
.Header-container .show .box .box_ul ul li i::after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	right: 1.05rem;
	bottom: -12px;
	border: 5px solid transparent;
	border-top: 8px solid white;
}
.Header-container .show .box .box_ul ul li i img{
	max-width: 100%;
	width: auto;
	border-radius: 6px;
}
.Header-container .show .box .box_ul ul li:hover i{
	/* opacity: 1; */
	display: block;
}


/* Header end */


/* pcbanner start */
.pcbanner{}
.pcbanner .swiper-pagination-bullet{
	background-color: white;
}
.pcbanner .swiper-pagination-bullet-active{
	background-color: #07786d;
}

.pcbanner .swiper-slide img{
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	-webkit-transition: all 0.4s ease 1.2s;
	-moz-transition: all 0.4s ease 1.2s;
	-ms-transition: all 0.4s ease 1.2s;
	-o-transition: all 0.4s ease 1.2s;
	transition: all 0.4s ease 1.2s;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.pcbanner .swiper-slide-active img {
	transition-delay: 0.4s !important;
	transform: matrix(1.0, 0, 0, 1.0, 0, 0);
	-webkit-transition: all 5.0s ease;
	-moz-transition: all 5.0s ease;
	-ms-transition: all 5.0s ease;
	-o-transition: all 5.0s ease;
	transition: all 5.0s ease;
}
/* pcbanner end */



/* 企业简介 start */
.about_con{
	background-color: white;
}
.about_con .tit{
	padding: 0.8rem 0;
	text-align: center;
}
.about_con .tit h3{
	font-size: 24px;
	color: #088277;
	font-family: "PINGFANG LIGHT";
}
.about_con .tit h3 span{
	font-weight: bold;
}
.about_con .tit p{
	padding: 11px 0 8px;
	font-size: 12px;
	color: #000000;
	font-family: "PINGFANG REGULAR";
}
.about_con .tit i{
	color: #000000;
}
.about_con .con{
	padding: 0.2rem 6.5% 0.4rem;
	background-color: #e8e8e8;
}
.about_con .con .fl{
	width: 45.3%;
}
.about_con .con .fl img{}
.about_con .con .fr{
	width: 42%;
}
.about_con .con .fr .ab_tit{
	margin-top: 2.15rem;
	color: black;
}
.about_con .con .fr .ab_tit h4{
	font-size: 18px;
	font-family: "PINGFANG HEAVY";
}
.about_con .con .fr .ab_tit span{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-top: 0.18rem;
	font-family: "PINGFANG MEDIUM";
}
.about_con .con .fr .ab_tit span::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #07786d;
	margin-top: 13px;
	left: 0;
	top: 100%;
}
.about_con .info{
	font-size: 14px;
	line-height: 2;
	color: #595757;
	margin: 0.45rem 0 1.1rem;
	font-family: "PINGFANG REGULAR";
}

.about_con .con .fr .ico{}
.about_con .con .fr .ico img{
	width: auto;
}
/* 企业简介 end */


/* 五大优势 start */

/* .ys_con{
	text-align: center;
	padding: 4.15rem 0 5.25rem;
	position: relative;
	z-index: 2;
	background-color: black;
} */
.ys_con{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* padding-bottom: 8rem; */
	overflow: hidden;
}
.ys_con ul{
	position: absolute;
	width: 100%;
	top: 35%;
	left: 0;
	text-align: center;
	z-index: 1;
}
.ys_con ul li{
	display: inline-block;
	text-align: center;
	padding: 0 0.42rem;
}
.ys_con ul li img{
	width: auto;
	max-width: 0.95rem;
}
.ys_con ul li p{
	color: white;
	font-size: 15px;
	margin-top: 0.25rem;
	font-family: "PINGFANG MEDIUM";
}
.ys_con .video{
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}
.ys_con video{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -2;
	object-fit: cover;
}
/* 五大优势 end */


/* 产品中心 start */
.pro_con{
	padding: 1.6rem 0 1.8rem;
	background-color: white;
}
.pro_con ul{}
.pro_con ul li{
	position: relative;
	float: left;
	width: 30.5%;
	margin-right: 4.25%;
	margin-bottom: 0.6rem;
}
.pro_con ul li:nth-child(3n){
	margin-right: 0;
}
.pro_con ul li img{}
.pro_con ul li .mask{
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255,.66);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.pro_con ul li:hover .mask{
	opacity: 1;
}
.pro_con ul li .mask .box{
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: linear-gradient(to right, #05675c , #098b7f);
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	border-radius: 10px;
	text-align: center;
	color: white;
	/* box-shadow: 3px 3px 3px rgb(0,0,0,.75); */
	box-shadow: rgb(114,114,114,.4) 0px 0px 6px 2px;
}
.pro_con ul li .mask .box .ico{
	margin-top: 12px;
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.pro_con ul li .mask .box .ico img{
	width: 36px;
	margin: 0 auto;
}
.pro_con ul li .mask .box p{
	font-size: 12px;
	margin-top: 6px;
}
/* 产品中心 end */


/* 自然 start */
.nature_con{
	height: 8.17rem;
	background: url(../images/nature_bg.jpg) no-repeat center;
	background-size: cover;
}
.nature_con .con{
	float: right;
	width: 53.85%;
	margin-right: 0.3rem;
}
.nature_con .con .tit{
	margin-top: 1.8rem;
	color: black;
}
.nature_con .con .tit h4{
	font-size: 16px;
	line-height: 26px;
	font-family: "PINGFANG HEAVY";
}
.nature_con .con .tit p{
	position: relative;
	margin-top: 10px;
	font-size: 14px;
	display: inline-block;
	font-family: "PINGFANG MEDIUM";
}
.nature_con .con .tit p::before{
	position: absolute;
	content: "";
	width: 45%;
	height: 2px;
	background-color: #088579;
	top: 100%;
	left: 0;
	margin-top: 10px;
}
.nature_con .con .info{
	font-size: 14px;
	line-height: 32px;
	color: #595757;
	margin-top: 0.35rem;
	text-align: justify;
	font-family: "PINGFANG REGULAR";
}
/* 自然 end */


/* 加盟优势 start */
.join_ys{
	padding: 1rem 10.5% 5.45% 0.8rem;
	background-color: white;
}
.join_ys .con{
	
}
.join_ys .con .fl{
	position: relative;
	width: 53.4%;
}
.join_ys .con .fl img{
	width: 100%;
}
.join_ys .con .fl .com_tit{
	position: absolute;
	right: 11.6%;
	top: 11.1%;
	text-align: left;
}
.join_ys .con .fr{
	width: 6rem;
	width: 38%;
	padding-top: 0.3rem;
}
.join_ys .con .fr li{
	height: 96px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid black;
	margin-bottom: 0.2rem;
	color: #231815;
	padding: 8px 0;
	/* -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; */
}
.join_ys .con .fr li:hover{
	border-color: #05675c;
}
.join_ys .con .fr li .ico{
	position: relative;
	width: 18.66%;
	height: 80px;
	line-height: 80px;
	float: left;
	text-align: center;
}
.join_ys .con .fr li:hover .ico{
	position: relative;
}
.join_ys .con .fr li .ico::before{
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	height: 100%;
	width: 1px;
	background-color: #918b8a;
}
.join_ys .con .fr li .ico img{
	display: inline-block;
	width: auto;	
}
.join_ys .con .fr li:hover .ico img{
	display: none;
}
.join_ys .con .fr li .ico img.on{
	display: none;
}
.join_ys .con .fr li:hover .ico img.on{
	display: inline-block;
}
.join_ys .con .fr li .info{
	font-size: 12px;
	float: left;
	padding-left: 0.2rem;
	width: 75%;
}
.join_ys .con .fr li .info h4{
	margin-top: 0.12rem;
}
.join_ys .con .fr li .info p{
	line-height: 1.5;
	margin-top: 0.08rem;
	text-align: justify;
}
/* 加盟优势 end */


/* 加盟条件 start */
.join_tj{
	padding: 1.05rem 0 0.3rem;
	background: url(../images/join_tj_bg.jpg) no-repeat center;
	background-size: cover;
}
.join_tj .tit{
	color: white;
	text-align: center;
}
.join_tj .tit h3{
	font-size: 16px;
	font-family: "PINGFANG HEAVY";
	letter-spacing: 1px;
}
.join_tj .tit p{
	position: relative;
	display: inline-block;
	font-size: 15px;
	margin-top: 0.15rem;
	font-family: "PINGFANG MEDIUM";
}
.join_tj .tit p::before{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: white;
	margin-top: 0.1rem;
}
.join_tj ul{
	margin-top: 0.7rem;
}
.join_tj ul li{
	float: left;
	background-color: #f3f3f3;
	width: 30%;
	margin-right: 5%;
	border-radius: 6px;
	margin-bottom: 0.75rem;
	text-align: center;
	height: 210px;
	color: black;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.join_tj ul li:hover{
	color: white;
	background-image: linear-gradient(to right, #05665b , #098c80);
}
.join_tj ul li:nth-child(3n){
	margin-right: 0;
}
.join_tj ul li .ico{
	height: 40px;
	line-height: 40px;
	margin-top: 0.35rem;
}
.join_tj ul li:hover .ico{
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.join_tj ul li .ico img{
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.join_tj ul li p{
	font-size: 16px;
	margin-top: 0.16rem;
	font-family: "PINGFANG HEAVY";
}
.join_tj ul li .info{
	font-size: 12px;
	line-height: 18px;
	margin-top: 0.2rem;
	font-family: "PINGFANG MEDIUM";
}
/* 加盟条件 end */



/* 新闻资讯 start */
.new_con{
	padding-top: 1.5rem;
	padding-bottom: 2.1rem;
	background-color: white;
}
.new_con .tit{
	color: #231815;
	text-align: center;
}
.new_con .tit h3{
	font-size: 16px;
	font-family: "PINGFANG HEAVY";
	letter-spacing: 1px;
}
.new_con .tit p{
	margin: 0.15rem 0 0.06rem;
	font-size: 15px;
	font-family: "PINGFANG MEDIUM";
}
.new_con .tit span{
	position: relative;
	font-size: 12px;
	font-family: "PINGFANG LIGHT";
	display: inline-block;
}
.new_con .tit span::before{
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	margin-left: -27px;
	margin-top: 0.1rem;
	width: 58px;
	height: 2px;
	background-image: linear-gradient(to right, #05675c , #098b7f);
}
.new_con ul{
	margin-top: 1rem;
}
.new_con ul li{
	position: relative;
	float: left;
	width: 22.5%;
	margin-right: calc(10% / 3);
	background-color: #c8c8c9;
}
.new_con ul li::before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background-image: linear-gradient(to right, #05675c , #098b7f);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.new_con ul li:hover::before{
	width: 100%;
}
.new_con ul li:nth-child(4n){
	margin-right: 0;
}
.new_con ul li .pic{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 60%;
	overflow: hidden;
}
.new_con ul li .pic img{
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.new_con ul li .box{
	padding: 0.22rem 7% 0.35rem;
	color: #000000;
}
.new_con ul li .box .box_t{
	
}
.new_con ul li .box .box_t .fl{
	font-size: 14px;
	font-family: "PINGFANG HEAVY";
	width: calc( 100% - 39px);
}
.new_con ul li .box .box_t .fr{
	font-size: 12px;
	font-family: "PINGFANG LIGHT";
	font-weight: bold;
}
.new_con ul li .box .info{
	font-size: 12px;
	line-height: 18px;
	margin-top: 0.12rem;
	font-family: "PINGFANG LIGHT";
	font-weight: bold;
	min-height: 54px;
}
/* 新闻资讯 end */



/* 在线留言 start */
.message_con{
	position: relative;
	padding-left: 11.5%;
	padding-bottom: 0.85rem;
	background-color: #f1f1f1;
}
.message_con .pic {
    position: absolute;
    background: url(../images/message.png) no-repeat center;
	/* background-size: 100% auto; */
	background-position: left center; 
    width: 48.375%;
    height: 100%;
    right: 0;
    top: 0;
}
.message_con .pic img{
	
}
.message_con .container form{
	position: relative;
	z-index: 2;
	display: block;
	padding-top: 1.25rem;
	width: 36%;
	min-width: 5.8rem;
	float: left;
	font-family: "PINGFANG MEDIUM";
}
.message_con .container form ul{
	color: #231815;
}
.message_con .container form ul li{}
.message_con .container form ul li p,.message_con .container p{
	font-size: 12px;
	letter-spacing: 0.01rem;
	margin-top: 0.3rem;
	text-align: left;
}
.message_con .container form ul li p span,.message_con .container p span{
	margin-right: 0.06rem;
}
.message_con .container form ul li input,.message_con .container textarea{
	margin-top: 0.2rem;
	width: 100%;
	border: 1px solid #8d8e8e;
	padding-left: 10px;
	background-color: transparent;
	color: black;
	padding-left: 10px;
}
.message_con .container form ul li input{
	height: 0.4rem;
}
.message_con .container textarea{
	height: 1.55rem;
	padding-top: 5px;
	line-height: 1.2;
}
.message_con .container .form_to{
	margin-top: 0.35rem;
	width: 1.9rem;
	height: 0.35rem;
	line-height: 0.35rem;
	text-align: center;
	color: white;
	font-size: 12px;
	cursor: pointer;
}
/* 在线留言 end */


/* Footer start */
.Footer-wrapper{}
.Footer-container{
	color: white;
}

.Footer-container .box_t{
	padding: 0.9rem 0 1.2rem;
	background-color: black;
	font-family: "PINGFANG REGULAR";
}
.Footer-container.productlist2 .box_t{
	background-color: #f2f2f2;
}
.Footer-container .box_t .fl{
	margin-right: 18%;
}
.Footer-container .box_t .fl img.foot_logo{
	width: auto;
}
.Footer-container.productlist2 .box_t .fl img.foot_logo{
/* 	position: relative;
	filter: drop-shadow(100vw 0px 0 black);
	-webkit-filter: drop-shadow(100vw 0px 0 black);
	right: 100vw; */
	filter: invert(1);
	-webkit-filter: invert(1);
}
.Footer-container .box_t .fl>ul{
	margin-top: 0.45rem;
}
.Footer-container .box_t .fl>ul>li{
	height: 24px;
	padding-left: 0.35rem;
	background: url(../images/ico_phone.png) no-repeat left;
	font-size: 12px;
	margin-bottom: 0.18rem;
	line-height: 24px;
}
.Footer-container.productlist2 .box_t .fl>ul>li{
	/* position: relative;
	filter: drop-shadow(100vw 0px 0 black);
	-webkit-filter: drop-shadow(100vw 0px 0 black);
	right: 100vw; */
	filter: invert(1);
	-webkit-filter: invert(1);
}
.Footer-container .box_t .fl>ul>li:nth-child(1){
	font-size: 28px;
	/* font-weight: bold; */
	font-family: "Haettenschweiler";
}
.Footer-container .box_t .fl>ul>li:nth-child(2){
	background-image: url(../images/ico_domain.png);
}
.Footer-container .box_t .fl>ul>li:nth-child(3){
	background-image: url(../images/ico_address.png);
}

.Footer-container .box_t .fl .box_m{
	margin-top: 0.1rem;
}
.Footer-container .box_t .fl .box_m ul{
	
}
.Footer-container .box_t .fl .box_m ul li{
	position: relative;
	float: left;
	margin-right: 0.13rem;
}

.Footer-container .box_t .fl .box_m ul li i{
	position: absolute;
	display: none;
	left: -10px;
	bottom: 100%;
	margin-bottom: 12px;
	/* opacity: 0; */
	width: 1.33rem;
	background-color: white;
}
.Footer-container .box_t .fl .box_m ul li i::after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	right: 1.05rem;
	bottom: -12px;
	border: 5px solid transparent;
	border-top: 8px solid white;
}
.Footer-container .box_t .fl .box_m ul li i img{
	max-width: 100%;
	width: auto;
	border-radius: 6px;
}
.Footer-container .box_t .fl .box_m ul li:hover i{
	/* opacity: 1; */
	display: block;
}

.Footer-container .box_t .fl .box_m ul li a{}
.Footer-container .box_t .fl .box_m ul li a img{
	width: auto;
}
.Footer-container .box_t .con{
	float: left;
	font-size: 14px;
}
.Footer-container .box_t .con dl{
	margin-right: 0.55rem;
	float: left;
	text-align: center;
}
.Footer-container .box_t .con dl dt{
	margin-bottom: 0.18rem;
	font-family: "PINGFANG HEAVY";
}
.Footer-container.productlist2 .box_t .con dl dt{
	color: black;
}
.Footer-container .box_t .con dl dd{
	margin-bottom: 0.18rem;
}
.Footer-container.productlist2 .box_t .con dl dd{
	color: black;
}
.Footer-container .box_t .con dl dd a{}

.Footer-container .box_t .fr{}
.Footer-container .box_t .fr img{
	width: auto;
	width: 1.35rem;
	border-radius: 3px;
}
.Footer-container .box_t .fr p{
	font-size: 14px;
	color: white;
	line-height: 2.5;
	text-align: center;
}

.Footer-container>.box_m{
	background-color: #ffffff;
	padding: 0.14rem 0;
	text-align: left;
	color: #000000;
}
.Footer-container.productlist2>.box_m{
	background-color: #cccccc;
	color: black;
}
.Footer-container .box_m p{
	display: inline-block;
	font-size: 12px;
	margin-right: 0.1rem;
	font-family: "JH";
}
/* Footer end */

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
	.nature_con{
		background-position: 30% top;
	}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.about_con .con .fr .ab_tit{
		margin-top: 1.2rem;
	}
	.about_con .con .fr .info{
		margin-top: 0.4rem;
		margin-bottom: 0.65rem;
	}
	.nature_con .con{
		margin-right: 0.1rem;
	}
	
	.message_con{
		padding-left: 6%;
	}	
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
	.about_con .con .fr .ab_tit{
		margin-top: 0.6rem;
	}
	.about_con .con .fr .info{
		margin: 0.3rem 0 0.4rem;
	}
	.nature_con .con{
		margin-right: 0;
	}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
	.join_ys .con .fr{
		width: 42%;
	}
	.Footer-container .box_t .fl{
		margin-right: 3%;
	}
	.Footer-container .box_t .con dl{
		margin: 0.25rem;
	}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
	.join_ys .con .fr{
		width: 46%;
	}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
	
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.Header-container .nav_item ul li.logo{
		padding: 0 0.3rem;
	}
	.about_con .con{
		padding: 0.2rem 4% 0.4rem;
	}
	.about_con .con .fr{
		width: 48%;
	}
		
}
@media all and (max-width:960px) {
    .Header-container .nav_item ul li{
		margin: 0 0.18rem;
	}
	/* 企业简介 */
	.about_con .con{
		padding: 0.4rem 4%;
	}
	.about_con .con .fl{
		width: 62%;
		padding: 0 2%;
	}
	.about_con .con .fr{
		width: 35%;
	}
	.about_con .con .fr .ico img{
		max-width: 100%;
	}
	.about_con .con .fr .ico{
		margin-top: 0.85rem;
	}
	.about_con .con .fr .ab_tit{
		margin-top: 0.8rem;
	}
	.about_con .con .fr .ab_tit h4{
		line-height: 24px;
	}
	
	.about_con .info{
		padding: 0 4% 0.4rem;
		background-color: #e8e8e8;
		margin: 0;
	}
	
	/* 五大优势 */
	.ys_con .video{
		position: absolute;
	}
	.ys_con ul{
		position: absolute;
	}
	.ys_con ul li{
		margin-bottom: 0.25rem;
	}
	.ys_con ul li p{
		font-size: 14px;
	}
	
	/* 自然 */
	.nature_con{
		background: none;
		background-color: #FFFFFF;
		height: auto;
		text-align: center;
	}
	.nature_con .con{
		float: none;
		width: 100%;
	}
	.nature_con .con .tit{
		margin-top: 0.6rem;
	}
	.nature_con .con .tit p::before{
		left: 27.5%;
	}
	.nature_con .con .info{
		text-align: justify;
		text-align-last: center;
	}
	
	/* 加盟优势 */
	.join_ys{
		padding: 0.5rem 4% 0.4rem;
	}
	.join_ys .con .fl,.join_ys .con .fr{
		width: 100%;
		float: none;
	}
	.join_ys .con .fl .com_tit{
		right: 6%;
	}
	
	/* 加盟条件 */
	.join_tj{
		background-image: none;
		background-color: black;
	}
	.join_tj .tit{
		padding-top: 0.6rem;
	}
	.join_tj ul li,.join_tj ul li:nth-child(3n){
		width: 48%;
		margin-right: 4%;
		margin-bottom: 0.4rem;
	}
	.join_tj ul li:nth-child(2n){
		margin-right: 0;
	}
	
	/* 新闻中心 */
	.new_con{
		padding: 0.6rem 0 0.4rem;
	}
	.new_con ul{
		margin-top: 0.5rem;
	}
	.new_con ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 0.6rem;
	}
	.new_con ul li:nth-child(2n){
		margin-right: 0;
	}
	
	/* 在线加盟 */
	.message_con{
		padding: 0.8rem 0 0.5rem;
	}
	.message_con .pic{
		position: relative;
		width: 100%;
		background-image: none;
	}
	.message_con .container form{
		width: 100%;
		padding: 0.9rem 4% 0;
	}
	
	/* Footer */
	.Footer-container{
		position: relative;
	}
	.Footer-container .box_t{
		padding: 0.8rem 0 0.6rem;
	}
	.Footer-container .box_t .con{
		display: none;
	}
	.Footer-container .box_t .fl>ul>li{
		padding-left: 0.6rem;
	}
	.Footer-container .box_t .fl .box_m{
		margin-top: 0.2rem;
	}
	.Footer-container .box_t .fr{
		position: absolute;
		right: 4%;
		top: 0.8rem;
	}
	.Footer-container>.box_m{
		padding: 0.2rem 0;
	}
	
	.search-box form{
		top: 48%;
		width: 92%;
		left: 4%;
		margin-top: 0;
	}
	.search-box #close{
		right: 4%;
		top: 30%;
		width: 36px;
		height: 36px;
	}
	.search-box form input{
		width: 100%;
		height: 0.9rem;
		margin-bottom: 0.6rem;
	}
	.search-box form button{
		height: 0.8rem;
		width: 40%;
		margin: 0 30%;
	}
	
	.Header-container .box_r span{
		margin-left: 0.2rem;
	}
}

@media all and (max-width:800px) {
    .Header-container .nav_item ul li{
		display: none;
	}
	.Header-container .nav_item ul li.logo{
		display: block;
		height: auto;
		line-height: 1;
	}
	.Header-container{
		text-align: left;
		padding: 0.16rem 0;
	}
	/* 企业简介 */
	.about_con .tit{
		padding: 0.6rem 0 0.5rem;
	}
	.about_con .tit p{
		padding: 8px 0 5px;
	}
	/* 产品中心 */
	.pro_con{
		padding: 1.2rem 0 0.7rem;
	}
	.pro_con ul li,.pro_con ul li:nth-child(3n){
		width: 48%;
		margin-right: 4%;
	}
	.pro_con ul li:nth-child(2n){
		margin-right: 0;
	}
	/* 在线加盟 */
	.message_con .container form ul li input{
		height: 0.6rem;
	}
	.message_con .container textarea{
		height: 2.4rem;
	}
	.message_con .container .form_to{
		width: 2.5rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}
	
	.Header-container .box_r{
		top: 0.28rem;
		margin-right: calc(4% + 35px);
	}
	
	.navbtn {
	    display: block;
	}
	
	.Footer-container .box_t .fl .box_m ul li i::after{
		right: 0.9rem;
	}
}

@media all and (max-width:640px) {
    .pro_con ul li{
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 0.5rem !important;
	}
	
	.join_tj ul li{
		width: 100% !important;
		margin-right: 0 !important;
		height: auto;
		padding: 0.15rem 0 0.5rem; 
	}
	
	.new_con ul li{
		width: 100% !important;
		margin-right: 0 !important;
	}
	
}
@media all and (max-width:540px){
	.join_ys .con .fr li .info p{
		line-height: 1.3;
	}
	
}

@media all and (max-width:420px) {
	/* 五大优势 */
	.ys_con ul li{
		padding: 0 0.5rem;
	}
	.ys_con ul li p{
		font-size: 12px;
	}
	.ys_con ul{
		top: 0;
		margin-top: 8%;
	}
	/* 加盟优势 */
	.join_ys .con .fr li{
		height: auto;
	}
	.join_ys .con .fr li .info{
		width: 78%;
	}
	.join_ys .con .fr li .info h4{
		margin-top: 0.08rem;
	}
	.join_ys .con .fr li .ico{
		height: 1.2rem;
		line-height: 1.2rem;
	}
}

@media all and (max-width:380px) {
    .join_ys .con .fr li .info h4{
    	margin-top: 0;
    }
}

@media all and (max-width:350px) {
	
}