@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: 7680px;
}
.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;
}
/*关于CFP考试*/
.kaoshi_all{
    background-color: #eee;
}
.kaoshi_title{
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
.kaoshi_title img{
    width: 100%;
}
.kaoshi_logo{
    width:18%;
    margin: 0 auto;
}
.kaoshi_logo img{
    width: 60%;
    margin: 0 auto;
}
.kaoshi_all p{
    width: 100%;
    color: #333;
    font-size: 18px;
    text-align: center;
    padding-bottom:26px;
}
/*考试的三大难题*/
.nanti_img{
    width: 1000px;
    margin: 0 auto;
    padding: 22px 0;
}
.nanti_img img{
    width: 100%;
}
.nanti_text_all{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 22px;
}
.nanti_text{
    border: 1px solid #0099ff;
    margin-bottom: 0.6rem;
    width:32.6%;
    float: left;
}
.nanti_text:nth-child(2){
    margin: 0 10px;
}
.left_img{
    width: 100%;
    padding:16px;
}
.left_img img{
    width: 100%;
}
.right_text{
    width: 90%;
    margin: 0 auto;
    margin-top: -6px;
    margin-bottom: 30px;
}
.right_text ul{
    color: #0099ff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.right_text li{
    margin-top: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}
/*选择我们 高效通关*/
.gaoxiao{
    width: 100%;
    background: url(../img/bgimg.png) no-repeat top center;
    height:414px;
}
.gaoxiao_img{
    width: 1000px;
    margin: 0 auto;
    padding: 72px 0 40px 0;
}
.gaoxiao_img img{
    width: 100%;
}
.gaoxiao p{
    width:1000px;
    font-size:18px;
    color: #333;
    text-align: center;
    margin: 0 auto;
}
.gaoxiao span{
    color: #000;
    font-weight: bold;
    font-size:24px;
}
.gaoxiao a{
    width:238px;
    margin: 0 auto;
    background-color: #0099ff;
    font-weight: bold;
    color: white;
    padding: 10px 30px;
    font-size:24px;
    border-radius:4px;
    margin-top:40px;
    text-align: center;
}
/*考点查询*/
.chaxun_title{
    width:1000px;
    text-align: center;
    color: #0099ff;
    font-size:32px;
    font-weight: bold;
    padding:30px 0;
    margin: 0 auto;
}
.chaxun_box{
    width: 1000px;
    margin: 0 auto;
}
.chaxun a{
    float: left;
    width: -webkit-calc(100% / 5 - 40px);
    margin:20px;
    padding:8px 10px;
    border: 3px solid #0099ff;
    border-radius:40px;
    text-align: center;
    color: #0099ff;
    font-size: 32px;
}
.chaxun a:hover{
    background: #0099ff;
    color: white;
}
.chaxun .xiangqing{
    font-size: 24px;
    color: #666;
    text-decoration: underline;
    border: none;
    width: 160px;
    margin: 30px auto;
    padding: 0;
    float: none;
}
.chaxun .xiangqing:hover{
    background-color:transparent;
    color: #666;
}
/*考试流程*/
.liucheng{
    width: 100%;
    background-color: #eee;
    padding-bottom: 20px;
}
.liucheng_img{
    width: 1000px;
    margin: 0 auto;
}
.liucheng_img img{
    width: 100%;
}
.liucheng_all{
    width: 1000px;
    margin: 0 auto;
}
.img_box{
    float: left;
    width: 55%;
}
.liucheng_right{
    float: right;
    width: 45%;
    padding: 106px 14px 0 50px;
}
.liucheng ol{ 
    width: 100%;
    color: #333;
    font-size:24px;
    font-weight: bold;
    margin-bottom: 86px;
}
.liucheng ol:nth-child(1){
    margin-bottom: 0;
}
.liucheng dd{
    color: #666;
    font-size: 18px;
    font-weight: normal;
}
.liucheng_right a{
    font-size: 18px;
    color: white;
    padding: 10px 40px;
    background-color: #0099ff;
    border-radius: 4px;
    width:230px;
    margin:0 auto;
}
/*考试科目详情*/
.kemu_title{
    width: 1000px;
    text-align: center;
    color: #0099ff;
    font-weight: bold;
    font-size:32px;
    padding:30px 0 20px 0;
    margin: 0 auto;
}
.kemulist{
    width: 1000px;
    margin: 0 auto;
}
.kemulist img{
    width: 100%;
}
/*备考方式*/
.beikao_img{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.beikao_img img{
    width: 100%;
}
.beikao_all{
    width: 1000px;
    margin: 0 auto;
    background: url(../img/bg_img.png) no-repeat;
    background-position:30% 30%;
}
.beikao_img{
    padding: 30px 0;
}
.beikao_icon{
    width: 15%;
    float: left;
    margin: 0 20px;
}
.beikao_icon p{
    color: #333;
    font-size:16px;
}
/*考试大纲*/
.dagang_all{
    background-color: #e9f6fe;
}
.dagang_img{
    background-color: white;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.dagang_img img{
    width: 100%;
}
.dagang_icon{
    width: 1000px;
    margin: 0 auto;
    padding-left: 50px;
    padding-top: 20px;
}
.icon_all{
    width:30%;
    float: left;
    font-size:18px;
    font-weight: bold;
    color: #0099ff;
}
.icon_all p{
    text-align: center;
}
.icon_box{
    width: 100%;
    margin-left: 64px;
}
.dagang_text{
    width: 1000px;
    margin: 0 auto;
}
.text_box{
    width: 100%;
    margin-top: 1rem;
}
.text_icon{
    width: 10%;
    float: left;
}
.text_icon img{
    width: 100%;
}
.text_little{
    float:right;
    width: 90%;
}
.text_little ul{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border: 1px solid #0099ff;
	padding: 10px;
	height: 100px;
}
.text_little li{
    font-size:16px;
    font-weight: normal;
    padding: 10px 0;
}
.tongguan{
    width: 1000px;
    margin: 0 auto;
}
.tongguan_img{
    width: 230px;
    margin: 0 auto;
    margin-top: 40px;
}
.tongguan img{
    width: 100%;
}
.bottom_img img{
    width: 100%;
}
/*名师求助*/
.help{
    width: 100%;
    background: url(../img/bgtupian.png) no-repeat top center;
    background-size: 100% 100%;
    height: 484px;
}
.help ul{
    font-size:36px;
    font-weight: bold;
    color: #333;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top:120px;
}
.help li{
    font-weight: normal;
}
.help a{
    width:250px;
    padding: 0.4rem 1rem;
    background-color: #c80000;
    color: white;
    font-size:30px;
    margin: 50px auto;
    text-align: center;
    border-radius: 4px;
}
/*底部导航栏*/
.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;
}
.zixun{
    top:0;
    left:-102px;
    color:#0099ff;
    border: 2px solid #0099ff;
    height: 40px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    width: 100px;
    background-color: white;
}
.zixun2 {
    width: 138px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #f5ae3c;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    padding: 6px 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.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;
}