*{ 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}

/* li{
	line-height: 35px;
	position: relative;
	text-indent: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
} */

body {
	font-family: "Microsoft Yahei";
	color: #333;
}
.margin10 {
	margin-top: 10px;
}
.margin20 {
	margin-top: 20px;
}
.margin30 {
	margin-top: 30px;
}
.margin40 {
	margin-top: 40px;
}
.container {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.flex-start{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}

/* header */
.header {
	overflow: hidden; 
	position: relative;    
	min-height: 100%;
	height: 336px;
}
.swiperbox {
	display: inline-block;
	width: 1920px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -3;
}
.top-tool {
	color: #737373;
	font-size: 18px;
	margin-top: 15px;
}
.top-tool a {
	color: #737373;
	cursor: pointer;
}

.ipv6 {
	padding: 0 15px;
	margin-right: 20px;
	border-radius: 50px;
	border: 1px solid #737373;
}

.zzms {
	margin-left: 20px;
}


/* logo */
.logo-box {
	margin-top: 90px;
}
.search-box{
	width: 370px;
	height: 38px;
	overflow: hidden;
	margin-top: 32px;
	border-radius: 10px;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	position: relative;
	margin-left: 140px;
}
.search-box input[type=text] {
	width: 320px;
	height: 36px;
	border: 0;
	outline: 0;
	text-indent: 26px;
	font-size: 16px;
	color: #9d9d9d;
}
.search-btn {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -15px;
}
.menu-box{
	padding: 32px 0;
	background-color: #dff3fe;
}
/* nav */
.nav-box {
	width: 162px;
}
.nav-box ul {
	width: 100%;
}
.nav-box ul li {
	width: 100%;
	height: 66px;
	color: #ffffff;
	font-size: 24px;
	line-height: 66px;
	text-align: center;
	margin-bottom: 5px;
	background-color: #155c9e;
}
.nav-box ul li:last-child {
	margin: 0;
}
.nav-box ul li a.on{
	color: #155c9e;
	background-color: #fff;
}
.nav-box ul li a {
	color: #ffffff;
	display: block;
	font-size: 24px;
}
/* 分区 */
.ZoneA {
	width: 1025px;
}
/* 分区-首页 */
.ys-box {
	width: 1025px;
	display: flex;
}

.xwlist-box{
	width: 410px;
    height: 420px;
    margin-left: 20px;
}

/* swiper */
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: left;
	font-size: 18px;
	background: #F7F7F7;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide p{
	padding-top: 30px;
    font-size: 16px;
    color: #333333;
	margin-left: 20px;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: auto;
	left: 100%;
	margin-left: -75px;
}
.swiper-pagination-bullet-active {
	width: 25px;
	border-radius: 15px;
}
.div-date{
	width: 92px;
	height: 68px;
	display: flex;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 312px;
	left: 20px;
}

.div-date-top{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 92px;
	height: 40px;
	background-color: #BEB7B6;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.div-date-bottom{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 92px;
	height: 28px;
	background-color: #155C9E;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.div-date-top-text{
	font-size: 24px;
	color: black;
}

.div-date-bottom-text{
	font-size: 20px;
	color: white;
}

.tpxw-box {
	display: flex;
    flex-direction: column;
    width: 585px;
    height: 410px;
    margin-bottom: 10px;
    margin-left: 10px;
	background-color: #F7F7F7;
}

.xw-title{
	display: flex;
	height: 50px;
	border-bottom: 2px solid #ededed;
}

.title-text{
	height: 50px;
	font-size: 22px;
	color: #535353;
	font-weight: bold;
    cursor: pointer;
}


.xw-title ul {
	width: 100%;
}
.xw-title ul li {
	float: left;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #535353;
    cursor: pointer;
    margin-right: 30px;
	margin-left: 15px;
    font-weight: bold;
	position: relative;
}

.xw-title ul li.on::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #3678d8;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}

.xw-title ul li.on a {
	display: block;
	font-size: 22px;
	color: #3678d8;
} 

.xw-title ul li a {
	display: block;
	font-size: 22px;
	color: #535353;
} 

.xw-content{
	flex: 1;
}

.xwlist li{
	height: 45px;
	line-height: 45px;
	/* width: 74%; */
	background: url(dot.png) left center no-repeat;
    text-indent: 15px;
	font-size: 18px;
	color: #333333;
}

.xwlist span{
	width: 26%;
    float: right;
    color: #949494;
    font-size: 18px;
    text-indent: 0;
    text-align: right;
}

