<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #323232;
}
p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}
a:hover{color:#f60;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

img {
	vertical-align: top;
}

#container {
	overflow: hidden;
}

/*****************************
			页内css
*****************************/
#header {
	margin-bottom: 50px;
	height: 800px;
	position: relative;
	overflow: hidden;
}

#header .topBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(26,137,71,.8);
}

#header .hBox{
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 1250px;
}	

#header h1 {
	margin: 0;
	float: left;
}

#header .tel {
	padding: 0 0 0 80px;
	float: right;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 15px;
	background: url(../images/tel.png) no-repeat left 5px;
}

#header .tel span {
	display: block;
	font-size: 36px;
	color: #fff33b;
	font-weight: 400;
	line-height: 35px;
}

#gNavi {
	padding-bottom: 20px;
}

#gNavi ul {
	margin: 0 auto;
	padding: 5px 0;
	width: 1240px;
}

#gNavi li {
	width: 9.0%;
	float: left;
	margin:0 0.5%;
}

#gNavi li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	border:1px solid #fff;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	background: #e94822;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.mainImg {
	z-index: 5;
}

.mainImg li {
	width: 100%;
	height: 800px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #0C8B35;
}

.section {
	margin: 0 auto;
	width: 1200px;
}

#main .headLine01 {
	color: #1a8947;
	font-size: 35px;
	text-align: center;
}

#main .headLine01 span {
	margin-top: 20px;
	padding-top: 14px;
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

#main .headLine01 span:before {
	margin-left: -25px;
	position: absolute;
	width: 50px;
	height: 2px;
	left: 50%;
	top: 0;
	content: "";
	background: #1a8947;
}

#main {
	margin-bottom: 50px;
}

#main .product {
	padding-top: 50px;
	background: #F7F7F7;
}

#main .feature {
	margin-bottom: 50px;
}

#main .feature li {
	margin: 0;
	float: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .feature li:hover {
	margin-top: -10px;
}

#main .listBox {
	background: url(../images/pro_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .listBox .list {
	width: 300px;
	float: left;
}

#main .listBox .list h2 {
	margin: 0;
	padding: 25px 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background: #1A8947;
}

#main .listBox .list h2 span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

#main .listBox .list ul {
	margin-bottom: 15px;
}

#main .listBox .list h3 {
	margin: 0;
}
#main .listBox .list li a {
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	transition: all .2s ease;
	background: #137F34;
}

#main .listBox .list li a:hover {
	padding-left: 40px;
	color: #ffffff;
	transition: all .2s ease;
	background: #e94822;
}

#main .listBox .list li ul {
	margin: 0;
	background: #0C8B35;
}

#main .listBox .list li li {
	padding: 3px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	background: #0C8B35;
}

#main .listBox .list li li a {
	padding: 7px 0;
	display: block;
	font-size: 15px;
	text-align: center;
	background: none;
}

#main .listBox .list li li a:hover {
	padding: 7px 0;
}

#main .listBox .list .contact {
	background: #137F34;
}

#main .listBox .list .contact p {
	padding: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

#marqueesrcoll {
	height: 1243px;
	overflow: hidden;
	background: none !important;
}

#main .srcoll {
	padding: 0 0 5px;
	width: 880px;
	float: right;
}

#main .srcoll li {
	margin: 0 15px 25px 0;
	float: left;
}

#main .srcoll li .photo {
	width: 275px;
	height: 220px;
	overflow: hidden;
}

#main .srcoll li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .srcoll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .srcoll li p {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

#main .banner {
	margin-bottom: 50px;
	height: 200px;
	background: url(../images/banner.jpg) no-repeat center center;
}

#main .case {
	margin-bottom: 100px;
}

#main .case li {
	margin: 0 20px 0 0;
	float: left;
}

#main .case li .photo {
	width: 280px;
	height: 230px;
	border: 1px solid #666;
}

#main .case li .photo img {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
}

#main .case li p {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

#main .feaBox {
	padding: 70px 0;
	box-sizing: border-box;
	background:url(../images/ys.jpg) no-repeat center;
}

#main .feaBox h2 {
	margin: 0 0 20px;
	text-align: center;
}

#main .feaBox .text01 {
	margin: 0 0 20px 300px;
	color: #5b5b5b;
	font-size: 20px;
	text-align: center;
}

