@charset "gb2312";
/* Nie Junjian | 2011-06-24 */
/* Email: cyanmoon@foxmail.com */

/* begin reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* end reset */

body {
	font-size: 12px;
	font-family: "宋体", "黑体", sans-serif;
	/*background: url(bg_top.jpg) repeat-x 0 113px;*/
}
#container {
	width: 1000px;
	margin: 0 auto;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.section {
	margin-bottom: 8px;
}

/* begin header */
#header {
	margin-bottom: 3px;
}
#header .topbar {
	height: 27px;
	/* border-bottom: 1px solid #000;*/
	overflow: hidden;
}
#header .topbar a {
	color: #8f0700;
}
#header .topbar .links_l {
	float: left;
	margin: 7px 0 0 -1px;
}
#header .topbar .links_r {
	float: right;
	margin: 7px -1px 0 0;
}
#header .topbar li {
	float: left;
	padding: 0 15px;
}
.topbar .links_l li {
	border-left: 1px solid #8f0700;
}
.topbar .links_r li {
	border-right: 1px solid #8f0700;
}

h1 {
	height: 85px;
	background: url(header.jpg) no-repeat;
	position: relative;
}
h1 .a1 {
	position: absolute;
	width: 230px;
	height: 85px;
	left: 30px;
	top: 0;
	text-indent: -9999px;
}

h1 .a2 {
	position: absolute;
	width: 710px;
	height: 85px;
	left: 290px;
	top: 0;
	text-indent: -9999px;
}

#header .nav {
	/*height: 38px;
	border-top: 1px solid #8abdee;*/
	height: 39px;
	background: url(bg_nav.jpg) repeat-x;	
}
#header .nav ul {
	background: url(bg_nav_ul.jpg) no-repeat;
}
#header .subNav ul {
	background: none;
}
#header .nav li {
	float: left;
	padding-right: 2px;
	background: url(line.jpg) no-repeat right 5px;
	position: relative;
	z-index: 10;
}
#header .subNav li {
	width: auto;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 7px;
	background: none;
	position: static;
	white-space: nowrap;
	overflow: hidden;
}
#header .nav .l {
	background: none;
}
#header .nav a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: "宋体", "黑体";
	float: left;
}
#header .subNav a {
	display: inline;
	height: auto;
	line-height: normal;
	padding: 0;
	color: #0265cb;
	font-size: 12px;
	font-weight: normal;
	font-family: "宋体", "黑体", sans-serif;
	float: none;
}
#header .nav a:hover, #header .active a {
	background: url(bg_nav_h.jpg) repeat-x;
}
#header .subNav a, #header .subNav a:hover {
	background: none;
}
#header .nav a:hover {
	text-decoration: none;
}
#header .subNav a:hover {
	text-decoration: underline;
}
#header .subNav {
	position: absolute;
	left: 0;
	top: 36px;
	border: 2px solid #5699e0;
	background: #fff;
	color: #0265cb;
	width: 290px;
	display: none;
	z-index: 99;
}
#header .active .subNav {
	display: block;
}
/* end header */

