/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

main {
    margin-top: 90px;
    min-height: calc(100vh - 90px - 174px);
}

i {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* .nav.pc>.container>.nav-items>.nav-items-li:nth-child(2) {
    background: rgb(255, 51, 51);
}

.nav.pc>.container>.nav-items>.nav-items-li:nth-child(2)>a {
    color: #fff;
} */

.banner {
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner h5 {
    margin: 0;
    padding: 0;
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .15em;
}

.banner .dream {
    margin-bottom: 10px;
    letter-spacing: .8em;
    position: relative;
    left: .8em;
}

.banner .dream-en {
    font-weight: normal !important;
    position: relative;
    left: .15em;
}

.banner .dream span {
    letter-spacing: normal;
}

.top-bar {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.top-bar>.container {
    height: 100%;
    display: block;
    position: relative;
}

.top-bar>.container>.bread-nav {
    font-size: 14px;
    font-weight: 900;
    color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-bar>.container>.bread-nav span.dot {
    margin: 0 8px;
}

.top-bar>.container>.bread-nav span.dot:nth-child(2) {
    margin-left: 5px;
}

.top-bar .iconfont {
    color: rgb(255, 51, 51);
    font-size: 20px;
}

main .nav {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    height: auto;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    z-index: 0;
}

.nav.nav-tabs.top-bar-btn {
    margin-left: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}

.top-bar .nav-item {
    margin-left: 25px;
}

.top-bar .nav-item a {
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, .6);
    padding: 0;
    border: 0 !important;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    height: 95px;
    background: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar .nav-item a:hover {
    color: rgb(255, 51, 51);
}

.top-bar-btn .nav-item .active {
    color: rgb(255, 51, 51);
}

.top-bar-btn a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(255, 51, 51);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.top-bar-btn .nav-item .active::before {
    width: 100%;
}

.top-bar-btn .nav-item .active.hide::before {
    width: 0;
}

.top-bar-btn .nav-item.active a::before {
    width: 100% !important;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.content-left {
    width: 25%;
    max-width: 290px;
    margin: 60px 30px;
    margin-top: 0;
    margin-left: 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    top: 7px;
}

.third-bar-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.third-bar-item:last-child {
    border: 0;
}

.third-bar-item-name {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, .6);
    height: auto;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.third-bar-item.active .third-bar-item-name {
    height: 70px;
}

.third-bar-item:hover .third-bar-item-name {
    color: rgb(255, 51, 51);
}

.third-bar-item-name i {
    color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    left: -15px;
}

.third-bar-item:hover i {
    color: rgb(255, 51, 51);
    left: 0;
}

.third-bar-item.active .third-bar-item-name i {
    color: #fff;
    left: 0;
}

.third-bar-item.active .third-bar-item-name {
    background: rgb(255, 51, 51);
    color: #fff;
}

.third-bar-item-ul {
    margin: 0;
    height: auto;
    display: none;
    padding-left: 48px;
}

.third-bar-item-ul.show {
    display: block;
}

.third-bar-item-ul li {
    font-size: 16px;
    line-height: 3em;
    list-style: square;
    color: rgba(0, 0, 0, .6);
}

.third-bar-item-ul .anchor {
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.third-bar-item-ul .anchor:hover {
    color: rgb(255, 51, 51);
}

.third-bar-item-ul li:first-child {
    margin-top: 1.4em;
}

.third-bar-item-ul li:last-child {
    margin-bottom: 1.4em;
}

.content-right {
    margin: 60px 0;
    margin-left: 30%;
}

.content-right p {
    font-size: 16px;
    color: #555;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 1em;
}

.swiper-box {
    width: 100%;
    padding: 0;
    margin-top: 2em;
}

.swiper-container {
    width: 100%;
    /* margin-top: 2em; */
    height: auto;
    margin: 0;
    --swiper-theme-color: rgb(255, 51, 51);
}

.tab-pane>.swiper-box {
    margin-top: 3em !important;
}

.next-slide {
    height: 100%;
    width: 100%;
    padding-right: 0;
}

.swiper-slide .bg,
.next-slide .bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* 
.swiper-slide {
    width: 60%;
} */

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-button-prev {
    display: none;
}

.swiper-button-next {
    height: 100%;
    width: 40%;
    top: 0;
    right: 0;
    margin: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    /* display: flex; */
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-next span {
    background: rgb(255, 51, 51);
    color: #fff;
    padding: 5px 15px;
    padding-right: 12px;
    font-size: 14px;
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* .swiper-container::before {
    position: absolute;
    content: '';
    top: 0;
    left: 60%;
    transform: translateX(-50%);
    height: 100%;
    width: 10px;
    background: #fff;
    z-index: 11;
} */

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.content-right .nav-link {
    border: 0;
    padding: 0;
    margin: 0 15px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555;
    font-weight: bold;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    border-radius: 0;
    font-size: 15px;
}

.content-right .nav-link.active {
    color: rgb(255, 51, 51);
}

.content-right .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: rgb(255, 51, 51);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.content-right .nav-link.active::before {
    width: 100%;
}

.content-right .nav.nav-tabs {
    border: 1px solid rgba(0, 0, 0, .1);
    border-top-width: 3px;
    border-left: 0;
    border-right: 0;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 1em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1em;
}

.content-right .business-link {
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 51, 51);
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%;
}

.content-right .business-link:hover {
    background: rgb(255, 51, 51);
    color: #fff;
}

.content-right .business-link i {
    font-weight: normal;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.img-box {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    width: calc((100% / 12) * 5 - 12px);
    margin-left: 12px;
    z-index: 0;
}

.img-box::before {
    content: '';
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgb(255, 51, 51);
    color: #fff;
    z-index: 2;
    padding: 12px 20px 14px 19px;
    pointer-events: none;
    font-size: 14px;
}

.img-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
    left: 0;
    pointer-events: none;
    top: 0;
}

.img-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    pointer-events: none;
}

@media screen and (max-width:991px) {
    main {
        margin-top: 70px;
    }
    .content-right {
        margin-left: 0;
    }
    .top-bar {
        display: none !important;
    }
    .top-bar-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }
    .top-bar-btn.nav-tabs .nav-item {
        margin: 0 30px 0 0;
    }
    .top-bar-btn.top-bar .nav-item a {
        height: 50px;
        font-weight: normal;
    }
    .top-bar .container {
        position: relative;
        padding: 0;
    }
    .m-third-nav-box {
        position: relative;
    }
    .m-third-nav {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .m-third-nav-li a {
        font-size: 15px;
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #555;
        border-top: 1px solid rgba(0, 0, 0, .1);
        padding: 0 20px;
        background: rgba(0, 0, 0, .02);
    }
    .m-third-nav-li.active a {
        color: rgb(255, 51, 51);
    }
    .nav.nav-tabs.top-bar-btn {
        margin-left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 15px;
    }
    .top-bar>.container>.bread-nav {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .swiper-slide {
        width: 100%;
    }
    .swiper-container::before {
        display: none;
    }
    .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .swiper-button-next:after {
        display: block;
    }
    .swiper-button-next {
        height: auto;
        width: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .swiper-button-next span {
        display: none;
    }
    .swiper-slide {
        width: 100% !important;
    }
}

@media screen and (max-width:575px) {
    .banner {
        height: 30vw;
        padding: 30px 0;
    }
    .banner .container {
        align-items: flex-start;
    }
    .banner h5 {
        text-align: left;
        display: block;
        width: 80%;
    }
    .banner .dream {
        font-size: 14px;
        margin-bottom: 8px;
        left: 0;
        letter-spacing: normal;
    }
    .banner .dream-en {
        font-size: 12px;
        left: 0;
        letter-spacing: normal;
        line-height: 1.4em;
    }
    .top-bar .nav-item a {
        font-size: 16px;
        height: 50px;
    }
    .top-bar .container {
        display: block;
    }
    .top-bar-btn {
        width: 100% !important;
        overflow-x: auto;
        height: 50px !important;
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .top-bar .nav-item {
        padding: 0 20px;
        float: left;
        margin: 0 !important;
    }
    .content-right p {
        color: rgb(116, 110, 122);
        font-size: 15px;
        line-height: 1.6em;
        margin-bottom: 1.33em;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 100px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        top: calc(50% + 22px);
        transform: translateY(-50%);
    }
    .swiper-button-next {
        top: 50%;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 16px;
        font-weight: bold;
    }
    .content-right {
        margin-top: 1.4em;
    }
    .tab-pane>.swiper-box {
        margin-top: 1em !important;
        padding-top: 6px !important;
    }
    .content-right .nav.nav-tabs {
        height: 40px;
        border: 0;
    }
    .content-right .nav-link {
        margin: 0;
        padding: 0 15px;
        font-size: 14px;
        height: 40px;
        color: #fff;
        font-weight: normal;
    }
    .content-right .nav-tabs .nav-item:nth-child(1) .nav-link {
        background: rgb(136, 142, 150);
    }
    .content-right .nav-tabs .nav-item:nth-child(2) .nav-link {
        background: rgb(174, 181, 189);
    }
    .content-right .nav-tabs .nav-item:nth-child(3) .nav-link {
        background: rgb(207, 212, 217);
    }
    .content-right .nav-tabs .nav-item:nth-child(4) .nav-link {
        background: rgb(222, 225, 230);
    }
    .content-right .nav-tabs .nav-item .nav-link.active {
        background: rgb(255, 168, 0);
        color: #fff;
    }
    .content-right .nav-tabs .nav-item .nav-link.active::before {
        display: none;
    }
    main {
        margin-top: 65px;
    }
    .content-right .business-link {
        height: 50px;
        padding: 0 20px;
        color: rgb(255, 80, 80);
        margin-top: 30px !important;
    }
    .content-right .m-section-title .zh {
        color: rgb(255, 168, 0);
        font-size: 16px;
        margin-bottom: 2px;
    }
    .content-right .m-section-title .en {
        color: rgb(238, 226, 200);
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 1.8em;
        line-height: 1.25em;
    }
    .swiper-box {
        margin-top: .4em;
    }
    .content-right .nav.nav-tabs {
        margin-top: 2.2em;
        margin-bottom: 1.35em;
    }
    .content-right .tab-pane {
        padding: 0 !important;
    }
    .content-right>literal>.row>p:nth-child(1) {
        margin-top: 2px;
    }
    .content-right .nav.nav-tabs.kfcy,
    .content-right .nav.nav-tabs.ptjcy {
        margin-top: 5px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        padding: 0;
    }
    .content-right .nav.nav-tabs.kfcy a,
    .content-right .nav.nav-tabs.ptjcy a {
        justify-content: center;
    }
    .content-right .nav.nav-tabs.ptjcy {
        margin-top: 6px;
    }
}