﻿html {
    font-size: 100px;
}

body, p {
    margin: 0px;
    padding: 0px;
    font-size: 0.14rem;
}

.apple {
    -webkit-appearance: none; /*清除苹果手机特效 单选冲突*/
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.dishide {
    display: none;
}

.disshow {
    display: block;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.txtone {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

.txttwo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
/**keephead开始**/
.thispage {
    display: none;
}
/****/
.pubhead {
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    box-shadow: 0px 1px 3px #333;
    padding: 10px 2%;
    position: fixed;
    z-index: 100;
}
    .pubhead .logo {
        width: 80%;
        height: 50px;
    }

        .pubhead .logo img {
            display: block;
            height: 50px;
        }

    .pubhead .menu {
        width: 20%;
        background-image: url(/img/mimg/menu.png);
        background-repeat: no-repeat;
        background-size: auto 80%;
        background-position: right 20px center;
        cursor: pointer;
    }
/*****/
.menumain {
    position: fixed;
    z-index: 121;
    width: 200px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #051f46;
    color: #FFF;
    display: none;
    user-select: none;
}

.menubg {
    position: fixed;
    z-index: 120;
    background-color: #000;
    opacity: 0.6;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}

.menumain a {
    color: #FFF;
    font-size: 0.18rem;
    display: block;
    line-height: 60px;
    margin-left: 20px;
}

.menumain .optop {
    height: 50px;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
    padding: 15px;
}

    .menumain .optop img {
        display: block;
        width: 20px;
        height: 20px;
        float: right;
        cursor: pointer;
    }
/****/
.pubfoot {
    position: fixed;
    z-index: 3;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 61px;
    font-size: 0.16rem;
    background-color: #000;
    border-top: 1px solid #CCC;
}

    .pubfoot .mul {
        display: flex;
    }

    .pubfoot .mli {
        width: 20%;
        height: 60px;
        text-align: center;
        cursor: pointer;
        position: relative;
        color: #FFF;
        user-select: none;
    }

        .pubfoot .mli a {
            color: #FFF;
        }

        .pubfoot .mli img {
            display: block;
            width: 30px;
            margin: 0 auto;
            margin-top: 4px;
        }


    .pubfoot .childul {
        display: none;
        position: absolute;
        z-index: 99;
        left: -10px;
        right: -10px;
        bottom: 65px;
        background-color: #000;
        border: 1px solid #858585;
        border-radius: 3px;
    }

    .pubfoot .childon {
        display: block;
    }

    .pubfoot .childul li {
        display: block;
        text-align: center;
        line-height: 50px;
    }