#main .feaBox .text02 {
	color: #555;
	font-size: 18px;
	text-align: center;
}

#main .feaBox .imgBox .photo {
	width: 600px;
	float: right;
	padding-top:70px;
}

#main .feaBox .imgBox .photo img {
	width: 100%;
}

#main .feaBox .imgBox .textBox {
	padding-top: 120px;
	width: 570px;
	float: left;
}

#main .feaBox .imgBox .textBox .sub01 {
	padding-top: 20px;
	font-size: 46px;
	font-weight: bold;
	color: #ce1210;
	line-height: 122px;
	text-align: center;
}

#main .feaBox .imgBox .textBox .sub02 {
	margin-bottom: 60px;
	font-size: 17px;
	line-height: 36px;
	color: #333;
}

#main .feaBox li {
	margin: 0 10px;
	padding: 0 15px 20px;
	width: 280px;
	height: 330px;
	float: left;
	background: #fff;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
}

#main .feaBox li .pic {
	margin: -60px 0 10px;
	text-align: center;
}

#main .feaBox li .pic img {
	width: 130px;
}

#main .feaBox li .txt {
	font-size: 15px;
	line-height: 1.7;
}

#main .feaBox li .ttl {
	margin-bottom: 20px;
	padding: 15px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #E9E9E9;
}

#main .about {
	margin-bottom: 50px;
	padding: 100px 0;
	background: url(../images/about_bg02.jpg) no-repeat center center;
}

#main .about .headLine01 {
	margin: 10px 0 10px 40px;
	color: #fff;
	text-align: left;
}

#main .about .headLine01 span {
	margin-left: 30px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
}

#main .about .headLine01 span:before {
	display: none;
}

#main .about .photo {
	padding-top: 20px;
	float:left;
}
#main .about .photo img{
	width:460px;
	height:400px;
	border:8px solid #063;
	}
#main .about .textBox {
	width: 700px;
	float: right;
}

#main .about .textBox p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1.9;
	text-indent: 2em;
	margin-top:50px;
	text-align:justify;
}

#main .about .textBox h3 {
	margin: 0 0 10px;
	padding: 20px 0 0 30px;
	color: #fff;
	font-size: 35px;
	text-align: center;
}

#main .about .textBox .btn a {
	display: block;
	width: 150px;
	color: #fff;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	letter-spacing: 3px;
	text-align: center;
	background: #e94822;
	border-radius: 25px;
	font-weight:bold;
}

#main .about .textBox .btn a:hover {
	opacity: 0.7;
}

#main .newsBox {
	margin-bottom: 0;
	position: relative;
}

#main .newsBox h2 {
	margin: 0 0 40px;
	color: #1a8947;
	font-size: 40px;
	text-align: center;
}

#main .newsBox .newsTxt {
	margin-bottom: 40px;
	color: #5b5b5b;
	font-size: 16px;
	text-align: center;
}

#main .newsBox .section {
	box-sizing: border-box;
}

#main .newsBox .lbox {
	width: 1200px;
	float: right;
}

#main .newsBox .lbox li {
	width:570px;
	margin:10px 10px 15px 10px;
	padding: 5px;
	color: #666;
	font-size: 15px;
	list-style: none;
	float:left;
	position: relative;
	background:#f5f5f5;
}

#main .newsBox .lbox li a {
	display: block;
	overflow: hidden;
}

#main .newsBox .lbox li .pic {
	width: 260px;
	height: 200px;
	float: left;
	overflow: hidden;
}

#main .newsBox .lbox li .pic img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsBox .lbox li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsBox .lbox li .textBox {
	width: 300px;
	float: right;
	padding-top:15px;
}

#main .newsBox .lbox li .textBox .ttl {
	margin-bottom: 3px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#main .newsBox .lbox li .textBox .date {
	margin-bottom: 0px;
	font-size: 14px;
	padding-top:6px;
	color:#888;
}

#main .newsBox .lbox li .textBox .txt {
	font-size: 14px;
	line-height: 1.8;
	padding-top:6px;
}
#main .newsBox .lbox li:hover .textBox .txt {
	color:#666;
}
#main .newsBox .lbox li span {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 13px;
}

#main .newsBox .photo {
	margin-bottom: 30px;
}

#main .newsBox .photo img {
	width: 100%;
}

#main .newsBox .rbox {
	width: 580px;
	float: left;
}