/* begin content */
#content {
	padding: 0 4px;
}
#content .toolbar {
	margin-bottom: 4px;
}
.toolbar .info {
	background: url(bg_info.jpg) no-repeat;
	/*width: 600px;*/
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	float: left;
}
.toolbar .info span {
	margin-right: 10px;
}
.toolbar .info em {
	color: #a28008;
	font-weight: bold;
	font-style: normal;
}
.toolbar .search {
	float: right;
}
.toolbar .search label, .toolbar .search input {
	vertical-align: middle;
}
.toolbar .search label {
	color: #333;
	font-weight: bold;
}
.toolbar .search .searchBox {
	width: 120px;
	height: 19px;
	line-height: 19px;
	padding: 0 3px;
	border: 1px solid #765e08;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15) inset;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.15) inset;
	-moz-webkit-shadow: 5px 5px 5px rgba(0,0,0,0.15) inset;
	font-size: 12px;
}
.toolbar .search .searchBtn {
	width: 46px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: url(components.png) no-repeat;
	border: none;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.slider {
	width: 608px;
	float: left;
	border: 3px solid #d3d3d3;
	position: relative;
}
.slider .picBox {
	height:291px;
	border-bottom: 1px solid #000;
	position: relative;
	_zoom: 1;
}
.slider .picBox img {
	display: block;
}
.slider .picList {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.slider .picList li {
	float: left;
	border: 3px solid #fff;
	margin-left: 3px;
}
.slider .links {
	height: 27px;
	line-height: 27px;
	background: url(../images/bg_links.jpg) repeat-x;
}
.slider .links a {
	color: #fff;
	margin-left: 10px;
}
.slider .corner div, .news .corner div, .box .corner div {
	width: 8px;
	height: 8px;
	position: absolute;
	background-image: url(components.png);
	overflow: hidden;
	display:block;
	z-index:99px;
}
.slider .tl {
	background-position: 0 -32px;
	left: -3px;
	top: -3px;
}
.slider .tr {
	background-position: -8px -32px;
	right: -3px;
	top: -3px;
}
.slider .bl {
	background-position: 0 -40px;
	left: -3px;
	bottom: -3px;
	_bottom: -4px;
}
.slider .br {
	background-position: -8px -40px;
	right: -3px;
	bottom: -3px;
	_bottom: -4px;
}

#content .news {
	width: 369px;
	height: 319px;
	border: 3px solid #8bb3df;
	float: right;
	position: relative;
	padding: 0;
}
h2 {
	font-size: 14px;
	font-family: "宋体", "黑体";
}
h2.title {
	color: #0f6dd5;
}
h2.title2 {
	height: 29px;
	background: url(bg_nav.jpg) repeat-x left center;
	color: #fff;
	font-size:14px;
	line-height:29px;
	padding-left:10px;
	margin: 1px 1px 0;
}
.news h2 {
	height: 29px;
	background: url(bg_news_h2.jpg) repeat-y;
	padding-left: 10px;
}
h2 .arrow {
	width: 10px;
	height: 9px;
	background: url(components.png) no-repeat 0 -59px;
	display: inline-block;
	margin-left: 8px;
	overflow: hidden;
}
h2 span {
	vertical-align: middle;
}
.news .tabs {
	position: absolute;
	right: 5px;
	top: 7px;
}
.news .tabs li {
	float: left;
	padding: 1px 1px 0;
	border: 1px solid #ddd;
	background: #fff;
}
.news .tabs a {
	width: 76px;
	height: 22px;
	line-height: 22px;
	display: block;
	text-align: center;	
	background: url(bg_tabs_1.jpg) repeat-x;
}
.news .tabs .current {
	border-bottom: 1px solid #fff;
}
.news .current a {
	background: url(bg_tabs_2.jpg) repeat-x;
	font-weight: bold;
}
.news .panel {
	border-top: 1px solid #ddd;	
}
.news .topic {
	background: #f0f6fd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 5px 3px 0;
	padding: 5px 10px 2px;
	position: relative;
}
.news .topic h3 {
	float: left;
	margin-top: 13px;
}
.news .topic ul {
	margin-left: 50px;
	_zoom: 1;
	overflow: hidden;
}
.news .topic li {
	width: 100%;
	float: left;
	color: #a28008;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px dotted #a8acb1;
	margin-bottom: -1px;
	white-space: nowrap;
	overflow: hidden;
}
.news .topic a {
	color: #a28008;
}
.news .topic .more {
	top: auto;
	bottom: 3px;
	color: #5B5412;
}
.news .tl {
	background-position: -16px -32px;
	left: -3px;
	top: -3px;
}
.news .tr {
	background-position: -24px -32px;
	right: -3px;
	_right: -4px;
	top: -3px;
}
.news .bl {
	background-position: -16px -40px;
	left: -3px;
	bottom: -3px;
	_bottom: -4px;
}
.news .br {
	background-position: -24px -40px;
	right: -3px;
	_right: -4px;
	bottom: -3px;
	_bottom: -4px;
}
.news a:hover {
	text-decoration: none;
}
/* end content */

/* begin mainContent */
.mainContent {
	width: 683px;
	float: left;
}
.zwgk .wrapper {
	margin-right: -1px;
}
.zwgk .links {
	width: 328px;
	float: left;
	border-right: 1px solid #e7e7e7;
}
*+html .zwgk .links {
	width: 327px;
	float: left;
	border-right: 1px solid #e7e7e7;
}
.banner img, .tour li img, .ncfm li img {
	display: block;
}
.tour li {
	float: left;
	margin-left: 11px;
	display: inline;
}
.ncfm .picList {
	padding-left: 26px;
}
.ncfm li {
	float: left;
	margin-right: 16px;
	text-align: center;
	display: inline;
}
.ncfm .pic {
	margin-bottom: 8px;
	display: block;
}
.ncfm li img {
	padding: 1px;
	border: 1px solid #c9c9c9;
}
.humanity, .ecology {
	width: 336px;
}
.humanity {
	float: left;
}
.ecology {
	float: right;
}
.slider2 .l, .slider2 .r {
	width: 15px;
	height: 84px;
	background: url(../images/bg_slider2.jpg) no-repeat;
}
.slider2 .l {
	display: none;
	float: left;
}
.slider2 .r {
	display: none;
	float: right;
	background-position: -15px 0;
}
.slider2 .wrapper {
	width: 685px;
	float: left;
	overflow: hidden;
}
.slider2 ul {
	width: 9999px;
}
.slider2 li {
	float: left;
	margin-right: 10px;
}
/* end mainContent */

/* begin sidebar */
.sidebar {
	width: 299px;
	float: right;
}
.video .preview {
	padding-bottom: 10px;
	background: url(bg_preview.jpg) repeat-x left bottom;
	margin: 0 5px;
}
.video .preview li {
	float: left;
	margin: 0 5px;
	display: inline;
}
.video .preview img {
	display: block;
	padding: 2px;
	border: 1px solid #e1e1e1;
}
.video .links {
	margin: 0 5px;
}
.video .links li {
	background: url(components.png) no-repeat 2px -72px;
	padding-left: 24px;
	_padding-left: 0;
}
.video .links a {
	_background: url(components.png) no-repeat 2px -76px;
	_padding-left: 24px;
}

.sidebar .interact, #sidebar_l .interact {
	padding-bottom: 0;
}
.interact .wrapper {
	overflow: hidden;
}
.interact ul {
	margin: 0 1px -1px;
}
.interact li {
	height: 25px;
	line-height: 25px;
	padding: 0 0 1px 10px;;
	background: url(bg_interact_li.jpg) repeat-x;
}
.interact li a {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
	background: url(components.png) no-repeat 2px -115px;
	padding-left: 20px;
}
.interact .mail a {
	background-position: 0 -95px;
}
.interact li a:hover {
	text-decoration: none;
}

.tips h2, .siteNav h2, .picNews h2 {
	height: 29px;
	line-height: 29px;
	background: #fff url(subnav.jpg) no-repeat left center;
	padding-left: 24px;
	position: relative;
	color: #0f6fd5;
	font-size:14px;
	border-bottom:1px solid #efefef;
}
.tips .links a {
	/*color: #666;
	font-weight: bold;*/
	padding-left: 18px;
	_background: url(components.png) no-repeat 5px -125px;
	background: url(components.png) no-repeat 5px -130px;
}

