@charset "utf-8";
/* CSS Document */
header {
	height: 90px;
	overflow: hidden;
	border-bottom: solid 2px #006699;
}
.head_top {
	height: 23px;
	line-height: 23px;
}
.head_top h1 {
	width: 640px;
	float: left;
}
.head_top ul {
	width: 640px;
	float: left;
}
.head_top ul li {
	float: right;
	margin-left: 20px;
	font-size: 14px;
}
.head_top ul li a {
	color: #333;
}
.head_top ul li a:hover {
	color: #006699;
}
.head_top ul li span img {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}
.head_top ul li span small {
	font-size: 16px;
	color: #006699;
	margin-left: 5px;
	float: left;
}
.head_content {
	height: 67px;
}
.logo {
	float: left;
}
.logo img {
	width: 414px;
	height: 47px;
	margin-top: 10px;
}
nav {
	float: left;
	width: 866px;
	height: 47px;
	margin-top: 10px;
}
nav ul li {
	float: left;
	width: 90px;
	height:60px;
	margin-left:18px;
}
nav ul li a {
	width:90px;
	height:60px;
	display:block;
	text-align:center;
	line-height:60px;
	font-size: 14px;
	color:#333;
}
nav ul li a:hover {
	width:90px;
	height:60px;
	border-radius:6px 6px 0px 0px;
	background-color:#006699;
	display:block;
	font-size: 14px;
	color:#fff;
}
.current_2{
	width:90px;
	height:60px;
	border-radius:6px 6px 0px 0px;
	background-color:#006699;
	display:block;
	font-size: 14px;
	color:#fff;
	}