#main .newsBox .rbox li {
	margin-bottom: 20px;
}

#main .newsBox .rbox li a {
	padding: 13px 5px;
	display: block;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

#main .newsBox .rbox li a .date {
	margin-top: 5px;
	width: 110px;
	float: left;
	color: #666;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #EEEEEE;
}

#main .newsBox .rbox li a .date span {
	display: block;
	font-size: 39px;
	color: #666;
	font-weight: 400;
}

#main .newsBox .rbox li a .rText {
	padding: 5px 0 0 140px;
}

#main .newsBox .rbox li a .rText .ttl {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
    color: #666;
}

#main .newsBox .rbox li a .rText .txt {
	font-size: 14px;
	color: #a8a5a5;
	line-height: 1.7;
}

#main .newsBox .rbox li a:hover {
	background: #1A8947;
}

#main .newsBox .rbox li a:hover .date,
#main .newsBox .rbox li a:hover .date span {
	color: #fff;
}

#main .newsBox .rbox li a:hover .rText .ttl {
    color: #fff;
}

#main .newsBox .rbox li a:hover .rText .txt {
    color: #fff;
}

#main .newsBox .slider02 li {
	margin-right: 20px;
	width: 280px;
	float: left;
}

#main .newsBox .slider02 li a {
	display: block;
}

#main .newsBox .slider02 li .pic {
	height: 260px;
	overflow: hidden;
}

#main .newsBox .slider02 li .pic img {
	width: 100%;
	min-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsBox .slider02 li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsBox .slider02 li p {
	padding: 10px 0;
	color: #333;
	font-size: 15px;
	text-align: center;
}




#footer {
	padding: 50px 0 30px;
	overflow: hidden;
	background: url(../images/f_bg.jpg) no-repeat center center;
}

#footer .navi {
	margin: 0 auto 40px;
	padding: 10px 20px;
	width: 1200px;
	border: 1px solid #fff;
	border-radius: 40px;
	box-sizing: border-box;
}

#footer .navi li {
	width: 10.8%;
	float: left;
	text-align: center;
}

#footer .navi li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	border-radius: 25px;
}

#footer .navi li a:hover {
	background: #e94822;
}

#footer .fBox {
	margin: 0 auto 40px;
	width: 1200px;
}

#footer .boxlink {
	width: 300px;
	float: left;
}

#footer .boxlink p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

#footer .boxlink li {
	margin-bottom: 10px;
	width: 33.33333333%;
	float: left;
	font-size: 15px;
}

#footer .boxlink li a {
	color: #fff;
}

#footer .boxinfo {
	width: 550px;
	float: left;
}

#footer .boxinfo P {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

#footer .boxcode {
	width: 150px;
	float: left;
}

#footer .boxcode img {
	width: 100%;
}

#footer .map {
	width: 480px;
	height: 180px;
	float: right;
}

#footer .copyright {
	color: #fff;
	text-align: center;
}

#side {
	width: 300px;
	float: left;
}

#side .listBox .list {
	width: auto;
	float: none;
}

#conts {
	width: 870px;
	float: right;
}

#main .pageTitle {
	margin: 0 auto 30px;
	padding-bottom: 10px;
	width: 870px;
	border-bottom: 1px dashed #CCCCCC;
}

#main .pageTitle h2 {
	padding: 0 0 2px 10px;
	margin: 0;
	float: left;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	border-left: 4px solid #F63030;
}

.pagePath {
	margin: 0;
	float: right;
	color: #666;
	font-size: 15px;
}

.content {
	font-size: 15px;
	line-height: 1.7;
}


#conts .proList {
	margin: 0 -20px 50px 0;
}

#conts .proList li {
	margin: 0 20px 20px 0;
	width: 270px;
	float: left;
}

#conts .proList li a {
	display: block;
}

#conts .proList li .photo {
	padding: 4px;
	height: 220px;
	border: 1px solid #e6e6e6;
}

#conts .proList.base li .photo {
	height: 340px;
}

#conts .proList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
}

#conts .proList li p {
	margin-top: 10px;
	font-size: 15px;
	text-align: center;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 1px;
	display: inline;
}

