﻿.w1100 {
    width: 1100px;
    margin: 0 auto;
}
/****/
.pubheadmain {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #FFF;
    padding: 20px 0px;
}

.fixpubhead {
    padding: 3px 0px;
    box-shadow: 1px 2px 5px rgba(153, 153, 153, 0.6);
}

.pubhead {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
}

    .pubhead .logo {
    }

    .pubhead .nav {
        line-height: 50px;
        display: flex;
    }

        .pubhead .nav a {
            display: block;
            white-space: nowrap;
            padding: 0 20px;
            color: #333;
            width: 100%;
        }
    .pubhead .langnav {
        background-image: url(/img/diqiu.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 18px 18px;
        padding-left: 20px !important
    }
            .pubhead .nava:hover {
                color: #025bab
            }

    .pubhead .nav li {
        display: block;
        position: relative;
    }

    .pubhead .childnav {
        position: absolute;
        z-index: 99;
        display: none;
        left: 0px;
        top: 50px;
        background-color: #EEE;
        border-radius: 3px;
    }

        .pubhead .childnav a {
            box-sizing: border-box;
            border-radius: 3px;
        }

            .pubhead .childnav a:hover {
                background-color: #FFF;
            }

.pubheadholder {
    height: 90px;
}
/*****/
.pubfootmain {
    background-color: #F6F6F6;
}

    .pubfootmain .linkmain {
        color: #595959;
        background-color: #dedede;
        padding: 12px 0px;
    }

    .pubfootmain .lnkm {
        width: 1100px;
        margin: 0px auto;
        display: flex;
    }

    .pubfootmain .ico img {
        display: block;
        width: 26px;
    }

    .pubfootmain .icotips {
        margin-right: 5px;
        line-height: 26px;
    }

    .pubfootmain .lnkm a {
        line-height: 26px;
        margin-right: 10px;
    }

        .pubfootmain .lnkm a:hover {
            color: #025bab;
        }

        .pubfootmain .lnkm a:last-child {
            margin-right: 0px;
        }

    .pubfootmain .pubfoot {
        width: 1100px;
        margin: 0 auto;
        padding: 50px 0;
        display: flex;
    }

        .pubfootmain .pubfoot .logo {
            width: 25%;
        }

        .pubfootmain .pubfoot .nav {
            width: 30%;
            line-height: 30px;
        }

            .pubfootmain .pubfoot .nav a {
                display: inline-block;
                width: 80px;
                font-size: 13px;
            }

        .pubfootmain .pubfoot .copy {
            flex: 1;
            line-height: 30px;
            font-size: 13px;
        }

        .pubfootmain .pubfoot .qrcode {
            width: 160px;
        }

            .pubfootmain .pubfoot .qrcode img {
                display: block;
                width: 160px;
            }
/****/
.pubnotice {
    background-color: #f5f5f5;
    height: 60px;
}

    .pubnotice .noemain {
        width: 1100px;
        margin: 0px auto;
        display: flex;
    }

    .pubnotice .ico {
        padding: 18px 0 0 0;
        margin-right: 3px;
    }

        .pubnotice .ico img {
            display: block;
            width: 24px;
        }

    .pubnotice .icotips {
        line-height: 60px;
        font-weight: 700;
        color: #707070;
    }

    .pubnotice .noenr {
        display: flex;
        flex: 1;
        justify-content: space-between;
        padding-left: 20px;
    }

        .pubnotice .noenr a {
            line-height: 60px;
            color: #707070;
        }

        .pubnotice .noenr span {
            line-height: 60px;
            color: #707070;
        }
/****/
.pubbanner {
    width: 100%;
    height: calc(100vw * 0.156);
    position: relative;
    min-height: 220px;
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #FFF;
}

.abusbanner {
    background-image: url(/img/pimg/abbanner.jpg);
}

.nsbanner {
    background-image: url(/img/pimg/nsbanner.jpg);
}

.cpbanner {
    background-image: url(/img/pimg/cpbanner.jpg);
}


.pubbanner .banattr {
    position: absolute;
    display: flex;
    top: 30px;
    width: 1100px;
    left: calc(50vw - 550px);
}

.pubbanner .zm {
    font-size: 120px;
    margin-right: 5px;
}

.pubbanner .banname {
    padding-top: 33px;
}

.pubbanner .cnname {
    padding-top: 10px;
    font-size: 30px;
}

.pubbanner .enname {
    font-size: 30px;
}
/****/
.publeft {
    width: 270px;
}

    .publeft .navmain {
    }

        .publeft .navmain .navname {
            background-color: #F5F5F5;
            line-height: 50px;
        }

        .publeft .navmain .nmstr {
            display: inline-block;
            padding: 0 10px;
            background-color: #81bd37;
            color: #FFF;
        }

    .publeft .navul {
        display: block;
        border: 1px solid #E8E8E8;
        border-top: 0px;
        box-shadow: 0px 1px 3px rgba(204, 204, 204, 0.6);
        margin-bottom: 20px;
    }

        .publeft .navul li {
            display: block;
        }

        .publeft .navul a {
            display: block;
            line-height: 50px;
            border-left: 3px solid #FFF;
            color: #333;
            border-bottom: 1px solid #E8E8E8;
            padding-left: 20px;
        }

            .publeft .navul a:hover {
                border-left: 3px solid #04abf4;
                background-color: #f5f8fa
            }

        .publeft .navul .linkon {
            border-left: 3px solid #04abf4;
            background-color: #f5f8fa
        }

    .publeft .publx {
    }

        .publeft .publx .lxname {
            background-color: #F5F5F5;
            line-height: 50px;
        }

        .publeft .publx .lxstr {
            display: inline-block;
            padding: 0 10px;
            background-color: #81bd37;
            color: #FFF;
        }

        .publeft .publx .lxattr {
            background-color: #eff0eb;
            padding-top: 10px;
        }

        .publeft .publx h3 {
            font-size: 14px;
            margin: 0px 0 5px 10px;
            font-weight: 700;
        }

        .publeft .publx .lxnr {
            font-size: 13px;
            line-height: 30px;
            padding-left: 10px;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }
/****/
.pubholder {
    display: flex;
    width: 1100px;
    margin: 20px auto;
}

    .pubholder .ucleft {
        width: 270px;
    }

    .pubholder .nrright {
        margin-left: 20px;
        flex: 1;
    }

    .pubholder .mbx {
        border-bottom: 1px dashed #CCC;
        line-height: 51px;
        display: flex;
        box-sizing: border-box;
        color: #ff971c;
        font-size: 13px;
    }

        .pubholder .mbx a {
            color: #ff971c
        }

        .pubholder .mbx .ico {
            padding-top: 13px;
        }

            .pubholder .mbx .ico img {
                display: block;
                width: 24px;
            }

        .pubholder .mbx .fg {
            margin: 0 5px;
        }

    .pubholder .holdernr {
        padding: 20px 0;
        font-size: 13px;
    }

        .pubholder .holdernr img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

        .pubholder .holdernr table {
            border-collapse: collapse;
            width: 100%;
        }

        .pubholder .holdernr p {
            display: block;
            padding: 0px;
            margin: 5px 0px;
            line-height: 30px;
            text-indent: 24px;
        }

        .pubholder .holdernr table td {
            line-height: 36px;
            padding: 0 3px;
            border: 1px solid #CCC;
            text-align: center;
            width: unset !important;
        }

        .pubholder .holdernr table .firstRow td {
            background-color: #F7F7F7;
            font-weight: 700;
        }