a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    color: #333333;
}
.com {
    display: inline-block;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*----------首页 end---------------------*/

/* 分区-要闻动态 */
.ywdt-box{
	width: 1025px;
	height: 420px;
	display: flex;
	margin: auto 10px ;
}

.ywdt-left{
	width: 500px;
}

.ywdt-right{
	width: 500px;
	margin-left: 25px;
}

.div-gzdt{
	height: 200px;
}

.ywdt-tpxw{
	height: 220px;
}

.div-title{
	height: 50px;
    border-bottom: 2px solid #ededed;
}

.div-title span {
	float: left;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #3678d8;
    cursor: pointer;
    font-weight: bold;
	position: relative;
}

.div-title span::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #3678d8;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}

.ywdtlist li{
	height: 45px;
	line-height: 45px;
	/* width: 74%; */
	background: url(dot.png) left center no-repeat;
    text-indent: 15px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ywdtlist span{
	width: 18%;
    float: right;
    color: #949494;
    font-size: 18px;
    text-indent: 0;
    text-align: right;
	margin-right: 15px;
}

a.ywdtcom:link, a.ywdtcom:visited, a.ywdtcom:active {
    text-decoration: none;
    color: #333333;
	font-size: 18px;
}

.ywdtcom {
    display: inline-block;
    width: 72%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#gzdt li{
	background: none;
}

.div-imgcontent{
	display: flex;
	justify-content: center;
}

.div-zwgk .div-img{
	width: 219px;
	background-color: #EEEEEE;
}

.ywdt-tpxw .div-img{
	width: 154px;
	height: 146px;
	background-color: #EEEEEE;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
.ywdt-tpxw .div-img img{
	display: block;
	height: 83%;
}
.ywdt-tpxw .div-img p {
	color: #333333;
	font-size: 16px;
}

.div-pic{
	width: 1200px;
	margin: 30px auto;
}

.div-zwgk {
	width: 1200px;
	height: 160px;
	margin: 0 auto;
	background-image: url(zwgkbg.jpg);
	display: flex;
}

/*----要闻动态结束----*/


/* 分区-政务公开 */
.zwgk-box{
	width: 1025px;
	height: 420px;
	display: flex;
	margin: auto 10px ;
}

.zwgk-left{
	width: 500px;
}

.zwgk-right{
	width: 480px;
	margin-left: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
}

.zwgk-content{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: column;
	height: 370px;
	align-items: center;
    justify-content: space-evenly;
}

.zwgk-content-btn{
	display: -webkit-flex;
    display: flex;
	width: 431px;
	height: 62px;
    background-color: #F0F8FF;
    border-radius: 1px;
    align-items: center;
    /* justify-content: center;  */
}


.zwgk-content-btn-img{
	width: 22px;
	height: 22px;
	margin-left: 100px;
}

.zwgk-content-btn-text{
	font-size: 20px;
	margin-left: 15px;
	color: black;
}

.right-btn-area{
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.zwgk-right-btn{
	display: -webkit-flex;
	display: flex;
	width: 210px;
	height: 49px;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	border: 1px solid #EBF0F4;/*设置边框样式及宽度*/
	box-shadow: 1px 1px 2px E2EDF4(0, 0, 0, 0.4);
	background-color: #ffffff;
}

.zwgk-right-btn img{
	margin: auto 20px;
}
.zwgk-right-btn-text{
	font-size: 16px;
    color: #343331;
}
/*----政务公开结束----*/


/* 分区-互动交流 */
.hdjl-box{
	width: 1025px;
	height: 420px;
	display: flex;
	margin: auto 10px ;
}


.hdjl-left{
	width: 500px;
}

.hdjl-right{
	width: 500px;
	margin-left: 25px;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.hdjl-content{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: column;
	height: 370px;
	align-items: center;
}

.hdjl-content img{
	width: 464px;
	height: 210px;
	margin-top: 20px;
}

.hdjl-content div{
	width: 500px;
	margin-top: 8px;
}

.hdjl-right-btn{
	width: 217px;
	height: 147px;
	background-color: #F4F4F4;
	border-radius: 10px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hdjl-right-btn-circle{
	display: -webkit-flex;
    display: flex;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #E2EDF4;
    box-shadow: 2px 2px 4px E2EDF4(0, 0, 0, 0.4);
    background-color: #ffffff;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
}

.hdjl-right-btn-text{
	font-size: 18px;
	color: #000;;
}
/*----互动交流结束----*/

/* 分区-政务服务 */
.zwfw-box{
	width: 1025px;
	height: 420px;
	display: flex;
	margin: auto 10px ;
}

.zwfw-left{
	width: 500px;
}

.zwfw-right{
	width: 500px;
	margin-left: 25px;
}

.zwfw-left-content{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 370px;
}

.zwfw-bgimg{
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 18px;
}

.zwfw-left-btnarea{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	flex: 1;
}

.zwfw-left-btn{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 234px;
    height: 66px;
    background-color: #F4F4F4;
    border-radius: 8px;
}

.zwfw-left-btn-img{
	margin-right: 20px;
}

.zwfw-left-btn-text{
	font-size: 20px;
    color: #155c9e;
}


.zwfw-right-btnarea{
	height: 370px;
	padding-right: 10px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	flex: 1;
}

.zwfw-right-btn{
	display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 218px;
    height: 157px;
    background-color: #F1F0F0;
    border-radius: 8px;
    margin: auto;
    align-items: center;
}

.zwfw-right-btn-img{
	width: 130px;
    height: 93px;
    margin-top: 15px;
    border-radius: 8px;
}

.zwfw-right-btn-text{
	display: -webkit-flex;
    display: flex;
    font-size: 16px;
    color: #343331;
    flex: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
}
/*----政务服务结束----*/


/* 分区-专题专栏 */
.ztzl-box{
	width: 1025px;
	height: 420px;
	display: flex;
	margin: auto 10px ;
}

.ztzl-left{
	width: 500px;
}

.ztzl-right{
	width: 500px;
	margin-left: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding-top: 25px;
    padding-bottom: 25px;
}

.div-content{
	padding-right: 10px;
}

#ztzllist li{
	background: none;
}

.zt_img{
	width: 239px;
	height: 103px;
}

/*----专题专栏结束----*/


.div-img{
	margin: 5px;
}

.div-btnbox{
	display: -webkit-flex; /* Safari */
	display: flex;
    flex: 1;
    margin-left: 30px;
	margin-right: 15px;
	flex-wrap: wrap;
    align-content: space-around;
	justify-content: space-around;
}

.text-box{
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 248px;
	height: 48px;
	background-color: #fff;
	border-radius: 1px;
	align-items: center; /* 水平和垂直都居中对齐 */
    justify-content: center; /* 水平居中对齐 */
}

.zwgk-btn-img{
	width: 22px;
	height: 22px;
}

.zwgk-btn-text{
	font-size: 20px;
	margin-left: 15px;
	color: black;
}

.div-box2{
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 1200px;
	height: 285px;
	margin: 15px auto;
}

.box-left{
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 462px;
	height: 285px;
	background-color: #F3FAFF;
	flex-wrap: wrap;
}

.box-module{
	width: 115px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 15px auto;
	align-items: center;
}

.box-circle{
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 68px; /* 设置元素宽度 */
    height: 68px; /* 设置元素高度 */
    border-radius: 50%; /* 设置边框为圆角 */
	border: 1px solid #E2EDF4;/*设置边框样式及宽度*/
	box-shadow: 2px 2px 4px E2EDF4(0, 0, 0, 0.4);
	background-color: #ffffff;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}

.module-img{
	width: 34px;
	height: 34px;
}

.module-text{
	font-size: 16px;
	margin-top: 13px;
	color: #343331;
}

.box-fgx{
	border: 1px solid;
	height: 285px;
	color: #DCDCDC;
	margin: auto 10px;
}

.box-center{
	flex: 1;
}

.tool-container {
	width: 1200px;
	margin: 0 auto;
}

.title-container{
	position: relative;
}

.center-title{
	width: 100%;
	height: 52px;
	border-bottom: 2px solid #EDEDED;
	line-height: 52px;
}

.title-text{
	font-size: 22px;
	color: #3678d8;
	font-weight: bold;
}


.blue-line{
	position: absolute;
	margin-left: 26px;
}

.center-content{
	display: -webkit-flex; /* Safari */
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}

.content-module{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: column;
	width: 155px;
	height: 200px;
	background-color: #EDEDED;
	border-radius: 8px;
	margin: auto;
	align-items: center;
}

.content-module-img{
	width: 130px;
	height: 93px;
	margin-top: 15px;
	border-radius: 8px;
}

.content-module-text{
	display: -webkit-flex; /* Safari */
	display: flex;
	font-size: 16px;
	color: #343331;
	flex: 1;
	text-align: center;
    justify-content: center;
    align-items: center;
}


.box-right{
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 185px;
	height: 285px;
	flex-direction: column;
	justify-content: space-between;
}

.right-btn{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	width: 183px;
	height: 60px;
	background-color: #EBF4FE;
	border-radius: 8px;
}

.right-btn-img{
	width: 29px;
	height: 29px;
	margin: auto 10px;
}

.right-btn-text{
	font-size: 18px;
	color: black;
}

.div-yqlj{
	width: 1200px;
	margin: 20px auto;
}

.yqlj-title-container{
	position: relative;
}

.yqlj-title{
	width: 1200px;
	height: 52px;
	border-bottom: 2px solid #EDEDED;
	line-height: 52px;
	text-align: center;
}

.yqlj-title-text{
	font-size: 22px;
	color: #3678d8;
	font-weight: bold;
}

.yqlj-blueline{
	position: absolute;
	margin-left: 580px;
}

.yqlj-box{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.yqlj-btn{
	display: flex;
    width: 220px;
    height: 80px;
    background-color: #F6F6F6;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.yqlj-btn-text{
	font-size: 20px;
	color: #20528f;
}

.icon-box{
	position: fixed;
    right: 50px;
    top: 370px;
    z-index: 999;
}

.icon-box-li{
	margin: 3px auto;
	position: relative;
	cursor: pointer;
}

.erwm-box{
	position: absolute;
    display: none;
    right: 40px;
    top: -42px;
}