@charset "utf-8";
/* CSS Document */

/*****Basic Element*****/
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "黑体";
}
*:focus {
	border:none;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
body {
}
/*****Generic Classes*****/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	height: 0;
	clear: both;
}
.hidden {
	display: none;
}
.ww {
	width: 1200px;
	margin: 0 auto;
}
/*****Basic Layout*****/
#wrap {
}
/*****Header*****/
#header {
	padding-top:60px;
	height:90px;
}
#header form {
	height:34px;
	padding:0 10px;
	border:1px #848484 solid;
	border-radius:6px;
}
#header input {
	display:inline-block;
	height:34px;
	border:0;
	vertical-align:middle;
}
#header input.kuang {
	width:200px;
	line-height:34px;
	font-size:12px;
	color:#6d6d6d;
}
#header input.ben_ser {
	width:20px;
	background:url(../../images/icon_ser_03.png) no-repeat center center;
	cursor:pointer;
}
#header .tel {
	font-size:12px;
	color:#6d6d6d;
	padding:10px 0 0 10px;
}
#header .tel strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}
/*****Nav*****/
#nav {
	height:40px;
	background:#f1f1f1;
	border-top:1px #ddd solid;
}
#nav li {
}
#nav li a {
	display:inline-block;
	height:40px;
	padding:0 25px;
	font-size:17px;
	color:#747474;
	line-height:40px;
}
#nav li a:hover {
	color:#fff;
	background:#5D902B;
}
#nav li a.home {
	background:#5d902b;
	color:#fff;
}
/*****Banner*****/
#banner {
	padding-top:55px;
}
.flexslider {
	position: relative;
	height: 550px;
	overflow: hidden;
	background: url(../../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 550px;
}
.flex-control-nav {
	position: absolute;
	bottom: 25px;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding-left:545px;
}
.flex-control-nav li {
	display: inline-block;
	width: 30px;
	height: 6px;
	margin: 0 5px;
 *display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 30px;
	height: 6px;
	line-height: 40px;
	overflow: hidden;
	background: url(../../images/dot1.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 62px;
	height: 62px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	right: 50%;
	background: url(../../images/prev.png) center top no-repeat;
	margin-right:600px;
}
.flex-direction-nav li a.flex-next {
	left: 50%;
	background: url(../../images/next.png) center top no-repeat;
	margin-left:600px;
}
.flex-direction-nav li a.flex-prev:hover {
	background: url(../../images/prev.png) center -62px no-repeat;
}
.flex-direction-nav li a.flex-next:hover {
	background: url(../../images/next.png) center -62px no-repeat;
}
/*****首页关于我们*****/
#main {
	padding:55px 0;
}
.about {
	background:#f1f1f1;
	border-left:16px #5d902b solid;
	padding:20px 35px 20px 30px;
}
.intitle {
	font-size:24px;
	color:#565656;
	padding-bottom:20px;
}
.intitle span {
	font-size:18px;
}
a.more {
	display:block;
	width:178px;
	height:46px;
	line-height:46px;
	border-radius:4px;
	background:#5d902b;
	font-size:18px;
	color:#fff;
	text-align:center;
}
a.more:hover {
	background:#4f821d;
}
.about .nr {
	width:870px;
	max-height:96px;
	overflow:hidden;
	font-size:12px;
	color:#565656;
	line-height:24px;
}
/*****首页快速导航*****/
.quickway {
	padding:100px 0 70px 0;
}
.quickway li {
	width:244px;
	position:relative;
	background:#f1f1f1;
	padding:110px 0 25px 0;
}
.quickway li h2 {
	font-weight:normal;
	font-size:24px;
	color:#5d902b;
	text-align:center;
	padding-bottom:45px;
}
.quickway li h2 span {
	display:block;
	font-size:14px;
	color:#404040;
}
.quickway li a.formore {
	display:block;
	width:114px;
	height:32px;
	line-height:32px;
	text-align:center;
	margin:0 auto;
	font-size:12px;
	color:#404040;
	background:#fff;
	border:1px #bfbfbf solid;
	box-shadow:1px 1px 1px #cecdcd;
}
.quickway li .icon {
	width:140px;
	height:140px;
	line-height:140px;
	border:3px #bfbfbf solid;
	border-radius:73px;
	background:#fff;
	text-align:center;
	position:absolute;
	left:50px;
	top:-55px;
}
.quickway li .icon img {
	display:inline-block;
	margin-top:50px;
}
.quickway li:hover {
	background:#5d902b;
}
.quickway li:hover h2 {
	color:#fff;
}
.quickway li:hover h2 span {
	color:#fff;
}
/*****首页产品*****/
.product {
}
.product li {
	position:relative;
	margin:0 30px 30px 0;
}
.product li a {
	display:block;
}
.product li img {
	display:block;
	width:277px;
	height:326px;
}
.product li .ceng {
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	width:277px;
	background:url(../../images/black_03.png);
	padding:20px 0;
	font-size:18px;
	color:#fff;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.product a.more {
	margin:20px auto 0;
}
/*****Footer*****/
#footer {
	background:#464646;
	font-size:12px;
	color:#fff;
	padding:40px 0;
}
#footer a {
	color:#fff;
}
.binfo {
	font-size:14px;
}
.bnav li a {
	display:inline-block;
	margin:0 20px;
}
/*****内页*****/
.main_left {
	width:300px;
}
.main_left h2 {
	font-size:24px;
	color:#5d902b;
	text-align:center;
	padding:12px 0 0 0;
}
.main_left .menu li {
	border:2px #5d902b solid;
	padding:5px;
	text-align:center;
	margin-top:18px;
}
.main_left .menu li a {
	display:block;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#5d902b;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main_left .menu li a:hover,.main_left .menu li a.selected {
	background:#5d902b;
	color:#fff;
}
/*右侧*/
.main_right {
	width:855px;
}
.bigtitle {
	border-bottom:2px #5d902b solid;
	position:relative;
	padding-bottom:7px;
}
.bigtitle h2 {
	text-align:center;
	font-weight:normal;
	font-size:24px;
	color:#5d902b;
	padding-bottom:5px;
	border-bottom:4px #5d902b solid;
}
.bigtitle h2 span {
	display:block;
	font-size:18px;
	color:#000;
}
.bread {
	font-size:12px;
	color:#585858;
	position:absolute;
	right:0;
	top:35px;
}
.bread a {
	color:#585858;
}
.bread a:hover {
	color:#498ad9;
}
.nlist {
	padding:30px 0;
}
.nlist li {
	padding:25px 0 15px 0;
	border-bottom:1px #444 dashed;
}
.nlist li dl {
	max-width:650px;
}
.nlist li dt a {
	font-size:20px;
	color:#757575;
	padding-left:20px;
	background:url(../../images/icon_news_03.gif) no-repeat left center;
}
.nlist li dt a:hover {
	color:#5d902b;
}
.nlist li dt a strong {
	font-size:14px;
	color:#fa0000;
}
.nlist li dd {
	font-size:16px;
	color:#565656;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-top:10px;
}
.nlist li span {
	font-size:16px;
	color:#565656;
	padding-top:40px;
}
.plist {
	padding:30px 0;
}
.plist li {
	width:188px;
	padding-left:20px;
}
.plist li img {
	display:block;
	width:180px;
	height:210px;
	border:4px #5d902b solid;
}
.plist li a:hover img {
	border:4px #4f821d solid;
}
.plist li p {
	font-size:18px;
	color:#484848;
	text-align:center;
	padding:15px 0 25px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.mes {
	width:700px;
	margin:50px auto;
	background:#f2f2f2;
	padding:30px 0 45px 0;
}
.mes .inbox {
	padding-bottom:20px;
}
.mes .inbox span {
	display:inline-block;
	width:140px;
	padding-right:15px;
	font-weight:bold;
	font-size:16px;
	color:#5d902b;
	text-align:right;
}
.mes .inbox input {
	width:400px;
	height:32px;
	line-height:32px;
	padding:0 10px;
	border:1px #5d902b solid;
	border-radius:8px;
	font-size:16px;
	color:#484848;
}
.mes .area span {
	vertical-align:top;
}
.mes .inbox textarea {
	width:400px;
	height:80px;
	font-size:16px;
	color:#484848;
	padding:10px;
	border:1px #5d902b solid;
	border-radius:8px;
	overflow:auto;
}
.mes .yzm input {
	width:130px;
	margin-right:10px;
}
.mes .inbox img {
	vertical-align:middle;
}
.mes .btns {
	text-align:right;
	padding-right:115px;
}
.mes .btns input {
	display:inline-block;
	width:102px;
	height:28px;
	border-radius:8px;
	border:1px #5d902b solid;
	background:#fff;
	cursor:pointer;
	font-size:14px;
	color:#5d902b;
	text-align:center;
	margin-right:10px;
}
.mes .btns input.reset {
	background:#5d902b;
	color:#fff;
}
.pshow {
	padding:30px 0;
}
.pshow .protitle {
	color:#565656;
	padding-bottom:20px;
	text-align:center;
}
.pshow .protitle dt {
	font-size:18px;
	padding-bottom:5px;
}
.pshow .protitle dd {
	font-size:12px;
}
.pshow .propic {
	display:block;
	width:260px;
	margin:0 auto;
}
.content {
	font-size:16px;
	color:#565656;
	line-height:40px;
	padding:30px 0;
}
.content img {
	max-width:100%
}
.xg {
	font-size:14px;
	color:#666;
	line-height:30px;
}
.xg a {
	color:#666;
}
.xg a:hover {
	color:#5d902b;
	text-decoration:underline;
}






