body{
    background-color: #f3f5f7;	
}
/*顶部分类栏*/
.program-banner {
    width: 100%;
    height: 272px;
    box-sizing: border-box;
    position: relative;
}
.services_ban>img{
	height: 200px;
	width: 100%;
}
.services_ban_wrap{
    width: 100%;
    height: 72px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(28,31,33,.1);	
}
.services_ban_wrap_son{
	width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
   	overflow: hidden;
}
.services_ban_wrap_son>li>a{
    color: #545c63;
    font-size: 16px;
    font-weight: bold;
}
.services_ban_wrap_son>li{
	float: left;
	margin-right: 98px;
	font-size: 16px;
    color: #545c63;
    font-weight: bold;
    cursor: pointer;	
    line-height: 40px;
    margin-top: 16px;
}
.services_ban_wrap_son>li:last-child{
	margin-right: 0px;
}
.services_ban_wrap_son>li:hover{
	color: #ff6900;
}
.services_ban_wrap_son> .services_ban_wrap_son_color{
	color: #ff6900;
	border-bottom: 2px #ff6900 solid;
}
.services_ban_wrap_son> .services_ban_wrap_son_color>a{
    color: #ff6900;
}
/**/
.context_box{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	padding-bottom: 60px;
    min-height: 450px;
}
/*热门推荐*/
.context{
    width: 1200px;
    margin: 0 auto;
    margin-top: 120px;	
    padding-bottom: 80px;
}
.context_wz{
    text-align: center;
    width: 246px;
    margin: 0 auto 32px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 32px;
    color: #07111B;
    letter-spacing: 16px;
    line-height: 48px;	
}
.context_son{
	display: none;
}
.context_son_xianshi{
	display: block;
}
.context_son>li{
	position: relative;
    float: left;
    width: 270px;
    margin-right: 40px;
    text-align: left;
    margin-bottom: 45px;
}
.context_wzz_top>a>img{
    width: 270px;
    height: 184px;
    border-radius: 12px;	
}
.context_wzz_top_po{
    position: absolute;
    left: 8px;
    bottom: 8px;	
}
.context_wzz_top{
    position: relative;
    margin-bottom: 16px;
    width: 270px;
    height: 184px;
    border-radius: 12px;
    	
}
.context_wzz_top_po>a{
    float: left;
    padding: 0 10px;
    font-size: 12px;
    color: #FFF;
    line-height: 24px;
    margin-right: 4px;
    background: rgba(7,17,27,.4);
    border-radius: 12px;	
    
}
.context_wzz_top_po>a:hover{
	background: #07111b;
}
.context_wzz_bottom_wz1{
	font-size: 16px;
    color: #1C1F21;
    line-height: 22px;
    margin-bottom: 8px;
    display: block;
    height: 22px;
    overflow: hidden;
}
.context_wzz_bottom_wz2{
    font-size: 12px;
    color: #9199A1;
    line-height: 20px;
    margin-top: 6px;
    display: block;
    height: 20px;
    overflow: hidden;
}
.context_wzz_bottom_wz3 span{
    float: left;
    font-size: 18px;
    color: #9199A1;
    line-height: 32px;	  
}
.context_wzz_bottom_wz3{
	overflow: hidden;
	margin-top: 15px;
}
.context_wzz_bottom_wz3 a{
	float: right;
    background-image: linear-gradient(-135deg,#f9662d 0,#f01414 100%);
    border-radius: 18px;
    width: 88px;
    height: 32px;
    font-size: 12px;
    color: #FFF;
    line-height: 32px;
    text-align: center;	
}
.context_son>li:hover .context_wzz_top{
	box-shadow: 0 8px 16px 0 rgba(7,17,27,.2);
}
.context_son>li:hover .context_wzz_bottom_wz3 span{
	color: #4D555D;
}
.context_son>li:hover .context_wzz_bottom_wz2{
	color: #4D555D;
}
.context_son>li:hover .context_wzz_bottom_wz3 a{
	background: rgba(255,113,0,.8);
}
.context_son{
	overflow: hidden;
}
.context_son>li:nth-child(4n){
	margin-right: 0px;
}
.context_bottom{
	margin-top: 20px;
	overflow: hidden;
}
.context_bottom>a{
    float: left;
    width: 216px;
    height: 64px;
    margin-right: 30px;
    opacity: .4;
    background: #D9DDE1;
    border-radius: 1000px;
    font-size: 16px;
    color: #4D555D;
    letter-spacing: 0;
    line-height: 64px;
    text-align: center;	
    transition: all 0.2s;
}
.context_bottom>a:last-child{
	margin-right: 0px;
}
.context_bottom>a:hover{
    font-weight: 700;
    color: #FFF;
    letter-spacing: 0;
    background: #FF6900;
    opacity: 1;	
}