<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* Contact author via yun_fanfand@outlook.com */

:root {
    --header-bgcolor: #2d7ec2;
    --nav-bgcolor: #1b5d99;
    --navul-hoverbg: #55a9f0;
    --navul-border: #bbb;
    --module-color: #1e88e5;
    --footer-bgcolor: #444;
    --pb2-content-bgcolor: #555;
    --pb2-tag-bgcolor: #777;
    --pb2-tag-hoverbg: #888;
}

.on-mob-none {display:inherit;}
@media only screen and (max-width:767px){.on-mob-none{display:none;};}

body {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei, SimSun, Arial, serif;
    font-size: 14px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.clear {
    zoom: 1;
}

.clear:before,
.clear:after {
    display: table;
    content: "";
}

.clear:after {
    clear: both;
}

.fixed-bottom {
    position:fixed;
    bottom:0;
    width:100%;
}

.mrheight {
    line-height: 150%;
}

.show {
    display: block !important;
}

.posr {
    position: relative;
}

.margin-bot {
    margin-bottom: 2rem;
}

.ellipsis-list ul li {
    list-style-type: square;
    line-height: 300%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

#container {
    margin: 30px auto;
}

.nrwdth {
    margin: auto;
    padding: 0 10px;
    max-width: 1200px;
    position:  relative;
}

.nrwdth-1020 {
    margin: auto;
    padding: 0 10px;
    max-width: 1020px;
    position: relative;
}

/* Show compatibility tips bar on inferior browsers*/
.compatibility-tip {
    background: #fe9725;
    border-bottom: solid #dc7401 1px;
    line-height: 300%;
    color: #fff;
    text-align: center;
}

.compatibility-tip span, .compatibility-tip a {
    display: inline-block;
    margin: 0 5px;
}

.compatibility-tip a:link, .compatibility-tip a:visited, .compatibility-tip a:hover, .compatibility-tip a:active {
    text-decoration: none;
}

.compatibility-tip a:link, .compatibility-tip a:visited {
    color: #eee;
}

.compatibilit-tip a:hover {
    color: #fff;
    text-decoration: underline;
}


/* Page Navigator*/
.pageNav {
    display: table;
    text-align: center;
    margin: 20px auto;
    border: solid #ddd 1px;
    background: #eee;
    height: 40px;
    line-height: 300%;
}

.pgnav_flt {
    float: left;
    width: 100px;
}

@media only screen and (max-width: 767px) {
   .pageNav {
       width: 100%;
   }
   .pgnav_flt {
       width: calc(100%/5);
   }
}

.pgnav_avail:hover {
    cursor: pointer;
    background: #7E7E7E;
    color: #ffffff;
    box-shadow: 0 2px 10px 0 #999999;
}

.unavail {
    color: #878787
}

div.pgnav_flt a:link, 
div.pgnav_flt a:visited,
div.pgnav_flt a:active,
{
    color: inherit;
    text-decoration: none;
}

div.pgnav_flt a:hover {
    color: inherit;
}


/* Header */
header {
    background-color: var(--header-bgcolor);
    text-align: center;
    padding: 5px 0 0 0;
}

#banner {
    margin: 0 auto 5px auto;
    height: 120px;
    text-align: left;
}

#banner img {
    margin: 0 0 0 5px;
    cursor: pointer;
}

#banner span {
    color: #ddd;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 35px;
    float: right;
}

#banner span a:link, #banner span a:visited, #banner span a:hover, #banner span a:active {
    text-decoration: none;
    color: inherit;
}

#banner span a:hover {
    color: #fff;
}

#banner span a:active {
    color: #ccc;
}

.bar {
    float: right;
    margin: 0 5px 0 0;
}

.bar form {
    position: relative;
    bottom: -62px;
    line-height: 250%;
}

.bar input,
button {
    border: none;
    outline: none;
}

.bar input {
    width: 250px;
    line-height: 250%;
    padding: 0 0 0 5px;
    border-bottom: 2px solid #1b5d99;
    border-radius: 0;
    background: transparent;
    color: #ddd;
    bottom: 0;
    right: 0px;
    font-size: 14px;
}

