﻿.container:after,
.container:before {
	display: table;
	content: "";
}

.container:after {
	clear: both;
}

.container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container.width-1200 {
	width: 1200px;
}

@media (max-width:1480px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container,
	.container[class*="width-"] {
		width: 1170px;
	}
}

@media (max-width:1200px) {

	.container,
	.container[class*="width-"] {
		width: 970px;
	}
}

@media (max-width:992px) {

	/* .container{padding-left: 15px; padding-right: 15px;} */
	.container,
	.container[class*="width-"] {
		width: 750px;
	}
}

@media (max-width:768px) {

	.container,
	.container[class*="width-"] {
		width: auto;
	}
}


.header {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	height: auto !important;
}

.header .header-bg {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.header .header-bg img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: -5px;
}

.header .logo a {
	position: absolute;
	z-index: 2;
	top: 20px;
}
.header .logo a img {
	width: 280px;
}

.main {
	width: 100%;
}

.main .container {
	background-color: #fff;
	height: 100%;
}

/* 导言 css */
.main .discription-box {
	width: 100%;
	/* height: 365px; */
	background: url(../images/main_dy_bg.png);
	background-size: 100% 100%;
}

.title-box {
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 24px;
}

.title-box .title-bg {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.title-box .more {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.discription-box .content {
	width: 1115.36px;
	height: 207.11px;
	opacity: 1;
	background-color: rgba(240, 247, 255, 1);
	margin: 0 auto;
	margin-top: 43px;

	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
	color: rgba(51, 51, 51, 1);
	text-align: justify;
	vertical-align: top;

	padding: 0 34px;
	padding-top: 31px;
	box-sizing: border-box;
	text-indent: 2em;
}

/* 工作动态 css */
.gzdt-box {
	width: 100%;
	/* height: 515px; */
	background: url(../images/main_gzdt_bg.png);
	background-size: 100% 100%;
}

.gzdt-box .content {
	width: 1115px;
	height: 320px;
	opacity: 1;
	/* background-color: rgb(255, 255, 255); */
	margin: 0 auto;
	margin-top: 41px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gzdt-box .content .item {
	width: 537px;
	height: 51.78px;
	/* background-color: #b86d6d2d; */
	margin-bottom: 38px;
	display: flex;

}

.gzdt-box .content .item-left {
	padding-right: 10px;
	border-right: 1px solid rgba(166, 166, 166, 1);
	text-align: center;
	flex-shrink: 0;
}

.gzdt-box .content .item-left .day {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(42, 130, 228, 1);
	text-align: center;
}

.gzdt-box .content .item-left .date {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.gzdt-box .content .item-right {
	flex-grow: 1;
	padding-left: 9px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;

}

/* 重点任务 css */
.zdrw-box {
	width: 100%;
	/* height: 1291px; */
	background: url(../images/main_zdrw_bg.png);
	background-size: 100% 100%;
}

.zdrw-box .content {
	background-color: rgba(240, 245, 255, 1);
	position: relative;
}

.zdrw-box .content .item {
	padding-top: 37px;
}

.zdrw-box .content .item-title-bg {
	width: 921px;
	height: 69px;
	opacity: 1;
	background: linear-gradient(90deg, rgba(217, 230, 250, 1) 0%, rgba(0, 87, 201, 1) 53.7%, rgba(217, 230, 250, 1) 100%);
	margin: 0 auto;
	position: absolute;
	/* 居中 */
	left: 50%;
	transform: translateX(-50%);
	
}
.zdrw-box .content .item-title {
	height: 69px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 32px;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 39px;
}

.zdrw-box .content .item-content {
	/* margin: 0 auto; */
	/* margin-top: 39px; */
	position: relative;
	padding-bottom: 60px;
}

.zdrw-box .content .item-content .zdrw-dp-container {
	position: relative;
	overflow: hidden;
}

.zdrw-box .content .item-content .sp {
	position: relative;
	display: block;
	width: 1110px;
	height: 730px;
	margin: 0 auto;
	cursor: pointer;
}

.zdrw-box .content .item-content img {
	object-fit: fill;
	width: 100%;
	height: 100%;
}

.zdrw-box .content .item-content .sp .title {
	width: 1110px;
	/* height: 224px; */
	background: linear-gradient(0deg, rgba(56, 56, 56, 1) 0%, rgba(56, 56, 56, 0) 100%);
	position: absolute;
	bottom: 0;
	padding-top: 41.42px;
	box-sizing: border-box;
	padding: 0 60px;
	padding-bottom: 20px;
}

.zdrw-box .content .item-content .sp .title h3 {
	font-size: 36px;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
}

.zdrw-box .content .item-content .sp .title p {
	font-size: 20px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: justify;
	vertical-align: top;
	text-indent: 2em;
	padding-top: 34px;
	box-sizing: border-box;
	line-height: 32px;
}



.zdrw-box .content .item-content .zdrw-xp-container {
	position: relative;
	overflow: hidden;
	width: 1110.11px;
	margin: 0 auto;
	margin-top: 36px;
}

.zdrw-box .content .item-content .zdrw-xp-container .pic {
	width: 344.11px;
	height: 194.17px;
	position: relative;
}

.zdrw-box .content .item-content .zdrw-xp-container .swiper-slide-thumb-active .pic {
	border: 4px solid #33a3e9;
}

.zdrw-box .content .item-content .zdrw-xp-container .pic .title {
	position: absolute;
	width: 344.11px;
	height: 38.83px;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 38.83px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.zdrw-box .content .item-content .zdrw-xp-container .swiper-nav {
	width: 47px;
	height: 47px;
	background-color: #fff;
	border-radius: 999px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	cursor: pointer;
}

.zdrw-box .content .item-content .zdrw-xp-container .swiper-nav.next {
	right: 0;
	background: url(../images/next.png) no-repeat center;
	background-size: 100% 100%;
}

.zdrw-box .content .item-content .zdrw-xp-container .swiper-nav.prev {
	left: 0;
	background: url(../images/prev.png) no-repeat center;
	background-size: 100% 100%;
}

.zdrw-box .content .item-content #swiper-pagination {
	position: absolute;
	bottom: 47px;
	left: 50%;
	transform: translateX(-50%);
}

.zdrw-box .content .item-content #swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin: 0 20px;
	transition: all 0.3s;
}

.zdrw-box .content .item-content #swiper-pagination .swiper-pagination-bullet-active {
	width: 89px;
	height: 20px;
	margin: 0 20px;
	border-radius: 99px;
}

/* 工作标准 css */
.gzbz-box {
	width: 100%;
	/* height: 1276px; */
	background: url(../images/main_gzbz_bg.png);
	background-size: 100% 100%;
}

.gzbz-box .content {
	width: 1137px;
	margin: 0 auto;
	margin-top: 37px;
	/* background-color: #803b3b; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gzbz-box .content .item {
	width: 547px;
	height: 186px;
	position: relative;
	margin-bottom: 29px;
}

.gzbz-box .content .item-main {
	width: 525px;
	height: 186px;
	position: absolute;
	right: 0;
	background: rgba(240, 245, 255, 1);
	padding: 18px 34px;
	box-sizing: border-box;
}

.gzbz-box .content .item-main .right-bottom-icon {
	width: 68px;
	height: 64px;
	position: absolute;
	background: url(../images/main_gzbz_icon.png) center center no-repeat;
	background-size: 100% 100%;
	right: 0;
	bottom: 0;
}

.gzbz-box .content .item-main .item-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 15px;
	/* position: relative; */
}

.gzbz-box .content .item-main .item-title::before {
	content: "";
	width: 40px;
	height: 41px;
	background: url(../images/gzbz_rank_icon.png);
	background-size: 100% 100%;
	position: absolute;
	left: -20px;
}

.gzbz-box .content .item:nth-child(2) .item-title::before {
	background: url(../images/gzbz_rank_icon2.png);
}
.gzbz-box .content .item:nth-child(3) .item-title::before {
	background: url(../images/gzbz_rank_icon3.png);
}
.gzbz-box .content .item:nth-child(4) .item-title::before {
	background: url(../images/gzbz_rank_icon4.png);
}
.gzbz-box .content .item:nth-child(5) .item-title::before {
	background: url(../images/gzbz_rank_icon5.png);
}
.gzbz-box .content .item:nth-child(6) .item-title::before {
	background: url(../images/gzbz_rank_icon6.png);
}
.gzbz-box .content .item:nth-child(7) .item-title::before {
	background: url(../images/gzbz_rank_icon7.png);
}
.gzbz-box .content .item:nth-child(8) .item-title::before {
	background: url(../images/gzbz_rank_icon8.png);
}
.gzbz-box .content .item:nth-child(9) .item-title::before {
	background: url(../images/gzbz_rank_icon9.png);
}
.gzbz-box .content .item:nth-child(10) .item-title::before {
	background: url(../images/gzbz_rank_icon10.png);
}

.gzbz-box .content .item-main .item-content {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: rgba(102, 102, 102, 1);
	text-align: justify;
	text-indent: 2em;
}

.gzbz-box .content .item-main .item-content a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	color: rgba(0, 87, 201, 1);
	text-align: justify;
	vertical-align: top;
	cursor: pointer;
}

/* 实施步骤 css */
.ssbz-box {
	width: 100%;
	/* height: 998px; */
	background: url(../images/main_ssbz_bg.png) center no-repeat;
	background-size: 100% 100%;
}

.ssbz-box .container {
	position: relative;
	padding-bottom: 100px;
}

.ssbz-box .bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 584px;
}

