﻿@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	background: #fff;
	line-height: 32px;
	color: #333;
	overflow-x: hidden;
	max-width: 1920px;
	margin: 0 auto;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
.dompc {
	display: block;
}
.dommobile {
	display: none;
}
a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover {
	color: #17579f;
	text-decoration: none;
}
.clear {
	clear: both;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.imgbg {
	background: no-repeat center center;
	background-size: cover;
}
.imgbg img {
	opacity: 0;
}
/*20230130addweihui*/
/*导航*/
.menubg {
	width: 100%;
	clear: both;
	margin: 0 auto;
	height: 55px;
	background: #17579f;
	z-index: 99;
}
.menubg ul li {
	float: left;
}
.menubg ul li {
	font-size: 20px;
	display: block;
	color: #fff;
	position: relative;
	float: left;
	text-align: left;
	text-indent: 61px;
	font-weight: bold;
	margin: 0px 6px;
	display: block;
}
.menubg ul li a {
	line-height: 55px;
	height: 55px;
	display: block;
	color: #fff;
	width: 187px;
}
.menubg ul li:nth-child(1) a {
	background: url(../images/c01.png) no-repeat 23px center;
	background-size: 35px;
	width: 137px;
}
.menubg ul li:nth-child(2) a {
	background: url(../images/c02.png) no-repeat 23px center;
	background-size: 35px;
}
.menubg ul li:nth-child(3) a {
	background: url(../images/c03.png) no-repeat 31px center;
	background-size: 35px;
	width: 243px;
	text-indent:70px;
}
.menubg ul li:nth-child(4) a {
	background: url(../images/c05.png) no-repeat 23px center;
	background-size: 35px;
}
.menubg ul li:nth-child(5) a {
	background: url(../images/c06.png) no-repeat 23px center;
	background-size: 35px;
}
.menubg ul li:nth-child(6) a {
	background: url(../images/c04.png) no-repeat 23px center;
	background-size: 35px;
}
.tabbg {
	width: 100%;
	background: #f7f7f7;
	margin-top: 100px;
	height: 500px;
}


.w1200 {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
.tabs {
	top: -47px;
	position: relative;
	z-index: 6;
	height: 60px;
	overflow: hidden;
	font-size: 24px;
	margin: 0 auto;
	position: relative;
	margin-left: -21px;
}
.tabs a {
	color: #17579f;
	cursor: pointer;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin-left: 21px;
	width: 279px;
	display: block;
	float: left;
	text-align: center;
	padding-left: 40px;
	position: relative;
	background: url(../images/tab.png) no-repeat top center;
}
.tabs a.active {
	color: #fff;
	background: url(../images/taba.png) no-repeat top center;
}
.tabs a:nth-child(1) i {
	background: url(../images/tabicon.png) no-repeat 25px -16px;
	width: 86px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.tabs a.active:nth-child(1) i {
	background: url(../images/tabicon.png) no-repeat 25px -115px;
}
.tabs a:nth-child(2) i {
	background: url(../images/tabicon.png) no-repeat -290px -16px;
	width: 96px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.tabs a.active:nth-child(2) i {
	background: url(../images/tabicon.png) no-repeat -290px -115px;
}
.tabs a:nth-child(3) i {
	background: url(../images/tabicon.png) no-repeat -590px -16px;
	width: 90px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.tabs a.active:nth-child(3) i {
	background: url(../images/tabicon.png) no-repeat -590px -115px;
}
.tabs a:nth-child(4) i {
	background: url(../images/tabicon.png) no-repeat -890px -16px;
	width: 90px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.tabs a.active:nth-child(4) i {
	background: url(../images/tabicon.png) no-repeat -890px -115px;
}
.topbg {
	width: 100%;
	background: url(../images/topbg.jpg) no-repeat top center;
	height: 261px;
}
.top_l {
	width: 330px;
	float: left;
	font-size: 46px;
	color: #2b3e93;
	font-weight: bold;
	padding: 30px 0px;
}
.top_l a {
	color: #2b3e93;
}
.search-box {
	width: 465px;
	float: right;
	padding-top: 75px;
	margin-right: 60px;
}
.sousuo {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #ffffff;
	border-radius: 6px;
	padding: 0px 0px 0px 10px;
	box-sizing: border-box;
}
.sousuo input[type="text"] {
	appearance: none;
	-moz-appearance: none;
	border: none;
	width: 348px;
	-webkit-appearance: none;
	outline: none;
	font-size: 16px;
	background: none;
	color: #666;
}
.serbb {
	float: right;
	color: #fff;
	background: url(../images/serb.png) #17579f no-repeat 11px center;
	background-size: 27px 27px;
	width: 104px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding-left: 30px;
	border-radius: 0px 3px 3px 0px;
	border-width: 0px;
	font-size: 22px;
	cursor: pointer;
}
.top_r {
	width: 320px;
	float: right;
}
.lunbo_l {
	width: 649px;
	float: left;
	height: 437px;
	overflow: hidden;
	position: relative;
}
.lunbo_r {
	width: 526px;
	float: right;
	overflow: hidden;
}
#tabs-container01 img {
	width: 649px;
	height: 437px;
	display: block;
}
.tabs02 {
	height: 63px;
	font-size: 22px;
	margin: 0 auto;
	position: relative;
	line-height: 63px;
	z-index: 99;
	margin: 0 auto;
	top: -15px;
}
.tabs02:before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 100px;
	background: #b3b3b3;
	z-index: 6;
	width: 1px;
	height: 20px;
}
.tabs02 li {
	color: #5e6c7a;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 30px;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
}
.tabs02 li.on {
	color: #17579f;
}
.tabs02 li.on a {
	color: #17579f;
}
.tabs02 li.on:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 12px;
	margin-left: -6px;
	z-index: 6;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #17579f;
}
.tabs01 {
	height: 53px;
	font-size: 22px;
	margin: 0 auto;
	position: relative;
	line-height: 43px;
	z-index: 99;
	margin: 0 auto;
	border-bottom: 1px solid #efefef;
}
.tabs01 li {
	color: #333;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 38px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	height: 53px;
}
.tabs01 li.on {
	color: #17579f;
	font-weight: bold;
}
.tabs01 li.on a {
	color: #17579f;
}
.tabs01 li:before {
	content: "";
	position: absolute;
	bottom: 0px;
	z-index: 6;
	width: 0;
	left: 50%;
	height: 4px;
	background: #17579f;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.tabs01 li.on:before {
	content: "";
	position: absolute;
	bottom: 0px;
	z-index: 6;
	width: 100%;
	left: 0px;
	height: 4px;
	background: #17579f;
}
.offi_content {
	margin: 0 auto;
}
.blank50 {
	height: 50px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	height: 20px;
	clear: both;
	overflow: hidden;
}
.blank30 {
	height: 30px;
	clear: both;
	overflow: hidden;
}
.yy_head {
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0px 5px;
	padding-top: 25px;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yy_head a {
	color: #17579f;
}
.yys_head a {
	line-height: 26px;
	color: #666;
}
.yys_head a:hover {
	color: #17579f;
}
.synews {
	width: 100%;
	padding-top: 12px;
	clear: both;
}
.synews li {
	clear: both;
	height: 42px;
	line-height: 42px;
	width: 100%;
	text-align: left;
	position: relative;
}
.synews li:before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0px;
	background: #cad0d6;
	width: 4px;
	height: 4px;
}
.synews li a {
	width: 80%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 17px;
}
.date {
	float: right;
	width: 20%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
/*底部*/
.bottombg {
	width: 100%;
	clear: both;
	background: #f7f7f7;
	color: #575757;
	padding: 0px 0px 0px;
	text-align: center;
	line-height: 32px;
	font-size: 15px;
	border-top: 5px solid #17579f;
}
.linkbg {
	background: #fff;
	height: 66px;
	clear: both;
	padding-top: 13px;
}
.friendly-link {
	width: 20%;
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin-right: 2.66%;
	text-indent: 19px;
}
.friendly-link p {
	color: #5c80b0;
	cursor: pointer;
	height: 39px;
	background: #fff;
	line-height: 39px;
	padding-bottom: 0px;
	position: relative;
	font-size: 16px;
}
.friendly-link p:before {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 10px;
	z-index: 6;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid #7f9fcb;
}
.friendly-link-ul {
	position: absolute;
	bottom: 40px;
	left: 0px;
	text-indent: 30px;
	background: #fff;
	width: 100%;
	display: none;
	color: #000000;
	z-index: 20;
	text-align: left;
}
.friendly-link-ul a {
	color: #868686;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
}
.friendly-link-ul li:hover {
	background: #17579f;
	cursor: pointer;
}
.friendly-link-ul li:hover a {
	color: #fff;
}
ul.friendly-link-ul {
	max-height: 340px;
	overflow-y: auto;
}
div ul .friendly-link {
	line-height: 30px;
}
ul.friendly-link-ul {
	line-height: 32px;
}
ul.friendly-link-ul a {
	width: 100%;
}
.ztzlbg {
	width: 1200px;
	margin: 20px auto 0px;
	height: 123px;
	clear: both;
	background: #f0f4fa;
	position: relative;
}
.titleyy {
	position: absolute;
	font-size: 20px;
	padding: 16px 10px 0px 35px;
	text-align: center;
	height: 142px;
	line-height: 26px;
	color: #2b3e93;
	padding-left: 15px;
	width: 60px;
	background: url(../images/zt01.png) no-repeat top center;
	color: #fff;
	font-weight: bold;
	left: 8px;
	top: -14px;
}
.fw-left, .fw-right {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	width: 19px;
	height: 56px;
	cursor: pointer;
	z-index: 6;
}
.fw-right {
	left: 0px;
	background: url(../images/left01.png) center no-repeat;
}
.fw-left {
	right: 0px;
	background: url(../images/right01.png) center no-repeat;
}
.fw-left02, .fw-right02 {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	width: 19px;
	height: 56px;
	cursor: pointer;
	z-index: 6;
}
.fw-right02 {
	left: 0px;
	background: url(../images/left02.png) center no-repeat;
}
.fw-left02 {
	right: 0px;
	background: url(../images/right02.png) center no-repeat;
}
#tabs-container02 {
	float: right;
	width: 1088px;
	margin-right: 17px;
	padding-top: 14px;
}
#tabs-container02 img {
	width: 255px;
	height: 92px;
}
#tabs-container03 .swiper-slide {
	width: 284px;
	height: 176px;
}
#tabs-container03 img {
	width: 284px;
	height: 176px;
}
.tswf {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #17579f;
	padding: 40px 0px 31px;
	position: relative;
}
.tswf:before {
	content: "";
	width: 498px;
	height: 1px;
	background: #6b94c2;
	position: absolute;
	top: 55px;
	left: 0px;
}
.tswf:after {
	content: "";
	width: 498px;
	height: 1px;
	background: #6b94c2;
	position: absolute;
	top: 55px;
	right: 0px;
}
.tswf i:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #6b94c2;
	position: absolute;
	top: 52px;
	left: 498px;
}
.tswf i:after {
	content: "";
	width: 7px;
	height: 7px;
	background: #6b94c2;
	position: absolute;
	top: 52px;
	right: 498px;
}
.w1200_box {
	padding: 40px 0px;
	width: 1200px;
	margin: 0 auto;
}
.footmenu {
	font-weight: bold;
	padding-bottom: 12px;
	font-size: 16px;
}
.foot_l {
	float: left;
	margin-top: 40px;
	margin-left: 80px
}
.foot_m {
	float: left;
	width: 780px;
	margin-left: 20px
}
.foot_r {
	float: left;
	width: 200px;
	margin-top: 40px;
	margin-left: 0px
}
.fixright {
	position: fixed;
	right: 5px;
	bottom: 20px;
	z-index: 666;
	width: 66px;
	background: #f0f4fa;
	border-radius: 10px;
	text-align: center;
	padding: 15px 0px 35px;
}
.app_ul {
	position: relative;
	width: 66px;
	float: left;
	cursor: pointer;
	font-size: 14px;
	color: #17579f;
	margin-top: 20px;
}
.icon01 {
	background: url(../images/icon_08.png) no-repeat top center;
	background-size: 38px auto;
	padding-top: 32px;
}
.icon02 {
	background: url(../images/icon_10.png) no-repeat top center;
	padding-top: 32px;
	background-size: 38px auto;
}
.icon03 {
	background: url(../images/icon_12.png) no-repeat top center;
	line-height: 21px;
	padding-top: 40px;
	background-size: 38px auto;
}
.icon04 {
	background: url(../images/icon_144.png) no-repeat top center;
	line-height: 21px;
	padding-top: 40px;
	background-size: 41px auto;
}
.app_box {
	display: none;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	right: 70px;
}
.app_box img {
	display: block;
	border: 0 none;
	max-width: 100%;
}
.app_ul:hover .app_box {
	display: block;
}
.wxwb {
	padding-top: 10px;
	float: left;
}
.rb {
	float: right;
}
.wxwb li {
	float: left;
	margin-right: 10px;
	color: #4488C7;
}
.wxwb li a {
	color: #17579f;
}
.wxwb li a:hover {
	color: #333;
}
.info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 45px;
	line-height: 45px;
	background: rgba(0,0,0,.6);
	color: #fff;
	padding: 0px 10px;
	box-sizing: border-box;
	width: 100%;
	padding-right: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*政务服务*/