.service .item {
	margin: 0 1px;
}
.item .title {
	height: 25px;
	line-height: 29px;
	padding-left: 10px;
	position: relative;
	border-top: 1px solid #fff;
	font-size:13px;
	border-bottom:1px solid #ccc;
}
.item .title h3 {
	color: #0f6fd5;
	font-family: "宋体", "黑体";	
}
.item .title a.more {
	line-height: normal;
	top: 8px;
}
.service .item2 {
	margin: -1px 1px;
}
.service .item2 .links {
	overflow: hidden;
}
.item2 .links li {
	width: 25%;
	float: left;
}
#sidebar_l .item2 li {
	width: 33%;
}

.sidebar .login {
	background: #f3f3f3 url(../images/bg_login.jpg) repeat-x left bottom;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
}
.login h2 {
	height: 30px;
	line-height: 30px;
	background: url(../images/bg_login_h2.jpg) repeat-x;
	color: #900;
	padding-left: 10px;
}
.login form {
	padding: 7px 10px 0;
}
.login .fItem {
	margin-bottom: 10px;
}
.login label, .login input, .login a {
	vertical-align: middle;
}
.login label {
	font-weight: bold;
	color: #333;
	cursor: pointer;
}
.login .inputBox {
	width: 210px;
	height: 21px;
	line-height: 21px;
	padding: 0 3px;
	border: 1px solid #d6d6d6;
}
.login .item3 {
	padding-left: 44px;
}
.login .btn_login {
	width: 73px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: none;
	background: url(components.png) no-repeat 0 -152px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.login a {
	color: #666;
}

.siteNav h2 {
	color: #333;
	border-bottom: 2px solid #cad0d5;
}
.siteNav form {
	padding: 7px 0 0 14px;
}
.siteNav select {
	display: block;
	width: 265px;
	height: 20px;
	border: 1px solid #7f9db9;
	margin-bottom: 4px;
}
/* end sidebar */

/* begin zjmtg */
.pos {
	color: #666;
	padding: 5px 0 0 20px;
	margin-bottom: 15px;
}
.pos em {
	font-weight: bold;
	font-style: normal;
}
.pos a {
	color: #06c;
}

#zjmtg .itemList li {
	height: 150px;
	background: url(bg_item.jpg) repeat-x;
	border-bottom: 3px solid #d6d6d6;
	padding: 20px 10px 0;
}
.itemList .pic, .section2 .pic, .section3 .pic {
	padding:2px;
	margin:5px auto;
	border:1px solid #ccc;
	margin-bottom: 20px;
}
.itemList .odd .pic {
	float: left;
}
.itemList .odd .intro {
	margin-left: 210px;
}
.itemList .even .pic {
	float: right;
}
.itemList .even .intro {
	margin-right: 210px;
}
#zjmtg h2 {
	color: #333;
	height: 25px;
	line-height: 25px;
	background: url(bg_h2.jpg) no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
}
#zjmtg .itemList p {
	color: #333;
	font-family: "宋体", "黑体", sans-serif;
	padding-left: 20px;
	line-height: 30px;
	margin-top:10px;
}
/* end zjmtg */

/* begin detail */
#detail .wrapper {
	width: 986px;	
	margin: 0 0 30px 3px;
	background: url(bg_content.png) repeat-y 45px 0;	
}
#detail .innerWrap {
	padding: 39px 40px 0 45px;
}
#detail .lsyg {
	background: url(bg_lsyg.jpg) no-repeat;	
}
#detail h2 {
	height: 47px;
	line-height: 47px;
	margin-bottom: 18px;
	font-size: 32px;
	color: #333;
	padding-left: 20px;
}
#detail .content {
	background: url(bg_content_b.png) no-repeat left bottom;
	padding: 30px 30px 20px;
	min-height: 360px;
	_height: 360px;
}
#detail .content p {
	font-size: 14px;
	color: #333;
	font-weight:;
	text-indent: 2em;
	line-height: 30px;
	margin-bottom: 20px;
}
/* end detail */

/* begin jrmtg */
#sidebar_l {
	width: 206px;
	float: left;
	margin-left: 14px;
	display: inline;
}
#content2 {
	width: 560px;
	float: left;
	display: inline;
}
#sidebar_r {
	width: 208px;
	float: right;
	margin-right: 14px;
	display: inline;
}
#content2 .news h2 {
	font-size: 16px;
	height: 29px;
	line-height:29px;
}
#content2 .links li, #content3 .links li, .section3 .links li, .section2 .links li {
	height:30px;
	line-height: 30px;
	font-size: 14px;
	color:#333;
}
#content2 .news em {
	font-style: normal;
	color: #802614;
}
#content2 .news .panel {
	border-top-width: 2px;
}
#content2 .news .tabs {
	top: 5px;
	_top: 6px;
}
.news li .icon, .section2 .links .icon, .section3 .links .icon {
	background: url(components12-7.png) no-repeat 0 -185px;
	_position: absolute;
}
#content2 .news .links {
	padding-top: 10px;
	margin-bottom: 20px;
}
.pageBox {
	text-align: center;
	font-size: 0;
	margin-bottom: 10px;
}
.pageBox li {
	display: inline;
	margin: 0 2px;
}
.pageBox a {
	color: #666;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	border: 1px solid #d2d2d2;
	padding: 0 5px;
	vertical-align: middle;
	font-size: 12px;
	margin:0px 2px;
}
.pageBox a.hover{font-weight: bold;background: url(bg_tabs_2.jpg) repeat-x;}
.pageBox a:hover {
	text-decoration: none;
}
.pageBox .pre a, .pageBox .nxt a {
	width: 20px;
	height: 16px;
	background: url(components12-7.png) no-repeat 0 -207px;
	border: none;
	padding: 0;
}
.pageBox .nxt a {
	background-position: -20px -207px;
}
.pageBox .pre {
	margin-right: 5px;
}
.pageBox .nxt {
	margin-left: 5px;
}
.pageBox .current a {
	font-weight: bold;
}

