html,body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	color: #444;
	min-width: 1000px
}

hr,p,blockquote,dl,dt,dd,pre,form,fieldset,legend,button,input,textarea,td,figure,figcaption {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: '\5FAE\8F6F\96C5\9ED1'
}

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0
}

em {
	font-style: normal
}

button {
	cursor: pointer
}

img {
	border: 0;
	vertical-align: middle
}

a {
	color: #444;
	text-decoration: none;
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

.transition {
	-webkit-transition: all .2s ease-in-out 0;
	-moz-transition: all .2s ease-in-out 0;
	-o-transition: all .2s ease-in-out 0;
	-ms-transition: all .2s ease-in-out 0;
	transition: all .2s ease-in-out 0
}

a:hover {
	color:#666;
	text-decoration: none
}

input,select,textarea {
	vertical-align: middle;
	font-size: 12px;
	font-family: "Microsoft Yahei",Verdana,Arial
}

table {
	border: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0
}

.line-height {
	line-height:22px;
}

.list-unstyled {
	margin: 0 !important;
	padding: 0 !important
}

.list-unstyled,
.list-unstyled > li {
	padding-left: 0;
	list-style: none
}

.list-unstyled,
.list-unstyled li {
	*margin: 0;
	*padding: 0;
	*list-style: none
}

.list-unpadding {
	padding-left: 0
}

.pull-left {
	float: left !important;
	display: inline
}

.pull-right {
	float: right !important;
	display: inline
}

.text-center {
	text-align: center!important
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.clearfix:after,.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix,.row {
	display: inline-table
}

*html .clearfix,*html .row {
	height: 1%
}

.clearfix,.row {
	display: block
}

.clear {
	clear: both;
	*zoom: 1;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden
}

.hide {
	display: none!important;
	display: none
}

.col-md-1 {
	width: 8.3333333333%
}

.col-md-2 {
	width: 16.6666666667%
}

.col-md-3 {
	width: 25%
}

.col-md-4 {
	width: 33.3333333333%
}

.col-md-5 {
	width: 41.6666666667%
}

.col-md-6 {
	width: 50%
}

.col-md-7 {
	width: 58.3333333333%
}

.col-md-8 {
	width: 66.6666666667%
}

.col-md-9 {
	width: 75%
}

.col-md-10 {
	width: 83.3333333363%
}

.col-md-11 {
	width: 91.6666666667%
}

.col-md-12 {
	width: 100%
}

.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
	float: left;
	display: inline
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes shake {
	0,100% {
		-webkit-transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px)
	}
}

@-moz-keyframes shake {
	0,100% {
		-moz-transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-moz-transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-moz-transform: translateX(10px)
	}
}

@-o-keyframes shake {
	0,100% {
		-o-transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-o-transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-o-transform: translateX(10px)
	}
}

@keyframes shake {
	0,100% {
		transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		transform: translateX(10px)
	}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake
}

.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie.htc)\9
}

.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	behavior: url(pie.htc)
}

.arrow {
	font-style: normal;
	font-family: monospace;
	margin-left: 5px
}

.placeholder {
	color: #777
}

.container {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto
}
.relative {position:relative}
.absolute {position:absolute}
.circle,.rounded {position:relative; z-index:1}

.icon {display: inline-block; *display: inline; *zoom:1; width: 20px; height:20px; vertical-align:middle; background:url('../images/sprite.png') no-repeat}
.icon-tel {background-position:0 -20px}
.icon-email {background-position:0 -40px}
.icon-addr {background-position:0 -60px}


