*{
	margin:0px;
	padding:0px;
	border:0px;
}
 

body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
}

a{
	color:#666;
	text-decoration:none;
	font-size:1em;
}
.i{ 
	font-style:italic;
}
#wrapper a:hover{
	color:#C92026;
	cursor:pointer;
}
/**
	占位，不显示文字
**/
.hideText{
	color:transparent;
}
img {
	border:0;
}
ul{
	padding:0px;
	margin:0xp;
}
li{
	list-style-type: none;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block} 

.mindrayRed{
	color:#C92026;
}
.mindrayUl{
	padding-left:20px;
}
.mindrayUl li{
	list-style-type:disc;
	list-style-image: none;
}

#contentBody h1{
	font-size: 1.8em;
	line-height:2.5em;
	margin:0px;
	font-weight: normal;
}
#contentBody h2{
	font-size:1.5em;
	margin:0px;
	font-weight: normal;
	line-height:2.5em;
}
#contentBody h3{
	font-size:1.3em;
	margin:0px;
	font-weight: normal;
	padding-top: 30px;
	line-height:2.0em;
}
#contentBody h4{
	font-size:1.2em;
	margin:0px;
	font-weight:bold;
	line-height:2.0em;
}
.includeHtml{
	display:none;
}
.bottom-dotted{
	border-bottom:1px dotted;
}
#contentBanner{
	text-align:center;
}
.central{
	width:900px;
	margin:auto;
}
.central li{
	list-style:none;
	/*
	width:900px;
	*/
	float:left;
}
.central .itemTitle{
	padding:10px 5px; 
	font-size:18px;
	color:#C92026;
	margin-bottom:10px;
	display:block;
	clear:both;
	text-align:center;
} 
.itemImage{
	width:150px;
	float:left;
}
.itemImage img{
	margin:5px;
}
.itemContent{
	width:750px;
	float:left;
}
.itemContent a{
	height:30px;
	line-height:1.2;
	width:235px;
	float:left;
	font-size:12px;
	padding:5px;
}
.line{
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin:10px 0;
}
.breadLine{
	background: #fff;
	list-style: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 0;
	border-bottom: 1px solid #808080;
	width:970px;
	padding:0px;
	margin-left:0px;
	margin-bottom: 0px;
}
.breadLine li{
	float:left;
	width:auto;
	padding:5px;
	font-size:12px;	
	color:#999;
}

.breadLine li a{
	color:#333;
	display:block;
	position:relative;
}
.breadLine li a:hover{
	color:#C92026;
}
.breadLine .shareDiv{
	float:right;
	width:181px\9;
}
.breadLineShare{
	float:right;
}
.breadLineShare span{
	float:left;
	margin:2px;
}
.breadLineShare .icons{
	*width:70px;
	float:left;
}
.breadLineShare .icons a{
	float:right;
	margin:2px;
}
.hrblk{
	background:url(/images/en/about/hrbg.jpg) repeat-x;
	height:45px;
	width:100%;	
	margin:auto;
	clear:both;
	text-indent: 10000px;
	height: 26px;
}
.frameHtml5{ 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 1px solid #fff; 
	behavior: url(../js/PIE.htc);
}
.subBanner{
	text-align:center;
    min-height: 253px;
}
.floatColumn{
	z-index:100;
}
.floatingColumn{
	position:fixed;
	top:38px;
	*top:39px;
}
#contentMiddle{
	margin:auto;
	padding:0px 5px 30px 5px;
	width:1080px;
}
 
#footer {
    margin: auto;
    color: #eee;
    height: 100px; 
    display: block;
    clear: both;
    padding-top: 10px;
}
 
#footer div{
	padding-top:15px;
	text-align:center;
}
#footerDescr{
	text-align:center;	
    margin-top: 8px;
	color:#fff!important;
}
#footer a{ 
	color:#fff;	
}
 

.scrollVisible.active {
    display: block;
}
.footerContent {
    background: #666;
    height: 110px;
    margin-top: 30px;
    padding-top: 14px!important;
    display: block;
}
.footerContent a{
	color:#fff!important;
    margin: 0px 7px;
}
#headerMenuMouseOutLayer{
	display:none;
	position:fixed; 
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:2;
}
.mdrBtn, .mdrBtn:visited, .mdrBtn:focus{
	background:#C92026;
	border:1px solid #C92026!important;
	transition:all 0.5s;
	color:#fff;
	padding: 5px;
	text-align:center;
	text-decoration:none;
    min-width: 60px;
}
.mdrBtn:hover{
	background:#fff;
	color:#C92026;
	text-decoration:none;
} 

div#contentBreadCrumb {
    margin-bottom: 0px;
}

@font-face {
	 font-family: 'Myriad Pro';
	 src: url('../fonts/M.eot'); /* IE9 Compat Modes */
	 src: url('../fonts/M.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	 url('../fonts/M.woff') format('woff'), /* Modern Browsers */
	 url('../fonts/M.ttf')  format('truetype'), /* Safari, Android, iOS */
	 url('../fonts/M.svg#Myriad Pro') format('svg'); /* Legacy iOS */
}

.addSuccess {
    line-height: 5em;
}