@charset "gb2312";
/* CSS Document */
body {
	background-color: #f6f6f6;
}
.pageFixedHead {
	position: relative;
	width: 100%;
	height: 90px;
	background-color: #f6f6f6;
}
.pageFloatHead {
	position: fixed;
	_POSITION: absolute;/*兼容IE6*/
	top: 0px;
	_TOP: 0px;
	left: 0px;
	z-index: 99999999;
	width: 100%;
	height: 90px;
	background-color: #f6f6f6;
}
.head {
	width: 100%;
	height: 172px;
	background-color: #FFF;
}
.head .top_bar {
	width: 100%;
	height: 42px;
	background-color: #607888;
}
.head .top_bar span {
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	color: #FFF;
}
.head .top_bar a {
	display: block;
	float: right;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}
.head .top_menu {
	height: 130px;
}
.head .top_menu .logo {
	width: 360px;
	height: 130px;
	float: left;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.head .top_menu .nav {
	width: 700px;
	height: 130px;
	float: right;
}
.footer {
	width: 100%;
}
.footer .footer_nav {
	background-color: #212528;
	border-top: 1px solid #1C2022;
	border-bottom: 1px solid #1C2022;
	padding: 15px 0px;
}
.footer .footer_nav li a {
	border-left: 2px solid #607888;
	color: #607888;
	padding: 0px 20px;
}
.footer .footer_nav li a:hover {
	color: #FFF;
}
.footer .footer_content {
	background-color: #2c2f34;
	padding: 15px 0px;
}
.footer .footer_content .footer_contact {
	float: left;
	width: 800px;
}
.footer .footer_content .footer_contact .footer_text{
	line-height: 24px;
	color: #607888;
	text-align: justify;
}
.footer .footer_content .footer_qrcode {
	float: right;
	width: 280px;
}
.footer .footer_content .footer_qrcode .footer_img {
	width: 280px;
	height: 160px;
}
.footer .footer_content .footer_title {
	width: 100%;
	height: 32px;
	margin-bottom: 15px;
	border-bottom: 1px solid #1C2022;
	color: #FFF;
}
.footer .footer_copy {
	background-color: #2c2f34;
	padding: 15px 0px;
	border-top: 1px solid #1C2022;
}
.footer .footer_copy li {
	text-align: center;
	color: #607888;
}
/*-----------------------------------------------------------*/
.page_holder {
	width: 1200px;
	margin: 30px auto;
	overflow: auto;
	zoom: 1;
}
.page_holder .page_left {
	width: 240px;
	float: left;
}
.page_holder .page_right {
	width: 940px;
	float: right;
	background-color: #FFF;
	padding: 20px 15px;
	background-image: url(../img/page-right-bg.png);
	background-repeat: no-repeat;
	background-position: 650px 10px;
	background-size: auto 46px;
}
/*-----------------------------------------------------------*/
.left_class {
	background-color: #FFF;
	margin-bottom: 20px;
}
.left_class .title {
	padding: 20px 15px;
	background-color: #607888;
}
.left_class .title .cnTitle {
	display: block;
	color: #FFF;
	font-size: 18px;
}
.left_class .title .enTitle {
	display: block;
	color: #A8BEC4;
	font-size: 16px;
	text-transform: uppercase;
}
.left_class .list {
	padding: 15px;
}
.left_class .list a {
	position: relative;
	display: block;
	height: 80px;
	padding: 5px 0px;
}
.left_class .list a:hover .img {
	-webkit-box-shadow: 3px 3px 5px 0px #607888;
	box-shadow: 3px 3px 5px 0px #607888;
}
.left_class .list a .img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.left_class .list a .name {
	position: absolute;
	top: 15px;
	left: 10px;
	display: block;
	width: 190px;
	height: 50px;
	padding: 10px;
	background-color: #000;
	filter: alpha(opacity=70); /*IE*/
	-moz-opacity: 0.7; /*MOZ , FF*/
	background: rgba(0, 0, 0, 0.7)!important; /*　使用IE专属滤镜实现IE背景透明*/
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*-----------------------------------------------------------*/
.left_news {
	background-color: #FFF;
}
.left_news .title {
	padding: 15px 12px;
	border-left: 3px solid #607888;
	border-bottom: 1px solid #EEE;
}
.left_news .title .cnTitle {
	color: #333;
	font-size: 16px;
}
.left_news .title .enTitle {
	color: #A8BEC4;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 5px;
}
.left_news .list {
	padding: 15px;
}
.left_news .list a {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #333;
	font-size: 14px;
	padding-left: 10px;
	background-image: url(../img/ctrls-img/list-icon-1.png);
	background-repeat: no-repeat;
	background-position: left center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.left_news .list a span {
	color: #999;
	margin-right: 5px;
}
.left_news .list a:hover, .left_news .list a:hover span {
	color: #4EA7E3;
}
/*-----------------------------------------------------------*/
.page_right_title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.page_right_title .cnTitle {
	color: #333;
	font-size: 18px;
}
.page_right_title .enTitle {
	padding-left: 5px;
	color: #A8BEC4;
	font-size: 16px;
	text-transform: uppercase;
}
/*-----------------------------------------------------------*/
.page_right_content {
	width: 100%;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/