/*banner*/
.zb_banner{
	width: 100%;
	/*height: 7.4rem;*//*370/50*/
	background:url(../images/default_logo.png) center no-repeat;
	background-size: auto 36%;
	background-color: #f7f7f7;
}
.zb_banner img{
	display: block;
	width: 100%;
	/*height: 100%;
	object-fit: cover;*/
}

.brand_nav{
	width: 300px;
	border: 1px solid #dedede;
	margin: 20px auto;
}
.brand_nav li{
	width: 150px;
	height: 40px;
	float: left;
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.brand_nav .brand_clk{
	color: #FFFFFF;
	background-color: #573b2d;
	position: relative;
}
.brand_nav .brand_clk:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #573b2d;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -3px;
}

.brand_cot h5{
	font-size: 14px;
	line-height: 2.5;
	color: #000;
	text-align: justify;
	text-indent: 28px;
}


.brand_pro .right{
	float: right;
	width: 50%;
	position: relative;
	margin-top: 40px;
}



.brand_pro .right h3{
	padding-top: 10px;
	padding-bottom: 18px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 30px;
	border-left: 1px dashed #d6a596;
	border-bottom: 1px dashed #d6a596;
	border-bottom-left-radius: 5px;
}
.brand_pro .left h3{
	padding-top: 10px;
	padding-bottom: 18px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 30px;
	border-right: 1px dashed #d6a596;
	border-bottom: 1px dashed #d6a596;
	border-bottom-right-radius: 5px;
}




