header {
    width: 100%;
    height: 110px;
    background-color: #fff;
}

.head {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.head .head-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #151D3F;
}

.fen {
    display: flex;
    align-items: center;
}

.fen a {
    display: block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626884;
    margin-right: 20px;
}

.fen .phone {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151D3F;
    line-height: 60px;
    display: flex;
    align-items: center;
}

.fen .phone img {
    margin-right: 5px;
}

.head-cen h1{
   font-size: initial;
}
.head-cen img{
   width: 160px;
}
.head-cen {
    width: 1200px;
    height: calc(100% - 45px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-cen .nav {
    display: flex;
    align-items: center;
    /* padding-top: 30px; */
    box-sizing: border-box;
}

.head-cen .nav li {
    height: 100%;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151D3F;
    line-height: 64px;
    position: relative;
    margin-right: 30px;
    text-align: center;
}

.head-cen .nav li .select-1 {
    width: 110px;
    height: 86px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
    z-index: 999999;
    left: -16px;
    top: 50px;
    display: none;
}

.head-cen .nav li .select-1 a {
    display: block;
    width: 106px;
    height: 30px;
    border-radius: 2px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #151D3F;
    line-height: 30px;
    text-align: center;
    margin: 10px auto 5px;
}

.head-cen .nav li .select-1 a:hover {
    color: #151D3F;
    font-weight: bold;
    background: #F1F2F7;
}

.head-cen .nav li a {
    width: 100%;
    height: 100%;
    color: #151D3F;
    display: flex;
    align-items: center;
}

.head-cen .nav li a img {
    margin-left: 5px;
}

.head-cen .nav li:hover .select-1 {
    display: block;
}

.head-cen .nav li:hover .select-1 a {
    color: #151D3F;
}

.head-cen .nav li:hover a {
    color: #E80000;
}

.head-cen .nav li a span {
    display: none;
}

.head-cen .nav .sele a span {
    display: block;
    width: 28px;
    height: 3px;
    background: #E80000;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
}

.head-cen .nav li i {
    display: block;
    width: 29px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 0;
}

.head-cen .nav li .hot {
    background: url(.https://img001.haizhuawang.com/kp3/hot-icon.png) no-repeat center center;
    background-size: 100%;
}

.head-cen .nav li .xin {
    background: url(.https://img001.haizhuawang.com/kp3/new-icon.png) no-repeat center center;
    background-size: 100%;
}
.app-header{
	display: none;
}
.cebian{
	display: none;
}
@media only screen and (max-width: 750px) {
	
    header {
        display: none;
    }
    .bottom-banner {
        display: none;
    }

    footer {
        display: none;
    }

    .app-header {
        display: block;
        width: 100%;
        height: 55px;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .app-header .logo {
        display: block;
        width: 108px;
    }

    .app-header .logo img {
        width: 100%;
    }

    .app-header .kind {
        width: 30px;
    }

    .app-header .kind img {
        width: 20px;
        margin: 0 auto;
    }
    
    .cebian {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        display: none;
    }

    .ce-box {
        width: 328px;
        height: 100%;
        background: #FFFFFF;
        float: right;
    }

    .ce-head {
        width: 100%;
        height: 60px;
        background: #FFFFFF;
        box-shadow: -1px 0px 20px 0px rgba(55, 55, 55, 0.06);
        padding: 0 13px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ce-head .ce-logo {
        display: block;
        width: 108px;
        height: 33px;
    }

    .ce-head .ce-logo img {
        width: 100%;
    }

    .ce-head .backoff {
        width: 17px;
        height: 100%;
        background: url(https://img001.haizhuawang.com/kp3/app/app-ce-backoff.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen {
        width: 100%;
        padding: 0 13px;
        box-sizing: border-box;
    }

    .ce-cen a {
        display: block;
        width: 100%;
        height: 56px;
        padding-top: 21px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }


    .ce-cen a p {
        width: calc(100% - 30px);
        height: 100%;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
    }

    .ce-cen a p i {
        display: block;
        width: 35px;
        height: 18px;
        margin-left: 5px;
    }

    .ce-cen a .right {
        display: none;
        width: 16px;
    }

    .ce-cen a p .hot-icon {
        background: url(https://img001.haizhuawang.com/kp3/app/app-ce-hot.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .new-icon {
        background: url(https://img001.haizhuawang.com/kp3/app/app-ce-news.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .free-icon {
        background: url(https://img001.haizhuawang.com/kp3/app/app-ce-free.png) no-repeat center center;
        background-size: 100%;
    }
    
}