﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
body, h1, h3, h2, h4, p, img, a, ul, li, dl, dd, dt {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #5a5a5a;
	list-style: none;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-family: microsoft yahei;
}
#head {
	background: url(../images/bg_head.png) repeat-x 0 0;
}
.head {
	height: 182px;
}
.con, .head, .footer, .flink {
	width: 1002px;
	margin: 0 auto;
}
.top, .topr {
	height: 136px;
}
.logo {
	padding: 14px 0 0 2px;
	float: left;
	height: 120px;
	width: 500px;
}
.logo a {
	display: block;
	background: url(../images/logo.jpg) no-repeat 0 0;
	width: 480px;
	height: 105px;
	text-indent: -9999em;
}
.topr {
	float: right;
	width: 370px;
}
.sc {
	height: 28px;
	line-height: 28px;
	text-align: right;
}
.sc a {
	margin: 0 5px;
}
#dh {
	padding-top: 24px;
	height: 78px;
	overflow: hidden;
}
.dh {
	background: url(../images/bg_dh.png) no-repeat 0px center;
	padding-left: 52px;
	float: right;
}
.dh h2 {
	font-size: 16px;
	color: #000;
}
.dh h3 {
	font-size: 23px;
	color: #e81f18;
	font-family: time new roman;
}
.menu, .menu ul, .menu ul li, .menu ul li a {
	display: block;
	text-align: center;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
}
.menu ul li {
	float: left;
	background: url(../images/bg_li.png) no-repeat right 0;
	padding-right: 1px;
	width: 110px;
}
.menu ul li a {
	transition: all ease-in-out .2s;
	width: 110px;
}
.menu ul li a:hover, .menu ul li a.hover {
	background: #e92019;
}
.banner {
	height: 411px;
}
.flickerplate {
	position: relative;
	width: 100%;
	height: 411px;
	background: none;
	overflow: hidden
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width: 68.75em;
	margin-left: auto;
	margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.778em;
	line-height: 1.995em;
	text-align: center
}
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
	font-size: 1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	line-height: 2.5em;
	color: rgba(255, 255, 255, 0.8);
	text-align: center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url(../images/arrow-left-light.png);
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url(../images/arrow-right-light.png);
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 14px;
	height: 14px;
	margin: 0px 6px;
	background-color: rgba(105, 155, 0, 0.9);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color: #fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image: url(../images/arrow-left-dark.png)
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image: url(../images/arrow-right-dark.png)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.ggg {
	background: url(../images/t.jpg) no-repeat center 0;
	height: 30px;
}
.con {
	overflow: hidden;
}
.cp {
	height: 124px;
	background: #f8f8f8;
	overflow: hidden;
}
.cpl {
	float: left;
	width: 90px;
	height: 124px;
	text-align: center;
}
.cpl h2 {
	font-weight: bold;
	color: #18a5f6;
	font-size: 18px;
	padding-top: 32px;
}
.cpr {
	height: 124px;
	float: left;
}
.cpr ul {
}
.cpr ul li {
	float: left;
	border-right: 1px solid #c8c8c8;
	height: 100px;
	width: 110px;
}
.cpr ul li a {
	display: block;
	width: 110px;
	text-align: center;
	padding-top: 78px;
}
.cpr ul li.li7 {
	border-right: none;
}
.cpr ul li.li0 a {
	background: url(../images/m1.png) no-repeat center 8px;
}
.cpr ul li.li1 a {
	background: url(../images/m2.png) no-repeat center 8px;
}
.cpr ul li.li2 a {
	background: url(../images/m3.png) no-repeat center 8px;
}
.cpr ul li.li3 a {
	background: url(../images/m4.png) no-repeat center 8px;
}
.cpr ul li.li4 a {
	background: url(../images/m5.png) no-repeat center 8px;
}
.cpr ul li.li5 a {
	background: url(../images/m6.png) no-repeat center 8px;
}
.cpr ul li.li6 a {
	background: url(../images/m7.png) no-repeat center 8px;
}
.cpr ul li.li7 a {
	background: url(../images/m8.png) no-repeat center 28px;
	padding-top: 60px;
	font-size: 14px;
}
.floor1 {
	height: 362px;
	overflow: hidden;
	margin-top: 30px;
}
.floor1 a {
	display: block;
	float: left;
	width: 233px;
	height: 360px;
	margin-right: 23px;
}
.floor1 a.a4 {
	margin-right: 0;
	float: right;
}
.floor1 a.a3 {
	margin-right: 0;
}
.floor1 a h2 {
	color: #184a9f;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 0px;
}
.floor1 a h2 span {
	color: #abacaf;
	padding-left: 14px;
}
.floor1 a .pic img {
	width: 233px;
	height: 174px;
}
.floor1 a p {
	line-height: 1.9em;
	height: 50px;
	padding: 10px 0;
	overflow: hidden;
	margin: 16px 0;
	border-top: 1px solid #e6e6e7;
	border-bottom: 1px solid #e6e6e7;
}
.floor1 a h3 {
	width: 116px;
	transition: all ease-in-out .2s;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #c4c4c7;
	border-radius: 3px;
	color: #184a9f;
	font-size: 14px;
	font-weight: bold;
}
.floor1 a:hover h3 {
	background: #184a9f;
	color: #fff;
	border: 1px solid #184a9f;
}
.floor2 {
	height: 274px;
	overflow: hidden;
	margin-top: 8px;
}
.f2l {
	float: left;
	width: 532px;
}
.sl {
}
.sl .hd {
	height: 35px;
	overflow: hidden;
}
.sl .hd ul {
	height: 35px;
	float: left;
}
.sl .hd ul li {
	height: 35px;
	float: left;
	margin-right: 1px;
}
.sl .hd ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	background: #e3e3e3;
	width: 112px;
	text-align: center;
	line-height: 35px;
}
.sl .hd ul li.on a {
	color: #fff;
	background: #004ea1;
}
.sl .hd span {
	display: block;
	float: right;
	line-height: 35px;
	height: 35px;
}
.sl .bd {
}
.sl .bd .list {
	padding-top: 18px;
}
.sl .bd .list .tout {
	height: 110px;
	overflow: hidden;
}
.sl .bd .list .toutl {
	float: left;
	width: 175px;
}
.sl .bd .list .toutl img {
	width: 147px;
	height: 106px;
}
.sl .bd .list .toutr {
	float: left;
	width: 352px;
}
.sl .bd .list .toutr h2 {
	height: 28px;
	overflow: hidden;
28px;
}
.sl .bd .list .toutr h2 a {
	color: #004ea1;
	font-weight: bold;
	font-size: 14px;
}
.sl .bd .list .toutr p {
	line-height: 1.9em;
	height: 64px;
	overflow: hidden;
}
.sl .bd .list ul {
}
.sl .bd .list ul li {
	height: 28px;
	line-height: 28px;
	position: relative;
	background: url(../images/li.png) no-repeat 0px center;
	padding-left: 10px;
}
.sl .bd .list ul li span {
	position: absolute;
	right: 0;
	top: 0;
}
.f2r {
	float: right;
	width: 430px;
}
.f2r .t {
	height: 30px;
	line-height: 30px;
}
.f2r .t h2 {
	float: left;
	color: #004ea1;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.f2r .t span {
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	padding-left: 6px;
}
.f2r .gsjj {
	background: url(../images/gsjj.jpg) no-repeat center 0px;
	padding-top: 156px;
	line-height: 2em;
}
.f2r .gsjj a {
	color: #f00;
}
.floor3 {
	height: 300px;
	overflow: hidden;
	margin-top: 14px;
}
.floor3 .t {
	height: 42px;
	line-height: 42px;
	background: url(../images/bg_t.png) repeat-x 0 0;
}
.floor3 .t h2 {
	color: #004ea1;
	font-size: 16px;
	float: left;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #004ea1;
	padding-right: 4px;
}
.floor3 .t span {
	height: 42px;
	line-height: 42px;
	display: block;
	float: left;
	color: #5e5f60;
	padding-left: 4px;
}
.floor3 .t span a {
}
.leftLoop {
}
.leftLoop .bd {
	width: 1002px;
	overflow: hidden;
	padding-top: 28px;
}
.leftLoop .bd ul {
}
.leftLoop .bd ul li {
	float: left;
	width: 206px;
	margin-right: 20px;
}
.leftLoop .bd ul li a {
	display: block;
	width: 206px;
}
.leftLoop .bd ul li .pic {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 206px;
	overflow: hidden;
	height: 162px;
}
.leftLoop .bd ul li img {
	max-width: 206px;
	max-height: 162px;
}
.leftLoop .bd ul li p {
	text-align: center;
	height: 40px;
	line-height: 40px;
}
#flink {
	background: #eaeaea;
	height: 66px;
}
.flink {
	height: 66px;
	background: url(../images/links.png) no-repeat 0px center;
}
.link {
	padding-left: 115px;
}
.link .kk {
	padding-top: 24px;
}
.link .kk a {
	margin: 0 6px;
}
.flink span {
	font-size: 16px;
	padding-right: 20px;
}
.flink a {
	margin: 0 6px;
}
#footer {
	clear: both;
	margin-top: 24px;
	background: #18489d;
}
.footer {
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}
.ftl {
	float: left;
	width: 198px;
	text-align: center;
}
.ftl .ftewm {
	padding-top: 24px;
}
.ftr {
	float: left;
	padding-left: 0px;
	width: 800px;
}
.ftr, .ftr a {
	color: #fff;
}
.ftr {
	position: relative;
}
.ftnav {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #7fb5fb;
	padding-top: 10px;
}
.ftnav a {
	font-size: 14px;
	margin: 0 6px;
}
.ftr p {
	line-height: 2em;
	padding: 20px 0;
	color: #fff;
}
.ftr .ddh {
	position: absolute;
	width: 240px;
	height: 81px;
	top: 90px;
	left: 450px;
}
.ftr .ddh h3 {
	color: #fff;
}
.ftr .ddh h2 {
	color: #88d1fc;
}
/*********list_sheji.htm***********/
#wp {
	width: 1440px;
	margin: 0 auto;
}
#sj1 {
	height: 523px;
}
.sj1 {
	padding-left: 70px;
	height: 523px;
}
.sj1l {
	float: left;
	width: 463px;
	position: relative;
}
.sj1l .sjlogo {
	padding: 16px 0 0 4px;
	height: 140px;
}
.sj1l .sjlogo a {
	display: block;
	width: 447px;
	height: 108px;
	background: url(../images/sjlogo.png) no-repeat 0 0;
	text-indent: -9999em;
}
.sj1l .sjyewu {
}
.sj1l .sjmenu {
	position: absolute;
	z-index: 990;
	width: 200px;
	left: 545px;
	top: 74px;
	height: 380px;
}
.sj1l .sjmenu ul {
}
.sj1l .sjmenu ul li {
	margin-bottom: 82px;
	text-align: right;
}
.sj1l .sjmenu ul li a {
	font-size: 14px;
	color: #000;
}
.sj1l .sjmenu ul li a:hover {
	color: #ff001a;
	text-decoration: underline;
}
.sj1l .sjmenu ul li.sjli1 {
	padding-right: 40px;
}
.sj1l .sjmenu ul li.sjli2 {
	padding-right: 70px;
}
.sj1l .sjmenu ul li.sjli3 {
	padding-right: 100px;
}
.sj1l .sjmenu ul li.sjli4 {
	padding-right: 130px;
}
.sj1l .sjyewu .ywfw {
	height: 154px;
	overflow: hidden;
	padding: 18px 0 0 22px;
}
.sj1l .sjyewu .ywfw a {
	display: block;
	text-align: center;
	float: left;
	margin-right: 75px;
}
.sj1l .sjyewu .ywfw a:hover {
	color: #0269b5;
}
.sj1l .sjyewu .ywfw a.yw1 {
	background: url(../images/yw1.png) no-repeat center top;
	padding-top: 108px;
}
.sj1l .sjyewu .ywfw a.yw2 {
	background: url(../images/yw2.png) no-repeat center top;
	padding-top: 108px;
}
.sj1l .sjyewu .ywfw a.yw3 {
	background: url(../images/yw3.png) no-repeat center top;
	margin-right: 0;
	padding-top: 108px;
}
.sj1l .sjyewu .ywfw a.yw1:hover {
	background: url(../images/yw11.png) no-repeat center top;
	padding-top: 108px;
}
.sj1l .sjyewu .ywfw a.yw2:hover {
	background: url(../images/yw22.png) no-repeat center top;
	padding-top: 108px;
}
.sj1l .sjyewu .ywfw a.yw3:hover {
	background: url(../images/yw33.png) no-repeat center top;
	padding-top: 108px;
}
.sj1r {
	float: right;
	width: 777px;
	height: 523px;
	position: relative;
}
.sj1r .jrl, .sj1r .jrr {
	position: absolute;
	height: 523px;
	top: 0;
	left: 0;
}
.sj1r .jrl {
	width: 154px;
	z-index: 90;
	background: url(../images/bg_jrl.png) no-repeat 0 0;
}
.sj1r .jrr {
	width: 777px;
	z-index: 80;
}
.sj1r .jrr .sjban {
	width: 777px;
	height: 523px;
}
.focus {
	width: 777px;
	height: 523px;
	position: relative;
}
.f970x280 {
	width: 777px;
	height: 523px;
	overflow: hidden
}
.f970x280 img {
	width: 777px;
	height: 523px
}
.rslides {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0
}
.rslides_nav {
	height: 51px;
	width: 31px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/i.png) no-repeat 0 -560px;
	margin-top: -28px
}
.rslides_nav:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.rslides_nav.next {
	left: auto;
	background-position: -31px -560px;
	right: 0
}
.rslides_tabs {
	position: absolute;
	left: 0px;
	top: 454px;
	margin: 0px auto;
	clear: both;
	text-align: center;
	height: 26px;
	border-radius: 0px 6px 6px 0;
	padding-left: 10px;
	padding-top: 12px;
	background: #fff;
	width: 117px;
}
.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
*float:left;
	margin-right: 10px
}
.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/bg_lioff.jpg) no-repeat 0px 0px;
	background: #19499e;
	display: inline-block;
	_display: block;