.bar input::-webkit-input-placeholder {
    color: #ddd;
}

.bar input::-moz-placeholder {
    color: #ddd;
}

.bar input:-moz-placeholder {
    color: #ddd;
}

.bar input:-ms-input-placeholder {
    color: #ddd;
}

.bar input:focus {
    border-bottom: 2px solid #ddd;
    color: #fff;
}

.bar button {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 28px;
    width: 28px;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    margin: 7px 5px 7px 0;
    padding: 0;
}


/* src: http://www.iconfont.cn/collections/detail?cid=197 */

.bar button::before {
    content: "\e622";
    font-family: "iconfont";
    font-size: 20px;
}

.bar button:hover {
    color: #fff;
}

.bar-mob {
    display: none;
}

nav {
    line-height: 350%;
    max-width:1440px; /* calculate with column change */
    margin: 0 auto;
}

.navcontent {
    background: var(--nav-bgcolor);
}

.navcontent-mob {
    display: none;
}

.navcontent nav ul {
    font-size: 0;
}

.navcontent nav ul li,
.navcontent nav ul li ul, 
.navcontent nav ul li ul li,
{
    list-style: none;
    font-size: 14px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

nav ul li ul li a {
    font-size: 14px;
    color: #000;
}

nav ul li ul li:hover a {
    color: inherit;
}

.flt {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    cursor: default;
    color: #fff;
    transition: all 0.2s;
}

@media only screen and (max-screen:1460px){
.flt,.navul{width:calc(100%/12);}
.flt a{display:inline;}
}

.flt a, .navul a {
    cursor: inherit;
    width: inherit;
    height:  inherit;
    line-height:  inherit;
    display: block;
}

.flt ul {
    display: none;
}


@media only screen and (min-width: 768px) {
    .flt:hover {
        background: var(--navul-hoverbg);
        transition: all 0.2s;
    }

    .flt:hover ul, .flt:hover ul li {
        display: block;
    }

} /* Only works in bigger screen - jump to mobile adaption for details */

/* Secondary list*/
.navul {
    position: absolute;
    z-index: 10;
    width: 120px;
    line-height: 350%;
    background: #eeeeee;
    font-size: 14px !important;
    list-style: none;
    display: block;
    margin: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    padding: 0;
}

.navul li {
    color: #000000;
    border: solid var(--navul-border) 1px;
    border-top: none;
}

.navul li:hover {
    background: var(--navul-hoverbg);
    color: #ffffff;
    border: solid var(--navul-hoverbg) 1px;
    border-top: none;
}

.toggle-mobile-list-show {
    background-color: #55a9f0;
    margin-bottom: 10px !important;
}

/* PhotoBooth */

.pb {
    margin: 0;
    padding: 0;
}

#pb-img {
    width: 100%;
    position: relative;
    background-size: cover;
    padding-top: 38%; /* Change the height */
}

#pb-actl, #pb-actr {
    position: absolute;
    padding-top: 38%; /* Change the height */
}
#pb-actl {
    left: 0;top: 0;
}
#pb-actr {
    top: 0;right: 0;
}

@media only screen and (max-width: 767px){
    #pb-title {
        display: none;
    }
}

#pb-title {
    position: absolute;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    bottom: 20px;
    margin: 0 30% 20px 20%;
    transition: all 0.5s;
}

#pb-title:hover {
    background: rgba(0,0,0,0.7);
}

#pb-title h3 {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    padding: 0 20px;
    color:#fff;
}

.pb-bt {
    width: 50px;
    height: 75px;
    position: absolute;
    background-image: url(../images/cursor_pglr_2.png);
}

.pb-btl {
    background-position: 0 0;
    top: 45%;
    left: 5px;
}

.pb-btr {
    background-position: -50px 0;
    top: 45%;
    right: 5px;
}

#pb-actl {
    cursor: pointer;
    float: left;
    width: 35%;
    height: inherit;
    transition: all 0.2s;
    opacity: 0;
}

#pb-actl:hover {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    -webkit-transform: translate(1, 1);
    transform: translate(1, 1);
    opacity: 1;
}

#pb-actl div {
    transition: all 0.2s;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

