/*战略合作----------------------------------------------------------------------

/*--------------------------------------------------
    [1. banner]
----------------------------------------------------*/
.cooperation-bg__section {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    height: 480px;
    display: none;
}

.banner_active {
    display: block;
}


.cooperation_top_title {
    max-width: 1574px;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-size: 35px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    letter-spacing: 7px;
    margin-top: 358px;
    color: #fff;
}
/*@media screen and (max-width: 1200px){
    .cooperation-bg__section {
        height: 390px;
    }
}
@media screen and (max-width: 768px){
    .cooperation-bg__section {
        height: 390px;
    }
}
@media (max-width: 540px){
    .cooperation-bg__section {
        background: url(../../statics/images/about/banner.png) no-repeat center;
        background-size: cover;
    }
}*/
/*--------------------------------------------------
    [2. tab]
----------------------------------------------------*/
.cooperation-tab__section {
    position: relative;
    background: #F1F1F1;
}

.cooperation-tab .clearfix {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 70px;
}

.cooperation-tab.fixed {
    position: fixed;
    z-index: 99;
    animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.cooperation-con {
    max-width: 1596px;
    margin: 0 auto;
}

    .cooperation-con ul {
        display: flex;
    }

    .cooperation-con li {
        padding: 0;
        font-size: 16px;
        position: relative;
        color: #000000;
        padding: 17px 0px;
        margin-right: 75px;
        cursor: pointer;
    }

        .cooperation-con li.active-tab {
            color: #343535;
        }

            .cooperation-con li.active-tab:after {
                content: ' ';
                height: 2px;
                width: 100%;
                background: #FF8E26;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0px;
            }

.cooperation__section {
    display: none;
}

.active-content {
    display: block;
}

@media (max-width: 1199px) {
    .cooperation-con li {
        margin: 0px 30px;
    }
}



/*战略合作-供应商合作----------------------------------------------------------------------
/*--------------------------------------------------
    [1. 合作理念]
----------------------------------------------------*/
.supplier-concept__grid {
    max-width: 1626px;
    margin: 0 auto;
    padding: 67px 0px 0px;
}

.supplier-concept__headline {
    padding: 0px 14px 56px;
}

    .supplier-concept__headline h2 {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px;
        color: #000000;
        text-align: center;
    }

.supplier-concept__item {
    padding: 0px 14px;
    float: left;
    width: 33.333333%;
}

    .supplier-concept__item a {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .supplier-concept__item img {
        transition: transform 1s cubic-bezier(.26,1.04,.54,1);
        opacity: 1;
    }

    .supplier-concept__item a:hover img {
        transform: scale(1.05) translateZ(0);
    }

    .supplier-concept__item a:hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
        opacity: 1;
    }

.supplier-concept__text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 0 14px;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    z-index: 4;
}

    .supplier-concept__text h3 {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 5px;
        color: #fff;
    }

    .supplier-concept__text p {
        font-size: 15px;
        line-height: 26px;
        text-align: center;
        color: #fff;
    }

.supplier-concept__item a:hover .supplier-concept__text {
    opacity: 1;
}

@media (max-width: 996px) {
    .supplier-concept__item {
        width: 50%;
        margin-bottom: 30px;
    }

    .supplier-concept__headline {
        padding: 0px 14px 30px;
    }
}

@media (max-width: 640px) {
    .supplier-concept__headline h2 {
        font-size: 24px;
    }

    .supplier-concept__item {
        width: 100%;
        padding: 0px 15px;
        margin-bottom: 15px;
    }

    .supplier-concept__text h3 {
        font-size: 24px;
    }
}


/*--------------------------------------------------
    [2. 合作要求]
----------------------------------------------------*/
.supplier-requires__grid {
    max-width: 1595px;
    margin: 0 auto;
    padding: 80px 0px 0px;
}

.supplier-requires__headline {
    padding: 0px 14px 65px;
}

    .supplier-requires__headline h2 {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px;
        color: #000000;
        text-align: center;
    }

.supplier-requires__row {
    display: flex;
    justify-content: space-between;
}

