@charset "utf-8";
/* CSS Document */
body{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
ul,li,ol,dl,dd,a{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    display: block;
}
input{
    border: none;
    background-color: transparent;
    outline: none;
}

.clearfix{
    clear: both;
}

/*页头*/
.header_top{
    background-color: #033333;
    width: 100%;
}
.logo_box{
    max-width: 1000px;
    background-color: #033333;
    margin: 0 auto;
}
.nav{
    max-width: 1000px;
    margin: 0 auto;
}
.list{
    float: left;
    width: -webkit-calc(100% / 7);
    position: relative;
}
.list a{
    color: #333;
    font-size: 16px;
    padding: 12px 8px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.listbg a{
    border: none;
    font-size: 14px;
}
.list a:hover{
    background-color: #0099ff;
    color: white;
}
.listbg{
    position: absolute;
    top:49px;
    left: 0;
    text-align: center;
    display: none;
    z-index: 9999;
    width: 100%;
    background-color: white;
}
.listbg dd{
    border-top: 1px solid #ccc;
}
.list:hover .listbg{
    display: block;
}

/*轮播图*/
.banner{
    width:100%;
    overflow: hidden;
    position:relative;
    margin: 0 auto;
    height: 100%;
}
.banner_move{
    width:1200%;
}
.banner_img{
    float: left;
}
.banner input{
    position: absolute;
}
.btn_left{
    background-image: url(../img/btn_left.png);
    top:50%;
    margin-top: -40px;
    margin-left: 300px;
    width: 45px;
    height: 80px;
}
.btn_right{
    background-image: url(../img/btn_right.png);
    top:50%;
    margin-top: -40px;
    right: 300px;
    width: 45px;
    height: 80px;
}


/*卖点*/
.selling_point{
    width: 1000px;
    margin: 0 auto;
    padding-top:18px;
}
.the_one,.the_two,.the_three{
    float: left;
    width: -webkit-calc(100% / 3 - 10px);
    text-align: center;
    padding: 16px 20px;
    border: 1px solid #0099ff;
    margin-right: 10px;
    position: relative;
    margin-bottom: 64px;
    min-height: 360px;
}
.the_one dl,.the_two dl,.the_three dl{
    font-size: 20px;
    color: #0099ff;
    margin-top: 10px;
    margin-bottom: 32px;
}
.the_one dd:first-child{
    margin-top: 20px;
}
.the_two dd:first-child{
    margin-top: 20px;
}
.the_three dd:first-child{
    margin-top: 44px;
}
.the_one dd,.the_two dd,.the_three dd{
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.the_one a,.the_two a,.the_three a{
    position: absolute;
    padding: 16px 46px;
    background-color: #0099ff;
    color: white;
    bottom: -30px;
    left: 50%;
    font-size: 16px;
    margin-left: -76px;
}

/*AFP金融理财师考试*/
.exam{
    background-color: #eee;
}
.exam_content{
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
}
.content_all{
    width: -webkit-calc(100% / 5 - 80px);
    float: left;
    margin-left: 80px;
    margin-top: 18px;
    padding-bottom: 40px;
}
.content_all:first-child{
    margin-left: 40px;
}
.content_all dl{
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top:4px;
}
.content_all dd{
    font-size: 12px;
    font-weight:normal;
}
.content_all dd:first-child{
    margin-top: 4px;
}
/*学习难题*/
.choose{
    min-width: 1000px;
}
.choose_box{
    width: 1000px;
    margin: 0 auto;
    padding: 28px 0;
}
.choose_bgcolor{
    background-color: #eaf6fd;
}
.choose_content{
    width: 1000px;
    margin: 0 auto;
    padding: 24px 0;
}
.choose_content dl{
    float: left;
    font-size: 24px;
    color: #0099ff;
    font-weight: bold;
    text-align: center;
    width: -webkit-calc(100% / 2);
}
.choose_content dl:first-child{
    border-right: 1px dashed #0099ff;
    padding-right: 40px;
}
.choose_content dl:nth-child(2){
    padding-left: 40px;
}
.choose_content dd{
    padding: 10px 48px;
    background-color: #0099ff;
    color: white;
    font-size: 22px;
    font-weight: normal;
    border-radius: 4px;
    margin-top: 32px;
}
.bgwhite dd{
    background-color: white;
    border: 3px solid #0099ff;
    padding: 7px 45px;
    color: #0099ff;
}
.choose a {
    padding: 10px 44px;
    background-color: #f5ae3c;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 46px;
}
/*支撑点*/
.bearing_img{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.bearing_img font{
    font-size: 18px;
    font-weight: bold;
}
.bearing_content_all{
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}
.bearing_content{
    float: left;
    width: -webkit-calc(100% / 3);
    padding: 0 100px;
    text-align: center;
    margin-bottom: 16px;
}
.bearing_content dl{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.bearing_content dd{
    font-weight:normal;
    font-size: 12px;
    margin-top: 16px;
    text-align: left;
}
/*五大优势*/
.superiority{
    background-color: #eee;
}
.img_box{
    width: 1000px;
    margin: 0 auto;
}
/*全程服务*/
.service{
    width: 1066px;
    margin: 0 auto;
}
/*底部导航栏*/
.footer{
    background-color: #666;
    padding-top: 30px;
}
.footer_content{
    width: 1000px;
    margin: 0 auto;
}
.footer_content dl{
    float: left;
    width: -webkit-calc(100% / 4 - 40px);
    text-align: center;
    font-size: 24px;
    color: #1493ee;
    margin-right: 40px;
}
.footer_content dd{
    font-size: 14px;
    line-height: 30px;
}
.footer_content dd:first-child{
    margin-top: 28px;
}
.footer_content a{
    color: #c0c0c0; 
}
.footer_content a:hover{
    background-color: white;
    border-radius: 4px;
    color: #1493ee;
}
.code{
    margin-top: 10px;
    float: left;
    font-size: 14px;
    color: white;
    margin-left: 36px;
}
.code_img{
    padding-left: 10px;
}
.code_text{
    margin-top: 12px;
    text-align: center;
}
.bgimg{
    margin-top: 30px;
}
.footer_text{
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
/*侧边导航栏*/
/*侧边导航栏*/
.nav_side{
    position: fixed;
    bottom: 60px;
    right: 20px;
}
.nav_side a{
    margin-bottom: 2px;
    position: relative;
}
.nav_side a:hover .code2{
    display: block;
}
.dianhua_all:hover .dianhua{
    display: block;
}
.zixun_all:hover .zixun{
    display: block;
}
.taobao_all:hover .taobao{
    display: block;
}
.zaixian_all:hover .zaixian{
    display: block;
}
.code2,.dianhua,.zixun,.zaixian,.taobao{
    position: absolute;
    bottom:270px;
    left: -256px;
    width: 85px;
    height: 85px;
    display: none;
    z-index: 9999;
    top: 0;
}
.dianhua{
    top:0;
    left: -162px;
    color:#0099ff;
    width:160px;
    height: 40px;
    border: 2px solid #0099ff;
    text-align: center;
    border-radius: 4px;
    padding-top: 6px;
    font-weight: bold;
    background-color: white;
}
.zaixian{
    top:0;
    left:-122px;
    color:#0099ff;
    border: 2px solid #0099ff;
    height: 40px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    width: 120px;
    background-color: white;
}
.taobao{
    top:0;
    left:-122px;
    color:#0099ff;
    border: 2px solid #0099ff;
    height: 40px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    width: 120px;
    background-color: white;
}
.code2 {
    width: 255px;
    height: 255px;
    text-align: right;
}
.code2 img{
    display: inline-block;
    max-width: 100%;
}
/*客服弹窗*/
.Popup img{
    position: fixed;
    top:50%;
    left: 50%;
    margin-left: -12%;
    margin-top: -10%;
}
.nav .list:last-child a {
    border-right: 0px;
}