﻿@charset "utf-8";
/*reset*/



/* CSS reset for c_b */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none!important;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}
/*定位*/

.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
 -moz-box-sizing:content-box;
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
/*其他*/

.curp {
	cursor: pointer
}
;
/*原reset*/

sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/

h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*end reset*/







/* CSS Document */

body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: microsoft yahei, "微软雅黑"!important;
	position: relative;
}/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
/*页眉*/
body * {
	z-index: 0;
}
.nav_f {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}
.header {
	width: 100%;
	position: fixed;
	z-index: 2;
	background: #fff;
	border-top: 3px solid #4cb036;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
}
.headertop {
	height: 82px;
}
.headertop .logo {
	float: left;
	margin-top: 11px;
}
.headertop .logo img {
	display: block;
	float: left;
}
.headertop .wen {
	overflow: hidden;
	float: left;
	padding-left: 14px;
}
.headertop .wen h2 {
	margin-top: 6px;
	font-size: 25px;
	color: #4cb036;
	letter-spacing: 1px;
}
.headertop .wen span {
	margin-top: 6px;
	font-size: 15px;
	color: #333;
}
.headertop .wen img {
	display: block;
	margin-top: 7px;
	margin-left: -3px;
}
/* navcss */
.headnav {
	width: 674px;
	float: right;
	border-left: 1px solid #f5f5f5;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	height: 82px;
	position: relative;
	z-index: 1;
}
.nav a {
	color: #555;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	padding: 24px 25px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.nav .nLi h3 a.cur {
	background: #4cb036;
	color: #fff;
}
.nav .nLi h3 a.cur span {
	color: #84c578;
}
.nav .nLi h3 a:hover {
	background: #4cb036;
	color: #fff;
}
.nav .nLi h3 a:hover span {
	color: #84c578;
}
.nav .nLi {
	height: 82px;
	border-right: 1px solid #f5f5f5;
}
.nav .nLi h3 a span {
	text-transform: uppercase;
	display: block;
	color: #ccc;
	transform : scale(0.75, 0.75);
	-webkit-transform : scale(0.75, 0.75);
*font-size:10px;
}
.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 82px;
	position: absolute;
	background: rgba(255,255,255,0.9);
	line-height: 26px;
	padding: 5px 0;
	text-align: center;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	color: #999;
}
.nav .sub a:hover {
	background: #4cb036;
	color: #fff;
}
.nav .on h3 a {
}
/*footer*/