.brand_pro .right h6{
	padding-left: 30px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

.brand_pro .left{
	float: left;
	width: 50%;
	text-align: right;
	position: relative;
	margin-top: 40px;
}
.brand_pro .left h6{
	padding-right: 30px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
.brand_pro .right:after{
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: -28px;
	left:-12px;
	background: url(../images/zbom/pro_time.jpg) center no-repeat;
}
.brand_pro .left:after{
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: -28px;
	right:-12px;
	background: url(../images/zbom/pro_time.jpg) center no-repeat;
}




/*最新资讯*/
/*banner*/
.news_banner{
	width: 100%;
	/*height: 7.4rem;*//*370/50*/
	background:url(../images/default_logo.png) center no-repeat;
	background-size: auto 36%;
	background-color: #f7f7f7;
}
.news_banner img{
	display: block;
	width: 100%;
	/*height: 100%;
	object-fit: cover;*/
}
.news_list .news_box{
	margin: 30px auto;
	position: relative;
	padding: 0.4rem;
	border: 1px solid #d6d6d6;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.news_list .news_box:hover{
	background-color: #fafafa;
}
.news_list .news_box .news_photo{
	width: 6.4rem;
	height: 4.8rem;
	top: 0.4rem;
	left: 0.4rem;
	margin-right: 0.4rem;
	background: url(../images/default_logo.png) center no-repeat;
	background-size: auto 30%;
	background-color: #f7f7f7;
}
.news_list .news_box .news_photo img{
	width: 100%;
	display: block;
}
.news_list .news_box .news_info{
	flex: 1;
}

.news_list .news_box .news_info h2{
	font-size: 0.52rem;
	color: #553b2c;
	line-height: 1.2;
	height: 0.8rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_list .news_box .news_info p{
	font-size: 0.28rem;
	color: #909090;
	text-align: justify;
	height: 3.4rem;
	line-height: 1.6;
	overflow: hidden;
}
.news_list .news_box .news_info h5{
	height: 0.6rem;
	overflow: hidden;
	font-size: 0.28rem;
	color: #646464;
	line-height: 0.6rem;
}
.news_list .news_box .news_info h5 span{
	display: block;
	float: right;
	color: #553b2c;
	font-weight: bold;
}




/*资讯详情*/
.nav_step{
	padding: 20px 0;
	font-size: 13px;
	color: #909090;
}
.detail_box{
	width:100%;
	max-width: 1000px;
	margin: auto;
}
.detail_box .detail_title{
	font-size: 30px;
	color: black;
	text-align: center;
}
.detail_box .time{
	font-size: 12px;
	color: #909090;
	margin: 10px auto 20px;
	text-align: center;
}
.detail_box .content{
	font-size: 14px;
	line-height: 1.8;
	margin: 15px auto;
	text-indent: 28px;
}
.detail_box .content img{
	display: block;
	margin: 15px auto;
	max-width: 100%;
}





/*品牌活动*/
/*banner*/
.action_banner{
	width: 100%;
	/*height: 7.4rem;*//*370/50*/
	background:url(../images/default_logo.png) center no-repeat;
	background-size: auto 36%;
	background-color: #f7f7f7;
}
.action_banner img{
	display: block;
	width: 100%;
	/*height: 100%;
	object-fit: cover;*/
}

.action_list{
	padding: 40px 0 30px;
}
.action_list .cul_nav{
	width: 48%;
	float: left;
	position: relative;
	background-color: #FFFFFF;
}
/*.action_list .cul_nav:before{
	content: "";
	width: 2px;
	height: 2rem;
	background-color: #553b2c;
	position: absolute;
	left: 20%;
	top: -1.6rem;
}
.action_list .cul_nav:after{
	content: "";
	width: 4px;
	height: 0.8rem;
	background-color: #553b2c;
	position: absolute;
	right: 20%;
	top: -0.4rem;
}*/
.action_list .cul_nav img,.action_list .pro_nav img{
	width: 100%;
	display: block;
	opacity: 0.3;
}
.action_list li:hover img{
	opacity: 1;
}
.action_list .pro_nav{
	width: 48%;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0;
}
/*.action_list .pro_nav:before{
	content: "";
	width: 2px;
	height: 2rem;
	background-color: #553b2c;
	position: absolute;
	right: 20%;
	top: -1.6rem;
}
.action_list .pro_nav:after{
	content: "";
	width: 4px;
	height: 0.8rem;
	background-color: #553b2c;
	position: absolute;
	left: 20%;
	top: -0.4rem;
}*/
.action_list li p{
	color: #553b2c;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 0.6rem;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.action_list li p span{
	display: block;
	font-size: 0.4rem;
	margin-top: 10px;
}

.action_list li img{
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.action_list .on img{
	opacity: 1;
}
/*.action_list .nav_clk:before,.action_list .nav_clk:after{
	height:0;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}*/

/*活动列表*/
.action_cot li{
	padding: 20px;
	border: 1px solid #d6d6d6;
	margin: 20px auto;
}
.action_cot li:hover{
	background-color: #fafafa;
}
.action_cot li .action_top{
	padding-bottom: 20px;
	position: relative;
}
.action_cot li .action_top:after{
	content: "";
	width: 100px;
	height: 1px;
	background-color: #d6d6d6;
	position: absolute;
	bottom: 0;
	right: 0;
}
.action_cot li .action_top h2{
	font-size: 24px;
	height: 50px;
	color: #7f584b;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.action_cot li .action_top h2 span{
	display:block;
	font-size: 14px;
	color: #909090;
}
.action_cot li .action_top .right{
	float:right;
	height:50px;
}
.action_cot li .action_top .right p{
	width: 50px;
	padding: 9px 0;
	background-color: #7f584b;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
}
.action_cot li .action_top .right h4{
	font-size: 14px;
	color: #909090;
	line-height: 20px;
	text-align: right;
	float: right;
	padding-right: 20px;
	padding-top: 14px;
}
.action_cot li .action_top .right h4 span{
	line-height: 16px;
	display: block;
	font-size: 16px;
	color: #7f584b;
}
.action_cot li .action_bottom .bottom_photo{
	width: 59%;
	float: left;
	overflow: hidden;
	background: url(../images/default_logo.png) center no-repeat;
	background-size: auto 30%;
	background-color: #f7f7f7;
}

@media screen and (min-width:1200px){
	.action_cot li .action_bottom .bottom_photo{
		height:330px ;
	}
	.action_cot li .action_bottom .bottom_txt .txt_info{
		height: 290px;
	}
}
@media (max-width:1199px) and (min-width:992px){
	.action_cot li .action_bottom .bottom_photo{
		height: 272px;
	}
	.action_cot li .action_bottom .bottom_txt .txt_info{
		height: 232px;
	}
}
@media (max-width:991px) and (min-width:768px){
	.action_cot li .action_bottom .bottom_photo{
		height: 208px;
	}
	.action_cot li .action_bottom .bottom_txt .txt_info{
		height: 168px;
	}
}

.action_cot li .action_bottom .bottom_photo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.action_cot li .action_bottom .bottom_txt{
	width: 39%;
	padding-left: 2%;
	overflow: hidden;
}
.action_cot li .action_bottom .bottom_txt .txt_info{
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
}
.action_cot li .action_bottom .bottom_txt .txt_info p{
	font-size: 12px;
	line-height: 1.9;
	text-indent: 24px;
}
.action_cot li .action_bottom .bottom_txt .txt_info h2{
	font-size: 0.6rem;
	color: #444444;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 16%;
}
.action_cot li .action_bottom .bottom_txt .txt_info h3{
	font-size: 0.48rem;
	line-height: 0.7rem;
	color: #444444;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.action_cot li .action_bottom .bottom_txt .txt_info h3 span{
	font-size: 0.32rem;
}
.action_cot li .action_bottom .bottom_txt .more_btn{
	width: 128px;
	height: 38px;
	border: 1px solid #cc8d79;
	background-color: #ffb097;
	color: #fff;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	float: right;
}










/*招商加盟*/
.join_banner{
	width: 100%;
	background: url(../images/default_logo.png) center no-repeat;
	background-size: auto 30%;
	background-color: #f7f7f7;
}
.join_banner img{
	display: block;
	width: 100%;
}
.join_box .join_title{
	padding: 1.2rem 0;
	text-align: center;
	line-height: 1.2;
}
.join_box .join_title h3{
	font-size: 0.6rem;
	color: #573b2d;
}
.join_box .join_title h4{
	font-size: 0.48rem;
	color: #909090;
	margin-top: 0.32rem;
}
/*加盟优势*/
.join_box .join_banner_box{
	width: 100%;
	height: 12rem;/*600/50*/
	overflow: hidden;
	position: relative;
}
.join_banner_box .adv_pt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:url(../images/default_logo.png) center no-repeat;
	background-size: auto 30%;
	background-color: #f7f7f7;
	display: none;
}
.join_banner_box .adv_pt:first-child{
	display: block;
}
.join_banner_box .adv_pt img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*五大优势*/
.adv_list {
	margin-top: -90px;
	position: relative;
}
.adv_list li{
	width: 20%;
	float: left;
	text-align: center;
	background-color: #fafafa;
	cursor: pointer;
	color: #9e9e9e;
	position: relative;
	padding: 60px 0;
}
.adv_list li p{
	font-size: 18px;
}
.adv_list li .adv_icon{
	width: 44px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.adv_list li .adv_icon img{
	width: 100%;
	margin-top: 0;
}
.adv_list .adv_clk{
	background-color: #775441;
	color: white;
}
.adv_list .adv_clk .adv_icon img{
	margin-top: -44px;
}

/*加盟案例*/
#join_case .swiper-slide,#join_case .swiper-slide img{
	display: block;
	position: relative;
	width: 100%;
}
#join_case .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	color: #FFFFFF;
	width: 90%;
	padding: 10px 5%;
	font-size: 14px;
}
#join_case .swiper-slide p span{
	display: block;
	font-size: 18px;
}
#join_case .join_prev{
	width: 44px;
	background:url(../images/zbom/prev_join@2x.png) center no-repeat;
	background-size: cover;
	left: 10%;
}
#join_case .join_next{
	width: 44px;
	background:url(../images/zbom/next_join@2x.png) center no-repeat;
	background-size: cover;
	right: 10%;
}

