/* body */

body {
	background: url("../images/index_bg.png") repeat-x center 32px #fff;
}

.carousel-item a {
	outline: none;
}


/*  topbar */

.topbar {
	padding: 0 30px;
	height: 32px;
	line-height: 32px;
}

.topbar a:hover {
	color: #c00;
}

.topbar .fl {
	background: url(../images/icon_square_gray.png) no-repeat 0 center;
	padding-left: 10px;
}

.topbar .fl a {
	margin-right: 10px;
}


/* main */

.main {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	position: relative;
}


/* header */

.header {
	height: 160px;
	background: url("../images/header_bg.png") no-repeat top center;
	background-position-x: 265px;
}

.header h1 {
	float: left;
	margin-top: 50px;
}

.header .search {
	position: relative;
	float: right;
	padding-left: 16px;
	width: 385px;
	height: 35px;
	behavior: url(PIE.htc);
	background: #d8e8f8;
	margin-right: 0px;
	margin-top: 91px;
}

.header input {
	vertical-align: top;
	background: none;
	border: 0;
	width: 336px;
	height: 35px;
	line-height: 35px;
	outline: none;
}

.header input:focus {
	border: 0;
}

.header button {
	width: 40px;
	height: 35px;
	border: 0;
	cursor: pointer;
	background: url("../images/search_btn.png") no-repeat center center;
	outline: none;
}


/* nav */

.nav {
	position: relative;
	height: 56px;
	line-height: 56px;
	background: #355e92;
	z-index: 20;
}

.nav ul {
	display: flex;
}

.nav li {
	/* float: left; */
	height: 56px;
	width: 183px;
	border-right: 1px solid #5d7ea8;
}

.nav li:last-child {
	/* width: 158px; */
	border-right: 0;
}