.supplier-requires__left {
    border-top: 1px solid #bfbfbf;
    padding: 47px 30px 0;
    max-width: 557px;
    width: 100%;
}

    .supplier-requires__left h3 {
        font-size: 34px;
        line-height: 45px;
        letter-spacing: 1px;
        color: #000000;
        padding-bottom: 15px;
    }

    .supplier-requires__left span {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 3px;
        color: #000000;
        display: block;
        max-width: 325px;
    }

.supplier-requires__cont {
    max-width: 912px;
    border-top: 1px solid #bfbfbf;
    padding: 47px 0 0;
}

.supplier-requires__text {
    width: 50%;
    min-height: 120px;
    float: left;
    margin-bottom: 49px;
    padding-right: 150px;
}

    .supplier-requires__text h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        padding-bottom: 4px;
    }

    .supplier-requires__text p {
        font-size: 15px;
        line-height: 24px;
        color: #000000;
    }

@media (max-width: 996px) {
    .supplier-requires__headline {
        padding: 0px 14px 30px;
    }

    .supplier-requires__grid {
        padding: 80px 15px 0px;
    }

    .supplier-requires__row {
        flex-direction: column;
    }

    .supplier-requires__left {
        padding: 47px 0px;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .supplier-requires__headline h2 {
        font-size: 24px;
    }

    .supplier-requires__left {
        padding: 20px 0px;
        max-width: 100%;
    }

        .supplier-requires__left h3 {
            font-size: 24px;
            line-height: normal;
        }

    .supplier-requires__cont {
        padding: 20px 0px;
    }

    .supplier-requires__text {
        min-height: auto;
        margin-bottom: 20px;
        padding: 0px 5px;
    }

        .supplier-requires__text h3 {
            font-size: 16px;
        }

        .supplier-requires__text p {
            font-size: 12px;
            line-height: normal;
        }
}


/*--------------------------------------------------
    [3. 合作目标]
----------------------------------------------------*/
.supplier-target__grid {
    background: #F3F4F4;
    padding: 79px 0px 52px;
}

.supplier-target__headline {
    padding: 0px 14px 77px;
    max-width: 1595px;
    margin: 0 auto;
}

    .supplier-target__headline h2 {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px;
        color: #000000;
        text-align: center;
    }

.supplier-target__row {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ADADAD;
    padding: 56px 0;
    max-width: 1595px;
    margin: 0 auto 54px;
}

    .supplier-target__row h3 {
        font-weight: 400;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1px;
        color: #000000;
        padding: 0 74px;
    }

    .supplier-target__row p {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 3px;
        color: #000000;
        padding: 0 74px;
        max-width: 490px;
        width: 100%;
    }

    .supplier-target__row img {
        margin: 0 74px;
        width: 437px;
        height: 170px;
        border-radius: 93.5px
    }

@media (max-width: 1023px) {
    .supplier-target__row {
        padding: 56px 15px;
        flex-direction: column;
    }

        .supplier-target__row h3 {
            padding: 0 0 30px;
        }

        .supplier-target__row p {
            padding: 0 0 30px 0;
        }

        .supplier-target__row img {
            padding: 0;
        }
}

@media (max-width: 996px) {
    .supplier-target__headline {
        padding: 0px 14px 30px;
    }
}

@media (max-width: 640px) {
    .supplier-target__headline h2 {
        font-size: 24px;
    }

    .supplier-target__grid {
        padding: 79px 15px 52px;
    }
/*
    .supplier-target__row {
        align-items: flex-start;
    }*/

        .supplier-target__row h3 {
            font-size: 24px;
        }
}


/*--------------------------------------------------
    [4. 厂家加盟]
----------------------------------------------------*/
.supplier-manufacturers__grid {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    padding: 122px 0 140px 0;
    max-width: 1636px;
}

.supplier-manufacturers-form {
    overflow: hidden;
    margin-bottom: 27px;
}

.supplier-manufacturers-form-left {
    float: left;
}

    .supplier-manufacturers-form-left input {
        font-size: 15px;
        line-height: 20px;
        background: #F3F4F4;
        border: none;
        width: 620px;
        border-radius: 0;
        height: auto;
        padding: 14px 18px;
        margin-bottom: 20px;
        box-shadow: none;
    }

        .supplier-manufacturers-form-left input:focus {
            border: 0;
            box-shadow: none;
        }

.supplier-manufacturers-form-line {
    overflow: hidden;
    margin-bottom: 20px;
}

    .supplier-manufacturers-form-line input {
        font-size: 15px;
        line-height: 20px;
        background: #F3F4F4;
        border: none;
        float: left;
        border-radius: 0;
        height: auto;
        width: 295px;
        padding: 14px 18px;
        margin-right: 30px;
        margin-bottom: 0;
        box-shadow: none;
    }

        .supplier-manufacturers-form-line input:focus {
            border: 0;
            box-shadow: none;
        }
/*.supplier-manufacturers__left {
    padding: 0px 39px;
    max-width: 585px;
}*/
/*.supplier-manufacturers__right {
    width: 100%;
    max-width: 651px;
    padding: 0px 39px;
}*/
.supplier-manufacturers__grid h2 {
    font-weight: normal;
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 2px;
    color: #000000;
    padding-bottom: 50px;
}

/*.supplier-manufacturers__grid div {
    display: flex;
}*/





.supplier-manufacturers-form-left textarea {
    font-size: 15px;
    line-height: 20px;
    height: 188px;
    background: #F3F4F4;
    border: none;
    border-radius: 0;
    padding: 14px 18px;
    resize: none;
    width: 620px;
    margin-bottom: 20px;
    box-shadow: none;
}

    .supplier-manufacturers-form-left textarea:focus {
        border: 0;
        box-shadow: none;
    }

.supplier-manufacturers__grid input::-webkit-input-placeholder,
.supplier-manufacturers__grid textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #272727;
    opacity: 0.6;
}