/*加盟流程*/
.process img{
	display: block;
	max-width: 100%;
	margin: auto;
}

/*加盟要求*/
.req_box .req_cot{
	width: 100%;
	overflow: hidden;
	margin-bottom: 1.2rem;
}
.req_box .req_cot .txt,.req_box .req_cot .photo{
	width: 49%;
	margin-right: 2%;
	float: left;
	overflow: hidden;
}
.req_box .req_cot li:last-child{
	margin-right: 0;
}
@media screen and (min-width:1200px){
	.req_box .req_cot,.req_box .req_cot .photo{
		height:382px;
	}
}
@media (max-width:1199px) and (min-width:992px){
	.req_box .req_cot,.req_box .req_cot .photo{
		height: 316px;
	}
}
@media (max-width:991px) and (min-width:768px){
	.req_box .req_cot,.req_box .req_cot .photo{
		height: 244px;
	}
}
.req_box .req_cot .txt{
	height: 100%;
	display: -webkit-flex;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	flex-direction: column;
}
.req_box .req_cot .txt h3{
	font-size: 0.4rem;
	font-weight: bold;
	color: #646464;
	margin-bottom: 10px;
}
.req_box .req_cot .txt p{
	font-size: 0.32rem;
	line-height: 2;
	color: #909090;
}
.req_box .req_cot .photo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*招商区域*/
.map img{
	display: block;
	max-width: 100%;
	margin: auto;
	cursor: pointer;
}