#pb-actl:hover div {
    opacity: 1;
    -webkit-transform: translate(10px, 0) scale(1);
    transform: translate(10px, 0) scale(1);
}

#pb-actr {
    cursor: pointer;
    float: right;
    width: 35%;
    height: inherit;
    transition: all 0.2s;
    opacity: 0;
}

#pb-actr:hover {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    /* IE6-9 */
    opacity: 1;
}

#pb-actr div {
    opacity: 0;
    transition: all 0.2s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

#pb-actr:hover div {
    opacity: 1;
    -webkit-transform: translate(-10px, 0) scale(1);
    transform: translate(-10px, 0) scale(1);
}

/* index boxes */
.order-minus-2 {
    order: -2;
}

.temp-order-minus-1 {
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    order: 0;
}

@media only screen and (min-width: 767px) and (max-width:62em) {
    .temp-order-minus-1 {
        -moz-order: -1;
        -ms-order: -1;
        -o-order: -1;
        order: -1;
    }
}

.nbox-title {
    padding: 10px 20px;
    background-color: var(--module-color);
    font-size: inherit;
    color: #fff;
    display: inline-block;
}

.nbox-title-wider {
    padding: 10px 50px;
    background-color: var(--module-color);
    font-size: inherit;
    color: #fff;
    display: inline-block;
}

.nbox-title-underline {
    border-top: solid var(--module-color) 2px;
    width: 100%;
}

.nbox-title a {
    text-decoration: none;
    color: inherit;
}

.nbox-list ul {
    margin: 10px 0 10px 15px;
    padding-left: 0;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
}

.nbox-list ul li {
    list-style: none;
    line-height: 250%;
}

.nbox-list ul li::before,
.slideTxtBox .bd ul li::before {
    content: "■";
    color: #1e88e5;
    display:inline;
    float:left;
    font-family: Arial Black;
    font-size: inherit;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}

.nbox-list ul li a:link,
.slideTxtBox .bd ul li a:link {
    line-height: inherit;
    text-decoration: none;
    color: #505050;
    transition: all 0.2s;
}

.nbox-list ul li a:visited,
.slideTxtBox .bd ul li a:visited {
    text-decoration: none;
    color: #252525;
}

.nbox-list ul li a:hover,
.slideTxtBox .bd ul li a:hover {
    text-decoration: none;
    color: #000;
}

.nbox-list ul li a:active,
.slideTxtBox .bd ul li a:active {
    text-decoration: none;
    color: #333333;
}

.nbox-highlight {
    padding: 15px;
    background-color: #eee;
    height: 248px;
}

.nbox-highlight-content {
    float: right;
    max-width: 300px;
}

.nbox-highlight img {
    width: 220px;
    height: calc(220*0.67);
    float: left;
}


.nbox-highlight a:link,
.nbox-highlight a:visited,
.nbox-highlight a:hover,
.nbox-highlight a:active,
{
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    text-decoration: none;
}


.nbox-highlight h3 {
    font-size: 16px !important;
    margin: 5px 0 15px 0;
    size: 16px;
    font-weight: normal;
}

.nbox-highlight section {
    line-height: 200%;
}

.nbox-more {
    position: absolute;
    right: 20px;
    top: 10px;
}

.nbox-more a:link,
.nbox-more a:visited {
    text-decoration: none;
    color: #222;
}

.nbox-more a:hover {
    color: #000;
}

.nbox-more a:active {
    color: #111;
}

.nbox-more::after {
    content: "\e620";
    font-family: iconfont;
}

/* SuperSLide */
.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    background: #eee;
}

.slideTxtBox .hd ul li {
    color: #111;
    float: left;
    padding: 12px 0;
    width: calc(100%/4);
    text-align: center;
    cursor: pointer;
    list-style-type: none;
    margin: 0;
}

.slideTxtBox .hd ul li.on {
    color: #000;
    background: #ddd;
    box-shadow: 0 2px 0 var(--module-color);
}

.slideTxtBox .bd {
    width: 99.5% !important;
}
.slideTxtBox .bd ul {
    width: 93% !important;
}

.slideTxtBox .bd ul {
    margin: 10px 0 10px 15px;
    padding-left: 0;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
}

