*{padding:0;margin:0;}
body, h1, h2, h3, h4, h5, h6, p,
    blockquote,   /* structural elements 结构元素 */
    dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
    pre, /* text formatting elements 文本格式元素 */
    form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
    th, td, /* table elements 表格元素 */
    img/* img elements 图片元素 */{
	border:medium none;
	margin: 0;
	padding: 0;
	list-style-type: none;
    }
    /** 设置默认字体 **/
    body,button, input, select, textarea {
    font: 12px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
	 }
    h1, h2, h3, h4, h5, h6 { font-size: 100%; }
    em{font-style:normal;}
    /** 重置列表元素 **/
    ul, ol,{ list-style: none; }
    /** 重置超链接元素 **/
    a { text-decoration: none; color:#000000; }
    a:hover { text-decoration: none;  color:#000000; }
    /** 重置图片元素 **/
    img{ border:0px;}
    /** 重置表格元素 **/
    table { border-collapse: collapse; border-spacing: 0; clear: }
	.clr{ clear:both; height:0;}
	
hr{
	border-top:1px solid #86BCD4;
	margin:0px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color:#006ebb;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/*====================公共样式部分==========================*/
body{
	margin:0 auto;
	position:relative;
	font-family: "宋体","黑体","幼圆";
}
input, img {
   vertical-align: middle;
}
body,html
{
	margin:0 auto;
}

img {
	border:none;
	vertical-align:top;
}

* {
	margin:0;
	padding:0;
	text-shadow:none;
}

.equinav .navbar-brand {
	display: none;
}
.equinav .navbar-collapse {
	padding: 0 !important;
}

.equinav-collapse .navbar-header {
	float: none;
}
.equinav-collapse .navbar-brand,
.equinav-collapse .navbar-toggle {
	display: block !important;
}
.equina-collapse .navbar-collapse {
	border-top: 1px solid #e7e7e7 !important;
}
.equinav-collapse .navbar-collapse.collapse {
	display: none !important;
}
.equinav-collapse .navbar-nav {
	float: none !important;
	margin: 0 !important;
}
.equinav-collapse .navbar-nav > li {
	width: auto !important;
	float: none !important;
}
.equinav-collapse .navbar-nav > li > a {
	text-align: left !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.equinav-collapse .navbar-collapse,
.equinav-collapse .navbar-collapse.collapse.in {
	border-top: 1px solid #e7e7e7 !important;
	display: block !important;
}
.equinav-collapse .collapsing {
	overflow: hidden !important;
}
.equinav-collapse .dropdown-toggle {
	background-color: #e7e7e7 !important;
}
.equinav-collapse .dropdown-toggle > .caret {
	display: inline-block !important;
}
.equinav-collapse .dropdown-menu {
	background: none !important;
	float: none !important;
	border: 0 !important;
	box-shadow: none !important;
	position: relative !important;
}
.equinav-collapse .navbar-nav .open .dropdown-menu {
	display: block !important;
}
.equinav-collapse .navbar-nav .open .dropdown-menu > li > a,
.equinav-collapse .navbar-nav .open .dropdown-menu .dropdown-header {
	color: #777 !important;
	padding: 5px 15px 5px 25px !important;
}
.headerdiv{
	float: none !important;
	margin: 0 !important;
	width:100%;
	padding-right:15px;
	height:30px;
	background-color:#333;
	color:#FFF;
	text-align:right;
}
.topdiv{
	float: none !important;
	margin: 0 !important;
	margin:0 auto;
	width:100%;
	height:auto;
	text-align:center;
}
.topdiv img{
	max-width:100%;
}

#picSlide{position:relative;max-width:100%;overflow:hidden;margin:0 auto;}
#picSlide li{float:left;list-style:none;}
#picSlide li img{width:100%;}
#picSlide .tab{position:absolute;bottom:0.3em;left:0;width:100%;text-align:center;}
#picSlide .tab em{width:0.8em;height:0.8em;display:inline-block;border-radius:0.8em;-webkit-border-radius:0.8em;background:rgba(9, 13, 19,0.5);text-indent:-9999px;}
#picSlide .tab em.active{background:rgba(11, 119, 62,1);cursor:default;box-shadow:-1px 1px 2px #51b780 inset; -webkit-box-shadow:-1px 1px 2px #51b780 inset;border-bottom:1px solid #0d3f20;border-left:1px solid #086534;}

.index_prodclass{
	float:left;
	width:99%;
	border:1px solid #f1f1f1;
	padding:9px;
	margin-bottom:10px;
	height:auto;
	cursor:pointer;
}
.index_prodclass_img{
	float:left;
	width:40%;
}
.index_prodclass_wz{
	float:left;
	width:60%;
}
.index_prodclass_wz a{
	color:#000000;
}
.index_prodclass_img img{
	width:98%;
}

.row h2{
	color:#006ebb;
	font-size:16px;
	background-color:#fff;
	font-weight:bold;
	line-height:35px;
	border-bottom:1px solid #006ebb;
}


.page_title{
	width:100%;
	height:81px;
	padding-top:30px;
	background:url(../images/top_bg.png);
}
.page_title_c{
	margin:0 auto;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:5px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#006ebb;
	background-color:#fff;
	border-bottom:1px solid #006ebb;
}
.page_title_c span{
	float:right;
	font-size:12px;
	color:#000;	
}

.page_center{
	float:left;
	width:100%;
	height:auto;
	background:url(../images/center_bg.png);
}
.page_center_c{
	width:100%;
	height:auto;
	padding:10px;
	text-align:left;
	min-height:300px;
	background-color:#fff;
	font-size:14px;
	line-height:180%;
}
.page_center_c img{
	max-width:100%;height:auto; 
}

.capter_list{
	float:left;
	width:100%;
	height:auto;
	padding:10px;
	background-color:#fff;
}
.capter_list li{
	float:left;
	width:100%;
	line-height:35px;
	border-bottom:1px solid #ccc;
	font-size:14px;
}
.capter_list li span{
	float:right;
	margin-right:10px;
	font-size:12px;
	line-height:35px;
}
.prod_list{
	float:left;
	width:100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
}
.prod_list li{
	float:left;
	width:48%;
	line-height:30px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #ccc;
	font-size:12px;
	text-align:center;
}
.prod_list img{
	width:98%;
}
.page_turn{
	float:left;
	width:100%;
	line-height:35px;
	text-align:center;
}

/***  feedback *****/
.feedback_title{
	width:100%;
	line-height:35px;
    border-bottom: 2px solid #C4302B;
    font-size: 14px;
	font-weight:bold;
    border-radius: 0;
    color: #fff;
	line-height:30px;
	text-align:center;
	background-color:#006ebb;
}
#service_showInfoForm{
	margin-top:15px;
	text-align:left;
	Width:100%;
}
#service_showInfoTitle{
	font-weight:bold;
}
#service_showInfoMemo{
	clear:both;
	margin-top:15px;
	padding:3px 15px 3px 15px;
	border:1px dotted #443113;
	line-height:150%;
}


.page_tail{
	float:left;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	background-color:#006ebb;
	border-top:5px solid #333;
	height:auto;
	color:#ffffff;
}
.page_tail a{
	color:#ffffff;
}