@import "bootstrap.min.css";
@import "global.min.css";
@import "swiper.min.css";
@import "animate.min.css";
@import "keyframes.css";

body {
    background: #c9ac71;
}

.swiper-container img {
    width: 100%;
}

.header {
    position: absolute;
    z-index: 3;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.header ul {
    min-height: 80px;
}

.header ul li a {
    padding: 5px 10px;
    font-size: 14px;
    color: #ffffff;
    transition: border-bottom-width 0.5s ease;
}

.header ul li.active a::after, .header ul li a::after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #d9b46a;
    transition: width 0.5s ease;
}

.header ul li a:hover {
    text-decoration: none;
}

.header ul li.active a::after, .header ul li a:hover::after {
    width: 100%;
    transition: width 0.5s ease;
}

.banner.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-slide.swiper-slide-active img {
    animation: myfirst 5s linear 0s infinite normal forwards;
    -webkit-animation: myfirst 5s linear 0s infinite normal forwards; /* Safari 与 Chrome */
}

.banner .banner-pagination {
    bottom: 60px;
}

.banner .banner-pagination-item {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 3px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.4);
    transition: width 100ms ease;
}

.banner .banner-pagination-active {
    background: #d9b46a;
    width: 20px;
    transition: width 100ms ease;
}

.banner .banner-prev, .banner .banner-next {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.4);
}

.banner .banner-prev::before, .banner .banner-next::before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    top: 10px;
    left: 10px;
}

.banner .banner-prev::before {
    transform: rotate(-90deg);
}

.banner .banner-next::before {
    transform: rotate(90deg);
}

.banner .banner-swiper::after {
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    content: "";
    background-image: url("../images/bor_bot.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 60px;
}

/*.title-pic-style {*/
/*    background-image: url("../images/hm.jpg");*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

.copy-style a {
    background-color: #ffffff;
    transition: background-color 100ms linear;
}

.copy-style a strong {
    font-size: 14px;
    color: #787878;
}

.copy-style a h4 {
    color: #222222;
    font-size: 24px;
}

.copy-style a p {
    font-size: 14px;
    color: #6a6a6a;
}

.copy-style a span {
    font-size: 14px;
    color: #404040;
}

.copy-style a::after {
    display: block;
    position: absolute;
    content: "";
    width: 50%;
    height: 40%;
    background-image: url("../images/hbg.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}

.copy-style a:hover {
    text-decoration: none;
    background-color: #d9b46a;
    transition: background-color 100ms linear;
}

.copy-style a:hover strong {
    color: #ffffff;
}

.copy-style a:hover h4 {
    color: #ffffff;
}

.copy-style a:hover p {
    color: #ffffff;
}

.copy-style a:hover span {
    background-color: #c9ac71;
    color: #ffffff;
}


.text-style {
    background-image: url("../images/text_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

.list-style li a {
    background-color: #ffffff;
}

.list-style li h4 {
    color: #333333;
    font-size: 36px;
}

.list-style li p {
    color: #808080;
    font-size: 14px;
}

.list-style li strong {
    background-color: #c9ac71;
    font-size: 14px;
    color: #ffffff;
}

.list-style li a:hover {
    text-decoration: none;
    background-color: #d9b46a;
}

.list-style li a:hover h4 {
    color: #ffffff;
}

.list-style li a:hover p {
    color: #ffffff;
}

.list-style li a:hover strong {
    background-color: #ffffff;
    color: #d9b46a;
}


.text-style {
    padding: 100px 0;
}

.text-style h3 {
    font-size: 60px;
}

.news-style {
    background-color: #c9ac71;
}

.news-style h2 {
    color: #ffffff;
}

.news-style a {
    color: #ffffff;
}

.news-style a div:first-of-type {
    width: 90px;
    height: 90px;
}

.news-style a div:first-of-type strong {
    font-size: 46px;
}

.news-style a div:first-of-type span {
    font-size: 14px;
}

.news-style a div:last-of-type h4 {
    font-size: 24px;
}

.news-style a div:last-of-type p {
    font-size: 14px;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
}

.news-style a:hover {
    background-color: #ffffff;
    text-decoration: none;
    color: #d9b46a;
}

.footer_top {
    background: #2e2e2e;
}

.footer_bottom {
    background: #242424;
}

.footer-text-style h4, .footer-nav-style dl dt a, .footer-cont-style h4 {
    color: #c79e68;
}

.footer-text-style p {
    font-size: 14px;
    line-height: 2em;
}

.footer-nav-style dl dt a {
    font-size: 20px;
}

.footer-nav-style dl dd {
    line-height: 1.5em;
}

.footer-cont-style h4 {
    font-size: 24px;
}

.footer-cont-style p {
    font-size: 24px;
}

.footer-cont-style img {
    width: 160px;
}

.footer-link-style span, .footer-link-style a, .footer-link-style p {
    font-size: 14px;
}

.foot_bg {
    background-image: url("../images/foot_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
}

.tab {
    display: none;
}

.nav-two-style {
    font-size: 14px;
}

.nav-two-style a {
    color: #ffffff;
}

.nav-two-style a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #d9b46a;
}

.font-style {
    font-size: 12px;
    background-color: #d9b46a;
}

@media screen and (max-width: 768px) {
    body {
        padding-bottom: 100px;
    }

    .header {
        position: static;
        background-image: none;
    }

    .banner .banner-swiper::before {
        display: block;
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
        content: "";
        transform: rotate(180deg);
        background-image: url("../images/bor_bot.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 20px;
    }

    .banner .banner-swiper::after {
        height: 20px;
    }

    .banner .banner-pagination {
        bottom: 30px;
    }

    .text-style h3 {
        font-size: 30px;
    }

    .tab {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto 10px;
        width: 94%;
        background: #ffffff;
        border-radius: 5px;
        z-index: 4;
        box-shadow: 0 0 10px #efefef;
        display: flex;
        justify-content: space-between;
        padding: 3px;
    }

    .tab a {
        flex: 1;
        position: relative;
    }

    .tab a div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tab a:nth-child(3) div {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: -30px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #c9ac71;
        box-shadow: 0 0 10px #efefef;
    }

    .tab a:nth-child(3) div span {
        color: #ffffff;
    }

    .tab a:nth-child(3) div img {
        width: 45px;
        height: 45px;
    }

    .tab span {
        font-size: 12px;
    }

    .tab img {
        width: 24px;
    }
}
