/*program_common*/
#program_01 .program_common p.top_ment_top{
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    background: url(../img/program_top.jpg) center;
    background-size: cover;
    min-height: 80px;
}
#program_01 .program_common p.top_ment_top strong{
    display: block;
}
#program_01 .program_common p.top_ment_top strong span{
    display: inline-block;
	background-color: #e15215;
	color: #fff;
	font-size: 20px;
	padding: 8px;
}
#program_01 .program_common p.top_ment_top span{
    font-size: 15px;
	color: #666;
	line-height: 15px;
}
#program_01 .program_common .content_wrp_body .aqure-radi{
	display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #7ab02c;
    margin: 0 5px 3px 0;
}
#program_01 .program_common .content_wrp_body h4{
	font-size: 20px;
}
@media only screen and (max-width:479px){
	#program_01 .program_common p.top_ment_top{
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
		background: url(../img/program_top.jpg) 85% bottom no-repeat;
		background-size: initial;
		min-height: 350px;
	}
}
/*program_common process*/
#program_01 .program_common .content_wrp_body ul li .progress-round-box{
	width: 80%;
	border: 6px solid #7ab02c;
	border-radius: 50%;
	background: url(../img/process_bg.png);
	padding: 15% 5%;
	display: inline-block;
}
#program_01 .program_common .content_wrp_body ul li:nth-child(odd) .progress-round-box{
	border-color: #42a538;
}
#program_01 .program_common .content_wrp_body ul li .progress-round-box:after{
	content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: url(../img/process_allow.png);
    background-size: cover;
    position: absolute;
    right: -10px;
    bottom: 50%;
}
#program_01 .program_common .content_wrp_body ul li:last-child .progress-round-box:after{
	display: none;
}
@media only screen and (max-width:768px){
	#program_01 .program_common .content_wrp_body ul li .progress-round-box{
		width: 100%;
		min-height: 130px !important;;
		border: 6px solid #7ab02c;
		border-radius: 0px;
		background: url(../img/process_bg.png);
		padding: 30px 5%;
		display: inline-block;
	}
	#program_01 .program_common .content_wrp_body ul li .progress-round-box:after{
		content: '';
		width: 15px;
		height: 15px;
		display: block;
		background: url(../img/process_allow.png);
		background-size: cover;
		position: absolute;
		right: 47%;
		bottom: -15px;
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
}
/*program_common business*/
#program_01 .program_common .content_wrp_body .business table{
	border-bottom: 1px solid #c4922e;
}
#program_01 .program_common .content_wrp_body .business table tr th,
#program_01 .program_common .content_wrp_body .business table tr td{
	padding: 5px 10px !important;
	color: #666;
	line-height: 24px;
}
#program_01 .program_common .content_wrp_body .business table tr th{
	background-color: #fffaf0;
    color: #4b3200;
    font-weight: 600;
    border-top: 2px solid #c4922e;
    border-bottom: 1px solid #c4922e;
}