﻿/* 清楚默认样式 */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
body {
    color: #333;
    line-height: 1;
    font-size: 12px;
    font-family: "Microsoft YaHei","微软雅黑";
    background: #f5f5f5;
}
ol, ul {
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
    border: none;
}
blockquote, q {
    quotes: none;
}
ins {
    text-decoration: none;
}
i,em{
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
/*清除input，textarea点击出点的边框*/
input,textarea{
    outline: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 定义内容宽度 */
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1320{
    width: 1320px;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*******************/
/*通用样式 背景*/
.box_white_bg{
	background: #fff;
}
.box_gray_bg{
	background: #efefef;
}

/*当前行前后加点*/
.token_dot{
    display: inline-block;
    position: relative;
}
.token_dot:before,
.token_dot:after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #999;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.token_dot:before{
	left: -14px;
}
.token_dot:after{
	right: -14px;
}
/*当前行前后加横线*/
.token_strip{
    display: inline-block;
    position: relative;
}
.token_strip:before,
.token_strip:after{
	content: "";
	display: inline-block;
	width: 36px;
	height: 3px;
	background: #454545;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.token_strip:before{
	left: -46px;
}
.token_strip:after{
	right: -46px;
}

/**************/
/*主体内容，头部 nav */
.content_top_nav{
    padding: 5px 0;
    overflow: hidden;
}
.content_top_nav .subnav{
    line-height: 48px;
    font-size: 15px;
}
.content_top_nav .subnav ul{
    margin-left: -15px;
}
.content_top_nav .subnav li{
    float: left;
}
.content_top_nav .subnav a{
    display: block;
    padding: 0 15px;
    color: #666;
}
.content_top_nav .subnav a:hover{
    color:#F00;
}

/*专题页面中banner部分样式*/
.art_banner_box{
	position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.art_banner_box .cur_banner_show{
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.art_banner_box .cur_banner_base_hide{
    width: 1920px;
    visibility: hidden;
}

/*所有专 报名流程*/
.art_service_flow_box{
    padding-bottom: 50px;
}
.art_service_flow_box .service_flow_content{
    padding-top: 25px;
    margin-left: 10px;
    overflow: hidden;
}
.art_service_flow_box .service_flow_content dl{
    float: left;
    width: 200px;
    height: 410px;
    padding: 0 80px 0 40px;
    background: url(../images/music_service_flow_bg_1.png) no-repeat;
}
.art_service_flow_box .service_flow_content div.fl{
    display: block;
    width: 110px;
    height: 380px;
    background: url(../images/music_service_flow_icon_1.png) center center no-repeat;
}
.art_service_flow_box .service_flow_content dt{
    padding-left: 35px;
    line-height: 75px;
    color: #6512ba;
    font-size: 28px;
    font-family: "方正兰亭中黑_GBK";
    background: url(../images/music_service_flow_tub_1.png) left top no-repeat;
}
.art_service_flow_box .service_flow_content dd{
    margin-top: 35px;
    text-align: center;
}
.art_service_flow_box .service_flow_content li{
    line-height: 32px;
}
.art_service_flow_box .service_flow_content a{
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: "微软雅黑";
}
.art_service_flow_box dl.bm_flow li{
    margin-bottom: 48px;
}