.flexslider {
	position: relative;
	text-align: center;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 25px;
	height: 18px;
	overflow: hidden;
	text-align: center;
	z-index: 1000;
	margin: 0;
	padding: 0
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: top
}
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: 0 1px 1px 0 #4a4a4a;
	-moz-box-shadow: 0 1px 1px 0 #4a4a4a;
	box-shadow: 0 1px 1px 0 #4a4a4a;
	filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6
}
.flex-direction-nav li {
	padding: 0;
	margin: 0;
	list-style: none
}
.flex-direction-nav li a {
	position: absolute;
	display: block;
	z-index: 3;
	top: 50%
}
.flex-direction-nav li a.flex-prev {
	left: 0 !important
}
.flex-direction-nav li a.flex-next {
	right: 0 !important
}
.flex-direction-nav li a {
	display: block
}
.flex-control-paging li a:hover,.flex-control-paging li a.flex-active {
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1
}
.flex-direction-nav li a {
	width: 40px;
	height: 80px;
	margin-top: -40px;
	text-indent: -9999px;
	background-color: rgba(0,0,0,0.2);
	background-image: url('../images/flex-direction-nav-a-bg.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	background-color: #666\9;
	*background-color: #666
}

.flex-direction-nav li a.flex-next {
	background-position: -40px center
}


.header {border-top:5px solid #5a5a69; height:145px}
.header .logo {height:110px}
.header .logo img {width:200px; height:70px; margin-top:20px}
.header .tel {margin-top:45px; height:25px; line-height:25px; font-size:22px; color:#5ba301; overflow:hidden}
.header .tel span {font-size:12px; display:inline-block; *display:inline; *zoom:1; vertical-align:top; background:#5ba301; height:25px; color:#fff; padding:0 10px; margin-right:10px; position:relative}
.header .tel span i {display:block; width:0; height:0; border:5px solid transparent; border-top-color:#5ba301; position:absolute; right:-5px; top:0}

.header .nav {height:35px; line-height:35px; background:#5a5a69}
.header .nav li {float:left; display:inline; width:125px; height:35px; text-align:center}
.header .nav li a {display:block; font-size:14px; color:#fff}
.header .nav li.active a,
.header .nav li a:hover {background:#8dc03f}










.index-banner {height:430px; overflow:hidden}
.index-banner img {position:absolute; left:50%; margin-left:-840px}

.index-main {height:280px; position:relative; margin:-60px 0 0 0; background:#fff; z-index:99999}
.index-main .box {width:320px; padding-right:20px; line-height:30px; font-size:12px}

.index-main .about .content {padding:15px 10px}
.index-main .about .content p {width:195px}
.index-main .about .content img {margin-top:5px}
.index-main .news ul {margin-top:15px!important}
.index-main .news li {padding:0 10px}
.index-main .news li i {display:inline-block; *display:inline; *zoom:1; border:3px solid transparent; vertical-align:middle; margin-right:5px; width:0; height:0; line-height:0; font-style:normal; overflow:hidden; border-left-color:#444}
.index-main .news li .time {float:right; display:inline}
.index-main .news li a:hover {color:#8dc03f}
.index-main .news li a:hover i {border-left-color:#8dc03f}

.index-main .contact {padding:0}
.index-main .contact ul {margin-top:15px!important}
.index-main .contact li {padding:0 10px}

.case-wrap h2 {line-height:30px; padding:10px 0; font-size:16px; font-weight:normal; color:#519e02}
.case-wrap h2 span {font-size:12px; color:#999; margin-left:5px}
.case-wrap .tab {line-height:30px; margin-top:10px; color:#8d8d8d}
.case-wrap .tab a {border-left:1px solid #8d8d8d; padding-left:10px; margin-left:10px}
.case-wrap .tab span {color:#8d8d8d; margin:0 8px}
.case-wrap .tab a.active {color:#5da513}

.case-wrap ul {position:relative; width:1020px; margin-right:-20px}
.case-wrap li {float:left; display:inline; width:184px; height:166px; line-height:40px; text-align:center; padding-right:20px; padding-bottom:20px}
.index-case {height:422px; overflow:hidden}

.footer {border-top:2px solid #5b5a6c; line-height:25px; height:75px; padding:15px 0; background:#d8ddd7; color:#51534e; margin-top:20px}
.footer .contact {color:#8d8f8c}
.footer .contact span {margin:0 5px}

.green {color:#54920d}

.banner {height:200px}

.aside-left {width:240px; margin-top:15px}
.main-right {width:740px; margin-top:15px}
.breadcrumb {height:20px; line-height:20px; padding:5px 0; font-family:monospace; border-bottom:1px solid #dbdbdb}
.breadcrumb a,
.breadcrumb span {line-height:20px; font-family:'\5FAE\8F6F\96C5\9ED1'; margin:0 5px}

.aside-left dt {font-family:'\6977\4F53_GB2312'; height:60px; line-height:60px; padding:0 20px; font-size:24px; color:#fff; background:#529d02; position:relative; z-index:2}
.aside-left dt span {font-family:'\5FAE\8F6F\96C5\9ED1'; font-size:14px}
.aside-left dd {height:55px; line-height:55px; border-top:1px solid #d6d6d6; background:#e7e7e7; margin-top:-1px; position:relative; z-index:1; font-size:14px}
.aside-left dd a {display:block; color:#686868; padding-left:70px}
.aside-left dd.active a,
.aside-left dd a:hover {color:#529d02}
.aside-left dd a i {font-style:normal; float:right; display:inline; margin-right:50px}

.aside-left .contact {margin-top:20px}
.aside-left .contact h2 {font-family:'\6977\4F53_GB2312'; color:#454545; line-height:60px; height:60px; font-size:24px; padding:0 20px; background:#efefef; font-weight:normal; margin-bottom:15px}
.aside-left .contact h2 span {font-family:'\5FAE\8F6F\96C5\9ED1'; font-size:14px}
.aside-left .contact li {line-height:20px; padding:0 0 10px 25px; position:relative}
.aside-left .contact li i.icon {position:absolute; left:0}

.main-right .title {height:35px; line-height:35px; background:#615a6a; color:#fff; margin-top:10px}
.main-right .title span {display:inline-block; *display:inline; *zoom:1; padding:0 20px; background:#529d02; font-size:14px}

.page-wrap .content {padding:20px; line-height:30px; font-size:12px}
.page-wrap .content p {margin-bottom:15px; text-indent:25px}

.news-wrap {padding:10px 0}
.news-wrap li {float:left; display:inline; width:710px; padding:10px 15px; border-bottom:1px solid #efefef; line-height:30px}
.news-wrap li  img {width:100px; height:75px; margin-right:15px}
.news-wrap li .time {float:right; display:inline; color:#666}
.news-wrap li i {display:inline-block; *display:inline; *zoom:1; border:3px solid transparent; vertical-align:middle; margin-right:10px; width:0; height:0; line-height:0; font-style:normal; overflow:hidden; border-left-color:#a3a3a3}
.news-wrap li a:hover i {border-left-color:#529d02}
.news-wrap li a {font-size:14px}
.news-wrap li a:hover {color:#529d02}
.news-wrap li p {line-height:20px; color:#999}

.page-wrap .title {background:none; padding:10px 0; margin:0; color:#5a5a69; text-align:center; font-size:20px; margin-top:20px}
.page-wrap .subtitle {background:#fefef; color:#666; line-height:30px; padding:5px 0; text-align:center; background:#f0f0f0}

.prev-next {padding:10px 20px; background:#f8f8f8; line-height:30px}
.prev-next li {float:left; display:inline; width:50%}

.btn-back {margin:20px 0}
.btn-back a {display:block; width:100px; margin:0 auto; background:#529d02; text-align:center; height:30px; line-height:30px; color:#fff}

.main-right .case-wrap {width:740px; margin-top:20px}
.main-right .case-wrap ul {width:765px}
.main-right .case-wrap li {width:230px; padding-right:25px; height:198px}
.main-right .case-wrap li  img {width:230px; height:158px}

.pages {height:30px; line-height:30px; padding:20px 0}
.pages a,
.pages span {display:inline-block; *display:inline; *zoom:1; padding:0 12px; height:30px; line-height:30px; margin:0 3px; background:#efefef; color:#666}
.pages span {background:#529d02; color:#fff}