*{ 
	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;
}
body {
	font-family: "Microsoft Yahei";
	color: #333;
}
.margin10 {
	margin-top: 10px;
}
.margin20 {
	margin-top: 20px;
}
.margin30 {
	margin-top: 30px;
}
.margin40 {
	margin-top: 40px;
}
.margin50 {
	margin-top: 50px;
}
.margin60 {
	margin-top: 60px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.d-flex-bet {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.header {
	margin-bottom: 60px;
}
.top .time {
	height: 30px;
	line-height: 30px;
	color: #8996ad;
	font-size: 15px;
}
.top-right {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.top-right li {
	border: 1px solid #8996ad;
	border-radius: 20px;
	margin-left: 15px;
	padding: 0 15px;
	color: #8996ad;
}
.top-right li a {
	color: #8996ad;
}
.top-right img {
	height: 20px;
	vertical-align: -3px;
	margin-right: 3px;
}

.search-box {
	height: 50px;
	width: 350px;
	border-radius: 30px;
	background-color: #fff;
}
.fgwsearch {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}
.search-box #searchword {
	width: 72%;
	height: 100%;
	display: block;
	font-size: 15px;
	padding: 15px;
	border: none;
	background: transparent;
	outline: none;
	color: #7b7b7b;
}
.search-box .search-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	width: 95px;
	color: #fff;
	margin-top: 3px;
	border-radius: 30px;
	background: linear-gradient(to top, #4472c4, #2257b7);
}
.search-box .search-btn img {
	margin-right: 3px;
}
.rc-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
}
.rc-box a {
	color: #999;
	font-size: 14px;
	margin: 0 10px;
}

/* main */

.nav-box li {
	width: 282px;
	height: 77px;
	line-height: 77px;
	margin-bottom: 3px;
	border-radius: 10px;
	background: linear-gradient(to top, #4472c4, #2257b7);
}
.nav-box li a {
	color: #fff;
	height: 100%;
	display: block;
	font-size: 18px;
	padding-left: 29px;
	position: relative;
}
.nav-box li a::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 3px solid #c8d6ed;
	border-left: 0px;
	border-bottom: 0px;
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -4px;
	transform: rotate(45deg);
}
.nav-box li img {
	height: 18px;
	margin-right: 18px;
	vertical-align: -2px;
}
.nav-box li a .on {
	display: none;
}
.nav-box li a:hover {
	color: #4472c4;
	background-color: #fff;
}
.nav-box li a:hover::after {
	border-color: #4472c4;
}
.nav-box li a:hover img {
	display: none;
}
.nav-box li a:hover img.on {
	display: inline-block;
}
/* 图片新闻 */
.news-box {
	width: 900px;
	height: 477px;
	border-radius: 15px;
	overflow: hidden;
}
#wrapper {
	width: 900px;
	height: 477px;
	border-radius: 15px;
	overflow: hidden;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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 {
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide a {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none; /* 确保阴影不会影响鼠标事件 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.71));
}
.swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 20px;
	color: #fff;
	font-size: 18px;
	text-indent: 1em;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: auto;
	left: auto;
	right: 15px;
	bottom: 20px;
}
.swiper-pagination-bullet {
	background-color: transparent;
	border: 2px solid #fff;
}
.swiper-pagination-bullet-active {
	background-color: #fff;
}
/* 新闻中心 */
.news-xwzx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
	background-color: #fff;
}
.xwzx-szyw-box {
	width: 100%;
	height: 154px;
	border-radius: 15px;
	background-color: #e9f2fb;
}
.xwzx-szyw-box a {
	height: 100%;
	padding: 25px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.xwzx-szyw-box h1 {
	color: #4472c4;
	font-size: 24px;
	margin-bottom: 16px;
}
.xwzx-szyw-box p {
	color: #999999;
	font-size: 16px;
	line-height: 26px;
}
/* 
新闻中心-鸢都新闻、发改动态
政务公开-政策文件、政策解读
 */
.xwzx-ydxw-box,
.xwzx-fgdt-box,
.zcwj-box,
.zcjd-box {
	width: 48%;
}
.news-xwzx .titles,
.news-zwgk .titles,
.news-jjxs .titles {
	border: 0;
}
.news-xwzx .titles span,
.news-zwgk .titles span,
.news-jjxs .titles span {
	font-size: 18px;
}
.news-xwzx .titles span::after,
.news-zwgk .titles span::after,
.news-jjxs .titles span::after {
	height: 0;
}
.news-xwzx .content li,
.news-zwgk .content li,
.news-jjxs .content li {
	line-height: 32px;
}
.news-xwzx .content a,
.news-zwgk .content a,
.news-jjxs .content a {
	color: #363636;
	font-size: 16px;
	display: inline-block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 15px;
	line-height: 32px;
}
.news-xwzx .content a::before,
.news-zwgk .content a::before,
.news-jjxs .content a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border: 4px solid transparent;
	border-left-color: #4472c4;
	margin-top: -2px;
}
.news-xwzx .content span,
.news-zwgk .content span,
.news-jjxs .content span {
	float: right;
	color: #999999;
	font-size: 14px;
}
/* 政务公开 */
.news-zwgk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
	background-color: #fff;
}
/* 通用标题头 */
.titles {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #a3bfe1;
}
.titles span {
	color: #3365bd;
	height: 100%;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.titles span::after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #2d60bb;
}
.titles span img {
	margin-right: 5px;
	vertical-align: -3px;
}
.titles a {
	float: right;
	color: #999999;
	font-size: 15px;
}
.szyw-box,
.tzgg-box{
	width: 48%;
}
.news-zwgk-btns {
	width: 100%;
	height: 128px;
	margin-top: 10px;
	background-color: #e8f1f8;
}
.news-zwgk-btns ul {
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}
.news-zwgk-btns ul li {
	flex: 1;
	height: 100%;
}
.news-zwgk-btns ul li a {
	color: #386ea9;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.news-zwgk-btns ul li a:hover {
	background-color: #8cccca;
}
.news-zwgk-btns ul li img {
	height: 38px;
	margin-bottom: 10px;
}
/* 经济形式 */
.news-jjxs {
	padding: 25px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-jjxs > div {
	flex: 1;
}
.news-jjxs .news-jjxs-lists {
	flex: 8%;
}

.news-jjxs .content li {
	line-height: 26px;
}
.news-jjxs .content a {
	line-height: 26px;
}
/* 互动交流 */
.news-hdjl {
	padding: 25px;
	background-color: #fff;
}
.news-hdjl-if {
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.news-hdjl-btns ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-hdjl-btns ul li {
	width: 220px;
	height: 84px;
	line-height: 84px;
	background-color: #e7eef4;
	border: 1px solid #e6e6e6;
}
.news-hdjl-btns ul li a {
	color: #3072a2;
	font-size: 22px;
	display: block;
	text-align: center;
}
.news-hdjl-btns ul li:hover {
	background-color: #8cccca;
}
.news-hdjl-btns ul li:hover a {
	color: #fff;
}
/* 政务服务 */
.news-zwfw {
	padding: 25px;
	background-color: #fff;
}
.news-zwfw-btns ul {
	width: 841px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.news-zwfw-btns ul li {
	width: 217px;
	height: 57px;
	line-height: 57px;
	margin-top: 24px;
	background-color: #e7eef4;
	border: 1px solid #e6e6e6;
}
.news-zwfw-btns ul li a {
	color: #3072a2;
	font-size: 22px;
	display: block;
	text-align: center;
}
.news-zwfw-btns ul li:hover a {
	color: #fff;
}
.news-zwfw-btns ul li:hover {
	background-color: #8cccca;
}
/* 时政要闻 */
.szyw-content {
	margin-top: 5px;
	overflow: hidden;
}
.szyw-content ul {
	margin-top: 5px;
}
.szyw-content ul li {
	margin-top: 15px;
}
.szyw-content ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.szyw-time {
	width: 89px;
	height: 82px;
	background-color: #eeeeee;
	border-radius: 5px;
}
.szyw-time .day {
	height: 51px;
	color: #999999;
	font-size: 34px;
	line-height: 51px;
	text-align: center;
}
.szyw-time .year-month {
	width: 87px;
	height: 30px;
	color: #999999;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
}
.szyw-content ul li a:hover .szyw-time {
	background: linear-gradient(to top, #4472c4, #2257b7);
}
.szyw-content ul li a:hover .day {
	color: #fff;
}
.szyw-content ul li a:hover .year-month {
	color: #285cb9;
}
.szyw-document {
	width: 470px;
	height: 82px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: start;
}
.szyw-document-p1 {
	color: #363636;
	font-size: 16px;
	line-height: 25px;
}
.szyw-document-p2 {
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}
.szyw-content ul li a:hover .szyw-document-p1 {
	color: #285cb9;
}
/*  通知公告 */
.tzgg-content ul {
	height: 280px;
	display: flex;
	margin-top: 20px;
	flex-direction: column;
	justify-content: space-between;
}
.tzgg-content ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
	flex: 1;
}
.tzgg-content ul li a {
	color: #363636;
	font-size: 16px;
	position: relative;
}
.tzgg-content ul li a::before {
	content: "";
	position: absolute;
	top: 8px;
	left: -10px;
	border: 4px solid #2d60bb;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.tzgg-content .tzgg-document-p2 {
	display: none;
	color: #999999;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0;
}
.tzgg-content .time {
	color: #999999;
	font-size: 14px;
}
.tzgg-content .time img {
	display: none;
	margin-right: 5px;
	vertical-align: -1px;
}

.tzgg-content ul li.on {
	flex-direction: column;
	align-items: start;
}
.tzgg-content ul li.on a::before {
	transform: rotate(90deg);
	top: 10px;
	left: -12px;
}
.tzgg-content ul li.on img {
	display: inline;
}
.tzgg-content ul li.on .tzgg-document-p2 {
	display: block;
}
/* 专题专栏 */
.img-scroll {
	position: relative;
}
.img-scroll .prev, .img-scroll .next {
	position: absolute;
	top: 28px;
	width: 40px;
	height: 50px;
	background: url(http:/fgw.weifang.gov.cn/55330/images/control.png) center no-repeat;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	opacity: 0.7;
}
.img-scroll .prev {
	right: 0;
	background-position: -40px -84px;
}
.img-scroll .next {
	left: 0;
	background-position: 0 -84px;
}
.img-list {
	position: relative;
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}
.img-list ul {
	width: 9999px;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.img-list li {
	float: left;
	width: 292px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 11px;
}
.img-list li .top {
	width: 377px;
	height: 202px;
}
.img-list li img {
	display: block;
	width: 100%;
}
/*  */
.zwgk-box,
.bsdt-box,
.hdjl-box {
	width: 32%;
}
/* 政务公开 */
.zwgk-box .content {
	width: 100%;
}
.zwgk-box .content ul {
	width: 100%;
	display: flex;
	padding: 16px 0;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	border: 4px solid #edf3fb;
	border-radius: 8px;
}
.zwgk-box .content ul li {
	width: 50%;
	line-height: 50px;
	text-align: center;
}
.zwgk-box .content ul li a {
	color: #7a879b;
	font-size: 17px;
	display: block;
	position: relative;
}
.zwgk-box .content ul li a::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #7a879b;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 24%;
	margin-top: -2px;
}
.ysqgk-box {
	color: #285cb9;
	width: 100%;
	height: 146px;
	margin-top: 5px;
	border-radius: 8px;
	background-color: #edf3fb;
}
.ysqgk-box a {
	color: #285cb9;
	height: 100%;
	display: flex;
	font-weight: bold;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.ysqgk-box a img {
	margin-bottom: 10px;
}
/* 办事大厅 */
.bsdt-box .content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.bsdt-box .content ul li {
	width: 49%;
	height: 108px;
	border-radius: 8px;
	margin-bottom: 8px;
	border: 1px solid #dde3f5;
	box-shadow: 0px 3px 3px #dde3f5;
}
.bsdt-box .content ul li a {
	height: 100%;
	color: #666666;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bsdt-box .content ul li img {
	display: block;
	margin-bottom: 5px;
}
/* 互动交流 */
.hdjl-box .content ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hdjl-box .content ul li {
	width: 32%;
	height: 96px;
	border-radius: 8px;
}
.hdjl-box .content ul li a {
	color: #666666;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hdjl-box .content ul li img {
	margin-bottom: 8px;
}
.hdjl-zl-box {
	width: 100%;
	height: 240px;
	margin-top: 5px;
	background: url(http:/fgw.weifang.gov.cn/55330/images/hdjl-zt-icon-bg.png) no-repeat center;
}
.hdjl-zl-box a {
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 友情链接 */
.yqlj-box .titles ul {
	float: right;
	display: flex;
	justify-content: start;
	align-items: center;
}
.yqlj-box .titles ul li {
	margin: 0 10px;
}
.yqlj-box .titles ul li a {
	float: none;
	font-size: 18px;
	font-weight: bold;
	display: block;
	position: relative;
}
.yqlj-box .titles ul li a.on {
	color: #2d60bb;
}
.yqlj-box .titles ul li a.on::before {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background: linear-gradient(to right, #4472c4, #2358b7);
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -8px;
}
.yqlj-box .content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}
.yqlj-box .content ul li {
	line-height: 40px;
	margin-right: 22px;
}
.yqlj-box .content ul li a {
	color: #666;
	font-size: 16px;
	position: relative;
	padding-left: 10px;
}
.yqlj-box .content ul li a::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #7a879b;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}