.footer {
	overflow: hidden;
	width: 100%;
	background-color: #333;
	padding-top: 40px;
	height: 180px;
}
.footer02 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #222;
}
.banquan {
	width: 50%;
	float: left;
}
.beian {
	width: 49%;
	float: left;
	text-align: right;
}
.ft01 {
	width: 380px;
	float: left;
	margin-left: 105px;
	background: url(../images/tell02.png) no-repeat;
}
.ft02 {
	padding-left: 52px;
	font-size: 12px;
	color: #999;
	margin-bottom: 8px;
}
.ft02 span {
	font-size: 25px;
	color: #4cb036;
	display: block;
}
.ft01 p {
	padding-left: 52px;
	font-size: 12px;
	line-height: 23px;
	color: #999;
}
.ft03 {
	width: 350px;
	float: left;
	color: #999;
}
.ft03tit {
	color: #4cb036;
	font-size: 14px;
	margin-top: 10px;
}
.ft03ge {
	width: 17px;
	height: 1px;
	background: #424242;
	margin: 12px 0;
}
.ft03nav li a {
	display: block;
	width: 155px;
	height: 23px;
	line-height: 23px;
	color: #999;
	float: left;
}
.ft04 {
	width: 300px;
	float: left;
	margin-top: 15px;
}
.ft05 {
	width: 106px;
	float: left;
	margin-right: 40px;
}
.ft05 img {
	width: 104px;
	height: 104px;
	border: 1px solid #858585;
}
.ft05 span {
	display: block;
	text-align: center;
	line-height: 25px;
}
/*内页*/
.neiyebanner {
	height: 258px;
	width: 100%;
	padding-top: 85px;
}
.left_nav {
	width: 230px;
	float: left;
	overflow: hidden;
	margin: 40px 0;
}
.ln01 {
	width: 198px;
	border: 1px #e8e8e8 solid;
	border-top: 5px #4cb136 solid;
	padding: 0 15px 40px 15px;
	margin-bottom: 30px;
}
.ln01tit {
	color: #4cb136;
	font-size: 26px;
	line-height: 88px;
}
.ln_nav {
	overflow: hidden;
}
.ln_nav ul li {
	display: block;
	background: #f2f2f2 url(../images/icon27.png) no-repeat 25px center;
	margin-bottom: 2px;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	font-size: 16px;
}
.ln_nav ul li a {
	display: block;
}
.ln_nav ul li.on {
	background: #4cb136 url(../images/icon35.png) no-repeat 25px center!important;
	color: #fff!important;
}
.ln_nav ul li.on a {
	color: #fff!important;
}
.lianxi {
	width: 198px;
	border: 1px #e8e8e8 solid;
	border-top: 5px #4cb136 solid;
	padding: 0 15px 40px 15px;
	margin-bottom: 30px;
}
.lxmain p {
	color: #666;
	font-size: 16px;
	line-height: 45px;
}
.lxmain {
	font-size: 14px;
	line-height: 27px;
	color: #888;
}
.lianxi img {
	display: block;
	border: 1px solid #eee;
}
.right_main {
	width: 930px;
	float: left;
	margin: 40px 0 40px 40px;
}
.right_current {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #e7e7e7;
}
.right_current h2 {
	width: 30%;
	display: block;
	float: left;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
.mianbao {
	width: 70%;
	float: right;
	text-align: right;
	color: #999;
}
.mianbao a {
	color: #999;
}
.neiye_main {
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
/* 通用分页样式 */
.pages {
	height: 35px;
	margin: 15px 0 10px 0;
	clear: both;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}
.pages li {
	height: 30px;
	margin-right: 5px;
	display: inline-block;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #4cb036;
	background: #4cb036;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #4cb036;
	background: #4cb036;
	color: #fff;
}
.news_main {
	padding-bottom: 35px;
}
.news_main ul li {
	position: relative;
	width: 925px;
}
.news_main ul li:hover {
	background: #f5f5f5;
}
.news_main ul li:hover .lidate {
	color: #4cb136!important;
	border-top: 2px solid #4cb136!important;
}
.news_main ul li a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 30px 15px;
	border-bottom: 1px solid #e3e3e3;
}
.news_main ul li .imgk {
	overflow: hidden;
	width: 195px;
	height: 143px;
}
.news_main ul li .imgk img {
	width: 195px;
	height: 143px;
}
.news_main ul li .lin {
	float: left;
	width: 650px;
}
.news_main ul li .lin .lidate {
	float: left;
	width: 72px;
	text-align: center;
	color: #666;
	border-top: 2px solid #707070;
}
.news_main ul li .lin .lidate .p1 {
	font-size: 30px;
	margin-top: 15px;
}
.news_main ul li .lin .lidate .p2 {
	font-size: 14px;
	margin-top: 5px;
}
.news_main ul li .lin .linn {
	float: left;
	width: 545px;
	padding-left: 32px;
}
.news_main ul li .lin .linn h4 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	display: block;
	width: 540px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_main ul li .lin .linn p {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	margin-top: 18px;
	color: #999;
}
.news_main ul li .lin .linn .morehn {
	font-size: 14px;
	line-height: 32px;
	width: 97px;
	height: 32px;
	margin-top: 24px;
	text-align: center;
	color: #4cb136;
	border: 1px solid #4cb136;
}
.newxx h2 {
	font-weight: normal;
	font-size: 25px;
	color: #333;
	display: block;
	width: 100%;
	margin-top: 35px;
	text-align: center;
}
.henduo {
	font-size: 14px;
	color: #999;
	line-height: 55px;
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #cacaca;
}
.new_view {
	padding: 20px 10px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.pre {
	border: 1px #eeeeee solid;
	line-height: 24px;
	height: 24px;
	padding: 10px;
}
.lf {
	float: left;
	display: block;
	width: 49%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fr {
	float: right;
	display: block;
	width: 49%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}
.pre a {
	color: #4cb136;
}
.mess {
	padding: 0;
	margin: 0;
	font-size: 14px
}
.mess tr {
	padding: 0;
	margin: 0;
	line-height: 50px;
	height: 50PX
}
.mess input {
	display: inline-block;
	height: 25px;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-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);
}
.mess textarea {
	width: 500px !important;
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-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);
}
.mess .submit {
	width: 240px;
	height: 40px !important;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	background: #4cb036 !important;
	border-radius: 10px;
	border: 0 none;
	cursor: pointer;
}
div.pfw {
	position: relative;
	border: 1px solid #e1e1e1;
	margin-top: 30px;
}
div.pfw:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	overflow: hidden;
}
div.pfw h3 {
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 20px;
	background: #f6f6f6 url(/images/heading_bg.png) 8px top no-repeat;
	border-bottom: 1px solid #e1e1e1;
	color: #444;
	font-weight: bold;
}
div.pfw h3 small {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 4px;
	font-style: normal;
}
div.pfw h3 .more {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	padding-right: 8px;
	font-weight: normal;
	font-size: 12px;
	margin-right: 5px;
}
div.pfw .content {
	margin: 5px;
	font-size: 12px;
	line-height: 1.6em;
	padding: 10px;
}
div.pfw .adm_reply {
	margin: 6px 0 0 0;
	font-size: 1em;
	line-height: 200%;
	padding: 25px 5px 25px 25px;
	position: relative;
	color: #444;
	border-top: 1px solid #e1e1e1;
	background: #f7faff;
}
div.pfw .adm_reply span {
	color: darkred;
	font-weight: bold;
	color: #e77718;
}
/*产品列表*/
.sideMenu {
}
.sideMenu h3 {
	display: block;
	background: #f2f2f2 url(../images/icon27.png) no-repeat 15px center;
	margin-bottom: 2px;
	height: 50px;
	line-height: 50px;
	padding-left: 35px;
	font-size: 16px;
	font-weight: normal;
}
.sideMenu ul li {
	height: 30px;
	line-height: 30px;
}
.sideMenu ul li a {
	display: block;
	font-size: 14px;
	color: #888;
}
.sideMenu h3.on {
	background: #4cb136 url(../images/icon35.png) no-repeat 15px center!important;
	color: #fff!important;
}

