body {
	padding-top: 512px;
	background: #fff url(../images/ztzl/head_b_myfc.jpg) top no-repeat;
	background-size: auto auto;
}

.zt-head {}

.zt-head>div {
	width: 1200px;
	margin: 10px auto;
}

.zt-head .pc {
	width: 480px;
}

.zt-head .m {
	display: none;
}

.zt-container {
	width: 1200px;
	margin: 0 auto;
}

.title {
	display: block;
	width: 100%;
	height: 105px;
	margin-top: 40px;
	margin-bottom: 40px;
	background: url(../images/ztzl/mtgd_myfc.png) center no-repeat;
	background-size: 100% 100%;
}

.mtgd .img {
	float: left;
}

.mtgd{
	background: url(../images/ztzl/mtgd_bg.png) center no-repeat;
	background-size: 100% 100%;
	margin:0 -30px;
	padding:30px 30px;
}

.mtgd .news-list {
	float: left;
	width: 49%;
	margin-left: 24px;
}

.mtgd .news-list li {
	padding: 0;
	height: 90px;
}

.mtgd .news-list li a {
	display: -webkit-inline-box;
	white-space: normal;
	font-size: 18px;
	line-height: 2em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 66px;
}

.mtgd .news-list li .time {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

.mtgd .news-list li .time .date {
	font-size: 32px;
	color: #4C8783;
	text-align: center;
}

.mtgd .news-list li .time .year {
	font-size: 16px;
	text-align: center;
}

.mtgd .news-list li img {
	vertical-align: middle;
	margin-top: -30px;
}

/*轮播图与新闻*/
.news-body {
	margin-top: 30px;
}

.swiper-slide {
	position: relative;
	display: inline-block;
}

.swiper-img.swiper-container {
	float: left;
	width: 46.4%;
	height: 380px;
	overflow: hidden;
}

.swiper-slide .img {
	width: 100%;
	height: 330px;
}

.swiper-img img {
	width: 100%;
	height: 100%;
}

/*蒙烟家园*/
.myjy{
	background: url(../images/ztzl/myjy_bg.png) center no-repeat;
	background-size: 100% 100%;
}

.myjy .title {
	background: url(../images/ztzl/myjy_myfc.png) center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

/*服务之窗*/
.fwzc{
	background: url(../images/ztzl/fwzc_bg.png) center no-repeat;
	background-size: 100% 100%;
	padding-bottom:60px;
}

.fwzc .title {
	background: url(../images/ztzl/fwzc_myfc.png) center no-repeat;
	background-size: 100% 100%;
}

.fwzc-list li {
	display: inline-block;
	width: calc(33.3% - 20px);
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 30px;
	vertical-align: top;
}

.fwzc-list li:nth-child(3n) {
	display: inline-block;
	margin-right: 0px;
}

.fwzc-list li .question {
	background-color: #DAF2EC;
	color: #3A9B89;
	border-radius: 10px 10px 0 0;
	padding: 20px 10px;
	height: calc(265px - 157px);
	box-sizing: border-box;
}

.fwzc-list li .question span {
	padding-left: 60px;
	display: -webkit-box;
	font-size: 22px;
	line-height: 1.5em;
	height: 60px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.fwzc-list li .question span:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	display: inline-block;
	width: 47px;
	height: 47px;
	background: url(../images/ztzl/myfc_question_icon.png) center no-repeat;
	background-size: 100% 100%;
}

.fwzc-list li:hover .question {
	background-color: #3A9B89;
	color: #fff;
}

.fwzc-list li:hover .question span:before {
	background: url(../images/ztzl/myfc_question_icon_w.png) center no-repeat;
	background-size: 100% 100%;
}

.fwzc-list li .answer {
	background-color: #F5F9FC;
	border-radius: 0 0 10px 10px;
	padding: 30px 10px 40px 10px;
	position: relative;
	height:  157px;
	box-sizing: border-box;
}

.fwzc-list li .answer span {
	padding-left: 60px;
	display: -webkit-box;
	font-size: 16px;
	line-height: 1.8em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.fwzc-list li .answer span:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	display: inline-block;
	width: 47px;
	height: 47px;
	background: url(../images/ztzl/myfc_answer_icon.png) center no-repeat;
	background-size: 100% 100%;
}

.fwzc-list li .answer .detail {
	color: #3A9B89;
	padding-left: 20px;
}

.fwzc-list li:hover .answer::before {
	position: absolute;
	left: 40px;
	top: -18px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent transparent #fff transparent;
}

/* 蒙烟家园 */
.myjy .myjy-container {
	margin-top: 30px;
}

.myjy .icon {
	display: inline-block;
	width: 150px;
	height: 382px;
	vertical-align: top;
	position: relative;
}

.myjy .icon img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.myjy .icon img.icon-bg2{
	width: 63px;
	height: 212px;
	top: 103px;
	left: 39px;
}

.myjy .icon span {
    color: #fff;
    font-size: 26px;
    font-weight: bolder;
    position: absolute;
    top: 13px;
    left: 60px;
}

.myjy .icon.icon-right span {
	color: #357a76;
	font-weight: normal;
}
.myjy .icon-left {}

.myjy .icon-right {}

.myjy .myjy-list-container {
	width: calc(100% - 360px);
	display: inline-block;
	padding: 0 30px;
	box-sizing: border-box;
}

.myjy .myjy-list-container .title-box {
	width: fit-content;
	margin: 0 auto;
}

.myjy .myjy-list-container .title-box .title {
	display: inline-block;
	width: 194px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #877961;
	font-size: 25px;
	font-weight: bolder;
	background: url(../images/ztzl/myfc_myjy_title_h.png) center no-repeat;
	background-size: 100% 100%;
	margin: 0 10px;
}
.myjy .myjy-list-container .title-box .title.on {
	background: url(../images/ztzl/myfc_myjy_title.png) center no-repeat;
	background-size: 100% 100%;	
	color: #66512c;
}
.myjy .myjy-list{
	margin-top: 30px;
	display: none;
}
.myjy .myjy-list.on{
	display: block;
}
.myjy .myjy-list li {
	border-bottom: 1px solid #D4D4D4;
	position: relative;
	margin-left: 30px;
	padding: 15px 0;
}

.myjy .myjy-list li::before {
	position: absolute;
	left: -20px;
	top: calc(50% - 7px);
	content: '';
	display: inline-block;
	width: 9px;
	height: 14px;
	background: url(../images/ztzl/myfc_myjy_before.png) center no-repeat;
	background-size: 100% 100%;
}

.myjy .myjy-list li a {
	font-size: 18px;
	padding-left: 10px;
}
.foot-container,.foot{
	background: #4C8783;
}
.foot-container{
	margin-top:0;
}
@media screen and (max-width: 991px) {
	.zt-head {
		
	}

	.zt-head>div {
		width: 100%;
	}

	.zt-head .pc {
		display: none;
	}

	.zt-head .m {
		display: block;
		height: 48px;
		margin-left: 10px;
	}

	.zt-container {
		width: 100%;
	}

	.mtgd .title {
		height: 28px;
		margin-top: 10px;
		margin-bottom: 10px;
		/*margin-top: 20px;
		background: url(../images/ztzl/jd_m.png) center no-repeat;*/
	}

	.yczx .title {
		height: 28px;
		margin-top: 10px;
		margin-bottom: 10px;
		/*margin-top: 20px;
		background: url(../images/ztzl/yc_m.png) center no-repeat;*/
	}

	.myjy .title{
		height: 28px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.fwzc .title{
		height: 28px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.mtgd,
	.zcwj,
	.yczx {
		padding: 2% 3%;
		margin: 0;
	}

	.mtgd>div>img {
		width: 100%;
	}

	.news-list {
		width: 100%;
		margin-left: 0;
	}

	.swiper-slide .img {
		height: 235px;
	}
}

@media screen and (max-width: 768px) {
	body{background-size: 100% auto;padding-top: 150px;}
	.swiper-img.swiper-container{width: 100%;height: 260px;}
	.news-body{margin-top: 10px;}
	.mtgd .news-list{width: 95%;margin-left: 2%;}
	.myjy .icon{width: 100%;}
	.myjy .icon span{position: relative;width: 100%;display: block;text-align: center;left: auto;}
	.myjy .myjy-list-container{width: 100%;}
	.myjy .myjy-list-container .title-box  .title{margin: 30px 10px 0 10px; width: 140px;}
	.fwzc-list li{width: 100%;margin-right: 0;}
}