.slideTxtBox .bd ul li {
    list-style: none;
    line-height: 250%;
}

/* border on home */
.notifi-border {
    border: solid #eee 1px;
    border-top: none;
}

/* Photo List */
.nbox-photolist {
    max-width: 1020px;
    margin: 0 auto;
}

.nbox-photoitem {
    width: 250px;
    height: 250px;
    /* margin: 15px 40.84px; */
    border: solid #ddd 1px;
    /* float: left; */
    overflow: hidden;
}

.nbox-photoitem img {
    width: 250px;
    height: 200px;
    transition: all 0.3s;
}

.nbox-photoitem:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}

.nbox-photo {
    width: 250px;
    height: 200px;
    overflow: hidden;
}

.nbox-photoitem h5 {
    color: #555;
    line-height: 300%;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

.nbox-photoitem:hover {
    border: solid #888 1px;
    cursor: pointer;
}

.nbox-photoitem:hover h5 {
    color: #111;
}

.nbox-photoitem h5 a:link,
.nbox-photoitem h5 a:visited,
.nbox-photoitem h5 a:hover,
.nbox-photoitem h5 a:active
 {
    color: inherit;
    text-decoration: none;
}

.graybg {
    background-color: #ddd;
}

/* Navigation Box */
.navbox,
.navbox-teachers {

}

.navbox h4,
.navbox-teachers h4 {
    font-size: inherit;
    font-weight: normal;
    line-height: 300%;
    color: white;
    margin: 0;
    text-align: center;
    background-color: var(--module-color);
    height:40.286px;
}

.navbox ul li,
.navbox-teachers ul li,
.navbox-teachers ul li ul li {
    list-style: none;
    line-height: 300%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: solid #ddd 1px;
    border-top: none;
    cursor: pointer;
}

.navbox ul li a:link,
.navbox-teachers ul li a:link {
    text-decoration: none;
    color: #252525;
}

.navbox ul li a:visited,
.navbox-teachers ul li a:visited {
    text-decoration: none;
    color: #252525;
}

.navbox ul li a:hover,
.navbox-teachers ul li a:hover {
    text-decoration: none;
    color: #000;
}

.navbox ul li a:active,
.navbox-teachers ul li a:active {
    text-decoration: none;
    color: #444;
}

.newslist-box {
    overflow: hidden;
}

.morelineheight ul li {
    line-height: 300%;
}

.navbox-teachers ul li ul {
    display: none;
}

.navbox-teachers ul li ul li {
    background-color: #fff;
    border: none;
    border-bottom: solid #ddd 1px;
}

/* Attachment in Contents */
.content-attach-box {
    background-color: #eee;
    border: dotted #ccc 1px;
}

.content-attach-box ul li {
    list-style: none;
    line-height: 200%;
    margin: 0;
    padding: 0;
}

/* SearchBar at SearchList */
.long-search-bar form {
    position: relative;
}

.long-search-bar input,
button {
    border: none;
    outline: none;
    background:  transparent;
    color:  #fff;
}

.long-search-bar input {
    width: 97%;
    line-height: 400%;
    border-radius: 10px;
    padding: 0 20px;
    background: #eee;
    color: #333;
    font-size: 14px;
    transition: all 0.1s;
    box-shadow: none;
}

.long-search-bar input:focus {
    transform: translate(0, -1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.long-search-bar input::-webkit-input-placeholder {
    color: #333;
}

.long-search-bar input::-moz-placeholder {
    color: #333;
}

.long-search-bar input:-moz-placeholder {
    color: #333;
}

.long-search-bar input:-ms-input-placeholder {
    color: #333;
}

.long-search-bar input:focus {
    color: #111;
}

.long-search-bar button {
    cursor: pointer;
    height: 28px;
    width: 28px;
    line-height: 400%;
    background: transparent;
    position: absolute;
    right: 20px;
    top: 0;
    color: #444;
}

/* src: http://www.iconfont.cn/collections/detail?cid=197 */

.long-search-bar button::before {
    content: "\e622";
    font-family: "iconfont";
    font-size: 20px;
}

.long-search-bar button:hover {
    color: #000;
}


/* picBar */
.index-picbar img {
    width: 270px;
    height: 180px;
}

.index-picbar a {
    display: block;
    float: left;
    position: relative;
}

.index-picbar {
    width: 100%;
    position: relative;
}

.index-picbox {
    width: 270px;
    height: 180px;
    position: relative;
    float:  left;
    margin: 0 2.5px;
}

.index-picbox:first-child {
    margin-left: 0;
}

.index-picbox-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0); /* IE6-9 */
    display: none;
    width: 270px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
}

.index-picbox:hover .index-picbox-bg {
    display: block;
}

.index-picbox-bg span {
    position: absolute;
    font-size: 16px;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
/* Footer */
footer {
    background-color: var(--footer-bgcolor);
    color: #fff;
    font-size: 1em;
    line-height: 200%;
    padding: 20px 0;
}

footer p {
    margin: 0;
}

footer a:link, footer a:visited, footer a:hover, footer a:active {
    background: none;
    text-decoration: none;
    transition: all 0.2s;
}

footer a:link {
    color: #ccc;
}

footer a:visited {
    color: #ccc;
}

footer a:hover {
    color: #f3f3f3;
}

footer a:active {
    color: #cbcbcb;
}

footer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lt {
    display: inline-block;
    vertical-align: top;
    max-width: 259px;
    width: 100%;
    max-height: 180px;
    color: white;
    text-align: left;
    font-size: 12px;
    line-height: 25px;
    padding: 10px 30px;
    border-right: dotted #FFFFFF 1px;
    height: 180px;
}

.lt:last-child {
    border-right: none;
    height: inherit;
}

footer h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

ul,
li {
    /* text-align:  center; */
    /* white-space: nowrap; */
    letter-spacing: 0;
    margin: 0 auto;
    padding: 0;
}

address {
    font-style: normal;
}

.gray {
    color: #ddd;
}

#qrl {
    position: relative;
    top: 30px;
    left: -10px;
    margin: 8px;
    width: 33px;
    height: 25px;
    background-image: url(../images/qrlogo_2.png);
    background-size: 66px;
    background-position: 0 0;
}

#qrl:hover {
    background-position: -297px 0;
}

