﻿/***导航***/
.m-funcTab {
    height: 80px;
    background-color: #fff;
}
.m-funcTab, .m-funcTab .g-row {
    position: relative;
}

.m-funcTab, .m-funcTab .g-row {
    position: relative;
}

.g-row:after, .g-row:before {
    content: " ";
    display: table;
}
.g-row:after,  .m-funcTab .card-list:after {
    clear: both;
}
.g-row {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.m-funcTab .tab-logo {
    z-index: 2;
    display: inline-block;
    width: 200px;
    height: 66px;
    float: left;
    margin-top:6px;
}
.tab-logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
}

.m-funcTab .tab-inner {
    position: relative;
    z-index: 0;
}

.m-funcTab .tab-nav {
    float: right;
    margin-top: 25px;
    margin-left: 10px;
    line-height: 1;
}
.m-funcTab .nav-item {
    float: left;
    padding: 6px 20px 10px;
    font-size: 14px;
    text-align: center;
}

.m-funcTab .bottom.active .topLevel, .m-funcTab .bottom:active:HOVER .topLevel {
    border-bottom: 2px solid #fe7140;
}
.m-funcTab .nav-item.active .topLevel, .m-funcTab .nav-item:hover .topLevel {
    color: #fe7140;
}

.m-funcTab .nav-item .topLevel {
    position: relative;
    z-index: 2;
    display: block;
    padding-bottom: 10px;
}
/***banner***/
.banner { position: relative; overflow: auto; text-align: center; height: 480px;}
.banner li { list-style: none; }
.banner ul li { float: left; }
	.banner ul li img{height: 480px;    width: 100%;}
.banner .dots { position: absolute; left: 0; right: 0; bottom: 20px;}
.banner .dots li  { 
	display: inline-block; 
	width: 10px; 
	height: 10px; 
	margin: 0 4px; 
	text-indent: -999em; 
	border: 2px solid #fff; 
	border-radius: 6px; 
	cursor: pointer; 
	opacity: .4; 
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
}
.banner .dots li.active  {
	background: #fff;
	opacity: 1;
}

.t-banner{
	width: 100%;
    height: 280px;
/* 	background-image: url(../images/banner.png);
    background-repeat: no-repeat; */
}

/***主内容***/
.main{
	background:#fafafa;
	margin:0;
	padding:0;
}
.container{
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom: 40px;
    display: inline-block;
}
.act-container{
	 
}
/***面包屑***/
.crumbs {
    margin: auto;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #999;
}
.crumbs li {
    float: left;
    padding: 0 3px;
}

/***左侧列表***/
.con-left {
    position: relative;
    width: 220px;
    float: left;
    border-right: 1px solid #e1e1e1;
}

.ul-sidebar li .title {
    border-bottom: 1px solid #e1e1e1;
    height: 45px;
    line-height: 45px;
    padding-left:23px;
    font-size: 14px;
}
.ul-sidebar li .title {
    display: block;
}
.ul-sidebar li.on .title {
    color: #fe7140;
    display: block;
    border-left: 3px solid #ef7a46;
}

/***右侧内容***/
.con-right {
    width: 875px;
    min-height:300px;
    border-left:1px solid #e1e1e1;
    float: left;
}
.m-header {
    padding: 15px 25px;
    text-align: center;
}
.m-title h1 {
	padding-top: 12px;
    font-size: 19px;
    font-weight: normal;
}
.m-info {
    position: relative;
    margin-top: 12px;
    font-size: 13px;
    color: #646464;
}
.m-content {
    padding: 20px;
 /*    border-bottom: 1px solid #e1e1e1; */
}
.m-footer {
    padding: 20px 15px;
    font-size: 15px;
    line-height: 30px;
}
.m-footer p:HOVER{
	color: #fe7140;
}
.m-footer p:HOVER a{
	color: #fe7140;
}
.m-list{
	margin:0 20px;
}
.news_item {
    display: table;
}
.news_item li {
    clear: both;
    padding: 20px 0;
    overflow: auto;
    zoom: 1;
    cursor:pointer;
    border-bottom: 1px dotted #e1e1e1;
}
.news_item li:HOVER p.title > a{
	color: #fe7140;
}
.news_item li .news_item-left {
    height: 100px;
    width: 160px;
    text-align: left;
    float: left;
    margin-right:15px;
}
.news_item li .news_item-left img {
    width: 100%;
    height: 100%;
}