.nav a {
	display: block;
	padding-left: 15px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.nav a:hover {
	color: #355e92;
	text-decoration: none;
	background-color: #d7dfe9;
}

.nav a.active {
	color: #355e92;
	text-decoration: none;
	background-color: #d7dfe9;
}

.nav img {
	vertical-align: middle;
}

.nav .a1 {
	background: url("../images/nav_img1.png") no-repeat 56px center;
}

.nav .a1.active {
	background: url("../images/nav_img1_hover.png") no-repeat 56px center #d7dfe9;
}

.nav .a1:hover {
	background: url("../images/nav_img1_hover.png") no-repeat 56px center #d7dfe9;
}

.nav .a2 {
	background: url("../images/nav_img2.png") no-repeat 38px center;
}

.nav .a2.active {
	background: url("../images/nav_img2_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a2:hover {
	background: url("../images/nav_img2_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a3 {
	background: url("../images/nav_img3.png") no-repeat 38px center;
}

.nav .a3.active {
	background: url("../images/nav_img3_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a3:hover {
	background: url("../images/nav_img3_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a4 {
	background: url("../images/nav_img4.png") no-repeat 38px center;
}

.nav .a4.active {
	background: url("../images/nav_img4_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a4:hover {
	background: url("../images/nav_img4_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a5 {
	background: url("../images/nav_img5.png") no-repeat 38px center;
}

.nav .a5.active {
	background: url("../images/nav_img5_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a5:hover {
	background: url("../images/nav_img5_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a6 {
	background: url("../images/nav_img6.png") no-repeat 38px center;
}

.nav .a6.active {
	background: url("../images/nav_img6_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a6:hover {
	background: url("../images/nav_img6_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a7 {
	background: url("../images/nav_img7.png") no-repeat 38px center;
	/* width: 143px; */
	border-right: 0;
}

.nav .a7.active {
	background: url("../images/nav_img7_hover.png") no-repeat 38px center #d7dfe9;
}

.nav .a7:hover {
	background: url("../images/nav_img7_hover.png") no-repeat 38px center #d7dfe9;
}


/* subbar */

.subbar {
	background: #fff;
	padding: 6px 0;
}

.subbar .subbarBox {
	height: 38px;
	line-height: 38px;
	background: #fafafa;
	color: #666;
	padding: 0 15px;
}

.subbar i {
	padding: 0 14px;
	background: url(../images/sun.png) no-repeat center;
}

.subbar .fr {
	font-size: 12px;
	color: #333;
	width: 135px;
	height: 32px;
	float: right;
	overflow: hidden;
	padding-top: 5px;
	line-height: 32px;
}

.banner-teacher img {
	width: 100%;
}


/* hot */

.hot {
	height: 76px;
	background: url("../images/hot_bg.png") no-repeat left top;
	background-color: #f5f5f5;
	padding-left: 63px;
}

.hot .hot-box {
	width: 1000px;
	height: 68px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.hot a {
	font-size: 26px;
	color: #345e92;
	font-weight: bold;
}

.hot a:hover {
	color: #c00;
}

.hot img {
	margin-top: 4px;
}

.hot h2 {
	line-height: 35px;
	width: 700px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
	text-align: center;
	padding-top: 8px;
}

.hot p {
	display: block;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #999;
}


/* banner */

.banner {
	padding-top: 6px;
	background: #fff;
}

.banner .scroll {
	width: 540px;
	height: 330px;
	overflow: hidden;
	margin-right: 5px;
}

.banner .list .head {
	height: 45px;
	margin-bottom: 10px;
}

.banner .list .head a {
	position: relative;
	float: left;
	width: 183px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #f0f0f0;
	margin-right: 2px;
	font-size: 18px;
	color: #333;
}

.banner .list .head a:last-child {
	margin-right: 0;
}

.banner .list .head a:after {
	display: none;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 7px solid #355e92;
	top: 38px;
	left: 50%;
	margin-left: -8px;
}

.banner .list .head a:hover {
	text-decoration: none;
}

.banner .list .head a.active {
	color: #fff;
	background: #355e92;
}

.banner .list .head a.active:after {
	display: block;
}

.banner .list .inner {
	padding: 0 30px 0 10px;
}

.banner .list .inner ul {
	display: none;
}

.banner .list .inner li {
	overflow: hidden;
	color: #cccccc;
	height: 34px;
	line-height: 34px;
}

.banner .list .inner a {
	font-size: 16px;
	padding-left: 18px;
	background: url(../images/fuhao.png) no-repeat 5px center;
	vertical-align: middle;
	float: left;
	width: 390px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.banner .list .inner a:hover {
	color: #c00;
}

.banner .list .inner span {
	float: right;
	color: #cccccc;
}

.heading_v {
	display: none;
}


/* plate */

.plate {
	margin-top: 15px;
	overflow: hidden;
}

.plate-left {
	float: left;
	width: 1100px;
	overflow: hidden;
	padding-top: 9px;
}

.plate-left .list {
	width: 540px;
}

.plate-left .list .head ul {
	height: 38px;
	border-bottom: 1px solid #ccd8e4;
}

.plate-left .list .head li {
	float: left;
	height: 38px;
	line-height: 38px;
	text-align: center;
	padding: 0 15px;
	color: #333;
	font-size: 18px;
	cursor: pointer;
}

.plate-left .list .head li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.plate-left .list .head li a {
	color: #333;
}

.plate-left .list .head li.active {
	background: #355e92;
}

.plate-left .list .head li.active a {
	color: #fff;
	font-weight: bold;
}

.plate-left .list .inner ul {
	display: none;
	overflow: hidden;
	padding: 5px 0;
}

.plate-left .list .inner li {
	height: 34px;
	line-height: 34px;
}

.plate-left .list .inner a {
	float: left;
	padding-left: 18px;
	background: url("../images/dot.jpg") no-repeat 5px center;
	width: 440px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.plate-left .list .inner a:hover {
	color: #c00;
}

.plate-left .list .inner span {
	float: right;
	color: #ccc;
}

.plate-left .slide {
	height: 78px;
	margin: 16px 0;
}

.new_service {
	overflow: hidden;
	width: 1100px;
}

.service {
	width: 830px;
	height: 312px;
	float: left;
}

.service .head {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ccd8e4;
}

.service .head h4 {
	display: inline-block;
	border-bottom: 2px solid #355e92;
	padding-right: 3px;
	font-size: 18px;
	font-weight: bold;
	width: 112px;
}

.service .head img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 2px;
}

.service .inner .service-item {
	width: 400px;
	margin: 12px 0;
}

.service .inner .service-item:last-child {
	width: 375px;
	margin: 12px 0;
}

.service .inner .service-item .item-head {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px dotted #ccc;
}

.service .inner .service-item .item-head li {
	float: left;
	width: 140px;
	height: 34px;
	background: #f5f5f5;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	position: relative;
	text-align: center;
}

.service .inner .service-item .item-head li:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-top: 6px solid #2a7cc0;
	border-right: 6px solid transparent;
	display: none;
}

.service .inner .service-item .item-head li.active {
	color: #fff;
	background: #2a7cc0;
}

.service .inner .service-item .item-head li.active a {
	color: #fff;
}

.service .inner .service-item .item-head li.active:after {
	display: block;
}

.service .inner .service-item .item-inner ul {
	display: none;
	margin-top: 8px;
}

.service .inner .service-item .item-inner ul img {
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

.service .inner .service-item .item-inner ul li {
	float: left;
	margin: 10px 25px 0 0;
}

.service .inner .service-item .item-inner ul li:nth-child(2n) {

	margin: 10px 0px 0 0;
}

.service .inner .service-item .item-inner ul li a {
	display: block;
	width: 172px;
	height: 28px;
	border: 1px solid #e6e6e6;
	line-height: 28px;
	font-size: 16px;
	padding: 6px 0;
}

.service .inner .service-item .item-inner ul li a:hover {
	color: #c00;
}

.service .inner .service-item .item-inner ul p {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 117px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	word-spacing: 24px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: 1px solid #e6e6e6;
}

.service .inner .service-item .item-inner .service-list2 li {
	width: 400px;
	height: 34px;
	line-height: 34px;
	margin: 0;
}

.service .inner .service-item .item-inner .service-list2 li a {
	float: left;
	width: 300px;
	border: 0;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/dot.jpg) no-repeat 5px center;
	padding-left: 18px;
}

.service .inner .service-item .item-inner .service-list2 li a:hover {
	color: #c00;
}

.service .inner .service-item .item-inner .service-list2 li span {
	float: right;
	height: 40px;
	line-height: 40px;
	color: #ccc;
}

.service_link {
	width: 245px;
	float: right;
	margin-top: 37px;
}

.interaction .head {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ccd8e4;
}

.interaction .head h4 {
	display: inline-block;
	border-bottom: 2px solid #355e92;
	font-size: 18px;
	font-weight: bold;
	width: 112px;
}

.interaction .head img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 2px;
}

.interaction .inner {
	margin-top: 15px;
}

.interaction .inner .item-l {
	float: left;
	width: 375px;
}

.interaction .inner .item-l dt {
	width: 100%;
	height: 82px;
	border-bottom: 1px dotted #ccc;
}

.interaction .inner .item-l dt a {
	display: block;
}

.interaction .inner .item-l dt a:hover .dt-txt {
	background: #e1f4fd;
}

.interaction .inner .item-l .dt-img {
	float: left;
	width: 100px;
	height: 82px;
	line-height: 82px;
	text-align: center;
	background-color: #e8f1f5;
}

.interaction .inner .item-l .dt-img img {
	display: inline-block;
	vertical-align: middle;
}

.interaction .inner .item-l .dt-txt {
	float: right;
	padding-left: 30px;
	width: 243px;
	height: 82px;
	background-color: #e8f1f5;
}

.interaction .inner .item-l .dt-txt h4 {
	font-weight: bold;
	line-height: 40px;
	margin: 6px 0;
	font-size: 18px;
}

.interaction .inner .item-l #marqueeBox {
	height: 80px;
	overflow: hidden;
	margin-top: 10px;
}

.interaction .inner .item-l ul {
	overflow: hidden;
}

.interaction .inner .item-l li {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.interaction .inner .item-l li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	width: 335px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.interaction .inner .item-l li a:hover {
	color: #c00;
}

.interaction .inner .item-r {
	float: right;
	width: 656px;
}

.interaction .inner .item-r li {
	float: left;
	width: 174px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e6e6e6;
	margin: 0 12px 10px;
}

.interaction .inner .item-r a {
	display: block;
	padding: 6px 0;
	height: 38px;
	line-height: 38px;
}

.interaction .inner .item-r a:hover {
	color: #c00;
}

.interaction .inner .item-r img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

.interaction .inner .item-r span {
	display: inline-block;
	vertical-align: middle;
	width: 85px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
}

.plate-right {
	float: right;
	width: 245px;
}

.obj1 {
	border-top: 2px solid #355e92;
}

.obj1 a {
	display: block;
	height: 51px;
	margin-bottom: 2px;
	line-height: 51px;
	background-color: #e8f1f5;
	font-size: 18px;
}

.obj1 a:hover {
	color: #c00;
}

.obj1 a img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 24px;
}

.obj1 .a_bg1 {
	height: 48px;
	line-height: 48px;
	background-color: #e8f1f5;
}

.obj1 .a_bg1 .icon-right {
	display: none;
	margin-left: 35px;
	margin-right: 0;
}

.obj1 .a_bg1 .icon-right2 {
	margin-left: 5px;
}

.obj1 .a_bg1:hover {
	text-decoration: none;
	background-color: #f3f8fa;
}

.obj1 .a_bg1:hover .icon-right {
	display: inline-block;
}

.obj1 .a_bg2 {
	height: 45px;
	line-height: 45px;
	background-color: #f3f8fa;
	position: relative;
	padding-left: 90px;
	font-size: 15px;
}

.obj1 .a_bg2 img {
	position: absolute;
	top: 10px;
	left: 32px;
	display: inline-block;
	vertical-align: middle;
}

.obj1 .a_bg2 img.hover {
	display: none;
}

.obj1 .a_bg2:hover img {
	display: none;
}

.obj1 .a_bg2:hover img.hover {
	display: inline-block;
}

.obj1 .last {
	margin-bottom: 0;
}

.obj2 {
	overflow: hidden;
}

.obj2 a {
	display: block;
	margin: 4px 0;
}

.obj2 img {
	width: 100%;
	height: 74px;
}

.obj-list .head li {
	float: left;
	width: 49.99%;
	height: 39px;
	line-height: 39px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.obj-list .head li img {
	display: none;
	vertical-align: middle;
	margin-right: 5px;
}

.obj-list .head .active {
	background-color: #355e92;
	color: #fff;
	border-bottom: 1px solid #355e92;
}

.obj-list .head .active img {
	display: inline-block;
}

.obj-list .inner {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-top: 0;
}

.obj-list .inner ul {
	display: none;
	padding: 5px 0;
}

.obj-list .inner li {
	height: 34px;
	line-height: 34px;
}

.obj-list .inner a {
	display: block;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	padding-left: 22px;
	background: url("../images/obj3_a_bg.png") no-repeat 10px center;
}

.obj-list .inner a:hover {
	color: #c00;
}

.link {
	margin-bottom: 30px;
	margin-top: 10px;
}

.link .head {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ccd8e4;
}

.link .head h4 {
	display: inline-block;
	border-bottom: 2px solid #355e92;
	font-size: 18px;
	font-weight: bold;
	width: 112px;
}

.link .head img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 2px;
}

.link .inner li {
	float: left;
	margin: 20px 5px 15px;
}

.link .inner .first {
	margin-left: 0;
}

.link .inner .end {
	margin-right: 0;
}

.link .inner a {
	display: block;
}

.link .inner .select-group {
	background: #efefef;
}

.link .inner select {
	cursor: pointer;
	border: 0;
	padding: 4px;
	margin: 10px 15px;
	width: 149px;
	overflow: hidden;
}

.footer {
	width: 100%;
	height: 160px;
	background: #474e62;
	font-size: 13px;
}

.footer .in {
	position: relative;
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
	text-align: center;
}

.footer a {
	color: #fff;
}

.footer p {
	line-height: 24px;
}

.footer .pd {
	padding: 30px 0 0px;
}

.footer .footer-img-l {
	position: absolute;
	left: 120px;
	top: 50%;
	margin-top: -30px;
}

.footer .footer-img-r {
	position: absolute;
	right: 120px;
	top: 50%;
	margin-top: -30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 110px;
	right: 0;
	left: auto;
	text-align: right;
}

.swiper-pagination {
	text-align: right;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 0;
	display: inline-block;
	background: #fff;
	opacity: 0.7;
}

.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}

.swiper-button-prev {
	background-image: url(../images/lunbo-button-prev.png) !important;
	width: 14px;
	height: 26px;
	background-size: 14px 26px;
	margin-top: -12px;
	outline: none;
}

.swiper-button-next {
	background-image: url(../images/lunbo-button-next.png) !important;
	width: 14px;
	height: 26px;
	background-size: 14px 26px;
	margin-top: -12px;
	outline: none;
}

.scroll .swiper-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
}

.scroll .swiper-wrapper span {
	position: absolute;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 16px;
}

#swiper-container2 .swiper-wrapper {
	text-align: center;
}

#swiper-container2 .swiper-wrapper a {
	display: inline-block;
}

#swiper-container2 .swiper-button-prev {
	left: 6px;
}

#swiper-container2 .swiper-button-next {
	right: 6px;
}

.qrcode {
	position: absolute;
	right: -180px;
	top: 300px;
	width: 124px;
	height: 305px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
}

.qrcode .arrow-top {
	cursor: pointer;
	display: block;
	overflow: hidden;
	/* height: 20px; */
}

.qrcode .arrow-top img {
	vertical-align: middle;
	float: right;
	/* margin-bottom: 3px; */
	/* width: 15px; */
}

.qrcode p {
	font-size: 16px;
	color: #f8230b;
	line-height: 25px;
}

.qrcode img {
	vertical-align: top;
	display: inline-block;
}

.qrcode span {
	display: block;
	line-height: 30px;
}

.qrcode .index-gg {
	margin-top: 20px;
}

.leftcode {
	left: -180px;
	right: auto;
}

.con-detail {
	background: #fff;
	border: 1px solid #ebebeb;
	margin-bottom: 16px;
	padding-top: 2px;
}

.con-detail .detail-nav {
	height: 45px;
	line-height: 45px;
	background: #f9f9f9;
	font-size: 16px;
	color: #333;
}

.con-detail .detail-nav .sub-nav {
	float: left;
}

.con-detail .detail-nav img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 22px;
	margin-top: -3px;
	margin-right: 5px;
}

.con-detail .detail-nav a {
	color: #666;
}

.con-detail .detail-nav a:hover {
	color: #c00;
}

.con-detail .article {
	padding: 20px;
}

.con-detail .article h4 {
	text-align: center;
	padding: 5px 0 20px;
	margin: 0 auto;
	width: 98%;
	color: #333;
	font-size: 26px;
	font-weight: bold;
}

.con-detail .article .subtitle {
	font-size: 20px;
	text-align: center;
	height: 30px;
	line-height: 24px;
	color: #333;
}

.con-detail .article .fun {
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #f5f5f5;
	color: #999;
}

.con-detail .article .fun span.change-size {
	color: #c00;
}

.con-detail .article .fun span.change-size em {
	cursor: pointer;
}

.con-detail .article .app-fun {
	display: none !important;
}

.con-detail .article .det {
	padding: 20px 20px 40px;
	line-height: 36px;
	font-size: 16px;
}

.con-detail .article .det table {
	width: 100%;
}

.con-detail .article .tac {
	text-align: center;
}

.con-detail .article .tac a {
	display: inline-block;
	width: 140px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #5596cd;
	border-radius: 3px;
	font-size: 18px;
	opacity: 0.8;
	margin: 0 25px;
}

.con-detail .article .tac a img {
	display: inline-block;
	vertical-align: sub;
	margin-right: 15px;
}

.con-detail .article .tac a:hover {
	opacity: 1;
	text-decoration: none;
}

.con-detail .article .tac .btn-close {
	background: #cccccc;
}

.smsub {
	display: none;
	z-index: 1000;
	background: #fff;
	position: absolute;
	left: 0;
	top: 56px;
	width: 1100px;
	height: 450px;
	font-size: 14px;
}

.smsub .left {
	float: left;
	margin: 40px 35px 0;
	width: 220px;
}

.smsub .left dt {
	height: 38px;
	line-height: 52px;
	/* border-bottom: 1px solid #f5f5f5; */
	font-size: 18px;
	font-weight: bold;
}

.smsub .left dt img {
	display: inline-block;
	margin: 0 14px 0 28px;
	vertical-align: sub;
}

.smsub .left .dd1 {
	height: 42px;
	line-height: 42px;
	border-bottom: 1px dotted #e8e8e8;
}

.smsub .left dd {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px dotted #e8e8e8;
}

.smsub .left dd a {
	display: inline;
	color: #333;
	padding: 0;
	margin: 0 15px;
	font-size: 16px;
}

.smsub .center {
	float: left;
	margin-top: 40px;
	width: 380px;
}

.smsub .center dt {
	float: left;
	margin-right: 16px;
}

.smsub .center dt img {
	display: block;
	vertical-align: top;
}

.smsub .center dd {
	line-height: 30px;
	font-size: 14px;
}

.smsub .center .detail {
	margin-top: 24px;
	line-height: 32px;
}

.smsub .center .detail .head {
	font-size: 16px;
	font-weight: bold;
}

.smsub .center .detail a {
	display: inline;
	color: #c00;
	font-size: 14px;
}

.smsub .center .detail a:hover {
	background: none;
}

.smsub .right {
	float: right;
	width: 380px;
	margin: 40px 18px 0 0;
}

.smsub .right .head li {
	width: 188px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	color: #333;
	background: #e5e5e5;
	font-size: 16px;
	border-right: 1px solid #fff;
	cursor: pointer;
}

.smsub .right .head li a {
	color: #333;
	background: #e5e5e5;
}

.smsub .right .head li.active a,
.smsub .right .head li:hover a {
	color: #fff;
	background: #5596cd;
}

.smsub .right .inner ul {
	display: none;
	margin-top: 10px;
}

.smsub .right .inner li {
	width: 100%;
}

.smsub .right .inner .sub-head {
	font-size: 16px;
	border-bottom: 1px solid #ddeaf5;
	width: 100%;
	line-height: 34px;
}

.smsub .right .inner .sub-head em {
	display: inline-block;
	border-bottom: 2px solid #5596cd;
}

.smsub .right .inner .sub-head img {
	display: inline-block;
	margin: 0 8px 0 2px;
}

.smsub .right .inner .sub-con {
	margin-top: 10px;
}

.smsub .right .inner .sub-con a {
	float: left;
	line-height: 38px;
	min-width: 175px;
	padding-left: 10px;
	background: url(../images/icon_square_gray.png) no-repeat left center;
	color: #333;
	font-size: 14px;
	text-align: left;
}

.smsub .right .inner .sub-con a:hover {
	color: #c00;
}

.nav-jgsz .left {
	margin-top: 25px;
}

.nav-jgsz .left .dt {
	font-size: 16px;
	font-weight: bold;
}

.nav-jgsz .left dd a {
	display: inline-block;
	text-align: left;
	width: 50px;
	padding: 0 12px;
	margin: 0;
}

.nav-jgsz .center .detail {
	margin-top: -3px;
}

.nav-jgsz .right .inner {
	margin-top: 0px;
}

.nav-jgsz .right .inner .sub-con {
	margin-top: 0;
}

.nav-jgsz .right .inner .sub-con2 a {
	min-width: 200px;
}

.nav-jgsz .right .inner .sub-con2 .more {
	float: right;
	text-align: center;
	margin-top: -37px;
}

.nav-jgsz .right .more {
	background: none !important;
	color: #c00 !important;
}

.nav-jydt .yj-video {
	float: left;
	margin: 28px 0 0 30px;
	width: 388px;
}

.nav-jydt .yj-video .head {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.nav-jydt .yj-video .head h4 {
	float: left;
	width: 120px;
	background: #5596cd;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.nav-jydt .yj-video .head a {
	float: right;
	color: #ccc;
	font-size: 14px;
}

.nav-jydt .yj-video .head a:hover {
	background: none;
	color: #c00;
}

.nav-jydt .yj-video .inner a {
	margin-top: 20px;
	float: left;
	margin: 0 6px;
	padding: 0;
	text-align: center;
	width: 180px;
	overflow: hidden;
}

.nav-jydt .yj-video .inner a img {
	display: inline-block;
	width: 180px;
	height: 120px;
}

.nav-jydt .yj-video .inner a p {
	color: #333;
	font-size: 14px;
	line-height: 3.5;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nav-jydt .yj-video .inner a p:hover {
	color: #c00;
}

.nav-jydt .yj-video .inner a:hover {
	background: none;
}

.nav-jydt .yj-list {
	float: right;
	margin: 28px 30px 0 0;
	width: 600px;
}

.nav-jydt .yj-list .head {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #ccc;
}

.nav-jydt .yj-list .head li {
	float: left;
	width: 100px;
	text-align: center;
	color: #333;
	padding: 0;
	border: 0;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	cursor: pointer;
}

.nav-jydt .yj-list .head li.active {
	background: #5596cd;
	color: #fff;
}

.nav-jydt .yj-list .inner {
	position: relative;
}

.nav-jydt .yj-list .inner ul {
	display: none;
	padding: 10px 0 20px;
}

.nav-jydt .yj-list .inner .more {
	position: absolute;
	top: -36px;
	background: none;
	right: 0;
	color: #ccc;
	font-size: 14px;
}

.nav-jydt .yj-list .inner .more:hover {
	background: none;
	color: #c00;
}

.nav-jydt .yj-list .inner li {
	width: 100%;
	height: 34px;
	line-height: 34px;
	border: 0;
}

.nav-jydt .yj-list .inner a {
	font-size: 14px;
	float: left;
	line-height: 34px;
	color: #333;
	padding-left: 10px;
	background: url(../images/icon_square_gray.png) no-repeat left center;
}

.nav-jydt .yj-list .inner a:hover {
	color: #c00;
	background: none;
}

.nav-jydt .yj-list .inner span {
	float: right;
	color: #ccc;
	font-size: 14px;
}

.list-con {
	padding-top: 2px;
	overflow: hidden;
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
}

.list-con .left {
	float: left;
	width: 240px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background: #f5f5f5;
	min-height: 500px;
	_min-height: 500px;
	*min-height: 500px;
}

.list-con .left h4 {
	height: 46px;
	line-height: 46px;
	background: #2a7cc0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.list-con .left a {
	position: relative;
	display: block;
	padding-left: 60px;
	height: 55px;
	line-height: 55px;
	color: #333;
	font-size: 16px;
	background: url("../images/list_l_img1.png") no-repeat 30px center;
	border-left: 3px solid #f5f5f5;
}

.list-con .left a:after {
	position: absolute;
	left: 10px;
	bottom: 0;
	content: "";
	height: 1px;
	width: 90%;
	background: #d6d6d6;
}

.list-con .left a:hover {
	background: url("../images/list_l_img1.png") no-repeat 30px center #fff;
	text-decoration: none;
	color: #5394cb;
	border-left: 3px solid #5596cd;
}

.list-con .left a.active {
	background: url("../images/list_l_img1.png") no-repeat 30px center #fff;
	text-decoration: none;
	color: #5394cb;
	border-left: 3px solid #5596cd;
}

.list-con .right {
	float: right;
	width: 850px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.list-con .right .subnav {
	height: 42px;
	line-height: 42px;
	background: #f9f9f9;
	border-bottom: 2px solid #5394cb;
}

.list-con .right .subnav img {
	display: inline-block;
	margin: 0 10px 0 20px;
	vertical-align: middle;
}

.list-con .right .subnav a {
	color: #666;
}

.list-con .right .subnav a:hover {
	text-decoration: none;
	color: #c00;
}

.list-con .right .list {
	padding: 20px;
}

.list-con .right .list li {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}

.list-con .right .list li:nth-child(6n) {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.list-con .right .list a {
	padding-left: 15px;
	background: url("../images/obj3_a_bg.png") no-repeat left center;
	color: #333;
	width: 640px;
	height: 34px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
}

.list-con .right .list a:hover {
	color: #c00;
}

.list-con .right .list span {
	float: right;
	font-size: 14px;
	color: #ccc;
}

.list-con .right .pic-list a {
	float: left;
	background: none;
	padding: 0;
	margin: 4px 10px 0;
	width: 180px;
	height: auto;
}

.list-con .right .pic-list img {
	display: block;
	margin: 0 auto;
	vertical-align: top;
	width: 180px;
	height: 120px;
}

.list-con .right .pic-list p {
	text-align: center;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-con .right .subcon .sub_jytld {
	padding: 0 50px 62px 14px;
}

.list-con .right .subcon .sub_jytld .even {
	background: #f7f7f7 !important;
}

.list-con .right .subcon .sub_jytld .ld-list-item {
	margin-top: 16px;
}

.list-con .right .subcon .sub_jytld .item-img {
	width: 109px;
	height: 120px;
}

.list-con .right .subcon .sub_jytld .ld-list-item {
	background: #fff;
	position: relative;
}

.list-con .right .subcon .sub_jytld .ld-list-item:hover .bot {
	display: block;
}

.list-con .right .subcon .sub_jytld .item-cont {
	padding-left: 40px;
	width: 635px;
}

.list-con .right .subcon .sub_jytld .item-cont .top {
	margin-top: 14px;
}

.list-con .right .subcon .sub_jytld .item-cont .top .fl {
	width: 405px;
}

.list-con .right .subcon .sub_jytld .item-cont .top p {
	margin: 10px 0 0;
}

.list-con .right .subcon .sub_jytld .item-cont .top .menu {
	margin-right: 10px;
}

.list-con .right .subcon .sub_jytld .item-cont .top .menu a {
	width: 100px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	display: inline-block;
}

.list-con .right .subcon .sub_jytld .item-cont .top .menu .menu-grjl {
	background: #ffe0cc;
	color: #f60;
}

.list-con .right .subcon .sub_jytld .item-cont .top .menu .menu-grjl:hover {
	background: #f90;
	color: #fff;
}

.list-con .right .subcon .sub_jytld .item-cont .top .menu .menu-zggz {
	background: #bad4ea;
	color: #fff;
}

.list-con .right .subcon .sub_jytld .item-cont .top .menu .menu-zggz:hover {
	background: #5ca3e0;
}

.list-con .right .subcon .sub_jytld .item-cont .bot {
	background: #fff;
	display: none;
	position: absolute;
	bottom: 0;
}

.list-con .right .subcon .sub_jytld .item-cont .bot a {
	width: 126px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-right: 1px;
	background: #f5f5f5;
}

.list-con .right .subcon .sub_jytld .item-cont .bot a:hover {
	background: url("../images/icon_cur.png") no-repeat right bottom #ffe0cc;
	color: #f60;
}

.list-con .right .subcon .sub_jytld .item-cont .bot a.active {
	background: url("../images/icon_cur.png") no-repeat right bottom #ffe0cc;
	color: #f60;
}

.list-con .right .subcon .sub_jytzn {
	padding: 0 50px 579px 14px;
}

.list-con .right .subcon .sub_jytzn .title {
	color: #335e92;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 10px;
	padding: 35px 0 20px;
}

.list-con .right .subcon .sub_jytzn .cont {
	padding: 0 30px;
	font-size: 15px;
	line-height: 2.6em;
}


/* .list-con .right .subcon .sub_jytzn .cont p {
    text-indent: 2em;
  } */

.list-con .right .subcon .sub_jytzn .cont .btn-box {
	text-align: center;
	margin-top: 120px;
}

.list-con .right .subcon .sub_jytzn .cont .btn-box a {
	display: inline-block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	opacity: 0.9;
}

.list-con .right .subcon .sub_jytzn .cont .btn-box a img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 17px 0 -25px;
}

.list-con .right .subcon .sub_jytzn .cont .btn-box a:hover {
	opacity: 1;
}

.list-con .right .subcon .sub_jytzn .cont .btn-box .print {
	background-color: #5596cd;
	margin-right: 50px;
}

.list-con .right .subcon .sub_jytzn .cont .btn-box .close {
	background-color: #bbb;
}

.list-con .right .subcon .sub_cszc {
	padding: 0 14px 20px;
}

.list-con .right .subcon .sub_cszc .title {
	color: #335e92;
	text-align: center;
	margin: 0 10px;
	padding: 35px 0 20px;
}

.list-con .right .subcon .sub_cszc .title span {
	font-size: 16px;
	font-weight: normal;
}

.list-con .right .subcon .sub_cszc .cont1 {
	padding: 0 0px 20px;
}

.list-con .right .subcon .sub_cszc .cont1 a {
	float: left;
	line-height: 38px;
	min-width: 45%;
	color: #333;
	font-size: 14px;
	text-align: center;
	border: 1px dotted #ccc;
	padding: 0 10px;
	margin: 7px 8px;
}

.list-con .right .subcon .sub_cszc .cont1 a:hover {
	background: url("../images/icon_cur.png") no-repeat right bottom #ffe0cc;
	color: #f60;
	text-decoration: none;
	border: 1px dotted transparent;
}

.list-con .right .subcon .sub_cszc .cont1 a.active {
	background: url("../images/icon_cur.png") no-repeat right bottom #ffe0cc;
	color: #f60;
	text-decoration: none;
	border: 1px dotted transparent;
}

.list-con .right .subcon .sub_cszc .cszc-item {
	border-bottom: 1px solid #f0f0f0;
}

.list-con .right .subcon .sub_cszc .cszc-item:last-child {
	border-bottom: 0;
}

.list-con .right .subcon .sub_cszc .cszc-item .cont {
	padding: 0 30px;
	font-size: 15px;
	line-height: 2.6em;
}


/* .list-con .right .subcon .sub_cszc .cszc-item .cont p {
    text-indent: 2em;
  } */

.list-con .right .subcon .sub_cszc .cszc-item .cont a {
	text-decoration: none;
}

.list-con .right .subcon .sub_cszc .cszc-item .cont .btn-box {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.list-con .right .subcon .sub_cszc .cszc-item .cont .btn-box a {
	display: inline-block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	opacity: 0.8;
}

.list-con .right .subcon .sub_cszc .cszc-item .cont .btn-box a img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 17px 0 -25px;
}

.list-con .right .subcon .sub_cszc .cszc-item .cont .btn-box a:hover {
	opacity: 1;
}

.list-con .right .subcon .sub_cszc .cszc-item .cont .btn-box .print {
	background-color: #5596cd;
	margin-right: 50px;
}

.list-con .right .subcon .sub_cszc .cszc-item .cont .btn-box .close {
	background-color: #ccc;
}

.list-con .right .subcon .sub_zsdw {
	padding: 0 14px 20px;
}

.list-con .right .subcon .sub_zsdw .title {
	background: url(../images/jgsz_dw_head.png) no-repeat;
	width: 553px;
	height: 62px;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
	line-height: 62px;
	font-size: 22px;
	padding-left: 269px;
}

.list-con .right .subcon .sub_zsdw .title span {
	font-size: 16px;
	font-weight: normal;
}

.list-con .right .subcon .sub_zsdw .title2 {
	color: #5394cb;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0;
}

.list-con .right .subcon .sub_zsdw .title2 span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.list-con .right .subcon .sub_zsdw .title2 .icon1 {
	background: url(../images/jgsz_r_img.png) 0 0;
	width: 24px;
	height: 19px;
}

.list-con .right .subcon .sub_zsdw .title2 .icon2 {
	background: url(../images/jgsz_r_img.png) 0 -31px;
	width: 18px;
	height: 21px;
}

.list-con .right .subcon .sub_zsdw .zsdw-item {
	padding: 35px 15px 20px;
}

.list-con .right .subcon .sub_zsdw .zsdw-item .cont1 a {
	float: left;
	line-height: 50px;
	min-width: 375px;
	padding-left: 10px;
	background: url(../images/icon_square_gray.png) no-repeat left center;
	color: #333;
	font-size: 14px;
	text-align: left;
}

.list-con .right .subcon .sub_zsdw .zsdw-item .cont1 a:hover {
	color: #c00;
	background: url(../images/icon_square_gray.png) no-repeat left center;
}

.list-con .right .subcon .sub_zsdw .zsdw-item .cont1 a.active {
	color: #c00;
}

.list-con .right .subcon .sub_zsdw .zsdw-detail .title {
	background: none;
	color: #335e92;
	font-size: 20px;
	height: 26px;
	line-height: 32px;
	text-align: center;
	margin: 0 10px;
	padding: 35px 0 20px;
	width: 100%;
}

.list-con .right .subcon .sub_zsdw .zsdw-detail .cont {
	padding: 0 30px;
	font-size: 15px;
	line-height: 2.6em;
}

.list-con .right .subcon .sub_zsdw .zsdw-detail .cont p {
	text-indent: 2em;
}

.list-con .right .subcon .sub_zsdw .zsdw-detail .cont .btn-box {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.list-con .right .subcon .sub_zsdw .zsdw-detail .cont .btn-box a {
	display: inline-block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	opacity: 0.8;
}

.list-con .right .subcon .sub_zsdw .zsdw-detail .cont .btn-box a img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 17px 0 -25px;
}

.list-con .right .subcon .sub_zsdw .zsdw-detail .cont .btn-box a:hover {
	opacity: 1;
}

.list-con .right .subcon .sub_zsdw .zsdw-detail .cont .btn-box .print {
	background-color: #5596cd;
	margin-right: 50px;
}

.list-con .right .subcon .sub_zsdw .zsdw-detail .cont .btn-box .close {
	background-color: #ccc;
}

.list-con .right .subcon .sub_zsxx {
	padding: 0 14px 20px;
}

.list-con .right .subcon .sub_zsxx .title {
	background: url(../images/jgsz_xx_head.png) no-repeat;
	width: 832px;
	height: 62px;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
	line-height: 62px;
	font-size: 22px;
	padding-left: 35px;
}

.list-con .right .subcon .sub_zsxx .title span {
	font-size: 16px;
	font-weight: normal;
}

.list-con .right .subcon .sub_zsxx .title2 {
	color: #5394cb;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0;
}

.list-con .right .subcon .sub_zsxx .title2 span.icon3,
.list-con .right .subcon .sub_zsxx .title2 span.icon2,
.list-con .right .subcon .sub_zsxx .title2 span.icon1 {
	display: inline-block;
	background: url(../images/list_l_img5_hover.png) no-repeat;
	vertical-align: middle;
	margin-right: 8px;
	width: 20px;
	height: 20px;
}

.list-con .right .subcon .sub_zsxx .zsxx-item {
	padding: 35px 15px 20px;
}

.list-con .right .subcon .sub_zsxx .zsxx-item .cont1 a {
	float: left;
	line-height: 50px;
	min-width: 254px;
	padding-left: 10px;
	background: url(../images/icon_square_gray.png) no-repeat left center;
	color: #333;
	font-size: 14px;
	text-align: left;
}

.list-con .right .subcon .sub_zsxx .zsxx-item .cont1 a:hover {
	color: #c00;
	background: url(../images/icon_square_gray.png) no-repeat left center;
}

.list-con .right .subcon .sub_cszz {
	padding: 0 14px 220px;
}

.list-con .right .subcon .sub_cszz .title {
	color: #335e92;
	text-align: center;
	margin: 0 10px;
	padding: 35px 0 20px;
}

.list-con .right .subcon .sub_cszz .title span {
	font-size: 16px;
	font-weight: normal;
}

.list-con .right .subcon .sub_cszz .cont1 {
	padding: 0 0px 20px;
}

.list-con .right .subcon .sub_cszz .cont1 a {
	float: left;
	line-height: 38px;
	min-width: 235px;
	color: #333;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 10px 8px;
}

.list-con .right .subcon .sub_cszz .cont1 a:hover {
	border: 1px solid #f60;
	text-decoration: none;
	color: #c00;
}

.list-con .right .subcon .sub_cszz .cont1 a.active {
	border: 1px solid #f60;
	text-decoration: none;
	color: #c00;
}

.list-con .right .subcon .sub_cszz .cszz-item {
	border-bottom: 1px solid #f0f0f0;
}

.list-con .right .subcon .sub_cszz .cszz-item:last-child {
	border-bottom: 0;
}

.list-con .right .subcon .sub_cszz .cszz-item .cont {
	padding: 0 30px;
	font-size: 15px;
	line-height: 2.6em;
}

.list-con .right .subcon .sub_cszz .cszz-item .cont p {
	text-indent: 2em;
}

.list-con .right .subcon .sub_cszz .cszz-item .cont a {
	text-decoration: none;
}

.list-con .right .subcon .sub_cszz .cszz-item .cont .btn-box {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.list-con .right .subcon .sub_cszz .cszz-item .cont .btn-box a {
	display: inline-block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
}

.list-con .right .subcon .sub_cszz .cszz-item .cont .btn-box a img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 17px 0 -25px;
}

.list-con .right .subcon .sub_cszz .cszz-item .cont .btn-box .print {
	background-color: #5596cd;
}

.list-con .right .subcon .sub_cszz .cszz-item .cont .btn-box .close {
	background-color: #ccc;
}

.list-con .jgsz a {
	background: none;
}

.list-con .jgsz a:hover {
	background-image: none;
}

.list-con .jgsz a:hover img {
	display: none;
}

.list-con .jgsz a:hover img.hover {
	display: block;
}

.list-con .jgsz a img {
	position: absolute;
	left: 30px;
	top: 18px;
}

.list-con .jgsz a img.hover {
	display: none;
}

.list-con .jgsz a.active {
	background-image: none;
}

.list-con .jgsz a.active img {
	display: none;
}

.list-con .jgsz a.active img.hover {
	display: block;
}

.list-con .dynamic a {
	background: none;
}

.list-con .dynamic a:hover {
	background-image: none;
}

.list-con .dynamic a:hover img {
	display: none;
}

.list-con .dynamic a:hover img.hover {
	display: block;
}

.list-con .dynamic a img {
	position: absolute;
	left: 26px;
	top: 18px;
}

.list-con .dynamic a img.hover {
	display: none;
}

.list-con .dynamic a.active {
	background-image: none;
}

.list-con .dynamic a.active img {
	display: none;
}

.list-con .dynamic a.active img.hover {
	display: block;
}

.list-con .xxgk-left a {
	background: none;
	padding-left: 60px;
}

.list-con .xxgk-left a:hover {
	background-image: none;
}

.list-con .xxgk-left a:hover img {
	display: none;
}

.list-con .xxgk-left a:hover img.hover {
	display: block;
}

.list-con .xxgk-left a img {
	position: absolute;
	left: 26px;
	top: 18px;
}

.list-con .xxgk-left a img.hover {
	display: none;
}

.list-con .xxgk-left a.active {
	background-image: none;
}

.list-con .xxgk-left a.active img {
	display: none;
}

.list-con .xxgk-left a.active img.hover {
	display: block;
}

.list-con .jlhd-left a {
	background: none;
}

.list-con .jlhd-left a:hover {
	background-image: none;
}

.list-con .jlhd-left a:hover img {
	display: none;
}

.list-con .jlhd-left a:hover img.hover {
	display: block;
}

.list-con .jlhd-left a img {
	position: absolute;
	left: 25px;
	top: 18px;
}

.list-con .jlhd-left a img.hover {
	display: none;
}

.list-con .jlhd-left a.active {
	background-image: none;
}

.list-con .jlhd-left a.active img {
	display: none;
}

.list-con .jlhd-left a.active img.hover {
	display: block;
}

.list-con .jlhd-left .jlhd-img {
	width: 208px;
	height: 64px;
	display: block;
	margin: 0 auto;
	margin-top: 16px;
	padding: 0;
	line-height: normal;
	border: 0;
}

.list-con .jlhd-left .jlhd-img:after {
	height: 0;
}

.list-con .jlhd-left .jlhd-img:hover {
	border-left: 0px solid transparent;
}

.list-con .jlhd-left .jlhd-img img {
	position: static;
}

.list-con .jlhd-left .jlhd-img1 {
	background: url(../images/jlhd_l_img8.jpg) no-repeat;
}

.list-con .jlhd-left .jlhd-img1:hover {
	background: url(../images/jlhd_l_img8.jpg) no-repeat;
}

.list-con .jlhd-left .jlhd-img2 {
	background: url(../images/jlhd_l_img9.jpg) no-repeat;
}

.list-con .jlhd-left .jlhd-img2:hover {
	background: url(../images/jlhd_l_img9.jpg) no-repeat;
}

.list-con .ztzz-left a {
	background: none;
}

.list-con .ztzz-left a:hover {
	background-image: none;
}

.list-con .ztzz-left a:hover img {
	display: none;
}

.list-con .ztzz-left a:hover img.hover {
	display: block;
}

.list-con .ztzz-left a img {
	position: absolute;
	left: 30px;
	top: 18px;
}

.list-con .ztzz-left a img.hover {
	display: none;
}

.list-con .ztzz-left a.active {
	background-image: none;
}

.list-con .ztzz-left a.active img {
	display: none;
}

.list-con .ztzz-left a.active img.hover {
	display: block;
}

.list-con .ztzz-left .ztzz-img {
	width: 208px;
	height: 64px;
	display: block;
	margin: 0 auto;
	margin-top: 16px;
	padding: 0;
	line-height: normal;
	border: 0;
}

.list-con .ztzz-left .ztzz-img:after {
	height: 0;
}

.list-con .ztzz-left .ztzz-img:hover {
	border-left: 0px solid transparent;
}

.list-con .ztzz-left .ztzz-img img {
	position: static;
}

.list-con .ztzz-left .ztzz-img1 {
	background: url(../images/jlhd_l_img8.jpg) no-repeat;
}

.list-con .ztzz-left .ztzz-img1:hover {
	background: url(../images/jlhd_l_img8.jpg) no-repeat;
}

.list-con .ztzz-left .ztzz-img2 {
	background: url(../images/jlhd_l_img9.jpg) no-repeat;
}

.list-con .ztzz-left .ztzz-img2:hover {
	background: url(../images/jlhd_l_img9.jpg) no-repeat;
}

.jlhd .right .banner1 {
	margin: 0 auto;
	display: block;
	width: 810px !important;
	height: 56px !important;
	margin-bottom: 20px;
	padding-left: 0 !important;
	background: none !important;
}

.jlhd .right .banner1 img {
	width: 100%;
}

.jlhd .right .banner2 {
	margin: 0 auto;
	display: none !important;
	width: 810px !important;
	height: 56px !important;
	margin-bottom: 20px;
	padding-left: 0 !important;
	background: none !important;
}

.jlhd .right .banner2 img {
	width: 100%;
}

.jlhd .right .jlhd-xyls {
	border: 0px solid transparent;
}

.jlhd .right .jlhd-xyls .subnav {
	border: 2px solid transparent;
}

.jlhd .right .jlhd-xyls .xy-content {
	border: 1px solid #a9c9e5;
	border-radius: 10px;
	position: relative;
}

.jlhd .right .jlhd-xyls .xy-msg-box {
	background: #f1f9fd;
	padding: 32px;
	border-radius: 10px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .xy-msg-wrap {
	width: 100%;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer .xy-msg-icon {
	float: left;
	background: url(../images/jlhd_xy_sprite.png) no-repeat -7px -89px;
	width: 48px;
	height: 48px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer .msg {
	width: 668px;
	padding: 40px 0px 10px 11px;
	float: left;
	background: url(../images/jlhd_xy_bg_pop.png) no-repeat;
	background-size: 100% 100%;
	line-height: 25px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer .content {
	padding-left: 40px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer ul {
	margin-left: -15px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer .appraise {
	border-top: 1px dotted #ccc;
	width: 100%;
	padding-top: 10px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer .appraise div {
	float: right;
	margin: 0 15px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer .appraise span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer .appraise .good {
	float: left;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer .appraise .good span {
	width: 19px;
	height: 20px;
	background: url(../images/jlhd_xy_sprite.png) no-repeat -113px -98px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer .appraise .bad {
	float: left;
}

.jlhd .right .jlhd-xyls .xy-msg-box .answer .appraise .bad span {
	width: 21px;
	height: 20px;
	background: url(../images/jlhd_xy_sprite.png) no-repeat -145px -98px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .ask {
	margin: 25px 0;
	float: right;
	min-height: 88px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .ask div {
	float: right;
}

.jlhd .right .jlhd-xyls .xy-msg-box .ask .name {
	color: #5394cb;
	line-height: 34px;
	margin-right: 55px;
	display: block;
}

.jlhd .right .jlhd-xyls .xy-msg-box .ask .xy-msg-icon {
	float: right;
	background: url(../images/jlhd_xy_sprite.png) no-repeat -66px -97px;
	width: 48px;
	height: 48px;
	margin-left: 5px;
}

.jlhd .right .jlhd-xyls .xy-msg-box .ask .msg {
	float: right;
	background: url(../images/jlhd_my_bg_pop.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-align: left;
}

.jlhd .right .jlhd-xyls .xy-msg-box li {
	height: 34px;
	line-height: 34px;
}

.jlhd .right .jlhd-xyls .xy-msg-box a {
	padding-left: 14px;
	background: url(../images/icon_square_gray.png) no-repeat 0px center;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #5394cb;
}

.jlhd .right .jlhd-xyls .xy-input-box {
	height: 123px;
	border-top: 1px solid #a9c9e5;
	background-color: #ffffff;
	padding: 30px 16px 10px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.jlhd .right .jlhd-xyls .xy-input-box .xy-input-wrap {
	text-align: right;
}

.jlhd .right .jlhd-xyls .xy-input-box .jsearch-q-wrap {
	display: block;
	text-align: left;
}

.jlhd .right .jlhd-xyls .xy-input-box .ipt-textarea {
	vertical-align: middle;
	width: 695px;
	height: 59px;
	font-size: 16px;
	line-height: 20px;
	border-radius: 3px;
	border: 1px solid #e4eef7;
	padding: 10px;
	outline: none;
	resize: none;
	display: block;
	float: left;
}

.jlhd .right .jlhd-xyls .xy-input-box .xy-input-btn {
	vertical-align: middle;
	border-radius: 5px;
	width: 80px;
	height: 81px;
	font-size: 16px;
	font-weight: bold;
	background: #ff9333;
	color: #ffffff;
	border: 0;
	outline: none;
	overflow: hidden;
	float: left;
	margin-left: 18px;
}

.jlhd .right .jlhd-xyls .xy-input-box .xy-input-tip {
	height: 40px;
	line-height: 40px;
	text-align: right;
	float: left;
}

.jlhd .right .jlhd-xyls .xy-input-box .xy-input-limit {
	font-size: 14px;
	font-style: italic;
}

.jlhd .right .jlhd-xyls .xy-input-box .xy-input-limit-count {
	font-weight: bold;
	font-size: 18px;
	margin: 0 3px;
	color: #5293cb;
}

.jlhd .right .jlhd-xyls .xy-bot {
	background: url(../images/xy_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 30px 0;
	margin: 25px 0;
}

.jlhd .right .jlhd-xyls .xy-bot a {
	display: inline-block;
	width: 183px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	margin: 0 20px;
	opacity: 0.9;
}

.jlhd .right .jlhd-xyls .xy-bot a span {
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.jlhd .right .jlhd-xyls .xy-bot a:hover {
	opacity: 1;
}

.jlhd .right .jlhd-xyls .xy-bot .btn-zx {
	background: url(../images/jlhd_xy_bth_img1.png) no-repeat;
	background-size: 100% 100%;
}

.jlhd .right .jlhd-xyls .xy-bot .btn-zx span {
	width: 31px;
	background: url(../images/jlhd_xy_bth_icon1.png) no-repeat;
}

.jlhd .right .jlhd-xyls .xy-bot .btn-wt {
	background: url(../images/jlhd_xy_bth_img2.png) no-repeat;
	background-size: 100% 100%;
}

.jlhd .right .jlhd-xyls .xy-bot .btn-wt span {
	width: 23px;
	background: url(../images/jlhd_xy_bth_icon2.png) no-repeat;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-40 {
	margin-bottom: 40px;
}

.infor {
	margin: 20px 25px 0;
}

.infor .head ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ccd8e4;
}

.infor .head li {
	width: auto;
	padding: 0 15px;
	border-bottom: 2px solid #355e92;
}

.infor .head li img {
	display: inline-block;
	margin-right: 6px;
}

.border {
	border: 1px solid #f0f0f0;
}

.page {
	text-align: center;
	padding: 15px 0;
}

.page a {
	margin: 0 2px;
	padding: 4px 10px;
	color: #355e92;
	display: inline-block;
}

.page a:hover {
	text-decoration: none;
	background: #355e92;
	color: #fff;
}

.page span {
	color: #355e92;
}

.page .active {
	background: #355e92;
	color: #fff;
}

.other-art {
	padding: 20px 40px;
}

.other-art .head {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #ccd8e4;
}

.other-art .head h4 {
	font-weight: bold;
	font-size: 18px;
	padding-right: 10px;
	display: inline-block;
	border-bottom: 2px solid #355e92;
}

.other-art .head img {
	display: inline-block;
	vertical-align: sub;
	margin-right: 5px;
}

.other-art .inner {
	padding-top: 20px;
}

.other-art .inner li {
	height: 34px;
	line-height: 34px;
}

.other-art .inner a {
	padding-left: 14px;
	height: 34px;
	line-height: 34px;
	background: url(../images/obj3_a_bg.png) no-repeat left center;
	color: #333;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.other-art .inner a:hover {
	color: #c00;
}

.other-art .inner span {
	float: right;
	padding-right: 10px;
	color: #999;
}

.other-plate {
	float: right;
	font-size: 14px;
	font-weight: bold;
}

.other-plate img {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
}

.other-plate .icon-weixin {
	margin: 0 6px 0 12px !important;
}

.other-plate .icon-weibo {
	margin: 0 20px 0 6px !important;
}

.detail-table {
	width: 1059px;
	margin: 0 auto;
	padding-top: 22px;
	padding-bottom: 24px;
}

.detail-table .table {
	border: 1px solid #e6e6e6;
}

.detail-table .row {
	min-height: 34px;
	line-height: 34px;
	padding-left: 32px;
	font-weight: bold;
}

.detail-table .row p {
	float: right;
	width: 90%;
	margin-right: 20px;
	font-weight: normal;
}

.detail-table .row span {
	font-weight: normal;
}

.detail-table .even {
	background: #edf4fa;
}

.detail-table .col-box li {
	float: left;
	border-right: 1px solid #dce0e3;
}

.detail-table .col1 {
	width: 310px;
}

.detail-table .col2 {
	width: 270px;
	padding-left: 32px;
}

.detail-table .col3 {
	padding-left: 32px;
	border-right: 0px !important;
}

.jgsz-jl .heading {
	width: 109px;
	height: 120px;
	display: block;
	margin: 0 auto;
	margin-top: 38px;
	margin-bottom: 38px;
}

.jgsz-jl .headimg_v {
	display: none;
}

.jgsz-jl .jl_and_gz {
	padding: 0 8px;
}

.jgsz-jl .jl_and_gz a {
	text-align: center;
	width: 110px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	background: #ededed;
	color: #333;
	padding: 0;
	border: 0;
}

.jgsz-jl .jl_and_gz a:hover {
	background: #5596cd;
	font-weight: bold;
	color: #fff;
}

.jgsz-jl .jl_and_gz a:after {
	height: 0;
}

.jgsz-jl .jl_and_gz a.active {
	background: #5596cd;
	font-weight: bold;
	color: #fff;
	border: 0;
}

.jgsz-jl .jl_and_gz .jl {
	float: left;
}

.jgsz-jl .jl_and_gz .gz {
	float: right;
}

.jgsz-jl .a1:before {
	position: absolute;
	left: 10px;
	top: 0;
	content: "";
	height: 1px;
	width: 90%;
	background: #d6d6d6;
}

.jgsz-jl .mt12 {
	margin-top: 12px;
}

.search-box {
	background: url(../images/xxgk_bg_search.jpg) no-repeat;
	width: 1060px;
	height: 95px;
	margin: 0 auto;
	padding-top: 25px;
	margin-top: 25px;
}

.search-box form {
	width: 575px;
	margin: 0 auto;
}

.search-box label {
	font-weight: bold;
	margin-right: 16px;
}

.search-box input {
	width: 300px;
	height: 34px;
	line-height: 34px;
	padding-left: 16px;
}

.search-box button {
	margin: 0px 0 0 10px;
	border: 0;
	color: #fff;
	width: 150px;
	height: 39px;
	padding-left: 10px;
	font-size: 16px;
	background: url(../images/search_btn2.png) no-repeat 20px center #ed0503;
}

.search-box .key-box {
	width: 490px;
	margin: 0 auto;
	margin-top: 8px;
	padding-left: 100px;
}

.search-box .key-box span {
	display: inline-block;
	margin-right: 4px;
}

.search-box .hot-key {
	color: #ed0503;
}

.search-result {
	padding: 20px 20px;
}

.search-result .head {
	height: 37px;
	line-height: 37px;
	background: #3e89dc;
	border-bottom: 1px solid #cbcccc;
	padding: 0 25px;
}

.search-result .head h4 {
	font-weight: bold;
	font-size: 16px;
	padding-right: 10px;
	display: inline-block;
	color: #fff;
}

.search-result .head img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.search-result .head a {
	color: #fff;
	float: right;
}

.search-result .inner {
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

.search-result .inner li {
	height: 47px;
	line-height: 47px;
	border-bottom: 1px dotted #ccc;
}

.search-result .inner a {
	padding-left: 39px;
	background: url(../images/obj3_a_bg.png) no-repeat 25px center;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
	float: left;
}

.search-result .inner a em {
	color: #ec0502;
}

.search-result .inner a:hover {
	color: #c00;
}

.search-result .inner span {
	float: right;
	padding-right: 10px;
	color: #999;
}

.x {
	height: 30px;
}

.xxgk-nav .list-item {
	margin-top: 2px;
}

.xxgk-nav .item-title {
	background: url(../images/xxgk_nav_l_arrow_right.png) no-repeat #f1f1f1 205px center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 43px;
}

.xxgk-nav .item-title:hover {
	background: url(../images/xxgk_nav_l_arrow_right.png) no-repeat #eee 205px center;
}

.xxgk-nav .item-title a {
	padding-left: 0;
	height: 40px !important;
	line-height: 40px !important;
	background-image: none !important;
	border-left: 0;
}

.xxgk-nav .item-title a:after {
	height: 0;
}

.xxgk-nav .item-title a:hover {
	border-left: 0 !important;
	color: #333;
	background-image: none;
	background: transparent;
}

.xxgk-nav .open {
	background: url(../images/xxgk_nav_l_arrow_down.png) no-repeat #f1f1f1 205px center;
}

.xxgk-nav .open:hover {
	background: url(../images/xxgk_nav_l_arrow_down.png) no-repeat #eee 205px center;
}

.xxgk-nav .item-content a {
	height: 40px !important;
	line-height: 40px !important;
	background-image: none !important;
	background-color: #fff !important;
	padding-left: 103px !important;
}

.xxgk-nav .item-content a:hover {
	background-image: none;
	background-color: #edf3f9 !important;
}

.xxgk-nav .item-content a:hover img {
	display: none;
}

.xxgk-nav .item-content a:hover img.hover {
	display: block;
}

.xxgk-nav .item-content a img {
	position: absolute;
	left: 74px;
	top: 8px;
}

.xxgk-nav .item-content a img.hover {
	display: none;
}

.xxgk-nav .item-content a.active {
	background-image: none;
	background-color: #edf3f9 !important;
}

.xxgk-nav .item-content a.active img {
	display: none;
}

.xxgk-nav .item-content a.active img.hover {
	display: block;
}

.xxgk-nav-search {
	width: 100%;
	height: 64px;
	padding-top: 25px;
	margin-top: 0;
	margin-bottom: 4px;
}

.xxgk-nav-search form {
	width: 700px;
}

.xxgk-nav-search .ipt-box div {
	float: left;
	display: inline-block;
	margin-right: 20px;
	min-width: 230px;
	_min-width: 230px;
	*min-width: 230px;
}

.xxgk-nav-search label {
	font-weight: normal !important;
	font-size: 16px;
	margin-right: 0;
	vertical-align: middle;
}

.xxgk-nav-search input {
	width: 150px;
	margin-right: 10px;
	outline: none;
	border: 0;
}

.xxgk-nav-search input:focus {
	outline: none;
}

.xxgk-nav-search button {
	float: right;
	height: 36px;
	outline: none;
}

.xxgk-nav-list .inner a {
	color: #333;
	padding-left: 5px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: none !important;
}

.xxgk-nav-list .inner a:hover {
	background: transparent;
}

.xxgk-nav-list .inner li {
	border-right: 0;
	height: 34px;
	line-height: 34px;
	float: left;
	text-align: center;
}

.xxgk-nav-list .inner .zx-head {
	background: #f6faff;
}

.xxgk-nav-list .inner .zx-head a {
	font-size: 16px;
	width: auto;
	padding-left: 0 !important;
}

.xxgk-nav-list .inner .zx-head .zx-head-type {
	background: url(../images/xxgk_nav_icon_list.png) no-repeat 24px center;
	width: 120px;
}

.xxgk-nav-list .inner .zx-head .zx-head-topic {
	background: url(../images/xxgk_nav_icon_list.png) no-repeat 154px center;
	width: 430px;
}

.xxgk-nav-list .inner .zx-head .zx-head-time {
	background: url(../images/xxgk_nav_icon_list.png) no-repeat 15px center;
	width: 130px;
}

.xxgk-nav-list .inner .zx-head .zx-head-reply {
	background: url(../images/xxgk_nav_icon_list.png) no-repeat 3px center;
	width: 100px;
}

.xxgk-nav-list .inner .zx-list {
	margin-top: 12px;
	margin-bottom: 50px;
}

.xxgk-nav-list .inner .zx-list li {
	height: 48px;
	line-height: 48px;
}

.xxgk-nav-list .inner .zx-list a {
	font-size: 15px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	padding-left: 0 !important;
}

.xxgk-nav-list .inner .zx-list .zx-item {
	border-bottom: 1px dotted #ccc;
}

.xxgk-nav-list .inner .zx-list .zx-item:hover {
	background: #e8f4fe;
}

.xxgk-nav-list .inner .zx-list .zx-item-type {
	width: 120px;
}

.xxgk-nav-list .inner .zx-list .zx-item-topic {
	width: 430px;
}

.xxgk-nav-list .inner .zx-list .zx-item-time {
	width: 130px;
}

.xxgk-nav-list .inner .zx-list .zx-item-reply {
	width: 100px;
}

.xxgk-nav-list .inner .zx-list .type2 {
	color: #f60;
}

.xxgk-zf a {
	background: none !important;
}

.xxgk-zf a:hover {
	background-image: none;
}

.xxgk-zf a:hover img {
	display: none;
}

.xxgk-zf a:hover img.hover {
	display: block;
}

.xxgk-zf a img {
	position: absolute;
	left: 40px;
	top: 18px;
}

.xxgk-zf a img.hover {
	display: none;
}

.xxgk-zf a.active {
	background-image: none;
}

.xxgk-zf a.active img {
	display: none;
}

.xxgk-zf a.active img.hover {
	display: block;
}

.xxgk-zf .last-item ul {
	background: #fff;
}

.xxgk-zf .last-item ul a {
	height: 38px;
	line-height: 38px;
}

.xxgk-zf .last-item ul a:hover {
	border-left: 3px solid #f5f5f5 !important;
	color: #c00;
}

.xxgkrightnr {
	height: auto;
	margin-top: 15px;
	font-size: 14px;
	padding: 0px 15px 10px 15px;
	line-height: 26px;
}

.xxgkrightnr h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

.xxgkrightnr p {
	text-indent: 2em;
}

.xxgkrightnr strong {
	font-weight: bold;
}

.xxgkml table {
	border: 1px solid #999;
}

.xxgkml a {
	background: none !important;
	line-height: 39px;
	height: 39px !important;
}

.xxgkml .last a {
	width: auto !important;
}

.fbh-index {
	background: #fff;
	padding: 0 10px;
}

.fbh-index .subnav {
	border-bottom: 3px solid #355e92;
	padding: 5px 0 10px 20px;
}

.fbh-index .fbh-detail {
	min-height: 600px;
}

.fbh-index .fbh-detail .title {
	color: #5293cb;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}

.fbh-index .fbh-detail .fbh-nav {
	background: #eaf5fc;
	padding: 5px 0;
	margin-bottom: 30px;
}

.fbh-index .fbh-detail .fbh-nav ul {
	width: 544px;
	margin: 0 auto;
}

.fbh-index .fbh-detail .fbh-nav li {
	width: 108px;
	text-align: center;
	float: left;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	border-right: 1px solid #fff;
}

.fbh-index .fbh-detail .fbh-nav li.last {
	border-right: 0;
}

.fbh-index .fbh-detail .fbh-nav li:hover a {
	color: #c00;
}

.fbh-index .fbh-detail .fbh-nav a {
	color: #333;
}

.fbh-index .fbh-detail .con {
	background: #f8fcfe;
	position: relative;
}

.fbh-index .fbh-detail .con .left {
	float: left;
	width: 356px;
	padding: 15px 0 0px 15px;
}

.fbh-index .fbh-detail .con .left img {
	width: 100%;
}

.fbh-index .fbh-detail .con .left p {
	text-align: center;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fbh-index .fbh-detail .con .right {
	float: right;
	width: 709px;
	font-size: 15px;
}

.fbh-index .fbh-detail .con .right div {
	line-height: 48px;
}

.fbh-index .fbh-detail .con .right div span {
	float: left;
	width: 60px;
	text-align: left;
	padding-right: 10px;
	padding-left: 30px;
}

.fbh-index .fbh-detail .con .right div p {
	float: right;
	display: inline-block;
	width: 598px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}

.fbh-index .fbh-detail .con .even {
	background: #fff;
}

.fbh-list .list a {
	background: url(../images/icon_square_hover2.jpg) no-repeat left center !important;
}

.app-header,
.app-bar-tab,
.app-footer {
	display: none;
}

.app-list-time {
	display: none;
}


/*# sourceMappingURL=main.css.map */


/* oldModel */

body.oldModel {
	background: url(../images/index_bg.png) repeat-x center 48px #fff;
	font-size: 28px;
}

.oldModel .topbar {
	height: 48px;
	line-height: 48px;
	font-size: 28px;
}

.oldModel .nav {
	height: 66px;
	line-height: 66px;
}

.oldModel .nav li,
.oldModel .nav li:hover {
	height: 66px;
}

.oldModel .nav a {
	font-size: 32px;
	background: none;
	padding-left: 0;
}

.oldModel .nav a:hover {
	background: #d7dfe9;
}

.oldModel .smsub {
	top: 66px;
	height: 485px;
}

.oldModel .subbarBox,
.oldModel .subbarBox .fr {
	height: 55px;
	line-height: 55px;
}

.oldModel .subbarBox .fl {
	font-size: 28px;
}

.oldModel .subbarBox .fr {
	font-size: 28px;
	padding-top: 0;
	width: 200px;
}

.oldModel .subbarBox .fr .weatherimg img {
	margin-top: 15px;
}

.oldModel .banner .scroll {
	width: 100%;
	height: 660px;
	margin-bottom: 35px;
}

.oldModel .banner .scroll .slideBox {
	width: 100%;
	height: 660px;
}

.oldModel .banner .scroll .slideBox .bd ul {
	height: 660px !important;
}

.oldModel .slideBox .bd li img {
	width: 1100px;
	height: 660px;
}

.oldModel .slideBox .bd p {
	box-sizing: border-box;
	width: 1100px;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
}

.oldModel .slideBox .bd p a {
	width: 850px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.oldModel .list {
	width: 100%;
}

.oldModel .banner .list .inner li {
	height: 64px;
	line-height: 64px;
	font-size: 32px;
}

.oldModel .banner .list .inner a {
	font-size: 32px;
	width: 880px;
}

.oldModel .banner .list .head {
	height: 64px;
}

.oldModel .banner .list .head a {
	width: 365px;
	height: 64px;
	line-height: 64px;
	font-size: 34px;
}

.oldModel .banner .list .head a:after {
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 14px solid #355e92;
	top: 64px;
	left: 47%;
}

.oldModel .plate-left {
	padding-top: 0px;
}

.oldModel .plate-left .list .head ul {
	height: 64px;
}

.oldModel .plate-left .list .head li {
	height: 64px;
	line-height: 64px;
	font-size: 34px;
	width: 190px;
}

.oldModel .plate-left .list .head li img {
	display: none;
}

.oldModel .plate-left .list .inner li {
	height: 64px;
	line-height: 64px;
	font-size: 32px;
}

.oldModel .plate-left .list .inner a {
	width: 680px;
	font-size: 32px;
}

.oldModel .service {
	height: auto;
}

.oldModel .service .head {
	height: 64px;
	line-height: 64px;
}

.oldModel .service .head h4 {
	width: 185px;
	font-size: 32px;
}

.oldModel .service .inner .service-item {
	width: 100%;
}

.oldModel .service .inner .service-item .item-head {
	height: 64px;
	line-height: 64px;
}

.oldModel .service .inner .service-item .item-head li {
	width: 240px;
	height: 64px;
	line-height: 64px;
	font-size: 32px;
}

.oldModel .service .inner .service-item .item-head li:after {
	bottom: -12px;
	border-left: 12px solid transparent;
	border-top: 12px solid #2a7cc0;
	border-right: 12px solid transparent;
}

.oldModel .service .inner .service-item .item-inner ul li:nth-child(5) img {
	margin-bottom: 0px;
}

.oldModel .service .inner .service-item .item-inner ul li a {
	width: 390px;
	height: 60px;
}

.oldModel .service .inner .service-item .item-inner ul p {
	width: 335px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	word-spacing: 40px;
}

.oldModel .service .inner .service-item .item-inner ul img {
	margin: 18px 15px;
}

.oldModel .service .inner .service-item .item-inner .service-list2 li {
	width: 100%;
	height: 56px;
	box-sizing: border-box;
}

.oldModel .service .inner .service-item .item-inner .service-list2 li a {
	width: 750px;
	height: 56px;
	line-height: 56px;
	font-size: 32px;
	padding: 0px;
}

.oldModel .service .inner .service-item .item-inner .service-list2 li span {
	height: 56px;
	line-height: 56px;
	font-size: 32px;
}

.oldModel .interaction .head {
	height: 64px;
	line-height: 64px;
}

.oldModel .interaction .head h4 {
	width: 185px;
	font-size: 32px;
}

.oldModel .interaction .inner .item-l {
	width: 100%;
}

.oldModel .interaction .inner .item-l .dt-txt,
.oldModel .interaction .inner .item-l .dt-txt h4 {
	width: 715px;
	font-size: 32px;
}

.oldModel .interaction .inner .item-l dt,
.oldModel .interaction .inner .item-l .dt-txt {
	height: 120px;
}

.oldModel .interaction .inner .item-l .dt-img {
	height: 120px;
	line-height: 120px;
}

.oldModel .interaction .inner .item-l .dt-txt h4 {
	margin: 18px 0 12px 0;
}

.oldModel .interaction .inner .item-l #marqueeBox {
	height: 300px;
}

.oldModel .interaction .inner .item-l li,
.oldModel .interaction .inner .item-l li a {
	height: 56px;
	line-height: 56px;
	font-size: 32px;
}

.oldModel .interaction .inner .item-l li a {
	width: 775px;
}

.oldModel .interaction .inner .item-r {
	margin-top: 15px;
	width: 100%;
}

.oldModel .interaction .inner .item-r li {
	width: 390px;
	height: 64px;
	line-height: 64px;
	font-size: 34px;
}

.oldModel .interaction .inner .item-r a {
	height: 64px;
	box-sizing: border-box;
}

.oldModel .interaction .inner .item-r span {
	width: 300px;
	height: 52px;
	line-height: 52px;
	font-size: 32px;
}

.oldModel .link .head {
	height: 64px;
	line-height: 64px;
}

.oldModel .link .head h4 {
	width: 180px;
	font-size: 32px;
}

.oldModel .footer {
	height: 320px;
}

.oldModel .footer .footer-img-l {
	left: 18px;
}

.oldModel .footer .footer-img-r {
	right: 0;
}

.oldModel .footer .pd {
	padding: 60px 0 0px;
	font-size: 28px;
}

.oldModel .footer a {
	font-size: 28px;
}

.oldModel .footer p {
	line-height: 48px;
	font-size: 28px;
}

.oldModel .obj1 .a_bg1 {
	height: 64px;
	line-height: 64px;
	font-size: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.oldModel .obj1 .a_bg2 {
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.oldModel .obj1 .a_bg2 img {
	top: 22px;
	left: 16px;
}

.oldModel .obj2 a {
	margin: 10px 0;
}

.oldModel .opc {
	top: 760px;
}

.oldModel .smsub .left dt {
	height: 56px;
	line-height: 56px;
	font-size: 32px;
}

.oldModel .smsub .left dt img {
	margin: 2px 14px 7px 28px;
}

.oldModel .nav-jgsz .left dd a {
	font-size: 28px;
	width: 107px;
	padding: 0;
}

.oldModel .smsub .center .detail .head {
	font-size: 32px;
}

.oldModel .nav-jgsz .center .detail {
	font-size: 28px;
}

.oldModel .smsub .center .detail a {
	font-size: 28px;
}

.oldModel .smsub .right .head li,
.oldModel .nav-jydt .yj-video .head,
.oldModel .nav-jydt .yj-list .head,
.oldModel .nav-jydt .yj-list .head li.active {
	height: 42px;
	line-height: 42px;
}

.oldModel .smsub .right .inner .sub-con a {
	height: 48px;
	line-height: 48px;
	font-size: 28px;
}

.oldModel .nav-jydt .yj-video .head h4 {
	width: 180px;
	font-size: 28px;
}

.oldModel .nav-jydt .yj-video .head a {
	font-size: 28px;
}

.oldModel .nav-jydt .yj-list .inner li {
	height: 38px;
	line-height: 38px;
}

.oldModel .nav-jydt .yj-list .head li {
	height: 42px;
	line-height: 42px;
	width: 120px;
	font-size: 28px;
}

.oldModel .nav-jydt .yj-list .inner a {
	width: 500px;
	font-size: 28px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.oldModel .nav-jydt .yj-list .inner span {
	font-size: 28px;
}

.oldModel .nav-jydt .yj-list .inner .more {
	width: 86px;
	font-size: 28px;
}

.oldModel .nav-xxgk .xxgk-nav,
.oldModel .nav-xxgk .gsgg {
	background: #5596CD;
}

.oldModel .nav-xxgk a {
	background: #F0F0F0;
}

.oldModel .nav-jgsz .right .inner .sub-con2 a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 300px;
}

.oldModel .nav-jgsz .right .inner .sub-con2 .more {
	text-align: right;
	margin-top: -50px;
}


/*oldModel jgsz */

.oldModel .list-con .right .subnav,
.oldModel .list-con .left h4,
.oldModel .list-con .left a {
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.oldModel .list-con .left h4,
.oldModel .con-detail .article h4 {
	font-size: 32px;
}

.oldModel .list-con .subnav,
.oldModel .list-con .left a,
.oldModel .f16 {
	font-size: 28px;
}

.oldModel .list-con .right .subcon .sub_jytld .ld-list-item {
	height: 180px;
}

.oldModel .f20 {
	font-size: 36px;
}

.oldModel .list-con .right .subcon .sub_jytzn .cont {
	font-size: 30px;
}

.oldModel .list-con .right .subcon .sub_jytzn .cont .btn-box a,
.oldModel .con-detail .article .tac a {
	width: 250px;
	height: 48px;
	line-height: 48px;
	font-size: 32px;
}

.oldModel .con-detail .article .tac a img {
	vertical-align: middle;
}

.oldModel .list-con .right .subcon .sub_cszc .cont1 .hap-listCols .head {
	height: 52px;
	line-height: 52px;
}

.oldModel .list-con .right .subcon .sub_cszc .cont1 .hap-listCols .head h4,
.oldModel .f18,
.oldModel .con-detail .article .det {
	font-size: 28px;
}

.oldModel .list-con .right .subcon .sub_cszc .cont1 a {
	width: 45%;
	line-height: 56px;
	font-size: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.oldModel .list-con .right .subcon .sub_zsdw .zsdw-item .cont1 a,
.oldModel .list-con .right .subcon .sub_zsxx .zsxx-item .cont1 a {
	font-size: 28px;
}

.oldModel .list-con .right .list {
	box-sizing: border-box;
}

.oldModel .list-con .right .list li,
.oldModel .list-con .right .list a,
.oldModel .list-con .right .list span {
	height: 52px;
	line-height: 52px;
	font-size: 28px;
}

.oldModel .list-con .right .subcon .sub_cszz .cont1 a {
	line-height: 64px;
	min-width: 365px;
	font-size: 28px;
}

.oldModel .con-detail .detail-nav {
	font-size: 28px;
}

.oldModel .other-art .inner a {
	width: 80%;
}

.oldModel.jlhd .right .list a {
	width: 70%;
}

.wza-box {
	position: absolute;
	top: -40px;
	right: 0;
}

.wza-box a {
	display: block;
	float: right;
	height: 33px;
	line-height: 33px;
	padding: 0 16px;
	font-size: 18px;
	letter-spacing: 0.32px;
}

.wza-box a.wza {
	background: #fff;
	color: #F76B00;
	border: 1px solid #FC740D;
	border-radius: 2px 0px 0px 2px;
}

.wza-box a.oldman {
	background: #F79600;
	color: #fff;
	border: 1px solid #F79600;
	border-radius: 0px 2px 2px 0px;
}

.oldModel .subbar .subbarBox {
	padding: 0;
}

.oldModel .smsub span {
	font-size: 28px !important;
}

.oldModel .smsub .left {
	width: 310px;
	margin: 40px 5px 0;
}
