@charset "utf-8";
/* CSS Document */
/*header-------------------------------------*/
#header_box{
	height: 370px;
	width: 1200px;
	position: relative;
	margin: 0 auto;
	background: url(../data/wrapper/banner/header.jpg) no-repeat top center;
	padding-top: 10px;
	}
#menu_bg{
	height: 68px;
	width: 805px;
	position: absolute;
	top: 22px;
	right: 32px;
	}
#content_box{
	height: auto;
	width: 1100px;
	position: relative;
	margin: 0 auto;
	padding: 60px 50px 50px 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+45 */
	background: url(../data/wrapper/footer/line.jpg) no-repeat bottom center, #eeeeee; /* Old browsers */
	background: url(../data/wrapper/footer/line.jpg) no-repeat bottom center,-moz-linear-gradient(top,  #eeeeee 0%, #ffffff 25%); /* FF3.6-15 */
	background: url(../data/wrapper/footer/line.jpg) no-repeat bottom center,-webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 25%); /* Chrome10-25,Safari5.1-6 */
	background: url(../data/wrapper/footer/line.jpg) no-repeat bottom center,linear-gradient(to bottom,  #eeeeee 0%,#ffffff 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	}

/*header-------------------------------------*/


#banner{
	height: auto;
	width: 100%;
	margin: 0 auto;
	}
#banner_box{
	height: 420px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	}
#pic{
	position: absolute;
	bottom: -40px;
	left: 65px;
	z-index:100;
	}

#content_right{
	position: relative;
	height: auto;
	float: right;
	margin: 0 auto;
	width: 800px;
	z-index: 100;
}
#content_title{
	margin: 0 auto;
	width: 743px;
	height: 30px;
	margin-bottom: 25px;
	font-size: 23px;
	color: #FFF;
	background: url(../data/wrapper/inner/title_bg.png);
	padding:20px 0 0 57px;
	letter-spacing:0.2em;
	}
#content_title .en{
	font-size:15px;
	color:#7B6D94;
	font-weight:bold;
	letter-spacing:0.1em;
	}
#right_title{
	position: absolute;
	width: auto;
	height: auto;
	left: 49px;
	top: 18px;
	}
/*麵包屑*/
#breadcrumbs{
	height: auto;
	position: absolute;
	z-index: 1;
	top: 19px;
	right: 20px;
	color: #FFF;
	font-size: 12px;
	word-spacing: 1px;
	font-weight: normal;
	letter-spacing:0.1em;
}
#breadcrumbs a {
	color: #FFF;
	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;
}
/*麵包屑*/
