﻿
/*body*/
body {
	color: #fff;
	background-color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "微软雅黑";
	font-size: 12px;
}
body .column {
	padding-left: 0px;
	padding-right: 0px;  
	background-color: #fff;
}

.jz {
	text-align: center;
}
/*nav(菜单布局)*/ 
.navbar {
	z-index: 99;
	border: none;
}
#main-nav {
	margin-left: 1px;
}
ul, li {
	margin: 0;
	padding: 0;
}
.navbar-inverse {
	background: url("http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/03/25/8b7508b15b2042ed9565fbc80837d95d/b14c2c2e814f43778b7ddb1992fc92e4.jpg") repeat-x;
}
.navbar-inverse .container {
	padding: 0;
}
.navbar {
	height: 30px;
	margin-bottom: 0;
	min-height: 30px;
}
.navbar-nav {
	width: 100% !important;
}
.navbar-nav li {
	float: left;
	color: #FFF;
	line-height: 30px;
	width: 18%;
	text-align: center;
	font-weight: bold;
	margin-left: 2%;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-nav > li > a {
	padding: 0;
	line-height: 30px;
}
.navbar-nav li a {
	color: #FFF;
}
.navbar-collapse {
	padding: 0 5px;
}
#main-nav.nav-tabs.nav-stacked > li > a {
	padding: 10px 8px;
	font-size: 12px;
	font-weight: 600;
	color: #4A515B;
	background: #E9E9E9;
	background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #E9E9E9));
	background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
	background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
	background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
	background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	border: 1px solid #D5D5D5;
	border-radius: 4px;
}
#main-nav.nav-tabs.nav-stacked > li > a > span {
	color: #4A515B;
}
#main-nav.nav-tabs.nav-stacked > li.active > a, #main-nav.nav-tabs.nav-stacked > li > a:hover {
	color: #FFF;
	background: #3C4049;
	background: -moz-linear-gradient(top, #4A515B 0%, #3C4049 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4A515B), color-stop(100%, #3C4049));
	background: -webkit-linear-gradient(top, #4A515B 0%, #3C4049 100%);
	background: -o-linear-gradient(top, #4A515B 0%, #3C4049 100%);
	background: -ms-linear-gradient(top, #4A515B 0%, #3C4049 100%);
	background: linear-gradient(top, #4A515B 0%, #3C4049 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049')";
	border-color: #2B2E33;
}
#main-nav.nav-tabs.nav-stacked > li.active > a, #main-nav.nav-tabs.nav-stacked > li > a:hover > span {
	color: #FFF;
}
#main-nav.nav-tabs.nav-stacked > li {
	margin-bottom: 4px;
}
/*定义二级菜单样式*/ 
.secondmenu a {
	font-size: 10px;
	color: #4A515B;
	text-align: center;
}
.navbar-static-top {
	background-color: #212121;
	margin-bottom: 1px;
}
.navbar-brand {
	background: url('') no-repeat 10px 8px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	color: #fff;
}
/*Content(内容布局)*/
.container .module-context .module-view,  .container-fluid .module-context .module-view {
}
/*更多*/
.more {
	float: right;
	margin-right: 10px;
	color: #ffefc4;
	font-size: 12px;
}
/*标题*/
.b-title {
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding-left: 3%;
	font-size: 14px;
	background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/09/14/9e016dc6afae4e7b860658a25d61d6c7/6e0a03e446764ed2964912468ee70e9c.png) repeat-x;
}
.b-title b {
	float: left;
	font-size: 14px;
	color: #ffefc4;
}
/*块盒子*/
.newbox {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	background-color: #fff;
}
/*块盒子内容*/
.newbox_content {
	background-color: #fff;
	width: 100%;
	padding: 2%;
	font-family: "宋体";
	font-size: 12px;
	border: none;
	margin-top: 5px;
	color: #999;
	line-height: 23px;
}
.newbox_content ol {
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
.newbox_content ol li {
	padding-left: 0;
	height: 40px;
	color: #ccc;
	border-bottom: #ccc 1px dashed;
	font-size: 12px;
}
.newbox_content ol li a {
	line-height: 39px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
.newbox_content ol li a:hover {
	color: #999;
	text-decoration: underline;
}
.newbox_content .fr_date {
	float: right;
	color: #999;
  	line-height: 39px;
}
/*新闻列表页*/
.newbox_content ul {
	width: 100%;
	padding: 10px;
}
.newbox_content ul li {
	width: 98%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	list-style: none;
	border-bottom: #aaaaaa dotted 1px;
}
.newbox_content ul li {
	border-bottom: dotted 1px #aaaaaa;
	height: 27px;
	line-height: 26px;
}
.newbox_content ul li a {
	color: #444444;
}
.newbox_content ul li a:hover {
	color: #f27b04;
	text-decoration: underline;
}
.mr-10 {
	float: right;
	color: #626262;
	margin-right: 10px;
}
.split {
	padding-left: 0px;
	padding-right: 8px;
}
.fl {
	float: left;
}
/*新闻内容页（详细页）*/
.n_title {
	height: 30px;
	padding-top: 15px;
	border-bottom: 1px dotted #c6c6c6;
	width: 100px;
	text-align: center;
	font: bold 18px/22px "微软雅黑";
}
.mt-10 {
	margin-top: 10px;
}
.gray {
	color: #626262;
}
.n_time {
	width: 100%;
	text-align: center;
}
.line-28 {
	font-size: 12px;
	line-height: 28px;
}
.m-10 {
	margin: 10px;
}
.newbox_content h2 {
	font-weight: bold;
	margin: 0;
	color: #999;
	font-size: 14px;
	width: 100%;
	text-align: center;
}
.newbox_content h4 {
	font-weight: 200;
	width: 100%;
	color: fff;
	font-size: 12px;
	line-height: 40px;
	padding: 2%;
	margin: 0;
	line-height: 24px;
}
.newbox_content h4 span {
	color: #999 !important;
	font-size: 12px !important;
}
.newbox_content h4 p {
	color: #999 !important;
	font-size: 12px !important;
}
/*产品列表块*/
.newbox_content .ke {
	text-align: center;
}
.newbox_content .ke li {
}
.newbox_content .ke a {
	color: #333;
}
.newbox_content .ke span {
}
/*分页*/

.paginator {
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 10px;
	float: right;
}
.paginator A {
    font-size:12px !important;
	border-right: #c4c4c4 1px solid;
	padding-right: 8px;
	border-top: #c4c4c4 1px solid;
	display: block;
	padding-left: 8px;
	background: #fff;
	float: left;
	border-left: #c4c4c4 1px solid;
	color: #0169cd;
	margin-right: 4px;
	border-bottom: #c4c4c4 1px solid;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}
.paginator A:link {
	border-right: #c4c4c4 1px solid;
	padding-right: 8px;
	border-top: #c4c4c4 1px solid;
	display: block;
	padding-left: 8px;
	background: #fff;
	float: left;
	border-left: #c4c4c4 1px solid;
	color: #0169cd;
	margin-right: 4px;
	border-bottom: #c4c4c4 1px solid;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}
.paginator A:visited {
	border-right: #c4c4c4 1px solid;
	padding-right: 8px;
	border-top: #c4c4c4 1px solid;
	padding-left: 8px;
	background: #fff;
	border-left: #c4c4c4 1px solid;
	color: #0169cd;
	border-bottom: #c4c4c4 1px solid;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}
.paginator A:hover {
	border-right: #fe7300 1px solid;
	padding-right: 8px;
	border-top: #fe7300 1px solid;
	padding-left: 8px;
	background: #fff;
	border-left: #fe7300 1px solid;
	color: #fe7300;
	border-bottom: #fe7300 1px solid;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}
.paginator A:active {
	border-right: #fe7300 1px solid;
	padding-right: 8px;
	border-top: #fe7300 1px solid;
	padding-left: 8px;
	background: #fff;
	border-left: #fe7300 1px solid;
	color: #fe7300;
	border-bottom: #a62021 1px solid;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}
.paginator .break {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	border-top-style: none;
	padding-top: 6px;
	border-right-style: none;
	border-left-style: none;
	height: 12px;
	text-decoration: none;
	border-bottom-style: none;
}
.paginator .this-page {
	border-right: #fff 1px solid;
	padding-right: 8px;
	border-top: #fff 1px solid;
	display: block;
	padding-left: 8px;
	background: #fff;
	float: left;
	padding-bottom: 2px;
	border-left: #fff 1px solid;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #fff 1px solid;
	text-decoration: none;
	color: #fe7300;
	font-weight: bold;
}
/*当为第一页时的上一页按钮*/
.firstbtn {
	border-top-width: 0px !important;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 0px !important;
	font-size: 12px;
	border-bottom-width: 0px !important;
	padding-bottom: 0px;
	width: 26px;
	color: #666;
	line-height: 22px;
	margin-right: 4px;
	padding-top: 0px;
	height: 22px;
	text-align: left;
	border-right-width: 0px !important;
}
/*当为最后一页时的下一页按钮*/
.finalbtn {
	border-top-width: 0px !important;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 0px !important;
	font-size: 12px;
	border-bottom-width: 0px !important;
	padding-bottom: 0px;
	width: 63px;
	color: #666;
	text-indent: 7px;
	line-height: 22px;
	padding-top: 0px;
	height: 22px;
	text-align: left;
	border-right-width: 0px !important;
}
.firstbg, .firstbg a, .firstbg a:link, .firstbg a:visited, .firstbg a:hover {
	font-size: 12px;
	color: #999;
	height: 20px;
	line-height: 20px;
	display: block;
}
/*图片幻灯*/
.carousel {
	height: 350px;
	background: #fff /*a25c98*/;
}
.carousel .item {
	height: 350px;
	background: #fff;
}
/*footer(页脚布局)*/
footer .module-context .module-view .nav {
}
/*留言 */
.Message-style {
	font-size: 12px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #dddddd;
	padding-top: 10px;
	background: #FFF;
}
.Message-style span {
	width: 100%;
	height: 30px;
	background: #eaedf4;
	display: block;
	color: #666;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
}
.Message-style .message-title {
	margin-left: 30px;
	margin-top: 10px;
}
.Message-style .message-title em {
	font-style: normal;
	color: #313131;
	font-weight: bold;
	margin-top: 5px;
	font-size: 12px;
}
.Message-style .message-title u {
	text-decoration: none;
	font-size: 12px;
	color: #626262;
}
.Message-style .message-content {
	margin-left: 30px;
}
.Message-style .message-content b {
	color: #313131;
	font-weight: bold;
	margin-top: 5px;
	font-size: 12px;
}
.Message-style .message-content input {
	width: 478px;
	height: 80px;
	margin-top: 10px;
}
.Message-style .message-content em {
	font-style: normal;
	font-size: 12px;
	color: #626262;
}
.Message-style .message-link {
	margin-top: 10px;
	margin-left: 50px;
}
.Message-style .message-link em {
	font-size: 12px;
	color: #313131;
	font-weight: bold;
	font-style: normal;
}
.Message-style .message-link b {
	font-weight: normal;
	font-size: 12px;
	color: #626262;
}
.Message-style .message-button input {
	display: inline-block;
	width: 100px;
	height: 30px;
	border: none;
	margin: 10px auto;
}
.Message-style .message-button {
	text-align: center;
}
.Message-style .message-link-title {
	font-size: 12px;
	margin-top: 20px;
	background: #FFF;
}
.Message-style .message-link-title span {
	width: 100%;
	height: 30px;
	background: #eaedf4;
	display: block;
	color: #666;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
}
/*留言结束 */
        /*新闻图文*/
.newlist-Img .fl {
	float: left;
}
.newlist-Img .fr {
	float: right;
}
.newlist-Img ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.newlist-Img a {
	color: #666;
	text-decoration: none;
}
.newlist-Img li {
	border-bottom: 1px dashed #dbd5c7;
	margin-bottom: 10px;
}
.newlist-Img .pic {
	width: 20%;
	margin-top: 10px;
}
.newlist-Img .pic img {
	width: 100%;
}
.newlist-Img .title {
	width: 77%;
}
.newlist-Img .title h3 {
}
.newlist-Img .title p {
	line-height: 28px;
	font-size: 12px;
}
.newlist-Img .tag {
	text-align: right;
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}
/*新闻图文结束*/
        /*mobile手机底部导航*/
.fixed_footer {
	width: 100%;
	height: 45px;
	max-width: 1170px;
	background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/09/14/9e016dc6afae4e7b860658a25d61d6c7/9fb0ce1e65db4d52ab0aad3135e42084.jpg) repeat-x;
	border-top: none;
}
.fixed_footer ul {
	padding: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
}
ul, li {
	list-style: none;
}
.fixed_footer ul li {
	width: 25%;
	float: left;
	color: #fff;
}
ul, li {
	list-style: none;
}
.fixed_footer ul li a {
	width: 100%;
	height: 45px;
	display: block;
}
.fixed_footer ul li dl {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.fixed_footer ul li dt {
	width: auto;
	height: 25px;
	overflow: hidden;
}
.fixed_footer ul li dd {
	width: auto;
	height: 18px;
	font-size: 12px;
	color: #fff; 
	line-height: 20px;
	overflow: hidden;
}
/*mobile手机底部导航end*/
 /*新增样式*/  
  
.logo {
	height: 68px;
	background: #237207;
	font-size: 20px;
	line-height: 68px;
	padding-left: 10px;
}
.banner img {
	width: 100%;
	margin: 0 0 5px;
	padding: 0 !important;
}
.pro1 {
	text-align: center;
	border: none !important;
	padding: 10px 0 0 !important;
}
.pro1 ul {
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.pro1 li {
	width: 30% !important;
	height: auto !important;
	text-align: center;
	float: left;
	border: none !important;
	margin: 0 0 2.5% 2.5% !important;
}
.pro1 li img {
	width: 99%;
	margin: 0.5%;
	height: 70px;
	border: 1px solid #ccc;
}
.pro1 a {
	color: #999 !important;
    font-size:14px;
}
.pro1 a:hover {
	text-decoration: none !important;
}
.pro1 .procontent {
	font-weight: 200;
	width: 100%;
	padding: 2%;
	line-height: 24px;
	color: fff !important;
	line-height: 18px;
	text-align: justify;
}
.pro1 .jz {
	color: #fff;
	font-weight: bold;
}
/*写死能全部显示的导航*/ 
.navbar {
	z-index: 99;
	margin-bottom: 0;
	min-height: 30px !important;
}
.daohang {
	padding: 0 5px;
	height: 30px;
	background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/09/14/9e016dc6afae4e7b860658a25d61d6c7/6e0a03e446764ed2964912468ee70e9c.png) repeat-x;
}
.daohang li {
	float: left;
	color: #FFF;
	line-height: 30px;
	width: 18%;
	text-align: center;
	font-weight: bold;
	margin-left: 2%;
}
.daohang li a {
	color: #ffefc4;
	font-size: 13px;
	padding: 0;
	line-height: 30px;
}
.daohang li a:hover {
	text-decoration: none;
}
/*手机nav左右padding*/
.container-fluid {
	padding: 0 !important;
}
/*翻页浮动*/ 
.paginator span {
	float: left;
}
/*底部左侧负外边距*/

.pro1 li {
	padding-left: 0 !important;
}
.feedback {
	height: 30px;
	text-align: center;
	background: #ccc;
	padding: 0 10px;
}
.feedback a {
	color: #444;
	line-height: 30px;
	font-weight: bold;
}
.fixed_footer .fixed_footer_icon{ width:25px;height:25px;margin:auto;} 
 .fixed-bottom{position:fixed; bottom: 0;}
