@charset "utf-8";
/* CSS Document */
#header {
	position:fixed;
	top:0;
	width:100%;	
	z-index:9;
}
#footer {
	position:fixed;
	bottom:0;
	width:100%;	
}
#about {
	padding:130px 0 75px;
	position:relative;
}
#about #bg {
	position:fixed;
	width:1920px;
	bootom:55px;
	left:50%;
	margin-left:-960px;
	background:url(../images/aboutbg.png) no-repeat center bottom fixed;
	z-index:-1;
}
.about_top {
	width:1000px;
	margin:auto;
	height:60px;
	padding-top:50px;
	border-bottom:1px #ed7401 solid;	
}
.top_left h4{
	font-size:26px;
	font-weight:normal;
	color:#42494e;	
}
.top_left p {
	font-size:16px;
	color:#ed7401;	
}
.top_right{
	text-align:right;	
}
.top_right p{
	font-size:26px;
	color:#a4a6a7;
	line-height:32px;
	text-transform:uppercase;
	font-family: 'garfeldserialregular';
}
#main_top {
	display:inline;	
}
.about_bottom {
	width:1000px;
	margin:auto;	
}
.about_bottom .left {
	width:200px;
	padding-top:90px;
}
.about_bottom .left li {
	width:200px;
	height:32px;
	border-bottom:1px #ed7401 solid;
	margin-bottom:6px;	
	line-height:32px;
}
.about_bottom .left li a {
	display:block;
	color:#555555;
	padding-left:45px;
	font-size:16px;	
}
.about_bottom .left li.on a,.about_bottom .left li a:hover {
	background:#ed7401;
	color:#fff;
}
.about_bottom .right {
	width:690px;
	margin-left:65px;
	padding-top:65px;
		
}
.history {
	width:750px;	
	position:relative;
	margin-right:30px;
}
.about_04 {
	margin-right:20px;	
}
#focus_Box{position:relative;width:675px;height:295px;margin-top:30px;}
#focus_Box ul{position:relative;width:710px;height:308px}
#focus_Box li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:377px;border-radius:4px;box-shadow:1px 1px 12px rgba(200, 200, 200, 1)}
#focus_Box li img{width:100%;background:url(../images/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(../images/float-bg.png) repeat;text-indent:8px;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:52px;height:52px;top:125px;}
#focus_Box .prev{background:url(../images/btn.png) left bottom no-repeat;left:-52px}
#focus_Box .next{background:url(../images/btn.png) right bottom no-repeat;right:-52px} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}
#focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(../images/share-btn.png) no-repeat;text-indent:-999px;}