/*banner 开始*/
.flexslider {
	overflow: hidden;
	width: 100%;
	height: 760px;
	position: relative;
}
.flexslider .slideBox {
	position: absolute;
	top: 0;
	left: 0;
	height: 760px;
	width: 100%;
}
.flexslider .slides {
	margin-left: 0;
	padding: 0;
	-webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
	-moz-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
	-ms-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
	-o-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
	transition: all 0.7s cubic-bezier(1, 0, 0, 1);
}
.flexslider .slides li {
	float: left;
}
#bannerCtrl {
	position: absolute;
	width: 201px;
	left: 50%;
	margin-left: -100px;
	top: 640px;
	z-index: 100;
}
#bannerCtrl li {
	float: left;
	width: 47px;
	height: 47px;
	display: block;
	margin-right: 20px;
	border-bottom: solid 2px #fff;
}
#bannerCtrl li img {
	width: 47px;
	height: 28px;
	display: block;
	opacity: 0;
}
#bannerCtrl li:hover {
	color: #111111;
	cursor: pointer;
}
.active {
	width: 47px !important;
	height: 47px !important;
	color: #111111 !important;
	opacity: 1 !important;
}
.active img {
	width: 47px !important;
	height: 28px !important;
	color: #111111 !important;
	opacity: 1 !important;
}
.banner_text {
	width: 800px;
	height: 230px;
	color: #fff;
	z-index: 2;
	position: absolute;
	top: 320px;
	left: 50%;
	margin-left: -400px;
}
.banner_text h1 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
}
.banner_text h2 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
.banner_text h3 {
	height: 64px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
}
.banner_text h4 {
	height: 70px;
	width: 360px;
	margin-left: 220px;
	border: solid 8px rgba(255,255,255,0.6);
	background-color: rgba(0,0,0,0.2);
	line-height: 40px;
	text-align: center;
}
.banner_text h4 span {
	width: 360px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
}
.banner_text h4 small {
	width: 360px;
	height: 30px;
	display: block;
	background-image: url(../images/banner_text.png);
	background-repeat: no-repeat;
	font-size: 18px;
	background-position: center;
	line-height: 30px;
}
/*banner 结束*/
/*首页关于我们 开始*/
.index_about {
	overflow: hidden;
}
.index_title {
	width: 500px;
	height: 90px;
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	background-image: url(../images/index_title.png);
	background-repeat: no-repeat;
	background-position: 2px 22px;
}
.index_title h1 {
	width: 194px;
	height: 42px;
	margin: 0 auto;
	line-height: 42px;
	text-align: center;
	border: solid 1px #ccc;
	color: #006699;
	font-size: 22px;
}
.index_title h2 {
	text-align: center;
	height: 48px;
	font-size: 20px;
	color: #006699;
	line-height: 48px;
}
.index_title1 {
	width: 500px;
	height: 90px;
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	background-image: url(../images/index_title1.png);
	background-repeat: no-repeat;
	background-position: 2px 22px;
}
.index_title1 h1 {
	width: 194px;
	height: 42px;
	margin: 0 auto;
	line-height: 42px;
	text-align: center;
	border: solid 1px #fff;
	color: #fff;
	font-size: 22px;
}
.index_title1 h2 {
	text-align: center;
	height: 48px;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
}
.index_about_content {
	height: 250px;
	width: 980px;
	margin: 0 auto;
	margin-top: 60px;
}
.index_about_content img {
	width: 376px;
	height: 236px;
	display: block;
	padding: 7px;
	background-image: url(../images/index_about.png);
	background-repeat: no-repeat;
	float: left;
}
.index_about_content h1 {
	width: 540px;
	height: 236px;
	margin-left: 40px;
	float: left;
}
.index_about_content h1 span {
	font-size: 30px;
	width: 540px;
	height: 50px;
	display: block;
	font-size: 30px;
	color: #006699;
}
.index_about_content h1 small {
	width: 540px;
	height: 130px;
	display: block;
	overflow: hidden;
	line-height: 24px;
}
.index_about_content h1 a {
	height: 28px;
	width: 136px;
	display: block;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
	border: solid 1px #006699;
	text-align: center;
	line-height: 28px;
}
.index_about_content h1 a:hover {
	color: #006699;
}
/*首页关于我们 结束*/
/*首页菜品展示 开始*/
.index_shows {
	margin-top: 60px;
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-color: #e5eff5;
}
.shows_list {
}
#tabs {
	overflow: hidden;
	width: 800px;
	height: 50px;
	display: block;
	margin: 0 auto;
	border: dashed 1px #006699;
	border-radius: 10px;
}
#tabs li {
	float: left;
	width: 159px;
	height: 50px;
}
#tabs a {
	width: 159px;
	height: 50px;
	display: block;
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 50px;
}
#tabs a:hover, #tabs a:focus {
	border-bottom-color: #2ac7e1;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #006699;
}
#tabs a:focus {
	outline: 0;
}
#tabs #current {
	color: #006699;
}
/* ----------- */
#content {
	height: 210px;
	width: 1350px;
	margin: 0 auto;
}
.tab1 {
	width: 1350px;
	height: 210px;
}
div.indexmaindiv {
	height: 210px;
	margin: 0px auto;
	width: 1350px;
}
div.indexmaindiv div.playerstyles {
	width: 168px;
	height: 44px;
	background: url('../images/playstyles.png') no-repeat;
}
div.indexmaindiv1 {
	margin-top: 25px;
	overflow: hidden;
}
div.indexmaindiv1 div.stylesgoleft {
	float: left;
	width: 56px;
	height: 56px;
	background-image: url(../images/left.png);
	margin-top: 77px;
	cursor: pointer;
}
div.indexmaindiv1 div.stylesgoleft:hover {
	float: left;
	width: 56px;
	height: 56px;
	background-image: url(../images/left_hover.png);
	cursor: pointer;
}
div.indexmaindiv1 div.playerdetail {
	width: 298px;
	height: 210px;
	display: block;
	background-image: url(../images/shows_bg.png);
	font-family: '微软雅黑';
}
div.indexmaindiv1 div.playerdetail div.detailimg {
	width: 267px;
	height: 173px;
	display: block;
}
div.indexmaindiv1 div.playerdetail div.detailimg img {
	width: 267px;
	height: 173px;
	display: block;
	padding-top: 16px;
	padding-left: 14px;
}
div.indexmaindiv1 div.stylesgoright {
	float: left;
	width: 56px;
	height: 56px;
	margin-top: 77px;
	background-image: url(../images/right.png);
	cursor: pointer;
}
div.indexmaindiv1 div.stylesgoright:hover {
	float: left;
	width: 56px;
	height: 56px;
	background-image: url(../images/right_hover.png);
	cursor: pointer;
}
/*滚动*/
div.maindiv1 {
	float: left;
	width: 1238px;
	height: 210px;
	overflow: hidden;
	position: relative;
}
div.maindiv1 ul {
	position: absolute;
	left: 0;
	top: 0;
}
div.maindiv1 ul li {
	float: left;
	width: 298px;
	height: 210px;
	display: block;
	margin-left: 10px;
}
/*首页菜品展示 结束*/
/*首页配送中心 开始*/
.index_center {
	height: 580px;
	width: 1350px;
	margin: 0 auto;
}
.index_center_content {
	height: 300px;
	margin-top: 60px;
}
.index_center_content ul li {
	width: 260px;
	height: 300px;
	background-color: #fff;
	float: left;
	margin-left: 62px;
	box-shadow: 0 0 100px #ccc;
}
.index_center_content ul li img {
	width: 260px;
	height: 150px;
	display: block;
}
.index_center_content ul li span {
	width: 240px;
	height: 80px;
	display: block;
	margin: 10px;
	overflow: hidden;
	line-height: 20px;
}
.index_center_content ul li h1 {
	width: 240px;
	height: 50px;
	margin-left: 10px;
}
.index_center_content ul li h1 small {
	width: 120px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	background-color: #006699;
	color: #fff;
}
.index_center_content ul li h1 a {
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: underline;
	color: #666;
}
.index_center_content ul li h1 a:hover {
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-decoration: underline;
	text-align: center;
	color: #006699;
}
/*首页配送中心 结束*/