.news_item li .news_item-right {
    float: right;
    width: 660px;
    overflow: hidden;
    word-wrap: break-word;
}

.news_item li .news_item-right p.title > a {
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.news_item li .news_item-right p.abstract {
    line-height: 22px;
    color: #666;
}
.news_item li .news_item-right p.time {
    padding-top: 6px;
    color: #a8a8a8;
}
 
.news_item li .news_item-right p.title {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.act_search{
	 margin-bottom: 30px;
    overflow: hidden;
    height: auto;
    border: 1px solid #e1e1e1;
}
.act_search li{
	border-bottom: 1px solid #e1e1e1;
    background: #fef6f4;
    line-height: 30px;
}
.act_search  label{
	 width: 50px;
	 padding: 5px 0;
	 padding-left: 10px;
    display: inline-block;
    background: #fef6f4;
    color: #666;
    vertical-align: top;
    
}
.act_search p  {
	display: inline-block;
    width: 1034px;
    background: #fff;
    padding: 5px 0;
}
.act_search p a {
	padding:0 10px;
	cursor: pointer;
	white-space:nowrap; 
}
.act_search p a.active{
	color:#fe7140;
} 
 
.act-list ul {
    margin-bottom: 10px;
    width: 1190px;
    overflow: hidden;
    height: auto;
}
.act-list li {
    width: 535px;
    height: 260px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    text-align: center;
    float: left;
    margin: 0 30px 30px 0;
}
.act-list li img{
	 width: 535px;
    height: 215px;
}
.act-list .prd-des {
    margin-top: 12px ;
}
.act-list .prd-name {
    max-height: 48px;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
}
/****品牌右侧样式***/
.b_content{
	padding:20px;
}
.b_content h1{
	font-size: 15px;
    padding-left: 5px;
    border-left: 3px solid #fe7140;
}
.b-food {
	padding: 20px 0;
}
.b-food li {
    width: 265px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.b-food li img{width: 100%}

.b-food li .popExplain{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 265px;
    height: 159px;
    display: none;
}
.b-food li .popExplain .bg {
    width: 100%;
    height: 100%;
    background: #fe7140;
    opacity: 0.7;
    position: absolute;
}
.b-food li .popExplain .explain{
	position: absolute;
}
.b-food li .popExplain .explain h5{
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    opacity: 1;
}
.b-food li .popExplain .explain p{
	line-height: 22px;
    color: #fff;
    margin-top: 10px;
    padding: 0 20px;
}
.b-store{
	padding-bottom: 20px;
    line-height: 21px;
    color: #777;
    padding-left: 8px;
}
.b-store li{
    margin-top: 20px;
 }
.b-store li p.b_s_title{
    color: #000;
    font-size: 13px;
    padding-bottom: 3px;
}
.b-store li p img{
    width: 404px;
    display: inline-block;
    padding-right: 10px;
    height: 260px;
}
/***招聘右侧的样式**/
.news-list{
	float: left;  width: 900px;
	margin: 20px 0;
}
.recruitment-tb {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}
.recruitment-tb th {
    background: #eef2f8;
    padding: 10px 0;
    color: #333;
    font-size: 14px;
    font-weight: normal;
        height: 26px;
}
.recruitment-tb td:first-of-type {
}
.recruitment-tb td {
	border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #4c4c4c;
    font-size: 14px;
}

.recruitment-tb .detailTd {
    padding: 0;
}

.u-arrow.down {
    top: -12px;
    border-color: transparent transparent #c22830 transparent;
}
.u-arrow {
    border-width: 6px;
    border-style: solid;
    border-color: #c22830 transparent transparent transparent;
    cursor: pointer;
    position: relative;
    top: 12px;
}

.recruitment-detail {
    text-align: left;
    background-color: #fbfbfb;
    padding: 30px 0;
    border:1px solid #ddd;
}

.section {
    padding: 30px 20px 0 25px;
    line-height: 28px;
    font-size: 14px;
}
.section h3 {
    font-size: 14px;
    color: #737373;
    font-weight: bold;
    line-height: 35px;
}
.section p {
}
.section span {
    padding: 6px 16px;
    background: #eefafe;
    color: #74bad0;
    border-radius: 9px;
}
.section span:FIRST-CHILD {
    margin-left: 0px;
}
/* .rec_item{    padding-bottom: 30px;}
.rec_item li{
	padding-top:20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	
}
.rec_item li h2{
	border-left: 3px solid #ef7a46;
    padding-left: 5px;
}

.rec_item li .section{
	line-height: 26px;
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}
.rec_item li .section h3{
	font-weight: normal;
    font-size: 13px;
    color: #333;
} */

/***分页***/
 .pages {
  padding: 40px 0;
  text-align: center;
  padding-right: 20px;
}
.pages .allPage{
	margin:0 5px;
}

.pages #Pagination {
}

 .pages #Pagination .pagination {
	height: 40px;
	padding-top:3px;
	text-align: right;
}

 .pages #Pagination .pagination a,.pages #Pagination .pagination span {
	padding: 0 4px;
	border: 1px solid #e1e1e1;
	background: #f1f1f1;
	color: #666666;
	font-size: 12px;
	cursor: pointer;
	margin-left: 7px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	width: 18px;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
}

 .pages #Pagination .pagination .current {
	background: #fe7140;
    color: #fff;
}

