﻿@charset "utf-8";
/* CSS Document*/
.ui-mobile-viewport {
	-webkit-tap-highlight-color:rgba(90,90,90,0.2);
}
body,div,dl,dt,dd,ul,li,form,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}
html {
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
ul,li,dl,dt,dd {
	display:block;
	list-style:none;
}
fieldset,img {
	border:0;
}
:focus{
	outline: -webkit-focus-ring-color auto 0px;
}
img {
	border:0;
	max-width:100%;
	display:block;
}
.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
/*万能清楚浮动CSS样式*/
.clearfloat:after {
	content:".";
	height:0px;
	visibility:hidden;
	display:block;
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
h4 {
	display:inline;
}
a {
	text-decoration:none;
	outline:none;
	color:#000;
}
a:hover{
	text-decoration: none;
}
/*字体*/
.text_30{
	font-size: 30px;
}
.text_36{
	font-size: 36px;
}
.text_28{
	font-size:28px;
}
.text_24{
	font-size:24px;
}
.text_22{
	font-size: 22px;
}
.text_20{
	font-size: 20px;
}
.text_18{
	font-size: 18px;
}
.text_16{
	font-size: 16px;
}
.text_14{
	font-size: 14px;
}
.text_12{
	font-size: 12px;
}
.text_10{
	font-size: 10px;
}
#page1 {
	background:#ccc;
	overflow:auto;
}
.center{
	width: 100%;
}

.wrap{
	width: 95%;
	height: auto;
	margin: 0 auto;
}
.bg {
	width:100%;
	max-width:640px;
	background:url(../images/shadow.png) repeat-y;
	background-size: 100% auto;
	margin: 0 auto
}
.index_img{
	width: 100%;
	height: 0px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	position: relative;
	box-sizing: border-box;
}
.index_img img{
	width:100%;
	height: 100%;
	position: absolute;
	opacity: 0;
}

#contt {
	width:100%;
	max-width:640px;
	min-height:480px;
	overflow:auto;
	position: relative;
	z-index:1;
	/*padding-bottom: 80px;*/
	background:white;
	background-size:100% auto;
	margin:0px auto;
	padding:0px;
}
.header {
	max-width: 640px;
	margin: 0px auto;
	overflow: auto;
	background: white;
	position: relative;
}
.searchbtn {
	width:7.1875%;
	position: absolute;
	margin-top: 4.96875%;
	right: 21.875%
}
#search-form {
	width:80%;
	height:35px;
	border-radius:5px;
	min-width:200px;
	background:#FFF;
	border:1px solid #991e23;
	position:absolute;
	left:10%;
	z-index:99999;
	display:none
}
#search-form #keywords {
	border:none;
	height:33px;
	width:75%;
	border-right:1px solid #991e23;
	margin-left:10px
}
#search-form #post-search {
	width:20%;
	border:none;
	background:white;
	color: #991e23;
}
.copy {
	background: #f35027;
}
.copy p {
	width: 88.125%;
	margin: 0 auto;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: white;
	text-align: center;
	line-height: 270%;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.logo_box{
	padding: 2% 0;
}
.logo {
	width:100%
}

.warp_nav {
	position: absolute;
	width:12.875%;
	right: 7.90625%;
	margin-top: 3.96875%
}
.wap_main_nav {
	background: #fff;
	border-top: 1px solid #ddd;
}
.navbar-navs {
	padding-top: 15px;
}
.navbar-navs>li>.m2 {
	background-color: #ff0000;
}
.navbar-navs > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #000;
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
}
.dropdowns {
	display: none;
}
.dropdowns1 {
	display: none;
}
.dropdowns1 .carets {
	margin-left: 15px;
}
.dropdowns li {
	padding-left: 50px;
}
.dropdowns li a {
	color: #000;
	line-height: 24px;
}
.carets {
	color:#991e23;
}
.carets{
	border-top: 6px dashed;
	border-right: 6px solid transparent;
	border-left:6px solid transparent;
}

/*导航2*/
.list_nav {
	width: 100%;
	border-top: 1px solid #eeeeee !important;
}
.list_nav ul li {
	float: left;
	width: 25%;
	height:50px;
	line-height: 50px;
	text-align: center;
}
.list_nav ul li a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.5rem;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
}

