﻿@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {

	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-size: 100%;
	color: #000000;
	font: 14px/1.5 "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

	a:hover {
		color: #e6171d;
	}

li {
	list-style: none;
}

ul,
li {
	margin: 0;
	padding: 0;
}

textarea,
input {
	border: none;
	font-family: "微软雅黑";
	resize: none;
}

	select,
	textarea,
	input:focus {
		outline: none;
	}

h1,
h2,
h3 {
	font-weight: normal;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

img {
	border: none;
	display: block;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 500px #fff inset;
	border-color: #ffffff;
	padding: 0;
	margin: 0;
}

input,
button {
	box-shadow: none;
	border: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th {
	font-weight: bold;
	color: #010101;
	font-size: 14px;
	text-align: left;
	padding-right: 20px;
}

input::-webkit-input-placeholder {
	color: #888888;
}

input:-moz-placeholder {
	color: #888888;
}

.header {
	width: 1034px;
	margin: 0 auto;
	padding-top: 35px;
	overflow: hidden;
	margin-bottom: 32px;
}

	.header .logo {
		float: left;
		width: 600px;
	}

		.header .logo img {
			width: 100%;
		}

	.header .right {
		float: right;
margin-top: -30px;
	}

	.header .sear_box {
		float: right;
		margin-left: 60px;
	}

		.header .sear_box a {
			color: #333333;
			line-height: 30px;
		}

	.header .search {
		width: 240px;
		height: 30px;
		line-height: 30px;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		border-radius: 2px;
		float: right;
		margin-left: 10px;
		overflow: hidden;
	}

		.header .search input {
			padding-left: 5px;
		}

		.header .search button {
			cursor: pointer;
			float: right;
			width: 50px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			background: url(../img/search.png) no-repeat center center;
			background-color: #005838;
		}

	.header .nav {
		clear: right;
		padding-top: 30px;
	}

		.header .nav a {
			font-size: 16px;
			color: #000000;
			padding-right: 35px;
			position: relative;
display:inline-block;
width:76px;
		}

			.header .nav a:after {
				content: "";
				display: block;
				width: 6px;
				height: 6px;
				background-color: #005838;
				border-radius: 3px;
				position: absolute;
				top: 8px;
				right: 15px;
			}

			.header .nav a:hover {
				color: #005838;
			}

.example {
	width: 1200px;
	/*	height: 380px;*/
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	background-color: #464576;
}

	.example img {
		height: 380px;
		width: 1200px;
	}

.carousel-item {
	line-height: 336px;
	color: #fff;
	font-family: Arial Black
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

	.ft-carousel .carousel-inner {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}

		.ft-carousel .carousel-inner .carousel-item {
			float: left;
			height: 100%;
		}

	.ft-carousel .carousel-item img {
		width: 100%;
	}


	/*.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}*/

	.ft-carousel .carousel-indicators span {
		display: inline-block;
		width: 12px;
		height: 12px;
		background-color: #fff;
		margin: 0 4px;
		border-radius: 50%;
		cursor: pointer;
	}

		.ft-carousel .carousel-indicators span.active {
			background-color: #de3a3a;
		}

	.ft-carousel .carousel-btn {
		position: absolute;
		top: 50%;
		width: 50px;
		height: 45px;
		margin-top: -25px;
		cursor: pointer;
	}

	.ft-carousel .carousel-prev-btn {
		left: 0;
		background: url(../img/prev.png) no-repeat;
	}

	.ft-carousel .carousel-next-btn {
		right: 0;
		background: url(../img/next.png) no-repeat;
	}

.main_news {
	width: 1034px;
	margin: 0 auto;
	display: table;
}

	.main_news .tit_news {
		float: left;
		width: 475px;
	}

.big_news a {
	color: #e6161d;
	font-size: 20px;
	text-align: center;
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: bold;
}

.big_news p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
}

.main_news .list li {
	margin-top: 15px;
	overflow: hidden;
}

	.main_news .list li span {
		margin-right: 15px;
		float: left;
	}

	.main_news .list li a {
		display: -webkit-box;
		width: 365px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		float: left;
	}

.slideBox {
	position: relative;
	width: 530px;
	height: 360px;
	overflow: hidden;
	float: left;
	margin-top: 30px;
	margin-right: 25px;
}

	.slideBox ul.items {
		position: absolute;
		float: left;
		background: none;
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

		.slideBox ul.items li {
			float: left;
			background: none;
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

			.slideBox ul.items li a {
				float: left;
				line-height: normal !important;
				padding: 0px !important;
				border: none /*For IE.ADD.JENA.201206300844*/
				;
			}

				.slideBox ul.items li a img {
					width: 530px;
					height: 360px;
					margin: 0px !important;
					padding: 0px !important;
					display: block;
					border: none /*For IE.ADD.JENA.201206300844*/
					;
				}

	.slideBox .tips {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.5);
		overflow: hidden;
		opacity: 1 !important;
	}

		.slideBox .tips .title {
			position: absolute;
			left: 0px;
			top: 0px;
			height: 100%;
		}

			.slideBox .tips .title a {
				color: #FFF;
				font-size: 16px;
				line-height: 40px;
				margin-left: 10px;
				text-decoration: none;
			}

				.slideBox .tips .title a:hover {
					text-decoration: underline !important;
				}

		.slideBox .tips .nums {
			position: absolute;
			right: 0px;
			top: 0px;
			height: 100%;
		}

			.slideBox .tips .nums a {
				display: inline-block;
				>float: left /*For IE.ADD.JENA.201206300844*/
				;
				width: 10px;
				height: 10px;
				background-color: #FFF;
				text-indent: -99999px;
				margin: 15px 10px 0px 0px;
			}

				.slideBox .tips .nums a.active {
					background-color: #093;
				}

.box {
	width: 1034px;
	margin: 15px auto;
	height: 80px;
	background: #ffffff;
	border: 2px solid #e8e8e8;
	overflow: hidden;
}

.t_news {
	height: 80px;
	color: #e6161d;
	font-size: 24px;
	padding-left: 10px;
	overflow: hidden;
	position: relative;
}

	.t_news b {
		line-height: 80px;
		font-weight: bold;
		display: inline-block;
	}

.news_li,
.swap {
	line-height: 80px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 180px;
}

	.news_li a,
	.swap a {
		color: #e6161d;
		font-size: 24px;
		line-height: 80px;
		height: 80px;
		display: block;
		font-weight: bold;
		margin: 0;
	}

		.news_li a span,
		.swap a span {
			font-size: 12px;
			font-weight: normal;
		}

.swap {
	top: 80px;
}


.news_li1,
.swap1 {
	line-height: 80px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 180px;
}

	.news_li1 a,
	.swap1 a {
		color: #e6161d;
		font-size: 24px;
		line-height: 80px;
		height: 80px;
		display: block;
		font-weight: bold;
		margin: 0;
	}

		.news_li1 a span,
		.swap1 a span {
			font-size: 12px;
			font-weight: normal;
		}

.swap1 {
	top: 80px;
}

.qiwugk {
	width: 1034px;
	margin: 0 auto;
}

	.qiwugk .tit {
		width: 1034px;
		height: 60px;
		background: url(../img/qwgk.png) no-repeat center center;
	}

		.qiwugk .tit ul {
			overflow: hidden;
			float: right;
			margin-right: 20px;
		}

			.qiwugk .tit ul li {
				float: left;
				margin-right: 30px;
			}

				.qiwugk .tit ul li p {
					margin-top: 15px;
				}

.biaoti {
	overflow: hidden;
	width: 100%;
}

	.biaoti .cell {
		float: left;
		width: 250px;
		margin-right: 8px;
	}

		.biaoti .cell .tit {
			width: 130px;
			height: 30px;
			line-height: 30px;
			color: #005838;
			text-align: center;
			margin: 0 auto;
			background: url(../img/tit_bg.png) no-repeat;
			margin-top: 30px;
			font-size: 18px;
			font-weight: bold;
		}

		.biaoti .cell .news {
			padding-left: 10px;
			display: block;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			margin-top: 15px;
			position: relative;
		}

			.biaoti .cell .news:before {
				content: "";
				display: block;
				width: 4px;
				height: 4px;
				background-color: #000000;
				border-radius: 2px;
				position: absolute;
				margin-top: 8px;
				left: 0px;
			}

		.biaoti .cell .more {
			color: #005838;
			text-align: center;
			font-size: 12px;
			font-weight: bold;
			margin-top: 15px;
			display: block;
		}

.hf {
	width: 1034px;
	margin: 15px auto;
}

.jtfc {
	width: 100%;
	height: 255px;
	background: url(../img/gun_bg.jpg) repeat-x;
	background-size: 100% 255px;
}

	.jtfc .con {
		width: 1034px;
		margin: 0 auto;
		position: relative;
	}

		.jtfc .con .tit {
			margin-left: -35px;
			float: left;
		}

.mod_news {
	overflow: hidden;
	width: 1034px;
	margin: 20px auto;
}

	.mod_news .left {
		width: 500px;
		height: 315px;
		float: left;
		background: url(../img/gzdt.png) no-repeat top;
		padding-top: 80px;
	}

	.mod_news .right {
		width: 500px;
		height: 315px;
		float: right;
		background: url(../img/hydt.png) no-repeat top;
		padding-top: 80px;
	}

	.mod_news .new_tit {
		display: block;
		line-height: 33px;
		padding-left: 30px;
		font-size: 16px;
		position: relative;
	}

		.mod_news .new_tit:before {
			content: "";
			display: block;
			width: 4px;
			height: 4px;
			background-color: #000000;
			border-radius: 2px;
			position: absolute;
			margin-top: 15px;
			margin-left: 20px;
			left: 0px;
		}


.mod_news1 {
	overflow: hidden;
	width: 1034px;
	margin: 20px auto;
}

	.mod_news1 .left {
		width: 500px;
		height: 350px;
		float: left;
		background: url(../img/zzgglb.png) no-repeat top;
		padding-top: 55px;
	}

	.mod_news1 .right {
		width: 500px;
		height: 350px;
		float: right;
		background: url(../img/zlfw.png) no-repeat top;
		padding-top: 55px;
	}

	.mod_news1 .new_tit {
		display: block;
		line-height: 33px;
		padding-left: 30px;
		font-size: 16px;
		position: relative;
	}

		.mod_news1 .new_tit:before {
			content: "";
			display: block;
			width: 4px;
			height: 4px;
			background-color: #000000;
			border-radius: 2px;
			position: absolute;
			margin-top: 15px;
			margin-left: 20px;
			left: 0px;
		}

.links_f {
	width: 1034px;
	margin: 0 auto;
}

	.links_f .link_name {
		padding: 10px 70px;
		border-bottom: 1px solid #c9c9c9;
	}

		.links_f .link_name a {
			display: inline-block;
			padding-right: 25px;
			font-size: 17px;
			margin-top: 10px;
			color: #626262;
		}

.footer {
	width: 1034px;
	margin: 30px auto;
	overflow: hidden;
}

	.footer .left {
		float: left;
		color: #464444;
		line-height: 22px;
		padding-left: 70px;
	}

		.footer .left p {
			color: #464444;
			line-height: 22px;
		}

	.footer .right {
		float: right;
		padding-right: 70px;
	}

.list_content {
	width: 1034px;
	margin: 20px auto;
	overflow: hidden;
}

.side_bar {
	float: left;
	width: 198px;
	border: 1px solid #eaeaea;
	min-height: 715px;
	background: url(../img/side_bg.png) no-repeat center bottom;
}

	.side_bar .s_logo img {
		display: block;
		margin: 20px auto;
	}

	.side_bar ul li {
		line-height: 52px;
		font-size: 18px;
		padding-left: 10px;
	}

		.side_bar ul li.current {
			background: #378642;
			position: relative;
		}

			.side_bar ul li.current a {
				color: #ffffff;
			}

				.side_bar ul li.current a:hover {
					color: #ffffff;
				}

		.side_bar ul li a:hover {
			color: #378642;
		}

		.side_bar ul li.current:after {
			content: "";
			background: #1456a2;
			border-top: solid 10px #ffffff;
			border-bottom: solid 10px #ffffff;
			border-left: solid 10px #378642;
			position: absolute;
			left: 100%;
			top: 16px;
		}

.listing {
	float: right;
	width: 780px;
}

	.listing .tip {
		width: 100%;
		border-bottom: 1px solid #eaeaea;
		font-size: 16px;
		font-weight: bold;
		color: #378642;
		padding-bottom: 15px;
		padding-left: 10px;
		position: relative;
	}

	.listing .tit:before {
		content: "";
		position: absolute;
		height: 1px;
		width: 90px;
		background-color: #378642;
		top: 39px;
		left: 0;
	}

	.listing ul li {
		padding: 20px;
		border-bottom: 1px #e5e5e5 dashed;
		overflow: hidden;
	}

	.listing .date {
		display: none;
		width: 80px;
		height: 80px;
		background-color: #f2f2f2;
		float: left;
		margin-right: 15px;
	}

	.listing .day {
		text-align: center;
		font-size: 24px;
		color: #666666;
		padding-top: 5px;
	}

	.listing .mon {
		text-align: center;
		font-size: 16px;
		color: #666666;
	}

	.listing .news_list {
		width: 725px;
		float: left;
	}

		.listing .news_list .tit {
			font-size: 16px;
			color: #333333;
			display: block;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

			.listing .news_list .tit:hover {
				color: #378642;
			}

		.listing .news_list .con {
			font-size: 14px;
			color: #999999;
			margin-top: 10px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
			overflow: hidden;
		}

	.listing .artc h2 {
		font-size: 26px;
		text-align: center;
		margin-top: 35px;
		margin-bottom: 25px;
	}

	.listing .artc .infor {
		font-size: 14px;
		color: #999999;
		text-align: center;
		margin-bottom: 25px;
	}

		.listing .artc .infor span {
			padding: 0 10px;
		}

	.listing .artc .pat p {
		text-indent: 2em;
		font-size: 16px;
		color: #000000;
		line-height: 32px;
	}

		.listing .artc .pat p img {
			display: block;
			margin: 15px auto;
			max-width: 700px;
		}
/*分页*/

.page_f {
	display: table;
	margin: 20px auto;
	height: 34px;
}

#AspNetPager1 {
	height: 34px;
	line-height: 34px;
}

	#AspNetPager1 a {
		font-size: 14px;
		padding: 4px 10px;
		background: #fff;
		border: 1px solid #c5b7b7;
		color: #888;
		margin: 0 3px;
		text-decoration: none;
	}

	#AspNetPager1 input {
		font-size: 14px;
		padding: 4px 10px;
		background: #fff;
		border: 1px solid #c5b7b7;
		color: #888;
		margin: 0 3px;
	}

	#AspNetPager1 input {
		font-size: 14px;
		padding: 4px 10px;
		background: #fff;
		border: 1px solid #c5b7b7;
		color: #888;
		margin: 0 3px;
	}

	#AspNetPager1 a:hover {
		border-color: #378642;
		color: #378642;
		text-decoration: none;
	}

	#AspNetPager1 span {
		font-size: 14px;
		padding: 4px 10px;
		background: #fff;
		border: 1px solid #c5b7b7;
		color: #888;
		margin: 0 3px;
		text-decoration: none;
		background: #378642;
		border-color: #378642;
		color: #fff;
		cursor: default;
	}

#scrollBox {
	height: 250px;
	width: 490px;
	margin: 10px auto;
	
	overflow: hidden;
}

	#scrollBox #con1, #con2 {
		width: 490px;
		float: left;
	}

	
