/*reset*/
html, body, p, h1, h2, h3, h4, h5, h6, form, input, textarea, select,
	button, fieldset, legend, img, ul, ol, li, dl, dt, dd, th, td, pre,
	blockquote {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	font-style: normal;
}
html{-webkit-text-size-adjust:none;}/*修正谷歌最小字号bugkf*/
*html .lrkf{position:absolute;}		/*修正IE6bug的，IE6不支持固定定位，这一句必须要。kf*/
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3", "宋体";
	white-space: normal;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	margin: 0;
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #595959;
	outline: 0;
	cursor: pointer;
}

li {
	list-style: none;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

.form-input, .form-textarea, .form-select {
	display: block;
	height: 25px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float: left;
}

.form-title {
	display: table;
	width: 25.5%;
	height: 100%;
	text-align: right;
	color: #444444;
	font-size: 1.17em;
	line-height: 1em;
	float: left;
}

.form-title span {
	display: table-cell;
	vertical-align: middle;
}

.form-content {
	height: 100%;
	margin-left: 2.8%;
	float: left;
}

.form-style {
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
}

.form-style .reg {
	width: 370px;
	line-height: 35px;
}
/*通用样式,部分布局，header，footer*/
.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.ml5 {
	margin-left: 5px;
}

.main {
	width: 1200px;
	margin: 15px auto 0 auto;
}

.left_863 {
	float: left;
	width: 863px;
}

.clean {
	clear: both;
}

.l {
	float: left;
}

.r {
	float: right;
}

.hidden {
	display: none;
}
/*header开始 */


.header-wrap {
	position: fixed;
	clear: both;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	z-index: 999;
	top: 0;
	background: #fafafa;
	border-top: 3px solid #00b38a;
	box-shadow: 0px 1px 5px #888;
	height: 85px;
}
.header-narrow {
	height: 65px;
}

.header-narrow .header {
	padding-top: 0px;
}
.header {
	width: 1170px;
	margin: 0 auto;
	padding-top: 10px;
}

.header img {
	height: 68px;
}

.header_conter {
	float: left;
	padding: 17px 0 0 80px;
}

.logo {
	float: left;
	height: 80px;
	margin-top: 8px;
}

.search-tag {
	height: 25px;
	line-height: 25px;
	width: 388px;
	color: #999;
	padding-left: 11px;
	font-size: 12px;
}

.header .tel {
	float: right;
	float: right;
	background: url("../imgs/top_tel.png") no-repeat left 12px;
	height: 62px;
	width: 240px;
	margin-top: 3px;
}

.tel .telW {
	padding-left: 30px;
	padding-top: 8px;
	color: #036;
}

.tel .telN {
	padding-left: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #F90;
	line-height: 100%;
}

input.search_input {
	display: inline-block;
	vertical-align: middle;
	width: 333px;
	height: 31px;
	line-height: 31px;
	padding: 0px 5px;
	border: 0;
	outline: none;
	border: 1px solid #00b38a;
	background-color: #fff;
	color: #595959;
}

.search_input_text {
	z-index: 2;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ccc;
	height: 14px;
	line-height: 14px;
	width: 353px;
}

.search_input_ul {
	position: absolute;
	width: 353px;
	top: 35px;
	left: -1px;
	z-index: 3;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.search_btn  {
	display: inline-block;
	vertical-align: middle;
	height: 33px;
	width: 100px;
	color: #FFF;
	font-size: 18px;
	border: none;
	background: #00b38a;
	text-align: center;
	line-height: 35px;
	cursor:pointer;
}

.search_btn:active, .search_btn:visited, .search_btn:hover {
	background: #00a57f;
}
/*header结束*/

/*banner 右侧 sidebar1*/
.banner2_right {
	float: left;
	width: 322px;
	margin-left: 15px;
}

.subscribe_side {
	border-top: 3px solid #00a57f;
	border-bottom: 3px solid #dadada;
	background: url(../imgs/subscribe_bg.jpg) repeat;
	padding: 25px 16px 15px 16px;
	line-height: 30px;
	overflow: hidden;
}

.subscribe_side div.subpos {
	font-size: 30px;
	color: #555;
	margin-bottom: 15px;
}
/*联系我们下部分,保障*/
.layout-area {
	margin-top: 10px;
	border: 1px solid #D4D4D4;
	border-radius: 4px;
	padding: 2px 0px 2px 0px;
}
/*footer开始*/
#footer {
	border-top: 8px solid #DBDBDB;
	width: 1200px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #191919;
	margin: 0 auto;
}

#footer .inner {
	margin: auto;
	width: 980px;
	padding-top: 10px;
	text-align: center;
}

