﻿#nav .navbar .top .bar {
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.index {
    width: 100%;
    height: auto;
}

.swiper {
    position: relative;
    width: 100%;
    max-height: 800px;
    margin-top: -100px;
    overflow: hidden;
}

.swiper .swiper-container {
    max-height: 800px;
    z-index: 0;
}

.swiper .bg_bottom {
    pointer-events: none;
    position: absolute;
    bottom: -128px;
    left: 0;
    width: 100%;
    height: auto;
    /* z-index: 999; */
}

@media (max-width: 768px) {
    #nav .navbar .top .bar {
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2;
    }

    .swiper {
        margin-top: auto;
    }

    .swiper .bg_bottom {
        display: none;
    }
}

.swiper .swiper-slide img {
    width: 100%;
}

.swiper .swiper-slide .title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15%;
    z-index: 9999;
}

.swiper .swiper-slide .title p {
    font-size: 3rem;
    font-weight: bold;
    color: #E67D26;
    transform: translateY(-100%);
    opacity: 0;
    transition: all .4s;
}

.swiper .ani-slide .title p {
    transform: translateY(0);
    opacity: 1;
}

.swiper-pagination {
    text-align: right;
    bottom: 15% !important;
    padding-right: 15%;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.my-bullet-active {
    background-color: #E67D26;
}

@media (max-width: 768px) {
    .swiper .swiper-slide .title p {
        font-size: 24px;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-pagination {
        text-align: right;
        bottom: 5% !important;
        padding-right: 5%;
    }
}

.margin-top {
    /*    margin-top: -50px;*/
    margin-top: 20px;
    z-index: 99999;
}

@media (max-width: 768px) {
    .margin-top {
        margin-top: 5%;
    }

    .margin-top .col-md-7 {
        margin-bottom: 5%;
    }
}

.block .paddingWidth {
    padding: 0 5%;
}

.block .paddingWidth .re {
    width: 100%;
    height: auto;
    margin-top: -180px;
}

.block .paddingWidth .re2 {
    display: none;
}

.block .paddingWidth .con {
    height: 460px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
}

.block .representative .triangle {
    display: none;
}

@media (max-width: 768px) {
    .block .paddingWidth .re {
        margin-top: 0;
    }

    .block .paddingWidth .re1 {
        display: none;
    }

    .block .paddingWidth .re2 {
        display: block;
    }

    .block .paddingWidth .con {
        height: auto;
    }

    .block .developing {
        display: none;
    }

    .block .quality {
        display: none;
    }

    .block .new {
        margin-bottom: 50px;
    }

    .block .representative .triangle {
        display: block;
        top: -25px;
    }
}

.block .paddingWidth .con .icon {
    width: 300px;
    height: auto;
    margin-bottom: 30px;
}


@media (max-width: 768px) {
    .block .paddingWidth .con .icon {
        display: none;
        width: 300px;
        height: auto;
        margin-bottom: 30px;
    }

}

.block .paddingWidth .con .p {
    margin-bottom: 30px;
}

.block .paddingWidth .con .c {
    color: #E67D26;
}

.block .paddingWidth .con .btn {
    font-size: 14px;
    padding: 10px 25px 10px 30px;
    color: #fff;
    background-color: #E67D26;
    border-radius: 100px;
}

/* 发展历程 */
.developing {
    position: relative;
    width: 100%;
    max-height: 2000px;
    background-color: #FBFBFB;
    background-image: url('../images/index-fzlc-2-shang-boss.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.developing .top_title {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}


.developing .p {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: normal;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    z-index: 99;
}



.developing .swiper2 {
    width: 100%;
    height: 100%;
}

.developing .swiper2 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.developing .swiper2 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: transparent;
}

.developing .swiper2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    top: 30%;
    left: 50px;
    background-image: url('../images/left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.developing .swiper2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    top: 30%;
    right: 50px;
    background-image: url('../images/right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.developing .swiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

}

.developing .swiper2 .swiper-slide .con {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    margin-top: 15%;
    padding-bottom: 10%;
}

.developing .swiper2 .swiper-slide .con .year {
    font-size: 68px;
    font-weight: bold;
    color: #3d3a3921;
}

.developing .swiper2 .swiper-slide .con .title_1 {
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    color: #E67D26;
}

.developing .swiper2 .swiper-slide .con .main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    margin-top: 30px;
}

.developing .swiper2 .swiper-slide .con .main .item {
    text-align: left;
    width: 20%;
    margin-right: 5%;
}

.developing .swiper2 .swiper-slide .con .main .item:first-child {
    margin-left: 5%;
}

.developing .swiper2 .swiper-slide .con .main .item .time {
    font-weight: bold;
    margin-bottom: 10px;
}

.developing .historyLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 0 5%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    z-index: 99;
}

.developing .historyLine .item {
    position: relative;
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.developing .historyLine .item::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 40px);
    width: 1px;
    height: 40px;
    background-color: #C4C4C4;
    z-index: -1;
}

.developing .historyLine .item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(50%, 0);
    width: 100%;
    height: 1px;
    background-color: #D7823C;
    z-index: -1;
}

.developing .historyLine .item .title {
    display: none;
}

.developing .historyLine .active::after {
    transform: translate(-50%, -10px);
}

.developing .historyLine .active .title {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 12px 20px;
    color: #fff;
    background-color: #E67D26;
    font-size: 18px;
    border-radius: 0 10px 0 10px;
}

