@charset "utf-8";

.company {
    background-color: #fff;
    color: var(--fc2261b7);
}

.company_note P {
    color: var(--fc2261b7);
    font-size: 20px;
}

.growth {
    background-color: var(--boxbg);
    padding: 100px 0;
}

.growth_tle {
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.growth_p {
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.growth_item {
    width: 50%;
    padding-right: 70px;
    margin-bottom: 50px;
}

.growth_itembox {
    padding: 40px;
    background-color: #fff;
    border-radius: 4px;
}

.growth_itembox_h {
    font-weight: 700;
    transition: all .7s;
}

.growth_itembox:hover .growth_itembox_h {
    transform: translateX(4px);
}

.growth_ctitem:nth-child(even) .growth_itembox:hover .growth_itembox_h {
    transform: translateX(-4px);
}

.growth_itembox_p {
    margin-top: 5px;
}

.growth_itembox_dw {
    position: absolute;
    top: 15px;
    right: 0;
    border-top: 10px solid transparent;
    /* 左边的边，透明 */
    border-left: 17px solid #fff;
    /* 右边的边，透明 */
    border-bottom: 10px solid transparent;
    transform: translateX(100%);
}

.growth_item_dw {
    position: absolute;
    right: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-radius: 100%;
    background-color: var(--boxbg);
    transform: translateX(50%);
}

.growth_cts {
    padding-top: 50px;
}

.growth_ctitem:nth-child(odd) {
    justify-content: flex-end;
}

.growth_ctitem:nth-child(odd) .growth_item {
    padding: 0;
    padding-left: 70px;

}

.growth_ctitem:nth-child(odd) .growth_itembox_dw {
    left: 0;
    border-top: 10px solid transparent;
    border-right: 17px solid #fff;
    border-bottom: 10px solid transparent;
    transform: translateX(-100%);
    border-left: 0;
}

.growth_ctitem:nth-child(odd) .growth_item_dw {
    left: 0;
    transform: translateX(-50%);
}

.growth_ctitem:nth-child(even) {
    text-align: right;
}

.growth_ct {
    position: relative;
}

.growth_ct_dw {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 4px;
    background-color: #fff;
    transform: translateX(-50%);
}

.growth_ct_dwt {
    position: absolute;
    left: 50%;
    top: 0;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 100%;
    transform: translateX(-50%);
}

.growth_ct_dwb {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 100%;
    transform: translateX(-50%);
}

/*  factory*/
.factory {
    height: calc(100vh - 110px);
}

.factory_tle {
    text-align: center;
    font-weight: 700;
}

.factory_note {
    margin: 30px auto;
    width: 80%;
    text-align: center;
}

.factory_btn {
    position: relative;
}

.factory_btn .factory_a {
    position: relative;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    background-color: var(--bgf5);
    color: var(--fc2261b7);
    font-size: 14px;
    z-index: 5;
    transition: all .4s;
}

.factory_btn .factory_a:hover {
    background-color: var(--boxbg);
    color: #fff;
}

.factory_btn .factory_a.on {
    background-color: var(--boxbg);
    color: #fff;
}

.factory_btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #d4d4d4;
    transform: translateY(-50%);
}

.factory_lb {
    margin: 30px 0;
}

.factoryl_img {
    overflow: hidden;
}

.factoryl_img img {
    width: 100%;
    transition: all .4s;
}

.factoryl_slidebox:hover img {
    transform: scale(1.1);
}

.factoryl_txt {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    text-align: center;
    background-color: var(--bgf5);
}

.factory_lb {
    overflow: hidden;
}

.factoryw_slide {
    background-color: #fff;
    height: auto;
    overflow: hidden;
}

.factoryw_slide>a {
    display: block;
}

/* cooperative */
.cooperative {
    height: calc(100vh - 110px);
    background-color: var(--boxbg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cooperative {
    color: #fff;
}

.cooperative_ct {
    overflow: hidden;
}

.cooperative_img {
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    padding: 12px;
}

.cooperative_img img {
    width: 100%;
    transition: all .4s;
}

.cooperative_img:hover img {
    transform: scale(1.1);
}

.cooperative_slide {
    height: auto;
}

.cooperative .swiper-pagination-bullet-active {
    background-color: #fff;
}

.cooperative .swiper-pagination-bullet {
    border-color: #fff;
}

.cooperative .factory_note {
    margin-bottom: 0;
}
/* ----- */
.company,
.cooperative,
.factory{
    height: auto;
    padding: 100px 0;
}
.company {
    background-position: left bottom 29%
}
@media (max-width: 992px) {
    .growth {
        padding: 90px 0;
    }

    .growth_p {
        margin-top: 25px;
    }

    .factory,
    .cooperative {
        height: calc(100vh - 90px);
    }

    .factoryl_txt {
        font-size: 14px;
    }
    .company,
.cooperative,
.factory{
    height: auto;
    padding: 80px 0;
}
.company {
    background-position: left bottom 43%
}
.growth_cts{
    padding-top: 40px;
}
.growth_item{
    margin-bottom: 40px;
}
.company_note P{
    font-size:16px ;
}
}

@media (max-width: 768px) {
    .product_title {
        text-align: left;
    }

    .growth {
        padding: 50px 0;
    }

    .growth_p {
        width: 100%;
        margin-top: 20px;
    }

    .growth_cts {
        padding-top: 35px;
    }

    .growth_item {
        width: 100%;
    }

    .growth_ctitem:nth-child(odd) .growth_item {
        padding-left: 15px;
    }

    .growth_item_dw {
        width: 6px;
        height: 6px;
        border: 2px solid #fff;
    }

    .growth_ct_dw {
        left: 0;
        width: 2px;
    }

    .growth_ct_dwt {
        left: 0;
        width: 6px;
        height: 6px;
    }

    .growth_itembox_dw {
        top: 4px;
    }

    .growth_ctitem:nth-child(odd) .growth_itembox_dw {
        border-top: 5px solid transparent;
        border-right: 12px solid #fff;
        border-bottom: 5px solid transparent;
    }

    .growth_item {
        margin-bottom: 35px;
        padding-right: 0;
        padding-left: 15px;
    }

    .growth_itembox_dw {
        border-top: 5px solid transparent;
        border-left: 0;
        border-right: 12px solid #fff;
        border-bottom: 5px solid transparent;
        right: auto;
        left: 0;
        transform: translateX(-100%);
    }
    .growth_item_dw{
        right: auto;
        left: 0;
        transform: translateX(-50%);
    }
    .growth_ctitem:nth-child(even){
        text-align: left;
    }
    .growth_itembox{
        padding: 30px 8%;
    }
    .growth_itembox_p{
        font-size: 12px;
    }
    .growth_ct_dwb{
        left: 0;
        width: 6px;
        height: 6px;
    }
    .factory_note{
        margin: 20px 0;
        width: 100%;
    }
    .factory_btn::after{
        display: none;
    }
    .factory_btn{
        flex-wrap: wrap;
    }
    .factory_btn .factory_a{
        margin-top: 10px;
    }
    .factory_btn .factory_a{
        width: 48%;
        margin: 0;
        margin-right: 2%;
        margin-top: 10px;
    }
    .factory_btn .factory_a:nth-child(2n){
        margin-right: 0;
    }
    .factory, .cooperative{
        height: auto;
        padding: 50px 0;
    }
}