/*首页厨师风采 开始*/
.index_cook {
	width: 100%;
	height: 830px;
	overflow: hidden;
	background-color: #e5eff5;
}
.index_cook_content {
	width: 1010px;
	height: 520px;
	margin: 0 auto;
	margin-top: 80px;
}
.index_cook_content_left {
	width: 320px;
	height: 520px;
	float: left;
	position: relative;
}
.index_cook_content_left h1 {
	width: 320px;
	height: 284px;
	position: absolute;
	z-index: 1;
	top: 0;
	background-image: url(../images/index_cook_content_left_bg.png);
}
.index_cook_content_left a {
	position: absolute;
	z-index: 0;
	top: 261px;
	width: 320px;
	height: 260px;
}
.bannerimg1 {
	width: 320px;
	height: 260px;
}
.index_cook_content_middle {
	width: 320px;
	height: 520px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
}
.index_cook_content_middle h1 {
	width: 320px;
	height: 284px;
	position: absolute;
	z-index: 1;
	top: 236px;
	background-image: url(../images/index_cook_content_middle_bg.png);
}
.index_cook_content_middle a {
	position: absolute;
	z-index: 0;
	top: 0px;
	width: 320px;
	height: 260px;
}
.bannerimg2 {
	width: 320px;
	height: 260px;
}
.index_cook_content_right {
	width: 320px;
	height: 520px;
	float: left;
	position: relative;
}
.index_cook_content_right h1 {
	width: 320px;
	height: 284px;
	position: absolute;
	z-index: 1;
	top: 0;
	background-image: url(../images/index_cook_content_left_bg.png);
}
.index_cook_content_right a {
	position: absolute;
	z-index: 0;
	top: 261px;
	width: 320px;
	height: 260px;
}
.bannerimg3 {
	width: 320px;
	height: 260px;
}
.index_cook_content_left h1 span {
	width: 320px;
	height: 40px;
	font-size: 24px;
	color: #006699;
	margin-top: 60px;
	display: block;
	text-align: center;
	line-height: 40px;
}
.index_cook_content_left h1 small {
	width: 320px;
	height: 30px;
	display: block;
	color: #666;
	text-align: center;
	line-height: 30px;
}
.index_cook_content_left h1 i {
	margin-top: 10px;
	width: 60px;
	height: 1px;
	display: block;
	margin: 0 auto;
	background-color: #006699;
}
.index_cook_content_left h1 b {
	width: 320px;
	height: 60px;
	display: block;
	font-weight: normal;
	color: #666;
	text-align: center;
	line-height: 60px;
}
.index_cook_content_middle h1 span {
	width: 320px;
	height: 40px;
	font-size: 24px;
	color: #006699;
	margin-top: 60px;
	display: block;
	text-align: center;
	line-height: 40px;
}
.index_cook_content_middle h1 small {
	width: 320px;
	height: 30px;
	display: block;
	color: #666;
	text-align: center;
	line-height: 30px;
}
.index_cook_content_middle h1 i {
	margin-top: 10px;
	width: 60px;
	height: 1px;
	display: block;
	margin: 0 auto;
	background-color: #006699;
}
.index_cook_content_middle h1 b {
	width: 320px;
	height: 60px;
	display: block;
	font-weight: normal;
	color: #666;
	text-align: center;
	line-height: 60px;
}
.index_cook_content_right h1 span {
	width: 320px;
	height: 40px;
	font-size: 24px;
	color: #006699;
	margin-top: 60px;
	display: block;
	text-align: center;
	line-height: 40px;
}
.index_cook_content_right h1 small {
	width: 320px;
	height: 30px;
	display: block;
	color: #666;
	text-align: center;
	line-height: 30px;
}
.index_cook_content_right h1 i {
	margin-top: 10px;
	width: 60px;
	height: 1px;
	display: block;
	margin: 0 auto;
	background-color: #006699;
}
.index_cook_content_right h1 b {
	width: 320px;
	height: 60px;
	display: block;
	font-weight: normal;
	color: #666;
	text-align: center;
	line-height: 60px;
}
/*首页厨师风采 结束*/
.index_honor {
	width: 1250px;
	height: 400px;
	margin: 0 auto;
}
.index_honor_content {
	width: 1250px;
	height: 210px;
	margin-top:70px;
}
.blk_29 {
	overflow: hidden;
	zoom: 1;
	position: relative
}
.blk_29 .leftbotton {
	left: 0;
	background-image: url(../images/left_1.png);
	float: left;
	width: 33px;
	cursor: pointer;
	position: absolute;
	top: 73px;
	height: 63px
}
.blk_29 .rightbotton {
	right: 0;
	background-image: url(../images/right_1.png);
	float: right;
	width: 33px;
	cursor: pointer;
	position: absolute;
	top: 73px;
	height: 63px
}
.blk_29 .cont {
	margin: 0px auto;
	overflow: hidden;
	width: 1030px;
	height: 210px;
}
.blk_29 .box {
	float: left;
	width: 294px;
	width: 190px;
	display: block;
	margin-right:156px;
}
.blk_29 .box img {
	width: 294px;
	height: 190px;
	 box-shadow: 3px 3px 3px #999; 
}
/*首页新闻 开始*/
.index_news{
	width:100%;
	height:570px;
	background-image:url(../images/index_news.png);
	background-position:center;
	overflow:hidden;}
