@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea, p, blockquote, img {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #000;
	font-family: "微软雅黑", "宋体";
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #184744;
}
/*去掉图形热点的点击时出现的边线*/
a, area {
	blr: expression(this.onFocus = this.blur ());
} /*for IE*/
:focus {
	-moz-outline-style: none;
	outline: none;
} /* for Firefox*/
img {
	border: 0;
}

ul, li {
	list-style-type: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	height: 0;
}

.head {
	height: 144px;
	background: #08707c;
}

.headWarp {
	width: 1200px;
	height: 144px;
	background: url(../images/headBg.png) no-repeat 620px center;
	margin: 0 auto;
}

.logo {
	width: 700px;
	height: 144px;
	float: left;
}

.logo img {
	height: 76px;
	margin-top: 34px;
}

/* search */
.search {
	width: 301px;
	height: 36px;
	float: right;
	overflow: hidden;
	padding-top: 54px;
}

.search .keyvalue {
	width: 205px;
	height: 34px;
	line-height: 34px;
	background: #fff;
	border: #804d0b 1px solid;
	border-right: 0;
	padding: 0 5px;
	margin: 0;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体", sans-serif;
	float: left;
}

.search #searchbtn {
	width: 85px;
	height: 36px;
	float: left;
	cursor: pointer;
	background-color: #1b4843;
	border: aliceblue;
	color: white;
}

.search #searchbtn:hover {
	filter: alpha(opacity = 80);
	opacity: 0.8;
}

.banner {
	position: relative;
	border-top: #fff 1px solid;
	position:relative;
	left:50%;
	margin-left:-760px;
	width:1520px;
}

.banner .bd {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
}

.banner .bd li a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 20%;
	position: relative;
}

.banner .bd li a img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner .hd {
	width: 100%;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 1;
	text-align: center;
	display: none;
}

.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	clear: both;
}

.banner .hd ul li {
	display: inline-block;
	margin: 0 10px;
	width: 12px;
	height: 12px;
	border: rgba(255, 255, 255, 0.7) 2px solid;
	cursor: pointer;
	border-radius: 50%;
	text-indent: -999px;
	font-size: 0;
}

.banner .hd ul li.on {
	background: #fff;
	border: #fff 2px solid;
}

.banner .prev, .banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -50px;
	display: block;
	width: 44px;
	height: 100px;
	background: url(../images/left.png) no-repeat;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	cursor: pointer;
}

.banner .next {
	left: auto;
	right: 3%;
	background: url(../images/right.png) no-repeat;
}

.banner .prev:hover, .banner .next:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.line1 {
	width: 1200px;
	margin: 0 auto;
}
.line1 .pic{
	width: 360px;
	padding-top: 30px;
	margin: 0 30px 0 0;
	float: left;
}
.line1 .txt2{
	width: 360px;
	padding-top: 30px;
	margin: 0 auto;
}

.line1 h1 {
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	border-bottom: #e6e2e3 1px solid;
	font-size: 20px;
	font-weight: normal;
	color: #e6eeee;
	background: url(../images/hbg1.jpg) no-repeat left center;
}

.line1 h1 a {
	display: block;
	width: 31px;
	height: 40px;
	background: url(../images/moreA.jpg) no-repeat center center;
	float: right;
}

.line1 h1 a:hover {
	background-image: url(moreH.jpg);
}

.newsList {
	height: 280px;
}

.picNews {
	width: 360px;
	height: 280px;
	overflow: hidden;
	float: left;
	position: relative;
}

.picNews_bd {
	width: 360px;
	height: 280px;
	overflow: hidden;
}

.picNews ul li {
	width: 320px;
	height: 280px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}

.picNews ul li img {
	width: 320px;
	height: 245px;
}

.picNews ul li p {
	height: 38px;
	line-height: 38px;
	font-family: "宋体";
	overflow: hidden;
	text-align: center;
}

.picNews_hd {
	height: 17px;
	text-align: center;
	padding-top: 7px;
	display: none;
}

.picNews_hd ul li {
	display: inline-block;
	width: 18px;
	height: 15px;
	line-height: 15px;
	font-family: "宋体";
	font-weight: bold;
	border: #dcdcdc 1px solid;
	margin: 0 2px;
	cursor: pointer;
	color: #cbcbcb;
}

.picNews_hd ul li.on {
	background: #00950f;
	border-color: #00950f;
	color: #fff;
}

.txtNews {
	height: 248px;
	margin-left: 350px;
	_margin-left: 347px;
}

