body {
    font-color: #000
}

@font-face {
    font-family: myFirstFont;
    src: url("../css/font/copperplate-gothic-bold.ttf"),
    url("../css/font/copperplate-gothic-bold-webfont.eot"); /* IE9 */
}

.avistive {
    width: 138px;
}

.avistive:hover span {
    color: #ff9900;

}

#nav-wrap {
    margin-top: -56px;
    padding-top: -10%;
    font-family: Gothic;
    font-weight: 600;
    font-size: 14px;
}

#nav li {
    line-height: 2rem;
}

.logoPhoto {
    color: #18A4BA;
    font-family: myFirstFont;
    font-size: 41pt;
    font-weight: 900;
    letter-spacing: 2px;
}

.banri_link {
    position: absolute;
    top: 0;
    right: 2px;
    width: 127px;
    height: 27px;
    text-align: center;
    background: #16a4b8;
    border-radius: 0 0 5px 5px;
    -webkit-transition: background 0.33s ease;
    -moz-transition: background 0.33s ease;
    -ms-transition: background 0.33s ease;
    -o-transition: background 0.33s ease;
    transition: background 0.33s ease;
}

.banri_link:hover a {
    width: 116px;
    -webkit-transition: width 0.14s ease;
    -moz-transition: width 0.14s ease;
    -ms-transition: width 0.14s ease;
    -o-transition: width 0.14s ease;
    transition: width 0.14s ease;
}

.banri_link a {
    color: #fcfcfc;
    font-size: 13px;
    display: block;
    width: 112px;
    line-height: 25px;
    background: url(../images/rowp3.png) no-repeat right;

}

/* 1280分辨率以上（大于1200px） */
@media screen and (min-width: 1200px){
    .set-li {
        position: relative !important;
    }

    .set-sub {
        position: absolute !important;
        top: 0px !important;
    }
}

/* 1100分辨率（大于960px，小于1199px） */
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .set-li {
        position: relative !important;
    }

    .set-sub {
        position: absolute !important;
        top: 0px !important;
    }

    #nav-wrap {
        margin-left: 3%;
        margin-top: -4%;
        float: none !important;
        width: auto !important;
        display: block !important;
    }

    .banri_top {
        float: left;
    }
}

/* 880分辨率（大于768px，小于959px） */
@media screen and (min-width: 768px) and (max-width: 959px) {
    .set-li {
        position: relative !important;
    }

    .set-sub {
        position: absolute !important;
        top: 0px !important;
    }

    #header {
        display: flex;
        justify-content: space-between;
        padding-top: 1.5rem;
    }

    .banri_top {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .5rem;
    }

    #menu-icon {
        position: inherit;
        width: auto;
        border: none;
        background: initial;
        margin-top: -72px;
        margin-right: 10px;
    }

    #nav-wrap {
        margin-left: 3%;
        margin-top: -4%;
        float: none !important;
        width: auto !important;
        display: block !important;
    }

    .banri_link {
        right: -1rem;
    }
}

/* 720分辨率（大于480px，小于767px） */
@media only screen and (min-width: 480px) and (max-width: 767px){
    .banri_logo {
        width: 70%;
    }

    #nav {
        padding-left: 40px;
        left: -2rem;
    }

    #nav-wrap {
        position: relative;
        left: 14rem;
        display: block !important;
    }

    #menu-icon {
        float: right;
        padding: 0px;
        line-height: 30px;
        text-align: center;
        margin-top: 0px;
    }
}

/* 440分辨率以下（小于479px） */
@media only screen and (max-width: 479px) {
    .banri_logo {
        width: 70%;
    }

    .logoPhoto {
        font-family: myFirstFont;
        font-size: 25pt;
    }

    #nav {
        position: absolute;
        top: 2rem;
        width: 80%;
        z-index: 10000;
        padding: 6px 12px 20px 6px;
        background: #fefefe;
        border: solid 1px #d2d2d2;
        display: none;
        left: -4rem;
    }

    #menu-icon {
        float: right;
        padding: 0px;
        line-height: 30px;
        text-align: center;
        margin-top: 0px;
    }

    #nav-wrap {
        position: relative;
        left: 10rem;
    }
}

