
@media (min-width: 768px) {
	.wrap{padding: 35px 0 30px;background: url(/resources/file/parentcare/parentCare-bg.jpg) no-repeat center top #f8f7f8;font-size: 14px;color: #9999a2;}
	.main{width: 1110px;}
	.m-pcare-cont{width: 790px;float: left;}
	.m-pcare-tit{width: 257px;height: 92px;margin: 0 auto 30px;background: url(/resources/file/parentcare/parentCare-title.png) no-repeat;}
	.m-pcare-text{padding-bottom: 25px;border: 3px solid #dcdcdc;border-radius: 20px;background: #fff;}
	.pc-tab-control{margin: 50px 24px 30px 47px;border-top: 2px solid #e4e4e4;position: relative;}
	#pc-tab{text-align: center;position: relative;top: -19px;}
	.m-pcare-others{width: 307px;margin-top: 122px;float: right;}
	.img-wap{display: none;}
	.wap-show{
		display: none;
	}
}

/*#pc-tab{height: 25px;overflow: hidden;;}*/





#pc-tab li{width: 102px;height: 38px;margin-right: 35px;line-height: 38px;border: 1px solid #bfbfbf;border-radius: 40px; background: #fff;color: #b8b8b8;font-size: 18px;text-align: center;/*float: left;*/cursor: pointer;display: inline-block;}
#pc-tab li.current{background: #f14124;color: #fff;border-color: #f14124;}
#pc-tab-pannel{padding: 0 55px 0 80px;}
.pannel{width: 100%;height: 100%;}
.circle-l,.circle-r,.project-introduce .sj,.m-ask-way .phone,.m-ask-way .QQ,.m-ask-way .kefu{background: url(/resources/file/parentcare/sprite.png) no-repeat;}
.circle-l,.circle-r{width: 10px;height: 10px;background-position: 0 0;display: block;position: absolute;top: -7px;}
.circle-l{left: 0;}
.circle-r{right: 0;}
.project-introduce{padding: 20px 30px 0px 40px;border: 1px solid #e0e0e0;line-height: 23px;position: relative;}
.m-pcare-cont em{color: #d79200;}
.pj-intr-tit{margin-bottom: 15px;font-size: 20px;color: #6c6c73;text-align: center;}
.project-introduce .sj{width: 33px;height: 23px;display: block;background-position: -18px 0;position: absolute;left: -1px;top: -1px;}
.project-introduce p{margin-bottom: 20px;}
.pj-content{margin-top: 20px;}
.pj-content em{font-size: 16px;}


.m-pcare-others-wrap{margin-bottom: 10px;padding: 20px 30px;border: 3px solid #dcdcdc;border-radius: 20px;background: #fff;}
.m-ot-tit{margin-top: 12px;border-top: 1px solid #e0e1ea;text-align: center;position: relative;}
.m-ot-tit span{padding: 0 10px;background: #fff;display: inline-block;font-size: 14px;color: #6d6d74;position: relative;top: -12px;}
.m-d-lists a{margin-bottom: 5px;display: block;font-size: 14px;color: #6e6e7c;line-height: 20px;}
.m-d-btn{text-align: center;}
.m-d-btn a{width: 124px;height: 39px;margin-top: 15px;line-height: 39px;display: inline-block;background: #f14124;color: #fff;font-size: 18px;text-align: center;border-radius: 5px;}
.m-ask-way{color: #6e6e7c;font-size: 16px;line-height: 30px;}
.m-ask-way p{padding-left: 20px;}
.m-ask-way .phone{background-position: -485px 8px;}
.m-ask-way .QQ{background-position: -485px -632px;}
.m-ask-way .kefu{background-position: -485px -598px;}
.m-ask-way .email{background-position: -485px -23px;}
.m-ask-way .email em{color: #1996ca;}

.apply-tit{margin-bottom: 52px;font-size: 20px;color: #434361;text-align: center;}
.apply-steps{text-align: center;}
.apply-cont{margin-bottom: 10px;}
.apply-cont p{font-size: 16px;line-height: 26px;}
.apply-cont p em{font-size: 18px;}
.quetions-tit{margin-bottom: 20px;font-size: 18px;color: #51516b;}
.questions-list{margin-bottom: 15px;}
.quetions-tit span.bg{width: 7px;height: 14px;margin-right: 5px;background: #f14124;display: inline-block;}
.questions-list p{color: #9999a2;line-height: 24px;}
.questions-list p em{font-size: 16px;}
.questions-list p span{color: #ee2630;}
@media (max-width: 767px){
	.wrap{
		padding-bottom: 100px;
		
		background: none;
	}
	.m-pcare-tit{
		display: none;
	}
	#pc-tab{
		display: flex;
	}
	#pc-tab li{
		height: 68px;
		line-height: 68px;
		font-size: 24px;
		text-align: center;
		border-radius: 0;
		border: none;
		flex: 1;
		margin: 0;
		background: #363130;
		color: #a39e9d;
		position: relative;
	}
	#pc-tab li.current{
		background: #f3613a;
	}
	#pc-tab li.current:after{
		content: "";
		display: block;
		width: 0;
	    height: 0;
	    border-left: 20px solid transparent;
	    border-right: 20px solid transparent;
	    border-top: 20px solid #f3613a;
	    position: absolute;
	    left: 50%;
	    bottom: -19px;
	    -webkit-transform: translate(-50%,-0%);
		transform: translate(-50%,-0%);
	}
	.circle-l,.circle-r{
		display: none;
	}
	#pc-tab-pannel{
		padding: 0 15px;
	}
	.project-introduce{
		padding: 0;
		border: none;
	}
	.project-introduce .sj{
		display: none;
	}
	.pj-intr-tit{
		font-size: 24px;
		color: #6c6c73;
		margin-top: 20px;
	}
	#pc-tab-pannel p,.pj-content em,.apply-cont p em,.questions-list p em{
		font-size: 22px;
		line-height: 38px;
	}
	.m-pcare-others{
		margin-top: 100px;
		display: flex;
	}
	.m-pcare-others-wrap{
		margin: 0 15px;
		padding: 0;
		border: none;
		flex: 1;
	}
	.m-ot-cont{
		padding: 30px;
		min-height: 190px;
		font-size: 20px;
		border: 1px solid rgb(220, 220, 220);
    	border-radius: 20px;
	}
	.m-ask-ways .m-ot-cont{
		padding: 30px 10px;
		white-space: nowrap;
		position: relative;
	}
	.m-d-lists a,.m-ask-way{
		font-size: 20px;
		line-height: 28px;
	}
	.m-ask-way{
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);

	}
	.m-d-btn a{
		width: 148px;
		height: 47px;
		line-height: 47px;
		font-size: 22px;
	}
	.m-ot-tit{
		margin: 12px 20%;
	}
	.m-ot-tit span{
		font-size: 22px;
	}
	.apply-tit{
		margin: 40px 0;
		font-size: 24px;
	}
	.img-pc{
		display: none;
	}
	.quetions-tit{
		display: none;
	}
	.questions-lists{
		padding-top: 40px;
	}

	.m-footer{
		border-top: 1px solid #e5e5e5;
	}
}
