@media screen and (max-width: 760px) {
	.index {
		width: 100%;
		background: #a3d5ff;
	}
	.container {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.Mbanner {
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.Mbanner img {
		width: 100%;
	}
	.banner,
	.img {
		display: none;
	}
	.nav {
		width: 100%;
		/*height: 6511px;*/
		position: relative;
	}
	.task {
		width: 7.15rem;
		min-height: 2.15rem;
		margin: 0 auto;
		border-radius: 15px;
		background: rgba(255, 255, 255, 0.75);
		position: relative;
		z-index: 2;
		margin-top: 0.6rem;
	}
	.task_left {
		width: 2.21rem;
		height: 0.5rem;
		background: linear-gradient(to bottom, #3e6dfc, #253ed5);
		border-radius: 0.15rem;
		position: absolute;
		left: 0;
		top: -0.42rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.task_left p {
		font-size: 0.3rem;
		font-weight: bold;
		font-family: "微软雅黑";
		letter-spacing: 0.02rem;
		color: #fff;
	}
	.task_right {
		width: 100%;
	}
	.task_right .task_r_txt {
		font-family: "微软雅黑";
		font-size: 0.28rem;
		color: #444750;
		line-height: 0.45rem;
		text-align: justify;
		letter-spacing: 0.02rem;
		padding-left: 0.3rem;
		padding-right: 0.3rem;
		padding-top: 0.25rem;
		text-indent: 2em;
	}
	.task_r_cons {
		display: flex;
		justify-content: space-between;
		padding: 0 0.4rem;
		padding-bottom: 0.15rem;
		padding-top: 0.25rem;
	}
	.task_r_comm {
		font-family: "微软雅黑";
		font-size: 0.24rem;
		color: #074b8a;
		line-height: 0.34rem;
		text-align: justify;
		padding-bottom: 0.05rem;
		letter-spacing: 0.02rem;
		border-bottom: 0.02rem solid #074b8a;
		display: inline-block;
		font-weight: bold;
	}
	/*导读*/
	.guide {
		padding-top: 0.45rem;
	}
	.guide_nav {
		width: 7.15rem;
		margin: 0 auto;
		background: #fff;
		border-radius: 0.15rem;
		padding: 0.25rem 0;
	}
	.guide_left {
		width: 6.33rem;
		height: 4.31rem;
		border-radius: 0.15rem;
		border: 0.02rem solid #2c6abd;
		box-sizing: border-box;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.guide_l_pic {
		width: 6.15rem;
		height: 4.17rem;
		border-radius: 0.15rem;
		overflow: hidden;
	}
	.guide_l_pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.guide_right {
		width: 6.7rem;
		margin: 0 auto;
	}
	.guide_r_list {}
	.guide_r_comm {
		height: 0.8rem;
		display: flex;
		align-items: center;
	}
	.guide_r_comm span {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #707586;
		display: inline-block;
		margin-right: 0.08rem;
	}
	.guide_r_text {
		width: 95%;
		height: 0.8rem;
		display: flex;
		align-items: center;
		border-bottom: 0.02rem dashed #707586;
		box-sizing: border-box;
	}
	.guide_r_comm a {
		width: 100%;
		font-size: 0.26rem;
		line-height: 0.28rem;
		font-family: "微软雅黑";
		color: #707586;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.details {
		display: flex;
		justify-content: flex-end;
		margin-top: 0.2rem;
	}
	.details a {
		font-family: "微软雅黑";
		font-size: 0.23rem;
		line-height: 0.36rem;
		color: #707586;
		letter-spacing: 0.02rem;
	}
	/*生态*/
	.title {
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.title img {
		width: 100%;
	}
	.ecology {
		padding-top: 0.7rem;
	}
	.ecology_nav {
		width: 7.15rem;
		margin: 0 auto;
		margin-top: -0.2rem;
	}
	.ecology_list {
		width: 100%;
		/*height: 745px;*/
		background: #fff;
		border-radius: 0.15rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding-top: 0.25rem;
	}
	.ecology_comm {
		width: 6.75rem;
		height: 3.07rem;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		margin-top: 0.35rem;
		margin-bottom: 0.1rem;
		padding-bottom: 0.37rem;
		border-bottom: 0.02rem dashed #707586;
		box-sizing: border-box;
	}
	.ecology_comm_pic {
		width: 3.33rem;
		height: 100%;
		border: 0.02rem solid #2c6abd;
		box-sizing: border-box;
		border-radius: 0.15rem;
		overflow: hidden;
	}
	.ecology_comm_pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ecology_comm_con {
		width: 3.15rem;
	}
	.ecology_comm_tit {
		width: 100%;
		color: #595c69;
		font-size: 0.27rem;
		font-family: "微软雅黑";
		font-weight: bold;
		line-height: 0.3rem;
		letter-spacing: 0.02rem;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom: 0.1rem;
	}
	.ecology_comm_content {
		width: 100%;
		color: #595c69;
		font-size: 0.25rem;
		font-family: "微软雅黑";
		line-height: 0.4rem;
		text-align: justify;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.ecology_comm_con .details a {
		font-size: 0.25rem;
		color: #595c69;
		margin-top: 0;
	}
	.ecology_list .ecology_comm:last-of-type {
		border: none;
	}
	/*污染防治攻坚战力度前所未有*/
	.pollute {
		padding-top: .68rem;
	}
	.pollute_nav {
		width: 7.15rem;
		margin: 0 auto;
		border-radius: 0.15rem;
		background: #fff;
		/*background-size: cover;*/
		margin-top: .59rem;
	}
	.pollute_content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.pollute_comm {
		width: 6.85rem;
		margin: 0 auto;
		border-bottom: 0.02rem dashed #4c4948;
		box-sizing: border-box;
		padding: 0.2rem 0;
	}
	.pollute_comm:last-child {
		border: none;
	}
	.pollute_tit {
		width: 5.62rem;
		font-size: 0.3rem;
		font-family: "微软雅黑";
		font-weight: bold;
		color: #09a97e;
		text-align: center;
		letter-spacing: 0.02rem;
		margin: 0.22rem auto;
	}
	.pollute_pic {
		width: 5.62rem;
		height: 3.5rem;
		margin: 0.22rem auto;
	}
	.pollute_pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.pollute_list {}
	.pollute_Li {
		width: 5.62rem;
		display: flex;
		align-items: center;
		margin: 0 auto;
	}
	.pollute_Li span {
		width: 9px;
		height: 10px;
		background: url(../img/sanjiao.png) 0 0 no-repeat;
		background-size: cover;
		display: inline-block;
		margin: 0 5px;
	}
	.pollute_Li a {
		width: 100%;
		font-size: 0.28rem;
		line-height: 0.54rem;
		font-family: "微软雅黑";
		color: #4c4948;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/*绿色低碳发展优势不管巩固提升*/
	.Lcarbon {
		padding-top: 0.65rem;
	}
	.carbon_nav {
		width: 7.15rem;
		margin: 0 auto;
		background: #fff;
		border-radius: 0.15rem;
		margin-top: 0.32rem;
	}
	.swiper1 {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.swiper1 .swiper-slide {
		padding: 0.32rem 0;
	}
	.carbon_left {
		width: 6.33rem;
		height: 4.31rem;
		border-radius: 0.15rem;
		border: 0.02rem solid #2c6abd;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 0.32rem;
	}
	.carbon_l_pic {
		width: 6.15rem;
		height: 4.17rem;
		border-radius: 0.15rem;
		overflow: hidden;
	}
	.carbon_l_pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.carbon_right {
		padding-left: 0.32rem;
		padding-right: 0.42rem;
		margin-bottom: 0.5rem;
	}
	.carbon_r_tit {
		width: 100%;
		color: #565964;
		font-size: 0.3rem;
		font-family: "微软雅黑";
		font-weight: bold;
		letter-spacing: 0.02rem;
		text-align: left;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin: 0.3rem 0 0.2rem;
	}
	.carbon_r_content {
		height: 100%;
		color: #565964;
		font-size: 0.27rem;
		font-family: "微软雅黑";
		letter-spacing: 0.02rem;
		line-height: 0.45rem;
		text-align: justify;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
	}
	.carbon_nav .prev1 {
		width: 0.35rem;
		height: 0.35rem;
		background: url(../img/prev1.png) 0 0 no-repeat;
		background-size: 100% 100%;
		outline: none;
		top: auto;
		left: auto;
		right: 1.2rem;
		bottom: 0.3rem;
	}
	.carbon_nav .next1 {
		width: 0.35rem;
		height: 0.35rem;
		background: url(../img/next1.png) 0 0 no-repeat;
		background-size: 100% 100%;
		outline: none;
		top: auto;
		right: 0.64rem;
		bottom: 0.3rem;
	}
	/*首都环境治理体系和治理 能力水平稳步提升*/
	.capital {
		padding-top: 0.8rem;
	}
	.capital_nav {
		width: 7.15rem;
		margin: 0 auto;
		background: #fff;
		border-radius: 0.15rem;
		position: relative;
		margin-top: 0.36rem;
	}
	.swiper2 {
		display: none;
	}
	.capital_list {
		width: 6.4rem;
		margin: 0 auto;
		padding: 0.15rem 0;
	}
	.capital_li {
		height: 0.9rem;
		border-bottom: 0.02rem dashed #bdbdbd;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
	.capital_li:last-of-type {
		border: none;
	}
	.capital_li span {
		width: 9px;
		height: 10px;
		background: url(../img/sanjiao.png) 0 0 no-repeat;
		background-size: cover;
		display: inline-block;
		margin: 0 0.25rem;
	}
	.capital_li_text {
		width: 5.5rem;
		display: inherit;
	}
	.capital_li_text a {
		width: 100%;
		font-size: 0.3rem;
		font-family: "微软雅黑";
		color: #4c4948;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/*全民行动体系进一步形成*/
	.Wpeople {
		padding-top: 0.61rem;
	}
	.Wpeople_nav {
		width: 7.15rem;
		margin: 0 auto;
		margin-top: 0.42rem;
		background: #fff;
		border-radius: 0.15rem;
		padding: 0.35rem 0;
	}
	.Wpeople_left {
		width: 6.33rem;
		height: 4.31rem;
		margin: 0 auto;
		border-radius: 0.15rem;
		border: 0.02rem solid #2c6abd;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.Wpeople_l_pic {
		width: 6.15rem;
		height: 4.17rem;
		border-radius: 0.15rem;
		overflow: hidden;
	}
	.Wpeople_l_pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.Wpeople_right {
		width: 6.33rem;
		margin: 0 auto;
		margin-top: 0.4rem;
	}
	.Wpeople_right p {
		font-size: 0.27rem;
		line-height: 0.45rem;
		font-family: "微软雅黑";
		color: #565964;
		letter-spacing: 0.01rem;
		text-align: justify;
	}
	/*影像展示*/
	.sImage {
		padding-top: 0.6rem;
		padding-bottom: 1rem;
	}
	.sImage_nav {
		width: 7.15rem;
		margin: 0 auto;
		border-radius: 0.15rem;
		background: #fff;
		margin-top: 0.35rem;
		padding: 0.35rem 0 0.55rem;
	}
	.sImage_left {
		width: 6.33rem;
		height: 4.31rem;
		margin: 0 auto;
		border-radius: 0.15rem;
		border: 0.02rem solid #2c6abd;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.swiper4 {
		width: 100%;
		height: 100%;
	}
	.swiper4 .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.play_ {
		width: 1rem;
		height: 1rem;
		display: block;
		background: url(../img/vid.png) 0 0 no-repeat;
		background-size: 100% 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
	}
	.sImage_l_pic {
		width: 6.15rem;
		height: 4.17rem;
		border-radius: 0.15rem;
		overflow: hidden;
	}
	.sImage_l_pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.sImage_right {
		width: 6.33rem;
		height: 3.2rem;
		margin: 0.2rem auto 0;
		position: relative;
	}
	.swiper3 {
		width: 100%;
		height: 100%;
	}
	.sImage_r_comm {
		height: 0.8rem;
		display: flex;
		align-items: center;
	}
	.sImage_r_comm span {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #707586;
		display: inline-block;
		margin-right: 0.08rem;
	}
	.sImage_r_text {
		width: 95%;
		height: 0.8rem;
		display: flex;
		align-items: center;
		border-bottom: 0.02rem dashed #707586;
		box-sizing: border-box;
	}
	.sImage_r_comm a {
		width: 100%;
		font-size: 0.26rem;
		line-height: 0.28rem;
		font-family: "微软雅黑";
		color: #707586;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.sImage_right .prev3 {
		display: none;
	}
	.sImage_right .next3 {
		display: none;
	}
	.sImage .details {
		margin: 0.1rem 0;
	}
	/*底部*/
	.footer {
		width: 100%;
		height: auto;
		background: #4c86dd;
		display: flex;
		align-items: center;
		padding: 0.2rem 0 0.3rem;
		position: relative;
	}
	.footer_container {
		margin: 0 auto;
	}
	.footer p {
		text-align: center;
		padding: 0.05rem 0;
	}
	.footer p a {
		font-size: 0.2rem;
		font-family: "微软雅黑";
		color: #fff;
		cursor: auto;
	}
	.hide {
		opacity: 0;
	}
}

@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone4/4s */
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone5/SE */
}

@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone6、iphone7、iphone8*/
}

@media (device-height:812px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphoneX*/
}