/* top */
.cjmd_top{
    background: #fff;
    height: 77px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 6px 59px rgba(0,0,0,10%);
    z-index: 9;
}
.cjmd_top .cjmd_top_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.cjmd_top .cjmd_top_box .logo{
    font-size: 0;
    flex-shrink: 0;
}
.cjmd_top .cjmd_top_box .cjmd_top_nav{
    display: flex;
    align-items: center;
}
.cjmd_top .cjmd_top_box .cjmd_top_nav .top_nav_li{
    font-size: 16px;
    padding: 0 22px;
    color:#333;
    transition: all .3s ease;
}
.cjmd_top .cjmd_top_box .cjmd_top_nav .top_nav_li:hover{
    color:#FF6E00;
}
/* banner */
.cjmd_banner img{
    width: 100%;
    height: 680px;
    object-fit: cover;
    box-sizing: border-box;
}