.picNews ul {
	padding-left: 2px;
}
.picNews li {
	margin-bottom: 10px;
}
.picNews .pic {
	width: 189px;
	height: 124px;
	padding:2px;
	margin:5px auto;
	border:1px solid #e7e7e7;
	margin-bottom: 5px;
}
.picNews .summary {
	padding: 0 7px;
	text-align: center;
	line-height: 18px;
}
/* end jrmtg */

/* begin detail */
#mainContent {
	width: 694px;
	padding: 20px 30px 0;
	float: left;
	margin-left: 14px;
	display: inline;
	margin-bottom: 30px;
}
.detail .header, .detail .content {
	font-family: "宋体";
}
.detail .header {
	text-align: center;
	margin-bottom: 30px;
}
.detail .header h2 {
	padding-bottom: 12px;
	background: url(bg_h2_2.jpg) no-repeat center bottom;
	font-size: 22px;
	font-family: "宋体";
	margin-bottom: 10px;
	_zoom: 1;
	color: #000;
}
.detail .header .info {
	font-size: 14px;
	font-weight:;
	color: #666;
}
.detail .photo {
	width: 538px;
	height: 358px;
	padding: 1px;
	border: 4px solid #e5e5e5;
	display: block;
	margin: 0 auto 40px;
}
.detail .content p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	text-indent: 2em;
	margin-bottom: 20px;
}
.detail .content .author {
	color: #666;
	text-align: right;
	font-size: 12px;
}
.slider3 {
	height: 136px;
	background: #f8f8f8 url(bg_slider3.jpg) repeat-x left bottom;
	border: 3px solid #e8e8e8;
	margin-bottom: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}
.slider3 .ctrl a {
	position: absolute;
	width: 25px;
	height: 110px;
	background: url(components12-7.png) no-repeat;
	top: 12px;
}
.slider3 .ctrl .pre {
	background-position: 0 -414px;
	left: 7px;
}
.slider3 .ctrl .nxt {
	background-position: -25px -414px;
	right: 7px;
}
.slider3 .box2 {
	width: 620px;
	margin: 18px auto 0;
	overflow: hidden;
}
.slider3 ul {
	width: 9999px;
}
.slider3 li {
	float: left;
	margin-right: 13px;
}
.slider3 img {
	padding: 1px;
	border: 3px solid #e5e5e5;
}
.controller {
	text-align: center;
	padding: 10px 0;
	background: url(dot.gif) repeat-x;
}
.controller a {
	width: 94px;
	height: 28px;
	display: inline-block;
	background: url(components12-7.png) no-repeat 0 -534px;
	line-height: 28px;
	font-size: 14px;
}
.controller a:hover {
	text-decoration: none;
}
.btn_play {
	display: block;
	background: url(components12-7.png) no-repeat 0 -572px;
	width: 120px;
	padding-left: 80px;
	height: 36px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto 20px;
}
.btn_play:hover {
	text-decoration: none;
}
/* end detail */

/* begin footer */
#footer {
	background: url(bg_footer.jpg) repeat-x;
	padding-top: 5px;
	margin: 10px 2px 0;
}
#footer .logo {
	width: 265px;
	float: left;
}
#footer .logo a {
	width: 250px;
	height: 80px;
	display: block;
	background: url(logo.jpg) no-repeat;
	margin-left: 30px;
}
#footer .info {
	width: 730px;
	float: right;
	border-left: 1px dotted #ccc;
	text-align: center;
	padding-bottom: 10px;
}
#footer .nav {
	margin: 5px 0;
}
#footer .nav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #333;
}
#footer .nav a {
	color: #333;
	font-weight: bold;
}
#footer .info p {
	color: #666;
	line-height: 18px;
}
#footer p span {
	margin: 0 3px;
}
/* end footer */

/* begin box */
.box {
	border-radius:5px;
	border: 1px solid #e7e7e7;
	padding-bottom: 10px;
	position: relative;
	_zoom: 1;
}
*+html .box {border: 1px solid #e7e7e7;	position: relative;padding:1px 1px 10px 1px;}
.box .topbar {
	height: 22px;
	padding: 10px 10px 0;
	background: url(bg_box_t.jpg) repeat-x;
	margin: 1px 1px 10px 1px !important;
	position: relative;
}
.box .topbar h2 {
	float: left;
	margin-top: -5px;
}
.box .links_t {
    display: inline;
    float: right;
    margin-right: 40px;
}
.box .links_t li {
	display: inline;
	margin-left: 5px;
}
.box .topbar .more, .tips .more, .item .title .more, .topbar2 .more, .section3 .topbar .more,.topbar1 .more, .topic .more {
	position: absolute;
	right: 10px;
	top: 10px;
	padding-right: 8px;
	background: url(components12-7.png) no-repeat right 3px;
	color: #5b5412;
	font-family: "宋体", "黑体", sans-serif;
	font-size: 11px;
}
.box .topbar .more:hover, .tips .more:hover, .item .title .more:hover, .topbar2 .more:hover {
	text-decoration: none;
}
.box .links, .news .links, #content3 .links {
	padding: 2px 6px 0;
}
.box .links li, .news .panel li {
	height: 25px;
	line-height:25px;
	border-bottom: 1px dotted #b2b2b2;
	white-space: nowrap;
	overflow: hidden;
	width:100%
}
.box .links li.common {
	width:33%
}
.box .links a:hover, .news .panel a:hover, #content3 .links a:hover, .section2 .links a:hover, .section3 .links a:hover {
	color: #06c;
	text-decoration: none;
}
.box .tl {
	background-position: -32px -32px;
	left: -1px;
	top: -1px;
}
.box .tr {
	background-position: -40px -32px;
	right: -1px;
	_right: -2px;
	top: -1px;
}
.box .bl {
	background-position: -32px -40px;
	left: -1px;
	bottom: -1px;
}
.box .br {
	background-position: -40px -40px;
	right: -1px;
	_right: -2px;
	bottom: -1px;
}
.tour .bl, .tour .br, .humanity .bl, .humanity .br, .ecology .bl, .ecology .br, .interact .bl, .interact .br, .service .bl, .service .br, #content2 .news .bl, #content2 .news .br, #sidebar_r .bl, #sidebar_r .br, #mainContent .bl, #mainContent .br {
	_bottom: -2px;
}
.humanity .tr, .humanity .br, .ecology .tr, .ecology .br, #sidebar_l .tr, #sidebar_l .br, #content2 .tr, #content2 .br, #sidebar_r .tr, #sidebar_r .br, #mainContent .tr, #mainContent .br {
	_right: -1px;
}
/* end box */