/*滚动图*/
.big-pic {
	width:100%;
	margin:0 auto;
}
.big-pic-in {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.pic-list {
	position:relative;
	height:auto;
	-webkit-transform:translate3d(0,0,0);
	z-index:0;
}
.big-pic img {
	float:left;
	height:auto;
	width:100%;
	display:block;
}
.slide-dot {
	width:95%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	height:26px;
	text-align:right;
	padding:0 5% 0 0;
}
.slide-dot span {
	display:inline-block;
	width:11px;
	height:11px;
	border-radius:11px;
	vertical-align:top;
	z-index:10;
	background:#fff;
	margin:8px 5px 0 5px;
}
.slide-dot .slide-dot-cur {
	z-index:10;
	vertical-align:top;
	background:#2386d6;
}
.transition {
	-moz-transition:-moz-transform 0.3s ease-out;
	-webkit-transition:-webkit-transform 0.3s ease-out;
	-o-transition:-o-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}

/*食品展示*/
.index_food{
	width: 100%;
	height: auto;
	padding: 30px 0;
}

.food_type{
	width: 100%;
}
.food_type ul{
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.cat{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.food_type ul .on .cat{
	background-color: #991e23;
	color:#fff;
	border-radius: 5px;
}
.food_type ul li{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color:#991e23;
}
.ScroolBox{
	position:relative;
	overflow: hidden;
	padding: 20px 0;
}

.ScroolBox li{
	width:50%;
	padding: 0 10px;
	float:left;

}
.ScroolBox li a{
	display: block;
	position: relative;
}
.image{
	width: 100%;
	height: 0px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	position: relative;
	box-sizing: border-box;
}
.image img{
	width:100%;
	height: 100%;
	position: absolute;
	opacity: 0;
}
.img1{
	padding-bottom: 72.4%;
}
.food_title{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.food_text{
	color:#7c7b7b;
	line-height: 22px;
}

/*关于我们*/
.index_about{
	padding: 30px 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.index_title{
	width: 100%;
	text-align: center;
	color:#e6c169;
	font-family: "华文新魏";
}
.index_title .p{
	border-radius: 20px;
	padding: 0px 0px;
	background: #991e23;
}
.index_title .p1{
	letter-spacing: 2px;
}
.about_text{
	color:#fff;
	line-height: 24px;
	text-indent: 28px;
	margin: 15px auto;
}
.ico_box{
	width: 100%;
	margin: 0px auto;
}
.ico_list{
	padding: 0;
	text-align: center;
}
.ico_list a:hover .ico_i i{
	color:#fff;
}
.ico_i i{
	color:#991e23;
	font-size: 36px !important;
}
.ico_t{
	color:#fff;
	height: 40px;
	line-height: 40px;
}

/*案例*/
.index_anli{
	width: 100%;
	background: #fff;
	padding: 40px 0;
}
.anli{
	width: 100%;
	padding: 0;
}
.new{
	width: 100%;
	padding-right: 0;
	padding-left: 0px;
	margin-top: 40px;
}
.anli_t{
	text-align: left;
}
.anli_box{
	position:relative;
	overflow: hidden;
	padding: 20px 0;
}
.anli_box li{
	width:50%;
	padding: 0 10px;
	float:left;

}
.anli_box li a{
	display: block;
	position: relative;
}

.img3{
	padding-bottom: 75%;
}
.new_box{
	margin-top: 15px;
}
.new_list{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 14px;
	color:#991e23;
	border-bottom: 1px dashed #999;
}
.new_lists{
	border: none;
}
.new_list span{
	width: 20px;
	height: 20px;
	background: #991e23;
	color:#e6c169;
	font-size: 14px;
	padding: 4px 7px;
	margin-right: 10px;
}
/*特色展示*/
.index_jia{
	width: 100%;
	background: #991e23;
	padding: 30px 0;
}
.jia_title{
	width: 100%;
	height: 50px;
	text-align: center;
}
.jia_title .index_title{
	text-align: center;
}
.jia_list{
	text-align: center;
}
.jia_num{
	color:#fff;
	font-size: 14px;
	padding: 15px 0;
}
.jia_num span{
	font-size:28px;
	color:#e6c169;
	font-family: "hyk2gj";
}
.jia_img{
	padding-bottom: 64.3%;
}







.copy {
	background:#1b1b1b;
}
.copy p {
	width: 95%;
	margin: 0 auto;
	background:#1b1b1b;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: white;
	text-align: center;
	line-height: 270%;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden
}
/*form*/
#form-guide {
	margin-top:10px
}
#form-guide h4 {
	text-align:center
}
/*网页底部*/
.copyright {
	border-top: 1px solid #eee;
	color:#000;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0px;
	width: 100%;
	position:relative;
	z-index: 6;
}
.copyright a {
	color: #000;
}
#wrap-a {
	background:#1b1b1b;
	background-size: 100% auto;
	border: none;
	z-index:9999;
	max-width:640px;
	width:100%;
	margin:0px auto;
}
.nav_map {
	width: 88.125%;
	margin:0px auto;
	overflow:auto;
	background: #1b1b1b;
	padding-bottom: 1%
}
.nav_map li {
	float:left;
	width:25%;
	background: #1b1b1b
}

/*子页面*/
#content {
	min-height: 250px;
}
.conttent_di {
	width:95%;
	margin:0 auto;
	/*color:#fff;*/
	overflow:auto;
}
.conttent_nav {
	line-height:25px;
	margin:5% auto;
	border-bottom:#eee 1px solid;
	color:#666;
}
.conttent_nav a {
	color:#333
}
.title_p1 {
	font-weight:bold;
}
.conttent_di .show_title{
	font-size: 1.8rem;
	text-align: center;
	line-height: 30px;
	color: #000;
}
.page{
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px dashed #eee;
}
.page ul li{
	font-size: 15px;
	color: #999;
	line-height: 30px;
}


.conttent_di .info{height:27px;line-height:28px;text-align:right;margin:15px auto;color:#666;}
.conttent_di .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.conttent_di .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.conttent_di .info .small{font-size:10px;padding-right:3px;}
.conttent_di .info .big{color:#003ba6;padding-left:3px;}

#textarea img{
	width: 100%;
	height: auto !important;
}
.list_boxs{
	padding: 5px;
}
.pc_title{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
}
/*内页新闻中心*/
.news_list{
	padding: 15px 5px;
}
.news_l{
	width: 25%;
	float: left;
	padding-right: 5px;
}
.news_r{
	width: 75%;
	float: left;
}
.new_img{
	padding-bottom: 62.2%;
}
/*产品列表*/
.product_imgshow {
	width:70%;
	border:#fff 2px solid;
	margin:0px auto;
}
.showpic {
	width: 33.33%;
	text-align: center;
	float: left;
	font-size: 14px;
	margin-top:1%;
}
.showpic img {
	width: 75%;
	margin:0 auto;
}

.showpic .title {
	margin:0px auto;
	width:85%;
	font-size: 12px;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	/*For Opera*/
	-ms-text-overflow: ellipsis;
	/*For IE8*/

}
.showpic a:link {
	color: #000;
}
.showpic a:visited {
	color: #000;
}

#contt {
	padding-bottom:93px;
}
@media all and (min-width:640px) {
	#contt {
		width:640px;
		margin:0 auto;
	}
}
@media all and (max-width:540px) {
	.nav_min_p {
		font-size:20px;
	}
	.navgation {
		font-size: 16px;
	}
	#contt {
		padding-bottom:85px;
	}
}
@media all and (max-width:480px) {
	.nav_min_p {
		font-size:18px;
	}
	.navgation {
		font-size: 14px;
	}
	#contt {
		padding-bottom:76px;
	}
}
@media all and (max-width:430px) {
	.nav_min_p {
		font-size:18px;
	}
	.navgation {
		font-size: 14px;
	}
	#contt {
		padding-bottom:65px;
	}
	.ct_nav {
		font-size: 14px
	}
}
@media all and (max-width:420px) {
	.nav_min_p {
		font-size:18px;
	}
	.navgation {
		font-size: 14px;
	}
	#contt {
		padding-bottom:65px;
	}
	.ct_nav {
		font-size: 14px
	}
}
@media all and (max-width:414px) {
	.nav_min_p {
		font-size:16px;
	}
	.navgation {
		font-size: 14px;
	}
	#contt {
		padding-bottom:65px;
	}
	.cf_catname {
		font-size: 14px
	}
	.cf_catdir {
		font-size: 12px
	}
	.a_content {
		font-size: 12px;
		line-height: 150%
	}
	.ct_nav {
		font-size: 14px
	}
}
@media all and (max-width:375px) {
	.nav_min_p {
		font-size:16px;
	}
	.navgation {
		font-size: 14px;
	}
	#contt {
		padding-bottom:59px;
	}
	.cf_catname {
		font-size: 14px
	}
	.cf_catdir {
		font-size: 12px
	}
	.a_content {
		font-size: 12px;
		line-height: 150%
	}
	.ct_nav {
		font-size: 14px
	}
}
@media all and (max-width:360px) {
	.nav_min_p {
		font-size:14px;
	}
	.navgation {
		font-size: 12px;
	}
	#contt {
		padding-bottom:52px;
	}
	.ct_nav {
		font-size: 12px
	}
	.about .clearfloat .cf_catname {
		font-size: 14px
	}
	.about .clearfloat .cf_catdir {
		font-size: 12px
	}
	.a_content {
		font-size: 12px;
		line-height: 150%
	}
	.ir_bottom {
		height: 40px;
		overflow: hidden
	}
	.copy p {
		font-size: 12px;
		text-overflow:ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
/*pw add page 2013/7/4*/
#pages .a1 {
	color: #000;
	display:inline-block;
	border:1px solid #454545;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px
}
/*	右侧弹出样式*/
#menu {
	height:100%;
	background:#00acec;
	width:150px;
	text-shadow:none;
}
#menu a {
	color:#fff;
}
#menu ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	height:35px;
	line-height:35px;
}
.ui-panel-content-wrap {
	background:none;
}
