body {
    /* 防止 iOS / 微信浏览器自动调整字号 */
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    font-family: "Noto Sans SC", "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 0 !important;
}

html {
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

html,
body,
div,
p,
a,
ul,
li,
ol,
dl,
dt,
dd,
section,
button,
input,
textarea,
select,
label,
td,
th,
nav,
footer,
header,
main,
.tit,
.tit h4,
.nav ul li a,
.footcon,
.footcon p,
.footcon span,
.gg_tit,
.gg_list .item,
.bll_list ul li a,
.xhdt .conlist ul li a {
    font-family: "Noto Sans SC", "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif;
}

.head_bot .nav ul {
    white-space: nowrap;
    overflow: hidden;
}

.head_bot .nav ul li {
    float: left;
    white-space: nowrap;
}

.head_bot .nav ul li a {
    white-space: nowrap;
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

.fa,
[class^="fa-"],
[class*=" fa-"],
.iconfont,
[class^="icon-"],
[class*=" icon-"] {
    font-family: "FontAwesome", "iconfont";
}
/* 头部 */

.header, 
.footer {
    width: 100%;
}

.head_bot {
    padding: 52px 0 0 0;
    background: url(../image/3f2c34f28f8e19f0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.head_bot .head_logo {
    position: relative;
    display: flex;
    display: -webkit-box;      /* iOS 8-9 */
    display: -webkit-flex;    /* iOS 9-10 */
    display: -ms-flexbox;     /* IE 10-11 */
    width: auto;
    max-width: 100%;
    height: 91px;
    margin: 0 0 57px 0;
}

.head_bot .head_logo .head_img {
    width: auto;
    height: 100%;
}

.head_bot .head_logo .head_txt {
    display: grid;
    align-items: center;
    margin-left: 15px;
}

.head_bot .head_logo .head_txt h1,
.head_bot .head_logo .head_txt span {
    font-family: "STXingkai", "华文行楷", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
    font-weight: bold;
    color: #000;
    text-align: left;
    text-shadow: 
        -1px -1px 0 #fff,   /* 左上 */
        1px -1px 0 #fff,   /* 右上 */
        -1px  1px 0 #fff,   /* 左下 */
        1px  1px 0 #fff;   /* 右下 */
}

.head_bot .head_logo .head_txt h1 {
    font-size: 3rem;
}

.head_bot .head_logo .head_txt span {
    font-size: 1.5rem;
}

.main-content {
    background-color: #fcf7e9;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_main .nav {
    padding: 38px 0 20px 0;
}

.footer_main .nav ul {
    display: flex;
    display: -webkit-box;      /* iOS 8-9 */
    display: -webkit-flex;    /* iOS 9-10 */
    display: -ms-flexbox;     /* IE 10-11 */
    justify-content: center;
    align-items: center;
}

.footcon p {
    display: flex; 
    display: -webkit-box;      /* iOS 8-9 */
    display: -webkit-flex;    /* iOS 9-10 */
    display: -ms-flexbox;     /* IE 10-11 */
    justify-content: center; 
    align-items: center;
    gap: 15px;
}

.footcon span {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiTi", sans-serif;
    font-size: 1rem; 
    text-wrap-mode: wrap;
}

.block2 ul {
    display: flex;
    display: -webkit-box;      /* iOS 8-9 */
    display: -webkit-flex;    /* iOS 9-10 */
    display: -ms-flexbox;     /* IE 10-11 */
    justify-content: space-between;
    align-items: center;
}

.block2 ul li {
    width: 25%;
    height: auto;
    /* background: url(../image/2daaa1e111eeae9e.png) no-repeat; */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0 25px 50px
}

.block2 ul li:hover {
    padding-top: 35px;
    height: auto;
}

.block2 ul li a {
    transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1), box-shadow 0.6s ease;
}

.block2 ul li a:hover {
    transform: translateY(-6px);
    text-decoration: none;
}

.block3 .bl_list,
.block5 .bl_list {
    width: 410px;
}

.ad img {
    width: 100%;
}

.block7 .yqlj_list ul li {
    width: calc(20% - 15px);
    height: auto;
    aspect-ratio: 234 / 72;
    margin: 0;
    margin-left: 15px;
}

.block7 .yqlj_list ul li:first-child {
    margin-left: 0;
}

.block7 .yqlj_list ul li img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}

.tit3 {
    /* background: url(../image/56fae32f1eb8e7fb.png) no-repeat; */
    background-repeat: no-repeat;
}

.tit3 h4 {
    display: flex;
    display: -webkit-box;      /* iOS 8-9 */
    display: -webkit-flex;    /* iOS 9-10 */
    display: -ms-flexbox;     /* IE 10-11 */
}

.tit3 h4::before {
    content: '';
    display: block;
    width: 4px;
    height: 15px;
    background: #FFF;
    margin-right: 10px;
}

.menu_left ul li .active {
    background: url(../image/f75e66f85d36cf89.jpg) repeat-y;
}

.tit {
    /* background: url(../image/72732258ae1e40fc.png) no-repeat; */
    background-repeat: no-repeat;
}

.notice-sk {
    width: 44%;
    aspect-ratio: 519 / 361;
}

.xhdt {
    width: 55%;
}


.head_bot .nav ul li:last-of-type a::after {
    display: none;
}

.cert-body {
    max-width: 1250px; 
    margin: 0 auto;
    /* padding-top: 100px;  */
}

.certificate {
    width: 90%;
    margin: 0 auto;
}
.certificate .panel {
    border-radius: 10px;
    border-width: 0;
}
.certificate .panel .panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--themeColor);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.certificate .panel .panel-heading h1 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 1em 0;
}
.certificate .panel .panel-body {
    padding: 35px;
}