.pagelist li a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #0C8B35;
	border: 1px solid #0C8B35;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #0C8B35;
	border: 1px solid #0C8B35;
}
.pagelist span{margin-left:5px;margin-right:5px;}
.pagelist span a{margin-bottom:3px;margin-top:3px;margin-left:5px;margin-right:5px;}
.page-status, .page-index, .page-pre, .page-next, .page-last{
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}
.page-numbar a{padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;}
span.page-index:hover, span.page-pre:hover, span.page-next:hover, span.page-last:hover{background:#0C8B35 !important;border:1px solid #0C8B35;color:#fff !important;}
.page-index a:hover, .page-pre a:hover, .page-next a:hover, .page-last a:hover{color:#fff !important;}
.page-numbar a:hover{background:#0C8B35 !important;border:1px solid #0C8B35;color:#fff !important;}
.page-num-current{background:#0C8B35 !important;color:#fff !important;}
.pagelist a.page-num-current{background:#0C8B35 !important;color:#fff !important;border:1px solid #0C8B35;}


/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 30px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

#conts .newsList  {
	margin-bottom: 50px;
}

#conts .newsList li {
	margin-bottom: 15px;
	padding: 10px;
	color: #666;
	font-size: 15px;
	position: relative;
	border: 1px solid #ccc;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#conts .newsList li a {
	display: block;
	overflow: hidden;
}

#conts .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

#conts .newsList li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#conts .newsList li .textBox {
	padding-left: 220px;
}

#conts .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	color: #188a00;
}

#conts .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

#conts .newsList li .textBox .date {
	font-size: 14px;
	color: #999;
}

.video {
	margin: 0 auto;
	width: 600px;
}

.contactInner li {
	width: 33.33333333%;
	float: left;
	font-size: 18px;
	text-align: center;
}

.contactInner li span {
	margin: 20px 0;
	display: block;
	color: #7f7f7f;
	font-weight: bold;
}

.contactImg {
	text-align: center;
}

.contactImg img {
	max-width: 100%;
}

.contactTtl {
	margin-bottom: 50px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#contactMap {
	width: 100%;
	height: 500px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.w_ys_list{height: 200px;}
.w_list_left{width:64px;height: 70px;float:left; padding:10px 20px 0 0; }
.w_list_left i{	width:64px;height: 70px;background-color:#1A8947;border-radius: 10px;line-height: 70px; font-size: 50px;font-weight: bold;text-align: center;color:#fff;transition: all 0.6s; cursor: pointer;display:block;font-style:normal;}
.w_ys_list:hover .w_list_left i{ border-radius: 20px;}
.w_list_right{width:460px;height: 70px;float:right; }
.w_list_right h3{ text-align: left;color:#00B04E ; font-size: 28px;height: 50px;margin:0;}
.w_list_right h3 span{text-align: left;color:#00B04E ;font-size: 24px;font-weight: 400;}
.w_list_right p{ font-size: 16px;font-weight: 400;line-height: 180%;font-family: "microsoft yahei"; color: #000; text-align: left;}
.w_gsjj_title{padding:0px 0 10px 0;height: 70px;}
.w_gsjj_title h3{font-size: 40px !important;color:#000;height:70px;text-align: left !important;padding: 0;}
.w_gsjj_title h3 span{font-size: 40px;font-weight: bold;color:#FFE81F;}
.w_gsjj_title p{font-size: 18px;font-weight: normal;color:#fff;height: 40px;line-height: 40px;text-align: center;}
.w_gsjj_title div{
	background-color: #fff; width:160px; height: 2px; margin-left:30px;
	transition:width 1s;
	-webkit-transition:width 1s; /* Safari */
	}
.w_gsjj_title a:hover div{width:400px;}
.moreb{
	width:130px;
	height:28px;
	border-radius:16px;
	background:#1a8947;
	margin-top:10px;
	}
.moreb i{
	display:block;
	text-align:center;
	color:#fff;
	font-size:13px;
	line-height:28px;
	font-style:normal;
}
#main .newsBox .lbox li:hover .textBox .moreb{background:#e94822;}
.w_footer_left h4{
	color:#fff;
	font-size:20px;
	text-align: left;
	height: 40px;
	width:100px;
	margin:0;
}
.w_footer_left p{
	width:370px;
	height: 34px;
	text-align: left;
}
.w_footer_left p a{
	width:100px;
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	text-align: left;
}
.w_footer_left p a:hover{color:#e94822;font-weight: bold;}
.w_footer_left{
	float:right;
	width:370px;
	height: 230px;
	overflow: hidden;
}</pre></body></html>