@charset "utf-8";
/* ===================首页样式========================== */

/* 数字 s */
.i_num{}
.i_num ul{}
.i_num ul li{
	width: 33.333%;
	text-align: center;
}
.i_num ul li .num{
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.56rem;
	line-height: 1;
	color: #323333;
	margin-bottom: 0.5rem;
}
.i_num ul li .num::after{
	position: absolute;
	content: "";
	display: block;
	width: 120%;
	height: 0.28rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	background-color: #ed742f;
	z-index: 1;
}
.i_num ul li:nth-child(1) .num{
	align-items: flex-start;
}
.i_num ul li .num span,.i_num ul li .num i{
	position: relative;
	z-index: 2;
}
.i_num ul li .num span{
	font-family: 'AG-MB';
}
.i_num ul li .num i{
	font-family: 'SY-M';
}
.i_num ul li:nth-child(1) .num i{
	font-size: 18px;
}
.i_num ul li:nth-child(2) .num i{
	font-size: 0.36rem;

}
.i_num ul li:nth-child(3) .num i{
	font-family: 'Bahnschrift';
}
.i_num ul li p{
	font-size: 18px;
	color: #666666;
	line-height: 2;
	font-family: 'SY-N';
}
/* 数字 e */

/* 关于 s */
.i_ab{
	position: relative;
	background-color: #eeeeee;
}
.i_ab .i_tit::after{
	display: block;
	content: "";
	width: 0.64rem;
	height: 0.02rem;
	background-color: #7f7f5f;
	margin: 0.4rem 0 1rem;
}
.i_ab .pst_pic{
	width: 45.78125%;
}
.i_ab .fl{
	width: 54.21875%;
	height: 9.6rem;
}
.i_ab .info{
	font-size: 14px;
	line-height: 2;
	padding-right: 0.6rem;
	color: #717171;
}
.i_ab ul{
	position: relative;
	background-color: #323333;
	margin-top: 0.7rem;
	width: 100%;
	padding: 0.5rem 0;
}
.i_ab ul::before{
	position: absolute;
	content: "";
	display: block;
	width: 1000em;
	height: 100%;
	right: 100%;
	top: 0;
	background-color: #323333;
	z-index: 2;
}
.i_ab ul::after{
	position: absolute;
	content: "";
	display: block;
	width: 1.5rem;
	height: 100%;
	left: 100%;
	top: 0;
	background-color: #323333;
	z-index: 2;
}
.i_ab ul li{
	width: 33.3333%;
	color: white;
}
.i_ab ul li .num{}
.i_ab ul li .num span{
	font-size: 0.52rem;
	color: #ed742f;
	font-family: 'AG-MB';
}
.i_ab ul li .num i{
	font-size: 0.2rem;
}
.i_ab ul li p{
	font-size: 0.2rem;
	font-family: 'SY-B';
	margin-top: 0.06rem;
}
/* 关于 e */

/* 产品 s */
.i_pro{}
.i_pro .i_tit h3{
	font-size: 0.58rem;
}
.i_pro_nav{}
.i_pro_nav .nav_view{}
.i_pro_nav .nav_view .txt{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0.36rem;
	text-align: right;
}
.i_pro_nav .nav_view .txt p{
	color: #3d3a39;
}
.i_pro_nav .nav_view .txt span{
	color: #b4b5b5;
}
.i_pro_nav .nav_view ul{}
.i_pro_nav .nav_view ul li{}
.i_pro_nav .nav_view ul li:not(:last-child){
	margin-right: 0.1rem;
}
.i_pro_nav .nav_view ul li a{
	display: inline-block;
	min-width: 1.25rem;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #221714;
	background-color: #eaebeb;
}
.i_pro_nav .nav_view ul li.active a{
	background-color: #ed742f;
	color: white;
}

