@charset "utf-8";

/* CSS Document*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	min-width: 1100px;
	background: #ffffff;
	font-family: "Microsoft Yahei", 宋体, sans-serif;
	background: #ffffff;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal
}

img {
	border: 0;
}


a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
	transition: all 0.6s;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.clearboth {
	clear: both;
	border: 0;
	padding: 0;
	margin: 0;
}

.w1000 {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.relative {
	position: relative;
}

.imghover {
	cursor: pointer;
	transition: all 0.6s;
}

.imghover:hover {
	transform: scale(1.2);
}

/*header*/
.header {
	width: 100%;
	height: 130px;
	background: #06673d;
}

.headerbox {
	width: 1000px;
	margin: 0 auto;
	height: 130px;
	position: relative
}

.header .haeder_left {
	width: 400px;
	float: left
}

.header .haeder_left .logo {
	margin: 10px 0 0 0;
	display: block
}

.header .haeder_right {
	width: 530px;
	float: right
}

.header .top-link {
	color: #6094aa;
	font-size: 14px;
	line-height: 70px;
	float: right;
	text-align: right;
}

.header .top-link a {
	color: #8094aa;
	margin: 0 5px
}

.header .top-link a:hover {
	color: #ffffff;
	margin: 0 5px
}

/*search*/
.i-search {
	width: 265px;
	height: 32px;
	overflow: hidden;
	position: relative;
	float: right;
	margin: 30px 0 0 30px;
}

.i-search .search-txt {
	width: 216px;
	padding-left: 5px;
	height: 30px;
	line-height: 32px;
	background: #ffffff;
	color: #9e9e9e;
	border: none;
	opacity: 0.8;
}

.i-search .search-btn {
	width: 45px;
	height: 32px;
	position: absolute;
	right: 0;
	*margin-top: 1px;
	background: url("../images/search_ico.png") center no-repeat #000000;
	border: 0;
	cursor: pointer
}

.i-search .search-btn:hover {
	background: url("../images/search_ico.png") center no-repeat #990000;
	border: 0;
	cursor: pointer;
}

/*nav*/
.menubox {
	width: 100%;
	margin: 0 auto;
	height: 40px;
	position: absolute;
	bottom: 0
}

.nav {
	padding: 0;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 1;
	width: 1060px;
	margin: 0 auto;
}

.nav a {
	color: #fff;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	background: url("../images/nav_jgx.jpg") right center no-repeat
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 25px;
	font-size: 16px;
	font-weight: normal;
}

.nav .sub {
	display: none;
	width: 156px;
	left: 0;
	top: 40px;
	position: absolute;
	background: #025230;
	line-height: 34px;
	padding: 5px 0;
	opacity: 0.8
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	text-align: center
}

.nav .sub a:hover {
	background: #990000;
	color: #fff;
}

.nav .on h3 a {
	background: #025230;
	color: #fff;
}

/*banner*/
/*banner*/
.ibanner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ibanner .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 20%;
	bottom: 50px;
	z-index: 1;
}

.ibanner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.ibanner .hd ul li {
	float: left;
	margin-right: 4px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 50px;
	background: #fff;
	cursor: pointer;
	opacity: 0.8;
}

.ibanner .hd ul li.on {
	background: #06673d;
	opacity: 1;
	color: #fff;
}

.ibanner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.ibanner .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative
}

.ibanner .bd li h1 {
	position: absolute;
	bottom: 40px;
	left: 20%;
	background: url("../images/tt_bg.png");
	font-size: 24px;
	color: #ffffff;
	padding: 10px 20px;
}

.ibanner .bd img {
	width: 100%;
	display: block;
}

