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;
    max-width: 1920px;
    font-size: 14px;
    width: 100%;
    color: #fff;
    height: 44px;
    line-height: 44px;
}

.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 {
    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/business_banner_bg.jpg");
    background-repeat: no-repeat;
}

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

.system .wrap {
    padding-bottom: 99px;
    padding-top: 85px;
    max-width: 1300px;
}

.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: -85px;
}

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

.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;
}

.system .wrap .earth img {
    width: 100%;
}

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

.system .wrap li::marker {
    color: #b38553;
}

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