/* Í·²¿ */
.cfjs_head{
    width: 100%;
    height: 90px;
    position: fixed;
    box-shadow: 0 15px 32px rgba(0,0,0,0.05);
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
}
.cfjs_head .cfjs_head_content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.cfjs_head .cfjs_head_content .cfjs_head_logo{
    padding-top: 14px;
    font-size: 0;
}
.cfjs_head .cfjs_head_content .cfjs_head_nav{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 0;
}
.cfjs_head .cfjs_head_content .cfjs_head_nav .cfjs_head_nav_li{
    margin-left: 5px;
    display: inline-block;
    /* overflow: hidden; */
    vertical-align: top;
    position: relative;
}
.cfjs_head .cfjs_head_content .cfjs_head_nav .cfjs_head_nav_li .cfjs_li_btn{
    padding: 0 30px;
    line-height: 90px;
    color:#323232;
    font-size: 16px;
    display: inline-block;
}
.cfjs_head .cfjs_head_content .cfjs_head_nav .cfjs_head_nav_li .cfjs_li_btn i{
    width: 8px;
    height: 6px;
    background: url(../images/top_icon01.png)no-repeat center/100%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.cfjs_head .cfjs_head_content .cfjs_head_nav .cfjs_head_nav_li.active .cfjs_li_btn{
    color:#002B9B;
    font-weight: 1000;
}
.cfjs_head .cfjs_head_content .cfjs_head_nav .cfjs_head_nav_li.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #002B9B;
    width: 27px;
    height: 2px;
}
.cfjs_head_nav .cfjs_head_nav_li .cfjs_head_nav_second{
    padding: 0 18px;
    display: none;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    width: 100%;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cfjs_head .cfjs_head_content .cfjs_head_nav .cfjs_head_nav_li:hover .cfjs_head_nav_second{
    display: block;
}
.cfjs_head_nav .cfjs_head_nav_li .cfjs_head_nav_second .nav_second_li{
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color:#323232;
    display: block;
    transition: all .3s ease;
    font-weight: 400;
    border-bottom: 1px dashed #EBEBEB;
}
.cfjs_head_nav .cfjs_head_nav_li .cfjs_head_nav_second .nav_second_li:hover{
    color:#002B9B;
    background: #cedeff;
    font-weight: 1000;
}