


.sidebarCtrl{
    display: none;
}
.headNav ol,.headNav ul,.headNav li{
    list-style: none;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 1199px) {
    header{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 74px;
    }
    .banner{
        margin-top: 74px;
    }
    .headerArea .navWarp{
        height: 74px;
        justify-content: flex-start;
    }
    .headerArea{
        margin: 0;
    }
    .sidebarCtrl{
        display: block;
    }
    #rwdSearch #topSearch{
        width: 70%;
        border-radius: 0;
    }
    /* .logo a{
        width: 35%;
    } */
    .surveyBtn, .QuestionBtn{ 
        z-index: 99 !important;
    }
    .fotterNav{
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 50px;
    }
    .fotterNav_box{
        position: relative;
        padding-top: 0;
        border-bottom: none;
        display: flex;
        width: 100%;
        height: 50px;
        align-items: center;
    }
    .fotterNav .ns-fb,.fotterNav .ns-yt,.fotterNav .ns-line{
        width: 100%;
        width: 33.3333%;  
        height: 50px; 
        line-height: 3;
    }
    .fotterNav .ns-fb{ 
        background: #36c !important;
    }
    .fotterNav .ns-yt {
        background: #be0012 !important;
    }
    .fotterNav .ns-line {
        background: #4ab651  !important;
    }
    .fotterNav .ns-fb img,.fotterNav .ns-yt img,.fotterNav .ns-line img{
        width: 28px;
    }
}
@media only screen and (max-width: 1000px) {
    /* .logo a{
        width: 75%;
    } */
    /* .topheader{
        height: 69px;
    } */
}
@media only screen and (max-width: 650px) {
    header{
       /*  padding-top: .25em; */
        height: 74px;
        z-index: 1000;
    }
    .logo{/* 
        margin: 0 auto;
        width: calc(100% - 114px);
        position: unset; */
    }
    /* .logo a{
        margin: 0 auto;
        width: 47%;
    } */
}
@media only screen and (max-width: 559px) {
    /* .logo a{
        margin: 0 auto;
        width: 57%;
    } */
}
@media only screen and (max-width: 440px) {
    /* .logo a{
        margin: 0 auto;
        width: 78%;
    } */
}
.sidebar{
    position: relative;
}
.sidebar #rwdSearch{
    background: #daf0f1;
    padding: 10px;
}
.sidebar .searchBtn {
    /* background: #5c5c5c; */
    color: #fff;
    border: 0px;
    font-size: .9rem;
    height: 45px;
    line-height: 2.4;
    padding: 6px 20px;
}
.sidebar .searchBtn:hover{
    background: #000;
}
.sidebar input[type=text]{
    padding: 0px 16px;
    width: 100%;
    height: 45px;
    border: 1px solid #847569;
    background: #fff;
    color: #333;
    font-size: .95rem;
}
.menu,.sidebar {
    --deg: 90deg;
    background-color: #f0ffff ;
}
.sidebarCtrl,.searchCtrl {
    position: absolute;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    height: 44px;
    /* border-radius: 50%; */
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    text-indent: -20em;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 30px;
    top: 17px;
    left: 10px;
}

button.sidebarCtrl {
    --tinge: #fff;
    --bg: #fff;
    background-color: var(--bg);
    transition: .4s;
    background: #23696a;
}

button.sidebarCtrl::before,button.sidebarCtrl::after {
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 15px);
    background: var(--tinge);
    transition: .2s
}

button.sidebarCtrl::before {
    box-shadow: var(--tinge) 0 -10px 0,var(--tinge) 0 10px 0
}

button.sidebarCtrl::after {
    opacity: 0
}

button.sidebarCtrl:hover,button.sidebarCtrl:focus {
    --tinge: #fff;
    --bg: #23696a;
    background-color: var(--bg)
}

button.sidebarCtrl:focus {
    box-shadow: var(--bg) 0 0 0 4px
}

button.sidebarCtrl.closeIt {
    --tinge: #fff;
    --bg: #23696a
}

button.sidebarCtrl.closeIt::before,button.sidebarCtrl.closeIt::after {
    width: 32px;
    left: calc(50% - 16px);
    background-color: var(--tinge)
}

button.sidebarCtrl.closeIt::before {
    transform: rotate(45deg);
    box-shadow: none
}

button.sidebarCtrl.closeIt:after {
    opacity: 1;
    transform: rotate(-45deg)
}

button.searchCtrl {
    margin: 0;
    padding: 0;
    border: none;
    background-color: #847569;
    cursor: pointer;
    transition: box-shadow .2s
}

button.searchCtrl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon_search.svg) no-repeat center center;
    background-size: 50%;
    filter: brightness(20)
}

button.searchCtrl:hover,button.searchCtrl:focus {
    background-color: #847569
}

