body {
	position: relative;
}

/* .ET_container {
	padding-bottom: 80px;
} */

.container {
	width: 1200px;
	margin: 0 auto;
}

.main_wrap1 {
	background-image: url(../images/governService/service_header_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 30px;
}

.wrap_head {
	overflow: hidden;
}

.wrap_title {
	color: #003087;
	font-size: 24px;
	float: left;
}
.main_wrap1 .wrap_title{
	float: unset;
}
.check_more {
	/* width: 36px;
	height: 36px; */
	float: right;
	color: #979797;
	font-size: 18px;
	margin-top: 3px;
}
.check_more:hover{
	color:#003087 ;
}

.check_more img {
	width: 100%;
	height:100%;
}

.wrap1_main {
	background-color:rgba(255,255,255,0.8) ;
	border: solid 1px #E0E0E0;
	/* height: 390px; */
	margin-top: 20px;
	box-sizing: border-box;
	padding: 20px 0 26px;
}
.wrap1_main_mobile{
	display: none;
} 
.three_service {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}
.three_service_older{
	display: none;
}
.three_service li {
	width: 33.2%;
	border-right: solid 1px #BFD0E3;
}
.three_service li:last-child{
	border-right: none;
}
.service_type_icon{
	width: 88px;
	height: 88px;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 50%;
}
.service_type_icon img{
	width: 100%;
	height: 100%;
}
.service_type_label{
	width: fit-content;
	margin: 0 auto;
	font-size: 24px;
	color: #323232;
	margin-top: 10px;
	cursor: pointer;
}
.some_service_type{
	box-sizing: border-box;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
.some_service_type p{
	background-color: white;
	color: #323232;
	width: 31%;
	text-align: center;
	padding: 14px 0;
	margin-top: 12px;
	/* box-shadow:  0 0 4px 0 rgba(0,0,0,0.1); */
	cursor: pointer;
}
.some_service_type p:hover{
	box-shadow:  0 0 6px 0 rgba(0,0,0,0.1);
}
.section_service_type{
	box-sizing: border-box;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
.section_service_type p{
	background-color: white;
	color: #323232;
	width: 48%;
	text-align: center;
	padding: 14px 0;
	margin-top: 12px;
	/* box-shadow:  0 0 4px 0 rgba(0,0,0,0.1); */
	cursor: pointer;
}
.section_service_type p:hover{
	box-shadow:  0 0 6px 0 rgba(0,0,0,0.1);
}
.search_main {
	width: 75%;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
	border: solid 1px #BFC4C9;
	background-color: #F2F4FA;
	border-radius: 4px;
}

.search_block {
	float: left;
	width: 92%;
	padding: 0 16px;
	height: 56px;
	box-sizing: border-box;
	/* border: solid 1px #E0E0E0; */
	border-radius: 4px;
}

.search_block input {
	border: none;
	background-color: transparent;
	line-height: 56px;
	width: 100%;
	font-size: 16px;
}

.search_logo {
	background-color: #004096;
	color: white;
	float: right;
	width: 8%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 4px;
}

.search_logo img {
	width: 30px;
	height: 30px;
}
.search_logo p{
	display: none;
}
.search_key {
	font-size: 16px;
	width: 44%;
	margin: 0 auto;
	margin-top: 16px;
}
.search_key span{
	color: #ff5733;
}
.search_key a {
	margin-right: 12px;
	color: #383838;
	cursor: pointer;
	outline: none!important;
}
.search_key a:focus{
	
}
.service_list_mobile{
	display: none;
}
.slideBox {
	display: none;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	height: 170px;
}
.slideBox .bd {
	position: relative;
	height: 86%;
	z-index: 0;
	overflow: hidden;
}
.service_block_older{
	display: none;
}
.slideBox .bd .companyList li {
	zoom: 1;
	vertical-align: middle;
	float: left;
	width: 1200px;
}

.some_service {
	overflow: hidden;
	left: unset !important;
	width: 100%;
	padding: 0 80px;
	box-sizing: border-box;
	
}
.service_detail:before,
.service_detail:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 0%;
    height: 0;
    border: 0;
    border-top: 2px #FFF solid;
    border-right: 2px #FFF solid;
    transition: 400ms ease all;
    box-sizing: border-box;
	border-radius: 4px;
}

.service_detail:after {
    right: inherit;
    top: inherit;
    left: 0px;
    bottom: 0;
    border: 0;
    border-bottom: 2px #FFF solid;
    border-left: 2px #FFF solid;
}
.qybs_icon{
	width: 30px;
	height: 30px;
	margin-left: 14px;
}
.qybs_icon img{
	width: 100%;
}
/* .some_service a:hover .service_detail:before,
.some_service a:hover .service_detail:after{
    width: 100%;
    height: 100%;
    border-color: #2f5db8;
    transition: 500ms ease all;
} */

.serviceList{
	overflow: hidden;
}
.service_detail{
	width: 180px;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 4px;
	margin-top: 20px;
	cursor: pointer;
	/* border:solid 1px transparent; */
	position: relative;
}

.serviceList a:nth-child(5n) .service_detail{
	margin-right: 0;
}
/* .serviceList a:hover .service_detail{
	background-color: #F2F8FF;
	border:solid 1px #ADD1FF;
} */
.service_name{
	font-size: 18px;
	color: #323232;
}

.slideBox .prev {
	position: absolute;
	left: 0;
	top: 10%;
	display: block;
	width: 46px;
	height: 180px;
	background: url(../images/governService/left_arrow.png) no-repeat;
}

.slideBox .next {
	position: absolute;
	right: 0;
	top: 10%;
	display: block;
	width: 46px;
	height: 180px;
	background: url(../images/governService/right_arrow.png) no-repeat;
}
#slideBox3 .service_detail{
	width: 230px;
	padding: 28px 0;
}
#slideBox3 .serviceList a:nth-child(5n) .service_detail{
	margin-right: 20px;
}
#slideBox3 .serviceList a:nth-child(4n) .service_detail{
	margin-right: 0;
}
.slideBox .hd {
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}
.slideBox .btn {
	width: fit-content;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
}

.slideBox .btn li {
	background-color: #CCDCEB;
	width: 8px;
	height: 8px;
	float: left;
	margin-right: 6px;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .btn li:last-child {
	margin-right: 0;
}

.slideBox .btn li.on {
	background-color: #003087;
}
.main_wrap2 {
	background-image: url(../images/governService/service_type_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 30px;
}

.policy_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}
.policy_block_mobile{
	display: none;
}
.policy_block li {
	width: 33.2%;
	/* border-right: solid 1px #88A6E3; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.policy_item_icon{
	width: 86px;
	height: 86px;
}
.policy_item_icon img{
	width: 100%;
	height: 100%;
}
.policy_item_main{
	margin-left: 12px;
}
.policy_block li:last-child .policy_item_main{
	border-right: none;
}
.policy_label{
	color:#001E57;
	font-size: 22px;
	/* -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; */
}
/*.policy_block a:hover .policy_label{
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
} */
.policy_enter{
	background-image: url(../images/governService/policy_enter_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	width: 96px;
	height: 26px;
	color: white;
	font-size: 14px;
}
.policy_short_line{
	height: 50px;
	border-left: solid 1px #88A6E3;
	position: absolute;
    right: 0;
}
.policy_enter_label{
	font-size: 16px;
	color: rgba(255,255,255,0.8);
}
.policy_enter_arrow{
	width: 10px;
	height: 18px;
    margin-left: 10px;
}
.policy_enter_arrow img{
	width: 100%;
}

.main_wrap3 {
	margin-top: 20px;
	position: relative;
}
.main_wrap3_new {
	margin-top: 20px;
	
}

.cjhfw_list{
	overflow: hidden;
	display: none;
}
.cjhfw_list li{
	float: left;
	width: 23.6%;
	margin-right: 22px;
	margin-top: 24px;
	border: solid 1px #e0e0e0;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 24px 0;
	position: relative;
}
.cjhfw_list a:last-child li{
	margin-right: 0;
}
.cjhfw_blue{
	position: absolute;
	width: 100%;
	background-image: url(../images/governService/cjhfw_bg_new.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: 118px;
	top: 0;
	box-sizing: border-box;
	padding: 24px 0;
	border-radius: 4px;
}
.cjhfw_blue .cjhfw_logo{
	display: none;
}
.cjhfw_name{
	font-size: 18px;
	color: white;
	text-align: center;
}
.cjhfw_btn{
	width: 86px;
	margin: 0 auto;
	border-radius: 4px;
	color: white;
	border: solid 1px white;
	font-size: 14px;
	text-align: center;
	padding: 4px 0;
	margin-top: 16px;
}
.cjhfw_list a:hover li{
	border: solid 1px transparent;
}
.cjhfw_list a:hover .cjhfw_show{
	display: hide;
}
.cjhfw_list a:hover .cjhfw_blue{
	display: block;
}

.teda_center {
	width: 30%;
	margin: 0 auto;
	margin-top: 40px;
}

.teda_center img {
	width: 100%;
}

.space_service {
	width: 31.8%;
	background-image: url(../images/governService/cjhfw_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 76px;
	box-sizing: border-box;
	padding: 10px 0;
	position: absolute;
}

.cjhfw_logo {
	width: 36px;
	height: 36px;
	margin: 0 auto;
}

.cjhfw_logo img {
	width: 100%;
}

.cjhfw_label {
	color: #323232;
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}

.space_service1 {
	top: 60px;
	left: 22px;
}

.space_service2 {
	top: 60px;
	right: 22px;
}

.space_service3 {
	top: 166px;
	left: 0;
}

.space_service4 {
	top: 166px;
	right: 0;
}

.space_service5 {
	top: 272px;
	left: 22px;
}

.space_service6 {
	top: 272px;
	right: 22px;
}

.main_wrap4 {
	background-image: url(../images/governService/data_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 160px;
	margin-top: 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 40px;
}

.data_statistics {
	display: flex;
	align-items: center;
}

.data_title {
	font-size: 22px;
	color: white;
}

.data_title span {
	display: block;
}

.short_line {
	width: 50px;
	border-bottom: solid 2px rgba(255, 255, 255, 0.2);
	margin-top: 18px;
}

.data_logo {
	width: 84px;
}

.data_logo img {
	width: 100%;
}

.some_data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
}

.some_data li {
	/* width: 10%; */
}

.data_label {
	color: #F2F4FA;
	font-size: 18px;
	margin-bottom: 6px;
}

.data_label span {
	font-size: 14px !important;
}

.data_main {
	font-size: 24px;
	color: #F2F4FA
}

.data_main span {
	font-size: 40px !important;
	font-weight: bold;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.data_main:hover span{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.main_wrap5 {
	overflow: hidden;
	margin-top: 30px;
}

.wrap5_left {
	width: 56%;
	float: left;
}

.item_table {
	margin-top: 20px;
	border: solid 1px #e8e8e8;
	border-radius: 4px;
}

.item_table table {
	width: 100%;
}

.item_table table tr {
	background-color: #FAFAFA;

}

.item_table table tr th {
	color: #003087;
	font-size: 18px;
	text-align: center;
	padding: 16px 0;
}

.myscroll {
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.myscroll li {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	height: 40px;
	padding: 0;
	float: initial;
	color: #323232;
}

.myscroll #box div {
	float: left;
	text-align: center;
	font-size: 16px;
}

.wrap5_right {
	width: 41%;
	float: right;
}
.inform_list{
	margin-top: 12px;
}
.inform_list li{
	display: flex;
	align-items: center;
}
.inform_list a:hover .inform_point{
	background-color: #003087;
}
.inform_list a:hover .inform_title{
	color: #003087;
}
.inform_point{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    opacity: 1;
    background: rgba(196, 196, 196, 1);
    display: inline-block;
}
.inform_title{
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(50, 50, 50, 1);
    margin-left: 10px;
    width: 74%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-right: 20px;
}
.inform_date{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 40px;
    color: rgba(151, 151, 151, 1);
    display: flex;
    align-items: center;
}
body, div, ul, ol, ul, li, ol, dl, dd, dt, form, span, p, textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
}
.social_service {
	margin-top: 20px;
	overflow: hidden;
}

.social_left {
	width: 49%;
	float: left;
}

.social_left li {
	width: 100%;
	height: 106px;
}

.social_left li img {
	width: 100%;
	height: 100%;
}

.social_right {
	width: 51%;
	float: left;
	height: 212px;
}

.social_right img {
	width: 100%;
	height: 100%;
}

.main_wrap6 {
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

.work_hall {
	width: 28%;
	float: left;
	position: relative;
	z-index: 10;
}

.work_hall img {
	width: 100%;
}

.work_service {
	background-color: #F2FBFF;
	height: 100px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.work_service a {
	width: 25%;
	
}
.work_service li{
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: solid 1px #DEDEDE;
}
.service_logo_grey {
	width: 40px;
	height: 40px;
}

.service_logo_grey img {
	width: 100%;
	height: 100%;
}

.service_logo_blue {
	width: 40px;
	height: 40px;
	display: none;
}

.service_logo_blue img {
	width: 100%;
	height: 100%;
}

.work_label {
	font-size: 20px;
	color: #323232;
	margin: 0 20px;
}
.work_service a:first-child .work_label{
	font-size: 24px;
	color: #003087;
}
.work_service a:last-child li{
	border-right: none;
}
.work_service a:first-child .right_arrow_blue{
	display: block;
}
.right_arrow_grey {
	width: 10px;
	height: 16px;
	
}

.right_arrow_grey img {
	width: 100%;
}

.right_arrow_blue {
	width: 10px;
	height: 16px;
	display: none;
	
}

.right_arrow_blue img {
	width: 100%;
}

.grey_line {
	margin-left: 50px;
}


.work_service li:hover .right_arrow_grey {
	display: none;
}

.work_service li:hover .right_arrow_blue {
	display: block;
}

.work_service li:hover .work_label {
	color: #003087;
}

.main_wrap7 {
	margin-top: 30px;
	padding-bottom: 30px;
	/* background-image: url(../images/governService/bmfw_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	overflow: hidden; */
}

.bmfw_left {
	width: 16.5%;
	height: 260px;
	float: left;
}

.bmfw_left img {
	width: 100%;
	height: 100%;
}

.bmfw_list {
	/* padding: 12px; */
	/* float: left; */
	overflow: hidden;
	/* width: 83%; */
	box-sizing: border-box;
	margin-top: 20px;
}
.bmfw_list_mobile{
	display: none;
}
.bmfw_corner_pic{
	display: none;
}
.bmfw_list li {
	float: left;
	width: 18.4%;
	margin-right: 24px;
	background-color: white;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	background-image: url(../images/governService/bmfw_bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 224px;
}
.bmfw_list li:nth-child(2){
	background-image: url(../images/governService/bmfw_bg2.png);
}
.bmfw_list li:nth-child(3){
	background-image: url(../images/governService/bmfw_bg3.png);
}
.bmfw_list li:nth-child(4){
	background-image: url(../images/governService/bmfw_bg4.png);
}
.bmfw_list li:last-child{
	margin-right: 0;
	background-image: url(../images/governService/bmfw_bg5.png);
}
.bmfw_channel1 {
	font-size: 18px;
	color: #383838;
	cursor: pointer;
}
.bmfw_channel1:hover{
	color: #003087;
}
.bmfw_channel2 p {
	font-size: 16px;
	color: #808080;
	margin-top: 6px;
	cursor: pointer;
}
.bmfw_channel2 p:hover{
	color: #003087;
}
.bmfw_pic {
	position: absolute;
	right: 16px;
	bottom: 12px;
	width: 100px;
	display: none;
}

.bmfw_pic img {
	width: 100%
}

.bmfw_list li:nth-child(2) .bmfw_pic {
	bottom: 4px;
}

/* 便民服务二级页 */
.bmfw_block{
	overflow: hidden;
	padding-top: 70px;
}
.bmfw_block li{
	width: 285px;
	height: 216px;
	background-image: url(../images/governService/bmfw_block.png);
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
	padding: 0 30px;
}
.bmfw_block li:last-child{
	margin-right: 0;
}
.fw_bmfw_icon {
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	position: absolute;
	top: -52px;
	left: 92px;
	text-align: center;
	color: #FFFFFF;
	font-size: 27px;
	font-weight: bold;
	line-height: 67px;
	z-index:10;
}
.fw_bmfw_icon img{
	width: 100%;
	height: 100%;
}
.fw_bmfw_title{
	color: #383838;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
.fw_bmfw_content {
    font-size: 18px;
    color: #808080;
    margin-top: 20px;
    text-align: center;
}
.fw_bmfw_content a {
    margin: 0px 6px;
    line-height: 25px;
}
#cjhfwBlock{
	display: block;
}
#cjhfwBlock .parHd {
			height: 30px;
			line-height: 30px;
			padding: 0 20px;
			position: relative;
		}

		#cjhfwBlock .parHd ul {
			float: left;
			position: absolute;
			left: 20px;
			top: -1px;
			height: 32px;
		}

		#cjhfwBlock .parHd ul li {
			float: left;
			padding: 0 15px;
			cursor: pointer;
		}

		#cjhfwBlock .parBd {
			zoom: 1;
		}

		#cjhfwBlock .cjhfw_block {
			width: 100%;
			overflow: hidden;
			zoom: 1;
		}

		#cjhfwBlock .sPrev,
		#cjhfwBlock .sNext {
			display: block;
			width: 40px;
			height: 120px;
			float: left;
			color: #9c9c9c;
			font-size: 20px;
			text-align: center;
			margin-top: 30px;
			box-sizing: border-box;
			padding: 44px 0;
			background-color: white;
		}

		#cjhfwBlock .sNext {
			float: right;
		}

		#cjhfwBlock .sPrev:hover {
			color: rgba(0, 48, 135, 1);
		}

		#cjhfwBlock .sNext:hover {
			color: rgba(0, 48, 135, 1);
		}

		#cjhfwBlock .parBd .tempWrap {
			float: left;
			width: 1100px !important;
			margin-left:10px;
		}

		#cjhfwBlock .parBd ul {
			overflow: hidden;
			zoom: 1;
			float: left;
			height: 100%;
		}

		#cjhfwBlock .parBd ul li {
			width: 256px !important;
			margin: 0 10px;
			float: left;
			margin-top: 24px;
			border: solid 1px #e0e0e0;
			border-radius: 4px;
			box-sizing: border-box;
			padding: 24px 0;
			position: relative;
		}
		#cjhfwBlock .parBd ul li:hover{
			border: solid 1px transparent;
		}
		.cjhfw_block li:hover .cjhfw_show{
			display: hide;
		}
		.cjhfw_block li:hover .cjhfw_blue{
			display: block;
		}
		.main_wrap8{
            width: 100%;
            margin-top: 30px;
        }
        .main_wrap8 img{
            width: 100%;
        }