body{
    margin: 0;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
/* 头部↓ */
.pagehead{
    /* background: #038825; */
    height: 65px;
    position: absolute;
    top: 0;
    /* background: url(../images/edu/headerbg.png) 100% no-repeat; */
    background: #038825;
    /* border-bottom: 2px solid rgba(255, 255, 255, 0.2); */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(0,0,0,0.0); */
}
.top-box{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 60px;
    justify-content: space-around;
}
.top-box .logo-box{
    align-items: center;
    justify-content: space-around;
    width: 342px;
}
.top-box .logo-box .logo-img{
    width: 50px;
    height: 49px;
}
.top-box .logo-text .logo-span1{
    font-size: 20px;
    font-family: SourceHanSansCN-Bold;
    color: rgba(255, 255, 255, 1);
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-box .logo-text .logo-span2{
    font-size: 10px;
    font-family: PingFangSC-Regular;
    color: rgba(255, 255, 255, 1);
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-box #adminlink{
    /*padding-top: 22px;*/
    color: #c6c3c3;
/*    position: absolute;
    right: 20px;
    top: 24px;*/
    font-size: 14px;
}
.top-logo{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    width: 272px;
    height: 54px;
}
.navbar{
    width: 660px;
    background: none;
    float: right;
    padding-top: 20px;
}
.navbar-list{
    float: left;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.navbar-list>li{
    float: none;
    display: inline-block;
}
.navbar ul li{
    padding: 0 20px;
}
.navbar-list>li>a:focus{
    /* border-bottom: 5px solid rgb(150, 45, 45); */
}
.navbar>ul>li>a {
    color: #fff;
    padding-top: 18px!important;
    text-decoration:none;
    position: relative;
    padding: 19px 5px;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 5px;
    /* background: #fff; */
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.navbar>ul>li:hover>a:before {
    width: 100%;
    opacity: 1;/*��͸����*/
}
/* 头部↑ */

/* 底部↓ */
.footer{
    margin-top: 2px;
    background: url(../../pic/indexpic/img_bottom.png) top center no-repeat;
    width: 100%;
    height: 200px;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
	background-size: 100%;
}
.footer-box{
    /*width: 1166px;*/
    background: none;
}
.footer-box .logo-box{
    align-items: center;
    justify-content: space-around;
    width: 342px;
}
.footer-box .logo-box .logo-img{
    width: 50px;
    height: 49px;
}
.footer-box .logo-text .logo-span1{
    font-size: 20px;
    font-family: SourceHanSansCN-Bold;
    color: rgba(255, 255, 255, 1);
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer-box .logo-text .logo-span2{
    font-size: 10px;
    font-family: PingFangSC-Regular;
    color: rgba(255, 255, 255, 1);
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer-list{
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
}
.footer-list>li{
    display: inline-block;
}
.footer-box ul li{
    padding-right: 80px;
}
.footer-box h1{
    font-size: 14px;
    color: honeydew;
    margin-top: 20px;
    letter-spacing: 1px;
}
.footer-box .footer-list a{
    color: honeydew;
    text-decoration: none;
}
.links{
}
.links-span{
    font-size: 18px;
    color: honeydew;
    margin-bottom: 15px;
}
.links a{
    color: honeydew;
    letter-spacing: 1px;
    margin-bottom: 7px;
    font-size: 15px;
    /*padding-left: 15px;*/
}
.visit-box{
    margin: 39px 80px 0 60px;
}
.visit-box .visit-num{
    margin-top: 6px;
    text-align: center;
}
.visit-box .visit-num .numspan{
    /*background: rgba(255, 27, 27, 0.95);*/
    color: #fff;
    line-height: 34px;
    width: 23px;
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    border-radius: 4px;
    text-align: center;
    font-family: Stencil;
}
/* 底部↑ */