@charset "utf-8";
/*-------定义公共样式--------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, select, input, textarea, p, blockquote, table, th, td, hr, button {
	margin: 0;
	padding: 0;
}
body, select, input, textarea {
	color: #434343;
	font-size: 62.5%;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	word-break: break-all;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
img, input {
	border: 0 none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto;
}
/*去掉链接虚线，针对Firfox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #464646;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #C10000;
	text-decoration: underline;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*--------主体框架---------*/
#header, main, footer {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
}
/*header样式*/
#header .top {
	width: 100%;
	height: 32px;
	background: #50b214;
}
#header .top .tel {
	width: 1200px;
	margin: 0 auto;
}
#header .top .tel p {
	float: right;
	color: #fff;
	font-family: Arial;
	font-size: 18px;
	line-height: 32px;
	width: 190px;
	background: url(../images/phone.jpg) no-repeat left;
	padding-left: 30px;
}
#header .nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#header .nav .logo {
	height: 68px;
	padding: 20px 0px 20px 0px;
	float: left;
	margin-left: 20px;
}
#header .nav .logo a {
	padding-left: 0px;
}
#menu{
	width:720px;
	height:auto !important;
	float: right;
}
#menu ul {
	height: 35px;
	padding: 50px 0px 20px 0px;
}
#menu ul li {
	float:left;
	display:inline;
	width: 65px;
	margin: 0px 10px 0px 5px;
	text-align: center;
}
#menu ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	border-bottom: 1px solid #fff;
	height:22px;
	color: #989898;
}
#menu ul li a:hover, #menu ul li a.acted {
	color:#50b214;
	text-decoration: none;
	border-bottom: 1px solid #50b214;
}
/*底部样式*/
#footer {
	width: 100%;
	height: 90px;
	background: #01660c;
}
#footer .foot {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#footer .foot a {
	color: #acacac;
}
#footer .foot p {
	padding-left: 35px;
}
#footer .foot p.nav {
	font-size: 12px;
	color: #acacac;
	padding-top: 25px;
}
#footer .foot p.copyright {
	font-size: 12px;
	color: #e3e2e2;
	padding-top: 15px
}
#footer .foot .scan {
	position: absolute;
	top: -45px;
	right: 35px;
	width: 109px;
	height: 130px;
}
#footer .foot .scan span {
	font-size: 14px;
	color: #fff;
	margin-left: 4px;
}
/*内页banner样式*/
#banner-position .position {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #eaeaea;
}
#banner-position .position p {
	width: 1200px;
	margin: 0 auto;
	line-height: 60px;
	font-size: 12px;
}
#banner-position .position p span {
	color: #00881a;
}
/*关于我们页面*/
/*bannerr样式*/
#banner-position{
	margin-bottom:15px;
	height:auto !important;
	overflow:hidden;
}
#banner-position .banner1 {
	width: 100%;
	margin: 0px auto;
	height: 410px;
}
main {
	width: 1200px;
	margin: 0 auto 40px;
}
/*----侧边栏------*/
aside {
	float: left;
	display: inline;
	width: 232px;
	height: auto !important;
	overflow: hidden;
	margin-bottom:10px;
}
aside h2 {
	height: 40px;
	width:228px;
	padding-top:16px;
	font-size: 2.0em;
	font-weight: normal;
	text-align:center;
	background-color:#336600;
}
aside h2>a{
	color:#fff;
}
aside h2>a:hover{
	color:#fff;
	text-decoration:none;
}
aside h2 span {
	font-size: 10px;
	padding-left:8px;
}
/*-----关于我们-----*/
aside .about_list{
	width: 228px;
	height:auto !important;
	overflow:hidden;
	border: 2px solid #336600;
	margin-bottom:30px;
}
aside .aside-img{
	background:#70A2D0;
	width:228px;
	height:142px;
}


