@charset "utf-8";
/* CSS Document */

/* header样式 */
.header {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #464646;
	padding-top: 10px;
	background-color: #FFFFFF;
	width: 1170px;
	margin: 0 auto;
}

.header a {
	color: #464646;
}

.header a:hover {
	color: #0060a6;
}

.header-content {
	width: 1170px;
	margin: auto;
}

.header-right {
	float: right;
	width: 570px;
	height: 30px;
	line-height: 30px;
}

.search-box {
	float: right;
	width: 150px;
	height: 30px;
	background: url(search_bg.jpg) no-repeat right;
}

.lang-switch {
	float: right;
	width: 100px;
}

.site-group {
	float: right;
	width: 120px;
}

.custom-group {
	display: none;
	float: right;
	width: 78px;
}

.intranet-entry {
	float: right;
	width: 78px;
}

.lang-switch span {
	padding-left: 12px;
	padding-right: 12px;
}

.logo-nav {
	height: 80px;
}

.ln-center {
	width: 1170px;
	height: 65px;
	margin: auto;
}

.logo {
	font-size: 0px;
	float: left;
}

.nav-box {
	width: 720px;
	height: 80px;
	line-height: 72px;
	float: right;
	position: relative;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
}

.nav-box ul {
	content: '';
	clear: both;
	display: table;
}
.nav-box ul li {
	float: left;
	height: 80px;
	width: 120px;
	text-align: center;
}

.nav-box ul li a {
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	display: inline-block;
	line-height: 70px;
	text-align: right;
	font-weight: bold;
}

.nav-box ul li a:hover {
	color: #0060a6;
}

.nav-box ul li div {
	position: absolute;
	width: 720px;
	top: 80px;
	right: 0;
	background: none repeat scroll 0% 0% #F5F5F5;
	padding: 20px;
	display: none;
	z-index: 999;
}

.nav-box ul li div i {
	width: 285px;
	float: left;
}

.nav-box ul li div i a {
	border-bottom: 1px solid #BCBCBC;
	margin: 0 15px;
	height: 40px;
	color: #3b3b3b;
	line-height: 40px;
	width: 110px;
	display: block;
	float: left;
	text-align: left;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.nav-box ul li:nth-child(6) div i a {
	width: auto;
	min-width: 110px;
}

.nav-box ul li div span {
	float: right;
}

/* 当行个别栏目特殊处理开始 */
.nav-box ul .specialLi {
	float: left;
	height: 80px;
	width: 120px;
	text-align: center;
	position: relative;
}

.nav-box ul .specialLi a {
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	display: inline-block;
	line-height: 70px;
	text-align: right;
	font-weight: bold;
}

.nav-box ul .specialLi a:hover {
	color: #0060a6;
}

.nav-box ul .specialLi div {
	position: absolute;
	width: auto;
	top: 80px;
	left: 0;
	right: auto;
	background: none repeat scroll 0% 0% #F5F5F5;
	padding: 20px;
	display: none;
	z-index: 999;
}

.nav-box ul .specialLi div i {
	width: 88px;
	float: left;
}

.nav-box ul .specialLi div i a {
	border-bottom: 1px solid #BCBCBC;
	margin: 0 15px;
	height: 40px;
	color: #3b3b3b;
	line-height: 40px;
	display: block;
	text-align: left;
	font-size: 14px;
	width: auto;
	float: none;
}

.nav-box ul .specialLi:nth-child(6) div i a {
	width: auto;
	min-width: 110px;
}

.nav-box ul .specialLi div span {
	float: right;
}
/* 当行个别栏目特殊处理结束 */

/* bannar样式 */
.home-bannar {
	height: 450px;
	position: relative;
	overflow: hidden;
}

.bannar-list div {
	width: 100%;
	height: 450px;
	background: bottom center no-repeat;
	position: absolute;
	top: 0;
}

.ban-title-box {
	display: block;
	width: 1160px;
	height: 170px;
	margin: auto;
	padding-top: 35px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 150%;
}

.ban-title-box a {
	font-size: 0px;
}

.ban-title-box a img {
	margin-top: 10px;
}

.bannar-button {
	position: absolute;
	bottom: 23px;
	width: 100%;
	height: 22px;
	z-index: 100;
}

.bannar-button ul {
	width: 192px;
	height: 22px;
	margin: 0 auto;
}

.bannar-button ul li {
	float: left;
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin: 0 8px;
}

.button-blue {
	background: url(bannar_button_blue.png) no-repeat;
}

.button-normal {
	background: url(bannar_button_normal.png) no-repeat;
}

/* footer样式 */
.footer {
	background-color: #e8e8e8;
}

.footer-box {
	width: 1170px;
	margin: auto;
	padding-top: 30px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
}

.footer-box h4 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	padding-bottom: 8px;
}