#gotoTop {
	display: none;
	z-index: 1000;
	position: fixed;
	top: 75%;
	left: 50%;
	cursor: pointer;
	margin-top: -50px;
	margin-left: 520px;
	width: 64px;
	height: 64px;
	line-height: 100;
	overflow: hidden;
	background: url(../imgs/gotop.png) no-repeat;
	_position: absolute;
	_top: expression_r(documentElement.scrollTop + documentElement.clientHeight *
		 3/ 4 + "px");
}
/*footer结束*/

/*顶部分类 主页展开*/
.nav-wrap {
	position: relative;
	*z-index: 2;
	width: 100%;
	min-width: 1200px;
	background-color: #003883;
	clear: both;
	box-shadow: 0px 1px 5px #888;
	margin-top: 88px;
}

.nava {
	position: relative;
	width: 1200px;
	height: 41px;
	margin: 0 auto;
}

.goods {
	position: absolute;
	top: 0;
	width: 215px;
	height: 40px;
}

.goods h2 a {
	display: block;
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
	color: #fff;
}

.goods h2 a img {
	height: 30px;
	margin: 5px 0px 0px 60px;
}


.menu-list {
	height: 41px;
	padding-left: 219px;
}

.menu-list li {
	float: left;
	height: 41px;
}

ul.menu-list a {
	display: block;
	height: 41px;
	float: left;
	padding: 0px 15px;
	text-align: center;
	color: #ffffff;
	font: bold 15px/40px "microsoft yahei";
	text-decoration: none;
}

ul.menu-list a:hover {
	height: 41px;
	background: #00b38a;
	text-decoration: none;
}

.menu-list a.on {
	background: #00b38a;
}

.all-goods {
	position: absolute;
	top: 41px;
	left: 0;
	width: 215px;
	background: #FAFAFA;
	border: solid #444;
	border-width: 0 2px 2px;
	overflow: visible;
	z-index: 100;
}

.all-goods .item {
	width: 215px;
	height: 42px;
	border-top: 1px solid #FFF;
	background: #f7f7f7;
	position: relative;
}

.all-goods .btnone {
	border-top: none;
}

.all-goods .item .product {
	position: absolute;
	z-index: 999;
	width: 215px;
}

.all-goods .item .product h4 {
	width: 162px;
	height: 42px;
	padding-left: 28px;
	border-width: 1px 0;
	font-weight: normal;
	line-height: 42px;
	background: url(../imgs/indexSprite.png) no-repeat -12px 17px;
}

.all-goods .item .product h4 a {
	color: #666666;
	font-size: 14px;
	font-family: "宋体";
}

.all-goods .item .product h4 a:hover {
	text-decoration: none;
}

.all-goods .item .product s {
	display: block;
	position: absolute;
	top: 13px;
	left: 188px;
	width: 6px;
	height: 9px;
	background: url(../imgs/indexSprite.png) no-repeat 0px 0px;
}

.all-goods .active .product h4 {
	line-height: 38px;
	background-position: -12px -180px;
	background-color: #FFFFFF;
	border: 1px solid #444444;
	border-width: 2px 0;
	width: 189px;
}

.all-goods .active .product h4 a {
	color: #ff6600;
}

.all-goods .product-wrap {
	position: absolute;
	width: 478px;
	z-index: 99;
	border: 2px solid #444444;
	background: #FFFFFF;
	padding: 10px;
	display: none;
	top: 0;
	min-height: 150px;
}

.all-goods .product-wrap p {
	color: #999999;
}

.all-goods .pos {
	left: 215px;
}

.all-goods .posone {
	left: 215px;
	top: 0px;
}

.all-goods .postwo {
	left: 215px;
	top: 37px;
}

.all-goods .posthree {
	left: 215px;
	top: 74px;
}

.all-goods .posfour {
	left: 215px;
	top: 111px;
}

