* {
	margin: 0;
	padding: 0;
}

body {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	font-family: "微软雅黑";
	overflow-x: hidden;
}

@font-face {
	font-family: myFirstFont;
	src: url(a.ttf);
}

ul li {
	list-style: none;
}

.font16 {
	font-size: 16px;
}

a {
	color: #333;
}

a:hover {
	color: #d20000;
}

.center {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: url(../images/bg.png) center center repeat;
}

.margin-top15 {
	margin-top: 15px;
}

.margin-top10 {
	margin-top: 10px;
}

.margin-top7 {
	margin-top: 7px;
}

.top-nav {
	background: url(../images/index_03.jpg) top center repeat-x;
	width: 100%;
	height: auto;
	padding-top: 10px;
	border-bottom: 1px solid #d59427;
}

.top-nav ul {
	margin-bottom: 0;
}

.top-nav ul li {
	float: left;
	width: 25%;
	text-align: center;
	height: 32px;
	line-height: 32px;
}

.top-nav ul li a {
	font-size: 16px;
	color: #fff
}

.top-nav ul li a.active {
	color: #FFEA02;
}

.top-nav ul li a:link {
	text-decoration: none;
	/* 指正常的未被访问过的链接*/
}

.top-nav ul li a:visited {
	text-decoration: none;
	color: #fff
	/*指已经访问过的链接*/
}

.top-nav ul li a:hover {
	text-decoration: none;
	color: #ffea02;
	;
	/*指鼠标在链接*/
}

.top-nav ul li a:active {
	text-decoration: none;
	/* 指正在点的链接*/
}

.main {
	margin-left: 5px;
	margin-right: 5px;
}

.tit {
	background: url(../images/titbg.jpg) left center no-repeat;
	height: 40px;
	line-height: 40px;
	background-size: cover;
}

.tit p span {
	font-size: 12px;
	margin-left: 5px;
}

.tit p {
	font-family: myFirstFont;
	color: #fff;
	font-size: 20px;
	background: url(../images/index_11.png) left center no-repeat;
	margin-left: 5px;
	padding-left: 70px;
}

.main1-con .font16 {
	width: 100%;
	overflow: hidden;
	/*自动隐藏文字*/
	text-overflow: ellipsis;
	/*文字隐藏后添加省略号*/
	white-space: nowrap;
	/*强制不换行*/
	display: block;
	margin-bottom: 5px;
}

.main1-con .font16 img {
	margin-right: 3px;
}


/*品牌介绍*/

.main2-con {
	background: url(../images/index_21.png) top right no-repeat;
	background-size: cover;
	min-height: 230px;
}

.main2-con1 {
	width: 90%;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.main3-con2 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 3px solid #ddd;
	margin: 0 auto;
}


/*包子品种*/

.main3-con1 .col-xs-6 {
	width: 50%;
	text-align: center;
}

.main3-con3 {
	margin: 0 auto;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
	width: 150px;
	text-align: center;
}

.main3-con3 img {
	display: inline-block;
	margin-top: 10px;
}

.main4-con {
	background: url(../images/index_26.jpg) center center no-repeat;
	width: 100%;
	padding: 5% 2%;
}

.main4-con1 {
	background: rgba(0, 0, 0, .1);
	width: 55%;
	color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}

.main4-con1 .font16 {
	text-decoration: underline;
}

.main4-con2 {
	color: #fff;
	background: #8f0000;
	min-height: 40px;
	line-height: 32px;
	border-top: 1px solid #d20100;
	text-align: center;
	font-size: 16px;
}

.main4-con3 {
	background: url(../images/index_33.jpg) center center no-repeat;
	width: 100%;
}

.main4-con4 {
	float: right;
	width: 40%;
	border: none;
}


/*企业优势*/

.main5-con2 {
	padding: 10px;
}

.main5-con3 {
	text-align: center;
}

.main5-con3 ul li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.main5-con4 {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 3px solid #ddd;
}

.main6-con1 .col-xs-6 {
	margin-bottom: 10px;
}