.i_pro_con{
	margin-top: 0.8rem;
}
.i_pro_con .item{}
.i_pro_con .item.hide{
	display: none;
}
.i_pro_con .item ul{}
.i_pro_con .item ul li{}
.i_pro_con .item ul li a{}
/* 产品 e */

/* pic_bg_01 s */
.pic_bg_01{
	height: 8.5rem;
	background-image: url('../images/pic_bg_01.jpg');
}
.pic_bg_01 .txt{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 35%;
}
.pic_bg_01 .txt span{
	font-size: 0.3rem;
	font-family: 'Bahnschrift';
}
.pic_bg_01 .txt h3{
	font-size: 0.5rem;
	font-family: 'SY-L';
	margin: 0.16rem 0 0.36rem;
}
.pic_bg_01 .txt h3 em{
	font-family: "SY-B";
}
.pic_bg_01 .txt p{
	font-size: 0.2rem;
	letter-spacing: 0.04rem;
}
/* pic_bg_01 e */

/* 合作伙伴 s */
.i_partner{
	background-color: #f4f4f4;
}
.i_partner .con{
	margin-top: 1rem;
}
.i_partner img{
	margin: 0 auto;
}
/* 合作伙伴 e */

/* pic_bg_02 s */
.pic_bg_02{
	height: 9rem;
	background-image: url('../images/pic_bg_02.jpg');
}
.pic_bg_02 .txt{
	padding: 0 0.55rem;
	top: 25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pic_bg_02 .tit{
	font-size: 0.58rem;
	font-family: 'SY-B';
}
.pic_bg_02 .tit em{
	
}
.pic_bg_02 .tit span{
	font-family: 'SY-L';
}
.pic_bg_02 .tit i{
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.02rem;
}
.pic_bg_02 .info{
	font-size: 0.2rem;
	line-height: 3;
	margin-top: 0.8rem;
}
.pic_bg_02 ul{
	margin-top: 1.2rem;
}
.pic_bg_02 ul li{
	position: relative;
	padding: 0 0.7rem;
	text-align: center;
}
.pic_bg_02 ul li:not(:last-child)::after{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('../images/pic_bg_02_line.png') no-repeat center;
	width: 2px;
	height: 100%;
}
.pic_bg_02 ul li .ico{}
.pic_bg_02 ul li .ico img{
	display: inline-block;
}
.pic_bg_02 ul li p{
	font-size: 12px;
	color: white;
	margin-top: 0.1rem;
	transform: scale(0.8);
}
/* pic_bg_02 e */

/* 产品特点 s */
.i_feature{
	position: relative;
	background: url('../images/i_feature_bg.png') no-repeat center;
	background-position: bottom center;
	background-size: 100% auto;
}
.i_feature ul{
	width: 90%;
	margin: 1rem auto 0;
}
.i_feature ul li{
	text-align: center;
	width: 13.158%;
}
.i_feature ul li:nth-child(2n){
	flex-direction: column-reverse;
}
.i_feature ul li .pic{}
.i_feature ul li .pic img{
	width: 100%;
}
.i_feature ul li .txt{
	/* padding: 0.35rem 0 0.3rem; */
	height: 1.5rem;
}
.i_feature ul li .txt .ico{
	width: 0.58rem;
	height: 0.58rem;
	margin: 0 auto;
}
.i_feature ul li .txt .ico img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.i_feature ul li .txt p{
	margin-top: 0.16rem;
	font-size: 16px;
	color: #040000;
}
/* 产品特点 e */

/* 加盟条件 s */
.n_join_2{
	padding: 1.2rem 0 1.8rem;
	background: url('../images/n_join_2_bg.jpg') no-repeat center/cover fixed;
}
.n_join_2 ul{
	margin-top: 0.8rem;
	background-color: white;
}
.n_join_2 ul li{
	width: 33.333%;
	position: relative;
	margin: 0.3rem 0;
}
.n_join_2 ul li:not(:nth-child(3n))::after{
	position: absolute;
	content: "";
	display: block;
	width: 0.02rem;
	height: 100%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #c6c6c6;
}
.n_join_2 ul li .txt{
	padding: 0.08rem 0.45rem;
}
.n_join_2 ul li .txt .ico{
	height: 35px;
	line-height: 35px;
}
.n_join_2 ul li .txt .ico img{
	display: inline-block;
}
.n_join_2 ul li .txt h4{
	font-size: 16px;
	color: #3d3a39;
	margin: 0.15rem 0 0.2rem;
}
.n_join_2 ul li .txt p{
	font-size: 12px;
	color: #585757;
	line-height: 1.5;
	height: 3em;
}
/* 加盟条件 e */

/* 营销网络 s */
.i_network{}
.i_network .pic{
	margin-left: -0.85rem;
}
.i_network .pic img{}
.i_network .txt{
	/* position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0; */
	width: 400px;
}
.i_network .txt h3{
	font-size: 0.28rem;
	line-height: 1.1;
	color: #231815;
}
.i_network .txt ul{
	margin: 0.7rem 0 1rem;
}
.i_network .txt ul li{
	text-align: center;
}
.i_network .txt ul li .num{
	font-size: 0;
}
.i_network .txt ul li .num span{
	font-size: 0.48rem;
	color: #ed742f;
	font-family: "Bahnschrift";
}
.i_network .txt ul li .num i{
	font-size: 14px;
	color: white;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #ed742f;
	border-radius: 50%;
	vertical-align: top;
}
.i_network .txt ul li p{
	font-family: "SY-M";
	font-size: 12px;
	color: #585757;
	margin-top: 0.1rem;
}
.i_network .txt .info{
	font-size: 14px;
	line-height: 2;
	color: #4d4d4d;
	font-family: "SY-L";
}
.i_network .txt .info p{
	position: relative;
	padding-left: 12px;
}
.i_network .txt .info p::before{
	position: absolute;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #4d4d4d;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* 营销网络 e */

/* 在线留言 s */
.i_mess{
	background-color: #f4f4f4;
}
.i_mess .pst_pic{
	width: 45.833%;
}
.i_mess .fl{
	width: 56.25%;
	padding: 0.45rem 1.4rem 0.45rem 0;
}
.i_mess .fl .tit{
	margin-bottom: 0.25rem;
}
.i_mess .fl .tit h3{
	font-size: 0.2rem;
	font-family: "SY-B";
}
.i_mess .fl .tit p{
	font-size: 14px;
	margin-top: 0.06rem;
}
.i_mess .fl form{}
.i_mess .fl form .mui-input-row{
	margin-bottom: 0.25rem;
	width: 100%;
}
.i_mess .fl form .mui-input-row input,.i_mess .fl form .mui-input-row textarea{
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid #b7b6b6;
	color: #585757;
	background-color: transparent;
}
.i_mess .fl form .mui-input-row input{}
.i_mess .fl form .mui-input-row textarea{
	line-height: 1.75;
	padding: 0.16rem;
	height: 17.5em;
	border: 1px solid #b7b6b6;
}
.i_mess .fl form button{
	width: 120px;
	line-height: 38px;
	border: 1px solid #9e9d9d;
	font-family: 'SY-R';
	color: #3d3a39;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_mess .fl form button:hover{
	border-color: #ed742f;
	background-color: #ed742f;
	color: white;
}
/* 在线留言 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.i_num ul li{
		width: 50%;
		padding: 0.2rem 0;
	}
	.i_num ul li:last-child{
		width: 100%;
	}
	
	.i_ab{
		overflow: hidden;
	}
	.i_ab .fl{
		width: 100%;
		height: auto;
		padding-top: 0.4rem;
	}
	.i_ab .pst_pic{
		height: 9rem;
	}
	.i_ab .i_tit::after{
		margin-bottom: 0.6rem;
	}
	.i_ab .info{
		padding-right: 0;
	}
	.i_ab ul{
		padding: 0.6rem 0;
	}
	.i_ab ul li{
		text-align: center;
	}
	.i_ab ul li .num i{
		font-size: 0.24rem;
	}
	.i_ab ul li p{
		font-size: 0.28rem;
		margin-top: 0.12rem;
	}
	
	.i_pro_nav{
		position: relative;
	}
	.i_pro_nav .i_tit{
		margin-bottom: 0.4rem;
	}
	.i_pro_nav .nav_view{
		width: 100%;
	}
	.i_pro_nav .nav_view ul li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.i_pro_nav .nav_view ul li:nth-child(3n){
		margin-right: 0;
	}
	.i_pro_nav .nav_view ul li a{
		width: 100%;
	}
	.i_pro_nav .nav_view .txt{
		position: absolute;
		right: 0;
		top: 0.3rem;
		font-size: 16px;
		margin-bottom: 0;
	}
	.i_pro_con{
		margin-top: 0.6rem;
	}
	
	.pic_bg_02{
		height: auto;
		background-position: 30% center;
	}
	.pic_bg_02 .txt{
		position: relative;
		padding: 4rem 0 1rem;
		left: 0;
		transform: none;
		top: auto;
		align-items: center;
	}
	.pic_bg_02 .tit{
		font-size: 0.36rem;
	}
	.pic_bg_02 .tit i{
		line-height: 1.5;
		transform: scale(0.8);
	}
	.pic_bg_02 .info{
		font-size: 0.24rem;
		line-height: 2;
		margin-top: 0.4rem;
	}
	.pic_bg_02 ul{
		margin-top: 0.6rem;
	}
	.pic_bg_02 ul li{
		width: 33.333%;
		padding: 0.2rem 0	;
	}
	.pic_bg_02 ul li .ico img{
		height: 0.55rem;
	}
	.pic_bg_02 ul li p{
		margin-top: 0.12rem;
	}
	
	.n_join_2{
		padding: 1rem 0;
		background-attachment: initial;
	}
	.n_join_2 ul li{
		width: 50%;
		margin: 0.5rem 0;
	}
	.n_join_2 ul li .txt{
		padding: 0 0.35rem;
	}
	.n_join_2 ul li:not(:nth-child(3n))::after{
		display: none;
	}
	.n_join_2 ul li:not(:nth-child(2n))::after{
		position: absolute;
		content: "";
		display: block;
		width: 0.02rem;
		height: 100%;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #c6c6c6;
	}
	
	.i_network .pic{
		margin-left: 0;
		width: 100%;
	}
	.i_network .txt{
		width: 100%;
		margin-top: 0.45rem;
	}
	.i_network .txt ul{
		margin: 0.5rem 0 0.6rem;
	}
	.i_network .txt ul li .num span{
		font-size: 0.6rem;
	}
	
	.i_mess .pst_pic{
		height: 6rem;
	}
	.i_mess .fl{
		width: 100%;
		padding-right: 0;
	}
	.i_mess .fl .tit h3{
		font-size: 0.3rem;
	}
	.i_mess .fl .tit p{
		margin-top: 0.12rem;
	}
	
	.Footer-container .mid{
		display: none;
	}
	.Footer-container .fr .pic{
		width: 100px;
	}
	.Footer-container .fl .logo{
		margin-bottom: 0.4rem;
	}
	.Footer-container .fl .logo img{
		height: 36px;
	}
	.f_contact li.l1{
		font-size: 0.36rem;
	}
}

@media all and (max-width:768px) {
	.i_num ul li .num{
		font-size: 0.64rem;
		margin-bottom: 0.3rem;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

@media all and (max-width:480px) {
	.i_num ul li p{
		font-size: 16px;
	}
	.Footer-copy{
		padding: 0.25rem 0;
	}
	.Footer-copy,.Footer-copy a{
		font-size: 13px;
		line-height: 1.6;
	}
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}