.footer-box a {
	color: #666666;
}

.footer-box a:hover {
	color: #0060a6;
}

.footer-aboutgp {
	float: left;
	width: 400px;
}

.footer-aboutgp p {
	line-height: 26px;
}

.footer-fastnav {
	float: left;
	width: 110px;
	margin-left: 160px;
}

.footer-fastnav ul li {
	list-style: url(footPrefix.jpg) inside;
	line-height: 26px;
}

.footer-frielink {
	float: left;
	width: 209px;
	margin-left: 60px;
	position: relative;
}

.lin-box {
	position: absolute;
	width: 235px;
	background: #ffffff;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 999;
	display: none;
	border: 1px;
	border-top: 0;
}

.lin-box ul li {
	display: block;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	vertical-align: bottom;
	width: 230px;
	text-indent: 5px;
	float: left;
	padding: 0px;
}

.lin-box ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #888888;
}

.footer-frielink ul li {
	padding: 6px 0px;
	position: relative;
}

.footer-fr {
	display: block;
	background: url(flbtn.jpg) no-repeat;
	line-height: 28px;
	color: #666666;
	text-indent: 5px;
}

.footer-frielink ul li a:hover {
	color: #0060a6;
}

.footer-sharearea {
	float: right;
	width: 270px;
}

.footer-sharearea a {
	float: left;
	margin: 6px 5px 17px 0px;
}

.qq-blog {
	display: block;
	width: 24px;
	height: 24px;
	background: url(shareimage_01.jpg) no-repeat;
}

.qq-zone {
	display: block;
	width: 24px;
	height: 24px;
	background: url(shareimage_02.jpg) no-repeat;
}

.qq-friend {
	display: block;
	width: 24px;
	height: 24px;
	background: url(shareimage_03.jpg) no-repeat;
}

.sina-blog {
	display: block;
	width: 24px;
	height: 24px;
	background: url(shareimage_04.jpg) no-repeat;
}

.footer-sharearea p {
	line-height: 26px;
}

.footer-logo {
	width: 1170px;
	margin: auto;
	padding-bottom: 22px;
	padding-top: 16px;
	font-size: 0px;
}

/* copyright样式 */
.copyright {
	background-color: #f9f9f9;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
}

.cr-box {
	width: 1170px;
	margin: auto;
}

.cr-left {
	width: 600px;
	float: left;
	height: 45px;
	line-height: 45px;
}

.cr-right {
	width: 500px;
	float: right;
	height: 45px;
	line-height: 45px;
}

.cr-right ul li {
	float: right;
	padding-left: 15px;
}

.cr-right ul li a {
	color: #666666;
}

.cr-right ul li a:hover {
	color: #0060a6;
}

.search-box .search-text {
	width: 120px;
	height: 30px;
	background: url(search_bg.jpg) no-repeat left;
	line-height: 30px;
	float: left;
	border: none;
	text-indent: 5px;
}

.search-box .search-btn {
	width: 30px;
	height: 30px;
	background: url(search_bg.jpg) no-repeat right;
	float: left;
	border: none;
	text-indent: 5px;
}

.article_on {
	background: none;
}

.article_on .con_right {
	width: 100%;
	background: #ffffff;
	margin: 0;
	padding: 40px;
}

.article .con_right .cont_list h3,
.article_on .con_right .cont_list h3 {
	padding: 10px;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	color: #3d3d3d;
	line-height: 44px;
}