.f24 {
	font-size: 24px;
}
.zxft {
	width: 763px;
	float: left;
}
.zxft_r {
	width: 375px;
	float: right;
	background: #f3f6fe;
	padding: 18px 26px;
	height: 320px;
	border-radius: 12px;
}
.xpxxgk_title {
	border-bottom: 1px solid #efefef;
	height: 50px;
	line-height: 38px;
	font-size: 20px;
	color: #363636;
	clear: both;
}
.title2022 {
	color: #1658a0;
	border-bottom: 4px solid #17579f;
	float: left;
	height: 50px;
	font-weight: bold;
	font-size: 22px;
}
.more2022 {
	float: right;
	font-size: 16px;
	padding-top: 2px;
}
.demotop {
	width: 100%;
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
}
.demotop_l {
	float: left;
	width: 360px;
	height: 240px;
}
.demotop_r {
	float: left;
	width: 380px;
	float: right;
	font-size: 16px;
	line-height: 34px;
}
.demotop_l a {
	margin-top: 0px;
}
.demotop_l img {
	float: left;
	width: 283px;
	padding: 0px 20px 20px 0px;
}
.tttj_ul {
	padding-top: 10px;
	clear: both;
	position: relative;
	margin-left: -21px;
}
.tttj_ul li {
	float: left;
}
.tttj_ul li a {
	float: left;
	width: 151px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e2e9f5;
	color: #17579f;
	background: #fff;
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
	border-radius: 7px;
	margin-left: 21px;
	font-weight: bold;
}
.tttj_ul li a:hover {
	border: 1px solid #17579f;
}
.yc-zmhd-left table td {
	margin: 0;
	padding: 0;
	border: 1px solid #dbeaf3;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.hblist {
	width: 100%;
	overflow: hidden;
}
.yc-zmhd-left table td {
	margin: 0;
	padding: 0;
	border: 1px solid #dbeaf3;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.yc-zmhd-left table {
	height: auto;
}
.yc-zmhd-left table a {
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yc-zmhd-left table td {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yc-zmhd-left thead tr {
	height: 40px;
	color: #3272b9;
	font-weight: bold;
}
.yc-zmhd-left tbody tr {
	color: #666;
	height: 20px;
	line-height: 20px;
}
.yc-zmhd-left {
	/* width: 800px; */
	float: left;
	overflow: hidden;
}
.yc-zmhd-left table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 600px;
	font-family: "微软雅黑";
	text-align: center;
}
.hblist table {
	margin: 0 auto;
	margin-top: 20px;
}
.right_re {
	text-align: center;
}
#pager {
	padding-top: 20px;
	clear: both;
}
.xxxx_l {
	width: 830px;
	float: left;
	padding-top: 20px;
}
.xxxx_r {
	width: 320px;
	float: right;
	padding-top: 30px;
	position: relative;
}
.btn_xx a {
	float: left;
	width: 319px;
	height: 100px;
	line-height: 100px;
	color: #1658a0;
	font-size: 22px;
	margin-bottom: 16px;
	background: url(../images/ddkbg20.png) no-repeat 0px 0px;
	background-size: cover;
	border-radius: 5px;
	text-transform: uppercase;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	font-weight: bold;
}
.cx_chy {
	border-radius: 12px;
	background: #f3f6fe;
	height: 270px;
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding: 26px;
}
.cx_chysy {
	border-radius: 8px;
	background: #fff;
	width: 368px;
	height: 152px;
	clear: both;
	margin-top: 20px;
	padding: 10px 16px;
	margin-left: 36px;
	position: relative;
}
.cxbtn {
	clear: both;
}
.cxbtn a {
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 7px;
	background: #17579f;
	border-radius: 6px;
	text-transform: uppercase;
}
.cxbtn a:hover {
	background: #2367b3;
}
.zhuti_input {
	width: 100%;
	float: left;
}
.zhuti_inputl {
	height: 34px;
	line-height: 30px;
	font-weight: bold;
}
.zhuti_inputr {
	width: 100%;
	height: 50px;
}
.serctt {
	width: 100%;
	color: #959595;
	margin: 0px;
	float: left;
	padding: 0px 3px;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	border: 1px solid #e6e6e6;
	-moz-appearance: none;
	border: none;
	-webkit-appearance: none;
	outline: none;
}
.w50 {
	width: 47.5%;
	float: left;
}
.bluebg {
	background: #f6f8fe;
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 36px 0px 50px;
}
.bluebg .xpxxgk_title {
	border-bottom: 1px solid #dfe8f4;
}
.zxft_r .xpxxgk_title {
	border-bottom: 1px solid #dfe8f4;
}
.ttalb_lbb {
	width: 54px;
	text-align: center;
	float: left;
	padding-top: 7px;
}
.bwx_ul .ttalb_lbb {
	width: 100%;
	text-align: center;
}
.bwx_ul .ttalb_lbb img {
	width: 56px;
}
.bwx_ul .ttalb_r {
	width: 100%;
	text-align: center;
}
.ttalb_lbb img {
	width: 28px;
}
.ttalb_r {
	width: 80px;
	text-align: left;
	float: left;
}
.cbtn01 {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	float: left;
	margin: 20px 30px 0px 40px;
}
/*列表页*/
.content_nyl {
	width: 280px;
	float: left;
}
.content_nyr {
	width: 866px;
	float: right;
	overflow: hidden;
}
.left_top {
	font-size: 24px;
	color: #FFF;
	height: 65px;
	line-height: 65px;
	background: url(../images/lefttop.png) no-repeat top center;
	text-align: center;
	position: relative;
	font-weight: bold;
	border-radius: 4px;
}
.jzqnav {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-bottom: 100px;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
}
.jzqnav li a {
	line-height: 55px;
	margin-top: 2px;
	height: 55px;
	width: 100%;
	display: block;
	color: #333;
	background: #f7f7f7;
	border-radius: 3px;
	height: auto;
	display: block;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	position: relative;
	padding-left: 53px;
	box-sizing: border-box;
}
.jzqnav li a:hover {
	color: #17579f;
	background: url(../images/lm_libg.png) #f1f6fc no-repeat 240px 21px;
}
.jzqnav li.nomal a {
	color: #17579f;
	font-weight: bold;
	background: url(../images/lm_libg.png) #f1f6fc no-repeat 240px 21px;
}
.posi {
	text-indent: 38px;
	background: url(../images/home.png) no-repeat 5px 23px;
	background-size: 26px auto;
	float: left;
	color: #333;
	padding: 20px 0px;
	height: 75px;
}
.content_nyr .synews li:nth-child(6n) {
	height: 66px;
	border-bottom: 1px #eaeaea dashed;
	margin-bottom: 21px;
	background: none !important;
	padding: 0;
}
.content_nyr .synews {
	padding-top: 18px;
}
.fenye {
	clear: both;
	padding: 10px 0px 60px 0px;
	text-align: center;
	float: right;
	overflow: hidden;
}
.fenye span {
	border: 1px solid #e1e1e1;
	background: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 9px;
	border-radius: 3px;
}
.fenye span:hover {
	background: #17579f;
	color: #fff;
	border: 1px solid #17579f;
}
.fenye span:hover a {
	background: #17579f;
	color: #fff;
}
/*详情页*/
.nybox {
	width: 100%;
	margin: 0 auto;
	clear: both;
	background: #f2f2f2;
	overflow: hidden;
}
.wh_wrap {
	width: 1200px;
	padding: 0px 77px 30px;
	background: #fff;
	margin: 0 auto;
	clear: both;
}
.newsshow {
	width: 1060px;
	margin: 0 auto;
	padding-top: 20px;
}
.news_title {
	color: #333333;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 44px;
	padding: 25px 0px 5px;
	clear: both;
}
.xian {
	border-bottom: 1px solid #e3e3e3;
	height: 56px;
	margin-top: 3px;
	text-align: center;
	color: #666;
	font-size: 15px;
}
.hit {
	color: #333;
	margin-right: 40px;
}
.box01 {
	padding: 30px 0px;
	clear: both;
	font-size: 16px !important;
	color: #333;
	line-height: 32px !important;
	text-align: justify;
}
.box01 p {
}
.box01 img {
	max-width: 800px;
	display: block;
	text-align: center;
	margin: 12px auto;
}
.about {
	padding-top: 8px;
	clear: both;
	clear: both;
	width: 100%;
}
.about_l {
	float: left;
	margin-left: 11px;
	width: 119px;
	padding-top: 9px;
}
.about_m {
	line-height: 39px;
	float: left;
	margin-left: 60px;
	width: 670px;
}
.about_m a {
	color: #17579f;
}
.about_r {
	float: right;
	color: #333f91;
	margin-left: 15px;
	width: 260px;
}
.about_ul {
	padding-top: 10px;
	clear: both;
	position: relative;
}
.about_ul li {
	float: left;
}
.about_ul li a {
	float: left;
	width: 260px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #17579f;
	color: #17579f;
	background: #fff;
	text-align: center;
	margin-bottom: 14px;
	font-size: 20px;
	border-radius: 7px;
}
.thab_l {
	width: 80px;
	text-align: center;
	float: left;
	padding-top: 0px;
}
.thab_r {
	width: 170px;
	text-align: left;
	float: left;
}
.zmhd {
	clear: both;
}
.zmhd_l {
	width: 760px;
	float: left;
}
.zmhd_r {
	width: 416px;
	float: right;
	position: relative;
	top: -26px;
}
.szxxsy {
	height: 45px;
	width: 100%;
	background: #e0e7ee;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
}
.szxx_l {
	width: 70%;
	float: left;
	text-indent: 30px;
}
.szxx_m {
	width: 15%;
	float: left;
	text-align: center;
}
.szxx_r {
	width: 15%;
	float: left;
	text-align: center;
}
.zmhd .synews li a {
	width: 85%;
}
.zmhd .synews li span {
	width: 15%;
	text-align: center;
	float: left;
}
.zmhd .synews li span.blzt {
	color: #17579f;
}
.bwx_ul {
	padding-top: 10px;
	clear: both;
	position: relative;
}
.bwx_ul li {
	float: left;
}
.bwx_ul li a {
	float: left;
	width: 100px;
	height: 100px;
	line-height: 20px;
	border: 1px solid #17579f;
	background: #fff;
	text-align: center;
	margin-top: 22px;
	font-size: 16px;
	border-radius: 7px;
	margin-left: 35px;
}
.cx_chysy .zhuti_inputl {
	float: left;
	width: 30%;
	line-height: 38px;
	height: 38px;
	font-weight: 400;
}
.cx_chysy .zhuti_inputr {
	float: left;
	width: 70%;
	height: 45px;
}
.sercttts {
	background: #eff3f8;
	border-radius: 3px;
	border: 0px;
}
.xjcx {
	font-size: 20px;
	font-weight: bold;
	color: #17579f;
	padding-bottom: 10px;
}
.thy_l {
	width: 266px;
	float: left;
}
.thy_r {
	width: 63px;
	float: right;
}
.thy_r a {
	width: 63px;
	height: 81px;
	background: url(../images/cxs1.png) #17579f no-repeat 15px 11px;
	display: block;
	padding-top: 43px;
	border: 6px;
	color: #fff;
	border-radius: 6px;
	text-align: center;
}
.mailsz {
	position: absolute;
	right: 20px;
	top: 5px;
}
.mailsz a {
	width: 125px;
	line-height: 34px;
	font-weight: bold;
	height: 34px;
	background: url(../images/cxs2.png) no-repeat 10px 2px;
	border: 1px solid #17579f;
	display: block;
	border-radius: 6px;
	color: #17579f;
	border-radius: 6px;
	text-indent: 23px;
	text-align: center;
}
.zfxxgk_l {
	width: 264px;
	float: left;
}
.zfxxgk_m {
	width: 450px;
	float: left;
	margin-left: 40px;
}
.zfxxgk_m .tabs01 {
	border-bottom: 1px solid #e4e4e4;
}
.zfxxgk_l .thab_l {
	padding-top: 9px;
	width: 56px;
	margin-left: 11px;
}