.supplier-manufacturers__grid input::-moz-placeholder,
.supplier-manufacturers__grid textarea::-moz-placeholder {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #272727;
    opacity: 0.6;
}

.supplier-manufacturers input:-ms-input-placeholder,
.supplier-manufacturers textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #272727;
    opacity: 0.6;
}

.supplier-manufacturers__btn {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 10px;
    color: #fff;
    padding: 8px 28px;
    border: none;
    text-indent: 10px;
    background: #000000;
}

@media (max-width: 996px) {
    .supplier-manufacturers__grid {
        flex-direction: column;
        padding: 40px 10px 40px 10px;
    }
        /*.supplier-manufacturers__left {
        padding: 0px;
    }
    .supplier-manufacturers__left img {
        width: 100%;
    }
    .supplier-manufacturers__right {
        max-width: 100%;
        padding: 60px 15px 0px;
    }*/
        .supplier-manufacturers__grid h2 {
            font-size: 24px;
            padding-bottom: 30px;
        }

        .supplier-manufacturers__grid input {
            max-width: 100%;
            font-size: 20px;
            padding: 15px;
            margin-bottom: 15px;
        }
}

@media (max-width: 996px) {
    .supplier-manufacturers__grid div {
        flex-direction: column;
    }

        .supplier-manufacturers__grid div input:nth-of-type(2) {
            margin-left: 0px;
        }
}

/*战略合作-经销商合作----------------------------------------------------------------------
/*--------------------------------------------------
    [1. 加盟优势]
----------------------------------------------------*/
.dealers-advantage__grid {
    max-width: 1596px;
    margin: 0 auto;
    padding: 68px 0px 0px;
    border-bottom: 1px solid #bfbfbf;
}

.dealers-advantage__headline {
    padding: 0px 14px 60px;
}

    .dealers-advantage__headline h2 {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px;
        color: #000000;
        text-align: center;
    }

.dealers-advantage__row {
    border-top: 1px solid #bfbfbf;
}

.dealers-advantage__row--1 .dealers-advantage__item {
    width: 33.333333%;
}

.dealers-advantage__row--2 .dealers-advantage__item {
    width: 50%;
}

