@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;cursor:pointer;}
img,fieldset{border:0 none;}
.clear{clear:both;}

#about_bg{width:100%;background:url('/Public/images/all_bg.jpg');}

.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:#b92c33;}
.header3-one{
	width:1141px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:block;
	margin:0px auto;
	padding:0px auto;
	background-color:#b92c33;
}
.venus-menu{
	width:100%;
	height:50px;
	margin:0;
	padding:0;
	font-family:'Open Sans', sans-serif;
	list-style:none;
	background:#b92c33;
}
.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:#b92c33;
	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);
	}
}

/*右侧固定栏开始*/
.header-right{position:fixed;right:10px;bottom:80px;z-index:1000;width:50px;height:200px;}
.header-right .scrollTo_top{
	width:37px;
	height:37px;
	background-color:#b92c33;
	text-align:center;
	float:right;
	border-radius:5px;
	color:#fff;
	margin-top:5px;
	cursor:pointer;
}

/*右侧固定栏结束*/

/*底部开始*/
.footer{width:100%;background-color:#434343;margin-top:20px;}
#footer{width:1141px;margin:0px auto;color:#ccc;}
#footer .footer-t{width:100%;height:50px;padding-top:10px;padding-bottom:5px;border-bottom:1px solid #fff;}
#footer .footer-t span{   
	display:block;
    float:left;
    margin-right:100px;
    line-height:24px;
    font-size:18px;
    text-align:center;
}
#footer .footer-t span em{display:block;line-height:20px;font-size:12px;}
#footer .footer-t .footer-t-link{padding-top:14px;float:left;}
#footer .footer-t .footer-t-link a{text-decoration:none;color:#ccc;}
#footer .footer-t .footer-t-link a:hover{color:#fff;}
#footer .footer-t .footer-t-link em{padding:0px 10px;font-family:宋体;}

#footer .footer-c{width:100%;height:120px;}
#footer .footer-c p{width:100%;height:30px;line-height:30px;font-size:18px;margin-top:10px;}

.footer-f{width:100%;height:40px;line-height:40px;text-align:center;background-color:#272727;color:#fff;}


/*底部结束*/

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */





