/* 公用 */
body,
html {
	overflow-x: hidden;
}

.zwgk .title {
	padding: 5px;
}

.title {
	font-size: 20px;
	font-weight: bold;
	margin: 25px 0 25px 0;
}

.title>p {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #D6DEE8;
}

.title>p>a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

.more a {
	float: right;
    overflow: hidden;
    display: block;
    /* border: 1px solid #e5e5e5;
	color: #999999; */
	border-radius: 20px;
	background-color: #9fcff3;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 12px;
    margin-top: 3px;
    text-decoration: none;
	font-weight: normal;
}

.more a:hover {
	background-color: #9fcff3;
    color: #ffffff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.news_body .active {
    animation: Slideleft-column 0.8s ease-in-out forwards 0s 1 normal;
	-webkit-animation: Slideleft-column 0.8s ease-in-out forwards 0s 1 normal;
	-moz-animation: Slideleft-column 0.8s ease-in-out forwards 0s 1 normal;
	-ms-animation: Slideleft-column 0.8s ease-in-out forwards 0s 1 normal;
	-o-animation: Slideleft-column 0.8s ease-in-out forwards 0s 1 normal;
    z-index: 55;
	
}

.news_body .move-active {
    animation: Slideright-column 0.8s ease-in-out forwards 0s 1 normal;
	-webkit-animation: Slideright-column 0.8s ease-in-out forwards 0s 1 normal;
	-moz-animation: Slideright-column 0.8s ease-in-out forwards 0s 1 normal;
	-ms-animation: Slideright-column 0.8s ease-in-out forwards 0s 1 normal;
	-o-animation: Slideright-column 0.8s ease-in-out forwards 0s 1 normal;
    z-index: 33;
	
}

.hdjl_body .active {
    animation: Slideleft-column 0.8s ease-in-out forwards 0s 1 normal;
	-webkit-animation: Slideleft-column 0.8s ease-in-out forwards 0s 1 normal;
	-moz-animation: Slideleft-column 0.8s ease-in-out forwards 0s 1 normal;
	-ms-animation: Slideleft-column 0.8s ease-in-out forwards 0s 1 normal;
	-o-animation: Slideleft-column 0.8s ease-in-out forwards 0s 1 normal;
    z-index: 55;
}

.hdjl_body .move-active {
    animation: Slideright-column 0.8s ease-in-out forwards 0s 1 normal;
	-webkit-animation: Slideright-column 0.8s ease-in-out forwards 0s 1 normal;
	-moz-animation: Slideright-column 0.8s ease-in-out forwards 0s 1 normal;
	-ms-animation: Slideright-column 0.8s ease-in-out forwards 0s 1 normal;
	-o-animation: Slideright-column 0.8s ease-in-out forwards 0s 1 normal;
    z-index: 33;
}

/* header-phone */
.search-box {
	display: none;
}

.fixed_xf,
.fixed_item,
.float-right {
	display: none;
}

.header_phone {
	background-color: #005293;
	height: 66px;
	position: relative;
}

.header_phone_bg {
	background-color: #ddecf9;
	height: 66px;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	z-index: -1;
}

.header_phone_search {
	padding: 20px 0;
	text-align: center;
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
	background-color: #FFFFFF;
	transition: all 0.5s;
	right: -100%;
}

.header_phone_input {
	border: 1px solid #ECEDEC;
	width: 75%;
	height: 40px;
	outline: none;
	line-height: initial;
	padding: 10px 15px;
	-webkit-appearance: none;
	/*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 点击高亮的色彩*/
	vertical-align: middle;
	font-size: 16px;
}

.header_phone_button {
	margin-left: -5px;
	background-color: #005293;
	width: 50px;
	height: 40px;
	border: 1px solid #005293;
	outline: none;
}

.header_phone_button img {
	width: 17px;
	height: 18px;
}

.cover {
	position: absolute;
	left: 0px;
	top: 65px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	/*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
	height: 5000px;
	filter: alpha(opacity=100);
	/*设置透明度为100%*/
	opacity: 1;
	/*非IE浏览器下设置透明度为100%*/
	z-Index: 999;
	display: none;
}

.header_phone_list {
	position: absolute;
	top: 65px;
	z-index: 9999;
	width: 100%;
	background-color: #FFFFFF;
	display: none;
	transition: all 0.5s;
	right: -100%;
	overflow: auto;
	height: auto;
}

.header_phone_list ul {
	list-style: none;
}

.header_phone_list>ul>li {
	width: 100%;
}

.header_phone_list>ul>li>div {
	font-size: 20px;
	color: #3a3a3a;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #ececec;
	padding: 0 10px;
}

.header_phone_list>ul>li>div>img {
	float: right;
	overflow: hidden;
	margin-top: 18px;
	width: 9px;
}

.header_phone_list>ul>li>div>a {
	color: #3a3a3a;
	text-decoration: none;
	width: 94%;
    display: inline-block;
}

.header_phone_list>ul>li>ul {
	padding: 0;
	display: none;
}

.header_phone_list>ul>li>ul>li>div {
	height: 48px;
	line-height: 48px;
	display: block;
	font-size: 20px;
	color: #3a3a3a;
	border-bottom: 1px solid #ECECEC;
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出的显示省略号*/
	overflow: hidden;
	/*超出部分隐藏*/
}

.header_phone_list>ul>li>ul>li>div>img {
	margin-left: 20px;
}

.header_phone_list>ul>li>ul>li>div>a {
	color: #3a3a3a;
	text-decoration: none;
}

.header_phone_list>ul>li>ul>li>ul {
	padding: 0;
	display: block;
}

.header_phone_list>ul>li>ul>li>ul>li>a {
	color: #3a3a3a;
	font-size: 20px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #ECECEC;
	display: block;
	padding-left: 50px;
	text-decoration: none;
}

.header_PC {
	display: none;
}

.header_logo {
	float: left;
	overflow: hidden;
	line-height: 66px;
	width: 80%;
}

.header_logo img {
	max-width: 100%;
}

.header_search {
	float: right;
	overflow: hidden;
	line-height: 66px;
	width: 10%;
}

.header_search img {
	width: 50%;
	margin-left: 50%;
}

.header_menu {
	float: right;
	overflow: hidden;
	line-height: 66px;
	width: 10%;
}

.header_menu img {
	width: 50%;
	margin-left: 50%;
}

/* news */
.news_left {
	margin-top: 30px;
}

.banner_swiper1 .swiper-slide a {
	display: block;
}

.banner_swiper1 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper_title {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	z-index: 20;
	bottom: -10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.swiper_title span {
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 20px;
	display: block;
}

.pagination1 {
	position: absolute;
	bottom: -25px;
	width: 100%;
	z-index: 99;
	height: 50px;
	line-height: 50px;
	text-align: right;
	padding-right: 20px;
}

.pagination1 .swiper-pagination-switch {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	behavior: url(/web2021/PIE.htc);
	border: 1px solid #ffffff;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.pagination1 .swiper-pagination-switch.swiper-active-switch {
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.news_right {
	margin-top: 15px;
}

.news_tab {
	list-style: none;
	height: 28px;
	border-bottom: 1px solid #d6dee8;
}

.news_tab li {
	margin-left: -40px;
	cursor: pointer;
}

.news_tab li span {
	float: left;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	cursor: pointer;
}

.news_tab li>a {
	float: right;
	overflow: hidden;
	display: block;
	border-radius: 20px;
	/* border: 1px solid #e5e5e5;
	color: #999999; */
	background-color: #9fcff3;
	color: #ffffff;
	padding: 2px 10px;
	font-size: 12px;
	/* margin-top: 5px; */
	text-decoration: none;
}

.news_tab li>a:hover {
	background-color: #9fcff3;
	color: #ffffff;
}

.news_tab li span a {
	text-decoration: none;
	color: #666666;
}

.news_tab li span a:hover {
	text-decoration: none;
	color: #005293;
}

.news_body {
	position: relative;
	height: 288px;
}

.news_list {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
	background-color: #ffffff;
	width: 100%
}

.news_list a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	display: block;
	position: relative;
	height: 36px;
	line-height: 36px;
}

.news_list a:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	behavior: url(/web2021/PIE.htc);
	bottom: 50%;
	left: 0;
	margin: auto;
	background-color: #a3a3a3;
}

.news_list_text {
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
	display: block;
	float: left;
	overflow: hidden;
}

.news_list_time {
	float: right;
	overflow: hidden;
}


/* 政务公开 */
.zwgk {
	padding: 0px 10px;
}

.zwgk .container .row .col-xs-6 {
	padding: 5px;
}

.zwgk a {
	text-decoration: none;
	cursor: default;
}

.zwgk_icons {
	text-decoration: none;
	color: #333333;
	display: block;
}

.zwgk_icons:visited {
	color: #333333;
}

.zwgk_icons:hover {
	color: #005293
}

.zwgk_icons div {
	border: 1px solid #005293;
	/* text-align: center; */
	height: 80px;
	/* line-height: 80px; */
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 18px 10px;
}

#img001,#img002,#img003,#img004,#img005,#img006,#img007,#img008,#img009,#img010,#img011,#img012,#img013,#img014,#img015,#img016,#img017,#img018,#img019,#img020,#imgmore {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover {
	background-color: #005293;
}

.zwgk_icons div:hover span {
	color: #ffffff;
}

.zwgk_icons div:hover #icons001 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img001 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons002 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img002 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons003 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img003 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons004 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img004 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons005 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img005 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons006 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img006 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons007 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img007 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons008 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img008 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons009 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img009 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons010 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img010 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons011 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img011 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons012 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img012 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons013 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img013 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons014 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img014 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons015 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img015 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons016 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img016 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons017 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img017 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons018 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img018 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons019 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img019 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #icons020 {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #img020 {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div:hover #iconsmore {
	position: absolute;
    visibility: hidden;
    z-index: 0;
}

.zwgk_icons div:hover #imgmore {
	position: static;
    visibility: visible;
    z-index: 10;
}

.zwgk_icons div img {
	margin-right: 15px;
	float: left;
	overflow: hidden;
}

.zwgk_icons div span {
	line-height: 22px;
}

.hdjl_zxft_text_left p {
	margin: 0;
}

.marginTop {
	display: block;
	margin-top: 10px;
}

.Margintop {
	margin-top: 0px;
}

.line22 {
	line-height: 22px !important;
}

.zwgk_icons p {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	cursor: pointer;
}

/* 政务服务 */
.gdzffww-phone {
	display: block;
}

.gdzffww-pc {
	display: none;
}

.zwfw_left_bg1 {
	background-color: #005293;/* #fc612b */
	float: left;
	overflow: hidden;
	width: 20%;
	/* height: 200px;
	padding-top: 30px; */
	height: 170px;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

.zwfw_left_bg1 div img {
	width: 50%;
}

.left_img {
	width: 50%;
	margin-left: 25%;
}

.zwfw_jianju {
	margin-top: 10px;
}

.zwfw_jianju p {
	width: 50%;
	margin-left: 25%;
	font-size: 12px;
}

.zwfw_jianju a {
	display: block;
	width: 50%;
	margin-left: 25%;
	text-decoration: none;
}

.zwfw_left_bg2 {
	background-color: #2474b3;/* #FA813C */
	float: left;
	overflow: hidden;
	width: 20%;
	/* height: 200px;
	padding-top: 30px; */
	height: 170px;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

.zwfw_left_bg2 div img {
	width: 50%;
}

.zwfw_left_bg3 {
	background-color: #448fcc;/* #FDA350 */
	float: left;
	overflow: hidden;
	width: 20%;
	/* height: 200px;
	padding-top: 30px; */
	height: 170px;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

.zwfw_left_bg3 div img {
	width: 50%;
}

.zwfw_left_bg4 {
	background-color: #7cb8e9;/* #F5BA6A */
	float: left;
	overflow: hidden;
	width: 20%;
	/* height: 200px;
	padding-top: 30px; */
	height: 170px;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

.zwfw_left_bg4 div img {
	width: 50%;
}

.zwfw_left_bg5 {
	background-color: #a4cdee;/* #FED287 */
	float: left;
	overflow: hidden;
	width: 20%;
	/* height: 200px;
	padding-top: 30px; */
	height: 170px;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

.zwfw_left_bg5 div img {
	width: 50%;
}

.zwfw_right {
	margin-top: 10px;
}

.zwfw_right ul {
	list-style: none;
	border-bottom: 1px solid #D6DEE8;
	height: 40px;
}

.zwfw_right ul li span {
	float: left;
	overflow: hidden;
	margin-left: -40px;
	font-size: 22px;
	font-weight: bold;
	color: #005293;
}

.zwfw_right ul li a {
	float: right;
	overflow: hidden;
	display: block;
	border: 1px solid #e5e5e5;
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
}

.zwfw_right ul li a:hover {
	color: #005293;
}

.zwfw_list a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.zwfw_list a:hover {
	color: #005293;
}

.zwfw_list_text {
	float: left;
	overflow: hidden;
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zwfw_list_time {
	float: right;
	overflow: hidden;
}

.zwfw_img {
	margin-top: 10px;
	display: block;
}

.zwfw_img img {
	width: 100%;
	height: 100%;
}

.jg1 {
	margin-top: 2px;
}

.jg2 {
	margin-top: 4px;
}

/* 发展改革工作 */
.fzgggz_left {
	margin-bottom: 30px;
}

.fzgggz_left ul {
	list-style: none;
	height: 18px;
	margin-left: -40px;
}

.fzgggz_left ul li img {
	float: left;
	overflow: hidden;
	margin-left: -40px;
}

.fzgggz_left ul li span {
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #005293;
}

.fzgggz_left ul li a {
	float: right;
	overflow: hidden;
	display: block;
	font-size: 12px;
	padding: 2px 5px;
	text-decoration: none;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
    border: 1px solid #cccccc;
}

.fzgggz_left ul li a:hover {
	color: #005293;
}

.fzgggz_list a {
	color: #333333;
	font-size: 14px;
	display: block;
	border-bottom: 1px dashed #e5e5e5;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-decoration: none;
}

.fzgggz_list a:hover {
	color: #005293;
	text-decoration: none;
}

.fzgggz_list a:last-child {
	border-bottom: 1px solid #FFFFFF;
}

.fzgggz_list_text {
	float: left;
	overflow: hidden;
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* padding: 0 10px; */
}

.fzgggz_list_time {
	float: right;
	overflow: hidden;
}

.fzgggz_right ul {
	list-style: none;
	height: 18px;
	margin-left: -40px;
}

.fzgggz_right ul li img {
	float: left;
	overflow: hidden;
	margin-left: -40px;
}

.fzgggz_right ul li span {
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #005293;
}

.fzgggz_right ul li a {
	float: right;
	overflow: hidden;
	display: block;
	font-size: 12px;
	padding: 2px 5px;
	text-decoration: none;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	border: 1px solid #cccccc;
}

.fzgggz_right ul li a:hover {
	color: #005293;
}

/* 互动交流 */
.hdjl_left ul {
	list-style: none;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d6dee8;
	/* margin-top: 10px; */
}

.hdjl_left ul li {
	margin-left: -40px;
}

.hdjl_left ul li img {
	float: left;
	overflow: hidden;
}

.hdjl_left ul li span {
	float: left;
	overflow: hidden;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #005293;
	margin-right: 10px;
}

.hdjl_left ul li a {
	float: left;
	overflow: hidden;
	display: block;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.hdjl_left ul li #more {
	display: none;
}

.hdjl_zxft {
	position: relative;
	display: block;
	color: #333333;
}

.hdjl_zxft:visited {
	color: #333333;
}

.hdjl_zxft:hover {
	color: #333333;
}

.hdjl_zxft_bf {
	position: absolute;
	left: 45%;
	top: 30%;
}

.hdjl_zxft_bf img {
	width: 40px;
	height: 40px;
}

.hdjl_zxft_time {
	position: absolute;
	top: 10px;
	background-color: #005293;
	border-radius: 0 10px 10px 0;
	behavior: url(/web2021/PIE.htc);
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
}

.hdjl_zxft_img img {
	width: 100%;
	height: 100%;
}

.hdjl_zxft_text {
	background-color: rgba(0, 0, 0, 0.6);
	/* height: 60px; */
	font-size: 14px;
	padding: 5px 5px;
	position: absolute;
    bottom: 0;
	width: 100%;
	display: none;
}

.hdjl_zxft_text_left {
	float: left;
	overflow: hidden;
	background-color: #4096db;
	/* width: 50px;
	height: 50px; */
	text-align: center;
	color: #FFFFFF;
	padding: 4px;
	border-radius: 4px;
}

.hdjl_zxft_text_right {
	padding-top: 4px;
	padding-left: 73px;
	font-size: 12px;
	color: #FFFFFF;
}

.hdjl_zxft_text_right p {
	/* height: 36px; */
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin: 0;
}

.hdjl_right ul {
	list-style: none;
	margin-top: 30px;
	height: 35px;
	border-bottom: 1px solid #d6dee8;
}

.hdjl_right ul li {
	margin-left: -40px;
}

.hdjl_right ul li img {
	float: left;
	overflow: hidden;
	margin-left: -40px;
}

.hdjl_right ul li span {
	float: left;
	overflow: hidden;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #005293;
	margin-top: 5px;
}

.hdjl_right ul li a {
	float: right;
	overflow: hidden;
	display: block;
	padding: 2px 10px;
	/* color: #999999; */
	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
	background-color: #9fcff3;
	color: #ffffff;
	border-radius: 20px;
}

#tab_zxtsdf span {
	margin-left: 10px;
}

.hdjl_right_list {
	width: 100%;
}

.hdjl_right_list_tab {
	background-color: #9fcff3;/* #EDECED */
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.hdjl_right_list_body a span {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
}

.hdjl_right_list_body a:hover span {
	color: #005293;
}

.hdjl_right_list_body a {
	position: relative;
	height: 40px;
	line-height: 40px;
	display: block;
}

.hdjl_right_list_body .body-list:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	behavior: url(/web2021/PIE.htc);
	bottom: 40%;
	left: 0;
	margin: auto;
	background-color: #a3a3a3;
}

.tab1,
.tab2,
.tab3,
.tab4 {
	float: left;
	overflow: hidden;
}

.body1 {
	margin-left: 10px;
}

.tab1,
.body1 {
	width: 70%;
}

.body2 {
	text-align: center;
	margin-left: -10px;
	padding-left: 10px;
}

.tab2,
.body2 {
	width: 30%;
}

.tab3,
.tab4,
.body3,
.body4 {
	display: none;
}

.zxtsdf-tab-bh{
	display: inline-block;
	width: 15%;
	text-align: center;
	overflow: hidden;
}
.zxtsdf-tab-wt{
	display: inline-block;
	width: 60%;
	text-align: center;
	overflow: hidden;
}
.zxtsdf-tab-lx{
	display: inline-block;
	width: 21%;
	text-align: center;
	overflow: hidden;
}
.zxtsdf-body{
	color: #333333;
	font-size: 16px;
	display: block;
	position: relative;
	line-height: 40px;
}
.zxtsdf-body:hover{
	color: #005293;
}
.zxtsdf-body-bh{
	display: inline-block;
    width: 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
}
.zxtsdf-body-wt{
	display: inline-block;
    width: 62%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zxtsdf-body-lx{
	display: inline-block;
    width: 21%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
}

#zxtsdf {
	display: none;
}

.icons_bg {
	float: left;
	overflow: hidden;
	width: 49%;
	text-align: center;
	margin-top: 10px;
	margin-right: 2%;
}

.hide-r,
.icons_bg_last {
	margin-right: 0;
}

.icons_bg a {
	display: block;
	border: 1px solid #d5e6ff;
	background-color: #f4f9ff;
	/* padding-top: 5px; */
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	padding: 8px;
}

.icons_bg img {
	/* width: 32px;
	height: 32px; */
	margin: 10px 0;
	/* margin-right: 5px; */
	/* margin-left: -30px; */
}

.icons_bg a span {
	display: block;
}

/* 专题专栏 */
.banner_swiper2 .swiper-slide a img {
	width: 100%;
}

.banner_swiper2 .swiper-slide {
	box-sizing: border-box;
	position: relative;
}

.zuoyou {
	display: none;
}

.prev1 {
	position: absolute;
	left: -20px;
	top: 50%;
	cursor: pointer;
}

.next1 {
	position: absolute;
	right: -14px;
	top: 50%;
	cursor: pointer;
}

/* footer */
.footer {
	text-align: center;
	border-top: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	margin-top: 25px;
	/* margin-bottom: 15px; */
	padding-top: 22px;
	font-size: 14px;
}

.footer p {
	color: #747474;
}

.footer p a {
	color: #747474;
	text-decoration: none;
}

.foot_text_link {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0px 55px;
}

.nar-left {
	margin-left: 30px;
}

.zwfw_img2 img {
	width: 100%;
	height: 100%;
}

.spjgpt-pc {
	display: none;
}

.spjgpt-phone {
	display: block;
}

.title img {
	display: none;
}

.zwgk .container .row .col-xs-6:nth-child(11) {
	display: none;
}
.zwgk .container .row .col-xs-6:nth-child(12) {
	display: none;
}
.zwgk .container .row .col-xs-6:nth-child(13) {
	display: none;
}
.zwgk .container .row .col-xs-6:nth-child(14) {
	display: none;
}
.zwgk .container .row .col-xs-6:nth-child(15) {
	display: none;
}

.hdjl-zxft-bottom {
    background-color: #edeced;
    padding: 5px;
    height: 70px;
}

.hdjl-zxft-bottom-left {
	width: 50px;
	height: 50px;
    background-color: #4096db;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    float: left;
    overflow: hidden;
    padding: 5px;
    margin-top: 5px;
}

.hdjl-zxft-bottom-right {
    margin-left: 60px;
    padding: 5px;
    height: 62px;
    overflow: hidden;
}

.index_20da_box {
    background: none;
}
.index_20da_box_a {
}
.index_20da_box_a img {
}
.index_20da_box_a .img1{
    display: none;
}
.index_20da_box_a .img2{
    width: 100%;
    max-width: 100%;
}
.index_20da {
    max-width: 1340px;
}

@media print{
     a[href]:after {
          content: none !important;
     }
     .noprint{
           display:none
     }
 }

@media (min-width: 359px) {
	.zwgk_icons p {
	    font-size: 14px;
	}
}

@media (min-width: 344px) and ( max-width: 374px) {
	.mt {
		display: block;
		margin-top: 10px;
	}
}

@media (min-width: 370px) {
	.news_tab {
		height: 35px;
	}
}

@media (min-width: 375px) {
	.hdjl_zxft_bf img {
		width: 50px;
		height: 50px;
	}

	.Margintop {
		display: block;
		margin: 10px;
	}
}

@media (min-width: 390px) {
	.zwfw_jianju p {
		font-size: 14px;
	}
}

@media (min-width: 414px) {
	/* .news_tab {
		height: 45px;
	} */
}

@media (min-width: 500px) {
	.hdjl-zxft-bottom {
		height: 90px;
		padding: 5px 10px;
	}

	.hdjl-zxft-bottom-left {
		width: 70px;
		height: 70px;
		font-size: 24px;
		padding: 2px;
	}

	.hdjl-zxft-bottom-right {
		padding-top: 10px;
		margin-left: 80px;
		font-size: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 70px;
	}
}

@media (min-width: 540px) {
	.zwgk_icons {
		margin-top: 30px;
	}

	.Margintop {
		margin: 0;
	}

	.news_body {
		height: 368px;
	}

	/* 公用 */
	.title {
		font-size: 24px;
	}

	.more a {
		font-size: 16px;
    	padding: 3px 15px;
	    margin-top: 5px;
	}

	/* header-phone */
	.header_phone {
		height: 112px;
	}

	.header_phone_bg {
		height: 112px;
	}

	.header_logo,
	.header_search,
	.header_menu {
		line-height: 112px;
	}

	.cover {
		top: 112px;
	}

	.header_phone_list {
		top: 122px;
	}

	.header_search {
		display: block;
	}

	/* news */
	.swiper_title {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}

	.pagination1 {
		bottom: -20px;
	}

	.news_tab {
		height: 45px;
		/* margin-bottom: 25px; */
	}

	.news_tab li span {
		font-size: 24px;
	}

	.news_tab li>a {
		font-size: 16px;
		padding: 3px 15px;
		margin-top: 5px;
	}

	.news_list a {
		font-size: 20px;
		height: 46px;
		line-height: 46px;
	}

	.news_list a:hover {
		color: #005293;
	}

	.news_list_text {
		width: 75%;
	}

	.zwfw_list_text {
		width: 75%;
	}

	.fzgggz_list_text {
		width: 75%;
	}

	/* 政务公开 */
	.zwgk {
		padding: 0;
	}

	.zwgk .title {
		padding: 0px 15px;
	}

	.zwgk .container .row .col-xs-6 {
		padding: 0 15px;
	}

	.zwgk_icons div {
		height: 80px;
		/* line-height: 80px; */
		background-color: #FFFFFF;
		padding: 18px 20px;
	}

	.zwgk_icons div img {
		width: 40px;
		height: 40px;
		margin-right: 15px;
		float: left;
		overflow: hidden;
	}

	.zwgk_icons div span {
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #333333;
		line-height: 40px;
	}

	.line22 {
		line-height: 22px !important;
	}

	.marginTop {
		display: block;
		margin-top: 0px;
	}

	.zwgk_icons p {
		font-size: 20px;
	}

	/* 政务服务 */
	.zwfw_left_bg1,
	.zwfw_left_bg2,
	.zwfw_left_bg3,
	.zwfw_left_bg4,
	.zwfw_left_bg5 {
		height: 290px;
		padding-top: 45px;
	}

	.zwfw_jianju {
		margin-top: 44px;
	}

	.zwfw_jianju p {
		font-size: 14px;
	}

	.jg1 {
		margin-top: 3px;
	}

	.jg2 {
		margin-top: 5px;
	}

	.zwfw_right ul {
		height: 50px;
	}

	.zwfw_right ul li span {
		font-size: 32px;
	}

	.zwfw_right ul li a {
		font-size: 16px;
		margin-top: 5px;
	}

	.zwfw_right ul li a:hover {
		font-size: 16px;
		margin-top: 5px;
	}

	.zwfw_list a {
		font-size: 20px;
		height: 46px;
		line-height: 46px;
	}

	/* 发展改革工作 */
	.fzgggz_left ul {
		margin-top: 20px;
		height: 50px;
	}

	.fzgggz_left ul li span {
		font-size: 22px;
		margin-top: 0;
	}

	.fzgggz_right ul li span {
		font-size: 22px;
		margin-top: 0;
	}

	.fzgggz_list a {
		font-size: 20px;
		height: 46px;
		line-height: 46px;
	}

	.fzgggz_right ul {
		margin-top: 20px;
		height: 50px;
	}

	.fzgggz_left ul li a {
		padding: 5px 15px;
		margin-top: 0;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
	}

	.fzgggz_right ul li a {
		font-size: 14px;
		padding: 3px 15px;
		margin-top: 0;
	}

	/* 互动交流 */
	#tab_zxtsdf span {
		margin-left: 20px;
	}

	/* .hdjl_left ul {
		height: 45px;
	} */

	.hdjl_left ul li span {
		/* font-size: 24px; */
		margin-top: 0;
	}

	.hdjl_left ul li a {
		/* font-size: 16px;
		padding: 5px 15px;
		margin-top: 0; */
	}

	.hdjl_zxft,
	.hdjl_right_list {
		margin-top: 20px;
	}

	.hdjl_zxft_time {
		top: 50px;
		width: 125px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		border-radius: 0 20px 20px 0;
		behavior: url(/web2021/PIE.htc);
		text-align: center;
	}

	.box {
		margin-bottom: 0px;
	}

	.hdjl_zxft_text {
		/* height: 96px; */
		padding: 10px 10px;
	}

	.hdjl_zxft_text_left {
		font-size: 22px;
		/* width: 80px;
		height: 80px; */
	}

	.hdjl_zxft_text_right {
		padding-top: 10px;
		padding-left: 100px;
		font-size: 20px;
	}

	.hdjl_zxft_text_right p {
		/* height: 60px; */
		overflow: hidden;
	}

	.hdjl_right ul {
		margin-top: 30px;
		/* height: 46px; */
	}

	.hdjl_right ul li span {
		/* font-size: 24px; */
		margin-top: 0px;
	}

	.hdjl_right ul li a {
		font-size: 16px;
		padding: 3px 15px;
		margin-top: 0px;
		/*border-radius: 20px;
		behavior:url(/web2021/PIE.htc);*/
	}

	.hdjl_right_list {
		font-size: 20px;
	}

	.hdjl_right_list_body a {
		height: 46px;
		line-height: 46px;
	}

	.list-tab {
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		margin-bottom: 20px;
	}

	.list-body {
		font-size: 20px;
		line-height: 40px;
	}

	.zxtsdf-tab{
		height: 50px;
	    font-size: 20px;
	    line-height: 50px;
	    margin-bottom: 20px;
	}
	.zxtsdf-body {
	    font-size: 20px;
	    line-height: 40px;
	}
	.zxtsdf-tab-bh{
		width: 10%;
	}
	.zxtsdf-tab-wt{
		width: 67%;
	}
	.zxtsdf-body-bh{
		width: 10%;
	}
	.zxtsdf-body-wt{
		width: 69%;
	}

	/* .icons_bg img {
		width: 31px;
		height: 31px;
	} */

	.icons_bg a {
		font-size: 14px;
	}

	/* 专题专栏 */
	.banner_swiper2 .swiper-slide {
		padding: 0px 0px 0px 10px;
	}

	.banner_swiper2 .swiper-slide-active {
		margin-left: -7px;
	}

	/* footer */
	.footer {
		font-size: 16px;
	}

	.foot_text_link {
		font-size: 18px;
	}

}

@media (min-width: 620px) {

	.zwfw_jianju p {
		font-size: 16px;
	}

	#tab_zxtsdf span {
		margin-left: 40px;
	}

	.hdjl_zxft_bf img {
		width: 60px;
		height: 60px;
	}

}

@media (min-width: 768px) {
	.zwgk .container .row .col-xs-6:nth-child(10) {
		display: none;
	}

	.hdjl_zxft_text {
		padding: 12px 20px;
	}

	.hdjl_zxft_text_left {
		/* padding: 0;
		width: 70px;
		height: 70px; */
	}

	.hdjl_zxft_text_left p {
		margin: 0;
	}

	.header_phone_input {
		width: 540px;
		height: 60px;
	}

	.header_phone_button {
		width: 90px;
		height: 60px;
	}

	.header_phone_button img {
		width: 34px;
		height: 36px;
	}

	.header_phone_list>ul>li>div {
		font-size: 26px;
		height: 60px;
		line-height: 60px;
	}

	.header_phone_list>ul>li>ul>li>div {
		font-size: 26px;
		height: 60px;
		line-height: 60px;
	}

	.header_phone_list>ul>li>ul>li>ul>li>a {
		font-size: 26px;
		height: 60px;
		line-height: 60px;
		padding-left: 120px;
	}

	.news_left {
		margin-top: 40px;
	}

	.header_phone_list>ul>li>div>img {
		margin-top: 25px;
	}

	.header_phone_list>ul>li>ul>li>div>img {
		margin-left: 60px;
	}

	.pagination1 .swiper-pagination-switch {
		width: 12px;
		height: 12px;
	}

	.pagination1 .swiper-pagination-switch.swiper-active-switch {
		background-color: #ffffff;
	}

	.hdjl_right_list_tab {
		height: 48px;
		line-height: 48px;
		margin-bottom: 10px;
	}

	.hdjl_zxft,
	.hdjl_right_list {
		margin-top: 30px;
	}

	.hdjl_zxft_bf img {
		width: 80px;
		height: 80px;
	}

	.tab3,
	.tab4,
	.body3,
	.body4 {
		display: block;
	}

	.tab1,
	.body1 {
		width: 55%;
	}

	.body1 {
		margin-left: 20px;
	}

	.body2 {
		margin-left: -20px;
		padding-left: 20px;
	}

	.tab2,
	.body2 {
		width: 18%;
		text-align: center;
	}

	.tab3,
	.tab4,
	.body3,
	.body4 {
		width: 13.5%;
		text-align: center;
	}

	.zwfw_left_bg1 {
		width: 19%;
	}

	.zwfw_left_bg2 {
		width: 20%;
		margin-left: 1px;
	}

	.zwfw_left_bg3 {
		width: 20%;
		margin-left: 1px;
	}

	.zwfw_left_bg4 {
		width: 20%;
		margin-left: 1px;
	}

	.zwfw_left_bg5 {
		width: 20%;
		margin-left: 1px;
	}

	.img {
		width: 50px !important;
		height: 50px !important;
	}

	.juxing {
		width: 20px !important;
		height: 3px !important;
	}

	.jiantou {
		width: 25px !important;
		height: 25px !important;
	}

	.jg1,
	.jg2 {
		margin-top: 0;
	}

	.icons_bg {
		width: 17.9%;
		margin-right: 2.6%;
		padding: 0;
		margin-top: 10px;
	}

	.icons_bg_last {
		margin-right: 0;
	}

	.icons_bg img {
		/* width: 32px;
		height: 32px; */
		margin-left: 0;
	}

	.nar-left {
		margin-left: 70px;
	}

}

@media (min-width: 992px) {

	.index_20da_box {
		background: url(/web2021/20221015_20da_bg.jpg) top center no-repeat;
		overflow: hidden;
	}
	.index_20da_box_a {
		
	}
	.index_20da_a{
		max-width: 1280px;
		margin: 0 auto;
		height: 180px;
	}
	.index_20da_box_a {
		float: right;
		margin-top: 40px;
	}
	.index_20da_box_a .img1{
		display: block;
	}
	.index_20da_box_a .img2{
		display: none;
	}
	.index_20da {
		margin: 0 auto;
		max-width: 1340px;
		background-color: #fff;
	}


	.title img {
		display: inline-block;
	}

	.more a {
		border: 1px solid #e5e5e5;
		color: #999999;
		background-color: rgba(255, 255, 255, 0);
	}

	.zwgk_icons {
		margin-top: 10px;
	}

	.zwgk .container .row .col-xs-6:nth-child(10) {
		display: block;
	}
	.zwgk .container .row .col-xs-6:nth-child(11) {
		display: block;
	}
	.zwgk .container .row .col-xs-6:nth-child(12) {
		display: block;
	}
	.zwgk .container .row .col-xs-6:nth-child(13) {
		display: block;
	}
	.zwgk .container .row .col-xs-6:nth-child(14) {
		display: block;
	}
	.zwgk .container .row .col-xs-6:nth-child(15) {
		display: block;
	}

	.more a {
		font-size: 14px;
    	padding: 4px 19px;
    	margin-top: 3px;
		border-radius: 0;
	}

	.search-box {
		text-align: center;
		display: block;
	}
	.search-text {
		text-align: center;
	}
	.search-text p {
		font-size: 18px;
		color: #fff;
		line-height: 40px;
		display: inline-block;
	}
	ul, li {
		list-style-type: none;
	}
	.search-text ul {
		padding: 0px;
		display: inline-block;
	}
	.search-text ul li {
		display: inline-block;
		margin: 10px 10px;
	}
	.search-text ul li a {
		cursor: pointer;
		display: inline-block;
		font-size: 18px;
		color: #fff;
		min-width: 100px;
		height: 40px;
		line-height: 40px;
		background: rgba(0, 0, 0, 0.3);
		background: transparent\8;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
		border-radius: 25px;
		behavior: url(/web2021/PIE.htc);
	}

	.news_left,
	.news_right {
		margin-top: -10px;
	}

	.zntj {
		position: relative;
		display: inline-block;
	}
			
	.rdgz {
		position: fixed;
		width: 318px;
		height: 443px;
		background-color: #FFFFFF;
		color: #333333;
		z-index: 100;
		display: none;
		right: 100px;
  		top: 244px;
		border: 3px solid #005293;
	}
			
	.rdgz-title {
		background-color: #f5f5f5;
		height: 54px;
		line-height: 54px;
		text-align: left;
		padding-left: 15px;
		font-size: 18px;
		font-weight: bold;
	}

	.rdgz-title span {
		color: #333333;
		padding: 10px;
	}

	.rdgz-title .zntj-active,
	.rdgz-title span:hover {
		color: #005293;
	}
			
	.rdgz-text {
		overflow-y: scroll;
		height: 382px;
		width: 312px;
		padding: 0 15px;
		display: none;
	}
			
	.rdgz-text::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 10px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 388px;
	}
			
	.rdgz-text::-webkit-scrollbar-thumb {
	  	/*滚动条里面小方块*/
		border-radius: 10px;
		behavior: url(/web2021/PIE.htc);
		box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
		background   : #005293;
		}
	.rdgz-text::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		behavior: url(/web2021/PIE.htc);
		background   : #ededed;
	}
			
	.rdgz-text a {
		color: #333333 !important;
		display: block;
		font-size: 14px;
		line-height: 1.8;
		margin: 10px 0;
		text-align: left;
		text-decoration: none;
	}
			
	.rdgz .rdgz-text a font {
		font-weight: bold;
	}
				
	.rdgz-text a:hover {
		color: #005293 !important;
	}
				
	.rdgz-text a:hover strong{
		color: #333333;
	}

	.header_phone {
		display: none;
	}

	.header_PC {
		display: block;
	}

	.header_PC {
		height: 400px;
		background: url(/web2021/20211102banner.png) center no-repeat;
		background-size: cover;
	}

	.header_PC_top {
		height: 56px;
		line-height: 56px;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}

	.header_PC_top_left {
		float: left;
		overflow: hidden;
		padding-left: 15px;
	}

	.header_PC_top_left img {
		margin-right: 10px;
	}

	.header_PC_top_left a {
		float: left;
		overflow: hidden;
	}

	.header_PC_top_left a div {
		display: none;
		position: fixed;
		z-index: 99;
	}

	.header_PC_top_left a:hover div {
		display: block;
	}

	.header_PC_top_con {
		color: #FFFFFF;
		float: left;
		overflow: hidden;
	}

	.header_PC_top_con a {
		color: #FFFFFF;
		position: relative;
		text-decoration: none;
	}

	.header_PC_top_con a:hover:after {
		content: '';
		position: absolute;
		left: 25%;
		right: 0px;
		bottom: -20px;
		right: auto;
		height: 6px;
		width: 42px;
		background-color: #FFFFFF;
		text-align: center;
	}

	.ft:hover:after {
		left: 0 !important;
	}

	.jt:hover:after {
		left: 0 !important;
	}

	/* .header_PC_top_con a:nth-child(4):hover:after {
		content: '';
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: -20px;
		right: auto;
		height: 6px;
		width: 42px;
		background-color: #FFFFFF;
		text-align: center;
	} */

	.IPv6 {
		padding: 2px 5px !important;
		border-radius: 50px;
		behavior: url(/web2021/PIE.htc);
		background: rgba(255, 255, 255, 0.5);
		color: rgba(255, 255, 255, 1);
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
	}

	.IPv6:hover:after {
		display: none;
	}

	.header_PC_top_con a:last-child:hover:after {
		display: none;
	}

	.header_PC_top_right {
		float: right;
		overflow: hidden;
	}

	.header_PC_top_right img {
		float: right;
		overflow: hidden;
	}

	.header_PC_bottom {
		margin-top: 20px;
	}

	.header_PC_bottom .container {
		position: relative;
	}

	.header_PC_logo {
		text-align: center;
	}

	.header_PC_search {
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
	}

	.header_search_text {
		border: 1px solid rgba(255, 255, 255, 0);
		/*width: 505px;*/
		/* width: 500px; */
		/*height: 65px;
		line-height: 65px;*/
		/* height: 64px;
		line-height: 64px; */
		border-radius: 50px;
		width: 220px;
    	height: 42px;
    	line-height: 42px;
		behavior: url(/web2021/PIE.htc);
		background: rgba(255, 255, 255, 0.4);
		color: #ffffff;
		caret-color: #ffffff;
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
		outline-style: none;
		font-size: 16px;
		/* padding-left: 20px;
		padding-right: 21%; */
		padding-left: 15px;
        padding-right: 32%;
	}

	.header_search_text::-webkit-input-placeholder {
		color: #ffffff;
	}
	.header_search_text::-moz-input-placeholder {
		color: #ffffff;
	}
	.header_search_text::-ms-input-placeholder {
		color: #ffffff;
	}
	.header_search_text::-o-input-placeholder {
		color: #ffffff;
	}

	.header_search_img {
		position: absolute;
		left: 84%;
		right: 0;
		top: 16%;
		width: 24px;
		height: 26px;
		cursor: pointer;
	}

	.header_search_img img {
		width: 24px;
		height: 26px;
	}

	.header_search_znyy {
		position: absolute;
    	left: 68%;
	}

	.header_search_znyy img {
		width: 34px;
	}

	.header_nav {
		margin-top: 128px;
		background-color: #005293;
    	height: 58px;
		line-height: 58px;
		position: relative;
	}

	.nav_bg {
		/* background-color: #005293;
		height: 58px;
		line-height: 58px;
		margin-top: 128px;
		position: relative;
		width: 99%; */
	}

	.header_nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.header_nav ul li {
		float: left;
		overflow: hidden;
	}

	.header_nav ul li>a {
		color: #FFFFFF;
		font-size: 20px;
		display: block;
		height: 54px;
		line-height: 54px;
		margin: 2px 0px;
		padding: 0px 24px;
		text-decoration: none;
	}

	.header_nav ul li:hover>a {
		color: #005293;
		background-color: #FFFFFF;
		text-decoration: none;
	}

	.nav-bg {
		height: 60px;
		line-height: 60px;
		background-color: #F7E9DE;
		margin-top: -50px;
		/* width: 99%;
		margin-left: 1%; */
		border-radius: 5px;

		position: absolute;
		z-index: -1;
		left: 0;
		width: 100%;
		display: none;
	}

	.nav_bg .nav_item {
		/* background-color: #F7E9DE; */
		background-color: #ddecf9;
		width: 100%;
		display: none;
		position: absolute;
		/* left: 1%; */
		left: 0;
		top: 58px;
		z-index: 9999;
		padding: 0px 40px;
		line-height: 40px;
		height: 44px;
		text-decoration: none;
		border-radius: 5px;
		text-align: center;
	}

	.nav_item_box {
		height: 40px;
		background-color: #ffffff;
		border-radius: 0 0 10px 10px;
		width: 940px;
		margin: auto;
	}

	.nav_bg .nav_item a {
		color: #333333;
		font-size: 16px;
		margin: 0px 10px;
		text-decoration: none;
	}

	.nav_bg .nav_item a:hover {
		color: #005293;
		display: inline-block;
		border-bottom: 3px solid #448fcc;
		height: 38px;
	}

	/* #fzgggz_item p {
		padding: 0 135px;
	}

	#hdjl_item p {
		padding: 0px 106px;
	}

	#hdjl_item p a:nth-child(12) {
		margin-left: 25px;
	}

	#ztzl_item p {
		padding: 0px 290px;
	} */

	.nav_bg ul li {
		position: static;
		padding: 0 16px;
	}

	/* 悬浮窗 */
	.fixed_xf {
		background-color: #FFFFFF;
		width: 70px;
		position: fixed;
		top: 26%;
		z-index: 9999;
		text-align: center;
		display: none;
		margin-left: 0;
		left: 20px;
		padding: 0 10px;
		box-shadow: 0px 0px 10px #cccccc;
	}

	.fixed_xf a::before {
		content: " ";
		position: absolute;
		bottom: 16px;
		left: 60px;
		width: 0;
		height: 0;
		border-width: 8px 0px 8px 10px;
		border-style: solid;
		border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) #ffffff;
		box-shadow: 0px 0px 50px #e9e9e9;
		display: none;
	}

	.fixed_xf a:hover::before {
		display: block;
	}

	.fixed_xf a {
		display: block;
		position: relative;
		margin-top: 20px;
		margin-right: 7px;
	}

	.fixed_xf .select .fixed_item {
		display: block;
	}

	.fixed_xf .select::before {
		content: " ";
		position: absolute;
		bottom: 16px;
		left: 60px;
		width: 0;
		height: 0;
		border-width: 8px 0px 8px 10px;
		border-style: solid;
		border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) #ffffff;
		box-shadow: 0px 0px 50px #e9e9e9;
		display: block !important;
	}

	.fixed_xf a:hover .fixed_item {
		display: block !important;
	}

	.fixed_xf span {
		margin: 20px 0 10px 0;
		font-size: 12px;
		color: #666;
		display: block;
		text-align: center;
		line-height: 1.5;
		background-color: #ddd;
		cursor: pointer;
	}

	.fixed_item {
		position: fixed;
		top: 26%;
		left: 115px;
		display: none;
		box-shadow: 0px 0px 10px #cccccc;
	}

	.zn1,.wx1,.wb1,.ydd1,.gxh1,.jqr1,.top1,.siq1 {
		display: none;
	}

	#zntj:hover .zn {
		display: none;
	}

	#zntj:hover .zn1 {
		display: inline-block;
	}

	#wx:hover .wx {
		display: none;
	}

	#wx:hover .wx1 {
		display: inline-block;
	}

	#wb:hover .wb {
		display: none;
	}

	#wb:hover .wb1 {
		display: inline-block;
	}

	#siq:hover .siq {
		display: none;
	}

	#siq:hover .siq1 {
		display: inline-block;
	}

	#ydd:hover .ydd {
		display: none;
	}

	#ydd:hover .ydd1 {
		display: inline-block;
	}

	#gxh:hover .gxh {
		display: none;
	}

	#gxh:hover .gxh1 {
		display: inline-block;
	}

	#jqr:hover .jqr {
		display: none;
	}

	#jqr:hover .jqr1 {
		display: inline-block;
	}

	#back:hover .top {
		display: none;
	}

	#back:hover .top1 {
		display: inline-block;
	}

	.float-right {
		display: block;
		position: fixed;
		right: 20px;
		top: 244px;
		background-color: #FFFFFF;
		width: 80px;
		height: 561px;
		text-align: center;
		z-index: 9999;
		border: 1px solid #FFFFFF;
		box-shadow: 0px 0px 10px #cccccc;
	}

	.float-right>a {
		display: block;
		width: 70px;
		height: 80px;
		padding: 20px 0;
		color: #666666;
		font-size: 14px;
		margin: 0 5px;
		border-bottom: 1px solid #e8e8e8;
		text-decoration: none;
	}

	.float-right>a:hover {
		background-color: #005293;
		width: 78px;
		color: #FFFFFF;
		margin: 0;
	}

	/* 主体内容 */
	.news {
		/* margin-top: 80px; */
		margin-top: 90px;
		margin-bottom: 30px;
	}

	.news_tab li span {
		font-size: 24px;
	}

	.news_tab {
		margin-bottom: 18px;
	}

	.news_list a {
		font-size: 16px;
		height: 36px;
		line-height: 36px;
	}

	.news_tab li>a {
		font-size: 14px;
		padding: 4px 19px;
		margin-top: 3px;
		border-radius: 0;
		border: 1px solid #e5e5e5;
		color: #999999;
		background-color: #ffffff;
	}

	.news_tab li>a:hover {
		font-size: 14px;
	}

	.news_body {
		height: 180px;
	}

	.news_list a:nth-child(6) {
		display: none;
	}

	.news_list a:nth-child(7) {
		display: none;
	}

	.news_list a:nth-child(8) {
		display: none;
	}

	.news_list a:nth-child(9) {
		display: none;
	}

	.news_list a:nth-child(10) {
		display: none;
	}

	.zwgk {
		background-color: #f0f0f0;/* #f8f8f8 */
		padding-bottom: 30px;
	}

	.zwgk .title {
    	margin-bottom: 0px;
	}

	.zwgk_icons div img {
		width: 40px;
		height: 40px;
	}

	.zwgk_icons div {
		background-color: #FFFFFF;
		width: 170px;
		margin: auto;
		padding: 18px;
		padding-right: 15px;
	}

	.marginTop {
		display: block;
		margin-top: 10px;
	}

	.col-lg-1-5,
	.col-sm-1-5,
	.col-md-1-5,
	.col-xs-1-5 {
		width: 20%;
		float: left;
		margin-top: 20px;
		/* margin-bottom: 5px; */
	}

	.zwgk_icons p {
		font-size: 16px;
	}

	.zwgk_icons div span {
		line-height: 22px;
	}

	.gdzffww-phone {
		display: none;
	}

	.gdzffww-pc {
		display: block;
	}

	.zwfw {
		padding-bottom: 30px;
	}

	.zwfw_right {
		margin-top: 0;
	}

	.zwfw_list_bg {
		background-color: #ecedec;
		padding: 10px 15px;
	}

	.zwfw_list_bg a {
		text-decoration: none;
	}

	.zwfw_list a {
		font-size: 16px;
	}

	.zwfw_img {
		display: block;
		margin-top: 18px;
	}

	.zwfw_right ul {
		margin-top: 10px;
	}

	.zwfw_right ul li span {
		font-size: 24px;
	}

	.zwfw_right ul li a {
		font-size: 14px;
		background-color: #ECEDEC;
		color: #999999;
		border: none;
	}

	.zwfw_left_bg1, .zwfw_left_bg2, .zwfw_left_bg3, .zwfw_left_bg4, .zwfw_left_bg5 {
		height: 214px;
		padding-top: 34px;
	}

	.img {
		width: 40px !important;
		height: 40px !important;
	}

	.zwfw_jianju {
		margin-top: 10px;
	}

	.zwfw_right ul li a:hover {
		font-size: 14px;
	}

	.fzgggz {
		background-color: #f0f0f0;/* f8f8f8 */
		padding-bottom: 30px;
	}

	.fzgggz_bg a {
		text-decoration: none;
	}

	.fzgggz_bg {
		background-color: #FFFFFF;
		padding: 10px 20px;
		border-radius: 12px;
	}

	.fzgggz_left {
		margin-bottom: 20px;
	}

	.fzgggz_list a {
		font-size: 16px;
	}

	.fzgggz_list_text {
		width: 80%;
	}

	.fzgggz_left ul {
		background-color: #005293;/* #F7E9DE */
		margin: -10px -20px 15px -20px;
		height: 50px;
		padding: 10px 22px;
		border-radius: 12px 12px 0 0;
	}

	.fzgggz_left ul li span {
		color: #ffffff;
	}

	.fzgggz_left ul li a {
		border: none;
		color: #cccccc;
	}

	.fzgggz_left ul li a:hover {
		color: #ffffff;
	}

	.fzgggz_right ul {
		background-color: #005293;/* #F7E9DE */
		margin: -10px -20px 15px -20px;
		height: 50px;
		padding: 10px 22px;
		border-radius: 12px 12px 0 0;
	}

	.fzgggz_right ul li span {
		color: #ffffff;
	}

	.fzgggz_right ul li a {
		border: none;
		color: #cccccc;
	}

	.fzgggz_right ul li a:hover {
		color: #ffffff;
	}

	.hdjl {
		padding-bottom: 30px;
	}

	.hdjl_left ul li a {
		float: right;
		font-size: 14px;
		color: #999999;
		margin-top: 5px;
		font-weight: 100;
	}

	.hdjl_left ul li #more {
		display: inline-block;
	}

	.hdjl_left ul li #huigu {
		display: none;
	}

	.hdjl_left ul li a:hover {
		font-size: 14px;
		color: #005293;
	}

	.hdjl_right_list {
		font-size: 16px;
	}

	.hdjl_right_list_body a {
		height: 30px;
		line-height: 30px;
	}

	.hdjl_right ul li a {
		font-size: 14px;
		color: #999999;
		background-color: #ffffff;
		margin-top: 10px;
	}

	.hdjl_right ul li a:hover {
		color: #005293;
	}

	.hdjl_right ul li a:hover {
		font-size: 14px;
	}

	.hdjl_right_list_tab {
		height: 43px;
		line-height: 43px;
	}

	.hdjl_zxft_time {
		top: 20px;
	}

	.hdjl_zxft_text {
		/* height: 80px; */
	}

	.hdjl_zxft_bf img {
		width: 40px;
		height: 40px;
	}

	.hdjl_zxft_text_right {
		padding-top: 4px;
		font-size: 16px;
		padding-left: 73px;
	}

	.hdjl_zxft_text_right p {
		/* height: 44px; */
		overflow: hidden;
	}

	.hdjl_zxft_text_left {
		/* width: 50px;
		height: 50px; */
		font-size: 14px;
		padding: 4px;
	}

	.hdjl_right_list_body a:nth-child(4) {
		display: none;
	}

	.hdjl_right_list_body a:nth-child(5) {
		display: none;
	}

	.hdjl_right ul {
		margin-top: 0px;
		height: 26px;
		border: none;
	}

	.hdjl_right ul li span {
		font-size: 20px;
		color: #333333;
	}

	.hdjl_left ul li span {
		font-size: 20px;
		color: #333333;
	}

	.hdjl_left ul {
		border: none;
		height: 26px;
	}

	.box {
		width: 100%;
		height: 6px;
		background-image: linear-gradient(-72deg,#CCCCCC 0%,white 0%,white 40%,#CCCCCC 70%,white 86%);
		background-size: 10px 10px;
		position: relative;
		margin-bottom: 20px;
	}

	.box1 {
		width: 22%;
		height: 6px;
		background-image: linear-gradient(-72deg,#005293 0%,white 0%,white 40%,#005293 70%,white 86%);
		background-size: 10px 10px;
		position: absolute;
		left: 0
	}

	.box2 {
		width: 15.5%;
		height: 6px;
		background-image: linear-gradient(-72deg,#005293 0%,white 0%,white 40%,#005293 70%,white 86%);
		background-size: 10px 10px;
		position: absolute;
		left: 0
	}

	/* 专题专栏 */
	.banner_swiper2 .swiper-slide {
		padding: 0px 2px 0px 8px;
	}

	.banner_swiper2 .swiper-slide-active {
		margin-left: -7px;
	}

	.ztzl {
		background-color: #f0f0f0;/* #f8f8f8 */
		padding-bottom: 30px;
		position: relative;
	}

	.footer {
		position: relative;
		border: 1px solid #FFFFFF;
		background-color: #ffffff;
	}

	.jiucuo {
		position: absolute;
		top: 40%;
	}

	.jiucuo a {
		margin-right: 10px;
	}

	.foot_text_link a {
		padding: 0 5px;
	}

	.icons_bg {
		margin-top: 10px;
	}

	.spjgpt-pc {
		display: block;
	}
	
	.spjgpt-phone {
		display: none;
	}

	.hdjl_zxft_text {
		display: block;
	}

	.hdjl-zxft-bottom {
		display: none;
	}

	.icons_bg_last {
		overflow: hidden;
	}

	/* .icons_bg_last a {
		padding: 0 5px;
	} */

	/* .icons_bg_last img {
		float: left;
	} */

	.icons_bg_last span {
		display: block;
		/* margin: 3px 5px; */
	}

	.icons_bg img {
		margin: 2px 0;
	}

	.icons_bg a {
		padding: 0px;
	}

}

@media (min-width: 1350px) {

	.container {
		padding: 0;
	}

	.nav_bg ul li{
		padding: 0 30px;
	}

	.title {
		margin: 40px 0 30px 0;
	}

	.header_nav ul{
		padding: 0 66px;
	}

	.header_PC_top_con a {
		padding: 0 5px;
	}

	.header_search_img {
		/* left: 80%; */
	}

	.header_PC_top_con {
		font-size: 16px;
	}

	.header_PC_top_left img {
		/*margin-right: 25px;*/
		margin-right: 28px;
	}

	.zjsj {
		margin-left: 0;
	}

	.edzxsj {
		margin-left: 0;
	}

	.news {
		/* margin-top: 75px; */
		margin-top: 85px;
		margin-bottom: 12px;
	}

	.news_list_text {
		padding-left: 15px;
	}

	.news_tab li span {
		margin-right: 35px;
		margin-top: 5px;
	}

	.news_tab {
		margin-bottom: 18px;
	}

	.swiper_title {
		/* background-color: #999999; */
		/*bottom: -60px;*/
	}

	/* .banner_swiper1 .swiper-wrapper {
		height: 395px;
	} */

	.news_body {
		height: 288px;
	}

	.news_list a:nth-child(6) {
		display: block;
	}

	.news_list a:nth-child(7) {
		display: block;
	}

	.news_list a:nth-child(8) {
		display: block;
	}

	.news_list a:nth-child(9) {
		display: block;
	}

	.news_list a:nth-child(10) {
		display: block;
	}

	/* #zwgk_item p {
		padding: 0px 170px;
	}

	#hdjl_item p {
		padding: 0px 242px;
	}

	#fzgggz_item p {
		padding: 0px 98px;
	}

	#ztzl_item p {
		padding: 0px 442px;
	} */

	.nav_bg .nav_item a {
		font-size: 18px;
	}

	.zwgk_icons div img {
		width: 45px;
		height: 45px;
		margin-right: 15px;
	}

	.zwgk_icons div {
		width: 220px;
		padding: 18px 30px;
		padding-right: 20px;
		margin-top: 5px;
	}

	.zwgk_icons div span {
		line-height: 40px;
	}
	
	.line22 {
		line-height: 22px !important;
	}

	.marginTop {
		margin-top: 0;
	}

	.zwgk_icons_bottom div {
		width: 285px;
		height: 120px;
		margin: auto;
		margin-top: 30px;
		padding: 30px 25px 30px 36px;
	}

	.zwgk_icons_bottom div span {
		font-size: 20px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 24px;
		float: left;
		overflow: hidden;
		display: block;
		width: 50%
	}

	.zwgk_icons_bottom div img {
		float: right;
		overflow: hidden;
	}

	.zwgk_icons_a div {
		background: url(/web2021/20211019fzzfjsndbg-bg.png);
		background-size: 100%;
	}

	.zwgk_icons_b div {
		background: url(/web2021/20211019zfxxgknb-bg.png);
		background-size: 100%;
	}

	.zwgk_icons_c div {
		background: url(/web2021/20211019zdlyxxgkzl-bg.png);
		background-size: 100%;
	}

	.zwgk_icons_d div {
		background: url(/web2021/20211019jghsfxxgk-bg.png);
		background-size: 100%;
	}

	.zwfw_jianju p {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.zwfw_img {
		margin-top: 20px;
	}

	.zwfw .container .row .zwfw_left {
		padding-right: 10px;
	}

	.zwfw .container .row .zwfw_right {
		padding-left: 10px;
	}

	.news_left {
		margin-bottom: 30px;
	}

	.zwgk {
		padding-bottom: 30px;
	}

	.zwgk .title {
		margin-bottom: 0px;
	}

	.zwfw_right ul {
		height: 45px;
	}

	.zwfw_list {
		margin-top: 15px;
	}

	.zwfw_list a {
		height: 38px;
		line-height: 38px;
	}

	/* .zwfw_left,
	.zwfw_right,
	.fzgggz_left,
	.fzgggz_right,
	.hdjl_left,
	.hdjl_right {
		margin-top: 10px;
	} */

	.fzgggz,
	.hdjl,
	.zwfw {
		padding-bottom: 40px;
	}

	.zwfw_list_text {
		width: 82%;
	}

	.fzgggz_left {
		margin-bottom: 0px;
	}

	.fzgggz_bg {
		padding: 5px 20px 10px 20px;
	}

	.fzgggz_left ul {
		/* margin-top: 18px; */
		background-color: #005293;/* #F7E9DE */
		margin: -5px -20px 15px -20px;
		height: 50px;
		padding: 10px 22px;
		border-radius: 12px 12px 0 0;
	}

	.fzgggz_right ul {
		background-color: #005293;/* #F7E9DE */
		margin: -5px -20px 15px -20px;
		height: 50px;
		padding: 10px 22px;
		border-radius: 12px 12px 0 0;
		
	}

	.fzgggz_list_text {
		width: 85%;
	}

	.hdjl .title {
		margin: 40px 0 22px 0;
	}

	.hdjl_zxft_text {
		padding: 10px;
	}

	.hdjl_right ul {
		margin-top: 0px;
	}

	.box1 {
		width: 14.4%;
	}

	.box2 {
		width: 12%;
	}

	.hdjl_zxft_bf img {
		width: 80px;
		height: 80px;
	}

	.hdjl_right_list_body a:nth-child(4) {
		display: block;
	}

	.hdjl_right_list_body a:nth-child(5) {
		display: block;
	}

	.hdjl_right_list_tab {
		margin-bottom: 10px;
		height: 40px;
		line-height: 40px;
	}

	.header_nav ul li a {
		font-size: 22px;
	}

	.icons_bg {
		margin-top: 14px;
	}

	.ztzl {
		padding-bottom: 50px;
	}

	.footer {
		padding-top: 0;
		padding-bottom: 0px;
		margin-top: 30px;
	}

	.foot_text_link {
		margin-bottom: 23px;
	}

	.hdjl_left {
		width: 600px;
	}

	.hdjl_right {
		width: 710px;
	}

	.hdjl_right_list_body a {
		height: 40px;
		line-height: 40px;
	}

	.zwfw_left {
		width: 785px;
	}

	.zwfw_right {
		width: 525px;
	}

	.zwfw_left_bg1,.zwfw_left_bg2,.zwfw_left_bg3,.zwfw_left_bg4,.zwfw_left_bg5{
		width: 150px;
		height: 280px;
		padding-top: 62px;
	}

	.zwfw_left_bg2,.zwfw_left_bg3,.zwfw_left_bg4,.zwfw_left_bg5{
		margin-left: 2px;
	}

	.left_img{
		margin-top: 6px;
	}

	.jg1,.jg2 {
		margin-top: 6px;
	}

	.zwfw_jianju {
		margin-top: 21px;
	}
	
	.line1280 {
		line-height: 22px !important;
	}

	.nav_item_box {
		width: 1280px;
		margin: auto;
	}

	/* .icons_bg_last a {
		padding: 0;
	} */

	.icons_bg_last img {
		float: none;
	}

	.icons_bg_last span {
		display: inline-block;
		margin: 0;
	}

	.icons_bg img {
		margin: 10px 0;
	}

	.icons_bg a {
		padding: 8px;
	}
}