.dealers-advantage__item {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 98px 95px;
    text-align: center;
    float: left;
}

.dealers-advantage__row .dealers-advantage__item:not(:last-child) {
    border-right: 1px solid #bfbfbf;
}

.dealers-advantage__text h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    text-align: center;
    color: #000000;
    padding: 20px 0 10px;
}

.dealers-advantage__text h4 {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    padding-bottom: 24px;
}

.dealers-advantage__text p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    opacity: 0.7;
}

.dealers-advantage__row--1 .dealers-advantage__text p {
    height: 120px;
}

.dealers-advantage__row--2 .dealers-advantage__text p {
    height: 72px;
}

@media (max-width: 1199px) {
    .dealers-advantage__item {
        padding: 30px;
    }
}

@media (max-width: 1023px) {
    .dealers-advantage__row--1 .dealers-advantage__text p {
        height: auto;
    }
}

@media (max-width: 996px) {
    .dealers-advantage__headline {
        padding: 0px 14px 30px;
    }
    .dealers-advantage__item {
        padding: 20px;
    }
    .dealers-advantage__text h4 {
        font-size: 16px;
    }
    .dealers-advantage__row--1 .dealers-advantage__text p {
        font-size: 12px;
    }
    .dealers-advantage__row--2 .dealers-advantage__text p {
        font-size:12px;
    }
    .dealers-advantage__row--1 .dealers-advantage__item {
        height:380px;
    }
}

@media (max-width: 768px) {
    .dealers-advantage__headline h2 {
        font-size: 24px;
    }

    .dealers-advantage__row {
        border-top: none;
    }

    .dealers-advantage__row--1 .dealers-advantage__item,
    .dealers-advantage__row--2 .dealers-advantage__item {
        width: 100%;
        height:auto;
    }

    .dealers-advantage__row .dealers-advantage__item:not(:last-child) {
        border-right: none;
    }

    .dealers-advantage__text h3 {
        font-size: 20px;
    }

    .dealers-advantage__text h4 {
        font-size: 16px;
    }

    .dealers-advantage__row--2 .dealers-advantage__text p {
        height: auto;
    }

    .dealers-advantage__grid {
        border-bottom: none;
    }
}

/*--------------------------------------------------
    [2. 加盟流程]
----------------------------------------------------*/
.dealers-process__grid {
    max-width: 1596px;
    margin: 97px auto 0;
    padding: 66px 0px 92px;
    background: url(../../statics/images/cooperation/franchise-process.jpg) no-repeat center bottom;
    background-size: cover;
    height: 427px;
}

.dealers-process__headline h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 64px;
}

.dealers-process__row {
    display: flex;
    justify-content: center;
}

.chart {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin: 0px 40px;
}

    .chart h3 {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 2px;
        color: #FFFFFF;
        padding: 30px 0 0;
    }

    .chart figcaption {
        padding: 20px 30px;
        width: 106px;
        height: 106px;
        border-radius: 100px;
        line-height: 60px;
    }

    .chart svg {
        position: absolute;
        top: 0;
        left: 0;
    }

.outer {
    fill: transparent;
    stroke: #fff;
    stroke-width: 5;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1.5s;
    animation-play-state: running;
    transform: rotate(-89deg) translateX(-190px);
}

.chart:hover .outer {
    stroke-dashoffset: 534 !important;
    animation-play-state: paused;
}

.hideOuter {
    stroke-dashoffset: 534 !important;
    animation-play-state: paused;
}
/* END Circle colors and graphic positions */


/* Set the initial values for the animation */
.chart[data-percent='100'] .outer {
    stroke-dashoffset: 0;
    -webkit-animation: show100 2s;
    animation: show100 2s;
}

.chart[data-percent='75'] .outer {
    stroke-dashoffset: 133;
    -webkit-animation: show75 2s;
    animation: show75 2s;
}

.chart[data-percent='50'] .outer {
    stroke-dashoffset: 307;
    -webkit-animation: show50 2s;
    animation: show50 2s;
}

