@charset "utf-8";
/* CSS Document */

/*header-------------------------------------*/
#header_box{
	height: 120px;
	width: 1050px;
	position: relative;
	margin: 0 auto;
	}
#menu_bg{
	height: 68px;
	width: 805px;
	position: absolute;
	top: 22px;
	right: 32px;
	}
#content_box{
	height: auto;
	width: 1050px;
	padding: 340px 0 40px 0;
	position: relative;
	margin: 0 auto;
	}
#content{
	height: auto;
	width: 100%;
	margin: 0 auto;
	background: url(../data/wrapper/banner/banner_in.jpg) center top no-repeat;
	position:relative;
	}
/*header-------------------------------------*/
#banner{
	height: auto;
	width: 100%;
	margin: 0 auto;
	}
#banner_box{
	height: 555px;
	width: 1050px;
	margin: 0 auto;
	position: relative;
	}
#content .pic{
	width: auto;
	height: auto;
	position: absolute;
	top: 55px;
	left: 69px;
	}
#content_title{
	margin: 0 auto;
	width: 1000px;
	height:60px;
	text-align:center;
	position:relative;
	background:url(../data/wrapper/inner/title_bg.png) center bottom no-repeat;
	}
#content_title .title_c{
	font-size:25px;
	color:#555;
	margin-bottom:10px;
	}
#content_title .title_e{
	font-size:15px;
	color:#2262CC;
	font-weight:bold;
	letter-spacing:1px;
	}
/*麵包屑*/
#breadcrumbs{
	height: auto;
	width: auto;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 10px;
	color: #888;
	font-size: 12px;
	word-spacing: 1px;
	font-weight: normal;
	line-height: 20px;
}
#breadcrumbs a:before{
	content:'';
	background: url(../data/wrapper/inner/house.png) no-repeat 0em 0em;
	width:15px;
	height:12px;
	display:inline-block;
	}
#breadcrumbs a {
	color: #4DAA00;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#breadcrumbs a:hover {
	font-weight: bold;
	text-decoration: underline;
}
/*麵包屑*/
#content_right{
	position: relative;
	height: auto;
	float: right;
	margin: 0 auto;
	width: 640px;
	z-index: 100;
	padding-top:20px;
}