.zfxxgk_m .synews li a {
	width: 96%;
}
.zfxxgk_r {
	width: 416px;
	height: 388px;
	background: #fff;
	float: right;
}
.gkmu {
	height: 68px;
	line-height: 68px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: #e2eaf5;
	color: #17579f;
}
.zfxxgk_r .zdly {
	float: left;
	padding: 10px 10px;
}
.zfxxgk_r .zdly a {
	float: left;
	width: 89px;
	height: 70px;
	padding: 10px 0px;
	margin: 13px 5px;
	font-size: 15px;
	color: #222222;
	text-align: center;
}
.zfxxgk_r .zdly a i.iconfont {
	float: left;
	width: 100%;
	font-size: 26px;
	color: #17579f;
}
.zfxxgk_r .zdly a span {
	display: inline-block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zwfw_l .tabs02:after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 220px;
	background: #b3b3b3;
	z-index: 6;
	width: 1px;
	height: 20px;
}
.zwfw_l {
	width: 755px;
	float: left;
}
.zwfw_r {
	width: 413px;
	float: right;
}
.bwx01_ul {
	padding-top: 10px;
	clear: both;
	position: relative;
	background: #fff;
	height: 340px;
	width: 100%;
}
.bwx01_ul li {
	float: left;
}
.bwx01_ul li a {
	float: left;
	width: 93px;
	height: 100px;
	line-height: 20px;
	text-align: center;
	margin-top: 3px;
	font-size: 16px;
	border-radius: 7px;
	margin-left: 35px;
	color: #17579f;
}
.zwfw_l .bwx01_ul li a {
	float: left;
	width: 93px;
	height: 100px;
	line-height: 20px;
	text-align: center;
	margin-top: 3px;
	font-size: 16px;
	border-radius: 7px;
	margin-left: 28px;
	color: #17579f;
}
.bwx01_ul .ttalb_lbb {
	width: 100%;
	text-align: center;
}
.bwx01_ul .ttalb_lbb img {
	width: 58px;
}
.bwx01_ul .ttalb_r {
	width: 100%;
	text-align: center;
}
.vip_fw {
	color: #17579f;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 30px;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
	height: 63px;
	font-size: 22px;
	margin: 0 auto;
	top: -17px;
	line-height: 63px;
}
.vip_fw:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 12px;
	margin-left: -6px;
	z-index: 6;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #17579f;
}
.bumen_ul {
	width: 820px;
	padding: 5px 0;
	margin-left: -5px;
}
.bumen_ul li a {
	float: left;
	width: 142px;
	line-height: 54px;
	text-align: center;
	margin: 10px 5px;
	background-color: #fff;
	border: 1px solid #eeeeee;
}
.curs {
	cursor: pointer;
}
.zt_list {
	clear: both;
	text-align: left;
	line-height: 23px;
	padding-top: 26px;
}
.zt_list li {
	width: 31.9%;
	margin-right: 2%;
	height: 250px;
	float: left;
	background: #f7f7f7;
	margin-bottom: 30px;
}
.zt_list li:nth-child(3n) {
	margin-right: 0px;
	float: right;
}
.zt_list .kbimg {
	width: 100%;
	height: 193px;
	overflow: hidden;
}
.zt_list li a .xximg {
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	height: 100%;
}
.zt_list li a:hover .xximg {
	transform: scale(1.1, 1.1);
}
.xximg {
	width: 100%;
	height: 193px;
}
.kb_title {
	clear: both;
	padding: 12px 15px 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kb_time {
	clear: both;
	padding: 0px 15px;
	font-size: 14px;
	color: #999999
}
.marb0 li {
	position: relative;
}
.marb0 .kbimg {
	position: relative;
}
.marb0 .video {
	width: 44px;
	height: 44px;
	background: url(../images/video.png) no-repeat top center;
	background-size: 44px auto;
	margin-top: -22px;
	margin-left: -22px;
}
.newspad {
	padding: 40px 0px 60px;
	clear: both;
	overflow: hidden;
}
.bluebgnews {
	width: 100%;
	padding: 40px 0px 50px 0px;
	clear: both;
	background: url(../images/bgnew.jpg) no-repeat bottom center;
	overflow: hidden;
}
.bigs:before {
	width: 441px;
}
.bigs:after {
	width: 441px;
}
.bigs i:before {
	left: 441px;
}
.bigs i:after {
	right: 441px;
}
.bigm:before {
	width: 418px;
}
.bigm:after {
	width: 418px;
}
.bigm i:before {
	left: 418px;
}
.bigm i:after {
	right: 418px;
}
.padtop0 {
	padding-top: 6px;
}
.menuchy {
	position: relative;
	margin-left: -30px;
	overflow: hidden;
	padding-top: 6px;
}
.menuchy li a {
	float: left;
	width: 216px;
	height: 62px;
	line-height: 62px;
	border: 1px solid #e2e9f5;
	color: #333;
	background: #fff;
	text-align: center;
	margin-bottom: 18px;
	font-size: 18px;
	border-radius: 3px;
	margin-left: 30px;
}
.menuchy li a:hover {
	border: 1px solid #17579f;
}
.ld_l {
	width: 320px;
	height: 436px;
	float: left;
	background: #f3f6fe;
	padding: 20px;
}
.ld_title {
	font-size: 22px;
	font-weight: bold;
	color: #17579f;
	text-align: center;
	padding-bottom: 15px;
}
.ld_m {
	width: 536px;
	float: left;
	margin-left: 38px;
}
.ld_r {
	width: 264px;
	float: right;
}
.ld_r .thab_l {
	padding-top: 9px;
	width: 56px;
	margin-left: 11px;
}

.ld_r .about_ul li a {
	margin-bottom: 20px;
}
.gkmenu a {
	font-size: 20px;
	font-weight: bold;
	line-height: 54px;
	margin-left: -40px;
}
.gkmenu {
	position: relative;
	margin-left: -36px;
	padding-bottom: 50px;
	overflow: hidden;
	text-align: center;
	padding-top: 8px;
}
.gkmenu li i.iconfont {
	margin-right: 5px;
}
.gkmenu li {
	background: url(../images/bbc.jpg) no-repeat top center;
	width: 272px;
	height: 69px;
	border-radius: 4px;
	margin-left: 36px;
	float: left;
	margin-bottom: 16px;
	padding-top: 6px;
}
.gkmenu .iconfont {
	background: #17579f;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 28px;
	float: left;
	line-height: 54px;
	margin-left: 36px;
}
.szimg {
	position: relative;
	width: 141px;
	margin: 0 auto;
	height: 181px;
}
.szimg img {
	width: 100%;
}
.infosz {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 18px;
	text-align: center;
	line-height: 29px;
	background: #17579f;
	color: #ffffff;
	font-weight: bold;
}
.ldcymenu {
	color: #5e6c7a;
	padding-top: 23px;
	line-height: 28px;
}
.ldcymenu a {
	color: #1658a0;
	margin-right: 8px;
}
.ldcymenu a:hover {
	color: #ed2b25;
}
a.morepp {
	position: absolute;
	right: 0px;
	font-size: 16px;
}
.zjwhui_l {
	width: 580px;
	float: left;
	background: url(../images/bgsb.jpg) no-repeat bottom center;
	height: 344px;
}
.zjwhui_r {
	width: 566px;
	height: 344px;
	float: right;
}
.ab_intro {
	clear: both;
	padding-top: 26px;
	line-height: 36px;
}
.ab_intro p {
	text-indent: 32px;
}
.ab_intro span {
	color: #ed2b25;
}
#tabs-container039 .swiper-slide {
	width: 566px;
	height: 344px;
}
#tabs-container039 img {
	width: 566px;
	height: 344px;
}
.video {
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../images/video.png) no-repeat top center;
	background-size: 36px auto;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	margin-left: -18px;
	z-index: 6;
}
.zjwhui_r .video {
	width: 72px;
	height: 72px;
	background: url(../images/video.png) no-repeat top center;
	background-size: 72px auto;
	margin-top: -36px;
	margin-left: -36px;
}
.zjwhui_r .info {
	text-align: center;
	font-size:18px;
	font-weight:bold;
	padding-right:0px;
}
@media screen and (min-width: 1000px) {
.menubg ul li:hover {
	background: #ed2b25;
}
}

.gosite {
  position: fixed;
  right: 5px;
  bottom: 40px;
  z-index: 6;
}
a.top img {
  cursor: pointer;
}
.ztboxs{
	width:1200px;
	clear:both;
	margin:0px auto;
	padding-top:20px;
}
.ztboxs  img{
	width:100%;
	display:block;
}
.fu_title {
	font-size: 20px;
	padding: 2px 60px;
	color: #666;
	text-align: center;
	line-height: 36px;
	width: 80%;
	margin: 0 auto;
}
	