* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

span {
    outline: none;
}

a {
    list-style: none;
    text-decoration: none!important;
}

a,
a:focus,
a:visited,
a:active {
    /*color: #fff;*/
    color: #418d42;
    outline: 0;
}

#vsb_content a {
    color: #000;
}

.all_left td {
    text-align: left !important;
    padding: 10px !important;
}
.navigation {
    width: 100%;
    box-sizing: border-box;
    border-radius: 1px;
    position: fixed;
    top: 0;
    z-index: 9999;
    height: auto;
    border-top: 3px solid #579a57;
    box-shadow: 0px 0px 10px 1px rgb(33 33 33 / 90%);
}

.navigationBorder {
    width: 100%;
    box-sizing: border-box;
    background: white;
    padding: 20px 30px;
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center;
}

.navbackground {
    width: 100%;
    height: 1000px;
    position: absolute;
    background: rgba(38, 38, 38, .7);
    z-index: -1;
    display: none;
}

.navigationInput {
    display: none;
    width: 100px;
    margin-right: 20px;
    border: 0px;
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 3px;
}
.navigationClos ul li {
    font-size: 20px;
    font-weight: 600;
}
.navul a {
    color: #fff;
}

/*增加白色主题*/
.white-theme .navul a {
    color: #418d42;
}

.white-theme .canvasborder .detail {
    color: #1e8e20;
    background: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(76,76,76,0.1);
    border-top: 1px solid rgba(76,76,76,0.1);
}
.white-theme .canvasborder .detail:hover {
   background: #ffffff;
   color: #175e18;
}
.white-theme .canvashover1 p {
    color: #418d42;
    background: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(76,76,76,0.1);
    border-top: 1px solid rgba(76,76,76,0.1);
}

.white-theme .canvashover1 p:hover {
    box-shadow: 3px 1px 5px 0 #555;
    background: #ffffff;
    color: #175e55;
}

.white-theme .navOrg {
    border-top: 2px solid rgb(65, 141, 66);
    background: #ffffffba;
}
.white-theme .navUnit {
    background: #fff;
    border-radius: 5px 0 0 5px;
}
.white-theme .navigation .navTitle {
    background: #f2f2f2;
}
.white-theme .navSecBor {
    background: #fff;
    border-right: 1px solid #f0f0f0;
}
.white-theme .navSec a {
    color: #000;
}
.white-theme div.navSec::-webkit-scrollbar-track {background-color:#fff;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em;}
.white-theme div.navSec::-webkit-scrollbar-thumb {background-color:#16a085;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em;}


.navOrg {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    /*background: rgba(38, 38, 38, 1);*/
    background: rgba(0,0,0,0.88);
    display: none;
    padding: 40px 0;
}

.navOrg>div {
    display: flex;
    justify-content: space-around;
}


.navigationBorder img {
    /*width: 192px;*/
    height: auto;
}

.navigationClos {
    padding: 0 30px;
    /*font-weight: 600;*/
    color: rgba(65, 141, 66, 1);
    border-right: 1px solid rgba(228, 228, 228, 1);
    height: auto;
}

.navigationClos ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 0;
}

.navigationClos ul li {
    margin-left: 30px;
    position: relative;
    font-size: 20px;
}
.navul>li span{
    cursor: pointer;
}
.navul>li:hover span.extend:before,.navul>li:hover span.extend:after,.navul>li.hover span.extend:before,.navul>li.hover span.extend:after {
    transform: none;
}
.navul>li span.extend:before {
    content: "";
    border-left: 2px solid #49924a;
    /*height: 25px;*/
    /*height: attr(padding);*/
    transition: all 0.2s ease-out 0s;
    transform: scaleY(0);
    position: absolute;
    left: 50%;
    top: 100%;
    transform-origin: center top;
}
.navul>li span.extend:after {
    content: "";
    border-bottom: 2px solid #49924a;
    /*margin-top: 5px;*/
    display: block;
    width: 100%;
    transition: all 0.2s ease-out 0s;
    transform: scaleX(0);
}

.navigationClos ul li:hover .canvasborder {
    display: block;
}
.canvasborder {
    position: absolute;
    padding-top: 25px;
    display: none;
    margin-left: -40px;
}

.navigationClos ul li:nth-child(1) {
    margin-left: 0;
}

.navigationClosEng img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.navOrgFlex {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    justify-content: center;
}

.navTable {
    display: flex;
}

.navUnit {
    width: 68px;
    height: 360px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: rgba(65, 141, 66, 1);
}

.navDetail {
    box-sizing: border-box;
    width: 100%;
}
.col-lg-6{
    float: 0;
}
.navigation .navTitle {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: rgba(65, 141, 66, 1);
    background: rgba(0, 0, 0, 1);

}

.navSecBor {
    height: 320px;
    padding: 8px 5px;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
}
.navSec {
/*    width: 200px;
    min-width: 100%;*/
    height: 300px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*overflow-y: scroll;*/
    overflow-y: auto;
}

div.navSec::-webkit-scrollbar {
    width:6px
}
div.navSec::-webkit-scrollbar-track {background-color:#576260;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em;}
div.navSec::-webkit-scrollbar-thumb {background-color:#103700;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em;}

.navSec a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
}

.canvasborder .canvas {
    font-size: 14px;
    font-weight: 400;
    width: auto;
    display: flex;
}

.canvasborder .canvas>div {
    width: auto;
}

.canvasborder .detail {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    padding: 10px 20px;
    position: relative;
    box-sizing: border-box;
    width: 160px;
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, 1);

}
.canvasborder .detail:hover{
    /*background: #c12f2fd4;*/
    background: #418d42;
    color: #fff;
    box-shadow: 3px 1px 5px 0 #555;
}

.canvashover1 {
    position: absolute;
    top: 0;
    left: 160px;
    font-size: 14px;
    font-weight: 400;
    width: auto;
}

.canvashover1 p {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    width: 300px;
    padding: 10px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, 1);

}
.canvashover1 p:hover{
    /*background: white;
    color: black;*/
    background: #418d42;
    color: #fff;
}
.navigationClosEng,
.navigationClosSearch {
    font-size: 16px;
    font-weight: 400;
    color: rgba(65, 141, 66, 1);
    display: flex;
    margin: 0 20px;
    align-items: center;
}