*display:block;
	width: 11px;
	height: 11px
}
.rslides_tabs .rslides_here a {
	background: url(../images/bg_lion.jpg) no-repeat 0px 0px #e62017;
}
.sj1l .sjnews {
}
.sj1l .sjnews ul {
	padding: 10px 0 0 0;
}
.sj1l .sjnews ul li {
	height: 24px;
	border-bottom: 1px dashed #c8c8c8;
	padding-left: 20px;
	line-height: 24px;
	position: relative;
	background: url(../images/arrow.png) no-repeat 0 center;
}
.sj1l .sjnews ul li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 24px;
}
.sj1l .tt {
	height: 30px;
	line-height: 30px;
}
.sj1l .tt h2 {
	float: left;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
.sj1l .tt h2 span {
	font-size: 14px;
	color: #8a8b8c;
	padding-left: 4px;
}
#sj2 {
	background: #19499e;
	height: 182px;
}
.sj2 {
	height: 182px;
	padding-left: 70px;
}
.sj2l {
	float: left;
	width: 750px;
	height: 182px;
}
.sj2 .tt {
	height: 30px;
	line-height: 30px;
	margin-top: 14px;
}
.sj2 .tt h2 {
	color: #fff;
	font-size: 18px;
}
.sj2 .tt h2 span {
	color: #a8a8a8;
	font-size: 14px;
}
.sj2r {
	color: #fff;
	float: left;
	height: 182px;
	position: relative;
}
.sj2r .lxx {
	line-height: 2em;
	padding-top: 12px;
}
.sj2r .zx {
	position: absolute;
	z-index: 66;
	bottom: 0px;
	left: 280px;
}
.sjlp {
	padding-top: 12px;
}
.sjlp .bd {
	width: 620px;
	overflow: hidden;
}
.sjlp .bd ul {
}
.sjlp .bd ul li {
	float: left;
	width: 144px;
	margin-right: 12px;
}
.sjlp .bd li img {
	max-width: 144px;
	max-height: 114px;
}
.sjlp .bd li .pic {
	width: 144px;
	height: 114px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	display: table-cell;
}
.sjlp .bd li a {
	display: block;
}
#sj3 {
	height: 60px;
	background: url(../images/bg_sj3.png) no-repeat 0 0;
}
.sj3 {
	height: 60px;
	padding-left: 70px;
}
.sj3l {
	float: left;
	line-height: 60px;
}
.sj3l a {
	margin: 0 5px;
}
.sj3r {
	float: right;
	color: #fff;
	line-height: 60px;
	padding-right: 222px;
}
.sj3r p, .sj3r a {
	color: #fff;
}
/*****list_article.htm*********************/
.dleft, .dright {
	padding-top: 20px;
}
.dleft {
	float: left;
	width: 220px;
}
.lanmu {
	margin-bottom: 14px;
	background: #fff;
}
.lanmu .title {
	height: 40px;
	background: #18a5f6;
	color: #fff;
	padding: 0;
}
.lanmu .title h2 {
	color: #fff;
	padding: 0;
	float: none;
	background: none;
	height: 40px;
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
}
.lanmu ul {
	border: 1px solid #ddd;
	border-top: none;
	padding-top: 0px;
	border-bottom: none;
}
.lanmu li {
}
.lanmu li a {
	background: url(../images/b.png) no-repeat 14px center #fff;
	text-indent: 28px;
	font-family: microsoft yahei;
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #ddd;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.lanmu li a.aa {
	background: url(../images/b.png) no-repeat 14px center #e6e6e6;
	text-indent: 28px;
	font-family: microsoft yahei;
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #ddd;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.lanmu li a:hover {
	background: url(../images/b.png) no-repeat 14px center #e6e6e6;
}
.lanmu li dl {
}
.lanmu li dl dd {
}
.lanmu li dl dd a {
	background: url(../images/b.png) no-repeat 34px center #fff;
	text-indent: 48px;
}
.lanmu li dl dd a:hover {
	background: url(../images/b.png) no-repeat 34px center #e6e6e6;
}
.lanmu .lxwm {
	background: url(../images/bg_lxwm.jpg) no-repeat center top;
	border: 1px solid #ddd;
	font-family: microsoft yahei;
	line-height: 1.9em;
	font-size: 14px;
	border: 1px solid #ddd;
	border-top: none;
	padding: 90px 10px 20px;
}
.dright {
	float: right;
	width: 760px;
	background: #fff;
	margin-bottom: 20px;
}
.dright .title {
	height: 40px;
	background: #18a5f6;
	color: #fff;
	padding: 0;
}
.dright .title h2 {
	color: #fff;
	background: none;
	height: 40px;
	float: none;
	text-indent: 14px;
	float: left;
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
}
.dright .title span {
	display: block;
	padding-right: 10px;
	float: right;
	line-height: 40px;
	font-family: microsoft yahei;
	padding: 0;
	padding-right: 10px;
	height: 40px;
}
.dright .title span a {
	color: #fff;
	font-family: microsoft yahei;
	margin: 0 4px;
	font-size: 12px;
}
.nr {
	line-height: 1.9em;
	border: 1px solid #ddd;
	border-top: none;
	min-height: 600px;
}
.nr, .nr span, .nr p {
	font-family: microsoft yahei!important;
}
.page {
	padding: 15px 15px 30px;
}
.news {
	padding-top: 4px;
}
.newslist {
	margin-bottom: 4px;
}
.newslist:hover {
	background: #fafafa;
}
.newslist h2 {
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	background: url(../images/icon10.png) no-repeat 30px center;
	text-indent: 40px;
}
.newslist h2 a {
	font-family: microsoft yahei;
	font-weight: normal;
	font-size: 20px;
}
.newslist h3 {
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	font-family: microsoft yahei;
	font-weight: normal;
	color: #a7a7a7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.newslist p {
	line-height: 2em;
	padding: 10px 30px;
	text-indent: 2em;
	font-size: 14px;
}
.art_box {
	padding: 15px 10px;
	border-bottom: 1px solid #efefef;
}
.art_box:hover {
	background: #fafafa;
}
.art_box h2 {
	margin-bottom: 5px;
}
.art_box h2 a {
	font-weight: normal;
	font-size: 20px;
	color: #000;
}
.art_box p.info {
	color: #999;
	margin-bottom: 6px;
}
.art_box p.info small {
	font-size: 12px;
	margin: 0 8px 0 4px;
}
.art_box p.info small i.fa-clock-o {
	background: url(../images/time.jpg) no-repeat 0px center;
}
.article {
}
.article h1.title1 {
	height: 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	padding: 10px 0;
	background: url(../images/icon10.png) no-repeat 30px center;
	text-indent: 40px;
}
.article .info {
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	font-family: microsoft yahei;
	font-weight: normal;
	color: #a7a7a7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.article .infol {
	float: left;
}
.article .infor {
	float: right;
	padding-top: 6px;
}
.article .newsbody {
	padding: 10px 30px 30px;
	line-height: 2em;
}
.resultlist {
	overflow: hidden;
}
.resultlist ul {
	padding: 20px 20px 0 20px;
}
.resultlist ul li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.resultlist ul li h3 {
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
}
.resultlist ul li h3 a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.resultlist ul li p {
	line-height: 22px;
	color: #333;
	font-size: 14px;
}
.resultlist ul li span small {
	line-height: 22px;
	font-size: 12px;
	margin-left: 5px;
	color: #999;
}
.resultlist ul li span a {
	color: #008400;
}
