@charset "utf-8";
/* =====================招商加盟样式======================== */

/* 加盟优势 start */
.join_con1{
	padding-top: 1.4rem;
	padding-bottom: 0.65rem;
}

.join_con1 ul{
	margin-top: 1.2rem;
	margin-bottom: 0.8rem;
}
.join_con1 ul li{
	width: 12.7%;
	float: left;
	margin-right: calc( 36.5% / 4);
	text-align: center;
}
.join_con1 ul li:nth-child(5n){
	margin-right: 0;
}
.join_con1 ul li .ico{
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
	
}
.join_con1 ul li:hover .ico{
	filter: invert(65%) sepia(20%) saturate(298%) hue-rotate(347deg) brightness(86%) contrast(92%);
	-webkit-filter: invert(65%) sepia(20%) saturate(298%) hue-rotate(347deg) brightness(86%) contrast(92%);
}
.join_con1 ul li .ico img{
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.join_con1 ul li h3{
	position: relative;
	display: inline-block;
	margin-top: 0.35rem;
	font-size: 0.15rem;
}
.join_con1 ul li h3::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.15rem;
	width: 0;
	height: 0.01rem;
	background-color: #a29080;
	-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_con1 ul li:hover h3::after{
	width: 100%;
}
.join_con1 ul li .info{
	margin-top: 0.35rem;
	font-size: 0.12rem;
	line-height: 0.24rem;
	color: #888888;
	text-align: justify;
}
/* 加盟优势 end */

/* GHONE start */
.join_con2{
	margin-top: 1rem;
}
/* GHONE end */

/* 加盟支持 start*/
.join_con3{
	padding-top: 0.8rem;
	padding-bottom: 1.4rem;
}
.join_con3 ul{
	margin-top: 0.85rem;
}
.join_con3 ul li{
	float: left;
	width: 15.5%;
	margin-right: 1.4%;
	padding-top: 0.75rem;
	height: 2.75rem;
	text-align: center;
	background-color: white;
	border: 1px solid black;
}
.join_con3 ul li:hover{
	background-color: black;
}
.join_con3 ul li:last-child{
	margin-right: 0;
}
.join_con3 ul li .ico{
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
}
.join_con3 ul li:hover .ico{
	filter: invert(100%) sepia(9%) saturate(1647%) hue-rotate(343deg) brightness(109%) contrast(109%);
	-webkit-filter: invert(100%) sepia(9%) saturate(1647%) hue-rotate(343deg) brightness(109%) contrast(109%);
}
.join_con3 ul li .ico img{
	display: inline-block;
	max-height: 100%;
	width: auto;
	height: auto;
}
.join_con3 ul li p{
	margin-top: 0.55rem;
	font-size: 0.12rem;
	color: #231815;
}
.join_con3 ul li:hover p{
	color: white;
}
/* 加盟支持 end */

/* 加盟宣传图 start */
.join_pic{
	position: relative;
	height: 9rem;
	background: url(../images/join.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.join_pic .w13{
	position: relative;
	height: 100%;
}
.join_pic p{
	position: absolute;
	color: white;
	font-size: 26px;
	font-family: "735-CAI";
	top: 4.25rem;
	left: 0;
}
.join_pic p span{
	font-size: 30px;
	font-family: "CN-L";
	display: block;
	margin-top: 0.36rem;
	font-weight: normal;
}
/* 加盟宣传图 end */


/* 加盟流程 start */
.join_con4{
	padding-top: 1.8rem;
	padding-bottom: 1.5rem;
	position: relative;
}
.join_con4 .pic{
	position: absolute;
	background: url(../images/process_bg.png) no-repeat center;
	background-size: cover;
	width: 8.3rem;
	height: 3.8rem;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.join_con4 .con{
	
}
.join_con4 .con .fl{
	color: black;
}
.join_con4 .con .fl .tit{
	padding-left: 0.5rem;
	margin-top: 0.3rem;
}
.join_con4 .con .fl .tit h3{
	font-size: 20px;
	font-family: "JH";
}
.join_con4 .con .fl .tit>p{
	margin-top: 0.12rem;
	font-size: 16px;
	font-family: "JL";
}
.join_con4 .con .fl>p{
	font-size: 14px;
	padding-left: 0.5rem;
	background: url(../images/process_tit.png) no-repeat top;
	background-position: left top;
	background-size: auto 100%;
	margin-top: 0.4rem;
	height: 21px;
	font-weight: bold;
}
.join_con4 .con .fl .des{
	padding-left: 0.5rem;
	font-size: 12px;
	line-height: 24px;
	margin-top: 0.04rem;
}

.join_con4 .con .fr{
	position: relative;
	z-index: 2;
	width: 62%;
}
.join_con4 .con .fr ul{}
.join_con4 .con .fr ul li{
	width: calc( (100% - 0.1rem)/2 );
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	background-color: #f4f4f4;
	color: black;
	height: 1.55rem;
	padding:0.4rem 0.55rem 0 0.5rem;
	float: left;
}
.join_con4 .con .fr ul li:hover{
	color: white;
	background-color: black;
}
.join_con4 .con .fr ul li:nth-child(2n){
	margin-right: 0;
}
.join_con4 .con .fr ul li .ico{
	float: left;
	width: 0.55rem;
}
.join_con4 .con .fr ul li:hover .ico{
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.join_con4 .con .fr ul li .ico img{
	width: auto;
	max-width: 100%;
}
.join_con4 .con .fr ul li .info{
	float: left;
	width: calc( 100% - 0.55rem);
}
.join_con4 .con .fr ul li .info h4{
	font-size: 14px;
}
.join_con4 .con .fr ul li .info span{
	margin-top: 0.1rem;
	width: 0.85rem;
	height: 1px;
	background-color: #000000;
}
.join_con4 .con .fr ul li:hover .info span{
	background-color: white;
}
.join_con4 .con .fr ul li .info p{
	font-size: 12px;
	line-height: 24px;
	margin-top: 0.12rem;
	color: #3e3a39;
	text-align: justify;
}
.join_con4 .con .fr ul li:hover .info p{
	color: white;
}
/* 加盟流程 end 


/* 在线加盟 start */
.join_con5{
	background: url(../images/join_message.jpg) no-repeat center;
}

.join_con5 .box{
	width: 7.1rem;
	padding: 0.55rem 1.1rem 0.5rem 1.2rem;
	margin-top: 1.7rem;
	margin-bottom: 1.25rem;
	background-color: white;
}
.join_con5 .box li{
	color: black;
	margin-top: 0.2rem;
	display: inline-block;
	width: 100%;
	font-size: 0.14rem;
}
.join_con5 .box li span{
	display: block;
	float: left;
	font-size: 0.14rem;
	letter-spacing: 1px;
	margin-top: 0.15rem;
}
.join_con5 .box li input{
	display: block;
	float: right;
	width: 3.6rem;
	border: 0;
	border-bottom: 1px solid #8d8e8e;
	height: 0.3rem;
	background-color: transparent;
	color: black;
	font-size: 0.14rem;
	padding-left: 0.08rem;
}
.join_con5 .box li:nth-child(6){
	margin-top: 0.4rem;
}
.join_con5 .box li:nth-child(6) span{
	margin-top: 0;
	/* margin-right: 0.6rem; */
}
.join_con5 .box li:nth-child(6) input{
	margin-right: 0.2rem;
	margin-left: 0.8rem;
	width: 0.16rem;
	float: none;
	display: inline-block;
	line-height: 0.3rem;
	height: 0.16rem;
	border: 1px solid #8d8e8e;
	cursor: pointer;
	appearance:checkbox;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
}
.join_con5 .box li:nth-child(7) input,
.join_con5 .box li:nth-child(8) input{
	width: 1.65rem;
	float: none;
	display: inline-block;
	
}

.join_con5 .box li:nth-child(7) span,
.join_con5 .box li:nth-child(8) span{
	float: none;
	display: inline-block;
}
.join_con5 .box li:nth-child(7) input{
	margin: 0 0.36rem;
}
.join_con5 .box li:nth-child(8) input{
	margin: 0 0.1rem;
}
.join_con5 .box .form_to{
	margin-top: 0.5rem;
	text-align: center;
}
.join_con5 .box .form_to input{
	width: 0.75rem;
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.16rem;
	color: white;
	background-color: #907956;
	cursor: pointer;
}
.join_con5 .box .form_to input[type="reset"]{
	margin-left: 0.2rem;
}
/* 在线加盟 end 

/* 品牌宣传图 start */
/* 品牌宣传图 end 


/* 品牌宣传图 start */
/* 品牌宣传图 end 


/* -------------------------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 适配 */
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