.txtNews li {
	height: 40px;
	line-height: 40px;
	padding-left: 18px;
	background: url(../images/a01.jpg) no-repeat 2px center;
	border-bottom: #dbdbdb 1px dashed;
	color: #6d6d6d;
	font-family: "宋体";
}

.txtNews li span {
	float: right;
	margin-right: 3px;
}

.line2 {
	width: 1200px;
	padding: 20px 0 15px;
	margin: 0 auto;
}

.txt1, .txt2 {
	width: 360px;
	height: 280px;
	padding-right: 40px;
	float: left;
}

.txt1 h1, .txt2 h1 {
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	border-bottom: #e6e2e3 1px solid;
	font-size: 20px;
	font-weight: normal;
	color: #e6eeee;
	background: url(../images/hbg2.jpg) no-repeat left center;
}

.txt2 h1 {
	background-image: url(../images/hbg3.jpg);
}

.txt1 h1 a, .txt2 h1 a {
	display: block;
	width: 31px;
	height: 40px;
	background: url(../images/moreA.jpg) no-repeat center center;
	float: right;
}

.txt1 h1 a:hover, .txt2 h1 a:hover {
	background-image: url(../images/moreH.jpg);
}

.txt1 ul, .txt2 ul {
	height: 224px;
	margin-top: 25px;
}

.txt1 li, .txt2 li {
	height: 32px;
	line-height: 32px;
	padding-left: 18px;
	background: url(../images/a02.jpg) no-repeat 2px center;
	color: #6d6d6d;
	font-family: "宋体";
}

.txt1 li span, .txt2 li span {
	float: right;
	margin-right: 3px;
}

.link {
	height: 248px;
	margin-left: 918px;
	_margin-left: 915px;
}

.link dl {
	height: 248px;
}

.link dl dd {
	height: 65px;
	padding-bottom: 10px;
}

.link dl dd img {
	width: 100%;
	height: 65px;
	display: block;
}

.link dl dt {
	height: 90px;
	background: url(../images/linkBg.jpg) no-repeat;
	padding: 17px 21px 18px 87px;
}

.link dl dt p {
	height: 26px;
	padding: 2px 0;
}

.link dl dt select {
	width: 100%;
	height: 26px;
	line-height: 26px;
	background: #fcfaef;
	border: #aa804b 1px solid;
	font-size: 12px;
	margin: 0;
	padding-left: 10px;
}

.line3 {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}
.line3 a {
	font-size: 12px;
	margin-right: 10px;
	border-right: gray 1px solid;
	padding-right: 10px;
}

.line3 > a:last-child{
	font-size: 12px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: none;
}

.line3 h1 {
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	border-bottom: #e6e2e3 1px solid;
	font-size: 20px;
	font-weight: normal;
	color: #e6eeee;
	background: url(../images/hbg2.jpg) no-repeat left center;
}

.line3 h1 {
	background-image: url(../images/hbg3.jpg);
	margin-bottom: 10px;
}

.line3 h1 a {
	display: block;
	width: 31px;
	height: 40px;
	background: url(../images/moreA.jpg) no-repeat center center;
	float: right;
}

.line3 h1 a:hover {
	background-image: url(../images/moreH.jpg);
}







.foot {
	height: 50px;
	padding: 27px 0;
	border-top: #653900 1px solid;
	background: #184744;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-family: "宋体";
	font-size: 12px;
}

.foot span {
	font-family: Arial, Helvetica, sans-serif;
}

.foot a:link, .foot a:visited {
	color: #fff;
}

.foot a:hover {
	text-decoration: underline;
}

.nyCon {
	width: 1200px;
	margin: 40px auto 80px;
}

.left {
	width: 280px;
	background: #fff;
	position: relative;
}

.left h2 {
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background: #184744;
	text-align: center;
}

.left ul {
	padding: 12px 30px 50px;
}

.left ul li {
	height: 32px;
	padding: 12px 0;
}

.left ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	border: #e8d8bb 1px solid;
	padding-left: 50px;
	background: #6da7a4 url(../list_files/a02.png) no-repeat 22px center;
	color: #184744;
	border-radius: 3px;
}

.left ul li a:hover {
	background: #804d0b url(../list_files/a03.png) no-repeat 22px center;
	color: #6da7a4;
	border-color: #623700;
}

