/* CSS Document    王荣迁  2017-2-20*/
@charset "utf-8";
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
body {
    color: #333;
    width:100%;
    height: 100%;
    background: #f1f5f7;
	font-size:14px;
	line-height:1.6;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Microsoft yahei","Microsoft Yahei UI","Microsoft Yahei","΢���ź�","����b8b\4f53","SimSun","sans-serif","Hiragino Sans GB","Segoe UI","Tahoma";
}
body, div, p,ul,h3,h2,dl,dd,dt {
    margin: 0;
    padding: 0;
}
*{ margin:0; padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block;
}
audio,canvas,video {
	display:inline-block;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden] {
	display:none;
}
ul li,ol li{ list-style:none;}
a {
    text-decoration: none;
    color: #ccc;
    outline: none;
}
/*a:focus {
	outline:thin dotted;
}*/
a:active,a:hover {
	outline:0;
}
a:focus, *:focus {
    star:expression(this.onFocus=this.blur());
    outline:0;
}
a:link, a:visited {
    color: #ccc;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #ccc;
    text-decoration: none;
}

h1 {
	font-size:2em;
	margin:0.67em 0;
}
h2,h3,strong,b{
    font-weight:normal;
    font-size:14px;
}
abbr[title] {
	border-bottom:1px dotted;
}
b,strong {
	font-weight:bold;
}
dfn {
	font-style:italic;
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}
mark {
	background:#ff0;
	color:#000;
}
code,kbd,pre,samp {
	font-family:monospace,serif;
	font-size:1em;
}
pre {
	white-space:pre-wrap;
}
q {
	quotes:"\201C" "\201D" "\2018" "\2019";
}
select {
    background:none;
}
select:focus,select:active{
	background:none !important;
}
input, select {
    font-size: 14px;
    vertical-align: middle;
}
input,button,select {
    /*appearance:none;*/
   /* -moz-appearance:none; /* Firefox */
    /*-webkit-appearance:none; /* Safari �� Chrome */
    outline: none;
    -webkit-border-radius:1px;
}
input:focus,input:active{
    outline:none;
}
input[type=checkbox], input[type=radio]{
	margin-top: 0;
}
textarea, input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
}
textarea{
	resize:none;
}
img{ border:none;}
li {
    list-style-type: none;
}
::selection {
    color: #333;
    background-color: #f1f1f1;
}

::-moz-selection {
    color: #333;
    background-color: #f1f1f1;
}

::-webkit-selection {
    color: #333;
    background-color: #f1f1f1;
}



.clear {clear: both;}

.fl{float:left;}
.fr{float:right;}
.clearfix:after{content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden;}
.clearfix{zoom:1;}

.show{display:block;}
.hide{display: none;}


.txtr{
	text-align: right;
}
.txtl{text-align: left;}
.txtc{text-align: center;}
.ofw-h{overflow: hidden;}

.positionR{position:relative;}

/*size  heck  王荣迁  2017-2*/
.size10{font-size: 10px;}
.size14{font-size: 14px;}
.size16{font-size: 16px;}
.size18{font-size: 18px;}
.size20{font-size: 20px;}
.size22{font-size: 22px;}
.size28{font-size: 28px;}
.size38{font-size: 38px;}

.weight300{font-weight: 300;}
.weight500{font-weight: 500;}
.weihgt600{font-weight: 600;}

/*width   heck*/

.W60p{width:60%;}
.W50p{width:50%;}
.W40p{width:40%;}

.W50{width:50px;}
.W300{width:300px;}



.H66{height:66px;}
/*margin  heck*/

.mar0{margin:0 !important;}
.martb7{margin-top: 7px;margin-bottom: 7px;}
.martb10{margin-top: 10px;margin-bottom: 10px;}
.martb15{margin-top: 10px;margin-bottom: 15px;}
.marl15{margin-left: 15px;}
.marr15{margin-right: 15px;}
.marb10{margin-bottom: 10px;}
.marb15{margin-bottom: 15px;}
.marb20{margin-bottom: 20px;}
.marb30{margin-bottom: 30px;}
.marb50{margin-bottom: 50px;}
.mart5{margin-top:5px ;}
.mart7{margin-top:7px ;}
.mart20{margin-top: 20px;}
.mart30{margin-top:30px;}


/*padding   heck*/
.padl15{padding-left: 15px;}
.padt60{padding-top: 60px;}
.padb15{padding-bottom: 15px;}
.padb20{padding-bottom: 20px;}



/*border   heck*/
.borb{border-bottom: 1px solid #ccc;}
.born{border:0 !important;}

/*color  heck*/
.color-r{color:#FF4F16;}
.color-b{color:#0097E6;}
.color-g{color:#777;}
.color-g9{color:#999;}


/*bgcolor  heck*/
.bgcolor-w{background: #fff;}
.bgcolor-g{background: #F6F8FA;}




/*对象css*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
footer{
    /*position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99; */
    background: #2F3440;
}

/*bootstrp heck 王荣迁  2017-2*/
.container {
    width: 1200px;
    height: 90px;
    line-height: 90px;
}
.navbar-header{
	margin-top: 20px;
}
.navbar-brand>img{
	margin-top: -8px;
}
.navbar-default .navbar-nav>li>a{
	padding-top: 35px;
	padding-bottom: 33px;
	font-size: 18px;
	color:#333 ;
}
.navbar-default .navbar-nav>li>a:hover{
	color:#0097E6 !important;
	border-bottom:2px solid #0097E6 ;
}


@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}



/*style*/
.header-top{
	width:100%;
	height:40px;
	line-height: 40px;
	background:#2F3440 ;
	color: #CCC;
}
.header-top-main{
	width:1200px;
	margin: 0 auto;
}
.header-top-btns{

}
.header-top-btns>li{
	float: left;
}
.header-top-btns li a{
	display: block;
	height: 22px;
	line-height: 22px;
	margin-top: 10px;
	padding: 0 15px 0 15px;
	border-right:1px solid #ccc;
}
.header-top-btns li:last-child a{
	border-right:0;
}

.quit-btn{
	width:66px;
	height:30px;
	color:#fff;
	background: #434346;
	border-radius: 3px;
	border: 0;
	margin-top: 5px;
	line-height: 30px;
}


/*头部导航active样式*/
.navactive{
	color:#0097E6 !important;
	border-bottom:2px solid #0097E6;
}

/*页脚*/
.foot-main{
	width:1200px;
	margin: 0 auto;
}
.foot-top{
	height: 300px;
	color: #ccc;
}
.foot-footer{
	height:50px;
	line-height: 50px;
	background: #303030;
}
.foot-top h1{
	color:#fff;
}
.foot-footer>span{
	color: #CCCCCC;
}
.footewm{
	width: 136px;
	height: 136px;
}
/*main*/
section{
	margin-top: 130px;
}

.centerli{
	padding-left: 15px;
}
.centerli>span{
	color: #ddd;
}




@media (max-width: 1200px) {
	.container {
	    width: 800px;
	}
	.header-top-main{
		width:800px;
	}
	.foot-main{
		width:800px;
	}
}

.mart-20{margin-top:-20px !important;}





/*公共加载更多*/
	.setMeal-more {
		display: block;
		margin: 15px auto;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 120px;
		border: 1px solid #0097E6;
		background: #0097E6;
		color: #FFF;
		border-radius: 30px;
		font-size: 16px;
		cursor: pointer;
	}