.index_news_content{
	width:1020px;
	height:390px;
	margin:0 auto;
	}
.index_news_content_left{
	width:500px;
	height:390px;
	background-color:#fff;
	float:left;
	margin-right:18px;}
.index_news_content_left img{
	width:500px;
	height:240px;
	display:block;}
.index_news_content_left h1{
	height:60px;
	width:500px;
	line-height:60px;}
.index_news_content_left h1 span{
	width:400px;
	height:60px;
	display:block;
	overflow:hidden;
	float:left;
	font-size:24px;
	color:#006699;
	text-indent:10px;}
.index_news_content_left h1 a{
	width:80px;
	height:60px;
	display:block;
	float:left;
	font-size:18px;
	color:#666;
	text-decoration:underline;
	margin-left:20px;}
.index_news_content_left h1 a:hover{
	color:#006699;}
.index_news_content_left h2{
	width:480px;
	height:60px;
	display:block;
	overflow:hidden;
	line-height:20px;
	margin:0 auto;}
.index_news_content_right{
	width:502px;
	height:390px;
	float:left;}
.index_news_content_right ul li a{
	height:120px;
	width:502px;
	display:block;
	color:#333;
	background-color:#fff;}
.index_news_content_right ul li a img{
	width:188px;
	height:90px;
	display:block;
	margin:15px;
	float:left;}
.index_news_content_right ul li a h1{
	width:269px;
	height:90px;
	margin-top:15px;
	float:left;}
.index_news_content_right ul li a h1 span{
	height:30px;
	width:269px;
	display:block;
	color:#000;
	line-height:30px;
	overflow:hidden;
	font-size:14px;}
.index_news_content_right ul li a h1 small{
	width:269px;
	height:40px;
	margin-top:20px;
	overflow:hidden;
	display:block;
	line-height:20px;
	}
/*首页新闻 结束*/
/*友情链接 开始*/
.Friendship_link{
	height:60px;
	line-height:60px;
	overflow:hidden;
	font-size:14px;}
.Friendship_link h1{
	float:left;}
.Friendship_link a{
	margin-left:12px;
	margin-right:12px;
	color:#666;
	float:left;}
.Friendship_link a:hover{
	margin-left:12px;
	margin-right:12px;
	color:#006699;
	float:left;}
/*友情链接 结束*/
/*页脚 开始*/

footer {
	height: 300px;
	background-color: #006699;
	overflow: hidden;
	margin-top: 30px;
}
.foot_top {
	height: 239px;
	border-bottom: solid 1px #fff;
}
.foot_top ul {
	float: left;
	width: 256px;
	height: 189px;
	overflow: hidden;
	margin-top: 25px;
}
.foot_top ul li h1 {
	color: #fff;
	font-size: 18px;
}
.foot_top ul li a {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}
.foot_top ul li a:hover {
	text-decoration: underline;
}
.foot_top h3 {
	width: 256px;
	height: 189px;
	overflow: hidden;
	float: left;
	margin-top: 25px;
	color: #fff;
	line-height: 24px;
}
.foot_top h2 {
	float: left;
	width: 256px;
	height: 189px;
	overflow: hidden;
	display: block;
	margin-top: 25px;
}
.foot_top h2 img {
	width: 227px;
	height: 170px;
	margin: 0 auto;
	display: block;
}
.foot_top h2 span {
	height: 19px;
	width: 256px;
	text-align: center;
	line-height: 19px;
	color: #fff;
	display: block;
}
.foot_bottom {
	height: 50px;
	line-height: 25px;
}
.foot_bottom ul {
	overflow: hidden;
}
.foot_bottom ul li {
	float: left;
	margin-right: 10px;
}
.foot_bottom ul li a {
	color: #fff;
}
.foot_bottom ul li span {
	color: #fff;
}
.foot_bottom h1 {
	color: #fff;
}
/*客服窗口*/
.main-im {
	position: fixed;
	right: 10px;
	top: 300px;
	z-index: 100;
	width: 110px;
	height: 272px;
}
.main-im .qq-a {
	display: block;
	width: 106px;
	height: 116px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}
.main-im .qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
}
.main-im .qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}
.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 109px;
	height: 118px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #dddddd;
	background: url(../images/qq-icon-bg.png) no-repeat center 8px;
}
.main-im .img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main-im .im-qq:hover .img-qq {
	max-width: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}
