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

.ltd .content,
.extends .content,
.culture .content {
    position: relative;
    padding: 63px 64px 125px 64px;
    background-color: #f5eadd;
    border-radius: 20px;
    margin-left: -80px;
    margin-top: 85px;
}

.ltd .content h2,
.extends .content h2,
.culture .content h2 {
    color: #b38553;
    font-size: 26px;
    font-weight: bolder;
    padding-bottom: 33px;
    border-bottom: 2px solid #b38553;
}

.ltd .content p,
.extends .content p,
.culture .content p {
    margin-top: 37px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

.culture .content {
    padding-left: 125px;
}

.brief {
    height: 555px;
    max-width: 1920px;
    margin: 0 auto;
}

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

.brief .wrap .content {
    box-shadow: 0 3px 10px #33333313;
    margin: 53px 0 53px 53px;
    height: 469px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brief .wrap .content img {
    position: absolute;
    height: 377px;
    margin-left: -53px;
}

.brief .wrap .content > div.d-flex {
    position: relative;
    z-index: 0;
    height: 370px;
    padding: 0 53px 0 calc(50% + 30px);
}

.brief .wrap .content > div.d-flex h2 {
    font-size: 34px;
    line-height: 72px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 36px;
    position: relative;
    width: 320px;
}

.brief .wrap .content > div.d-flex h2:after,
.brief .wrap .content > div.d-flex h2:before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    border: 2px solid #7d342d;
    display: block;
    height: 16px;
    width: 16px;
    left: -30px;
    top: 0.85em;
}

.brief .wrap .content > div.d-flex h2:after {
    left: initial;
    right: -0.85em;
}

.brief .wrap .content > div.d-flex p {
    scrollbar-width: thin;
    min-height: 260px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 8px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    margin: 0;
}

.brief .wrap .content > div.d-flex p::-webkit-scrollbar {
    height: 100%;
    width: 2px;
}

.brief .wrap .content > div.d-flex p::-webkit-scrollbar-thumb {
    background-color: #b38553;
}

.brief .wrap .content > div.d-flex p::-webkit-scrollbar-track-piece {
    background-color: #ededed;
}

.area {
    background-image: url("../images/about_middle_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 772px;
    width: 100%;
}

.area .wrap {
    display: flex;
    padding: 95px 0 0;
    max-width: 1300px;
}

.area .wrap .desc {
    padding-right: 158px;
    padding-top: 60px;
    color: #b38553;
}

.area .wrap .desc h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 31px;
    padding-bottom: 29px;
}

.area .wrap .desc p {
    font-size: 18px;
}

.area .wrap .args {
    padding: 42px;
    background-color: #fffc;
    min-width: 570px;
    color: #b38553;
}

.area .wrap .args > .d-flex {
    margin-bottom: 35px;
}

.area .wrap .args .param {
    width: calc(100% / 3);
}

.area .wrap .args .iconfont {
    line-height: 85px;
    font-size: 78px;
}

.area .wrap .args > .d-flex:last-child {
    background-color: #b38553;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    padding: 25px 10px;
}

.area .wrap .args > .d-flex:last-child > .param:not(:first-child) {
    border-left: 2px dotted #fafafa;
}

.culture .wrap {
    max-width: 1300px;
    position: relative;
    padding: 97px 0 108px;
    display: flex;
}

.culture .wrap:after {
    height: 0;
    width: 90%;
    content: '';
    display: block;
    border: 1px dashed #999;
    position: absolute;
    right: 0;
    top: 144px;
}

.culture .wrap img {
    border-radius: 28px;
}

.culture .wrap .gallery {
    border-radius: 20px;
    margin-bottom: 42px;
    z-index: 10;
}

.culture .wrap .content:after,
.culture .wrap .content:before {
    z-index: 10;
    height: 24px;
    width: 24px;
    content: '';
    display: block;
    border: 1px solid #7d342d;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    padding: 8px;
    right: 0;
    top: -49px;
}

.culture .wrap .content:after {
    background-color: #7d342d;
    z-index: 11;
    padding: 6px;
    height: 8px;
    width: 8px;
    right: 5px;
    top: -44px;
}

.ltd {
    background-image: url("../images/about_ltd.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 750px;
    width: 100%;
}

.ltd .wrap {
    justify-content: flex-end;
    max-width: 1300px;
    display: flex;
}

.ltd .wrap .content {
    max-width: 634px;
    margin-top: 112px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
}

.ltd .wrap .content p {
    color: #b38553;
}

.extends {
    background-image: url("../images/about_c2_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.extends .wrap {
    max-width: 1300px;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.extends .wrap .content {
    margin: 36px 0 0;
    border-radius: 0;
    background-color: transparent;
}

.extends .wrap .content p {
    color: #b38553;
}

.idea {
    background-image: url("../images/about_c2_bg_2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 640px;
    width: 100%;
}

.idea .wrap {
    max-width: 1300px;
}

.idea .wrap .content {
    color: #fff;
    max-width: 855px;
}

.idea .wrap .content dt {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 36px;
}

.idea .wrap .content dd {
    font-size: 16px;
    margin-top: 10px;
}

.idea .wrap h4 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding-top: 111px;
    padding-bottom: 16px;
    margin-bottom: 50px;
    border-bottom: 2px solid;
    display: inline-block;
}

.business {
    background-image: url("../images/about_c2_bg_3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 640px;
    width: 100%;
}

.business .wrap {
    max-width: 1300px;
}

.business .wrap h2 {
    color: #b38553;
    font-size: 26px;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 40px;
    border-bottom: 2px solid #b48250;
}

.business .wrap .content {
    justify-content: space-between;
    padding: 57px 0;
}

.business .wrap .content .item {
    width: calc(100% / 3 - 98px);
    line-height: 30px;
    color: #333;
}

.business .wrap .content .item h4 {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #b38553;
}

.business .wrap .content .item p {
    font-size: 18px;
    margin-top: 42px;
    text-justify: inter-word;
}

.history {
    background-image: url("../images/about_c3_bg.png");
    background-position: center;
    height: 1140px;
    width: 100%;
}

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

.history .wrap .content {
    scrollbar-width: thin;
    margin: 100px 0 150px;
    max-width: 660px;
    max-height: 908px;
    overflow-y: scroll;
}

.history .wrap .content::-webkit-scrollbar {
    height: 100%;
    width: 4px;
}

.history .wrap .content::-webkit-scrollbar-thumb {
    background-color: #b38553;
}

.history .wrap .content::-webkit-scrollbar-track-piece {
    background-color: #e7e7e7;
}

.history .wrap .content h4 {
    line-height: 44px;
    font-size: 40px;
    color: #3f3a39;
}

.history .wrap .content ul {
    margin-left: -1em;
}

.history .wrap .content ul li {
    line-height: 28px;
    font-size: 16px;
    color: #222;
}

.history .wrap .content ul li::marker {
    color: #b38553;
}

.history .wrap .content ul + h4 {
    margin-top: 70px;
}

.history .wrap .logo {
    position: relative;
    margin-top: 200px;
}

.history .wrap .logo:before {
    transition: all 0.6s;
    animation: rotate 4s linear infinite;
    background-image: url('../images/about_c3_round.png');
    background-color: transparent;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    display: block;
    content: '';
    z-index: 100;
    height: 443px;
    width: 443px;
    left: -28px;
    top: -28px;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

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