﻿/*页面元素重置*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*
	vertical-align: baseline;
	*/
	background: transparent;
}
body {
	line-height: 20px;
	font-size:12px;
	color:#9a5300;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color:#9a5300;
	text-decoration:none;
}

/*clear*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*框架部分*/
.warp{
	background:url(../images/main_bg.jpg) repeat-x 0 140px;
}

.header{

}

.main{
	width:845px;
	padding-left:30px;
}

.footer{
	width:837px;
	padding:30px 0 0 30px;
	margin-bottom:10px;
	color:#848484;
}

.footer a{
	color:#cb271e;
}

.footer a:hover{
	text-decoration:underline;
}

.gaid_4{
	float:left;
	width:235px;
}

.gaid_5{
	float:left;
	width:295px;
	margin-right:5px;
	
}

.gaid_6{
	float:left;
	width:355px;
	margin-right:10px;
	
}

.gaid_10{
	float:left;
	width:596px;
}

.gaid_12{
	float:left;
	width:830px;
}

.indexBlock{
	padding:7px 12px 7px 7px;
}

.indexCollection{
	overflow:hidden;
	zoom:1;
}

.indexBlock1{
	height:225px;
	background:url(../images/index_block_1.gif) no-repeat 0 0;
}

.indexBlock2{
	height:225px;
	background:url(../images/index_block_2.gif) no-repeat 0 0;
}

.articleBlock{
	background:url(../images/artilelist_bg2.gif) repeat-y 0 0;
}

.articleBlock .top{
	background:url(../images/artilelist_bg1.gif) no-repeat 0 top;
}

.articleBlock .bottom{
	background:url(../images/artilelist_bg3.gif) no-repeat 0 bottom;
}

.articleBlock2{
	background:url(../images/artilelist_bg5.gif) repeat-y 0 0;
}

.articleBlock2 .top{
	background:url(../images/artilelist_bg4.gif) no-repeat 0 top;
}

.articleBlock2 .bottom{
	background:url(../images/artilelist_bg6.gif) no-repeat 0 bottom;
}

/*页面头部*/

.banner{
	height:102px;
	background:url(../images/head_banner_bg.jpg) repeat-x 0 0;
	border-bottom:1px solid #ffffff;
}

.logo{
	float:left;
	width:67px;
	height:102px;
	background:url(../images/head_banner_logo.jpg) no-repeat 0 0;
	margin-left:35px;
	text-indent:-3000px;
}

.companyName{
	float:left;
	width:143px;
	height:102px;
	background:url(../images/head_banner_compayname.jpg) no-repeat 0 0;
	margin-left:30px;
	text-indent:-3000px;
}

.advText{
	float:left;
	width:363px;
	height:22px;
	margin:45px 0 0 45px;
	background:url(../images/head_banner_advtext.gif) no-repeat 0 0;
	text-indent:-3000px;
}

.guide{
	height:40px;
	background:url(../images/head_guide_bg.gif) repeat-x 0 0;
}

.mainGuideUl{
	margin-left:15px;
}

.mainGuideUl .mainGuideli{
	float:left;
	padding:0 23px;
	line-height:40px;
}

.mainGuideUl .mainGuideli a{
	color:#ffffff;
	font-weight:bold;
}

.mainGuideUl .mainGuideli a:hover{
	color:#ffd1cf;
}

.goodIcon{
	width:105px;
	height:105px;
	background:url(../images/header_guide_goodicon.png) no-repeat 0 0;
	position:absolute;
	margin:-70px 0 0 740px;;
}

/*网址位置*/
.map{
	height:30px;
	line-height:30px;
	margin-bottom:10px;
}

.map a:hover{
	text-decoration:underline;
}

/*首页图片横幅*/
#flashAdv{
	width:828px;
	height:270px;
	background-repeat:no-repat;
	background-position:0 0;
	margin-bottom:10px;
	overflow:hidden;
}

.flashAdv1{
	background-image:url(../images/adv1.jpg);
}

.flashAdv2{
	background-image:url(../images/adv1.jpg);
}

/*栏目标题*/
.sortTitle{
	background:url(../images/common_icon_1.gif) no-repeat 0 0;
	padding-left:30px;
	color:#cb271e;
	font-weight:bold;
	margin-bottom:10px;
}

.indexBlockContent{
	height:160px;
	padding:10px;
	background:url(../images/main_bg.jpg) repeat-x 0 0;
	overflow:hidden;
}