button.searchCtrl:hover {
    box-shadow: rgba(0,0,0,0) 0 0 0 1px,#847569 0 0 0 3px
}

button.searchCtrl:focus {
    box-shadow: #fff 0 0 0 1px,#847569 0 0 0 4px
}

@media screen and (min-width: 1000px) {
    button.searchCtrl {
        width:44px;
        height: 44px;
        background-color: #847569
    }

    button.searchCtrl:before {
        filter: brightness(20)
    }
}

.sidebarMask {
    display: none;
    z-index: 100;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(61 61 61 / 83%);
}





.sidebar {
    --color: #fff;
    --menuHover: rgb(0 30 60 / .4) ;
    --border: rgb(255 255 255 / .2);
    overflow: hidden;
    overflow-y: scroll;
    --deg: 180deg;
    position: fixed;
    z-index: 998;
    width: 300px;
    height: calc(100vh - 74px);
    top: 74px;
    left: -300px;
    overflow: auto;
    transition: left .4s
}

.sidebar.reveal {
    left: 0
}

.sidebar .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4
}

.sidebar .menu ul a {
    display: block;
    color: #000;
    text-decoration: none;
    transition: .2s
}

.sidebar .menu ul a:hover,.sidebar .menu ul a:focus {
    background-color: #4e9293;
    color: #fff;
}
.sidebar .menu ul ul a:hover,.sidebar .menu ul ul a:focus {
    background-color: #4e9293;
    color: #fff;
}

.sidebar .menu>ul {
    font-size: 1em;
    color: var(--color);
}

.sidebar .menu>ul li.hasChild>a {
    position: relative
}

.sidebar .menu>ul li.hasChild>a::after {
    content: "";
    position: absolute;
    right: 14px;
    top: calc(.9em + 3px);
    width: 8px;
    height: 8px;
    border: rgb(0 0 0 / 0.4) solid 2px;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    transition: .3s
}

.sidebar .menu>ul li.hasChild.closeIt>a:after {
    transform: rotate(225deg);
    top: calc(.7em + 12px);
}
.sidebar .menu>ul>li {
}

.sidebar .menu>ul>li a {
    padding: .7em 12px .7em;
    margin-left: 8px;
    text-align: left;
    border-bottom:1px dotted #92a09f;
}
.sidebar .menu>ul>li ul>li a {
    border-bottom:1px dotted #92a09f;
}
.sidebar .menu>ul ul {
    display: none;
    font-size: 1.12rem;
    margin: 10px 8px 12px 12px
}

.sidebar .menu>ul ul>li a {
    border-radius: 0px
}

.sidebar .menu>ul ul>li.hasChild a {
    padding-right: 10px
}
.sidebar .menu>ul>li ul{
    background: #e6e6e6;
}
.sidebar .menu>ul ul>li ul{
    background: #f2f2f2;
}
.sidebar .menu>ul ul>li ul{
    font-size: 1rem;
}
.sidebar .headNav {
    --color: #fff;
    margin: 10px 10px 10px
}

.sidebar .headNav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.1rem;
}

.sidebar .headNav>ul>li {
    margin: 5px;
    padding: 4px;
    border: none;
    text-align: center;
    width: 45%;
    background:#23696a;
}

.sidebar .headNav>ul>li>a {
    color: #fff;
    /* display: inline-block; */
    display: block;
    /* color: var(--color); */
    /* border-radius: 2em; */
    transition: .2s;
}

.sidebar .headNav>ul>li>a:hover,.sidebar .headNav>ul>li>a:focus {
    box-shadow: #fff 0 0 0 2px
}

.sidebar .headNav>ul>li:nth-child(odd):last-child {
    flex-basis: 100%
}

/* .sidebar .headNav>ul>li.langEN>a {
    width: 2.8em;
    height: 2.8em;
    line-height: 1.5;
    margin: 0 auto;
    background-color: #fff;
    color: #847569;
    font-weight: bold;
    font-size: 1.125em
} */

/* .sidebar .headNav>ul>li.langEN>a:hover,.sidebar .headNav>ul>li.langEN>a:focus {
    box-shadow: #fff 0 0 0 3px
}

.sidebar .headNav>ul>li.langEN>a:focus {
    color: #fff;
    background-color: var(--menuHover)
}
 */
.sidebar .headNav>ul.disks {
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.sidebar .headNav>ul li.fontSize {
    display: none
}
/*===================新增功能======================*/
@media only screen and (max-width: 1199px) {
    .functionList{
        display: none;
    }
    aside .functionList{
        display: flex;
        flex-wrap: wrap;
        position:unset;
        padding:0px 10px 10px 10px;
        justify-content: space-between;
    }
    aside .functionList li{
        padding: 4px;
        border: none;
        text-align: center;
        width: 49%;
    }
}