/*我要加盟*/
.join_info li{
	width: 600px;
	height: 60px;
	margin: 20px auto;
}
.join_info .input input{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 20px;
	font-size: 14px;
	font-family: arial,"微软雅黑",sans-serif;
	line-height: 1.4;
}
.join_info .sel_box .sel{
	width: 288px;
	float: left;
	margin-left: 20px;
	height: 58px;
	border: 1px solid #ddd;
	position: relative;
}
.join_info .sel_box .sel:nth-child(1){
	margin-left: 0;
}
.join_info .sel_box .sel input{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
	font-family: arial,"微软雅黑",sans-serif;
	line-height: 58px;
}
.join_info .btn button{
	display: block;
	width: 600px;
	height: 60px;
	background-color: #573b2d;
	color: #FFFFFF;
	line-height: 60px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	font-family: arial,"微软雅黑",sans-serif;
	border: none;
	font-size: 20px;
}


/*招商弹窗*/
.join_wrap{
	width: 400px;
	padding: 40px 100px;
	background-color: #FFFFFF;
	margin:15% auto;
	border-radius: 3px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	position: relative;
}
.join_wrap .close{
	display: block;
	padding: 10px 12px;
	font-size: 18px;
	color: #333;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	cursor: pointer;
}
.join_wrap .close:hover{
	color: red;
}
.join_wrap span{
	display: block;
	float: left;
	width: 100px;
}
.join_wrap .sel{
	width: 145px;
	height: 40px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
	position: relative;
}
.join_wrap .sel:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #bbb;
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -3px;
}
.join_wrap .sel:nth-child(3){
	margin-right: 0;
}
.join_wrap .sel select{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 38px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 13px;
	font-family: arial,"微软雅黑",sans-serif;
}
.join_wrap p{
	color: #573b2d;
	font-size: 14px;
	margin-bottom: 30px;
}
.join_wrap input{
	display: block;
	width: 368px;
	height:38px;
	border: 1px solid #ddd;
	padding: 0 15px;
	margin: 16px auto;
	font-size: 14px;
	font-family: arial,"微软雅黑",sans-serif;
	line-height: 1.2;
}
.join_wrap button{
	display: block;
	width: 400px;
	height: 46px;
	background-color: #573b2d;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial,"微软雅黑",sans-serif;
	line-height: 1.2;
	border: none;
	cursor: pointer;
}
/*左导航*/
.slide_left{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -179px;
	z-index: 20;
}
.slide_left .slide_l1 img{
	display: block;
	width: 132px;
}
.slide_left .slide_l2{
	width: 120px;
	background-color: #573b2d;
	overflow: hidden;
}
.slide_left .slide_l2 a{
	display: block;
	height: 36px;
	line-height: 36px;
	width: 66px;
	padding-left: 30px;
	font-size: 12px;
	color: #573b2d;
	background: url(../images/zbom/qq@2x.png) 8px center no-repeat;
	background-size: auto 60%;
	background-color: #fff;
	margin: 10px auto;
	border-radius: 20px;
}
.slide_left .slide_l3{
	width: 120px;
	background-color: #573b2d;
	padding: 5px 0 15px;
	line-height: 1.8;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}



/*区域标记*/
.map_sign{
	overflow: hidden;
	margin-bottom: 30px;
}
.map_sign ul{
	float: right;
	overflow: hidden;
	margin-left: 20px;
}
.map_sign ul .left{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 10px;
}
.map_sign .area .left{
	background-color: #909090;
}
.map_sign .noArea .left{
	background-color: #389bb8;
}
.map_sign ul .right{
	line-height: 16px;
	height: 16px;
	color: #333333;
	float: left;
	white-space: nowrap;
}
