/*--------------------------------------------------------------
# 加载组件样式
--------------------------------------------------------------*/
@import "navbar.css";
@import "hero.css";
@import "footer.css";

/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/

.banner-inner {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 97px 0 0;
}

.banner-inner::before {
    content: "";
    /*background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), rgba(var(--secondary-color-rgb), 0.5));*/
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.banner-inner-wrapper {
    position: relative;
    min-height: 25vh;
    z-index: 10;
    color: #ffffff;
}


.banner-inner-wrapper p {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}


banner-inner-wrapper h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.banner-inner-wrapper h2::before,
.banner-inner-wrapper h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #FFFFFF;
    display: inline-block;
}

.banner-inner-wrapper h2::before {
    margin: 0 15px 10px 0;
}

.banner-inner-wrapper h2::after {
    margin: 0 0 10px 15px;
}

.left-nav {
    border-bottom: 2px solid var(--border-color);
}

.left-nav li {

}

.left-nav li a {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    border-radius: 0 !important;
}

.left-nav li:not(:first-child) {
    border: 1px solid var(--border-color);
    border-top: 0;
}

.left-nav .head {
    font-size: 18px;
    font-weight: bold;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 10px 20px;
}

.left-nav li i {
    font-size: 20px;
    margin-right: 5px;
    color: rgba(217, 217, 217, 1);
}

.left-nav .nav-item a:focus, .left-nav .nav-item a:hover, .left-nav .nav-item a:active {
    background-color: rgba(239, 248, 248, 1);
    border-radius: 0;
    border: 1px solid transparent !important;
    border-bottom: 1px solid var(--border-color) !important;
}


.left-nav .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center
}

.left-nav .dropdown-toggle::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%231e961e' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem 1rem;
    margin-left: auto;
    padding-left: 1.25rem;
    content: "";
    border: none;
}

.left-nav .dropdown-toggle-collapse::after {
    transition: .3s
}

.left-nav .dropdown-toggle-collapse[aria-expanded=true]::after {
    transform: rotate(-180deg)
}

.left-nav .nav-item .nav-collapse a {
    padding: 8px 25px;
    border-radius: 0;
    border: 1px solid transparent !important;
    border-bottom: 1px solid var(--border-color) !important;
    border-top: 1px solid var(--border-color) !important;
}


.breadcrumb {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.breadcrumb i.home {
    color: var(--primary-color);
}

.breadcrumb span.bi {
    font-size: 12px;
}

.breadcrumb a {
    margin: 0 10px;
}

.list-footer {
    margin-top: 30px;
}

.list-pagination .pagination .page-item .page-link {
    border-radius: 0;
}

.lists .list-body .article-list {
    margin-bottom: 30px;
    border-bottom: 1px dashed var(--border-color);
    padding-bottom: 8px;
}

.lists .list-body .article-list h3 {
    font-size: 20px;
}

.lists .list-body .article-list .date {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.article .article-title h2 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.article-footer {
    border-top: 1px solid var(--border-color);
    padding-top: 15px;
    margin-top: 15px;
}

.article-footer .article-prev-next {
    font-size: 14px;
}

.product-list .product-item figure {
    background-color: #cb9260;
    display: block;
    line-height: normal;
    overflow: hidden;
    position: relative;
}

.product-list .product-item figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: 424ms linear;
}

.product-list .product-item figcaption {
    display: block;
    color: #cb9260;
    line-height: normal;
    margin-top: 14px;
    transition: 350ms;
    text-align: center !important;
}

.product-box .product-down {
    float: left;
}

.product-list .product-item figure mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #7cc87357;
    background: #cb9260 \9;
    filter: alpha(opacity=20);
    z-index: 20;
    opacity: 0;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
}

.product-list .product-item figure mark b {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 30;
}

.product-list .product-item figure mark b:before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
}

.product-list .product-item figure mark b:after {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
}

.product-list .product-item figure mark:before {
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}

.product-list .product-item figure mark:after {
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}

.product-list .product-item:hover figure mark {
    opacity: 1;
    transform: skewX(0);
    visibility: visible;
}

.product-list .product-item:hover figure mark:before {
    height: 100%;
    transition: 330ms 200ms;
}

.product-list .product-item:hover figure mark:after {
    width: 100%;
    transition: 330ms 200ms;
}

.product-list .product-item:hover figure img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.product-list .product-item:hover figure mark b:before {
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

.product-list .product-item:hover figure mark b:after {
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.product-list .product-item:hover figcaption {
    color: #eb6123;
}

.article-list .article-item .more {
    font-size: 14px;
    color: var(--text-color-secondary);
}


.article-list .article-item figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color-rgb), 0.0);
    position: absolute;
    z-index: 1;
    transition: .3s
}

