.registerTips{
    width: 100%;
}
.registerTips .registerTips-banner{
    width: 100%;
}
.registerTips .registerTips-banner img{
    width: 100%;
}
.registerTips .index-notice-box{
    min-height: 250px;
    background: #fff;
}
.registerTips .index-notice-box .index-notice{
    width: 1190px;
    padding: 40px 0;
    margin: auto;
    display: block;
}
.registerTips .index-notice-box .index-notice > li{
    float: left;
    width: 396px;
    min-height: 170px;
    border-right: 1px solid #eee;
    text-align: center;
}
.registerTips .index-notice > li.index-notice-last{
    width: 352px;
    padding-left: 44px;
    border: none;
    text-align: left;
}
.registerTips .index-notice-box .index-notice h1{
    font: normal 20px/40px 'MicroSoft YaHei';
    color: #333;
}
.registerTips .index-notice-box .index-notice P{
    margin: 5px 0 25px;
    font: 16px/24px 'MicroSoft YaHei';
    color: #999;
}
.registerTips .index-notice-box a.index-notice-btn{
    display: inline-block;
    width: 160px;
    height: 46px;
    background: #f70;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
}
.con-floor-3{
    width: 100%;
    height: 415px;
    margin-top: 30px;
    background: #f5f5f5;
}
.con-topic{
    height: 80px;
    padding-top: 20px;
    font: 30px/65px '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 > div{
    display: inline-block;
    width: 180px;
    margin-left: 20px;
}
.con-floor-3-single .con-floor-img img{
   width: 40px;
   height: 40px; 
   margin-left: 15px;
}
.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 #3399ee;
    border-radius: 2px;
    font: 12px/20px 'MicroSoft YaHei';
    color: #3399ee;
}
.con-floor-3-single li{
    padding-left: 10px;
    font: 12px/30px 'MicroSoft YaHei';
    color: #666;
}
.con-floor-3-arrow{
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 85px;
    border: 23.5px dashed transparent;
    border-left: 23.5px solid #999;
    margin-left: -40px;
}
.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 #f5f5f5;
    left: -24.5px;
}