#qrl div {
    display: none;
}

#qrl:hover div {
    display: block;
}

#qrc {
    float: left;
    position: absolute;
    left: -183px;
    top: -183px;
    height: 179px;
}

.qrl-mob {
    display: none;
}


/*Photo slider*/
.tabs {
    width: 100%;
}

#pb2 input {
    display: none;
}

#pb2 label {
    float: left;
    color: #ddd;
    padding: 0 20px;
    line-height: 250%;
    font-size: 12px;
    border: solid #555 1px;
    border-bottom: none;
    background: var(--pb2-tag-bgcolor);
}

#pb2 label:hover {
    background-color: var(--pb2-tag-hoverbg);
}

#pb2 input:checked+label {
    background-color: var(--pb2-content-bgcolor);
    color: #fff;
}

.tabs input:nth-of-type(1):checked~.panels .panel:nth-child(1),
.tabs input:nth-of-type(2):checked~.panels .panel:nth-child(2) {
    display: block;
}

.panels {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    height: 200px;
    background: var(--pb2-content-bgcolor);
}

.panel {
    width: 100%;
    display: none;
    position: absolute;
    vertical-align: middle;
}

.slider {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.play-left, .play-right {
    width: 2%;
    height: inherit;
    background: transparent;
}

.play-left:hover, .play-right:hover {
    color: #fff;
}

.window {
    width: 97%;
    overflow: hidden;
}

.thumb {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 200px;
    position: relative;
    top: 11px;
}

/* Button more on Bulletin */
.button-more {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100px;
    background: #1e88e5;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    transition: all .2s;
    text-decoration: none;
}

.button-more:hover {
    background: #1672c5;
}

.button-more:active {
    background: #4fa2ec;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    transform: translateY(-2px); 
}

.button-more::after {
    content: "\e620";
    font-family: iconfont;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}


/* Responsive Design */

/* deal with logo - will scale at specific widths */
@media only screen and (max-width: 580px) {
    #banner img {
        width: 95%;
        margin: 0 0 0 10px;
        background-size: cover;
    }
    #banner {
        height: auto;
    }
}