.left p {
	height: 258px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.right {
	padding: 10px 20px 30px;
	min-height: 450px;
}

.rightTitle {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #184744;
	border-bottom: #e3e3e3 1px solid;
}

.rightTitle p {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-bottom: #95611d 2px solid;
	padding: 0 7px;
	position: relative;
	bottom: 0;
}

.rightTitle span {
	float: right;
	font-size: 14px;
	color: #878787;
}

.list01 {
	padding-top: 16px;
}

.list01 li {
	height: 34px;
	line-height: 34px;
	border-bottom: #e0e0e0 1px dashed;
	padding: 0 4px 0 20px;
	background: url(../images/a02.jpg) no-repeat 2px center;
	font-family: "宋体";
}

.list01 li span {
	float: right;
	color: #616161;
}

.article {
	padding-top: 20px;
	line-height: 24px;
}

.article img {
	max-width: 800px;
	margin: 0 auto;
	_width: expression(document.body.clientWidth > 800 ? "800px" : "auto");
}


.articleTitle {
	padding: 30px 30px 20px;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
}

.articleInfo {
	text-align: center;
	font-size: 13px;
	height: 36px;
	line-height: 36px;
	color: #8a8a8a;
	background: #F3F3F3;
	width: 90%;
	margin: 0 auto;
}

.articleInfo label {
	padding-left: 30px;
}

.articleCon {
	font-size: 14px;
	line-height: 30px;
	padding: 20px 0;
}

.articleCon p {
	font-size: 14px;
	line-height: 30px;
	text-justify: inter-ideograph;
	text-align: justify;
}

.articleCon div {
	text-justify: inter-ideograph;
	text-align: justify;
}

.articleCon img {
	max-width: 850px;
	margin: 0 auto;
	_width: expression(document.body.clientWidth > 850 ? "850px" : "auto");
}

table, table td {
	border-collapse: collapse;
}

.rightScroll {
	width: 100px;
	height: 350px;
	position: fixed;
	left: 50%;
	bottom: 20px;
	margin-left: 624px;
	background: #f00;
	color: #fff;
	text-align: center;
	z-index: 10;
}

.main{width:1100px; background:#fff; margin:0 auto 40px; padding:20px 50px 50px;}
.searchColumnTitle{height:40px; line-height:40px; border-bottom:1px solid #ccc;}
.searchColumnTitle a{float:right;}
.searchColumnTitle span{display:block; padding:0 20px; height:20px; line-height:20px; font-size:16px; border-left:#ccc 1px solid; border-right:#ccc 1px solid; margin-top:10px; float:left; color:#995a0a; font-weight:bold; filter:alpha(opacity=90); opacity:0.9;}

.searchContent{text-align:center; height:30px; padding:20px 0; font-size:0;}
.searchContent label{font-size:15px; display:inline-block; vertical-align:top; height:30px; line-height:30px;}
.searchContent .searchTxt{width:200px; height:28px; line-height:28px; border:#ccc 1px solid; border-right:0; padding:0 5px; background:#fff; vertical-align:top;}
.searchContent .submitBtn{width:60px; height:30px; line-height:30px; color:#fff; text-align:center; border:0; cursor:pointer; filter:alpha(opacity=80); opacity:0.8; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s; vertical-align:top;}
.searchContent .submitBtn:hover{background-color:#f60;}


.searchList li{border-bottom:1px dashed #ccc; height:40px; line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.searchList li a:after{display:block; content:">"; font-family:"宋体"; font-size:12px; height:40px; line-height:40px; color:#999; float:left; margin-right:6px; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.searchList li a:hover:after,
.searchList li a:hover{color:#f60;}
.searchList li span{float:right; padding-left:20px; color:#999;}

/* 渐出效果 */
.fadeout{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.5;
}
/* 键入效果 */
.fadein{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

/* 首页轮播小图右下角表 */
.imagechangenews_pnode {
	padding: 1px 7px;
	background-color: rgb(204, 204, 204);
	border-radius: 5px;
	margin-right: 5px;
	opacity: 0.3;
	position: relative;
	bottom: 3px;
}

a.imagechangenews_pnode:link {
	color: rgb(255, 255, 255);
	line-height: 15px;
	font-family: 宋体;
	font-size: 15px;
	text-decoration: none;
	background-color: rgb(102, 102, 102);
}

a.imagechangenews_pnode:visited {
	color: rgb(255, 255, 255);
	line-height: 15px;
	font-family: 宋体;
	font-size: 15px;
	text-decoration: none;
	background-color: rgb(102, 102, 102);
}

a.imagechangenews_pnode:active {
	color: rgb(255, 255, 255);
	line-height: 15px;
	font-family: 宋体;
	font-size: 15px;
	text-decoration: none;
	background-color: rgb(153, 153, 153);
}

a.imagechangenews_pnode:hover {
	color: rgb(255, 255, 255);
	line-height: 15px;
	font-family: 宋体;
	font-size: 15px;
	text-decoration: none;
	background-color: rgb(153, 153, 153);
	cursor: pointer;
}

.imagechangenews_fnode {
	padding: 1px 7px;
	background-color: rgb(241, 123, 10);
	border-radius: 5px;
	margin-right: 5px;
	position: relative;
	bottom: 3px;
}

a.imagechangenews_fnode:link {
	color: rgb(255, 255, 255);
	line-height: 15px;
	font-family: 宋体;
	font-size: 15px;
	text-decoration: none;
	background-color: rgb(241, 123, 10);
}

a.imagechangenews_fnode:visited {
	color: rgb(255, 255, 255);
	line-height: 15px;
	font-family: 宋体;
	font-size: 15px;
	text-decoration: none;
	background-color: rgb(241, 123, 10);
}

a.imagechangenews_fnode:active {
	color: rgb(255, 255, 255);
	line-height: 15px;
	font-family: 宋体;
	font-size: 15px;
	text-decoration: none;
	background-color: rgb(241, 123, 10);
}

a.imagechangenews_fnode:hover {
	color: rgb(255, 255, 255);
	line-height: 15px;
	font-family: 宋体;
	font-size: 15px;
	text-decoration: none;
	background-color: rgb(241, 123, 10);
	cursor: pointer;
}
.menuWrap {
	height: 48px;
	background: #184744;
	border-top: #1b4843 1px solid;
}

#menu {
	width: 1240px;
	height: 48px;
	margin: 0 auto;
}
#menu ul:hover{
	display: block;
}
#menu>li a {
	display: block;
	text-align: center;
}

#menu>li {
	/* width: 118px; */
	width: 96px;
	height: 48px;
	padding-right: 2px;
	/* background: url(../images/../images/menuLine.jpg) no-repeat right center; */
	border-right: 1px solid #007580;
	float: left;
	position: relative;
}

#menu>li:last-of-type {
	background: none;
}

#menu>li>a:link, #menu>li>a:visited {
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
}

#menu>li>a:hover, #menu>li>a.current {
	color: #184744;
	background: #6da7a4;
}

/*这是第二级菜单*/
#menu>li ul {
	background-color: #6da7a4;
	border-top: 1px rgb(7, 111, 122) solid;
	display: none;
	width: 100%;
	width: calc(100% - 2px);
	position: absolute;
	z-index: 999;
	left: 0;
	filter: alpha(opacity = 99);
	opacity: 0.99;
}

#menu>li>ul>li {
	width: auto;
	position: relative;
	border-bottom: 1px solid rgb(7, 111, 122);
}

#menu>li>ul>li a:link, #menu>li>ul>li a:visited {
	color: #184744; background : #6da7a4;
	height: auto;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
	display: block;
	background: #6da7a4;
}

#menu>li>ul>li a:hover, #menu>li>ul>li a.current {
	color: #fff;
	background-color: #08707c
}

