body,
html {
    background-color: #fafafa;
    font-family: "Microsoft YaHei UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a,
button {
    outline: none;
}

.btn:focus {
    box-shadow: none;
}

.hide {
    display: none;
}

.hide.active {
    display: block;
}

.nav-wrap {
    background-color: #fff;
    transition: all 0.8s;
    position: relative;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
}

.nav-wrap .navbar {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-wrap .navbar .logo {
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-wrap .navbar .logo a:last-child {
    margin-left: 9px;
}

.nav-wrap .navbar .logo img {
    width: 100%;
}

.nav-wrap .navbar .menu {
    margin-left: 70px;
    text-align: right;
    flex-flow: nowrap;
    display: flex;
}

.nav-wrap .navbar .menu a {
    color: #1a4855;
    font-size: 18px;
    margin-left: 15px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    text-align: center;
}

.nav-wrap .navbar .menu a.active {
    font-weight: bold;
}

.nav-wrap .navbar .menu a.active::after,
.nav-wrap .navbar .menu a:hover::after {
    height: 3px;
    width: 100%;
    content: '';
    display: block;
    background-color: #206f85;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.footer {
    background-image: url('../images/index_footer_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.footer .wrap {
    max-width: 1300px;
    padding-top: 60px;
    margin: 0 auto;
    height: 360px;
    color: #fff;
}

.footer .wrap .s-left p {
    font-size: 14px;
}

.footer .wrap .s-center {
    flex: 1;
    margin: 0 50px;
}

.footer .wrap .s-center .item {
    width: 100%;
}

.footer .wrap .s-center .item a {
    opacity: 0.56;
    white-space: nowrap;
}

.footer .wrap .s-right h4 {
    font-size: 14px;
    margin-top: 23px;
}

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

.footer .wrap a.sub {
    opacity: 1 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright {
    background-color: #9c7950;
    font-size: 14px;
    width: 100%;
    color: #fff;
    height: 44px;
    line-height: 44px;
    max-width: 1920px;
}

.copyright .wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.copyright .wrap a,
.copyright .link > a {
    color: #fff;
}

.copyright .link > a:not(:first-child) {
    margin-left: 10px;
}

.copyright .link > a:not(:first-child):before {
    color: #fff;
    content: '|';
    display: inline-block;
    margin-right: 10px;
}

.to-top {
    color: #fff;
    padding: 7.5px;
    position: fixed;
    z-index: 1500;
    bottom: 50px;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #b38553;
    border-radius: 6px;
}

.to-top .iconfont {
    line-height: 24px;
    font-size: 24px;
}

@media (max-width: 1455px) {
    .navbar .menu {
        flex: 1;
    }
}

.banner {
    background-image: url("../images/academic_banner_bg.jpg");
    background-position: center;
    height: 570px;
    width: 100%;
}

.banner .wrap {
    max-width: 1920px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner h2 {
    width: 100%;
    color: #fff;
    font-size: 3.8rem;
    text-align: right;
    padding-right: 5rem;
    display: none;
}

.sub-nav {
    box-shadow: 0 2px 3px #65656513;
    margin-bottom: 2px;
}

.sub-nav .nav-item:not(:first-child) {
    margin-left: 120px;
}

.sub-nav .nav-link {
    padding: 1.01rem 0.8rem;
    font-size: 19px;
    color: #333;
}

.sub-nav .nav-link.active {
    font-weight: bold;
    position: relative;
    color: #b38553;
}

.sub-nav .nav-link.active:after {
    background-color: #b38553;
    position: absolute;
    width: 80%;
    height: 2px;
    content: '';
    bottom: 0;
    left: 10%;
}

.breadcrumb {
    background-color: transparent;
    color: #666;
}

.breadcrumb .breadcrumb-item {
    color: #666;
}

.breadcrumb .breadcrumb-item:not(:first-child):before {
    content: '>';
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumb .breadcrumb-item.active {
    color: #666;
}

.breadcrumb.container {
    max-width: 1300px;
}

.banner {
    background-image: url("../images/academic_banner_bg.jpg");
    background-repeat: no-repeat;
}

.sub-nav .wrap {
    max-width: 1300px;
    padding: 0;
}

.system .wrap {
    padding-top: 87px;
    max-width: 1300px;
    display: flex;
}

.system .wrap .content {
    line-height: 44px;
    font-size: 18px;
    color: #333;
    flex: 1;
}

.system .wrap .sys {
    display: flex;
    margin-right: 80px;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    position: relative;
}

.system .wrap .sys:before {
    width: 0;
    content: '';
    display: block;
    border: 1px dashed #999;
    position: absolute;
    height: 110px;
    left: -2px;
    top: -87px;
}

.system .wrap .sys h2 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #b38553;
}

.system .wrap .sys h2:after,
.system .wrap .sys h2:before {
    height: 24px;
    width: 24px;
    content: '';
    display: block;
    border: 1px solid #7d342d;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    position: absolute;
    left: -14px;
    top: 10px;
}

.system .wrap .sys h2:after {
    background-color: #7d342d;
    padding: 6px;
    height: 8px;
    width: 8px;
    left: -9px;
    top: 15px;
}

.entre .wrap {
    margin-top: 97px;
    margin-bottom: 103px;
    max-width: 1300px;
}

.entre .wrap .item {
    cursor: pointer;
    width: calc(100% / 4 - 10px);
}

.entre .wrap .item > div:first-child {
    overflow: hidden;
}

.entre .wrap .item > div:first-child img {
    width: 100%;
}

.entre .wrap .item .tab-pane {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(179, 133, 83, 0.95);
    text-align: center;
    position: absolute;
    height: 63px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.entre .wrap .item .tab-pane h2 {
    font-size: 24px;
    font-weight: bold;
}

.entre .wrap .item:hover .tab-pane,
.entre .wrap .item.active .tab-pane {
    height: 100%;
    top: 0;
}

.entre .wrap .item:hover a,
.entre .wrap .item.active a {
    color: #fff;
    font-size: 16px;
    border: 1px solid;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
    padding: 6px 25px;
}

.entre .wrap .item:hover a:hover,
.entre .wrap .item.active a:hover {
    background-color: #fff;
    transition: all 0.6s;
    color: #b38553;
}

.entre .wrap .item:hover a:after,
.entre .wrap .item.active a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    content: "\e8b9";
    margin-left: 0.8em;
}

.specimen .wrap {
    max-width: 1300px;
    display: flex;
    justify-content: space-around;
}

.specimen .wrap > div {
    z-index: 1;
    margin: 169px 0 142px;
    height: 450px;
    width: 657px;
}

.specimen .wrap .swiper-wrap {
    overflow: hidden;
}

.specimen .wrap .swiper-wrap .dots {
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 18px;
    padding-right: 20px;
}

.specimen .wrap .swiper-wrap .dots .swiper-pagination-bullet {
    background-color: #fff;
    border-style: solid;
    border-color: #b38553;
    border-width: 1px;
    margin: 0 6px;
    height: 12px;
    width: 12px;
    opacity: 1;
}

.specimen .wrap .swiper-wrap .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #b38553;
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
    height: 16px;
    width: 16px;
}

.specimen .wrap .content {
    z-index: 0;
    position: relative;
    background-color: #b38553;
    padding: 85px 55px 0 164px;
    margin-left: -97px;
    margin-top: 88px;
    height: 450px;
    width: 74px;
    color: #fff;
    flex: 1;
}

.specimen .wrap .content .btn-wrap {
    position: absolute;
    bottom: -80px;
    left: 125px;
    color: #b38553;
}

.specimen .wrap .content .btn-wrap .btn {
    background-image: url('../images/academic_btn_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    cursor: pointer;
    height: 69px;
    width: 244px;
}

.specimen .wrap .content .btn-wrap .btn:hover,
.specimen .wrap .content .btn-wrap .btn.active {
    background-image: url('../images/academic_btn_bg_2.jpg');
    color: #fff;
}

.specimen .wrap .content .btn-wrap .btn:last-child {
    margin-left: 37px;
}

.specimen .wrap .content h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.specimen .wrap .content p {
    scrollbar-width: thin;
    font-size: 18px;
    line-height: 30px;
    max-height: 210px;
    overflow-y: auto;
}

.specimen .wrap .content p::-webkit-scrollbar {
    height: 100%;
    width: 2px;
}

.specimen .wrap .content p::-webkit-scrollbar-track-piece {
    background-color: #f1dcb0;
}

.specimen .wrap .content p::-webkit-scrollbar-thumb {
    background-color: #fff;
}

/*# sourceMappingURL=academic.css.map */