.zwgk2 {
	margin: 20px 0;
}
.zwgk2 li {
	display: inline-block;
	font-size: 14px;
	white-space: nowrap;
	padding-bottom: 10px;
	_display: inline;
	_zoom: 1;
}
.zwgk2 a {
	color: #0f6dd5;
}

/* begin zwgk */
#zwgk .leader {
	padding-bottom: 0;
}
h2.title3 {
	height: 34px;
	line-height: 34px;
	text-align: center;
	position: relative;
	background: url(bg_h2_3.jpg) repeat-x;
	margin: 1px 1px 0;
	color: #fff;
}
h2.title3 .l, h2.title3 .r {
	width: 5px;
	height: 34px;
	position: absolute;
	top: 0;
}
h2.title3 .l {
	background: url(bg_h2_l.jpg) no-repeat;
	left: 0;
}
h2.title3 .r {
	background: url(bg_h2_r.jpg) no-repeat;
	right: 0;
}
.leader li {
	text-align: center;
}
.leader h3, .leader .name {
	background: #fff url(bg_leader.jpg) repeat-x left bottom;
}
.leader h3 {
	height: 25px;
	line-height: 25px;
	color: #c00;
}
.leader .name {
	height: 26px;
	line-height: 26px;
	display: block;
}
.leader .name a {
	color: #333;
}
.leader .name a:hover {
	color: #06c;
	text-decoration: none;
}

#content3 {
	width: 758px;
	float: right;
	margin-right: 14px;
	display: inline;
}
#content3 .links li, .section3 .links li, .section2 .links li {
	border-bottom: 1px dotted #b2b2b2;
}

.leaderInfo .photo {
	width: 150px;
	height: 194px;
	padding: 7px;
	background: url(bg_photo12-7.png) no-repeat;
	margin: 0 auto 35px;
}
.leaderInfo .info {
	padding: 0 40px 40px;
}
.leaderInfo .info p {
	line-height: 30px;
	text-indent: 2em;
	color: #333;
	font-size: 14px;
}
/* end zwgk */

/********** fix ie6 **********/
.box .links li, .news .panel li, .news .topic li, #content3 .links li, .section3 .links li, .section2 .links li {	
	_border-bottom: none;
	_background: url(dot.gif) repeat-x left bottom;
	_padding-bottom: 1px;
}
.datelink li { clear:both;}
.datelink li a { display:block; float:left; width:200px;}
.datelink li span { display:block; width:80px; float:right;}

.datelink01 li { clear:both;}
.datelink01 li a { display:block; float:left;}
.datelink01 li span { display:block; width:80px; float:right;}

/* begin sxmj */
.sxmj, .yszp {
	padding: 0 10px;
}
.topbar2 {	
	height: 28px;
	line-height: 20px;
	position: relative;
	margin-bottom: 15px;
	border-bottom:2px solid #0f6fd5;
}
.topbar2 h2 {
	padding:4px 15px;
	float:left;
	text-align:center;
	font-size: 14px;
	color: #fff;
	font-family: "宋体", "黑体", sans-serif;
	background:#0f6fd5;
	padding-top:4px;
}
.topbar2 .more {
	line-height: normal;
	top: 5px;
}
.bookList li, .videoList li{
	padding: 10px;
	background:#f8f8f8;
	margin:18px 0;
	}
.videoList li ul li{ margin:0;}
.bookList .book {
	width: 92px;
	float: left;
}
.bookList .pic img {
	display: block;
	border: 1px solid #d3d3d3;
}
.bookList .download {
	width: 80px;
	height: 24px;
	line-height: 24px;
	background: url(titlebtn12-7.png) no-repeat;
	display: block;
	margin: 8px 0 0 6px;
	color: #fff;
	text-align: center;
}
.bookList .download:hover {
	text-decoration: none;
}
.bookList .info {
	margin-left: 110px;
}
.bookList h3 {
	font-weight: normal;
	padding-bottom: 5px;
	line-height:24px;
	margin:7px 0;
	border-bottom:1px dashed #c8c8c8;
}
.bookList h3 a {
	color:#0f6fd5;
}
.bookList h3 a:hover {
	text-decoration: none;
}
.bookList .copyright {
	color: #878787;
	margin-bottom: 15px;
}
.bookList p {
	width: 600px;
	line-height: 18px;
}
.sxmj .pageBox, .yszp .pageBox {
	margin: 20px 0 40px;
}
.sxmj .topbar2, .yszp .topbar2 {
	margin-bottom: 0;
}
/* end sxmj */