.article-list .article-item a:hover figure:before {
    background-color: rgba(var(--primary-color-rgb), 0.34);
}

.map .iframe-map {
    height: 40vh;
}

.map .maps-detail {
    padding: 0 20px;
    min-width: 350px;
}

.map .maps-detail h4 {
    font-size: 18px;
    color: var(--title-color);
}

.map .maps-detail p {
    font-size: 14px;
    color: var(--text-color-secondary);
}


.article-info h2 {
    font-size: 20px;
    font-weight: bold;
}

.article-info li {
    font-size: 14px;
    color: var(--text-color-secondary);
    padding: 10px 0;
    border-bottom: 1px dashed var(--border-color);
}

.article-info li span {
    margin-right: 8px;
}

.article .article-pic {
    border: 1px solid var(--border-color);
    padding: 10px;
}

.article .article-pic a {
    display: block;
}


.article .article-title.product-detail {
    margin-top: 30px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 1rem;
}

.article .article-title h3 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    margin-bottom: 0;
}

.page_container {
    height: calc(100vh);
    padding-top: 97px;
}

.screen {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.content_box-1 {
    display: block;
    position: relative;
    width: 570px;
    height: 570px;
}

.w_img-bg, .w_img-ring, .w_img-text1, .w_img-text2, .w_img-text3, .w_img-text4 {
    position: absolute;
}

.w_img-text1 {
    top: 160px;
    left: 140px;
    z-index: 102;
    width: 62px;
    height: 254px;
}

.w_img-text2 {
    top: 200px;
    left: 300px;
    z-index: 103;
    width: 37px;
    height: 200px;
}

.w_img-text3 {
    top: 210px;
    left: 358px;
    z-index: 104;
    width: 34px;
    height: 200px;
}

.w_img-text4 {
    top: 160px;
    left: 350px;
    z-index: 105;
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .w_img-text1 {
        top: 80px;
        left: 90px;
    }

    .w_img-text2 {
        top: 150px;
        left: 200px;
    }

    .w_img-text3 {
        top: 130px;
        left: 255px;
    }

    .w_img-text4 {
        top: 80px;
        left: 250px;

    }
}

.content_box-about, .content_box-products, .content_box-news, .feedback {
    padding-top: 30px;
}

@media (min-width: 768px) {
    .content_box-about, .content_box-products, .content_box-news, .feedback {
        padding-top: 120px;
    }
}

.content_box-products .product-box .text {
    text-align: center;
    margin-top: 1rem;
}

.content_box-products .product-box .text h4 {
    font-size: 16px;
}

.swiper-photos {
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--border-color);
    transition: 0.3s;
}


.swiper-photos-wrapper:hover .swiper-button-next,
.swiper-photos-wrapper:hover .swiper-button-prev {
    color: var(--primary-color);
}

.swiper-button-prev {
    left: -25px;
}

.swiper-button-next {
    right: -25px;
}


.box-news img {
    width: 100px;
    height: auto;
    float: left;
    padding-bottom: 20px;
}

.box-news .news-desc {
    margin-left: 110px;
    font-size: 14px;
}

.box-news .news-desc h4 a {
    font-size: 16px;
}

@media (min-width: 768px) {
    .box-news .news-desc h4 a {
        font-size: 18px;
    }

    .box-news img {
        width: 180px;
    }

    .box-news .news-desc {
        margin-left: 200px;
    }

    .news-v-line {
        border-left: 10px solid var(--border-color);
        padding-bottom: 40px;
        position: relative;
    }

    .p_point {
        position: absolute;
        top: 3px;
        left: -5px;
        transform: translate(-50%, 0);
        width: 20px;
        height: 20px;
        border: 2px solid #a6db6b;
        background: #fff;
        border-radius: 50px;
        transition: all 0.1s linear;
    }

    .news-item:hover .p_point {
        width: 26px;
        height: 26px;
        border-width: 5px;
        top: 0;
    }
}

.news-item:hover a {
    color: var(--primary-color);
}

.contact-box {
    background-color: rgba(var(--primary-color-rgb), 0.6);
    padding: 30px;
    height: 100%;
    color: #FFFFFF;
}
.contact-box p {
    margin-bottom: 5px;
    font-size: 14px;
}
@media (min-width: 768px) {
    .contact-box {
        padding: 120px 60px 60px;
    }

    .contact-box p {
        margin-bottom: 1rem;
        font-size: initial;
    }
}

.onepage .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