aside ul {
	height: auto !important;
	overflow: hidden;
}
aside ul>li {
	height: auto !important;
	overflow: hidden;
}
aside ul>li>a {
	display: block;
	width: 228px;
	text-align: center;
	border-bottom: 1px dashed #336600;
	height: 55px;
	font-size: 16px;
	line-height: 55px;
	color: #333333;
}
aside ul>li>a.end {
	border:0 none;
}
.about_list ul>li>a.acur, .about_list ul>li>a:hover {
	text-decoration: none;
	color:#336600;
	background-color:#ECECEC;
}
/*-----产品展示-----*/
aside .pro_list{
	width: 228px;
	height:auto !important;
	overflow:hidden;
	border: 2px solid #336600;
	margin-bottom:30px;
}
.pro_list ul>li {
	height: auto !important;
	overflow: hidden;
	background:url(../images/icon.jpg) no-repeat 210px 25px;
}
.pro_list ul li ul {
	clear: both;
	margin: 0;
	height: auto !important;
	overflow: hidden;
}
.pro_list ul li ul li {
	background:0 none;
}
.pro_list ul>li>a.acur, .pro_list ul>li>a:hover {
	text-decoration: none;
	color:#336600;
	background:#ECECEC url(../images/icon.jpg) no-repeat 210px 25px;
}
.pro_list ul li ul li a.acur,.pro_list ul li ul li a:hover{
	text-decoration: none;
	color:#336600;
	background:#ECECEC;
}
/*-----工程案例-----*/
aside .case_list{
	width: 228px;
	height:auto !important;
	overflow:hidden;
	border: 2px solid #336600;
	margin-bottom:30px;
}
/*----联系我们----*/
aside .contact {
	clear:both;
	width: 228px;
	height: 378px;
	border: 2px solid #336600;
}
aside .contact .img{
	width:228px;
	height:136px;	
}
aside .contact .info{
	padding:10px 0 0 20px;
	font-size: 13px;
	line-height: 1.8em;
	color: #464545;
}
aside .contact .info h1 {
	font-size: 14px;
	line-height: 35px;
}
/*主体部分右边*/
main .main-right {
	width: 940px;
	float: right;
	display:inline;
	min-height:800px;
	height:auto !important;
	height:800px;
	overflow:visible;
}
main .main-right p {
	clear:both;
	margin-bottom:8px;
}
main .main-right p.title {
	color: #00881a;
	line-height: 35px;
	margin-bottom: 32px;
	border-bottom: 2px solid #336600;
	font-size: 16px;
}
main .main-right p.txt {
	padding-bottom: 45px;
	
}
main .main-right p.title span {
	font-size: 12px;
	padding-left: 1px;
}
main .main-right .profile {
	padding-left: 20px;
	overflow: hidden;
	font-size:13px;
}
main .main-right .profile img {
	margin: 0px 20px 20px 0px;
	float: left;
}
main .main-right .profile p.txt {
	padding-right: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #464545;
	text-indent: 2em;
	font-weight: normal;
}
.nothing {
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}
/*----------新闻中心----*/
main .main-newslist {
	width: 940px;
	float: right;
	display:inline;
	min-height:800px;
	height:auto !important;
	height:800px;
	overflow:visible;
}
main .main-newslist p.title {
	color: #00881a;
	line-height: 35px;
	margin-bottom: 15px;
	border-bottom: 2px solid #336600;
	font-size: 16px;
}
main .main-newslist p.title span {
	font-size: 12px;
	padding-left: 1px;
}
main .main-newslist ul {
	width: 900px;
	height: 850px;
	margin-left: 20px;
	overflow: hidden;
}
main .main-newslist ul li {
	width: 900px;
	margin-bottom: 20px;
}
main .main-newslist ul li a {
	display: block;
	width: 88px;
	height: 28px;
	background: url(../images/inside/Details.jpg);
	line-height: 28px;
	font-size: 12px;
	padding-left: 20px;
	color: #336600;
	margin-top: 0px;
}
main .main-newslist ul li a.name {
	display: block;
	width: 600px;
	background: none;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	text-indent: -20px;
}
main .main-newslist ul li p {
	font-size: 12px;
	color: #999999;
	line-height: 25px;
	padding-top: 8px;
	height: 70px;
	overflow: hidden;
}
main .main-newslist ul li span {
	font-size: 12px;
	color: #999999;
	line-height: 45px;
}
main .main-newslist ul li span.date {
	color: #009933;
}
main .main-newslist ul li img {
	margin-left: 43px;
}
main .main-newslist p.page {
	width: 130px;
	height: 30px;
	margin: 10px auto 0px;
}
main .main-newslist p.page a {
	margin-right: 20px;
	font-size: 14px;
	color: #666666;
}
main .main-newslist p.page a:hover {
	color: #339900;
}

/*-----经销加盟------*/
.details p {
	font-size: 13px;
	line-height: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.details span {
	font-weight: bold;
}

/*----联系我们----*/
.main-right .contact {
	clear: both;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	overflow: visible;
	font-size: 14px;
	padding: 20px 0px 0px 30px;
	background: url(../images/contact_bg1.jpg) no-repeat bottom right;
}
.main-right .contact h1 {
	font-size: 16px;
	line-height: 40px;
	color: #024289;
}
.main-right .contact strong {
	font-weight: normal;
}
.main-right .contact p {
	line-height: 28px;
}
/*---------视频中心------------*/
.video dl {
	width: 940px;
	overflow: hidden;
	margin: 25px 0px 0px 30px;
}
.video dl dt {
	float: left;
}
.video dl dd {
	float: left;
	margin-left: 20px;
}
.video dl dd a {
	display: block;
	font-size: 12px;
	background: url(../images/inside/video-bj.jpg) no-repeat;
	width: 96px;
	height: 32px;
	text-align: center;
	padding-top: 5px;
	color: #fff;
	margin-top: 5px;
}
.video p {
	font-size: 12px;
	line-height: 30px;
}
.video dl h1 {
	font-size: 14px;
	line-height: 30px;
	padding-top: 10px;
}