/* begin yszp */
.videoList li {
	position: relative;
}
.videoList .video {
	float: left;
	padding-top: 13px;
	background: url(components12-7.png) no-repeat -72px -41px;
}
.videoList .info {
	margin-left: 150px;
}
.videoList h3 {
	margin-bottom: 10px;
	font-size: 14px;
}
.videoList h3 a {
	color: #06c;
}
.videoList .list {
	width: 400px;
	margin-bottom: 5px;
}
.videoList .list li {
	width: 50%;
	border-bottom: none;
	padding: 0 0 8px;
	color: #666;
	float: left;
	position: static;
}
.videoList em {
	font-weight: bold;
	font-style: normal;
}
.videoList h4 {
	height: 19px;
	line-height: 19px;
	background: url(bg_unfold.jpg) no-repeat;
	color: #06c;
	padding-left: 15px;
	cursor: pointer;
	margin-bottom: 10px;
}
.videoList .play {
	position: absolute;
	width: 55px;
	padding-left: 35px;
	height: 29px;
	line-height: 23px;
	background: url(titlebtn112-7.png) no-repeat;
	color: #fff;
	font-weight: bold;
	right: 30px;
	top: 40px;
}
.videoList .play:hover {
	text-decoration: none;
}
.videoList .intro {
	padding-right: 30px;
}
.videoList .intro p {
	line-height: 22px;
	background: url(../images/dot12-7.png);
}
.videoList .fold {
	width: 53px;
	padding-left: 36px;
	height: 22px;
	line-height: 22px;
	display: block;
	background: url(bg_fold12-7.png) no-repeat;
	font-weight: bold;
	margin: 10px auto;
}
.videoList .fold:hover {
	text-decoration: none;
}
/* end yszp */

/* begin rwmtg */
#rwmtg h2.title2 {
	position: relative;
}
#rwmtg h2 .more {
	width: 46px;
	height: 14px;
	background: url(components12-7.png) no-repeat -154px -17px;
	position: absolute;
	right: 5px;
	top: 8px;
}
#rwmtg .box .links {
	background: url(bg_links2.jpg) repeat-x;
	margin: 0 1px;
}
.section2 {
	margin-bottom: 15px;
}
.section2 .pic, .section3 .pic {
	float: left;
	margin-left: 10px;
}
.section2 .links {
	margin-left: 210px;
}
/* end rwmtg */

.zxfw h2 {
	height: 29px;
	line-height:29px;
	padding-left:10px;
	font-size: 14px;
	color: #0f6dd5;
	margin: 1px;
}
.zxfw .wrapper {
	padding: 20px 15px 90px;
}
.ggss {
	background: #ededed;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 25px;
}
.ggss h3 {
	border-bottom: 3px solid #fff;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
}
.ggss li {
	width: 70px;
	padding-left: 10px;
	float: left;
	height: 30px;
	line-height: 30px;
	background: url(dot.gif) repeat-x left bottom;
}
.ggss li a {
	color: #06c;
}
.ggss .box2 {
	padding: 0 10px;
	overflow: hidden;
}
.ggss .box2 li {
	margin-bottom: -1px;
}
.library h3 {
	font-size: 13px;
	color: #106fd6;
	font-family: "宋体", "黑体";
	margin-bottom: 7px; 
	padding-left:10px;
}
.library .box {
	padding: 20px;
}
#content3 .detail {
	padding: 20px 30px 0;
}
/* end zxfw */

