.logo{float: left;}
.header_span {
    vertical-align: middle;
    line-height: 18px;
    position: relative;
    font-size: 20px;
    color: #ce2e28 !important;
    line-height: 80px;
    float: left;
}
.header_nav {
    height: 40px;
    background: #ce2e28;
    width: 100%;
    min-width: 1200px;
}
.header_menu li {
    float: left;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.header_menu li a {
    min-width: 60px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    text-align: center;
    display: block;
    transition: .3s ease-in-out;
    height: 40px;
    line-height: 40px;
}
.header_menu li.cur a {
    background-color: #ce2e28;
}
.con-floor-3 {
    width: 100%;
    height: 415px;
    margin-top: 30px;
    background: #fff;
}
.con-topic {
    height: 120px;
    padding-top: 20px;
    font: 30px/120px 'MicroSoft YaHei';
    color: #333;
    text-align: center;
}
.w1190 {
    width: 1190px;
    margin: 0 auto;
}
.con-floor-3-single {
    display: inline-block;
    width: 294px;
    vertical-align: top;
}
.con-floor-3-single i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 50px;
    vertical-align: top;
    font-size: 40px;
    color: #ce2e28;
}
.con-floor-3-single > div {
    display: inline-block;
    width: 180px;
    margin-left: 20px;
}
.con-floor-3-single h2 {
    font: 18px/24px 'MicroSoft YaHei';
    color: #333;
}
.con-floor-3-single em {
    display: inline-block;
    margin: 12px 0;
    padding: 0 10px;
    border: 1px solid #ce2e28;
    border-radius: 2px;
    font: 12px/20px 'MicroSoft YaHei';
    color: #ce2e28;
}
.con-floor-3-single li {
    padding-left: 10px;
    font: 12px/30px 'MicroSoft YaHei';
    color: #666;
}
.con-floor-3-single ul{
    padding-left: 1px;
}
.con-floor-3-arrow {
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 85px;
    border: 23.5px dashed transparent;
    border-left: 23.5px solid #999;
}
.con-floor-3-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -23.5px;
    border: 23.5px dashed transparent;
    border-left: 23.5px solid #fff;
    left: -24.5px;
}

/*    banner start*/
.join_banner {
    position: relative;
    text-align: center;
}
.join_banner {
    width: 100%;
    height: 420px;
    position: relative;
    z-index: 1;
}
.join_banner .bd ul {
    width: 100%;
    height: 420px;
    position: relative;
    z-index: 1;
}
.join_banner .bd li {
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

/*    banner end*/

/*入驻进度 start*/

.index-notice-box {
    min-height: 250px;
    background: #fff;
}
.index-notice {
    width: 1190px;
    padding: 40px 0;
    margin: auto;
    display: block;
}
.index-notice > li {
    float: left;
    width: 50%;
    min-height: 170px;
    border-right: 1px solid #eee;
    text-align: center;
}
.index-notice h1 {
    font: normal 20px/40px 'MicroSoft YaHei';
    color: #333;
}
.index-notice p {
    margin: 5px 0 25px;
    font: 16px/24px 'MicroSoft YaHei';
    color: #999;
}
a.index-notice-btn {
    display: inline-block;
    width: 160px;
    height: 46px;
    background: #ce2e28;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
}
.index-notice > li:last-child {
    border: none;
}
.index-list li {
    position: relative;
    height: 26px;
    padding-left: 12px;
    font: 14px/26px 'MicroSoft YaHei';
    color: #666;
}
.index-list li:before {
    content: ' ';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    background: #999;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}
.index-list li:before {
    content: ' ';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    background: #999;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}
.index-list li em {
    display: inline-block;
    width: 30px;
    height: 14px;
    margin-left: 5px;
    border: 1px solid #f55;
    border-radius: 2px;
    font-size: 12px;
    line-height: 14px;
    color: #ff5555;
    text-align: center;
    vertical-align: 8px;
}
.index-list li a {
    display: inline-block;
    max-width: 250px;
    height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul, ol {
    list-style: none outside none;
}
/*入驻进度 end*/