@CHARSET "UTF-8";
*{padding:0 inherit; margin:0 auto;}
body{margin:0 auto; padding:0 inherit; color:#333; font-family:"微软雅黑"; font-size:12px; background:#fff;}
/* h1,h2,h3,h4,h5,dl,dt,dd,div,checkbox,input,textarea,select,option,span,strong,sapm,a,form,table{margin:0 auto; padding:0; list-style-type:none; border:none; list-style-image:none;}
 */ul,li,dl,dt,dd,text,button{margin:0; padding:0; list-style-type:none;}
img{margin:0; padding:0; list-style-type:none; list-style-image:none; border:none;}
img,fieldset{border:0 none;}
.clear{clear:both;}

.header1{width:100%;height:36px;background-color:#ebebeb;}
.header1-one{
	width:1141px;
	height:36px;
	line-height:36px;	
	margin:0px auto;
	padding:0px auto;
	background-color:#ebebeb;
}
.header1-one #header1-one-l{
	float:left;
}
.header1-one #header1-one-r{
	float:right;
}



.header2{width:100%;height:80px;margin-top:20px;margin-bottom:10px;}
/* .bwlogo{transition:-webkit-transform 3s;}
.bwlogo:hover{transform: scale(1.5,1.5);} */
.header2 a{text-decoration:none;}
.header2-one{
	width:1141px;
	height:80px;
	line-height:80px;
	margin:0px auto;
	padding:0px auto;
	background-color:#fff;
	position:relative;
}	

.header3{width:100%;height:50px;background-color:#228b22;}
.header3-one{
	width:1141px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:block;
	margin:0px auto;
	padding:0px auto;
	background-color:#228b22;
}
.venus-menu{
	width:100%;
	height:50px;
	margin:0;
	padding:0;
	font-family:'Open Sans', sans-serif;
	list-style:none;
	background:#228b22;
}
.venus-menu li{
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	width:163px;
	height:50px;
	line-height:50px;
	position:relative;
}
.venus-menu > li > a{
	font-size:18px;
	color:#ddd;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a, .venus-menu li.active a{
	background:#0E560D;
	color:#fff;
}
.venus-menu > li > a i{
	color:#bababa;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
	color:#fff;
}
.venus-menu ul, .venus-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	width:163px;
}
.venus-menu ul{
	top:50px;
	left:0;
	padding-top:10px;
}
.venus-menu > li > ul > li:first-child a:before{
	content:'';
	position:absolute;
	bottom:50px;
	left:15%;
	width:0;
	height:0;
	border-left:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid rgba(255, 255, 255, 0);
	border-bottom:8px solid #8ECB8D;
}
.venus-menu > li > ul > li ul li:first-child a:before{
	content:'';
	position:absolute;
	bottom:20px;
	left:45%;
	width:0;
	height:0;
	border-top:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid #0E560D;
	border-bottom:8px solid rgba(255, 255, 255, 0);
}
.venus-menu ul li ul{
	top:0;
	left:100%;
	padding-left:10px;
}
.venus-menu ul li{
	clear:both;
	width:100%;
	border:none;
}
.venus-menu ul li a{
	width:100%;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	background-color:#228b22;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{ background-color:#0E560D;}
.venus-menu > li > ul > li:first-child:hover a:before{border-bottom-color:#0E560D;}
.venus-menu > li > ul > li ul li:first-child:hover a:before{border-right-color:#0E560D;}
.venus-menu > li .caret{
	display: inline-block;
    width:0;
    height:0;
    vertical-align: middle;             
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top-color: #777777;
    margin-left:5px;
}
.zoom-out{
    -ms-animation:zoomOut 600ms ease both;         /* IE 9 */
	-webkit-animation:zoomOut 600ms ease both;     /* Safari and Chrome */
	-moz-animation:zoomOut 600ms ease both;        /* Firefox */
	-o-animation:zoomOut 600ms ease both;          /* Opera */
	animation:zoomOut 600ms ease both;
}
@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:scale(.6);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}

/*底部*/
.footer-one{width:100%;border-top:2px solid #ddd;background-color:#228b22;}
.footer-one-link{width:1141px;margin:0px auto;padding:0px auto;background-color:#228b22;height:50px;line-height:50px;padding:10px 0px 5px 0px;border-bottom:1px solid #fff;}
.footer-one-link-s{width:10%;margin-right:5%;float:left;}
.footer-one-link-s span{
	display:block;
	float:left;
	color:#fff;
	line-height:26px;
	font-size:18px;
	text-align:center;
}
.footer-one-link-s em{display:block;line-heihgt:20px;font-size:12px;}
.footer-one-link-a{width:85%;float:left;}
.footer-one-link-a a{color:#fff;}
.footer-one-link-a em{padding:0px 10px;font-family:'宋体';color:#fff;}

.footer-one-cont{width:1141px;margin:0px auto;padding:0px auto;background-color:#228b22;height:105px;line-height:105px;padding:10px 0px 10px 0px;color:#fff;}
.footer-one-cont .l{float:left;height:105px;line-height:105px;margin-right:5%;}
.footer-one-cont .c{float:left;}
.footer-one-cont .c p{font-size:14px;line-height:30px;}
.footer-one-cont .r{float:right;position:relative;}

.footer-two{width:100%;height:30px;background-color:#006400;}
.footer-two-a{
	width:1141px;
	height:30px;
	line-height:30px;	
	margin:0px auto;
	padding:0px auto;
	background-color:#006400;
}
.footer-two-a a{text-decoration:none;}
.footer-two-a-p{width:994px;height:30px;line-height:30px;float:left;margin:0;padding:0px;}
.footer-two-a-a{float:right;width:147px;height:30px;line-height:30px;margin:0px;padding:0px;text-align:right;}


/*右侧固定栏*/
.header-right{position:fixed; right:0px;bottom:100px;z-index:1000;width:50px;height:200px;}
.header-right .qq{
	position:relative;
	width:37px;
	height:30px;
	background-color:#228b22;
	float:right;
	border-radius:5px 0 0 5px;
	padding-top:7px;
	margin-bottom:5px;
	cursor:pointer;
}
.header-right .qq img{margin-left:5px;}
.header-erweima{position:fixed;right:50px;z-index:11;bottom:200px;}
.display{display:none;} 
.header-right .wx{
	width:37px;
	height:30px;
	background-color:#228b22;
	text-align:center;
	float:right;
	border-radius:5px 0 0 5px;
	padding-top:7px;
	color:#fff;
	/* margin-top:5px; */
	cursor:pointer;
	margin-left:20px;
}
.header-right .scrollTo_top{
	width:37px;
	height:37px;
	background-color:#228b22;
	text-align:center;
	float:right;
	border-radius:5px 0 0 5px;
	color:#fff;
	margin-top:5px;
	cursor:pointer;
}
.header-right .jiathis_style_32x32 .jiathis{
	width:37px;
	height:30px;
	background-color:#228b22;
	text-align:center;
	float:right;
	border-radius:5px 0 0 5px;
	padding-top:7px;
	color:#fff;
	margin-top:5px;
	cursor:pointer;
	margin-left:20px;
}