.navigationClosEng p {
    color: rgba(65, 141, 66, 1) !important;
    margin: 0;
}

.navigationClosSearch img {
    width: 20px;
    height: 20px;
}


.avigationClosOther {
    display: flex;
    align-items: center;
    height: 20px;
}

.navigationClosSearch,
.navigationClosEng {
    line-height: normal;
    height: auto;
}

.navigationInput {
    display: none;
}

.navigationClosSearch img,
.navigationClosEng img {
    height: auto;
}

.canvashover1 {
    display: none;
}

.mNavBorder {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    box-sizing: border-box;
    color: white;
    font-size: 16px;
    text-align: center;
    opacity: 0;
}

.mNavBorder>div {
    background: #418d42;
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    /*color: black;*/
    align-items: center;
    transition: all 0.3s linear;
}

.mNavBorder>div:hover {
    background: #3b813d;
    color: #fff;

}

.mNavBorder>div:hover div {
    background: url('../images/listb.png') no-repeat;
    background-size: cover;

}

.mNavBorder>div div {
    background: url('../images/listb.png') no-repeat;
    /*background: url('../images/listh.png') no-repeat;*/
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    transition: all 0.3s linear;
}

.mNavUl {
    margin-top: -1000px;
    transition: all .3s;
    background: white;
    position: relative;
    z-index: -1;
}
/* 
.mNavUl li {
    position: relative;
} */

.mNavUl li>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mNavUl li span {
    display: block;
    width: 100%;

    color: #3e474c;
    background: #f2f4f9;
    padding: 10px 20px;
    box-sizing: border-box;
}

.mNavUl li>a {
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #3e474c;
}

.mNavli div.erji {
    visibility: hidden;
}
.mNavUl div.erji>a,.mNavUl div.erji>span {
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #3e474c;
}
p{
    margin-bottom: 0;
}
.footer {
    width: 100%;
    padding: 20px 0;
    background: url('../images/footer.f9612965.png') no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
}


.footer .footer-container .logo {
    margin-top: 26px;
}


.footer .footer-container .Campus-box {
    margin-top: 30px;
    display: flex;
}

.el-col-6 {
    width: 25%;
}

.qzip {
    font-size: 20px;
}
.footer .footer-container .Campus-box .campus-titt {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 14px;
}

