.standard {
    padding: 113px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.standard .standard_lf {
    width: 44%;
}

.standard .title_eng,
.process .title_eng,
.team .title_eng,
.effect .title_eng {
    font-size: 36px;

    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
}

.standard .title_chinese,
.process .title_chinese,
.team .title_chinese,
.effect .title_chinese {
    font-size: 60px;

    color: #333333;
}

.standard .title_chinese span:nth-child(2),
.team .title_chinese span:nth-child(2),
.process .title_chinese span:nth-child(2),
.effect .title_chinese span:nth-child(2) {
    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;
}

/* 专家团队 开始 */
.team {
    padding-top: 120px;
}

.team .title_eng,
.team .title_chinese {
    text-align: center;
}

.team .team_swiper {
    margin-top: 50px;
}

.team .team_swiper .swiper-slide {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    display: grid;
    /* grid-template-columns: repeat(2,49%); */
    grid-template-columns: repeat(1, 100%);
    padding: 10px 10px 60px;
    box-sizing: border-box;
    grid-gap: 20px;
    height: auto;
}

.team .team_swiper .swiper-wrapper {
    flex-flow: nowrap row;
    align-items: stretch;
}

.team .team_swiper .swiper-slide .character {
    padding: 60px 60px 50px 40px;
    /* width: 41%; */
    /* height: 100%; */
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
}

.team .team_swiper .character .position {
    font-size: 20px;

    color: #B9956D;
}

.team .team_swiper .character .desc {
    font-size: 14px;

    color: #666666;
    text-align: justify;
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
}

.team .team_swiper .character .introduce {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* margin-top: 47px; */
}

.team .team_swiper .character .introduce .portrait {
    /* display: flex;
    align-items: center; */
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    margin-top: 20px;
    flex: 1;
    margin-top: 20px;
}

.team .team_swiper .character .introduce .portrait .img {
    width: auto;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    margin-right: 20px;
    height: fit-content;
}

.team .team_swiper .character .introduce .portrait .img img {
    width: 100%;
    border-radius: 50%;
    display: block;
}

.team .team_swiper .character .introduce .portrait .name {
    font-size: 24px;

    color: #222222;
    margin-bottom: 10px;
}

.team .team_swiper .character .introduce .portrait .prize p {
    font-size: 14px;

    color: #666666;
    line-height: 24px;
    /* max-width: max-content; */
}

.team .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background: #B9956D;
    border-radius: 3px;
}

/* 专家团队 结束 */
/* 企业身存状态  开始 */
.status {
    background: url(../images/standard_evaluation/bg.jpg) no-repeat;
    background-size: cover;
    padding: 140px 0;
    box-sizing: border-box;
    margin-top: 110px;
}

