/**/
@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/superfish.css";
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
@import url(http://fonts.googleapis.com/css?family=Lobster);




html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/18px  Arial, Helvetica, sans-serif;
	color:#826660;
	position:relative;
	min-width:960px;
	background: #982659;

}
.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #5d0400;
	font-family: Times New Roman;

}


h2 {
	font-size: 25px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
}

p {
	margin-bottom: 18px;
}

.inn1 {
	padding-top: 2px;
	margin-bottom: 20px;
}


img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li{
	background: url(../images/marker.png) 0 8px no-repeat;
	padding-left: 11px;
	color: #464646;
	margin-bottom: 5.5px;
}

ul.list.l1 li {
	margin-bottom: 5.2px;
}
/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #699440;
}

a.btn,button.btn {
	font-size: 12px;
	display: inline-block;
	background: #e2827e;
	padding: 5px 14px 4px;
	border-radius: 4px;
	margin-top: 17px;
	color: #fff;
	text-transform: uppercase;
	border: none;
}
}

a.btn:hover,button.btn:hover {
	background: #699440;
}

a.btn.m1,button.btn.m1 {
	margin-top: 30px;
	margin-bottom: 1px;
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	padding: 7px;
	background: #fff ;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 border: 1px solid #e6e4e4;
 margin-bottom: 19px;
 box-shadow: 2px 2px 4px #ddd;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.col1 {
	color: #464646;
}

.col2 {
	color: #e1837f;
}

.hor_separator {
	background: url(../images/hor_separator.png) 0 bottom no-repeat;
	height: 40px;
}
/*header*/

header {
	display: block;
	position: relative;
	z-index: 999;
	background: #f2f0f0 ;
	box-shadow: 0 1px 5px #ccc;
}


header h1 {
	float: none;
	position: relative;
	z-index: 999;

}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 240px;
	float: left;
	height: 113px;
	line-height: 113px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	vertical-align: middle;
}



header h1 a img {
		vertical-align: middle;

	display: inline-block;	
}


.main {
	background: #f2f0f0;
}

/*Content*/

.content h2{ 
	padding-top: 36px;
	font-size: 24px;
	color: #79302b;
	margin-bottom: 17px;
}
.content.page1 {
	padding-top: 50px;
	background: url(../images/hor_separator.png) center 50px no-repeat;
}

.content.page1 h2 {
	font-size: 25px;
	padding-top: 43px;
	margin-bottom: 19px;
	color: #5D0400;
}

.page1_block img {
	float: left;
	margin-top: 2px;
	margin-right: 24px;
}

.car_wrap {
	position: relative;
	margin: 0 -10px;
	overflow: hidden;
}

.content.page1 .car_wrap h2 {
	padding-left: 10px;
	padding-top: 23px;
	padding-bottom: 3px;
}

/*
.carousel1 {
	height: 249px;
}
*/

.carousel1 li {
	float: left;
	width: 240px !important;
	font-size: 12px;
}

.carousel1 li >div {
	padding: 0 10px;
}

.carousel1 li .price {
	display: inline-block;
	background: #699440;
	color: #fff;
	min-width: 41px;
	height: 38px;
	border-radius: 4px;
	font: 20px/36px 'Lobster', cursive;
	text-align: center;
	margin-top: 15px;
}


.carousel1 li span {
	line-height: 16px;
}

.carousel1 img {
	box-shadow: 2px 2px 3px #ddd;
	padding: 4px;
	background: #fff;
	border: 1px solid #e6e4e4;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 19px;
}

.carousel1 li .upp{ padding: 5px 0px; min-height: 36px;}
.carousel1 li .gm{ display: block;}
.carousel1 li .cat_name{ display: block;}
.carousel1 li .price{ display: inline-block; padding: 0px 10px; }
.prev {background: url(../images/prevnext.png) 0 bottom no-repeat;display: block;position: absolute;right: 42px;top: 9px;width: 32px;z-index: 999;height: 30px;}