.main7-tit {
	background: url(../images/index_43.png) center center no-repeat;
	width: 100%;
	height: 20px;
	font-family: myFirstFont;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #d20100;
	margin-bottom: 5px;
}

.red {
	color: #d20100
}

.main8-con3 {
	background: rgba(255, 234, 2, .2);
	padding: 10px;
}

.main7-con .col-xs-4 {
	margin-bottom: 10px;
}


/*加盟流程*/

.main8-con1 {
	font-family: mymyFirstFont;
}

.main8-con4 {
	color: #000;
}

.main8-con5 {
	background: #fff;
}

.main9-con .col-xs-6 {
	margin-bottom: 10px;
}

.main10 p {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

.main10 {
	padding: 10px;
	padding-bottom: 25px;
}
.img-responsive{width:99.8%;}

/*footer开始*/

.footer {
	height: 80px;
	background: #fff;
	border-top: 1px solid #ccc;
	box-shadow: 2px 2px 25px #eee;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

.footer-center {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
}

.footer-center a:hover {
	text-decoration: none;
}

.footer-center a.active {
	color: #d20100;
}

.footer-center p {
	margin-bottom: 5px;
}

.font18 {
	font-size: 18px;
}

.demo {
	overflow-x: hidden;
}


/*百年老店*/

.bai1 {
	margin: 10px;
}

.zs {
	background: rgba(255, 255, 255, .6);
	border-top: 1px solid #ff8a89;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}

.cheng {
	background: #fff;
}

.cheng3 {
	background: #d20100;
	color: #fff;
	padding: 5px;
}

.cctv img {
	margin-top: 10px;
}


/*产品相册*/

.chan {
	text-align: center;
}

.chan .col-xs-6 {}

.chan .col-xs-6 img {
	width: 100%;
	max-height: 180px;
}

.sdbz1 {
	background: #ffea02;
	color: #d20100;
	padding: 5px;
}


/*加盟费用店面*/

.dm .col-xs-4 img {
	max-height: 140px;
	width: 100%;
}

.dm .col-xs-6 img {
	max-height: 140px;
	width: 100%;
}

.dm .col-xs-8 img {
	max-height: 140px;
	width: 100%;
}

.dm .font16 {
	background: rgba(255, 234, 2, .2);
	padding: 5px;
}


/* 一键置顶*/

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 90px;
	right: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(232, 98, 86, .9) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}


/*门店瀑布流*/

.waterfall .list-group>li:first-child img {
	width: 100%;
}

.waterfall .list-group>li {
	background: url(../images/navtit.jpg) center center repeat-x;
	color: #fff;
	)
}

.waterfall .list-group {
	width: 48%;
	margin-left: 1%;
	background: #fff;
}

.waterfall .list-group>li h5 {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center
}


/*定时弹出框*/

#laohei-show {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #21f047;
	left: 0;
	display: none;
	z-index: 10
}

#laohei-show a {
	color: #fff;
	font-size: 12px;
	}

#laohei-show a:hover {
	color: #fff;
	text-decoration: none;
}

#laohei-show .popbox {
	color: #fff;
	padding: 1%;
	font-size: 18px;
}


/*加盟店面*/

.jia .col-xs-6 p {
	margin-bottom: 0;
	line-height: 36px;
	text-align: center;
	background: url(../images/navtit.jpg) center center repeat-x #8f0000;
	color: #fff;
	border-bottom: 1px solid #d20100;
}

.list li {

	width: 100%;
	background: #fafafa;
	margin-top: 10px;
}

.list li img {
	width: 100%;
	height: auto;
	border: 1px solid #8f0000;
}

.list li p {
	margin-bottom: 0;
	line-height: 36px;
	text-align: center;
	background: url(../images/navtit.jpg) center center repeat-x #8f0000;
	color: #fff;
	border-bottom: 1px solid #d20100;
	font-size: 16px;
}

@media (width:320px) {
	body {
		font-size: 12px;
	}
	.font16 {
		font-size: 14px;
	}
}