/*首页栏目列表*/
.indexArticleList li{
	margin-bottom:5px;
	
}
.indexArticleList li span{
	padding-right:5px;
}

.indexArticleList li a:hover{
	text-decoration:underline;
}

/*栏目列表*/


.articleList{
	border-top:1px solid #f9eab6;
	padding:10px;
}

.articleList li{
	margin-bottom:10px;
}

.articleList li span{
	padding-right:10px;
}

.articleList li a:hover{
	text-decoration:underline;
}

.articleList .cutLine{
	padding-bottom:15px;
	margin-bottom:20px;
	background:url(../images/line_1.gif) repeat-x 0 bottom;
}

.more{
	color:#cb271e;
}

.more:hover{
	text-decoration:underline;
}

/*首页店铺搜索*/
.indexSelect{
	width:91px;
}

.indexSelect option{
	margin-bottom:5px;
}

/*翻页代码*/
.flipPage{
	text-align:right;
	padding:0 20px;
	margin-bottom:20px;
}
.flipPage a{
	margin:0 1px;
	padding:0 2px;
}
.flipPage .noPage{
	color:#848484;
	cursor:text;
}
.flipPage .currentPage{
	border-bottom:2px solid #9A5300;
	cursor:text;
}

/*加盟莱双扬ICON*/
#joinLsy{
	display:block;
	width:224px;
	height:54px;
	background:url(../images/icon_join.gif) no-repeat 0 0;
	text-indent:-3000px;
	margin-bottom:10px;
}

#seachLsy{
	display:block;
	width:224px;
	height:88px;
	background:url(../images/icon_takeaway.gif) no-repeat 0 0;
	text-indent:-3000px;
	margin-bottom:10px;
}

/*文章页*/
.articleTitle{
	font-size:22px;
	text-align:center;
	padding:20px 0 10px 0;
}

.articleBaseInfor{
	text-align:center;
	color:#9b7f5e;
}

.articleContent{
	padding:40px 10px 20px;
	line-height:25px;
}

.articleContent p{
	margin-bottom:10px;
}

/*产品展示*/
.productView{
	width:830px;
	height:435px;
	padding:15px;
	background-color:#cb271e;
}

.productView .productTextInfo{
	float:left;
	width:160px;
	height:320px;
	color:#ffffff;
	font-family:'微软雅黑';
}

.productTextInfo .title{
	font-size:30px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:10px;
}

.productTextInfo .detail{
	display:block;
	height:70px;
	font-size:18px;
	line-height:25px;
	margin-bottom:20px;	
}

.productTextInfo  .each{
	display:block;
	height:40px;	
	margin-bottom:10px;
}

.productTextInfo  .each strong{
	font-size:36px;
	line-height:36px;
	color:#fcff00;
}

.productTextInfo  .catty{
	display:block;
	height:90px;	
}

.productTextInfo  .catty strong{
	font-size:25px;
	line-height:25px;
	color:#fcff00;
}

.productTextInfo .searchChain{
	color:#ffffff;
	font-size:20px;
	line-height:25px;
}
.productView .productImageInfo{
	float:left;
	width:655px;
	height:320px;
	margin-left:15px;
	background:#ffffff url(../images/load_icon.gif) no-repeat center center;
}

.productImageInfo img{
	width:655px;
	height:320px;	
}

.productView .productList{
	height:110px;
	background-color:#9d0800;
	margin-top:10px;
	overflow:hidden;
}

.productView .upPgae{
	float:left;
	width:19px;
	height:90px;
	margin:9px 10px 0;
	background:url(../images/flipageButton.gif) no-repeat 0 0;
	text-indent:-3000px;
}

.productView .upPgae.end{
	background-position:-20px 0;
}

.productView .downPage{
	float:left;
	width:19px;
	height:90px;
	margin:9px 12px 0;
	background:url(../images/flipageButton.gif) no-repeat -42px 0;
	text-indent:-3000px;
}

.productView .downPage.end{
	background-position:-63px 0;
}

.productView .listContent{
	float:left;
	width:735px;
	height:90px;
	margin:9px 0 0 9px;
	overflow:hidden;
}

.listContent a{
	margin-right:16px;
}

.listContent img{
	width:109px;
	height:79px;
	margin-top:5px;
}

.listContent span{
	display:block;
	width:109px;
	height:25px;
	background-color:#000000;
	position:absolute;
	bottom:0px;
	left:0px;
	opacity: 0.5;
	*filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	
}