.ssbz-box .content {
	position: relative;
	width: 1129px;
	margin: 0 auto;
	margin-top: 37px;
	/* background-color: #b56262; */
}

.ssbz-box .content .line {
	width: 100%;
	height: 4px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 87, 201, 1) 30.09%, rgba(67, 131, 215, 1) 71.3%, rgba(255, 255, 255, 1) 100%);
	position: absolute;
	top: 109px;
}

.ssbz-box .content .content-main {
	width: 100%;
	display: flex;
}

.ssbz-box .content .content-main .item {
	padding-left: 21px;
	box-sizing: border-box;
	margin-right: 75px;
}

.ssbz-box .content .content-main .item-header {
	position: relative;
}

.ssbz-box .content .content-main .item-header .item-header-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 32px;
	color: rgba(0, 87, 201, 1);
	text-align: left;
	vertical-align: top;
}

.ssbz-box .content .content-main .item-header .item-header-disc {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
}

.ssbz-box .content .content-main .item-header::after {
	content: "";
	width: 26px;
	height: 26px;
	background-color: rgba(0, 87, 201, 1);
	box-shadow: 0 0 0 7px rgba(66, 148, 255, 0.4);
	position: absolute;
	bottom: -58px;
	left: 7px;
	border-radius: 999px;
}