.all-goods .posfive {
	left: 215px;
	top: 148px;
}

.all-goods .possix {
	left: 215px;
	top: 185px;
}

.all-goods .posseven {
	left: 215px;
	bottom: -2px;
}

.all-goods .poseight {
	left: 215px;
	bottom: -2px;
}

.all-goods .posnine {
	left: 215px;
	bottom: -2px;
}

.all-goods .posten {
	left: 215px;
	bottom: -2px;
}

.all-goods .poseleven {
	left: 215px;
	bottom: -2px;
}

.all-goods .product-wrap h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.all-goods .product-wrap h2 a {
	height: auto;
	line-height: 16px;
	color: #333;
	padding-left: 0;
}

.all-goods .product-wrap ul {
	line-height: 30px;
	height: 30px
}

.all-goods .product-wrap ul li {
	float: left;
	display: inline;
	margin-right: 2px;
	border-bottom: dashed #aaa 1px;
	padding-bottom: 2px;
margin-bottom: 4px;
	
}

.all-goods .product-wrap ul li span a {
	color: #ff6600;
}

.all-goods .product-wrap ul li span a:hover {
	color: #ff6600;
}

.all-goods .product-wrap ul li a {
	padding-left: 5px;
	color: #666666;
	display: inline-block;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}

.all-goods .product-wrap ul li a:hover {
	text-decoration: none;
	background-position: -8px -219px;
	color: #ff6600;
}

.all-goods .product-wrap div dd, .all-goods .product-wrap div dl a {
	display: block;
	width: 185px;
	height: 120px;
	overflow: hidden;
}

.menu_right {
	margin: 15px 0 0 233px;
}

/*menu icon*/
#ilarge {
	margin-right: 10px;
	font-size: 15px;
}

/*卡片产品展示开始,瀑布流样式*/
#picload {
	border-top: 3px solid #777777;
	padding-top: 15px;
}

#picload .item {
	width: 197px;
	float: left;
	margin: 0px 8px;
}

.thumbnail {
	display: block;
	height: auto;
	max-width: 100%;
	padding: 4px;
	margin-bottom: 15px;
	line-height: 1.428571429;
	border: 1px solid #dedede;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.thumbnail:hover {
	border-color: #00b38a;
	color: #2a6496;
}

.thumbnail .date {
	position: absolute;
	top: 5px;
	right: -1px;
	height: 25px;
	width: 60px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	background-color: #FF5C00;
	font-size: 14px;
	overflow: hidden;
}

.thumbnail .caption {
	padding: 9px;
	color: #333;
	background: #FFF;
}

.stickyImg {
	width: 100%;
	height: 190px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
}

.stickyImg img {
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	width: 100%;
}

.thumbnail:hover .stickyImg img {
	opacity: 0.65;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65); /* IE6/IE7/8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=65)"; /*  IE8 */
}

.stickyTitle {
	color: #C70899;
}

.stickyContent {
	height: 50px;
	overflow: hidden;
	margin-bottom: 15px;
}

.stickyTitle {
	word-break: break-all;
	margin: 5px 0 7px;
}

.stickyTitle  a {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.thumbnail:hover  .stickyTitle  a {
	color: #28926B;
}
/*卡片产品展示结束*/
/*list为空*/
.list_loading {
	display: none;
}

.empty_list {
	height: 250px;
	line-height: 250px;
	text-align: center;
	font-size: 20px;
	color: #888;
}

.mylist {
	margin-bottom: 20px;
}
/*长条产品展示开始*/
.item1 {
	height: 180px;
	margin: 10px;
	display: block;
	height: 170px;
	padding: 5px;
	line-height: 1.428571429;
	border: 1px solid #eeeeee;
	position: relative;
	background-color: #FBFBFB;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.item1:hover {
	border-color: #00b38a;
	color: #2a6496;
}

.item1 .date {
	position: absolute;
	top: 5px;
	left: -1px;
	height: 25px;
	width: 65px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	background-color: #FF4700;
	font-size: 14px;
	overflow: hidden;
}

.item1 .caption1 {
	color: #333;
	float: left;
	width: 600px;
	margin-top: 10px;
}

.stickyImg1 {
	width: 160px;
	height: 160px;
	overflow: hidden;
	padding: 5px;
	vertical-align: middle;
	display: table-cell;
}

.stickyImg1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 150px;
}