.prev:hover {
	background-position: 0 0;
}

.next {
	background: url(../images/prevnext.png) right bottom no-repeat;
	display: block;
	z-index: 999;
	position: absolute;
	right: 10px;
	top: 9px;
	width: 32px;
	height: 30px;
}

.next:hover {
	background-position: right 0;
}

.bottom_block {
	background: url(../images/hor_separator.png) center 38px no-repeat;
	padding-top: 38px;
	font-size: 12px;
	padding-bottom: 34px;
	overflow: hidden;
}

.bottom_block h3 {
	padding-top: 39px;
	margin-bottom: 25px;
}

.socials {
	overflow: hidden;
}

.bottom_block nav {
	padding-top: 27px;
}



.bottom_block nav li {
	float: left;
}


.bottom_block nav li+li {
	margin-left: 19px;
}

.bottom_block nav {
	font-size: 12px;
	text-transform: uppercase;
	color: #504f4f;
}

.bottom_block p {
	margin-top: -5px;
}

.bottom_block nav li.current {
	color: #699440;
}


.socials a {
	background: url(../images/socials.png) 0 0 no-repeat;
	width: 26px;
	float: left;
	display: block;
	height: 27px;
	margin-left: 11px;
}

.socials a:hover {
	opacity: 0.5;
}

.socials a:first-child {
	margin-left: 0;
}

.socials a:first-child+a {
	background: url(../images/socials.png) -38px 0 no-repeat;
}

.socials a:first-child+a+a {
	background: url(../images/socials.png) right 0 no-repeat;
}


.carousel2 li img {
	float: left;
	margin-top: -1px;
	margin-right: 20px;
}

.carousel2 li {
	float: left;
	width: 410px !important;
}

.carousel2 li .title {
	font-size: 24px;
	line-height: 22.9px;
	font-family: "Times New Roman", Times, serif;
	color: #e2827e;
	text-align: center;
	padding-top: 36px;
}

.carousel2 .col1 {
	line-height: 22.9px;
	margin-bottom: 6px;
	padding-top: 10px;
}


.prev1 {
	background: url(../images/prevnext.png) 0 bottom no-repeat;
	display: block;
	float: right;
	width: 32px;
	z-index: 999;
	height: 30px;
	margin-top: 8px;
}

.prev1:hover {
	background-position: 0 0;
}

.next1 {
	background: url(../images/prevnext.png) right bottom no-repeat;
	display: block;
	z-index: 999;
	float: right;
	width: 32px;
	height: 30px;
	margin-top: 8px;
}

.next1:hover {
	background-position: right 0;
}


.hor_separator.hor1 {
margin-top: 13px;
}

.content h2.head1 {
	padding-top: 28px;
	font-size: 25px;
}

.content h2.head2 {
	font-size: 25px;
	padding-top: 35px;
	margin-bottom: 20px;
}

.chefs {
	padding-top: 7px;
}

.chefs .img_inner {
	padding: 10px 4px;
}

.chefs .col1 {
	font-size: 12px;
	padding-top: 8px;
	margin-bottom: 16px;
}

.menu {
	padding-top: 8px;

}

.menu h3 {
	color: #85423f;
	margin-bottom: 22px;
}

.menu .img_inner {padding: 5px 4px;margin-bottom: 12px;}


.news {font-size: 12px;margin-bottom: 52px;}
.news:after {overflow:  hidden; clear: both; display: block; content: "\20";}

.news .news_box { display: flex; border-bottom: #cccccc 1px dashed;}

.news .article_pic{padding: 4px;margin-top: 1px; display: block; vertical-align: middle; }
.news .article_pic img{ width: 100%; display: inline-block;}
.news .extra_wrapper {position: relative; flex:1; padding: 10px 0px;}
.news .extra_wrapper .article_title {display: block;font-size: 18px; padding: 5px 0px 10px; color: #666;}
.news .extra_wrapper .desc { display: block; line-height: 1.5em; max-height: 7.5em; overflow: hidden;}
.news .btn {margin-top: 5px;cursor: pointer;}
.news .article_pic {width: 211px;}





#newsletter {
	position: relative;
}



#newsletter label {
	display: block;
	position: relative;
	
	padding-top: 1px;
	z-index: 1;
}