/* begin lyxx */
#content4 {
	padding: 0 10px 30px;
}
#content4 .pos {
	padding-left: 0;
}
.section3 {
	padding: 10px 0 10px;
}
.section3 .links {
	overflow:hidden;
	margin:10px 0;
}
.section3 ul{ float:left; width: 760px; margin-left:12px;}
.section3 .topbar {
	height: 30px;
	position: relative;
	border-bottom:2px solid #0f6fd5;
}
.section3 .topbar h2{ float:left; padding:4px 15px; background:#0f6fd5; line-height:24px; color:#fff; text-align:center;}
.section3 .topbar .more {
	top: 5px;
}
.section3 .topbar .more:hover {
	text-decoration: none;
}
/* end lyxx */

/* begin tsmtg */
.tsmtg .picShow {
	border: 1px solid #d2d2d2;
	background: url(../images/bg_gradient.jpg) repeat-x;
	margin-bottom: 15px;
}
.picShow h2 {
	height: 39px;
	background: url(../images/bg_h2_5.jpg) no-repeat;
	font-size: 18px;
	color: #333;
	line-height: 39px;
	padding-left: 25px;
}
.picShow .wrapper {
	padding: 10px;
}
.picShow .left {
	width: 548px;
	float: left;
}
.picShow .left .pic, .picShow .picBox .pic {
	padding: 1px;
	border: 4px solid #e5e5e5;
	display: block;
	margin-bottom: 10px;
}
.picShow .left h3, .picShow .picBox h3 {
	height: 32px;
	line-height: 32px;
	background: url(../images/bg_gradient2.jpg) repeat-y;
	padding-left: 18px;
}
.picShow .picList {
	width: 368px;
	float: right;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 10px;
}
.picShow .picList li {
	margin: 0 12px;
}
.tsmtg .picList li {
	height: 135px;
	float: left;
	text-align: center;
	display: inline;
}
.tsmtg .picList .pic {
	width: 152px;
	height: 92px;
	padding:2px;
	margin:5px auto;
	border:1px solid #ccc;
	display: block;
	margin-bottom: 5px;
}
.tsmtg .recommend .wrapper {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #d2d2d2;
	padding-top: 15px;
}
.recommend .topbar2 {
	margin: 0;
}
.recommend .picList li {
	margin: 0 17px;
}
.recommend .pageBox {
	margin-top: 20px;
}
.picShow .picBox {
	width: 548px;
	margin: 0 auto 15px;
}
.picShow .slider3 {
	height: auto;
	zoom: 1;
}
.picShow .slider3 li {
	height: 135px;
	text-align: center;
}
.picShow .slider3 .name {
	margin-top: 5px;
}
.picShow .slider3 .box2 {
	width: 852px;
}
.tsmtg .content {
	padding: 0 40px;
}
.tsmtg .content p {
	color: #333;
	font-size: 14px;
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 20px;
}
/* end tsmtg */

/* begin cljj */
.cljj .section2 {
	width: 474px;
	float: left;
	margin-right: 10px;
	margin: 10px 8px;
	margin-top:20px;
}
.cljj .section2 .links li {
	width: 120px;
	float: left;
	padding-left: 12px;
}
/* end cljj */

/* sendmail */
.yjfs .item {
	margin-bottom: 30px;
}
.yjfs .item label {
	vertical-align: top;
	display: inline-block;
	padding-top: 15px;
}
.yjfs .inputbox {
    margin-top:10px;
	width: 450px;
	height: 15px;
	line-height: 20px;
	padding: 3px;
	border: 1px solid #9d9d9d;
}

.yjfs .inputbox1 {
    margin-top:10px;
	width: 100px;
	height: 15px;
	line-height: 20px;
	padding: 3px;
	border: 1px solid #9d9d9d;
}

.yjfs textarea.inputbox {
	height: 200px;
	margin-bottom: 15px;
}
.item .counter {
	text-align: right;
	padding-right: 40px;
}
.item .counter em {
	font-size: 22px;
	color: #f00;
	font-style: normal;
}

.yjfs .buttonBox a {
    background: url(components12-7.png) no-repeat scroll 0 -336px transparent;
    color: #585858;
    display: inline-block;
    font-size: 13px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    width: 63px;
}
/*add new 2011-08-01*/
/*public*/
.black6 { color:#666;}
.f14 { font-size:14px;}
/*add main*/
.introgy { position:relative; width:900px; background-color:#F6F6F6; margin:0 auto 15px auto;padding:15px 20px; line-height:28px;}
.introgy ul li { display:inline; padding:0px; margin:0px;}
.introgy .lt { background-position:-165px -420px; top:-3px; left:-3px;}
.introgy .lb { background-position:-165px -430px; bottom:-3px; _bottom:-7px; left:-3px;}
.introgy .rt { background-position:-175px -420px; right:-3px; top:-3px;}
.introgy .rb { background-position:-175px -430px; bottom:-3px; _bottom:-7px; right:-3px;}
.zhen_inner { width:642px; border:#E6E6E6 1px solid;border-radius:8px; padding:10px; margin:auto; margin-bottom:20px; }
.zhen_inner ul { clear:both; dotted;line-height:25px; }
.zhen_inner ul li {border-bottom:1px dotted #CCCCCC; float: left; width: 100px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis; padding:4px 0;}
.zhen_inner ul li a { color:#06c; font-size:14px;}
ul.quwei li { font-size:14px; width:170px; height:30px; line-height:30px;overflow:hidden;}
ul.quwei li a { color:#000}
ul.list_item { font-size:14px; font-weight:bold;}
ul.list_item li { border-bottom:#ccc 1px dotted; height:25px; line-height:25px; margin-bottom:0px; text-indent:10px;}
ul.list_item li a { color:#06c;}
ul.stars li {background: url(dot.gif) repeat-x left bottom !important;}
ul.stars li a { background:none; padding-left:0px; font-size:100%; background:none}
.top10 { margin-top:10px;}
.add_title {height: 29px; line-height:29px; padding-left:10px;	background: url(bg_nav12-7.jpg) repeat-x left center;color: #fff;margin: 1px 1px 0;}
.add_title h2 { float:left;}
.add_title a.more { display:block; float:right; color:#fff; line-height:28px; background:url(components12-7.png) no-repeat -158px -540px; padding-right:19px; text-decoration:none;}
.section3 .topbar1 {
	height: 22px;
	background: url(../images/bg_newcountry.jpg) no-repeat;
	padding: 4px 0 0 10px;
	position: relative;
	margin-bottom: 5px;
}
.section3 .topbar1 .more {
	top: 5px;
}
.section3 .topbar1 .more:hover {
	text-decoration: none;
}
/*tip*/
.full{
	background:#000000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:9986666;
}
.center{
	position:fixed;
	z-index:9996666;
	left:50%;
	top:50%;
	_position:absolute;
	_left:expression((saw_X = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth )/2 + ( scroll_X = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft )+'px'); 
	_top:expression((saw_Y = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight )/2 + ( scroll_Y = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )+"px");
}
#popwindow{ position:relative;}
#tipthis { width:570px; clear:both;z-index:9; background:#999; opacity: 0.9; filter: alpha(opacity=90); height:372px; position:absolute; top:0px; left:0px;}
.tip_inner { width:548px;position:relative; height:348px; background-color:#fff; border:#C2C2C2 1px solid; position:absolute; top:10px; left:10px; z-index:9999999999999}
#close { width:22px; height:22px; position:absolute; right:0px; top:0px; cursor:pointer; background:url(close.png) no-repeat; z-index:9999999999999}
.tt_1 { border-bottom:none !important; padding-bottom:0 !important; margin-bottom:5px;}


/*add new 2011-11-03*/
.ad_now a { display:block; margin:4px 0 0px 0; clear:both; margin-left:5px;}
.ad_now a img { width:288px; height:40px;}
.text_this p { text-indent:25px; padding:0px; margin:2px 0 6px 0; line-height:30px; display:block;}

.datelink02 li { clear:both;}
.datelink02 li a { display:block; float:left; width:420px;}
.datelink02 li span { display:block; width:100px; float:right;}

/*add new 2016-03-14*/
.padd8_div{background:url(20160314.jpg) repeat-x center;}
.w280{width:280px;overflow:hidden;border-right:1px dashed #cccccc;} 
.left{float:left;}
.claer{clear:both;}
.w280_div{margin-left:16px;margin-top:14px;width:110px;height:32px;background:url(201603141.png) no-repeat;float:left;}
.w280_div:hover{background:url(201603141_.png) no-repeat}
.w280_div a{padding-left:45px;line-height:32px;color:#2a87dc;}
.w280_div:hover a{color:#fff;}
.w280_div a.m1{background:url(2016031411.png) 13px center no-repeat;}
.w280_div:hover a.m1{background:url(2016031411_.png) 13px center no-repeat;}
.w280_div a.m2{background:url(2016031412.png) 13px center no-repeat;}
.w280_div:hover a.m2{background:url(2016031412_.png) 13px center no-repeat;}
.w280_div a.m3{background:url(2016031413.png) 13px center no-repeat;}
.w280_div:hover a.m3{background:url(2016031413_.png) 13px center no-repeat;}
.w280_div a.m4{background:url(2016031414.png) 13px center no-repeat;}
.w280_div:hover a.m4{background:url(2016031414_.png) 13px center no-repeat;}
.w280_div a.m5{background:url(2016031415.png) 13px center no-repeat;}
.w280_div:hover a.m5{background:url(2016031415_.png) 13px center no-repeat;}
.w280_div a.m6{background:url(2016031416.png) 13px center no-repeat;}
.w280_div:hover a.m6{background:url(2016031416_.png) 13px center no-repeat;}
.w280_div a.m7{background:url(2016031417.png) 13px center no-repeat;}
.w280_div:hover a.m7{background:url(2016031417_.png) 13px center no-repeat;}
.w280_div a.m8{background:url(2016031418.png) 13px center no-repeat;}
.w280_div:hover a.m8{background:url(2016031418_.png) 13px center no-repeat;}


.w280_div a.m1_{background:url(201605131.png) 13px center no-repeat;}
.w280_div:hover a.m1_{background:url(201605131_.png) 13px center no-repeat;}
.w280_div a.m2_{background:url(201605132.png) 13px center no-repeat;}
.w280_div:hover a.m2_{background:url(201605132_.png) 13px center no-repeat;}
.w280_div a.m3_{background:url(201605133.png) 13px center no-repeat;}
.w280_div:hover a.m3_{background:url(201605133_.png) 13px center no-repeat;}
.w280_div a.m4_{background:url(201605134.png) 13px center no-repeat;}
.w280_div:hover a.m4_{background:url(201605134_.png) 13px center no-repeat;}
.w280_div a.m5_{background:url(201605135.png) 13px center no-repeat;}
.w280_div:hover a.m5_{background:url(201605135_.png) 13px center no-repeat;}
.w280_div a.m6_{background:url(201605136.png) 13px center no-repeat;}
.w280_div:hover a.m6_{background:url(201605136_.png) 13px center no-repeat;}
.w280_div a.m7_{background:url(201605137.png) 13px center no-repeat;}
.w280_div:hover a.m7_{background:url(201605137_.png) 13px center no-repeat;}
.w280_div a.m8_{background:url(201605138.png) 13px center no-repeat;}
.w280_div:hover a.m8_{background:url(201605138_.png) 13px center no-repeat;}

.w345{float:left;margin-left:30px;width:345px;}
.w345_top{height:30px;border-bottom:1px solid #cecece;}
.w345_top a.a{font-size:14px;color:#2f89e4;line-height:30px;}
.w345_top .right{float:right;line-height:30px;color:#666666;}
.w345_top .right span{color:#666666;padding:0px 10px;cursor:pointer;}
.w345_top .right span.hover{color:#2a87dc;}
.w345_m{overflow:hidden;margin-top:10px;}
.w345_m a{float:left;font-size:12px;line-height:34px;margin-right:34px;}

.w346_top{ width:328px; height:30px;border-bottom:1px solid #cecece;text-align: center; margin:0 auto; margin-left:26px;}
.w346_top a.a{font-size:14px;color:#2f89e4;line-height:30px;}
.w346_top .right1{line-height:30px;color:#666666; font-weight: bold; }
.w346_top .right1 span{color:#666666;padding:0px 10px;cursor:pointer;}
.w346_top .right1 span:hover{color:#2a87dc;}
.btm{width:341px; height:40px;}
.btm p{text-align: center;margin-top:15px;}
.bt_df{font-weight:bold; color:#fff;display: inline-block;  text-align: center; line-height:28px;  width:91px; height:28px; background: url(bt_df.png) center center no-repeat;}
.bt_df:hover{text-decoration:none;}
.bt_zx{font-weight:bold; color:#fff; display: inline-block;margin-left: 35px; text-align: center; line-height:28px;  width:91px; height:28px; background: url(bt_df.png) center center no-repeat;}
.bt_zx:hover{text-decoration:none;}
.table_z{width: 664px; height:184px;  margin-left:250px;  margin-top:50px;}
.table_ul{height:26px; border-bottom:2px solid #2a87dc; }
.hit2{font-size: 14px; font-family:"宋体"; float:left; width:91px; line-height:26px; text-align: center; color:#000; cursor:pointer; font-weight:bold;}
.hit{background:#2a87dc; color:#fff;}
.panes{height:156px; width:662px; border:1px solid #e5e5e5; }
.table_txt{height:15px;width:622px; margin-top:10px; line-height:40px; background: url(../images/dot1.png) left center no-repeat; padding-left:20px;}
.table_txt a{line-height:40px;}
.table_txt a:hover{color:#2A87DC;}
.syn{line-height:25px;}
.syn_no{display:none;}
.date1{margin-left: 15px;}

#content2{ width: 540px; padding-left:9px;}