* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 微软雅黑;
}

body {
    background-color: #ffffff;
}

ul,
li {
    list-style: none;
}

a:link,
a:visited,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}

li:hover {
    cursor: pointer;
}

input,
select,
option,
textarea {
    outline: none;
    resize: none;
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    border: none;
    max-height: 100%;
}

.clr::after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt50 {
    margin-top: 50px;
}

.ml40 {
    margin-left: 40px;
}

.ml30 {
    margin-left: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.bg_white {
    background-color: #fff;
}

.bg_e8ebee {
    background-color: #e8ebee;
}

.shadow {
    box-shadow: 0px 0px 8px 1px rgba(155, 164, 178, 0.18);
}

.pd30 {
    padding: 30px;
}

.info-header {
    /* width: 800px; */
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

.info-header p {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #001d44;
    position: relative;
}

.info-header p::after {
    content: "";
    display: block;
    width: 17px;
    height: 2px;
    background-color: #003f6b;
    border: solid 1px #003f6b;
    position: absolute;
    top: 35px;
}

.info-header p::after {}

.info-header .more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.info-header .more span {
    font-size: 12px;
    font-weight: bold;
    color: #003f6b;
    margin-right: 4px;
}

.info-header .more .triangle {
    display: block;
    width: 6px;
    height: 12px;
}

/* ******************************* */
.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/**头部**/
.header_bg {
    background: url("../images/background.png");
    background-size: cover;
    padding-top: 49px;
    padding-bottom: 48px;
    min-width: 1200px;
}

.header .head_logo {
    width: 653px;
}

.header .head_logo .logo {
    display: block;
    width: 795px;
    height: 86px;
}

.header .head_text {
    margin-left: 95px;
    margin-top: 15px;
}

.header .head_search {
    margin-top: 16px;
}

.header .head_edition {
    text-align: right;
    margin-bottom: 5px;
}

.header .head_edition a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 11px;
}

.header .head_edition a::after {
    content: '';
    width: 1px;
    height: 10px;
    right: 0px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.header .head_edition a.english::after {
    display: none;
}

.header .head_searchForm {
    position: relative;
}

.header .head_searchForm .search_val {
    width: 240px;
    height: 35px;
    border-radius: 18px;
    padding-left: 15px;
    padding-right: 40px;
    border: 1px solid #ffffff;
    background: none;
}

::-webkit-input-placeholder {
    color: #ffffff;
}

.header .head_searchForm .submit {
    width: 18px;
    height: 18px;
    top: 0px;
    right: 14px;
    font-size: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    border: none;
    background: none;
    background: url(../images/search.png) no-repeat center;
}

/**尾部*/
.footer {
    height: 217px;
    background: #003f6b;
    display: flex;
    align-items: center;
    margin-top: 49px;
}

.footer .footer-box {
    display: flex;
    justify-content: space-between;
}

.footer .footer-box .footer-left {}

.footer .footer-box .footer-left img {
    width: 576px;
    height: 67px;
}

.footer .footer-box .footer-left .address {
    width: 530px;
    height: 61px;
    line-height: 2;
    margin-top: 8px;
}

.footer .footer-box .footer-left .address p {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #ffffff;
}


.footer .footer-box .links {
    margin-top: 60px;
}

.footer .links .links_itme {
    width: 280px;
    height: 35px;
    background-color: #fff;
    position: relative;
}

.footer .footer-box .links .links_itme span {
    display: block;
    line-height: 35px;
    padding-left: 20px;
    color: #666;
    position: relative;
}

.footer .footer-box .links .links_itme span::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url(https://jwc.xzhmu.edu.cn/img/triangle.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 13px;
}

.footer .footer-box .links .links_itme:hover span::after {
    transform: rotate(-180deg);
    transition: transform .5s;
}

.footer .footer-box .links .links_itme ul {
    background-color: #fff;
    z-index: 999;
    position: absolute;
    bottom: 35px;
    min-width: 100%;
    display: block;
    color: #333;
    box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.25);
}

.footer .footer-box .links .links_itme ul li {
    opacity: 0;
    height: 0;
    line-height: 40px;
    padding: 0 15px;
    overflow: hidden;
}

.footer .footer-box .links .links_itme:hover ul li {
    height: 40px;
    opacity: 1;
    transition: height .5s, opacity .5s;
}

.footer .footer-box .links .links_itme ul li:hover {
    color: #fff;
    background: rgba(12, 77, 162, .8);
}

.footer .footer-box .links .links_itme ul li a {
    display: block;
}

.footer .footer-box .qrcodes {
    display: flex;
    gap: 33px;
    margin-top: 50px;
}

.footer .footer-box .qrcodes .qrcode {
    text-align: center;
}

.footer .footer-box .qrcodes .qrcode img {
    margin-bottom: 11px;
}

.footer .footer-box .qrcodes .qrcode p {
    font-size: 12px;
    color: #ffffff;
}

.nav {
    background-color: #ffffff;
    min-width: 1200px;
    height: 50px;
}

.wp_nav {
    width: 1200px;
    margin: 0 auto;
}

.wp_nav>li {
    width: calc(99.99% / 10); 
    float: left; 
    display: inline-block;
    position: relative;
}

.wp_nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    color: #000000;
}

.wp_nav .sub-nav {
    display: none;
    position: absolute;
    top: 50px !important;
    min-width: 100%;
    z-index: 10;
    background: #ffffff;
}

.wp_nav .sub-nav li a {
    display: inline-block;
    min-width: 100%;
    line-height: 40px;
    color: #000000;
    padding: 0 30px 0 15px;
    font-size: 16px;
    white-space: nowrap;
    box-sizing: border-box;
}

.wp_nav .sub-nav li {
    position: relative;
}

.sub-nav li:hover ul {
    display: block;
}

/* .sub-nav li ul{
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: #00367c;
} */


.wp_nav>.nav-item:hover>a {
    color: #fff;
    background: #003f6b;
}

.wp_nav>.nav-item:hover .sub-nav {
    display: inline-block;
}

.wp_nav>.nav-item .sub-nav li:hover>a {
    background: #003f6b;
}