#menu>li:nth-of-type(4)>ul {
	width: 118px;
}
.menutab{height:48px;background: #184744;}
.nav{ box-sizing: border-box; background-color: #184744; height:48px;width: 1240px;margin: 0 auto; }
.nav .tab-menu{background-color: #184744; float:left;}
.nav li {width: 120px; position: relative; display: inline-block;font-size:18px;color: #fff;line-height: 48px;  cursor: pointer; text-align: center;background-color:#184744;}
.nav li a{ padding: 0 5px;color: #fff;}
.nav li a:hover{	color: #184744;
	background: #6da7a4;}
.nav li.current{ }
.nav li.current a{color: #fff; }

.nav_sub_box{ background:#184744; width: 100%; display: none;  position: absolute; left: 0; top:48px; z-index: 99;transform: rotateY(50px); box-sizing: border-box;border-top: 1px rgb(7, 111, 122) solid; }
.nav .nav_sub li{padding:2px 0; box-sizing: border-box; width: 100%; height: auto; line-height: 34px; font-size: 16px; color: #fff; text-align:center;position: relative;border-bottom: 1px solid rgb(7, 111, 122);}
.nav_sub li a{color: #fff; padding-bottom: 3px; text-decoration: none;}

.nav li.current{background-color:#184744;}
.nav li.current2{background-color:#184744;}
/*分页*/
.pages_box {
	text-align: center;
	margin: 50px auto 30px;
}

.page_total,
.pages_box a,
.page_jump {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px;
	height: 36px;
	background: #eee;
	line-height: 36px;
	border: 1px solid #e1e1e1;
	font-size: 13px;
	cursor: pointer;
}

.pages_box a {
	margin-left: 10px;
	color: #666;
}

.pages_box a.page_curr,
.pages_box a:hover {
	background: #184744;
	color: #fff;
	font-size: 13px;
}

.page_jump {
	margin-left: 10px;
}