.ssbz-box .content .content-main .item-content {
	margin-left: 19px;
	margin-top: 64px;
	border-left: 1px solid rgba(0, 87, 201, 1);
	height: 581.13px;
	padding-left: 38px;
	padding-top: 3px;
}

.ssbz-box .content .content-main .item-content .item-content-li {
	width: 239px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 32px;
	color: rgba(0, 87, 201, 1);
	text-align: justify;
	vertical-align: top;
	margin-top: 44px;
	position: relative;
}

.ssbz-box .content .content-main .item-content .item-content-li::before {
	content: "";
	width: 28px;
	height: 28px;
	border: 1px dashed rgba(0, 87, 201, 1);
	box-shadow: 0 0 0 6px rgb(255, 255, 255) inset, 0 0 0 18px rgba(0, 87, 201, 1) inset;
	position: absolute;
	border-radius: 999px;
	left: -54px;
}

@media (max-width: 981px) {

	.title-box .title-bg,
	.more {
		display: none;
	}

	.main .discription-box {
		height: auto;
	}

	.discription-box .content {
		width: 100%;
		height: auto;
	}

	.gzdt-box {
		height: auto;
	}

	.gzdt-box .content {
		height: auto;
		width: 100%;
	}

	.zdrw-box {
		height: 100%;
	}

	.zdrw-box .content .item-title {
		width: 100%;
	}

	.zdrw-box .content .item-content {
		padding-bottom: 60px;
	}

	.zdrw-box .content .item-content .sp {
		width: 100%;
		height: auto;
		height: 520px;
	}

	.zdrw-box .content .item-content .sp .title {
		width: 100%;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.zdrw-box .content .item-content .sp .title h3 {
		font-size: 25px;
	}

	.zdrw-box .content .item-content .sp .title p {
		display: none;
	}

	.zdrw-box .content .item-content .zdrw-xp-container {
		display: none;
	}

	.zdrw-box .content .item-content #swiper-pagination {
		bottom: 15px;
	}

	.zdrw-box .content .item-content #swiper-pagination .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		margin: 0 5px;
	}

	.zdrw-box .content .item-content #swiper-pagination .swiper-pagination-bullet-active {
		width: 40px;
		margin: 0 5px;
	}

	.gzbz-box {
		height: auto;
	}

	.gzbz-box .content {
		width: 100%;
	}

	.gzbz-box .content .item {
		width: 100%;
		padding-left: 20px;
		box-sizing: border-box;
		height: auto;
	}

	.gzbz-box .content .item-main {
		width: 100%;
		position: static;
		height: auto;
		padding-bottom: 34px;
	}

	.gzbz-box .content .item-main .item-title::before {
		left: 0;
	}

	.ssbz-box {
		height: auto;
	}

	.ssbz-box .content .line {
		display: none;
	}

	.ssbz-box .content .content-main {
		display: block;
	}

	.ssbz-box .content .content-main .item {
		position: relative;
	}

	.ssbz-box .content .content-main .item-header {
		position: absolute;
		left: 77px;
		top: -50px;
	}

	.ssbz-box .content .content-main .item-header::after {
		left: -50px;
		top: 50%;
		transform: translateY(-50%);
	}

	.ssbz-box .content .content-main .item-content {
		height: auto;
	}

	.ssbz-box .content .content-main .item {
		width: 100%;
		margin-bottom: 90px;
	}

	.ssbz-box .content .content-main .item-content .item-content-li {
		width: 100%;
	}

	.ssbz-box .content .content-main {
		position: relative;
	}

	.ssbz-box .bg {
		height: auto;
		width: auto;
	}

	.ssbz-box .content {
		width: 100%;
	}


	.wza {
		right: 20px;
		top: 20px;
	}

	.header .logo a img {
		width: 180px;
	}
	.zdrw-box .content .item-title-bg {
		width: 100%;
	}
}
@media (max-width: 431px) {
	.header .logo a img {
		width: 100px;
	}
	.wza {
		right: 15px !important;
		top: 20px !important;
		font-size: 14px !important;
	}
	.zdrw-box .content .item-content .sp {
		height: 335px;
	}

	.discription-box .content {
		padding-bottom: 31px;
	}

	.zdrw-box .content .item-content #swiper-pagination .swiper-pagination-bullet {
		margin: 0 4px;
	}

	.zdrw-box .content .item-content #swiper-pagination .swiper-pagination-bullet-active {
		margin: 0 4px;
	}
	.zdrw-box .content .item-title {
		font-size: 26px;
	}
}