.pages #Pagination .pagination .prev,.pages #Pagination .pagination .next
{
	border: 1px solid #e6e6e6;
	width: 45px;
	background: #fff;
	color: #666666;
	cursor: pointer;
}

.pages #Pagination .pagination .pagination-break {
	width: 14px;
    padding: 0;
	border: none;
	background: none;
	cursor: default;
	border: 1px solid #e1e1e1;
    background: #f1f1f1;
    width: 27px;
}    

.pages .searchPage {
	display: inline-block;
}

.pages .searchPage .page-sum {
	padding: 11px 13px;
	color: #333;
	font-size: 14px;
}

.pages .searchPage .page-go {
	padding: 8px 0;
	color: #333;
	font-size: 14px;
	padding: 10px 0\9;
	*padding: 6px 0;
}

.pages .searchPage .page-go input {
	width: 30px;
	height: 24px;
	line-height: 24px;
	margin: 0 5px;
	padding-left: 5px;
	border: 1px solid #e4e4e4;
	outline:none;
}

.pages .searchPage .page-btn {
	 height: 30px;
    line-height: 30px;
	margin-left:5px;
	padding: 4px 7px;
	border-radius: 2px;
	color: #323232;
	font-size: 14px;
	text-decoration: none;
	border:1px solid #e1e1e1;
	background: #fff;
}
 
.pages .searchPage .page-btn:HOVER,.pages #Pagination .pagination a:HOVER{
	background:#ef7a46;
	color:#fff;
	border-color: #ef7a46;
} 

/***底部***/

 .footer {
	background: #000;
	height: 200px;
	clear: both;
	padding-top: 50px;
}
 
.footer ul {
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin:0 auto;
    
}
.footer ul li:FIRST-CHILD {
    padding: 26px 0 0 0px;
}
.footer ul li {
    height: 160px;
    padding: 10px 20px 0 20px;
    float: left;
    color: #999;
    font-size: 13px;
}
.footer ul li p.til-ic{
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}
.footer ul li p.explain{
	text-align: left;
    line-height: 21px;
    font-size: 12px;
    margin-bottom: 20px;
}
 .footer ul li p.icon span{
	height: 27px;
    line-height: 27px;
    vertical-align: text-bottom;
 }
 .footer ul li p.icon i{
 	display:inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    cursor: pointer;
 }

.footer ul li p.icon .icon_db{
 	background-image: url(../images/douban.png);
 }
 .footer ul li p.icon .icon_wx{
 	background-image: url(../images/wx.png);
 }
 .footer ul li p.icon .icon_wb{
 	background-image: url(../images/wb.png);
 }
 
.footer ul li.first {
    text-align: center;
    float: left;
/*     padding: 20px 30px 0 0; */
	padding:0;
    width: 30%;
}
 
.footer ul li.first p {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #999;
    text-align: center;
}
.footer ul li.first .bd {
    font-size: 20px;
    margin-bottom: 6px;
}
.footer ul li.first .til-ic {
	background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 57px 0;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 16px;
    margin-left: 36px;
}
.footer ul li.content{
	 width: 30%;
	 padding: 0 6%;
	 border-left: 1px solid #777;
	 border-right: 1px solid #777;
}
.footer ul li.last {
    text-align: left;
    float: left;
    /* width: 200px; */
    padding: 0;
    width: 13%;
    margin-left:80px;
}