@media only screen and (min-width: 767px) and (max-width: 860px) {
    #banner img {
        width: 63%;
    }
}

/* adaptive footer - will adjust layouts between three-row layout and flow layout*/

@media only screen and (max-width: 685px) {
    .lt {
        border: none;
        height: inherit;
    }

    #qrl {
        display: none;
    }

    #qrl div {
        display: none;
    }

    #qrl:hover div {
        display: none;
    }
    .qrl-mob {
        display: block;
    }
    .qrl-mob img {
        width: 270px;
        margin: 0 0 0 20px;
    }

    .navbox,
    .navbox-teachers {
        margin-bottom:15px;
    }
}

/* on mobile devices - pads, mobiles, etc */
@media only screen and (max-width: 767px) {
    a {
        font-family: inherit;
    }
    #banner img {
        margin: 0;
    }
    #banner span {
        display: none;
    }
    #container {
        margin: 20px 0;
        max-width:100%;
    }
    .nrwdth {padding: 0;}
    .bar {
        display: none;
    }

    .navcontent {
        display: none;
    }

    .navcontent-mob {
        text-align: center;
        display: block;
        background: var(--nav-bgcolor);
    }

    .navcontent-mob ul {
        display: none;
    }
        
    .navcontent-mob button {
        font-family: "iconfont";
        font-style: normal;
        font-size: 24px;
        color: #fff;
        outline: none;
        background: none;
        height:  50px;
    }

    .flt {
        display: inline-block;
        font-size: 14px;
        width: 95%;
        margin: 0 auto;
        cursor: pointer;
        color: #ffffff;
    }
    
    .flt a, .navul a {
        display: inline-block;
    }

    .if-list {
        outline: none;
    }

    .if-list::before {
        content: "\e62c";
        font-family: "iconfont";
        font-size: 25px;
    }

    .if-list::after {
        content: "菜单";
        font-family: Microsoft Yahei;
        font-size: 14px;
        position: relative;
        top: -4px;
    }


    .if-list ul li ul li {
        display: none;
    }
    .if-list ul li:hover ul li {
        display: block;
    }
    .navul {
        z-index: 10;
        line-height: 350%;
        background: #eeeeee;
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
    }

    .bar-mob form {
        position: relative;
        padding: 5px 0 10px 0;
        margin: 0;
    }

    .bar-mob input,
    button {
        border: none;
        outline: none;
    }

    .bar-mob input {
        width: 95%;
        line-height: 250%;
        padding: 0 0 0 5px;
        border-bottom: 2px solid #aaa;
        border-radius: 0;
        background: transparent;
        color: #ddd;
        bottom: 0px;
        right: 0px;
        font-size: 14px;
    }

    .bar-mob input::-webkit-input-placeholder {
        color: #ddd;
    }

    .bar-mob input::-moz-placeholder {
        color: #ddd;
    }

    .bar-mob input:-moz-placeholder {
        color: #ddd;
    }

    .bar-mob input:-ms-input-placeholder {
        color: #ddd;
    }

    .bar-mob input:focus {
        border-bottom: 2px solid #ddd;
        color: #fff;
    }

    .bar-mob button {
        cursor: pointer;
        position: absolute;
        bottom: 21px;
        right: 10px;
        height: 28px;
        width: 28px;
        background: transparent;
        color: #ddd;
        border-radius: 0;
        margin: 0 5px 0 0;
        padding: 0;
    }

    /* src: http://www.iconfont.cn/collections/detail?cid=197 */
    .bar-mob button::before {
        content: "\e622";
        font-family: "iconfont";
        font-size: 20px;
    }

    .navul, .navul li {
        position: static;
        width: 100%;
        color: #eee;
        background: #144674;
        border: none;
    }
    
    .navul li:hover {
        border: none;
    }

    .navul li a {
        color: inherit;
    }

    .nbox-highlight img {
        width: 200px;
        height: 153px;
    }
    .nbox-photoitem img{width:unset;position:relative;left:-35px;}
    .nbox-photoitem {width:unset;}
    .nbox-photo {width:unset}
    .nbox-highlight h3 { margin: 10px 0;}

    form img {
        max-width: 100%;
        height: auto;
    }
    
    .long-search-bar input {
        width: 93%;
    }

    .tabs {
        display: none;
    }
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    header {
        background-color: #2d7ec2;
    }

    /* Nav bgcolor */
    .navcontent {
        background: #1b5d99;
    }

    .navcontent-mob {
        background: #1b5d99;
    }

    /* navul hoverbg */
    .flt:hover {
        background: #55a9f0;
    }

    .navul li {
        border: solid #bbb 1px;
        border-top: none;
    }

    .navul li:hover {
        background: #55a9f0;
        border: solid #55a9f0 1px;
        border-top: none;
    }

    /* Module color */
    .nbox-title, .nbox-title-wider{
        background-color: #1e88e5;
    }

    .nbox-title-underline {
        border-top: solid #1e88e5 2px;
    }

    .slideTxtBox .hd ul li.on {
        box-shadow: 0 2px 0 #1e88e5;
    }

    .navbox-teachers h4 {
        background-color: #1e88e5;
    }

    /* Footer */
    footer {
        background: #444;
    }

    #pb2 label {
        background: #777;
    }

    #pb2 label:hover {
        background: #888;
    }

    #pb2 input:checked+label {
        background: #555;
    }

    .panels {
        background: #555;
    }
    
    .bar input {
        line-height: 100%;
    }
}