.stickyContent1 {
	height: 35px;
	overflow: hidden;
	margin-bottom: 15px;
}

.stickyTitle1 {
	margin: 5px 0 7px;
	font-size: 24px;
}

.stickySummary1 {
	margin: 5px 0 7px;
	height: 66px;
	overflow: hidden;
}

.stickySummary1 .Summary1 {
	line-height: 22px;
	font-size: 16px;
}
.stickySummary1 .Summary1 a
{
		color: #888;
}
.stickyTitle1  a {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.item1:hover  .stickyTitle1  a {
	color: #28926B;
}
/*首页产品展示结束*/
/*box 布局 比例需要重新定制 */
.sidebar {
	float: right;
	width: 332px;
}

.box {
	margin-bottom: 15px;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	border-left: solid 1px #dedede;
	border-top: 3px solid #00a57f;
	background-color: #FFF;
}

.share {
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}

.share .content {
	padding: 10px;
}

.box-tb {
	margin-bottom: 5px;
	margin: 0 10px;
	height: 45px;
	line-height: 43px;
	color: #FBFBFB;
	border-bottom: 1px solid #D4D4D4;
}
.box-tb a:hover
{
	color:#00a57f;
}
.box-tb .title {
	float: left;
  width: 500px;
}

.box-tb .title em {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #535353;
	vertical-align: middle;
}

.box-tb .subtitle {
	float: left;
	margin-top: 17px;
	width: 538px;
	height: 13px;
	overflow: hidden;
}

.box-tb .subtitle li {
	float: left;
	padding: 0 10px;
	height: 13px;
	line-height: 13px;
	border-right: 1px solid #7B7B7B;
}

.box-tb .subtitle li:last-child {
	border-right: 0;
}
/*侧边栏最新发布样式*/
.newpub {
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-left: 12px;
}

.qg_content {
	width: 285px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 3px;
	color: #ff6600;
	line-height: 1.8em;
	margin-bottom: 13px;
}

.p01 {
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	border-top: #FFFFFF solid 1px;
	border-bottom: #EBEBEB dashed 1px;
	height: 35px;
	line-height: 30px;
	text-align: right;
	background-image: url(../imgs/arrow_index01.gif);
	background-repeat: no-repeat;
	background-position: 2px 12px;
	padding: 0 0 0 5px;
	margin: 0px;
}

.p03 {
	background-color: #f6f6f6;
}

.p02 {
	border: #f39867 solid 1px;
	width: 282px;
	height: 35px;
	line-height: 30px;
	text-align: right;
	background: url(../imgs/arrow_index02.gif) no-repeat 2px 12px #fffcce;
}

.qg_content p span {
	float: left;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-family: "Microsoft Yahei";
	font-size: 15px;
}

.qg_content  a {
	float: left;
	text-indent: 10px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
}
/* kf */
.lrkf{ width:124px;}				/*必须有一个合适的宽度，否则获取不到正确的宽度*/
.lrkfshow { right:0;}				/*这个不要动*/
.lrkf .lrkf a{}
.lrkf a:hover{color:#B50708;}

.lrkf .lrkf_box{ background-color:#009EE8; padding:6px; border-radius:4px;}

.lrkf .lrkf_header,.lrkf .lrkf_con,.lrkf .lrkf_tool a{
	background-color:#fff; margin-top:4px;border-radius:4px;}
	
.lrkf .lrkf_header,.lrkf .lrkf_con{ margin-top:0;}

.lrkf .lrkf_btn{background-color:#009EE8;color:#fff;border-radius:4px 0 0 4px;}
.lrkf .lrkf_btn:hover{ background-color:#009EE8;color:#fff;}
/*pages分页样式*/
.pages {
text-align: center;
margin: 20px 0 20px 0;
}
.pages a {
width: 35px;
margin: 0 2px;
background: #fff;
text-decoration: none;
display: inline-block;
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
vertical-align: middle;
text-align: center;
border: solid 1px #8B8C8D;
}
.pages .updown
{width: 50px;}
.pages .current
{
color: #f40;
font-weight: 600;
background: #fff;
}