.standard {
    padding: 113px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.standard .standard_lf {
    width: 43%;
}

.standard .title_eng,
.process .title_eng,
.case .title_eng {
    font-size: 36px;

    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
}

.standard .title_chinese,
.process .title_chinese,
.case .title_chinese {
    font-size: 60px;

    color: #333333;
}

.standard .title_chinese span:nth-child(2),
.process .title_chinese span:nth-child(1),
.case .title_chinese span:nth-child(1) {
    color: #B9956D;
}

.standard .desc {
    font-size: 18px;

    font-weight: 400;
    color: #333333;
    margin: 41px 0;
    line-height: 34px;
}

.standard ul {
    padding-left: 20px;
}

.standard ul li {
    font-size: 18px;

    /* font-weight: 500; */
    color: #666666;
    line-height: 47px;
}

.standard ul li::marker {
    color: #B9956D;
    text-indent: 10px !important;
}

.standard .standard_rg {
    width: 53%;
}

.standard .standard_rg img {
    width: 100%;
    display: block;
}

.process {
    background: url(../images/product/2.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 108px;
}

.process .title_chinese,
.process .title_eng {
    text-align: center;
}

.process .tab {
    margin: 46px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process .tab .unified {
    width: 115px;
    height: 33px;
    border: 1px solid #B9956D;
    border-radius: 5px;
    font-size: 16px;

    color: #B9956D;
    line-height: 33px;
    text-align: center;
}

.process .tab .unified:nth-child(1) {
    margin-right: 18px;
}

.process .tab .unified.active {
    background: #B9956D;
    color: #FFFFFF;
}

.process .tab .unified:hover {
    cursor: pointer;
}

.process #customized {
    display: none;
}

.process .time_axis {
    margin-top: 47px;
    padding-bottom: 127px;
    position: relative;
}

.process .time_axis::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    background: #E8E8E8;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.process .time_axis .first {
    padding-top: 84px;
    display: flex;
}

.process .time_axis .two {
    padding-top: 116px;
}

.process .time_axis .desc {
    width: 37%;
    font-size: 16px;

    font-weight: 400;
    color: #666666;
    line-height: 32px;
    text-align: justify;
}

.process .time_axis .line {
    width: 12%;
    height: 1px;
    background-color: #CECECE;
}

.process .time_axis .iconfont {
    font-size: 23px;
    margin-right: 17px;
}

.process .time_axis .label {
    width: 200px;
    height: 54px;
    display: flex;
    align-items: center;
    padding-left: 21px;
    background: #B9956D;
    font-size: 20px;

    font-weight: 400;
    color: #333;
    line-height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(185, 149, 109, 0.33);
}

.process .time_axis .label img {
    width: 23px;
    margin-right: 16px;
}

.process .time_axis .label .svg2 {
    display: none;
}

.process .time_axis .active .label .svg1 {
    display: none;
}

.process .time_axis .active .label .svg2 {
    display: block;
}

.process .time_axis .first .arrow,
.process .time_axis .right .arrow {
    background: url(../images/product/6.png) no-repeat center center;
    background-size: inherit;
    font-size: 29px;

    /* font-weight: 500; */
    color: #B9956D;
    padding: 18px 26px 26px 58px;
    position: static;
    z-index: 1;
    margin-left: 15px;

}

.process .time_axis .seize {
    width: 46.5%;
}

.process .time_axis .right {
    display: flex;
    margin-top: 116px;
}

.process .time_axis .ri_cont {
    width: 53%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.process .time_axis .right .arrow {
    background: url(../images/product/7.png) no-repeat;
    margin-right: 15px;
    margin-left: 0;
    padding: 22px 51px 22px 33px;
}

.process .time_axis .active .label {
    background-color: #B9956D;
    color: #fff;
}

.process .time_axis .right.active .arrow {
    background: url(../images/product/7_active.png) no-repeat;
    color: #fff;
}

.process .time_axis .first.active .arrow {
    background: url(../images/product/6_active.png) no-repeat;
    color: #fff;
    padding: 22px 26px 22px 62px;
}

.process .time_axis .active .line {
    background-color: #B9956D;
}

.time_axis_ph {
    display: none;
    margin-top: 20px;
    padding-bottom: 60px;
}

.time_axis_box {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.time_axis_box .one {
    background-color: #B9956D;
    padding: 30px 10px;
    box-sizing: border-box;
}

.time_axis_box .arrow {
    font-size: 50px;

    /* font-weight: 500; */
    color: #FFFFFF;
    text-align: center;
}

.time_axis_box .title_ph {
    font-size: 18px;

    color: #FFFFFF;
    text-align: center;
}

.time_axis_box .desc {
    font-size: 14px;

    color: #fff;
    text-align: center;
    margin-top: 10px;
    text-align: justify;
    line-height: 28px;
}

.case {
    padding-top: 114px;
}

.case .title_chinese,
.case .title_eng {
    text-align: center;
}

.case .slide {
    margin-top: 37px;
}

.case .slide .swiper-wrapper {
    padding-bottom: 107px;
}

.case .slide .swiper-wrapper .img img {
    width: 100%;
    display: block;
}

.case .slide .swiper-wrapper a {
    text-decoration: none;
}

.case .slide .swiper-wrapper .desc {
    font-size: 18px;

    color: #333333;
    margin-top: 32px;
    text-align: center;
}

.case .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background: #B9956D;
    border-radius: 3px;
}

@media screen and (max-width: 1680px) {
    .process .time_axis .right {
        margin-top: 80px;
    }

    .process .time_axis .first {
        margin-top: 44px;
    }

    .process .time_axis .ri_cont {
        width: 53.5%;
    }

    .process .time_axis .seize {
        width: 46%;
    }

}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
    .process .time_axis .ri_cont {
        width: 53.5%;
    }

    .process .time_axis .seize {
        width: 46%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .process .time_axis .ri_cont {
        width: 54%;
    }

    .process .time_axis .seize {
        width: 45.5%;
    }
}

@media screen and (max-width: 1300px) {
    .container {
        width: 93%;
    }

    .process .time_axis .label {
        font-size: 18px;
        padding-left: 15px;
        width: 158px;
    }

    .process .time_axis .desc {
        font-size: 14px;
        line-height: 24px;
    }

    .process .time_axis .line {
        width: 6%;
    }

    .process .time_axis .ri_cont {
        width: 54%;
    }

    .process .time_axis>div:nth-child(2n) .seize {
        width: 45.5%;
    }
}

@media screen and (max-width: 1200px) {
    .standard {
        align-items: flex-end;
    }

    .standard .standard_lf {
        width: 57%;
    }

    .standard .standard_rg {
        width: 43%;
    }

    .standard .title_chinese,
    .process .title_chinese {
        font-size: 50px;
    }

    .standard .title_eng,
    .process .title_eng {
        font-size: 30px;
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {

    .standard .title_eng,
    .process .title_eng {
        font-size: 20px;
    }

    .standard .title_chinese,
    .process .title_chinese {
        font-size: 40px;
    }

    .standard {
        display: unset;
        padding: 0;
    }

    .standard .standard_lf {
        width: 100%;
        padding-top: 60px;
    }

    .standard .standard_rg {
        width: 100%;
        padding-bottom: 60px;
        margin-top: 30px;
    }

    .standard .desc {
        margin: 20px 0;
    }

    .process {
        padding-top: 60px;
    }

    .time_axis {
        display: none;
    }

    .time_axis_ph {
        display: block;
    }

    .case {
        padding-top: 60px;
    }

    .case .slide .swiper-wrapper .desc {
        font-size: 17px;
    }

    .case .slide .swiper-wrapper {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .time_axis {
        display: none;
    }

    .time_axis_box .arrow {
        font-size: 35px;
    }

    .time_axis_ph {
        display: block;
    }

    .process {
        padding-top: 30px;
    }

    .standard {
        display: unset;
        padding: 0;
    }

    .standard .standard_lf {
        width: 100%;
        padding-top: 30px;
    }

    .standard .standard_rg {
        width: 100%;
        padding-bottom: 30px;
        margin-top: 15px;
    }

    .standard .desc {
        margin: 20px 0 10px;
        font-size: 14px;
        line-height: 28px;
    }

    .time_axis_ph {
        padding-bottom: 30px;
    }

    .standard ul li {
        font-size: 14px;
        line-height: 31px;
    }

    .process .tab {
        margin: 23px auto 0;
    }

    .case {
        padding-top: 30px;
    }

    .case .slide .swiper-wrapper .desc {
        font-size: 14px;
    }

    .case .slide .swiper-wrapper {
        padding-bottom: 30px;
    }

    .case .slide {
        margin-top: 18px;
    }

    .case .slide .swiper-wrapper .desc {
        margin-top: 16px;
    }
}