.footer ul li.last span.wx {
    background-image: url(../images/wx.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 160px;
    height: 36px;
    padding-top: 120px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    color: #999;
    font-size: 13px;
}

.footer ul li.last span.wb {
    background-image: url(../images/follow.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 0px;
    padding-top: 120px;
    text-align: center;
    display: inline-block;
    color: #999;
    font-size: 13px;
}

.foot-bt {
	border-top: 1px solid #999; 
	padding:9px 0;
	background: #000;
}
.foot-bt p{
	text-align: center;
    padding: 5px 0;
    color: #939392;
}
.foot-bt p a{
	color:#999;
}
.foot-bt p a:HOVER{
	color:#e95e1d;
}



.m-fixedtool {
	position: fixed;
	display: none;
	z-index: 999;
	cursor: default;
	width: 60px;
	height: 61px
}

.m-fixedtool .goTop {
    position: absolute;
    padding-top: 16px;
}
.m-fixedtool .goTop i{
    background-image: url(../images/toTop.png);
    background-repeat: no-repeat;
}
.m-fixedtool .goTop i {
    display: inline-block;
    width: 9px;
    height: 5px;
    background-position: -2px -4px;
    margin-bottom: 10px;
}

.m-fixedtool .goTop {
	width: 60px;
	height: 40px;
	background-color: #fe7140;
	color: #fff;
	text-align: center;
	line-height: 1;
	cursor: pointer
}

.m-fixedtool .goTop:hover {
	background-color: #ab2b2b
}
/***首页***/
.g_article{
	    padding-bottom: 30px;
    background: #fff;
}
.index_a_left{
	width: 340px;
	float: left;
	text-align: center;
	padding-bottom: 20px;
    background: #e1e1e1;
    margin-top: 40px;
	
}
.index_a_left img{width: 100%;height: 200px}
.index_a_left p{
    padding: 20px 10px;
    color: #555;
    line-height: 23px;
    text-align: left;
    font-size: 13px;
}
.index_a_left a{
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #fe7140;
    border-radius: 5px;
    color: #fe7140;
}
.index_a_right{
	width: 700px;
	float: right;
	margin-top: 20px;
}
.index_a_right ul {
    list-style: initial;
    list-style-position: inside;
    color: #fe7140;
    list-style-type: square;
}
.index_a_right ul li {
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #dedede;
    padding: 7px 0;
}
.index_a_right ul li span{
	float: right;
	color: #888;
	font-size: 13px;
}
.index_a_right ul li:FIRST-CHILD {
    margin-top: 9px;
}
.index_guide{
	padding-bottom: 30px;
	background: url("../images/investment/guide_back.png");
	
}
.index_guide ul {
	margin-top: 50px;
}
.index_guide ul li {
	width:200px;
	float: left;
	text-align: center;
	    padding: 0 10px;
}
.index_guide ul li p{
	    font-size: 16px;
    margin-top: 12px;
    color: #fff;
}
.guide_icon{
	text-align: center;
    width: 180px;
    height: 182px;
    display: inline-block;
	
}
.guide_icon1{
	background: url("../images/investment/guide1.png");
}
.guide_icon2{
	background: url("../images/investment/guide2.png");
}
.guide_icon3{
	background: url("../images/investment/guide3.png");
}
.guide_icon4{
	background: url("../images/investment/guide4.png");
}
.guide_icon5{
	background: url("../images/investment/guide5.png");
}
.index_food{
	    padding-bottom: 50px;
    background: #EFE8D7;
}
.index_food ul {
	
/*  display: inline-block;*/
}
.index_food ul li {
	width:275px;
	height:200px;
	float: left;
}
.index_food ul li img{
	width: 100%;
	height: 100%
}
.index_food ul li div{
	padding: 20px;
    padding-top: 50px;
    text-align: center;
    width: 235px;
    height: 130px;
        background: #fff;
}
.index_food ul li.arrow-left:AFTER {
    content: '';
    position: relative;
    left: -19px;
    bottom: 113px;
    width: 0px;
    height: 0px;
    border-bottom: 12px solid transparent;
    border-top: 16px solid transparent;
    border-right: 19px solid #fff;
    font-size: 0px;
    line-height: 0px;
 }
 .index_food ul li.arrow-right:AFTER {
    content: '';
    position: relative;
    left: 174px;
    bottom: 79px;
    margin-left: -55px;
    width: 0px;
    height: 0px;
    border-bottom: 12px solid transparent;
    border-top: 16px solid transparent;
    border-left: 19px solid #fff;
    font-size: 0px;
    line-height: 0px;
 }
.index_food ul li div h1{
	font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    display: inline-block;
}
.index_food ul li div p{
	color: #999;
    line-height: 21px;
    text-align: left;
    margin-top: 20px;
}

/**旗下品牌**/
.g_belongBrand{
    background: #fff;
        margin-bottom: 10px;
}
.g_title {
	margin-top:30px;
    color: #000;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.g_title span{
	display: block;
    width: 50px;
    height: 3px;
    background: #000;
    margin: 0 auto;
    margin-top: 20px;
}

.g_belongBrand .content {
    margin:0 auto;
    margin-top: 30px;
    padding: 0 1px;
    overflow: hidden;
}
.g_belongBrand .content li {
    width: 208px;
    height: 130px;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom:30px;
    border-radius: 10px;
    background: #fff;
}
.g_belongBrand .content li:HOVER{
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 20px;
	-moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 20px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 20px;
	transition: all .5s;
}
.g_belongBrand .content li img {
     width: 220px;
     height: 130px;
}
/***加盟页***/
.i-banner{
	width: 100%;
    height: 480px;
	/* background-image: url(../images/banner1.png); */
    background-repeat: no-repeat;
        background-size: cover;
        color: #fff
}
.t-banner img{width: 100%;height: 100%}
.i-banner h1{
	font-size: 20px;
}
.i-banner h2{
	font-size: 30px;
}
.i-banner a{
	margin-top:20px;
	display: inline-block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #e94f25;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
}
.i_survey{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.i_survey_title{
	padding-bottom: 20px;
}
.i_survey_title label{
	display: inline-block;
    width: 100px;
    font-size: 22px;
    vertical-align: super;
}
.i_survey_title p{
	display: inline-block;
    width: 950px;
    margin-left: 10px;
    text-align: left;
    line-height: 23px;
    font-size: 14px;
    color: #999;
}
.i_condition{
	padding-bottom: 30px;
    background: #ee7959;
}
.i_condition ul {
	margin-top: 50px;
}
.i_condition ul li {
	width: 295px;
    float: left;
    text-align: center;
    padding: 0 35px;
    border-right: 1px solid #fff;
}
.i_condition ul li:last-child {
	  border-right:0;
	  padding-right:20px;
	  
}
.i_condition ul li span{
    display: inherit;
    font-size: 16px;
    margin-top: 12px;
    color: #fff;
}
.i_condition ul li p{
	font-size: 13px;
    margin-top: 12px;
    color: #fff;
    text-align: left;
    line-height: 20px;
        height: 130px;
}
.condition_icon1 {
    background: url(../images/investment/apply1.png);
      background-repeat: no-repeat;
    background-position: 54px 0px;
}
.condition_icon2 {
    background: url(../images/investment/apply2.png);
    background-repeat: no-repeat;
    background-position: 54px 0px;
}
.condition_icon3 {
    background: url(../images/investment/apply3.png);
     background-repeat: no-repeat;
    background-position: 54px 0px;
}
.condition_icon {
    text-align: center;
    width: 180px;
    height: 100px;
    display: inline-block;
}
.i_pattern{
	padding-bottom: 30px;
	background: url("../images/investment/pattern.png");
	background-size: cover;
}
.i_pattern ul{
	padding-top:40px;
	line-height: 28px;
	color: #fff;
}
.i_pattern ul li{
	font-size:14px;
	padding-top: 11px;
}
.i_process{
	padding-top: 20px;
	padding-bottom: 50px;
	background: #f0eceb;
}
.i_guarantee{
	padding-top: 20px;
	padding-bottom: 30px;
	background: #f9f7f5;
}
.i_guarantee ul {
	margin-top: 50px;
}
.i_guarantee ul li {
	width: 295px;
    float: left;
    text-align: center;
    padding: 0 35px;
}
.i_guarantee ul li:last-child {
	  padding-right:20px;
	  
}
.i_guarantee ul li span{
    display: inherit;
    font-size: 16px;
    margin-top: 12px;
    color: #e94f25;
    text-align: left;
}
.i_guarantee ul li p{
	font-size: 13px;
    margin-top: 12px;
    color: #333;
    text-align: left;
    line-height: 24px;
    margin-bottom: 40px;
}
.i_standard{
	padding-bottom: 30px;
	background: url("../images/investment/standard.png");
	background-size: cover;
}
.i_standard_title{
	margin-bottom: 50px;
    clear: both;
    float: left;
}
.i_standard_title label{
    width: 100px;
    height: 100px;
    font-size: 22px;
    vertical-align: super;
    border: 1px dashed#fff;
    border-radius: 60px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    float: left;
}
.i_standard_title div{
	width: 750px;
    padding-top: 10px;
    float: left;
    padding-left: 20px;
}
.i_standard_title p{
	display: inline-block;
    width: 750px;
    margin-left: 10px;
    text-align: left;
    line-height: 23px;
    font-size: 13px;
    color: #fff;
    line-height: 25px
}

/***加盟意向申请***/
.r_main{
	background: url(../images/banner1.png) repeat-x #f9f8f7 center top;
	background-size:100% 480px;
}
.r_joinApply{
	margin-top:150px;
	background:#fff;
	border:1px solid #e1e1e1;
	padding-bottom: 20px;
}
.r_title{
	margin: 50px 40px 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.r_title h1{
	font-size: 24px;
	color: #333;
	border-left: 5px solid #e94f25;
    padding-left: 10px;
}
.r_title p{
	padding-top:10px;
	font-size: 14px;
	line-height:26px;
	color: #999;
}
.r_title span{
	padding-left: 20px;
    color: #999;
    font-size: 14px;
}
.err {
    margin-left: 10px;
    color: red;
    font-style: normal;
}
.r_joinApply ul{
    padding-top: 30px;
    margin-left:200px;
}
.r_joinApply ul li{
	  line-height: 25px;
	   padding: 10px 0;
	font-size: 14px;
}
.r_joinApply ul li label{
	font-size: 14px;
	color:#444;
	padding-right: 5px;
	width: 140px;
    text-align: right;
    display: inline-block;
}
.r_joinApply ul li input,textarea,select{
	width: 390px;
	border: 1px solid #e1e1e1;
	border-radius:4px;
	background:#fff;
	font-size: 13px;
    padding-left: 10px;
}

.r_joinApply ul li input{
	height: 40px;
}
.r_joinApply ul li select{
	width: 402px;
	height: 40px;
}
.r_joinApply ul li input[type="radio"]{
	width: 20px;
    height: 16px;
    vertical-align: middle;
}
.r_joinApply ul li textarea{
    padding-top: 10px
}

.r_btn{
	text-align: left;
    padding-left: 100px;
}
.r_btn a{
	display: inline-block;
    width: 90px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.r_btn a.orange{
    background: #e94f25;
    color: #fff;
}
.r_btn a.white{
	 background: #fff;
    color: #e94f25;
    border: 1px solid #e94f25;
}

.r_upload{
	background:#fff;
	border:1px solid #e1e1e1;
	margin:0 auto;
	margin-top:30px;  
	margin-bottom: 40px;
}
.r_upload ul{
	margin: 0px 45px 30px;
	
}
.r_upload ul li{
	 line-height: 25px;
	 padding: 10px 0;
	font-size: 14px;
	 width: 45%;
    display: inline-block;
}
.r_upload ul li span{
	padding-right: 20px;
}
.r_upload ul li a{
	color:#e94f25;
}

/*全国门店地图*/
/*全国门店地图*/

.area-item{
  border: 1px solid #eee;
  padding: 0 12px;
  border-radius: 5px;
  background: #f1f1f1;
  margin-bottom: 10px;
}
.area-item-head{
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-align:center;
  font-size: 16px;
}
.area-body{
  display: none;
  position: relative;
}
.area-item.active{
  background: #fff;
}
.area-item.active .area-item-head{
  border-bottom: 1px solid #eee;
}

.area-item.active .area-body{
  display: block;
}

.store-list{
  overflow: hidden;
  padding-bottom: 30px;
}
.store-item{
  float: left;
  overflow: hidden;
  margin-top: 10px;
  width: 50%;
}
.store-item-img{
  width: 130px;
  border-radius: 5px;
  float: left;
  border: 1px solid #e1e1e1;
}
.store-item-content{
    float: left;
    width: 250px;
    line-height: 25px;
    margin-left: 10px;
}
.store-item-title{
	width:100%;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.store-pages {
  overflow: hidden;
  position: absolute;
  bottom: 12px;
  left: 40%;
}
.store-pages .dot{
  width: 20px;
  height: 4px;
  border: 2px solid #fe7140;
  border-radius:2px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.store-pages .dot.active{
  background: #fe7140;
}