.main-im .im_main {
	background: #F9FAFB;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: #F9FAFB;
	display: none;
}
.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 109px;
	height: 105px;
	border-bottom: 1px solid #dddddd;
}
.main-im .im_main .im-tel div {
	font-weight: bold;
	font-size: 12px;
	margin-top: 6px;
}
.main-im .im_main .im-tel .tel-num {
	font-family: Arial;
	font-weight: bold;
	color: #e66d15;
}
.main-im .im_main .im-tel:hover {
	background: #fafafa;
}
.main-im .im_main .weixing-container {
	width: 55px;
	height: 47px;
	border-right: 1px solid #dddddd;
	background: #f5f5f5;
	border-bottom-left-radius: 10px;
	background: url(../images/weixing-icon.png) no-repeat center center;
	float: left;
}
.main-im .im_main .weixing-show {
	width: 112px;
	height: 172px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	position: absolute;
	left: -125px;
	top: -126px;
}
.main-im .im_main .weixing-show .weixing-sanjiao {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 6px;
	left: 112px;
	top: 134px;
	position: absolute;
	z-index: 2;
}
.main-im .im_main .weixing-show .weixing-sanjiao-big {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #dddddd;
	border-width: 8px;
	left: 112px;
	top: 132px;
	position: absolute;
}
.main-im .im_main .weixing-show .weixing-ma {
	width: 104px;
	height: 103px;
	padding-left: 5px;
	padding-top: 5px;
}
.main-im .im_main .weixing-show .weixing-txt {
	position: absolute;
	top: 110px;
	left: 7px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.main-im .im_main .go-top {
	width: 50px;
	height: 47px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	background: url(../images/totop-icon.png) no-repeat center center;
	float: right;
}
.main-im .im_main .go-top a {
	display: block;
	width: 52px;
	height: 47px;
}
.main-im .close-im {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 100;
	width: 24px;
	height: 24px;
}
.main-im .close-im a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/close_im.png) no-repeat left top;
}
.main-im .close-im a:hover {
	text-decoration: none;
}
.main-im .open-im {
	cursor: pointer;
	margin-left: 68px;
	width: 40px;
	height: 133px;
	background: url(../images/open_im.png) no-repeat left top;
}
/*客服窗口结束*/
/*内页 开始*/
.other_banner{
	width:100%;
	height:350px;}