.sideMenu ul li.on a{
	color: #4cb036;
}
.sideMenu ul {
	padding: 8px 25px;
	color: #999;
	display: none; /* 默认都隐藏 */
}
.pro_main ul li {
	margin: 15px 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 212px;
}
.pro_main ul li .pic img {
	width: 210px;
	height: 210px;
	display: block;
	border: 1px solid #f5f5f5;
}
.pro_main ul li .title {
	line-height: 35px;
	background: #ebebeb;
	font-size: 14px;
	    width: 96%;
	padding: 0 2%;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_xx01 {
	overflow: hidden;
	padding: 20px 0;
}
.pro_pic {
	width: 430px;
	float: left;
	margin-right: 30px;
	text-align: center;
	border: 2px solid #f5f5f5;
}
.pro_pic img{
	    display: block;
    width: 100%;
}
.pro_titile {
	width: 450px;
	float: left;
}
.pro_titile h2 {
	font-size: 22px;
	    height: 60px;
    line-height: 60px;
	color: #4cb036;
}
.pro_note {
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
.pro_note pre {
    color: #888;
    line-height: 30px!important;
    padding-left: 10px;
    font: 16px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.haha h3 {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	background: #4cb036;
	width: auto;
	padding: 0 20px;
	float: left;
}
.haha {
	overflow: hidden;
	margin-top: 15px;
	border-bottom: 1px solid #f5f5f5;
}
.hehe {
	padding: 20px;
	font-size: 14px;
	color: #666;
	line-height: 27px;
	border:3px solid #f5f5f5;
}
.picMarquee-left02 {
	margin-top: 25px;
	overflow: hidden;
	position: relative;
}
.pnei_xx {
	margin-top: 15px;
	overflow: hidden;
}
.picMarquee-left02 .bd {
}
.picMarquee-left02 .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left02 .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 212px;
}
.picMarquee-left02 .bd ul li .pic {
	text-align: center;
}
.picMarquee-left02 .bd ul li .pic img {
	width: 210px;
	height: 210px;
	display: block;
	border: 1px solid #eee;
}
.picMarquee-left02 .bd ul li .title {
	line-height: 35px;
	font-size: 14px;
	color: #888;
	    width: 96%;
    padding: 0 2%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*品牌导航*/
.haha2 h3 {
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #4cb036;
	width: auto;
	padding: 0 30px;
	float: left;
}
.haha2 {
	overflow: hidden;
	margin-top: 15px;
	border-bottom: 1px solid #f5f5f5;
}
.br_f5{
	overflow: hidden;
	background: #f5f5f5;
}
.picScroll-left02 {
	overflow: hidden;
	position: relative;
	padding: 50px 0;
	border-bottom: 1px solid #f5f5f5;

}
.pl_title{
	font-size: 25px;
	line-height: 65px;
}
.picScroll-left02 .hd {
	
}
.picScroll-left02 .hd .prev {
	display: block;
	width: 29px;
	height: 79px;
	float: right;
	margin-right: 5px;
	position: absolute;
	margin-top: 10px;
	top: 148px;
	left: 0px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/leri02.png) no-repeat;
}
.picScroll-left02 .hd .next {
	display: block;
	width: 29px;
	height: 79px;
	float: right;
	margin-right: 5px;
	position: absolute;
	margin-top: 10px;
	top: 148px;
	right: 0px;
	overflow: hidden;
	cursor: pointer;
	z-index: 9999;
	background: url(../images/leri02.png) no-repeat -31px 0;
}

.picScroll-left02 .bd {
	margin-left: 55px;
	padding: 20px 0;
}
.picScroll-left02 .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left02 .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left02 .bd ul li .pic {
	text-align: center;
	width: 210px;
	float: left;
	margin-right: 20px;
}
.picScroll-left02 .bd ul li .left{
	width: 830px;
	float: left;
	text-align: left;
}
.picScroll-left02 .bd ul li .left span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}
.left_wen{
	font-size: 12px;
	color: #999;
	line-height: 20px;
	text-align: left;
}
.picScroll-left02 .bd ul li .pic img {
	width: 186px;
	height: 121px;
	display: block;
	border: 2px solid #eee;
}

.pinpai_main{
	overflow: hidden;
	margin-top: 20px;
}
.left_url{
	width: auto;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	background: #4cb036;
	float: left;
	display: block;
	color: #fff;
	border-radius: 8px;
	margin-top: 10px;
}
.pp_list{
	overflow: hidden;
	margin: 15px 0;
}
.pp_list ul li{
	display: block;
	margin: 7px 5px;
	float: left;
	position: relative;
	    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.pp_list ul li img{
	width: 186px;
	height: 121px;
	padding: 1px;
	border: 1px solid #eee;
}
.pp_list ul li:hover .ppli02{
	filter:alpha(opacity=100);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
	opacity: 0.9!important;
}
.ppli02{
	width: 190px;
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	background: rgba(0,0,0,0.7);
	    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.ppli02 a{
	width: 140px;
	display: block;
	height: 75px;
	margin: 23px auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	line-height: 75px;
	
}
.ditu iframe{
	padding: 2px;
	border: 1px solid #eee;
}