﻿@import url("system.css");
@charset "utf-8";
/*全局样式定义*/
body {margin: 0px;padding: 0px;font-size: 12px;color: #333;background-color: #f5f5f5;}
ul,li,ol {margin:0px;padding:0px;list-style-type: none;}
img,form {margin:0px;padding:0px;border:0px;}
h1,h2,h3,h4,h5,h6,h7{margin:0px;padding:0px;}
.left{float:left;}
.right{float:right;}
/*全站标题栏颜色设置*/
.heda-top-color{color:#fff; background-color:#C61B2B;}
.heda-title-color{color:#fff; background-color:#C61B2B;}
#heda-root-navbar li {color:#fff; background-color: #464646;}
#heda-root-navbar .selected,#ui-heda-root-navbar ul li a:hover{color:#fff; background-color: #C61B2B;}
/*顶部导航栏*/
#heda-top-navbar {
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index:9999;
}
.heda-top-navbar-leftbtn {
	height: 50px;
	width: 50px;
	display: block;
	float: left;
}
.heda-top-navbar-leftbtn img,.heda-top-navbar-rightbtn img{
	margin:9px 0px 0px 9px;
}
.heda-top-navbar-milbtn {
	margin:0 10%;
	height: 50px;
	width:80%;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	line-height: 50px;
	text-decoration: none;
	position:absolute;
    overflow:hidden;
}
.heda-top-navbar-rightbtn {
	float: right;
	height: 50px;
	width: 50px;
	display: block;
}
/*搜索栏*/
.heda-searchbar {
	background-color: #FFF;
	height: 45px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
}
.heda-searchbar-input {
	height: 38px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-radius: 6px;
	background-image: url(../images/searchgrey.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #efefef;
	font-size: 14px;
	text-indent: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*内容区外框样式*/
#heda-con-area {
	width: 100%;
	overflow:hidden;
}
.heda-con-area-margin {
	padding-top: 50px;
	padding-bottom: 65px;
}
.heda-con-txt-frame {
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.heda-con-txt-frame1 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:auto;
}
.heda-con-txt-frame1 div{font-size:16px; line-height:1.5em;}
.heda-con-txt-frame1 h1 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/*新闻样式1*/
.heda-news-list1 li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
.heda-news-list1 li a{
	text-decoration:none;
	color:#333;
	display:block;
	font-size:14px;
	overflow:hidden;
}
.heda-news-list1 li img {
	height: 75px;
	width: 100px;
	float: left;
	margin: 10px 10px 10px 5px;
}
.heda-news-list1 li h2 {
	margin-top: 5px;
	font-size:14px;
}
.heda-news-list1 li p {
	margin:5px 0 5px 0;
}
/*新闻列表样式2*/
.heda-news-list2 li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent:10px;
}
.heda-news-list2 li a{
	line-height:45px;
	text-decoration:none;
	color:#333;
	font-size:14px;
	display:block;
}
.heda-news-list2 li a:hover{
	color:red;
}
/*新闻列表样式3*/
.heda-news-list3 {
	text-align: center;
}
.heda-news-list3 li img {
	width: 98%;
}
.heda-news-list3 li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
.heda-op {
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin: 10px 20px 5px;
}
.heda-btn-style1 {
	color: #FFF;
	text-decoration: none;
	height: 32px;
	width: 49%;
	display: block;
	background-color: #00e567;
	line-height: 32px;
	border-radius: 6px;
}
.heda-btn-style2 {
	display: block;
	height: 32px;
	width: 49%;
	background-color: #00aef1;
	color: #FFF;
	text-decoration: none;
	line-height: 32px;
	border-radius: 6px;
}
/*新闻列表样式4*/
.heda-news-list4 {
	background-color: #FFF;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 8px;
	border: 1px solid #f0f0f0;
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
	overflow:hidden;
}
.heda-news-list4 a{
	text-decoration:none;
	color:#333;
	display:block;
}
.heda-news-list4 img{width:100%;}
.heda-news-list4-bt {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: 100%;
	text-indent: 10px;

}
.heda-news-list4-view {
	display: block;
	width: 100%;
	padding-top: 10px;
	color: #000;
	text-decoration: none;
	padding-bottom: 10px;
	text-indent: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	font-size:14px;
}
.heda-news-list4-con {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
}
/*列表页分页样式*/
#heda-page{text-align:center; clear:both; line-height:50px; font-size:16px;}
#heda-page .JZD_PAGE_PREVIOUS,#heda-page .JZD_PAGE_NEXT{padding:12px 28px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #EEE; }
#heda-page .disabled{color:#ccc;}
#heda-page a{ text-decoration:none; color:#333; }
#heda-page a:hover{color:red;}
/*生活服务类列表样式*/
.heda-slistarea {
	background-color: #FFF;
	width: 96%;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.heda-slistarea-down-left {
	font-size: 12px;
	line-height: 30px;
	height: 34px;
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
	font-weight: bold;
}
.heda-slistarea-down-right {
	font-size: 12px;
	line-height: 30px;
	height: 34px;
	width: 49%;
	display: block;
	float: right;
	text-align: center;
	font-weight: bold;
}
.heda-slistarea-down {
	height: 34px;
}
.heda-slistarea-up {
	padding: 10px;
	min-height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
.heda-slistarea-up img {
	height: 90px;
	width: 120px;
	float: left;
	margin-right: 10px;
}
.heda-slistarea-down img {
	height: 24px;
	width: 24px;
	margin-bottom: -7px;
}
.heda-slistarea-down a {
	color: #666;
	display: block;
	text-decoration:none;
}
.heda-news-bt {
	display: block;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
	width: 96%;
}
.heda-news-bt a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
}
.heda-news-fbt a {
	color: #999;
	text-decoration: none;
	display: block;
	width: 96%;
	padding-left: 10px;
	padding-bottom: 10px;
	
}
/*产品列表展示一*/
.heda-product1{ overflow:hidden; margin:1em 0;}
.heda-product1 ul li{width:50%; text-align:center; float:left;}
.heda-product1 ul li img{width:95%;margin:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.heda-product1 ul li span{display: block; margin:6px 0px;}
.heda-product1 ul li a{color:#000; text-decoration:none; font-size:14px; font-weight:normal;}
/*留言反馈样式*/
.heda-fk-feedback-magrin{padding:0 10px;}
.heda-fk-feedback {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 32px;
	color: #0089B1;
	height: 32px;
	width: 100%;
	background-image: url(../images/icon-feedback.png);
	background-repeat: no-repeat;
	text-indent: 40px;
	display: block;
	margin-top: 20px;
}
.heda-fk-inputk {
	background-image: url(../images/icon-feedback2.png);
	width: 100%;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
.heda-fk-inputk1 {
	background-image: url(../images/icon-feedback1.png);
	background-repeat: no-repeat;
	width: 100%;
}
.heda-fk-input2 {
	background-color: #FFFFFF;
	margin-left: 40px;
	padding: 2%;
	border-radius: 6px;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 1px 1px 0px #ccc;
	text-align: center;
}
.heda-fk-input3 {
	background-color: #FFFFFF;
	margin-left: 40px;
	padding: 2%;
	border-radius: 6px;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 1px 1px 0px #ccc;
	margin-bottom: 5px;
	color: #2f2f2f;
	font-size: 14px;
}
.heda-fk-input4 {
	background-color: #FFFFFF;
	margin-left: 40px;
	padding: 2%;
	border-radius: 6px;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 1px 1px 0px #ccc;
	margin-bottom: 5px;
	color: #666666;
	font-size: 12px;
}
.channelform input, .channelform textarea, .input1 {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	width: 96%;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #CCC;
	padding: 4px;
}
.heda-fk-name {
	width: 540px;
	margin-left: 40px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #005F8A;
	font-size: 14px;
	font-family: "宋体";
}
.heda-fk-time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.channelform {
	margin: 0px;
	padding: 0px;
}
.channelform .submit, .share-submitbtn {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #C61B2B;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	text-shadow: 0.5px 0.5px 1px #fff;
	text-align: center;
	border-radius: 3px;
	width: 97%;
	cursor: pointer;
	font-family: "微软雅黑";
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
/*分享按钮样式*/
.heda-share-frame {
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #f0f0f0;
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #333;
	border-radius: 6px;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.heda-share-til {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.heda-share-btn-frame {
	width: 100%;
	height: 32px;
}
.heda-btn-left {
	float: left;
	height: 32px;
	width: 49%;
}
.heda-btn-right {
	float: right;
	height: 32px;
	width: 48%;
}
.heda-share-setfriend {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	height: 32px;
	width: 100%;
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
	color: #FFF;
	line-height: 32px;
	border-radius: 4px;
	border: 1px solid #c5c8cf;
}
.heda-share-setfriend a {
	color: #333;
	text-decoration: none;
	display: block;
}
#heda-con-area .heda-share-frame .heda-share-til .heda-share-btn-frame .heda-share-setfriend a img {
	height: 24px;
	width: 24px;
	margin-bottom: -7px;
}
#heda-root-navbar {
	height: 60px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	font-size: 12px;
	color: #FFF;
	font-family: "微软雅黑";
	clear: both;
}
#heda-root-navbar ul li {
	float: left;
	height: 60px;
	width: 20%;
	text-align: center;
}
#heda-root-navbar ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 60px;
}
#heda-root-navbar ul li a img {
	margin-top: 6px;
}
/*首页幻灯片默认风格，宽高比例为为2：1，采用第三方插件：TouchSlide.1.1，可以根据需要，修改展示样式*/
#heda-home-hdp {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 180px;
	margin: 0 auto;
}
#heda-home-hdp .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}
#heda-home-hdp .hd ul {
	display: inline-block;
	height: 10px;
	padding: 3px 5px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 0;
	vertical-align: top;
}
#heda-home-hdp .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #8C8C8C;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}
#heda-home-hdp .hd ul .on {
	background: #FE6C9C;
}
#heda-home-hdp .bd {
	position: relative;
	z-index: 0;
}
#heda-home-hdp .bd li {
	position: relative;
	text-align: center;
}
#heda-home-hdp .bd li img {
	background: url(../images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
}
#heda-home-hdp .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*幻灯片结束*/
/*九宫格导航菜单（每行显示三列菜单），最多支持九个菜单，注意调用指定菜单数量*/
#heda-home-9gongge ul{overflow: hidden;margin:4px 0px 0px 0px;}
#heda-home-9gongge li{width:32%;padding:10px 0px 20px 0px;margin:0.5% 0px; float:left; line-height:0.8em; text-align:center;}
#heda-home-9gongge li img{width:45%;margin-bottom:10px;}
#heda-home-9gongge li:nth-child(9n+1){display:block;background-color:#6eb7a2;margin-left:1%;margin-right:1%;}
#heda-home-9gongge li:nth-child(9n+2){display:block;background-color:#607498;margin-right:1%;}
#heda-home-9gongge li:nth-child(9n+3){display:block;background-color:#eb953e;margin-right:1%;}
#heda-home-9gongge li:nth-child(9n+4){display:block;background-color:#6ebd47;margin-left:1%;margin-right:1%;}
#heda-home-9gongge li:nth-child(9n+5){display:block;background-color:#bb7d8b;margin-right:1%;}
#heda-home-9gongge li:nth-child(9n+6){display:block;background-color:#777f88;margin-right:1%;}
#heda-home-9gongge li:nth-child(9n+7){display:block;background-color:#495556;margin-left:1%;margin-right:1%;}
#heda-home-9gongge li:nth-child(9n+8){display:block;background-color:#6ebc88;margin-right:1%;}
#heda-home-9gongge li:nth-child(9n+9){display:block;background-color:#6eb7a2;margin-right:1%;}
#heda-home-9gongge li a{color: #fff;font-weight: normal;display: block;text-decoration: none;text-shadow: 0 0 0 #f3f3f3;}
#heda-home-9gongge li a:hover,.heda-home-9gongge a:visited{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
/*间隔色九宫格*/
#heda-home-nav li a {
	display: block;
	float: left;
	width: 33.3%;
	background-image: -webkit-gradient(linear, right bottom, left top, from(#282828), to(#272727), color-stop(47%, #676767));
	background-image: -webkit-linear-gradient(bottom right, #282828, #272727 47%, #676767);
	background-image: linear-gradient(to top left, #282828, #272727 47%, #676767);/*黑色渐变的3个颜色，可以自由更换*/
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "宋体";
}
#heda-home-nav li:nth-child(2n) a {
	background-image: -webkit-gradient(linear, right bottom, left top, from(#B48D04), to(#A68C2C), color-stop(47%, #CEBB63));
	background-image: -webkit-linear-gradient(bottom right, #B48D04, #A68C2C 47%, #CEBB63);
	background-image: linear-gradient(to top left, #B48D04, #A68C2C 47%, #CEBB63);/*蓝色渐变的3个颜色，可以自由更换*/
	color: #fff;/*文字的颜色，可以自由更换*/
}
#heda-home-nav ul li a img {
	margin-bottom: 10px;
	height: 35%;
	width: 35%;
}
/*六宫格导航菜单(每行显示两列菜单)，最多支持八个菜单，注意调用时指定菜单数量*/
#heda-home-6gongge ul{overflow: hidden;margin:4px 1%;}
#heda-home-6gongge li{width:49.5%;padding:10px 0px 20px 0px;margin:2px 0; line-height:0.8em; text-align:center;}
#heda-home-6gongge li img{width:40%; margin-bottom:10px;}
#heda-home-6gongge li:nth-child(8n+1){display:block;background-color:#6eb7a2;float:left;}
#heda-home-6gongge li:nth-child(8n+2){display:block;background-color:#607498;float:right;}
#heda-home-6gongge li:nth-child(8n+3){display:block;background-color:#eb953e;float:left;}
#heda-home-6gongge li:nth-child(8n+4){display:block;background-color:#6ebd47;float:right;}
#heda-home-6gongge li:nth-child(8n+5){display:block;background-color:#bb7d8b;float:left;}
#heda-home-6gongge li:nth-child(8n+6){display:block;background-color:#777f88;float:right;}
#heda-home-6gongge li:nth-child(8n+7){display:block;background-color:#495556;float:left;}
#heda-home-6gongge li:nth-child(8n+8){display:block;background-color:#6ebc88;float:right;}
#heda-home-6gongge li a{color: #fff;font-weight: normal;display: block;text-decoration: none;text-shadow: 0 0 0 #f3f3f3;}
#heda-home-6gongge li a:hover,.heda-home-6gongge a:visited{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
.heda-block-navbar {
	position: fixed;
	border-radius: 6px;
	background-color: #2f2f2f;
	padding: 1%;
	border: 1px solid #282828;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	z-index: 9999;
}
.heda-block-navbar-close {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	text-align: right;
}
.heda-block-navbar-close img {
	margin-bottom: -7px;
}
.heda-block-navbar-close a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.heda-block-navbar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0.5%;
	margin-bottom: 10px;
	margin-left: 1%;
	overflow: hidden;
}
.heda-block-navbar ul li {
	width: 49%;
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-family: "宋体";
	font-size: 12px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #494949;
	border-left-color: #494949;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
.heda-block-navbar ul li a {
	background-color: #3a3a3a;
	width: 100%;
	display: block;
	color: #CCC;
	text-decoration: none;
	height: 40px;
}
/*推荐阅读*/
.heda-tjread {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.heda-news-list-til {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	text-indent: 10px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
}
.heda-tjread ul li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.heda-tjread ul li a {
	font-size: 14px;
	color: #333;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
	display: block;
	line-height:40px;
	text-indent:10px;
}
.heda-tjread ul li a:hover {
	color: red;
}
/*全站通用导航菜单*/
.heda-menu{position:fixed;left:-180px; top:0%; height:100%; width:160px; background-color:#fff;box-shadow: 0px 0px 15px #efefef; z-index:99999; overflow:hidden;font-size:14px;}
.heda-menu ul ul{display:none;}
.heda-menu li{ text-align:center;margin-bottom:5px; padding:0px 8px;}
.heda-menu .heda-menu-title{height:35px; margin-bottom:5px; line-height:35px;}
.heda-menu .heda-menu-title span{float:right;margin-top:3px;}
.heda-menu li a{display:block; line-height:26px; padding:2px 5px; background: -webkit-linear-gradient(#efefef, #f0f0f0); background: -o-linear-gradient(#efefef, #f0f0f0); background: -moz-linear-gradient(#efefef, #f0f0f0); background: linear-gradient(#efefef, #f0f0f0); border:1px double #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; color:#000; text-decoration:none;}
.heda-menu li .select,.heda-menu li a:hover{background: -webkit-linear-gradient(#999, #666); background: -o-linear-gradient(#999, #666); background: -moz-linear-gradient(#999, #666); background: linear-gradient(#999, #666); color:#fff; font-weight:normal; }
/*全站通用栏目导航*/
.heda-class{ overflow:hidden; margin-top:5px;}
.heda-class li{width:23%; float:left; text-align:center; height:30px; line-height:30px; padding:1px 1%;margin:0px 0px 2px 0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.heda-class li a{width: 99%; color:#000; border:1px solid #ccc; font-size: 16px;font-weight: normal;text-decoration: none;display: block;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;text-shadow: none; background: -webkit-linear-gradient(#ffffff, #cccccc); background: -o-linear-gradient(#ffffff, #cccccc); background: -moz-linear-gradient(#ffffff, #cccccc); background: linear-gradient(#ffffff, #cccccc); }
.heda-class li a:hover,.heda-class li .select{background: -webkit-linear-gradient(#ccc, #f0f0f0); background: -o-linear-gradient(#ccc, #f0f0f0); background: -moz-linear-gradient(#ccc, #f0f0f0); background: linear-gradient(#ccc, #f0f0f0);}
/*自定义样式*/
/*九宫格导航菜单（每行显示三列菜单），最多支持九个菜单，注意调用指定菜单数量*/
#zfy-ui-9gongge{text-align:center;}
#zfy-ui-9gongge ul{overflow: hidden;margin:4px 0px 0px 0px;}
#zfy-ui-9gongge li{width:33%;height:118px;float:left; line-height:0.8em; text-align:center;}
#zfy-ui-9gongge li img{width:45%; margin-top:15%;}
#zfy-ui-9gongge li a{color: #fff;font-weight: normal;display: block;text-decoration: none;text-shadow: 0 0 0 #f3f3f3;}
#zfy-ui-9gongge li a:hover,.zfy-ui-9gongge a:visited{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
#zfy-ui-9gongge li:nth-child(1),#zfy-ui-9gongge li:nth-child(3),#zfy-ui-9gongge li:nth-child(7),#zfy-ui-9gongge li:nth-child(9){background:#C61B2B;}
#zfy-ui-9gongge li:nth-child(2),#zfy-ui-9gongge li:nth-child(4),#zfy-ui-9gongge li:nth-child(6),#zfy-ui-9gongge li:nth-child(8){background:#FFFFFF;}
#zfy-ui-9gongge li:nth-child(2) a,#zfy-ui-9gongge li:nth-child(4) a,#zfy-ui-9gongge li:nth-child(6) a,#zfy-ui-9gongge li:nth-child(8) a{color:#C61B2B;}
#zfy-ui-9gongge li:nth-child(5){background:#3A3939;}
#zfy-ui-9gongge li:nth-child(1),#zfy-ui-9gongge li:nth-child(4),#zfy-ui-9gongge li:nth-child(7){margin-left:0.5%;}
#zfy-ui-9gongge li img{width:45%; margin-top:15%; margin-bottom:6%;}
/*各分辨率手机屏幕自适应，可以根据实际需要，增加适应屏幕*/
@media all and (min-width:320px) {
	/*Banner幻灯片高度自适应*/
	#heda-home-hdp {
		height: 160px;
	}
	#zfy-ui-9gongge li{height:88px;}
}
@media all and (min-width:360px) {
	/*Banner幻灯片高度自适应*/
	#heda-home-hdp {
		height: 180px;
	}
	#zfy-ui-9gongge li{height:118px;}
}
@media all and (min-width:480px) {
	/*Banner幻灯片高度自适应*/
	#heda-home-hdp {
		height: 240px;
	}
	#zfy-ui-9gongge li{height:133px;}
}
@media all and (min-width:540px) {
	/*Banner幻灯片高度自适应*/
	#heda-home-hdp {
		height: 270px;
	}
	#zfy-ui-9gongge li{height:158px;}
}
@media all and (min-width:640px) {
	/*Banner幻灯片高度自适应*/
	#heda-home-hdp {
		height: 320px;
	}
	#zfy-ui-9gongge li{height:178px;}
}
@media all and (min-width:720px) {
	/*Banner幻灯片高度自适应*/
	#heda-home-hdp {
		height: 360px;
	}
	#zfy-ui-9gongge li{height:198px;}
}
@media all and (min-width:800px) {
	body{width:800px; margin:0 auto;}
	/*头部和底部*/
	#heda-top-navbar,#heda-root-navbar{width:800px;}
	/*Banner幻灯片高度自适应*/
	#heda-home-hdp {
		height: 400px;
	}
	#zfy-ui-9gongge li{height:208px;}
}

.banner { width:100%; margin:0 auto; padding:0;}
#wrapper { margin:0; width:100%; height:auto; float:left; position:relative; z-index:1; overflow:hidden;}
#scroller { height:auto; float:left; padding:0;}
#scroller ul { list-style:none; display:block; float:left; width:100%; height:auto; padding:0; margin:0; text-align:left;}
#scroller li { display:block; float:left; width:auto; height:auto; text-align:center; font-size:0px; padding:0; position:relative; }
#scroller li a{ display:block; padding:0; margin:0;}
#scroller li p{ position:absolute; z-index:2; display:block; width:100%; bottom:0; background-color:rgba(0, 0, 0, 0.5);	color:#F4F4F4; font-size:14px; text-indent: 55px; line-height:30px; text-align: left; text-indent: 10px; text-overflow: ellipsis; white-space: nowrap; padding:0; margin:0;}
#nav { float: left; margin-top: -24px; padding: 0; position: relative; width: 100%; z-index: 3;}
#prev, #next { float:left; font-weight:bold; font-size:14px; padding:5px 0;	width:80px;	display: none;}
#next {	float:right; text-align:right;}
#indicator > li { display:inline-block; list-style:none; padding:0; margin:0;}
#indicator { display: block; margin: 0; padding: 0;  position:absolute;width:100%; text-align:center;}
#indicator > li { text-indent:-9999em; width:8px; height:8px; -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; border-radius:4px; background:#9a9a9a; overflow:hidden; margin-right:4px;}
#indicator > li.active { background:#e68c1e;}
#indicator > li:last-child { margin:0 8px 0 0;}
.clr { display:block; clear:both; height:0; overflow:hidden;}