#newsletter input,#newsletter textarea {

	border: 1px solid #d9d8d8;
	float: left;
	color: #a8a8a8;
	width: 100%;
	height: 80px;
	font: 12px/18px  Arial, Helvetica, sans-serif;
	padding: 6px 10px;
	box-shadow: none !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#newsletter button.btn {
	float: right;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#newsletter .error, #form1 .empty {		
	height:0px;
	top: 35px;
	width: 100%;
	left: 4px;
	font-size: 10px;
	line-height: 13px;
	display: block;
	overflow: hidden;
	z-index: 999;
	color: #ff0000;
		-webkit-transition:  0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out; 
		position: absolute;
	}

#newsletter label.invalid .error {
	/*display: block;*/
	height:40px;

}

#newsletter .success {
	width: 220px;
	z-index: 999;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;	
	display: none;	
	top: 0px;
	border: 1px solid #d9d8d8;
	background: #fff;
	left: 0px;
	font-size: 12px;
 color: #a7a7a7;
	overflow: hidden;
	padding: 10px;
	-webkit-transition:  0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	position: absolute;
}

/****Map***/

.map {
	padding-top: 6px;
	color: #848383;
}

.map figure {


		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 margin-bottom: 42px;
}
.map figure iframe {
	width: 100%;
	height: 282px;
	max-width: 100%;
}

.map address {
	float: left;
	margin-right: 80px;
}

.map .text1 {
	line-height: 20px;
	margin-bottom: 2px;
}

address dd span {
	min-width: 100px;
	display: inline-block;
	text-align: left;
}




/************Footer***********/

footer {
	display: block;
	padding: 45px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.index_swiper{ width: 100%; position: relative;}
.index_swiper .swiper-pagination-bullets{
	bottom:-12px;
	text-align: center;
	width: 100%;
	
}
.index_swiper .swiper-pagination-bullets .swiper-pagination-bullet{
	width: 24px;
	margin: 0px 5px;
	display: inline-block;
		transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	height: 23px;
	background: url(../images/pagination.png) right 0 no-repeat;
	opacity:1
}

.index_swiper .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.index_swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-position: 0 0;
}




