﻿body{
	background:#fff;
}
.top{
	width:100%;
	min-width:1200px;
	line-height: 40px;
	background:#339933;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 9999;	
}
.top_con{
	width:1200px;
	margin:0 auto;
	color:#fff;
	font-size:14px;
}
.top_con span{
	float:right;
	line-height: 40px;
	font-size:14px;
	color:#fff;
}
.top_con a{
	padding:0px 5px;
	color:#fff;
	font-size:14px;
}
.cx{
	position: fixed;
	top:0px;
	left:0px;
	z-index: 999;
}
.head{
	width:100%;
	box-shadow: 0px 2px 6px 0px rgba(162,162,162,0.75);
	position: fixed;
	background:#fff;
	z-index: 9999;
	left:0px;
	top:40px;
}
.banner{
	width:1200px;
	height:100px;
	margin:0 auto;		
}
.logo,.logo img{
	float:left;
}
.logo{
	margin-top:10px;
}
.menu{		
	float:right;	
	position: relative;
	z-index: 99;
	width:860px;
	margin-left:80px;	
	text-align: center;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.menu li a{	
	display: block;
	font-size:18px;	
	color:#000000;
	line-height:100px;	
	padding:0px 18px;	
}
.menu > li {
    display:inline-block;
	line-height: 100px;	
	position: relative;prds_con
	text-align: center;	
	margin:0px 5px;
}
.menu > li:last-child{
	margin-right:0px;
}
.menu > li:first-child{
	margin-left:0px;
}
.menu > li:last-child{
	margin-right:0px;
}
.menu a{
    color: #fff;
    display: block;    
    font-size:18px;
	line-height:16px;	
}
.menu li.in_cur > a,.menu li:hover > a{
	color:#fff;
	background:#339933;
}
.menu li.in_cur > a,.menu li:hover > a{
	position: relative;
}
.submenu{
	width:100%;
    left: 0;
    max-height: 0;
    position: absolute;
    top:90px;
    z-index: -1;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;   
}
.submenu li{
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.menu .submenu li:first-child{
	padding-top:10px;	
}
.menu .submenu li a{
	font-size:14px;
	padding:0px;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#B2339933", endColorstr="#B2339933");
	background-color:rgba(51,153,51,0.7);
	color:#fff;
	line-height: 40px;		
	border:none;
}
.menu .submenu li:hover a {	
	filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#E5339933", endColorstr="#E5339933");
	background-color:rgba(51,153,51,0.9);
	color:#fff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
/*轮播图*/
.slide-main{
	height:600px;
	position:relative;
	margin-top:140px;
	box-shadow: 0px 1px 6px 0px rgba(28,41,84,0.69);
}
.prev,.next{display:none}
.item1{
	position: absolute;
	width:200px;
	left:50%;
	bottom:40px;
	margin-left:-100px;
	text-align: center;
	z-index: 50;
}
.item1 a{
	display: inline-block;	
	width:5px;
	height:5px;
	border-radius: 20px;	
	margin:0px 8px;	
	background:#fff;
	border:4px solid #fff;
	font-size:0px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;	
}
.item1 a.cur{
	background:#04449e;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;	
}
.slide-box,.slide{
	display:block;
	width:100%;
	height:600px;
	overflow:hidden;
}
.slide-box{
	position:relative;
}
.slide{
	display:none;
	height:600px;	
	background:#ff6900;
	position:relative;
	position:absolute;
	z-index:8;
}
#bgstylea{
	background:url(../../images/ban_bg2.jpg) no-repeat top center;
}
#bgstyleb{
	background:url(../../images/ban_bg3.jpg) no-repeat top center;
}
#bgstylec{
	background:url(../../images/ban_bg1.jpg) no-repeat top center;
}
#bgstyled{
	background:url(../../images/ban_bg4.jpg) no-repeat top center;
}
.slide a{
	display:block;
	width:100%;
	height:600px;
	cursor:pointer;
}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f{
	position:absolute;
	z-index:9;
	left:50%;
}
.obj-a,.obj-b{
	margin-left:-476px;
	text-align:center;
}
.obj-a{
	display:block;	
	top:114px;
	margin-left:-580px;
}
.obj-b{
	top:220px;;
	margin-left:-50px;
}
.obj-c{
	display:block;
	margin-left:20px;
	top:213px;	
}
.obj-d{
	top:220px;;
	margin-left:-50px;
}
.obj-d p{display:block;padding-top:20px;font-size:16px;color:#fff;clear:both;}
.obj-e{		
	top:140px;
	margin-left:-549px;	
}
.obj-f{
	top:140px;
	margin-left:100px;
	height:100px;	
}
.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}
@-webkit-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
.banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;}
@-webkit-keyframes saAni{from{opacity:0;-webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{opacity:0;-moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{opacity:0;transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} }
@-moz-keyframes scode{from{opacity:0;-moz-transform:scale(1,0); transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
/*adv*/
.adv{
	width:100%;
	height:100px;
	background:#339933;
}
.adv_con{
	width:1200px;
	margin:0 auto;
}
.adv1{
	float:left;
	width:240px;
	height:75px;
	background:#99cc01;
	text-align: center;
	padding-top:25px;
}
.adv1 dt{
	font-size:14px;
	color:#023b02;
}
.adv1 dd{
	font-size:18px;
	color:#023b02;
	font-weight: bold;
}
.adv2{
	float:right;
	padding-left:50px;
	margin-top:28px;
	background:url(../../images/tel_bg.png) no-repeat left center;
}
.adv2 dt{
	font-size:14px;
	color:#ffffff;
	line-height: 22px;
}
.adv2 dd{
	font-size:18px;
	color:#fff;
	line-height: 22px;
	font-weight: bold;
}
.adv form{
	width:398px;
	height:38px;
	line-height: 38px;
	border:1px solid #99cc01;
	float:left;
	margin-top:30px;
	margin-left:110px;
	position: relative;
}
.adv input{
	position: absolute;
	width:340px;
	height:38px;
	line-height: 38px;
	left:0px;
	top:0px;
	border:none;
	padding-left:15px;
	outline:none;
	background:none;
	color:#fff;
}
.adv button{
	position: absolute;
	width:38px;
	height:38px;
	right:0px;
	top:0px;
	cursor: pointer;
	background:url(../../images/search.png) no-repeat center center;
}
/*公司简介*/
.about{
	width:1200px;
	margin:0 auto;	
}
.about_con{
	width:1200px;
	margin:0 auto;
}
.in_txt{
	width:250px;
	margin:40px auto 0px;
	text-align: center;	
}
.in_txt dt{
	display: inline-block;
	width:220px;
	height:18px;	
	border-bottom:2px solid #339933;
}
.in_txt dt span{
	font-size:24px;
	color:#339933;
	padding:0px 20px;
	background:#fff;
}
.in_txt dd{
	font-size:14px;
	color:#99cc01;
	padding-top:12px;
	text-transform: uppercase;
}
.in_txt a:hover dd{
	color:#339933;
}
.ab_con{
	width:1200px;
	margin:40px auto 0px;
}
.ab_left{
	float:left;
	width:500px;
	height:300px;
	overflow: hidden;
}
.ab_left a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1); 
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.ab_right{
	float:right;
	width:658px;
	height:373px;	
	text-align: left;
	background:url(../../images/about_bg1.jpg) no-repeat right bottom;
}
.ab_right dt{
	font-size:18px;
	color:#339933;
	line-height: 24px;
	font-weight: bold;
	line-height: 44px;	
}
.ab_right dd{
	font-size:16px;
	color:#666666;
	line-height:36px;
	text-indent: 2em;
}
.ab_right dd p{
	font-size:16px;
	color:#999999;
	line-height: 30px;
}
.ab_right dd a{
	float:left;
	width:200px;
	height:40px;
	line-height: 40px;
	background:#99cc01;
	text-align: center;
	color:#023b02;
	font-size:14px;
	text-indent: 0em;
	margin-top:35px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;	
}
.ab_right dd a:hover{
	background:#339933;
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;	
}
.about_fl{
	width:1200px;
	height:100px;
	margin:0 auto;	
}
.about_fl li{
	float:left;
	width:400px;
	background:#339933;
}
.about_fl li p{
	float:left;
	width:100px;
	height:100px;
	line-height: 100px;
	text-align: center;
	font-size:36px;
	color:#023b02;
	font-family: arial;
	font-weight: bold;
	background:#99cc01;
}
.about_fl dl{
	float:left;
	padding-top:20px;
	padding-left:30px;
	color:#fff;
}
.about_fl dt{
	font-size:18px;
	color:#fff;
	line-height: 30px;
}
.about_fl dd{
	font-size:14px;
	color:#bfdabf;
	line-height: 30px;
}
.prds{
	width:1200px;
	margin:40px auto 0px;
}
.prds_con{
	margin-top:20px;
}
.prds_con li{
	float:left;
	width:285px;
	margin-right:20px;
}
.prds_con li p{
	line-height: 50px;
	text-align: center;
	font-size:14px;
	color:#111111;
}
.prds_con li a:hover p{
	color:#339933;
}
.prds_con li i{
	display: block;
	overflow: hidden;
}
.prds_con li img{width:100%;}
.prds_con li:nth-child(4n){
	margin-right:0px;
}
.more{
	margin-top:35px;
	text-align: center;
}
.more a{
	display: block;
	font-size:14px;
	background:#99cc01;
	color:#023b02;
	line-height: 40px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.more a:hover{
	background:#339933;
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
/*网上商城*/
.shop{
	width:100%;
	height:260px;
	text-align: center;
	padding-top:40px;
	margin-top:50px;
	background:url(../../images/shop_bg.jpg) no-repeat top center;
}
.shop dt{
	font-size:30px;
	color:#fff;
	line-height: 60px;
	font-weight: bold;
}
.shop dd{
	font-size:14px;
	color:#ffffff;
	line-height:26px;
	margin-top:10px;
}
.shop dd a{
	display: inline-block;
	width:200px;
	height:40px;
	line-height: 40px;
	text-align: center;
	background:#fff;
	font-size:14px;
	color:#339933;
	margin-top:30px;
}
.shop dd a:hover{
	background:#339933;
	color:#fff;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
/*新闻中心*/
.news{
	padding-bottom: 20px;
	width:1200px;
	margin:0 auto;	
}
.news_con{
	margin:25px auto;
}
.news_left{
	float:left;
	width:650px;
	margin-top:15px;
}
.news_left li{
	padding-bottom:10px;
	margin-bottom:24px;
	border-bottom:1px solid #dbd4cd;
}
.news_left p{
	float:left;
	width:60px;
	height:40px;
	padding:10px 0px;
	background:#99cc01;
	text-align: center;
	line-height: 22px;
	font-size:20px;
	color:#023b02;
	margin-right:20px;
}
.news_left p span{
	font-size:12px;
	color:#023b02;
	display:block;
	line-height: 22px;
}
.news_left dt{
	font-size:16px;
	color:#333333;
	line-height:20px;
}
.news_left dd{
	font-size:14px;
	color:#999;
	line-height:18px;
	margin-top:8px;	
}
.news_left a:hover dt{
	color:#339933;	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.news_left a:hover p{
	background:#339933;
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.news_left a:hover p span{
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.news_right{
	float:right;
	width:500px;
	overflow: hidden;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.news_right a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1); 
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
/*底部*/
.footer{
	width:100%;
	min-height:250px;
	padding-top:20px;
	background:url(../../images/footer.jpg) no-repeat top center;
}
.foot_con{
	width:1200px;
	margin:0 auto;
}
.foot_left{
	float:left;
	width:220px;
	padding-left:20px;
}
.foot_left dt{
	font-size:18px;
	color:#023b02;
	line-height: 46px;
	margin-bottom:10px;
}
.foot_left dd{
	font-size:14px;
	line-height: 24px;
	color:#023b02;
}
.foot_right{
	float:right;
	width:900px;
}
.fo_ban{
	border-bottom:1px solid #99cc01;
	line-height: 50px;
}
.fo_ban li{
	display: inline-block;
	margin-right:80px;
}
.fo_ban li:last-child{
	margin-right:0px;
}
.fo_ban li a{
	line-height: 50px;
	font-size:14px;
	color:#fff;
}
.footer a:hover{
	text-decoration: underline;
}
.fo_con{
	padding:40px 0px 10px;
	border-bottom:1px solid #99cc01;
}
.fo_logo,.fo_logo img{
	float:left;
}
.fo_right{
	float:right;
	width:620px;
	margin-top:-10px;
}
.fo_right p img{
	width:100px;
}
.fo_right,.fo_right a{	
	font-size:14px;
	color:#fff;
	line-height:34px;
}
.fo_right p{
	float:right;
	width:100px;
	text-align: center;
	line-height:30px;
	font-size:14px;
	color:#fff;
	margin-top:-10px;
}
/*友情链接*/
.link{	
	line-height:36px;
}
.link,.link a{
	font-size:14px;
	color:#fff;
}
.link a{
	display: inline-block;
	margin-right:8px;
}
.link a:hover{
	color:#fff;
	text-decoration:underline;
}
/*列表页*/
.banner_n{
	width:100%;
	min-width:1200px;
	height:400px;
	margin-top:140px;
	box-shadow: 0px 1px 6px 0px rgba(28,41,84,0.69);
}
.list{
	width:1200px;
	margin:20px auto 50px;
}
.list_left{
	float:left;
	width:240px;
	margin-top:-100px;	
}
.left_txt{
	text-align:center;
	padding:20px;    
    height:60px;
    width:200px;
    background:url(../../images/left_bg.jpg) no-repeat top center;
}
.left_txt dt{
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	line-height: 36px;
}
.left_txt dd{
	font-size: 14px;
	color:#fff;
	line-height:28px;
}
.list_fl{
	background:#339933;
	margin-bottom:2px;
}
.list_fl li a{
	display: block;
	line-height: 44px;
	text-align: center;
	font-size:14px;
	color:#fff;
	background:url(../../images/san.png) no-repeat 180px center;
}
.list_fl li a:hover,.list_fl li.li_cur a{
	background:#99CC01 url(../../images/san.png) no-repeat 180px center;
}
/* scrollleft */
.scrollleft{
	padding:5px 5px 10px 5px;;	
	background:#a3d11a;
}
.scrollleft li{
	float:left;
	margin-right:11px;	
	width:90px;
	text-align:center;	
}
.scrollleft i{
	display: block;
	overflow: hidden;
	border:solid 1px #fff;
}
.scrollleft img{
	width:88px;
}
.scrollleft p{
	font-size:14px;
	text-align: center;
	color:#fff;
	line-height:16px;
	margin-top:5px;
}
.list_right{
	float:right;
	width:880px;
	padding:20px;
	border:1px solid rgb(229, 229, 229);
}
.left_bom{
	width:224px;
	height:130px;
	background:url(../../images/bom_bg.png) no-repeat top center;
	color:#fff;
	margin-top:10px;
	text-align: center;
	padding-top:10px;
}
.left_bom dt{
	font-size:14px;
	color:#fff;
	line-height: 30px;
}
.left_bom dd{
	font-size: 24px;
    color: rgb(248, 189, 0);
    font-weight: bold;
}
.left_bom dd a{
	display: inline-block;
	width: 146px;    
    line-height: 36px;
    text-align: center;
    margin-top:10px;
    font-size:14px;
    color:#fff;
    border:2px solid rgba(252,190,0,1);;
}
.list_about{
	padding-top:20px;
}
.list_about p{
	font-size:14px;
	color:#666666;
	line-height:34px;
}
.list_about h3{
	font-size:18px;
	color:#339933;
	line-height:20px;
	margin-bottom:17px;
}
.list_about img{
	margin-left:23px;
	margin-top:20px;
}
.list_about .about_fl{
	width:100%;
	height:70px;
	margin-top:20px;
}
.list_about .about_fl li{
	width:33.3333%;
}
.list_about .about_fl li p{
	width:70px;
	height:70px;
	line-height:70px;
}
.list_about .about_fl dl{
	padding-left:12px;
	padding-top:12px;
}
.list_about .about_fl dt{
	color:#ffffff;
	font-size:13px;
	line-height: 22px;
}
.list_about .about_fl dd{
	font-size:12px;
	line-height: 20px;
}
.li_txt{
	text-align: center;
	font-size:20px;
	color:#212121;
	line-height: 28px;
	font-weight: normal;
	margin-bottom:10px;
}
.list_news{
	min-height: 300px;;
}
.list_news li{	
	border-bottom:1px dotted #cacaca;
	margin-bottom:18px;
	padding:0px 10px 15px 10px;
}
.list_news li a{
	display: block;
}
.list_news li p{
	float:left;
	width:62px;
	height:60px;
	background:#99CC01;
	padding-top:8px;
	text-align: center;
	margin-right:35px;
}
.list_news li p span{
	font-size:24px;
	font-weight: bold;
	color:#fff;
	line-height:32px;
}
.list_news li p i{
	font-size: 12px;
	color:#fff;
	line-height:20px;
}
.list_news dl{
	float:left;
	width:760px;
	height:70px;
	padding-top:5px;
}
.list_news dt{
	font-size: 16px;
    color: #222222;
	font-weight:normal;
}
.list_news dd{
	font-size: 12px;
    padding-top: 5px;
    color: #aaaaaa;
    line-height: 18px;
}
.list_news a:hover p{
	background:#339933;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.list_news a:hover dt{
	color:#339933;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
/*产品中心*/
.list_img li{
	float:left;
	width:266px;
	margin-right:40px;
	margin-bottom:25px;	
	position: relative;
}
.list_img li i{
	display: block;
	overflow: hidden;	
}
.list_img li i img{
	width:100%;
}
.list_img li:nth-child(3n){
	margin-right:0px;
}
.list_img li p{
	line-height: 40px;
	font-size:15px;
	color:#5a5a5a;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    background:#ededed;
    text-align: center;
    margin-top:5px;
}
.list_img li a:hover p{
	background:#339933;
	color:#fff;
}
.sousuo{
	font-size:20px;
	color:#111;
	line-height: 42px;;
	font-weight: normal;
	margin-bottom:15px;
}
.fc_03c{
	color:red;
} 
#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:1090;
	width:100%;
	height:auto;
	background-color:#131313;
}
#lightbox {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:1100;
	text-align:center;
	color:white;
	line-height:0;
}
#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:white;
	text-decoration:underline;
}
#lightbox a img {
	border:none;
}
#outerImageContainer {
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}
#lightboxImage {
	width:100%;
	height:100%;
}
#imageContainer {
	width:50px;
	height:50px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}
#loading {
	position:absolute;
	top:40%;
	left:0;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:60%;
	height:32px;
	background:url(../icons/loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#hoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#imageContainer>#hoverNav {
	left:0;
}
#hoverNav a {
	outline:none;
}
#prevLinkImg, #nextLinkImg {
	width:49%;
	height:100%;
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display:block;
	text-indent:-9999px;
}
#prevLinkImg {
	left:0;
	float:left;
}
#nextLinkImg {
	right:0;
	float:right;
}
#prevLinkImg:hover, #prevLinkImg:visited:hover {
	background:url(../icons/prev.png) 5% center no-repeat;
	_background-image:url(../icons/prev.gif)
}
#nextLinkImg:hover, #nextLinkImg:visited:hover {
	background:url(../icons/next.png) 97% center no-repeat;
	_background-image:url(../icons/next.gif)
}
#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	font-family:" Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size:13px;
	width:100%;
}
#imageData {
	overflow:hidden;
	width:100%;
}
#imageDetails {
	width:70%;
	float:left;
	text-align:left;
	padding:10px 10px 0 0;
}
#caption {
	font-weight:bold;
	display:block;
}
#numberDisplay {
	display:block;
	float:left;
	padding:9px 10px 0 0;
}
#detailsNav {
	display:block;
	float:left;
	padding:0;
}
#prevLinkDetails, #nextLinkDetails, #slideShowControl {
	background-repeat:no-repeat;
	outline-style:none;
	display:block;
	float:left;
}
#prevLinkDetails {
	margin:2px;
	width:32px;
	height:32px;
	background-position:left 100%;
	background-image:url(../icons/navigation.png);
	_background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/prev-32grey.png', sizingMethod='scale');
}
#prevLinkDetails:hover {
	background-position:0 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/prev-32color.png', sizingMethod='scale');
}
#nextLinkDetails {
	margin:2px;
	width:32px;
	height:32px;
	background-position:right 100%;
	background-image:url(../icons/navigation.png);
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/next32-grey.png', sizingMethod='scale');
}
#nextLinkDetails:hover {
	background-position:100% 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/next32-color.png', sizingMethod='scale');
}
#slideShowControl {
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:2px;
	background-image:url(../icons/navigation.png);
	background-position:-32px 100%;
	background-repeat:no-repeat;
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/start32grey.png', sizingMethod='scale');
}
#slideShowControl:hover {
	background-position:-32px 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/start32color.png', sizingMethod='scale');
}
#slideShowControl.started {
	background-position:-64px 100%;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/pause32grey.png', sizingMethod='scale');
}
#slideShowControl.started:hover {
	background-position:-64px 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/pause32color.png', sizingMethod='scale');
}
#close {
	padding:16px 0 0;
	float:right;
}
#closeLink {
	display:block;
	outline-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	width:48px;
	height:48px;
	background:url(../icons/close.png) no-repeat 0 100%;
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/cancel48grey.png', sizingMethod='scale');
}
#closeLink:hover {
	background-position:0 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/cancel48color.png', sizingMethod='scale');
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html>body .clearfix {
	display:inline-block;
	width:100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;/* End hide from IE-mac */
}
#outerImageFrame {
	height:100%;
	width:100%;
	position:absolute;
}
#outerImageContainer {
	overflow:visible;
}
#outerImageContainer td {
	text-align:center;
	padding:0;
}
#lightboxFrameBody {
	background:url(../icons/back_info.png);
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_info.png', sizingMethod='scale');
}
#outerImageContainer td {
	font-size:0;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br {
	height:19px;
	width:19px;
}
#outerImageContainer td.tl {
	background:url(../icons/back_corvers.png) 0 0;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lt.png', sizingMethod='scale');
}
#outerImageContainer td.tc {
	background:url(../icons/back_tb.png) 50% 0;
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_ct.png', sizingMethod='scale');
}
#outerImageContainer td.tr {
	background:url(../icons/back_corvers.png) 100% 0;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rt.png', sizingMethod='scale');
}
#outerImageContainer td.ml {
	background:url(../icons/back_lr.png) 0 50%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lc.png', sizingMethod='scale');
}
#outerImageContainer td.mr {
	background:url(../icons/back_lr.png) 100% 50%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rc.png', sizingMethod='scale');
}
#outerImageContainer td.bl {
	background:url(../icons/back_corvers.png) 0 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_lb.png', sizingMethod='scale');
}
#outerImageContainer td.bc {
	background:url(../icons/back_tb.png) 50% 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_cb.png', sizingMethod='scale');
}
#outerImageContainer td.br {
	background:url(../icons/back_corvers.png) 100% 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../icons/back_rb.png', sizingMethod='scale');
}
/*产品详情*/
.arc_top img{
	height:250px;
}
.arc_top dl{
	float:right;
	width:360px;
	height:210px;
	padding:20px 80px;
	background:#eaeaea;
}
.arc_top dt{
	font-size:20px;
	color:#5a5a5a;
	line-height:36px;
	padding-bottom:10px;
	border-bottom:1px solid #c1c1c1;
	margin-bottom:10px;
}
.arc_top dd{
	font-size:16px;
	color:#4b4b4b;
	line-height: 38px;
}
.arc_img{
	width:100%;
	margin-top:45px;
}
.list img{
	max-width:100%;
}
/*相关样式*/
#showbox { background:#eee;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:15px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #1684a9;}
.showpage { width:100%; position:relative;}
.showpage a { 
	display:block; 
	width:15px; 
	border:1px solid #ddd; 
	height:60px; 
	line-height:60px; 
	background:#eee; 
	text-align:center; 
	font-size:18px; 
	position:absolute; 
	left:0; 
	top:-62px; 
	text-decoration:none; 
	color:#999;
}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}
#showbox{	
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.img_body{
	width:400px;
	margin:0 auto;
	overflow: hidden;
}
.arc_imgbody{
	text-align: left;
	margin-bottom:50px;
}
.img_txt{
	font-size:26px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	margin-bottom:20px;
}
/*施工案例*/
.list_case li{
	float:left;
	width:277px;
	margin-right:30px;
	margin-bottom:30px;
}
.list_case li i{
	display: block;
	overflow: hidden;
	height:165px;
}
.list_case li p{
	background:#ccc;
	color:#000;
	line-height: 38px;
	text-align: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    padding:0px 10px;
}
.list_case li a:hover p{
	background:#2a8aed;
	color:#fff;
}
.list_case li:nth-child(4n){
	margin-right:0px;
}
/*人才招聘*/
.list_zp{
	width:1200px;
	margin:20px auto;
}
.zp_con{
	background:#f3f3f3;
	margin:40px auto 60px;
}
.zp_right{
	float:right;
	width:380px;
	padding:90px 40px;
}
.zp_more{
	text-align: center;
	margin-top:40px;
}
.zp_more a{
	display: inline-block;
	width:160px;
	height:36px;
	line-height: 36px;
	text-align: center;
	color:#fff;
	background:#005bac;
	font-size:14px;
}
.zp_more a:hover{
	text-decoration: underline;
}
.list_zp .pst{
	background:url(../../images/ico2.png) no-repeat left 4px;
}
/*联系我们*/
.lx_txt{
	margin-bottom:30px;
	position: relative;
}
.lx_txt:after{
	content: '';
	position: absolute;
	left:150px;
	top:25px;
	width:1050px;
	border-top:1px dotted #00A1E7;
	border-bottom:1px dotted #00A1E7;
}
.lx_txt dt{
	font-size:32px;
	color:#00a1e7;
	font-weight: normal;
	line-height: 44px;
}
.lx_txt dd{
	font-size:16px;
	color:#ccc;
	line-height: 20px;
}
#map{
	width:100%;
	height:340px;
	margin:20px 0px 30px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.ly_left{
	float:left;
	width:480px;	
}
.li_ly li{
	float:left;
	width:100%;
	margin:10px 0px;
}
.li_ly span{
	float:left;
	line-height: 40px;
}
.li_ly input,.li_ly textarea{
	float:right;
	width:390px;	
	line-height: 40px;
	padding-left:10px;
	border:1px solid #dfdfdf;
}
.li_ly input{
	height:40px;
}
.li_ly textarea{
	height:70px;
	resize: none;	
}
.li_ly input.coolbg{
	width:400px;
	padding:0px;
	background:#00A1E7;
    color: #ffffff;
    font-size: 16px;   
    height: 48px;
    line-height: 48px;
    font-weight: normal;
    margin-top: 15px;
    cursor: pointer;
}
.li_ly .coolbg:hover{
	background:#0284bb;
}
.ly_right{
	float:right;
	width:650px;
}
.ly_txt dt{
	font-size: 22px;   
    color:#00A1E7;
    line-height: 40px;
    font-weight: bold;
}
.ly_txt dd{
	font-size: 16px;	
	line-height: 36px;
	padding-left:60px;
	margin:5px 0px;
}
.ly1{
	padding-top:10px;
	background:url(../../images/ly_bg1.png) no-repeat left bottom;
	background-size:30px;
}
.ly2{	
	background:url(../../images/ly_bg2.png) no-repeat left center;
	background-size:30px;
}
.ly3{	
	background:url(../../images/ly_bg3.png) no-repeat left center;
	background-size:30px;
}
.ly4{	
	background:url(../../images/ly_bg4.png) no-repeat left center;
	background-size:30px;
}
.ly_tit{	
	height:97px;
	background:#00A1E7;
	padding:20px 0px 0px 25px;
	color:#fff;
	margin-top:29px;
}
.ly_tit dt{
	font-size: 30px;
	line-height: 36px;
}
.ly_tit dd{
	margin-top:10px;
}
/*新闻详情页*/
.arc_head{
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}
.arc_head h1{
	font-size:20px;
	color:#333333;
	text-align: center;
	font-weight: normal;
	line-height: 30px;
	margin-bottom:5px;
}
.arc_head p{
	text-align: center;
	font-size:12px;
}
.arc_head p span{
	padding:0px 8px;
}
.arc_body{
	margin-top:5px;
	margin-bottom:20px;
	min-height: 500px;;
}
.bdsharebuttonbox{
	margin-top:10px;
}
.arc_page{	
	border-top:1px dashed #ccc;
	padding-top:10px;
}
.arc_page li{	
	width:49%;
	border:none;
}
.pg_l{float:left;text-align: left;}
.pg_r{float:right;text-align: right;}





















