.cert-title {
    display: flex;
    display: -webkit-box;      /* iOS 8-9 */
    display: -webkit-flex;    /* iOS 9-10 */
    display: -ms-flexbox;     /* IE 10-11 */
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    line-height: 2rem;
    padding-bottom: 25px;
    border-bottom: 1px solid #959595;
}
.cert-title:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/static/image/icon_cert.png') no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.certificate ul.basic-info {
    padding: 30px 20px;
}
.certificate ul.basic-info li {
    padding: 15px 10px;
    border-bottom: 1px dashed #7f7f7f;
}
.certificate ul.basic-info li:last-child {
    border-bottom: none;
    padding: 40px 0 0;
}
.certificate ul.basic-info li > span {
    display: inline-block;
    min-width: 6rem;
    font-size: 1rem;
}
.certificate ul.basic-info li > span:first-child {
    font-weight: bold;
    text-align: right;
}

.certificate .more-info {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 200px;
    margin: 30px auto 0;
}

.certificate .photo {
    width: 100%;
    max-width: 200px;
    height: auto;
    aspect-ratio: 26 / 32;
    margin: 0 auto;
}

.certificate .btn {
    display: inline-block;
    padding: 10px 35px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
}
.certificate a.btn,
.certificate a.btn:hover {
    text-decoration: none;
}

.certificate .btn-back {
    background: #797979;
}

.certificate .btn-show {
    background: #0ca9b8;
}

.certificate .btn-detail {
    background: #ff7200;
}

.certificate .btn-print {
    background: var(--themeColor);
}

.certificate .print {
    padding: 20px 0;
}

.no-margin {
    margin: 0 !important;
}

.text-center {
    text-align: center !important;
}

ul.cert-info li,
ul.study-info li {
    display: flex;
    display: -webkit-box;      /* iOS 8-9 */
    display: -webkit-flex;    /* iOS 9-10 */
    display: -ms-flexbox;     /* IE 10-11 */
    align-items: center;
    height: 50px;
    font-size: 1rem;
    background-color: #fafafa;
    border-style: solid;
    border-color: #ebebeb;
    border-width: 0px 0px 1px 1px;
}

ul.cert-info li:first-child {
    border-top-width: 1px;
}

ul.study-info li:last-child {
    /* border-right-width: 1px; */
}

ul.cert-info li > :first-child,
ul.study-info li > :first-child {
    display: flex;
    display: -webkit-box;      /* iOS 8-9 */
    display: -webkit-flex;    /* iOS 9-10 */
    display: -ms-flexbox;     /* IE 10-11 */
    align-items: center;
    height: 100%;
    border-right: 1px solid #ebebeb;
}

ul.cert-info li > :last-child,
ul.study-info li > :last-child {
    border-right: none;
}

ul.cert-info li > :first-child::after {
    margin-right: 10px;
}

ul.photo-info li {
    display: flex;
    display: -webkit-box;      /* iOS 8-9 */
    display: -webkit-flex;    /* iOS 9-10 */
    display: -ms-flexbox;     /* IE 10-11 */
    justify-content: center;
    align-items: center;
    height: 200px;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
}

ul.photo-info li .photo {
    width: auto;
    height: calc(100% - 30px);
    aspect-ratio: 26 / 32;
}

ul.photo-info li .photo > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    ul.study-info {
        margin-top: 20px;
    }

    ul.cert-info li,
    ul.study-info li {
        border-right-width: 1px;
    }
    ul.cert-info li:first-child {
        border-top-width: 0;
    }
    ul.study-info li:first-child {
        border-top-width: 1px;
    }

    .certificate ul.basic-info li span:first-child {
        font-size: 1.2rem;
    }
}