/*内页 结束*/
.bannerimg4{
	width:100%;
	height:350px;}
.main_content{
	margin-top:30px;
	overflow:hidden;}
.main_content_left{
	width:240px;
	float:left;}
.main_content_left_list{}
.main_content_left_list h1{
	width:240px;
	height:45px;
	font-size:16px;
	color:#fff;
	line-height:45px;
	text-indent:10px;
	background-color:#006699;
	border-radius:8px 8px 0px 0px;
	border-bottom:solid 1px #005c8a;}
.main_content_left_list ul{
	background-color:#e5eff5;}
.main_content_left_list ul li{
	height:44px;
	border-bottom:solid 1px #fff;}
.main_content_left_list ul li a{
	width:240px;
	height:44px;
	display:block;
	line-height:44px;
	text-indent:30px;
	color:#006699;
	font-size:14px;
	background-image:url(../images/nose.png);
	background-repeat:no-repeat;
	background-position:10px;
	display:block;
	}
.main_content_left_list ul li a:hover{
	text-decoration:underline;}
.current_1{
	width:240px;
	height:44px;
	display:block;
	line-height:44px;
	text-indent:30px;
	color:#000;
	font-size:14px;
	background-image:url(../images/nose.png);
	background-repeat:no-repeat;
	background-position:10px;
	font-weight:600;
	display:block;}
.main_content_left_contact{
	margin-top:20px;
	}
.main_content_left_contact_content{
	background-color:#e5eff5;
	padding:10px;
	line-height:26px;}
.main_content_left_contact h1{
	width:240px;
	height:45px;
	font-size:16px;
	color:#fff;
	line-height:45px;
	text-indent:10px;
	background-color:#006699;
	border-radius:8px 8px 0px 0px;
	border-bottom:solid 1px #005c8a;}
.main_content_right{
	width:1010px;
	float:left;
	margin-left:30px;}
.main_content_right_title{
	height:45px;
	width:1010px;
	position:relative;
	background-color:#f8f8f8;
	border-bottom:solid 1px #ddd;}
.main_content_right_title h1{
	height:44px;
	padding:0 15px;
	font-size:14px;
	line-height:45px;
	text-align:center;
	display:block;
	border-bottom:solid 2px #006699;
	position:absolute;
	top:0;
	left:0;}
.main_content_right_title ul{
	position:absolute;
	right:10px;}
.main_content_right_title ul li{
	float:left;
	line-height:45px;
	margin-left:3px;
	margin-right:3px;
	font-size:14px;}
.main_content_right_title ul li span{}
.main_content_right_title ul li a{
	color:#006699;}
.main_content_right_title ul li a:hover{
	text-decoration:underline;}
.main_content_right_title ul li small{
	font-size:14px;}
.other_pages_content{
	width:1010px;
	margin-top:10px;
	line-height:26px;
	font-size:14px;
	color:#333;}
.pages{
	padding: 30px 0;
    text-align: center;
    width: 100%;}
.pages a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #333;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    margin-left: -1px;
    outline: medium none;
    text-decoration: none;
    vertical-align: middle;
    width: 65px;
}
.pages a:hover {
    background: #006699 none no-repeat scroll 0 0;
    color: #fff;
}
.pages span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    margin-left: -1px;
    min-width: 45px;
    padding: 0 10px;
    vertical-align: middle;
}
.pages span.current {
    background: #006699 none repeat scroll 0 0;
    color: #fff;
}
.product_list{
	height:434px;
	overflow:hidden;
	}
.product_list li{
	width:217px;
	height:217px;
	float:left;
	margin-left:28px;
	}
.product_list li a img{
	width:215px;
	height:160px;
	display:block;
	border:solid 1px #ccc;}
.product_list li a span{
	width:217px;
	height:55px;
	display:block;
	text-align:center;
	color:#006699;
	line-height:55px;}
.product_list li a:hover{
	text-decoration:underline;
	color:#006699;}
.news_list{
	width:990px;
	height:497px;
	margin:0 auto;
	overflow:hidden;
	}
.news_list li{
	height:70px;
	line-height:35px;
	border-bottom:dashed 1px #ccc;}
.news_list li:hover a{
	text-decoration:underline;
	color:#006699;}
.news_list li a{
	width:790px;
	height:35px;
	display:block;
	color:#006699;
	float:left;
	overflow:hidden;}
.news_list li span{
	width:100px;
	margin-left:100px;
	height:35px;
	display:block;
	float:left;
	overflow:hidden;}
.news_list li p{
	width:790px;
	height:35px;
	display:block;
	text-indent:20px;
	overflow:hidden;}
.news_content{
	width:990px;
	margin:0 auto;}
.news_content_title{
	height:40px;
	line-height:40px;
	font-size:16px;
	border-bottom:dashed 1px #ccc;
	font-weight:600;
	text-align:center;}
.text_infomation{
	height:30px;}
.text_infomation span{
	width:495px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;}
.news_content_content{
	line-height:26px;
	margin-top:30px;}
.news_content_content img{
	max-width:990px;
	display:block;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;}
.next_prve{
	margin-top:30px;
	height:100px;
	width:990px;
	border-top:solid 1px #006699;
	border-bottom:solid 1px #006699;}
.next_prve a{
	width:990px;
	height:50px;
	display:block;
	line-height:50px;
	color:#006699;
	}
.next_prve a:hover{
	text-decoration:underline;}
.Online_Message{
	width:600px;
	margin:0 auto;
	margin-top:60px;}
.Online_Message_left_1{
	width:700px;
	overflow:hidden;
	height:100px;}
.Online_Message_left_1 span{
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	height:100px;
	line-height:100px;
	display:block;}
.Online_Message_left_1 textarea{
	width:500px;
	height:98px;
	display:block;
	float:left;}
.Online_Message_left{
	width:100px;
	float:left;}
.Online_Message_left_2{
	margin-top:20px;
	width:700px;
	height:30px;}
.Online_Message_left_2 span{
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	height:30px;
	line-height:30px;
	display:block;}
.Online_Message_left_2 input{
	width:500px;
	height:30px;
	display:block;
	float:left;}
.Online_Message_left_3{
	margin-top:30px;}
.Online_Message_left_3 input{
	width:100px;
	height:30px;
	background-color:#006699;
	color:#fff;
	border:none;
	border-radius:2px;
	display:block;
	margin:0 auto;
	cursor:pointer;}
.Online_Message_left_3 input:focus{
	outline:none;}
.workshop_environment{
	overflow:hidden;
	height:664px;
	}
.workshop_environment li {
	width: 260px;
	height: 300px;
	background-color: #fff;
	float: left;
	margin-left: 56px;
	margin-bottom:30px;
	border:solid 1px #ccc;
}
.workshop_environment li img {
	width: 260px;
	height: 150px;
	display: block;
}
.workshop_environment li span {
	width: 240px;
	height: 80px;
	display: block;
	margin: 10px;
	overflow: hidden;
	line-height: 20px;
}
.workshop_environment li h1 {
	width: 240px;
	height: 50px;
	margin-left: 10px;
}
.workshop_environment li h1 small {
	width: 120px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	background-color: #006699;
	color: #fff;
}
.workshop_environment li h1 a {
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: underline;
	color: #666;
}
.workshop_environment li h1 a:hover {
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-decoration: underline;
	text-align: center;
	color: #006699;
}
.chefs_list{
	overflow:hidden;
	height:444px;}
.chefs_list li{
	width:200px;
	height:200px;
	display:block;
	float:left;
	margin-left:40px;
	margin-bottom:20px;
	border-radius:2px;
	border:solid 1px #ccc;}
.chefs_list li a img{
	width:200px;
	height:160px;
	display:block;}
.chefs_list li a span{
	width:200px;
	height:40px;
	display:block;
	overflow:hidden;
	text-align:center;
	line-height:40px;
	color:#666;}