.status .title_eng {
    font-size: 36px;

    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.status .title_chinese {
    font-size: 60px;

    color: #FFFFFF;
    margin: 14px 0 63px;
    text-align: center;
}

.status .desc {
    font-size: 18px;

    color: #FFFFFF;
    width: 88%;
    margin: 0 auto;
    text-align: left;
    text-indent: 32px;
    line-height: 34px;
}

.status_bottom {
    padding: 77px 0;
    box-sizing: border-box;
    background-color: #F9F9F9;
}

.status_box {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    grid-gap: 20px 20px;
}

.status_box .one {
    border: 1px solid #E7E7E7;
    border-radius: 5px 0px 0px 0px;
    padding: 40px 50px;
    margin-bottom: 1.5%;
    transition: all .3s;
}

.status_box .one .img img {
    height: 33px;
}

.status_box .one .img .img1 {
    transition: all .3s;
}

.status_box .one .img .img2 {
    display: none;
    transition: all .3s;
}

.status_box .one p {
    font-size: 16px;

    color: #666666;
    margin-top: 24px;
}

.status_box .one:hover {
    background-color: #B9956D;
    transition: all .3s;
}

.status_box .one:hover .img1 {
    display: none;
    transition: all .3s;
}

.status_box .one:hover .img2 {
    display: block;
    transition: all .3s;
}

.status_box .one:hover p {
    color: #fff;
    transition: all .3s;
}

/* 企业身存状态  结束 */
/* 标准化管理作用  开始 */
.effect {
    margin-top: 119px;
}

.effect .title_chinese,
.effect .title_eng {
    text-align: center;
}

.effect .effect_box {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 32px 30px;
    margin-top: 75px;
}

.effect .effect_box .administration {
    background: #FFFFFF;
    box-shadow: 0px 0px 26px 5px rgba(100, 100, 100, 0.1);
    border-right: 5px solid #B9956E;
    border-radius: 0px 5px 5px 0px;
    padding: 61px 50px 26px 60px;
    transition: all .3s !important;
    margin-bottom: 3%;
}

.effect .effect_box .administration .top {
    display: flex;
    align-items: center;
}

.effect .effect_box .administration .top .iconfont {
    font-size: 70px;
    color: #B9956E;
    transition: all .3s;
}

.effect .effect_box .administration:nth-of-type(3) .top .icon {
    width: 70px;
}

.effect .effect_box .administration:nth-of-type(3) .top .icon .iconfont {
    font-size: 89px;
    margin-left: -9px;
}

.effect .effect_box .administration .top .line {
    width: 1px;
    height: 32px;
    background-color: #D8D8D8;
    margin: 0 19px;
    transition: all .3s;
}

.effect .effect_box .administration .name {
    font-size: 24px;

    /* font-weight: 500; */
    color: #B9956E;
    transition: all .3s;
}

.effect .effect_box .administration .desc {
    font-size: 19px;

    color: #333333;
    margin-top: 26px;
    transition: all .3s;
}

.effect .effect_box .administration .bottom {
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    transition: all .3s;
}

.effect .effect_box .administration .bottom .iconfont {
    font-size: 47px;
    color: rgba(255, 255, 255, .4);
}

.effect .effect_box .administration:hover {
    background-color: #B9956E;
    transition: all .3s;
}

.effect .effect_box .administration:hover .top .iconfont {
    color: #fff;
    transition: all .3s;
}

.effect .effect_box .administration:hover .top .line {
    background-color: #fff;
    transition: all .3s;
}

.effect .effect_box .administration:hover .name,
.effect .effect_box .administration:hover .desc {
    color: #fff;
    transition: all .3s;
}

.effect .effect_box .administration:hover .bottom {
    opacity: 1;
    transition: all .3s;
}

/* 标准化管理作用  结束 */
@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%;
    }

    .effect .effect_box .administration {
        padding: 51px 40px 16px 50px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
    .process .time_axis .ri_cont {
        width: 53.5%;
    }

    .process .time_axis .seize {
        width: 46%;
    }

    .effect .effect_box .administration .top .iconfont {
        font-size: 60px;
    }

    .effect .effect_box .administration .bottom .iconfont {
        font-size: 40px;
    }

    .effect .effect_box .administration:nth-of-type(3) .top .icon .iconfont {
        font-size: 79px;
    }

    .effect .effect_box .administration .desc {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .process .time_axis .ri_cont {
        width: 54%;
    }

    .process .time_axis .seize {
        width: 45.5%;
    }

    .team .team_swiper .swiper-slide .character {
        padding: 30px 30px 25px 20px;
    }

    .effect .effect_box .administration .top .iconfont {
        font-size: 50px;
    }

    .effect .effect_box .administration .bottom .iconfont {
        font-size: 30px;
    }

    .effect .effect_box .administration:nth-of-type(3) .top .icon .iconfont {
        font-size: 69px;
    }

    .effect .effect_box .administration .desc {
        font-size: 16px;
        margin-top: 10px;
    }

    .effect .effect_box .administration .name {
        font-size: 20px;
    }
}

@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 (max-width: 1024px) and (min-width: 360px) {
    .team .team_swiper .swiper-slide {
        align-items: unset;
    }

    .team .team_swiper .character .introduce {
        display: unset;
    }

    .team .team_swiper .character .introduce .comma {
        display: none;
    }

    .team .team_swiper .character .introduce .portrait {
        justify-content: space-around;
        margin-top: 25px;
    }

    /* .team .team_swiper .character .introduce .portrait .name {
        text-align: center;
    }  */
    .team .team_swiper .character .desc {
        height: 17%;
    }

    .team .team_swiper .character .introduce .portrait .prize p {
        font-size: 12px;
    }

    /* .team .team_swiper .character .introduce .portrait .img img {
        width: auto;
        display: block;
        margin: 0 auto;
    } */
    /* .team .team_swiper .character .introduce .portrait .img {
        width: 30%;
    } */
    .status_box {
        grid-template-columns: repeat(2, 48%);
        grid-gap: 15px 15px;
    }

    .effect .effect_box {
        grid-gap: 15px 15px;
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {

    .standard .title_eng,
    .process .title_eng,
    .certificate .title_eng {
        font-size: 20px;
    }

    .standard .title_chinese,
    .process .title_chinese,
    .certificate .title_chinese {
        font-size: 40px;
    }

    .time_axis {
        display: none;
    }

    .time_axis_ph {
        display: block;
    }

    .process {
        padding-top: 60px;
    }

    .standard {
        display: unset;
        padding: 0;
    }

    .standard .standard_lf {
        width: 100%;
        margin-top: 60px;
    }

    .standard .standard_rg {
        width: 100%;
        margin-bottom: 60px;
        margin-top: 30px;
    }

    .standard .desc {
        margin: 20px 0;
    }

    .team {
        padding-top: 60px;
    }

    .team .team_swiper .swiper-slide .character {
        padding: 30px 30px 25px 20px;
    }

    .status {
        margin-top: 60px;
        padding: 70px 0;
    }

    .status .title_chinese {
        margin: 14px 0 31px;
    }

    .effect {
        margin-top: 60px;
    }

    .effect .effect_box .administration {
        padding: 30px 25px 13px 30px;
    }

    .effect .effect_box .administration .top .iconfont {
        font-size: 50px;
    }

    .effect .effect_box .administration .bottom .iconfont {
        font-size: 30px;
    }

    .effect .effect_box .administration:nth-of-type(3) .top .icon .iconfont {
        font-size: 69px;
    }

    .effect .effect_box .administration .desc {
        font-size: 16px;
        margin-top: 10px;
    }

    .effect .effect_box .administration .name {
        font-size: 20px;
    }

    .status_bottom {
        padding: 35px 0;
    }
}

@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;
    }

    .effect {
        margin-top: 30px;
    }

    .standard {
        display: unset;
        padding: 0;
    }

    .standard .standard_lf {
        width: 100%;
        margin-top: 30px;
    }

    .standard .standard_rg {
        width: 100%;
        margin-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;
    }

    .team {
        padding-top: 30px;
    }

    .team .team_swiper .swiper-slide .character {
        padding: 15px 15px 14px 10px;
    }

    .team .team_swiper .character .position {
        font-size: 18px;
    }

    .team .team_swiper {
        margin-top: 25px;
    }

    .team .team_swiper .swiper-slide {
        grid-template-columns: repeat(1, 100%)
    }

    .status {
        margin-top: 30px;
        padding: 35px 0;
    }

    .status .title_chinese {
        margin: 14px 0 31px;
    }

    .status .desc {
        font-size: 14px;
        line-height: 28px;
    }

    .status_box .one p {
        font-size: 14px;
    }

    .status_bottom {
        padding: 20px 0;
    }

    .effect .effect_box {
        grid-gap: 15px 15px;
        margin-top: 35px;
    }

    .effect .effect_box .administration {
        padding: 30px 25px 13px 30px;
    }

    .effect .effect_box .administration .top {
        display: unset;
    }

    .effect .effect_box .administration .top .line {
        display: none;
    }

    .effect .effect_box .administration .top .icon {
        text-align: center;
    }

    .effect .effect_box .administration .name {
        text-align: center;
    }

    .effect .effect_box .administration .top .iconfont {
        font-size: 40px;
    }

    .effect .effect_box .administration .name {
        font-size: 20px;
        margin-top: 13px;
    }

    .effect .effect_box .administration .bottom .iconfont {
        font-size: 30px;
    }

    .effect .effect_box .administration:nth-of-type(3) .top .icon {
        margin: 0 auto;
    }

    .effect .effect_box .administration:nth-of-type(3) .top .icon .iconfont {
        font-size: 59px;
    }

    .effect .effect_box .administration .desc {
        font-size: 14px;
        margin-top: 13px;
    }

}

@media screen and (max-width: 414px) {
    .team .team_swiper .character .desc {
        height: 23%;
    }

    .status_box .one {
        padding: 20px 30px;
    }
}