.footer .footer-container .hr {
    width: auto;
    height: 1px;
    background: white;
    border-radius: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer .footer-container .copy {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: white;
    display: flex;
    justify-content: space-between;
}


.footer .footer-container .el-col-12 {
    display: flex;
}

.footer .footer-container .el-col-4 {
    margin-right: 20px;
}

.footer .footer-container .copy span {
    cursor: pointer;
}

.footer .footer-container .Campus-box .enrollment .en-tel {
    font-size: 22px;
    margin-left: 5px;
    position: relative;
    /*top: -6px;*/
}

.footer .footer-container .Campus-box ul li {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: white;
    line-height: 1.8;
    padding: 0;
}

.footer a {
    color: white;
}

.footer .footer-container .logo {
    margin-left: 10px;
}


@media screen and (max-width: 1712px) {
    .navigationBorder {
        padding: 20px 0;
    }

    .navigationClos ul li {
        margin-left: 18px;
        position: relative;
        font-size: 17px;
    }

}

@media screen and (max-width: 1440px) {
    .navigationClos ul li {
        font-size: 16px;
        margin-left: 10px;
    }

    .navigationBorder {
        padding: 20px 15px;
    }

    .navigationClos {
        padding: 0 10px;
    }

    .navigationBorder>img {
        width: 15%;
    }

    .navigationClosEng,
    .navigationClosSearch {
        margin: 0 10px
    }

    .navigationClosEng p {
        margin: 0;
    }
}

@media screen and (max-width: 1240px) {
    .footer .footer-container .el-col-4 {
        margin-right: 0;
    }

    .navigationClos {
        padding: 0 20px;
    }

    .navigationClos ul li {
        font-size: 14px;
    }

    .navigationBorder>img {
        width: 15%;
    }

    .people_box .people_container .people_titt .people_more {
        top: 0;
    }

    .navigationClosEng {
        margin: 0 10px;
    }

    .navigationBorder {
        padding: 15px 40px;
    }

    .navigationClos ul li {
        margin-left: 10px;
    }

    .navigationClosEng,
    .navigationClosSearch {
        margin: 0 5px
    }

    .footer .footer-container .Campus-box .enrollment .en-tel {
        font-size: 24px;
    }
}

@media screen and(max-width: 1100px) {
    .footer .footer-container .Campus-box .campus-titt {
        line-height: normal;
    }

    .footer .footer-container .Campus-box ul li {
        margin-bottom: 5px;
    }

    .footer .footer-container .copy {
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-container .copy>div {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1150px) {
    .navigationBorder>img {
        width: 10%;
    }

    .navigationClos {
        padding: 0 10px;
    }

    .navigationClos ul li {
        margin-left: 2px;
        text-align: center;
    }
    .footer .footer-container .hr{
        height: 0;
        max-width: 0;
    }
}
@media screen and (max-width: 980px){
    .navigationClos ul li{
        font-size: 12px;
    }
    .navigationBorder>img{
        width: 13%;
    }
    
}

@media screen and (max-width: 960px) {

    .footer .footer-container .copy {
        flex-direction: column;
        align-items: center;
    }
    .footer .footer-container .el-col-12{
        margin-bottom: 10px;
    }
    .Campus-box ul{
        display: flex;
        flex-wrap: wrap;
    }
    .navigation {
        display: none;
    }
    .mNavBorder{
        opacity: 1;
    }
    .navigationClosEng {
        margin: 0 5px;
    }
    .mNavUl {
        margin-top: -2000px
    }

    .footer .footer-container .Campus-box .enrollment .en-tel {
        top: 0;
    }

    .footer .footer-container .logo {
        margin: 0 auto;
        height: auto;
        margin-bottom: 100px;
    }

    .footer .footer-container .Campus-box ul {
        border-bottom: 1px solid white;
        margin-bottom: 5px;
    }
    .footer .footer-container .Campus-box ul li {
        line-height: normal;
        margin-bottom: 5px;
        text-align: center;
    }

    .footer .footer-container .copy span {
        text-align: center;
    }

    .footer .footer-container .Campus-box {
        flex-wrap: wrap;

    }

    .footer .el-col-6 {
        width: 50%;
        text-align: center;
        margin-bottom: 16px;
    }

    .enrollment {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-container .Campus-box .enrollment .en-tel {
        font-size: 12px;
        line-height: normal;
    }

    .navigationClosEng p {
        font-size: 12px;
        margin: 0;
    }

    .avigationClosOther {
        height: auto;
        flex-direction: column;
    }

    .navigationClos {
        padding: 0 20px;
    }

    .navigationBorder {
        padding: 40px 16px;
    }

    .navigationClos ul li {
        margin-left: 20px;
    }

    .footer-container {
        padding: 0;
    }
    .footer .footer-container .Campus-box ul li {
        font-size: 12px;
    }

    .footer .footer-container .Campus-box ul li, .enrollment li:nth-child(2){
        margin: 0;
    }
    .footer .footer-container .logo {
        margin: 0 auto;
        height: auto;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }

    .footer .footer-container .Campus-box .campus-titt {
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
        line-height: auto;
    }
    .qzip {
        font-size: 13px;
    }
}


@media screen and (max-width: 750px) {
    .footer .footer-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-container .logo {
        margin-bottom: 20px;
        width: auto;
        height: auto;
    }

    .footer .footer-container .hr {
        display: none;
    }

    .footer .el-col-6 {
        width: 100%;
    }

    .footer .el-col-6 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 1px solid white;
    }

    .footer .el-col-6 ul li {
        width: 50%;
    }

    .enrollment li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .enrollment li .en-tel {
        top: 0 !important;
    }

    .footer {
        padding: 20px 0;
        background: rgba(65, 141, 66, 1);
    }

    .footer .footer-container .el-col-4 {
        margin-right: 5px;
    }

    .footer .footer-container .Campus-box {
        margin-top: 5px;
    }


}