.ibanner .prev,
.ibanner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 45px;
	height: 80px;
	background: url(../images/slider-arrow.png) -120px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ibanner .next {
	left: auto;
	right: 3%;
	background-position: -2px 5px;
	width: 45px;
	height: 80px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.ibanner .prevStop {
	display: none;
}

.ibanner .nextStop {
	display: none;
}


/*news_box*/
.news_box {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto
}

.news_box_left {
	width: 520px;
	float: left;
}

.news_box_right {
	width: 470px;
	float: right;
}

.i-title {
	height: 46px;
	line-height: 46px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 30px 0 5px 0;
	border-bottom: #06673d 3px solid;
}

.i-title h2 {
	font-size: 22px;
	font-weight: bold;
	color: #06673d;
	display: block;
	float: left;
	padding: 0;
}

.i-title h2 span {
	color: #999999;
	font-size: 14px;
	line-height: 34px;
	font-weight: normal;
	font-style: italic
}

.i-title a {
	display: block;
	font-size: 12px;
	float: right;
	color: #ffffff;
	height: 26px;
	width: 80px;
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	background: #06673d;
	margin: 10px 0 0 0;
	padding: 0 0 0 0
}

.i-title a:hover {
	background: #01559d;
}

.i-title2 {
	height: 46px;
	line-height: 46px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 10px auto;
	padding: 30px 0 5px 0;
	border-bottom: #d8d8d8 2px solid;
}

.i-title2 h2 {
	font-size: 22px;
	font-weight: bold;
	color: #06673d;
	display: block;
	float: left;
	padding: 0;
}

.news_pbox {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}

.news_pbox .news_p {
	width: 310px;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	border-top: #01559d 3px solid
}

.news_pbox .news_img {
	width: 310px;
	height: 140px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.news_pbox .news_img img {
	width: 310px;
	height: 140px;
	margin: 0 auto;
}

.news_pbox .news_date {
	font-size: 12px;
	color: #cc3333;
	line-height: 27px;
	height: 27px;
	display: block;
}

.news_pbox h2 a {
	font-size: 16px;
	color: #333333;
	line-height: 27px;
	height: 27px;
	display: block;
}

.news_pbox p {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	display: block;
	margin: 0 auto;
}

.news_pbox p a {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	display: block;
	margin: 0 auto;
}

.n_list {
	height: auto;
	padding: 0 0 0 0 !important;
	position: relative;
}

.n_list li {
	width: 100%;
	height: 32px;
	line-height: 32px;
	display: block;
	color: #333333;
	font-size: 16px;
}

.n_list li a {
	font-size: 14px;
	color: #333333;
	background: url("../images/ico_001.png") left center no-repeat;
	padding-left: 10px;
	float: left
}

.n_list li a:hover {
	color: #cc3300
}

.n_list li .date {
	float: right;
	font-size: 14px;
	color: #999999
}

.n_list li i {
	font-style: normal;
	color: #ff9900
}

.date_list {
	height: 350px;
	position: relative;
}

.date_list li {
	width: 100%;
	height: 55px;
	display: block;
	padding-bottom: 11px;
}

.date_list li a {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.date_list li a:hover {
	color: #cc3300;
}

.date_list li span {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	background: #ffffff;
	text-align: center;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin-right: 12px;
	border: #022a56 1px solid;
}

.date_list li span i {
	width: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	background: #06673d;
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
}

/**/
.news3 {
	padding: 15px 0px 20px 0px;
	background:#dfe6e2;
	background-size: cover;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	margin: 0 auto;
	width: 1000px;
}

.post {
	margin-bottom: 10px;
}

.post .tt {
	height: 38px;
	margin: 10px auto;
	text-align: center
}

.post .tt .tit {
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
}

.post .tt .tit .title {
	display: inline-block;
	height: 38px;
	line-height: 38px;

}

.post .more_btn {
	height: 32px;
	margin: 12px 0px;
	text-align: center;
}

.post .more_btn a {
	display: inline-block;
	height: 32px;
	margin: 0 auto;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	background: #06673d;
}

/**更多按钮**/
.post .con {
	padding: 5px 0;
	margin: 0 auto;
}

.post .con .wp_article_list .list_item {
	border-bottom: 1px dashed #ccc;
}

.post .con {}

.post .con li {
	float: left;
	margin-left: 34px;
	border-top: 3px solid red;
}

.post .con li.n1 {
	height: 320px;
	overflow: hidden;
}

.post .con li.n3 {
	height: 343px;
	overflow: hidden;
}

.post .con li.n4 {
	height: 370px;
	overflow: hidden;
}

.post .con li.n1 .img-link {}

.post .con li img {
	margin-bottom: -5px;
}

.post .con li.n1 .imgs {}

.post .con li.n2,
.post-11 .con li.n3 {}

.post .con li.n2 .img-link,
.post .con li.n3 .img-link {}

.post .con li.n2 .imgs,
.post-11 .con li.n3 .imgs {}

.post .con li .news_title {
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: "Microsoft yahei";
	font-size: 15px;
}

.post .con li .news_title a {
	color: #000;
}

.post .con li .news_wz {
	/* line-height:22px; */
	margin-top: 15px;
	color: #717171;
}

.post .con li .news_meta {
	color: #06673d;
}

.post-13 {}
/*
.post-13 .tit {
	color: #fff;
}*/

.post-13 .con {}

.post-13 .con ul.news_list {
	margin-left: -34px;
}

.post-13 .con li {
	width: 270px;
	padding: 0px 20px 20px 20px;
	background: #fff;
}

.post-13 .con li.n1 {
	height: 220px;
	border-top-color: #00214C;
}

.post-13 .con li.n2 {
	height: 220px;
	border-top-color: #06673d;
}

.post-13 .con li.n3 {
	height: 220px;
	border-top-color: #00214C;
}

.post-13 .con li img {
	width: 100px;
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.post-13 .con li .imgr {
	display: inline-block;
	width: 56%;
	height: 100px;
}

.post-13 .con li .news_title {}

.post-13 .con li .news_title a {}

.post-13 .con li .news_wz {}

.post-13 .con li .news_meta {}

/*zhuanti*/
.zhuanti {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.zhuanti_left {
	width: 482px;
	float: left;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.zhuanti_left ul {}

.zhuanti_left li {
	width: 235px;
	height: auto;
}

.zhuanti_left li:hover {
	background: #e9e9e9;
}

.zhuanti_left li img {
	width: 235px;
	height: 150px;
}

.zhuanti_left .tih2 {
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	height: 40px;
	width: 100%;
	text-align: center;
}

.zhuanti_left p {
	font-size: 12px;
	color: #8f8f8f;
	line-height: 24px;
	width: 92%;
	margin: 0;
	padding: 0 4%;
	text-align: left;
}

.zhuanti_right {
	width: 482px;
	float: right;
}

.Quktext {
	width: 482px;

	overflow: hidden;
	margin: 0 auto;
}

.Quktext ul {
	width: 500px;
	padding: 0 0 0 20px;
}

.Quktext ul li {
	width: 165px;
	height: 34px;
	line-height: 32px;
	margin-bottom: 25px;
	float: left;
	margin-left: 0;
	font-size: 18px;
	/* padding-left: 20px; */
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.Quktext ul li img {
	width: 24px;
	height: 32px;
	float: left;
	margin-right: 5px;
}

.Quktext ul li a {
	color: #2f2f2f;
	margin: 0 0 0 5px
}

.Quktext ul li a:hover {
	font-weight: bold;
}

.er {
	width: 330px;
	height: 100px;
	border-top: 1px #333 solid;
	margin: 0 auto;
	padding-top: 20px;
}

.er ul li {
	width: 88px;
	height: 110px;
	float: left;
	margin-left: 50px;
}

.er ul li p {
	width: 88px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
}

.footer {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #06673d;
	height: 60px;
	line-height: 60px;
	margin: 20px 0 0 0
}

.footer p {
	margin: 0;
	padding: 0;
}

.list_banner img {
	width: 100%;
}

/*listbanner*/
.list_banner {
	width: 100%;
	text-align: center;
}

.list_banner img {
	width: 100%;
}

.this_map {
	background: #e5e5e5;
	height: 48px;
	position: relative;
	width: 100%;
}

.this_name {
	float: left;
	width: 200px;
	height: 54px;
	position: absolute;
	top: -45px;
	background: #06673d;
	padding: 20px 0;
}

.this_name h1 {
	font-size: 30px;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.this_name span {
	font-size: 14px;
	color: #d8dfd8;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.this_dqwz {
	float: right;
	width: 740px;
	text-align: right;
	color: #555555;
	font-size: 14px;
	line-height: 48px;
}

.this_dqwz h2 {
	display: block;
	float: left;
	line-height: 48px;
	font-weight: bold;
	color: #06673d;
	font-size: 20px;
}

.this_dqwz .ico_home {
	margin: 0 5px;
}

/*list_main*/
.list_main {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	min-height: 400px;
}

.list_main_left {
	width: 200px;
	float: left;
}

.list_main_right {
	width: 780px;
	float: right;
	padding: 10px 0;
}

.list_sub {
	width: 100%;
	min-height: 300px;
	background: url("../images/list_subj.png") bottom right no-repeat #e5e5e5;
	padding: 20px 0;
	overflow: hidden;
}

.list_sub li {
	width: 100%;
	padding: 5px 0 5px 20px;
}

.list_sub li a {
	display: block;
	height: 44px;
	line-height: 44px;
	width: 100%;
	padding: 0 0 0 15px;
	font-size: 16px;
}

.list_sub li a:hover {
	background: #ffffff;
	border-left: #b7b7b7 2px solid;
	color: #555555;
	font-weight: bold;
}

.list_sub .on_here {
	background: #ffffff;
	border-left: #06673d 2px solid;
	color: #06673d;
	font-weight: bold;
}

/*list_box*/
.list_box {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 0 40px;
}

.list_box li {
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #999999;
	text-align: right;
	padding: 0;
	background: url("../images/dxhx.png") bottom repeat-x;
}

.list_box li a {
	color: #4a4a4a;
	float: left;
	padding-left: 15px;
	background: url("../images/ico_001.png") left center no-repeat;
}

.list_box li:hover {
	background: #f8f8f8;
	color: #cc3300;
}

.list_box li a:hover {
	background: url("../images/ico_001.png") left center no-repeat #ececec;
	color: #cc3300;
}

.list-fy {
	text-align: center;
	margin: 0 auto 40px auto;
	min-height: 40px;
}

/*piclist*/
.pic-list {
	width: 960px;
	overflow: hidden;
	height: auto;
	margin: 20px auto;
}

.pic-list ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.pic-list li {
	width: 285px;
	margin-right: 34px;
	float: left;
	margin-bottom: 0;
}

.pic-list li img {
	width: 290px;
	height: 190px;
	border: #efefef 1px solid;
	padding: 5px;
}

.pic-list li img:hover {
	border: #ccc 1px solid;
	padding: 5px;
}

.pic-list li a {}

.pic-list li a:hover {
	color: #000;
}

.pic-list li span {
	text-align: center;
	width: 100%;
	line-height: 40px;
	color: #666;
	display: block
}

/*content*/
.c-content {
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 30px auto 40px auto;
	padding: 0 20px;
}

.c-content .c-title {
	font-size: 30px;
	color: #cc3333;
	line-height: 50px;
	text-align: center
}

.c-content .other-s {
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #666666;
	background: #f5f5f5;
	margin: 15px auto 0 auto;
	position: relative;
}

.c-content .other-s .sjfx {
	position: absolute;
	right: 10px;
	top: 10px;
}

.c-content .nr-info {
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: left
}

.c-content .nr-info p {
	font-size: 16px;
	color: #666;
	line-height: 34px;
	margin: 15px 0;
	text-indent: 2em;
	text-align: left
}

.wz_fj {}

.wz_fj p {
	line-height: 36px;
	color: #cc0000;
	font-size: 16px;
	background: url("../images/ico_fj2.png") left center no-repeat;
	padding: 0 0 0 20px
}

.wz_fj a {
	line-height: 36px;
	font-size: 16px;
}

.wzclose-relative {
	text-align: center;
	margin-top: 30px;
}

.wzclose-relative span {
	margin: 0 15px;
}

.i-sxt {
	border-top: #d9d9d9 1px solid;
	margin: 20px auto;
	padding: 20px 0;
	position: relative;
}

.i-sxt p {
	display: block;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.i-sxt a {
	color: #555555;
	font-size: 14px;
	line-height: 30px;
}

.i-sxt a:hover {
	color: #cc0010;
}

/**/
/*c-content*/
.icontent {
	width: 1000px;
	border: #e5e5e5 1px solid;
	padding: 0 40px;
	background: #fcfcfc;
	overflow: hidden;
	margin: 15px auto
}

.icontent .lm_name {
	height: 70px;
	line-height: 70px;
	border-bottom: #cccccc 1px solid
}

.icontent .lm_name h2 {
	float: left;
	width: 130px;
	text-align: center;
	height: 69px;
	font-size: 24px;
	color: #06673d;
	font-weight: bold;
	border-bottom: #06673d 3px solid;
}

.icontent .lm_name span {
	float: right;
	color: #666666;
	font-size: 12px;
}

.icontent .lm_name span a {
	color: #666666;
}

.wafx {
	padding: 0;
	position: absolute;
	right: 0;
	top: 40px;
}

.news_box5 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.news_box5_l {
	width: 482px;
	float: left;
	height: auto;
	overflow: hidden;
}

.news_box5_r {
	width: 482px;
	float: right;
}