.developing .historyLine .item .r {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: -webkit-linear-gradient(156.14deg, #DA9100 15.43%, #E0BF44 81.24%);
    background: linear-gradient(156.14deg, #DA9100 15.43%, #E0BF44 81.24%);
    border-radius: 100px;
    transition: 0.3s;
}

.developing .historyLine .active .r {
    width: 26px;
    height: 26px;
}

.developing .historyLine .item:hover .r {
    width: 26px;
    height: 26px;
    transition: 0.3s;
}

/* 发展历程2 */
.developing2 {
    position: relative;
    width: 100%;
    display: none;
}


@media (max-width: 768px) {
    .developing .swiper2 .swiper-slide .con {
        margin-top: 30%;
    }

    .top_title text::after {
        bottom: -10px;
    }

    .developing .swiper2 .swiper-slide .con .year {
        font-size: 28px;
    }

    .developing .swiper2 .swiper-slide .con .title_1 {
        font-size: 18px;
    }

    .developing .top_title {
        top: 5%;
    }

    .developing .swiper2 .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev,
    .developing .swiper2 .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        display: none;
    }

    .developing .swiper2 .swiper-slide .con {
        padding-bottom: 180px;
    }

    .developing .swiper2 .swiper-slide .con .main {
        flex-flow: column;
    }

    .developing .swiper2 .swiper-slide .con .main .item {
        width: 90%;
        margin: 2.5% 5%;
    }

    .developing .historyLine .active .title {
        font-size: 10px;
        padding: 10px;
        text-align: center;
    }

    .developing .p {
        top: -15px;
        font-size: 0.6rem;
    }

    /* 发展历程2 */
    .developing2 {
        position: relative;
        width: 100%;
        display:block;
    }

}


/* --------------------------------------------------------------------------- */

.quality {
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
    padding-top: 5%;
    padding-bottom: 10%;
    position: relative;
}

.quality .top_title {
    margin-bottom: 10%;
}


.quality #swiper-container3 {
    width: 100%;
    padding: 0 5% 5% 5%;
}

.quality #swiper-container3 .swiper-slide .img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    overflow: hidden;
}

.quality #swiper-container3 .swiper-slide .img .top {
    width: 100%;
    /* max-height: 240px; */
    /* background-color: #eee; */
}


.quality #swiper-container3 .swiper-slide .img .top img {
    width: 100%;
    height: auto;
}

.quality #swiper-container3 .swiper-slide .img .text {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 40px 0 25px 0;
    letter-spacing: 5px;
    box-shadow: 0px 20px 20px rgba(196, 196, 196, 0.5);
}

.quality #swiper-container3 .swiper-slide .img .name {
    font-size: 1.5rem;
}

.quality #swiper-container3 .swiper-slide .img .txt {
    /* font-size: 1rem; */
}


@media (max-width: 768px) {
    .quality #swiper-container3 .swiper-slide .img .top {
        height: auto;
    }

    .quality #swiper-container3 .swiper-slide .img .text {
        padding: 20px 0 15px 0;

    }

    .quality #swiper-container3 .swiper-slide .img .name {
        font-size: 14px;
    }

    .quality #swiper-container3 .swiper-slide .img .txt {
        font-size: 10px;
    }
}

/* --------------------------------------------------------------------------- */
.new {
    padding: 5% 0;
}

.new .list {
    width: 100%;
    padding: 5%;
    margin-left: 0;
    margin-right: 0;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.new .list .item {
    cursor: pointer;
    background: #FCFCFC;
    border: 1px solid #C4C4C4;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 5%;
}

.new .list .item .top,
.new .list .item .bottom {
    padding: 5%;
}


.new .list .item .top img {
    width: 100%;
    height: 200px;
}

.new .list .item .top .time {
    padding: 5% 0;
    color: #777;
    /* font-size: 18px; */
}

.new .list .item .top .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*文本超出两行三点代替*/

}

.new .list .item .bottom {
    color: #E67D26;
    display: flex;
    justify-content: flex-end;
}

.new .list .item .bottom .txt {
    font-size: 0.8rem;
}

.new .more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new .more .txt {
    cursor: pointer;
    position: relative;
}

.new .more .txt::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.representative .list {
    padding: 5%;
    margin-left: 0;
    margin-right: 0;
}

.representative .list .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.representative .list .item img {
    width: 50px;
    height: auto;
}

.representative .list .item .con {
    width: 200px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.q_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 80px 0;
}

.q_list img {
    width: 100%;
    height: auto;
}

.wechat {
    padding: 5%;
    background-color: #E5E5E5;
}

.wechat .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wechat .follow {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.wechat .follow img {
    width: 130px;
    height: 130px;
}

.wechat .follow .txt {
    margin-top: 20px;
}

.wechat .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.wechat .list .item {
    text-align: center;
    margin: 0 2.5%;
    margin-bottom: 5%;
}

.wechat .list .item img {
    width: 100px;
    height: 100px;
}

.wechat .list .item .txt {
    margin-top: 20px;
}

.wechat .list .hide {
    display: none;
}


@media (max-width: 768px) {

    .new .list .item .top img,
    .new .list .item .top .time,
    .new .list .item .line,
    .new .list .item .bottom {
        display: none;
    }

    /* .new .list .item .top .text {
        padding-top: 5%;
    } */

    .wechat .list {
        justify-content: space-between;
        margin-top: 10%;
    }

    .wechat .list .item {
        width: 16%;
        margin: 0;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .wechat .list .item img {
        width: 100%;
        height: auto;
    }

    .wechat .list .item .txt {
        font-size: 8px;
        white-space: nowrap;
    }

    .representative .list .item {
        margin-bottom: 20px;
    }

    .representative .list .item .con {
        width: 150px;
    }

    .representative .list .item img {
        width: 30px;
    }

    .wechat .follow {
        display: none;
    }

    .wechat .list .hide {
        display: block;
    }

}