.chart[data-percent='25'] .outer {
    stroke-dashoffset: 401;
    -webkit-animation: show25 2s;
    animation: show25 2s;
}
/* END set initial animation values */

/* Keyframes for the initial animation */
@-webkit-keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 134;
    }
}

@keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 134;
    }
}

@-webkit-keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 267;
    }
}

@keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 267;
    }
}

@-webkit-keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 401;
    }
}

@keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 401;
    }
}
/* END Keyframes for the initial animation */
@media (max-width: 996px) {
    .dealers-process__headline {
        padding: 0px 14px 30px;
    }
    .chart {
        font-size:30px;
    }
        .chart h3 {
            font-size:18px;
            padding:20px 0 0;
        }

}

@media (max-width: 768px) {
    .dealers-process__headline h2 {
        font-size: 24px;
        padding-bottom: 0;
    }
    .dealers-process__grid {
        height:auto;
    }
   
    .dealers-process__row {
    display:block;
    }
}



/*--------------------------------------------------
    [3. 加盟咨询]
----------------------------------------------------*/
.dealers-consult__grid {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 1596px;
    margin: 0 auto;
    padding: 123px 0 136px 0;
}

    /*.dealers-consult__left {
    padding: 0px 39px;
    max-width: 546px;
}
.dealers-consult__right {
    width: 100%;
    max-width: 612px;
    padding: 0px 39px;
}*/
    .dealers-consult__grid h2 {
        font-weight: normal;
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px;
        color: #000000;
        padding-bottom: 40px;
    }

    /*.dealers-consult__right div {
    display: flex;
}*/

    .dealers-consult__grid .form-control {
        font-size: 15px;
        line-height: 20px;
        background: #F2F2F2;
        border: none;
        border-radius: 0;
        height: auto;
        padding: 14px 18px;
        margin-right: 30px;
        width: 295px;
        float: left;
        box-shadow: none;
        color: #6F6F6F;
        cursor: pointer;
    }

        .dealers-consult__grid .form-control:hover {
            background: #000;
            color: #fff;
        }

    .dealers-consult__grid .form-control2 {
        font-size: 15px;
        line-height: 20px;
        background: #F2F2F2;
        border: none;
        border-radius: 0;
        height: auto;
        padding: 14px 18px;
        margin-right: 30px;
        width: 620px;
        float: left;
        box-shadow: none;
        color: #6F6F6F;
        cursor: pointer;
    }

        .dealers-consult__grid .form-control2:hover {
            background: #000;
            color: #fff;
        }

    .dealers-consult__grid input::-webkit-input-placeholder,
    .supplier-manufacturers__right input::-moz-placeholder,
    .supplier-manufacturers__right input:-ms-input-placeholder {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #272727;
        opacity: 0.6;
    }

@media (max-width: 1199px) {
    .dealers-consult__left,
    .dealers-consult__right {
        padding: 0px 15px;
    }
    .chart {
        margin: 0px 20px;
    }
    .dealers-consult__grid {
        padding: 40px 10px
    }
        .dealers-consult__grid .form-control {
            margin-bottom:10px;
        }
}

@media (max-width: 996px) {
    .dealers-consult__grid {
        flex-direction: column;
    }

    .dealers-consult__left {
        max-width: 100%;
        padding-bottom: 30px;
    }

    .dealers-consult__right {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .banner_active {
       background-size:100% !important;
       height:100px;
    }
    .dealers-consult__right div {
        flex-direction: column;
    }

        .dealers-consult__right div input:nth-of-type(2) {
            margin-left: 0;
        }
    .supplier-manufacturers-form-line {
        margin-bottom:0
    }
    .supplier-manufacturers__grid input {
        font-size: 15px;
        width: 100%;
        margin-right: 0;
        padding: 10px;
    }
    .dealers-consult__grid {
        display:block;
    }
        .dealers-consult__grid .form-control {
            float:none;
            width:100%
        }
        .dealers-consult__grid .form-control2 {
            width: 100%;
            float: none;
        }
    .chart {
        margin: 0px 40px;
    }

        .chart h3 {
            padding: 10px 0 15px 0;
        }
}