.layui-laypage .layui-laypage-count{ display: inline-block; padding: 0px 10px;}
.layui-laypage ul.pagination{ display: inline-block; vertical-align: middle;}
.layui-laypage ul.pagination li{ display: inline-block; vertical-align: middle; }
.layui-laypage ul.pagination li a,.layui-laypage ul.pagination li span{  padding: 5px 10px; border: #000000 1px solid;border-radius: 2px;}
.layui-laypage ul.pagination .disabled{ display: none;}
.layui-laypage ul.pagination .disabled span{ background: #e6e6e6;border: #000000 1px solid}
.layui-laypage ul.pagination .active span{  background: #000000; color: #ffffff}



.gcategory_list{ padding:0px 10px 10px;}
.gcategory_list a{ display: inline-block; padding: 5px 10px; border-radius: 5px;}
.gcategory_list a.current{ background: #E2827E; color: #fff;}

.about_us{ padding: 10px; line-height:1.8em; text-indent: 2em;}

.grid_category .cate_a{ display: inline-block; padding:2px 10px; border-radius: 3px;}
.grid_category .current{ background: #E2827E; color: #fff;}

.article_detail{ display: flex;}
.article_detail .article{ flex:1;}
.article_detail .article .dc {background: #fff;padding: 10px;border: #ccc 1px dashed; border-bottom: none}
.article_detail .article .article_desc {color: #666;background: url(../images/hor_separator.png) #fff center bottom no-repeat;padding:10px 10px 38px;margin: 0px; font-size: 12px;}
.article_detail .article .article_desc .quot{ font-size: 2em; color: #404040; display: inline-block; padding: 0px 0px 5px; margin:0px 5px;}

.article_detail .article .article_content {background: #fff;padding: 30px;border: #ccc 1px dashed; font-size: 14px; color: #666; line-height: 2em;}
.article_detail .article .article_content p{ text-indent: 2em;}

.article_detail .article_grid_category{ border-left: #B3AEAE 1px dashed; padding-left: 90px; margin: 20px 0px 0px 80px;}
.article_detail .article_grid_category h2{ padding-top: 18px;}

.main{ overflow-x: hidden;}
.main .head_tip{ height: 27px; background: #982659;}
.main .head_tip .ba{ height: 27px; width: 1170px; margin: 0px auto; height: 27px; position: relative;}
.main .head_tip .ba:after{ content: "\20"; height: 27px; position: absolute; left: 250px;top: 0px; background: #F2F0F0; width: 999999px;}
.main .container_12,
.main .container_12 .grid_12.header{width: 1170px; display: flex;}

.main .menu_block{ padding: 0px; background: #fff; flex: 1; }
.main .menu_block nav{ float: right;}

.main .sf-menu>li>a{ display:block; height: 100px; width: 100px; line-height: 100px; border-radius:0; color: #212958;}


.sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li:hover>a:hover{ background: #982659;color: #fff;}

.content.page2 .c_12{ width: 1170px; margin: 0px auto;}
.content.page2 .product_center_header{ background: #fff; padding-top: 50px;}
.content.page2 .product_center_header .zh_cn{ color: #212958; display: block; font-size: 30px; text-align: center; line-height: 140%;}
.content.page2 .product_center_header .en{ color: #333; display: block; font-size: 18px; text-align: center; line-height: 140%;}
.content.page2 .product_center_header .fgx{width: 570px; border-bottom:#E0E0E0 1px solid; position: relative; margin: 20px auto;}
.content.page2 .product_center_header .fgx:after{ width: 20px; height: 10px; background: #992658; content: '\20'; position: absolute; top: -5px; left: 50%; margin-left: -10px;}
.content.page2 .product_center_header .category_title{ text-align: center;}
.content.page2 .product_center_header .category_title a{ display: inline-block; text-align: center; border-bottom: #fff 3px solid; color: #212958; padding: 10px;}
.content.page2 .product_center_header .category_title a.current,
.content.page2 .product_center_header .category_title a:hover{border-bottom: #982659 3px solid;}


.goods_box_list{ display: block; width: 1210px; padding: 30px 0px; }
.goods_box_list:after{ display: block; clear: both; content: '\20'; overflow: hidden;}
.goods_box_list .goods_box{ float: left;width: 270px;margin-right: 30px; margin-bottom: 30px;}
.goods_box_list .goods_box .goods_box_span{ background: #992658; display: block; text-align: center; padding: 10px;}
.goods_box_list .goods_box .goods_box_span .col1 { display: block; height: 18px; font-size: 12px; color: #fff;}
.goods_box_list .goods_box .goods_box_span .price{ color: #fff;}
.goods_box_list .goods_box .goods_box_span .price_num { height: 12px; font-size: 12px; color: #f57eb2;}


.goods_box_list.style2 .goods_box{border:#eeeeee 1px solid;}
.goods_box_list.style2 .goods_box:hover{border:#992658 1px solid;}
.goods_box_list.style2 .goods_box .goods_box_span{background: #ffffff;padding:30px 10px;}
.goods_box_list.style2 .goods_box .goods_box_span .col1{color: #5A5A5A;}
.goods_box_list.style2 .goods_box .goods_box_span .price{color: #acacac;}
.goods_box_list.style2 .goods_box .goods_box_span .price_num{color: #992658; font-size: 18px; font-weight: bold;}




.content.page2 .product_center_header.article_body_header{ background: #F2F0F0}
.article_body_list{ background: #fff; padding: 100px 0px}
header.container_bg{ position: relative;}
header.container_bg .after{ position: absolute; z-index: 0; top: 0px; left: 50%; margin-left:575px; width: 100%; height:113px; background: #fff;}


.article_body_list{ display: flex}
.flex{ display: flex}
.article_body_list .xwt_hfnv{ width: 370px; }
.article_body_list .article_body{ flex: 1; }
.article_body_list .article_body .newsletter_message{ display: block; padding: 20px 0px;}
.article_body_list .article_body .newsletter_message input{ width: 100%; background: #EEEEEE; border: #cccccc 1px dashed; padding: 10px;}
.article_body_list .article_body .newsletter_message input:focus{ border: #3879D9 1px dashed;}
.article_body_list .article_body .newsletter_message p{ margin: 10px 0px }
.article_body_list .article_body .newsletter_message textarea{ width: 100%; background: #EEEEEE; border: #cccccc 1px dashed; padding: 10px; height: 150px;}
.article_body_list .article_body .newsletter_message textarea:focus{ border: #3879D9 1px dashed;}
.article_body_list .article_body .newsletter_message .btns .btn{ background: #212958; padding: 15px 100px;}

.article_details{ background: #fff;}
.article_details .article h2{display:block;font-family:Microsoft YaHei;font-size:16px;color:#212958;font-weight:bold;text-decoration:none; text-align: center;}
.article_details .article .dc{display:block;font-family:Microsoft YaHei;font-size:12px;font-weight:normal;text-decoration:none;border: #E5E5E5 1px solid;color: #868686; background: #F5F5F5; padding: 10px 10px 0;}
.article_details .article .dc .col2{color: #868686; text-indent: 2em;}
.article_details .article .article_content{ padding: 30px 0px;color:#404040; line-height: 26px;}

.goods_details{ display: flex; padding:50px 0px; }
.goods_details .img{ width: 300px;}
.goods_details .goods_des{ padding: 15px; flex: 1;}
.goods_details .goods_des .title{ border-bottom: #cccccc 1px solid; color: #404040; font-size: 18px; padding: 5px;}
.goods_details .goods_des .underline_price,
.goods_details .goods_des .goods_price{ color: #404040; padding: 10px;}
.goods_details .goods_des .underline_price span{ text-decoration: line-through; color: #666}
.goods_details .goods_des .goods_price span{ color: #f60; font-size: 24px; font-weight: bold;}


.index_news.article_body_list{ background: #fff; display: block; padding: 0px; margin: 0px;}
.index_news .news_bg{ background: url('/Public/upload/ad_code/0a/yt_pcba.jpg') no-repeat center center; height: 280px; position: relative;}
.index_news .news_bg .tel{left: 50%; color: #fff; top: 0;position: absolute;z-index: 123;width: 202px;height: 68px; background: #A23860 url('/Public/upload/ad_code/0a/dh1_6vbl.png') no-repeat 15px 28px; padding: 15px 15px 15px 80px; margin-left: 200px; opacity: 0.9}
.index_news .news_bg .tel p{ margin: 0px; line-height:32px;}

.btbj_gnc3{background: url('/Public/upload/ad_code/0a/btbj_gnc3.jpg') no-repeat center center; height: 240px;  width: 270px; line-height: 260px; color: #fff;  text-align: center;  font-size: 20px; }
.index_news .news_bg .btbj_gnc3{bottom: -120px; left: 50%; position: absolute; margin-left: -585px;}
.index_news .xwt_hfnv_flex{ padding-top: 120px;}


.content.page2 .c_12.gywm{ margin: 100px auto; display: flex; background: #ffffff}
.content.page2 .c_12.gywm .gl{ background: #1F1F1F;}
.content.page2 .c_12.gywm .gc{flex: 1; padding: 30px; color: #666; line-height: 32px;}