/* appendix - side qr code*/
.sub-wechat {
    width: 30px;
    margin: 30px 0 0 0;
    position: sticky;
    left: 0;
    top: 20px;
    transition: all .5s;
    z-index: 99;
}

.sub-wechat:hover {
    transform: translate(120px);

}

.sub-wechat .sub-wechat-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 96px;
    background-color: #eee;
    font-size: 14px
}

.sub-wechat .sub-wechat-text span {
    display: block;
    width: 10px;
    padding: 10px;
    color: #111
}

.sub-wechat .sub-wechat-qr {
    position: absolute;
    top: 0;
    left: -120px;
    width: 120px;
    height: 400px;
    background-color: #eee
}

.sub-wechat .sub-wechat-qr span {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #333
}

.sub-wechat .sub-wechat-qr img {
    width: 100px;
    text-align: center;
    margin: 10px 10px 0 10px
}/*# sourceMappingURL=test.css.map */


.all-navs input {
  display: none;
}
.all-navs div.all-navs-bar {
  display: none;
}
.all-navs label {
  -webkit-user-select: none;
  padding: 10px 15px;
  border: 3px solid #33cc8f;
  color: #33cc8f;
  position: relative;
  top: 25px;
}
.all-navs label:hover {
  color: #11ee96;
  border: 3px solid #11ee96;
  cursor: pointer;
  background: rgba(17, 238, 150, 0.1);
}
.all-navs input:checked + label {
  color: #33cc8f;
  border: 3px soild #33cc8f;
  background: rgba(17, 238, 150, 0.2);
}
.all-navs input:checked ~ div.all-navs-bar {
  display: block;
}
.all-navs .all-navs-bar {
  background: #333;
  position: absolute;
  left: 0vw;
  bottom: 0px;
  width: 100%;
  height: 200px;
  padding: 30px;
  column-count:8;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.all-navs .all-navs-bar:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #333;
  position: absolute;
  bottom: -13px;
  right: 330px;
}
.all-navs .all-navs-bar a {
  text-decoration: none;
  color: inherit;
  line-height: 200%;
  display: block;
  transition: all .3s;
}
.all-navs .all-navs-bar a:visited, .all-navs .all-navs-bar a:hover, .all-navs .all-navs-bar a:active {
  text-decoration: none;
  color: #ddd;
}
.all-navs .all-navs-bar a:hover {
  color: #fff;
}
.all-navs .all-navs-bar .allnavs-fst, .all-navs .all-navs-bar .allnavs-sec {
  font-family: Microsoft Yahei, sans-serif;
}
.all-navs .all-navs-bar .allnavs-sec {
  font-size: 12px;
}
.all-navs .all-navs-bar .allnavs-fst {
  font-size: 16px;
}</pre></body></html>