/**
 * 鍏ㄥ眬鏍峰紡銆�
 * 
 * @since 2015-04-14
 * @version 1.0
 * @author Luowen
 */
/*
@font-face {
   font-family: 'Microsoft YaHei';
   src: url('../fonts/msyh.ttf');
   src: url('../fonts/msyhbd.ttf');
   font-weight: normal;
   font-style: normal;
}
*/
body {
	font: 14px normal "Microsoft YaHei" ! important;
	background-color: #ffffff;
}


a {
	color: #333;
}
a:hover {
	color: #f90;
}



.wrapper {
	width: 1300px;
	margin: 0 auto;
	font-family: "Microsoft YaHei" ! important;
	
}



#header .header-logo {
	padding: 20px 0 10px;
	zoom: 1;
}
#header .header-logo:after {
	content: "\20";
	display: block;
	clear: both;
	height: 0;
}
#header .logo {
	display: inline-block;
	margin-left: 35px;
}
#header .languages {
	float: right;
	font-size: 12px;
	color: #8f8f8f;
	margin-top: 44px;
	margin-right: 130px;
}
#header .languages a {
	color: #8f8f8f;
}

#header .header-nav {
	background: url(../images/bg-header-nav.png) repeat-x;
}
#header .header-nav .wrapper {
	width: 1120px;
	padding: 0 90px;
	zoom: 1;
}
#header .header-nav .wrapper:after {
	content: "\20";
	display: block;
	clear: both;
	height: 0;
}
#header .nav-list {
	float: left;
	padding: 12px 0
}
#header .nav-list li {
	float: left;
	line-height: 36px;
	height: 36px;
	margin: 0 20px;
}
#header .nav-list a {
	display: block;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	padding: 0 10px;
}
#header .nav-list a:hover {
	color: #fff;
	background-color: #468bb3;
}
#header .search {
	float: right;
	position: relative;
	margin-top: 20px;
}
#header .search .query {
	font-size: 12px; 
	line-height: 18px;
	width: 105px;
	padding: 0px 25px 0 10px;
	background: url(../images/bg-search.png) no-repeat;
	border: none;
	outline: none;
}
#header .search .submitButton {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 0;
	text-indent: -999px;
	cursor: pointer;
	width: 14px;
	height: 11px;
	background: url(../images/icon-search.png) no-repeat;
	background-size: cover;
	border: none;
	outline: none;
}
#header .search .submitButton:hover {
	width: 18px;
	height: 15px;
	right: 3px;
	top: 3px;
}


.page-banner {
	display: block;
	width: 1300px;
	height: 275px;
}
.page-main {
	min-height: 300px;
	margin-top: 45px;
	margin-bottom: 45px;
	zoom: 1;
}
.page-main:after {
	content: "\20";
	display: block;
	clear: both;
	height: 0;
}
.page-sider {
	float: left;
	width: 215px;
	margin-left: 10px;
	margin-right: 50px;
}
.page-sider .sider-nav {
	padding-bottom: 50px;
	background-color: #f9fafa;
}
.page-sider .sider-title {
	color: #fff;
	font-family: "Microsoft YaHei" ! important;
	font-weight: normal;
	font-size: 28px; 
	line-height: 72px;
	text-align: center;
	background-color: #3a8bc8;
	border-top: 5px solid #4ca7d3; 
}
.page-sider .sider-list {
	margin: 17px 25px 0;
}
.page-sider .sider-list li {
	padding: 2px 0;
	border-bottom: 1px dotted #d7d6d6;
}
.page-sider .sider-list a {
	display: block;
	color: #666;
	font-size: 16px;
	line-height: 33px; 
	text-decoration: none;
	padding: 0 7px;
}
.page-sider .sider-list .actived a,
.page-sider .sider-list a:hover {
	color: #fff;
	background-color: #7ebeef;
}
.page-content {
	float: left;
	width: 1025px;
}
.page-content-header {
	position: relative;
	border-bottom: 1px solid #838383;
	margin-bottom: 70px;
}
.page-content-title {
	color: #2c81ba;
	font-size: 32px;
	font-family: "Microsoft YaHei" ! important;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;; 
}
.page-crumb {
	position: absolute;
	right: 25px;
	bottom: 15px;
}
.page-crumb,
.page-crumb a {
	color: #a0a0a0;
}
.page-crumb .spliter {
	margin: 0 3px;
}

.page-detail {
	position: relative;
	color: #555;
	font-size: 16px;
	line-height: 2;
	text-align:justify;
	text-justify:inter-ideograph;
}
.page-detail .detail-text {
	margin-right: 50px;
}
.page-detail .text-align-center {
	text-align: center;
}
.page-detail .text-indent {
	text-indent: 34px;
}
.page-detail .marginRight-395 {
	margin-right: 395px;
}
.page-detail .paragraph-title {
	color: #2c81ba;
	font-size: 18px;
}
.page-detail .detail-pic {
	position: absolute;
	right: 0;
	top: 0;
}
.page-detail .download .icon {
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 37px;
	background: url(../images/icon-pdf.png) no-repeat;
	margin-right: 10px;
}
.page-detail .download a {
	color: #2c81ba;
	font-size: 18px;
	line-height: 1.5;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid #80b3d6;
	margin-bottom: 4px;
}
.page-detail .download a:hover {
	color: #f90;
}


#footer {
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer .wrapper {
	color: #fff;
	padding: 50px 0 30px;
	background-color: #4b5163;
}
#footer .links a {
	margin: 0 15px;
}
#footer .copyright {
	margin-top: 30px;
}



.display-table {
	display: inline-table;
}
.display-table .table-cell {
	display: table-cell;
	vertical-align: top;
}