.listContent strong{
	position:absolute;
	bottom:3px;
	right:5px;
	color:#ffffff;
}

.listContent .current {
	width:103px;
	height:73px;
	border:3px solid #FFC400;
}

/*店铺查找*/
.searchTitle {
	margin-bottom:20px;
}

.searchTitle h1{
	display:block;
	width:467px;
	height:24px;
	margin-bottom:5px;
	background:url(../images/seachNote.gif) no-repeat 0 0;
	text-indent:-3000px;
}

.searchTitle span{
	color:#cb271e;
}

.searchUl{
	height:22px;
	border-bottom:1px solid #9a5300;
	padding-left:20px;
}

.searchUl li{
	float:left;
	line-height:22px;
	text-align:center;
	background:url(../images/searchTag_bg3.gif) repeat-x 0 0;
}

.searchUl div{
	background:url(../images/searchTag_bg1.gif) no-repeat left 0;	
}

.searchUl a{
	display:block;
	margin-left:15px;
	padding-right:15px;
	background:url(../images/searchTag_bg2.gif) no-repeat right 0;	
}

.searchUl .current{
	margin-top:1px;
	z-index:100;
	border-bottom:1px solid #ffffff;
}

.searchItemUl {
	padding:10px 20px;
	overflow:hidden;
}

.searchItemUl li{
	float:left;
	width:100px;
	margin-bottom:20px;
}

.searchResultArea{
	color:#9d0800;
	font-weight:bold;
	padding-bottom:10px;
}

.searchResultArea span{
	margin-right:10px;
}

.searchResultList li{
	border-top:1px solid #f9eab6;
	padding:10px 0;
}

.searchResultList strong{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.searchResultList label{
	margin-right:2px;
}

.searchResultList span{
	color:#b96400;
}

.searchResultList p a{
	display:block;
	width:170px;
	background-color:#cb271e;
	color:#ffffff;
	text-align:center;
	padding:3px 0;
	margin-top:5px;
}

.resetSearch{
	float:right;
	margin-right:100px;
	font-weight:bold;
}



/*联系我们*/
.contactInfo{
	background:url(../images/banner_1.gif) no-repeat center 0;
	padding:200px 0 100px;
	border:1px solid #ffffff;
}

.contactInfo p{
	font-size:14px;
	margin-bottom:20px;
}

.contactInfo label{
	float:left;
	width:250px;
	text-align:right;
	font-weight:bold;
	margin-right:2px;
}

.contactInfo span{
	float:left;
	width:400px;
}

/*chain背景*/
.marketContent{
	padding:20px;
}

.marketBg{
	padding:30px 0 20px;
	background:url(../images/market_bg.jpg) no-repeat 0 0;
	position:relative;
}

.contentTitle{
	height:130px;
	margin-bottom:30px;
	background-color:#b62919;
	font-family:'微软雅黑';
	color:#ffffff;
}

.contentTitle h1{
	font-size:28px;
	line-height:65px;
	padding-left:60px;
	font-weight:normal;
}

.contentTitle h2{
	font-size:28px;
	line-height:40px;
	text-align:right;
	padding-right:40px;
	font-weight:normal;
}

.cententBg {
	margin:0 20px;
	background-color:#000000;
	opacity: 0.5;
	*filter:alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

}

.cententText{
	color:#ffffff;
	padding:0 30px;
	font-size:14px;
	line-height:30px;
	position:absolute;
	top:200px;
}

/*
连锁首页
*/
.chainHeader{
	width:785px;
	height:348px;
	background:url(../images/chainIndex_bg.jpg) no-repeat 0 0;
	text-indent:-3000px;
}

/*关于我们*/
.aritcleBlock2 h3{
	font-size:14px;
	line-height:20px;
	color:#cb271e;
	margin-bottom:10px;
}

.aritcleBlock2 .articleContent2{
	font-size:12px;
	line-height:25px;
}

.aritcleBlock2 .articleContent2 p{
	text-indent:20pt;
	margin-bottom:10px;
}

.articleBlock3 {
	padding:5px;
}

.articleBlock3 .frame{
	width:256px;
	height:440px;
	padding:15px;
	background:url(../images/aboutUsBg.jpg) no-repeat 0 0;
}

.aboutUsLink{
	color:#ffffff;
	margin-bottom:20px;
}

.aboutUsLink a{
	color:#ffffff;
}

.aboutUsLink a:hover{
	text-decoration:underline;
}

.aboutUsLink h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}