@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: #4b7ebd;
}

/*去掉图形热点的点击时出现的边线*/
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: url(../images/doo1-1.png) no-repeat center center #fae0a0;
}

.headWarp {
	width: 1200px;
	height: 144px;
	background: url(../images/headBg.png) no-repeat 620px center;
	margin: 0 auto;
}

.logo {
	width: 600px;
	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 img {
	width: 85px;
	height: 36px;
	float: left;
	cursor: pointer;
}

.search img:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


.banner {
	position: relative;
	border-top: #fff 1px solid;
}

.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;
}

.news {
	width: 1200px;
	padding-top: 30px;
	margin: 0 auto;
}

.news h1 {
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	border-bottom: #e6e2e3 1px solid;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	background: url(../images/hbg1.jpg) no-repeat left center;
}

.news h1 a {
	display: block;
	width: 31px;
	height: 40px;
	background: url(../images/moreA.jpg) no-repeat center center;
	float: right;
}



.newsList {
	margin-top: 25px;
	height: 248px;
}

.picNews {
	width: 660px;
	height: 248px;
	overflow: hidden;
	float: left;
	position: relative;
}

.picNews_bd {
	width: 660px;
	height: 248px;
	overflow: hidden;
}

.picNews ul li {
	width: 320px;
	height: 248px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}

.picNews ul li img {
	width: 320px;
	height: 210px;
}

.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: 700px;
	_margin-left: 697px;
}

.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;
}

.news2 {
	width: 1200px;
	padding: 45px 0 55px;
	margin: 0 auto;
}

.tzgg,
.xsjl {
	width: 412px;
	height: 280px;
	padding-right: 47px;
	float: left;
}

.tzgg h1,
.xsjl h1 {
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	border-bottom: #e6e2e3 1px solid;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	background: url(../images/hbg2.jpg) no-repeat left center;
}

.xsjl h1 {
	background-image: url(../images/hbg3.jpg);
}

.tzgg h1 a,
.xsjl h1 a {
	display: block;
	width: 31px;
	height: 40px;
	background: url(../images/moreA.jpg) no-repeat center center;
	float: right;
}

.tzgg h1 a:hover,
.xsjl h1 a:hover {
	background-image: url(../images/moreH.jpg);
}

.tzgg ul,
.xsjl ul {
	height: 224px;
	margin-top: 15px;
}

.tzgg li,
.xsjl li {
	height: 32px;
	line-height: 32px;
	padding-left: 18px;
	background: url(../images/a02.jpg) no-repeat 2px center;
	color: #6d6d6d;
	font-family: "宋体";
}

.tzgg li span,
.xsjl 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: 69px;
}

.link dl dd img {
	width: 100%;
	height: 117px;
	display: block;
}

.link dl dt {
	height: 117px;
	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 { margin-bottom:10px;
	width: 100%;
	height: 29px;
	line-height: 26px;
	background: #f5f9fc;
	border: #86a2b8 1px solid;
	font-size: 12px;

	padding-left: 10px;
}

.foot {
	height: 50px;
	padding: 27px 0;
	border-top: #f0d186 1px solid;
	background: #f0d186;
	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: #4b7ebd;
	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:#4b7ebd 1px solid; padding-left:50px; background:#dcecff url(../images/a02.png) no-repeat 22px center; color:#4b7ebd; border-radius:3px;}
.left ul li a:hover{background:#4b7ebd url(../images/a03.png) no-repeat 22px center; color:#fff; border-color:#4b7ebd;}



.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;

	border-bottom: #e3e3e3 1px solid;
}

.rightTitle p {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-bottom: #4b7ebd 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");
}


/*:first-of-type :last-of-type nth-of-type(1)  :last-child :nth-last-child(2) :nth-last-of-type(2) :nth-child(odd) :nth-child(1) :nth-child(even) */
.menuWrap {
	height: 48px;
	background: #4b7ebd;
	border-top: #4b7ebd 1px solid;
}

#menu {
	width: 1200px;
	height: 48px;
	margin: 0 auto;
}

#menu>li a {
	display: block;
	text-align: center;
}

#menu>li {
	width: 118px;
	height: 48px;
	padding-right: 2px;
	
	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: #cd0100;
	background: #3b7abd;
}

/*这是第二级菜单*/
#menu>li ul {
	background-color: #5099f4;
	border-top: 1px #5099f4 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 #4176b8;
}

#menu>li>ul>li a:link,
#menu>li>ul>li a:visited {
	color: #fff;
	background: #3b7abd;
	height: auto;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
	display: block;
}

#menu>li>ul>li a:hover,
#menu>li>ul>li a.current {
	color: #fff;
	background-color: #3399FF;
}

#menu>li:nth-of-type(4)>ul {
	width: 160px;
}


.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;
}

