.banner {
    width: 100%;
    height: calc(200px + 20rem);
}

.banner img {
    width: 100%;
    height: 100%;
}

.comb_box {
    width: 100%;
    background-color: #EEEEEE;
}

.comb {
    max-width: 1400px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comb_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.5rem);
}

.comb_left div {
    width: calc(5px + 1rem);
}

.comb_left div img {
    width: 100%;
}

.comb_left p {
    font-family: HelveticaCE-Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #242424;
    opacity: 0.8;
}

.comb_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.comb_right p {
    width: calc(60px + 5rem);
    line-height: calc(20px + 2rem);
    text-align: center;
    font-family: PINGFANG;
    font-weight: 500;
    font-size: calc(8px + 0.5rem);
    color: #333333;

}

.comb_right .comb_active {
    background-color: #629282;
    color: #ffffff;
}
.comb_right a:nth-of-type(1) p{
    background-color: #629282;
    color: #ffffff;
}


.story_detail_box {
    width: 100%;
    background: #D2D2D230;

}

.stroy_title {
    padding-top: calc(30px + 5rem);
    padding-bottom: calc(20px + 3rem);
    background-color: #ffffff;
}

.story_detail {
    max-width: 1400px;
    width: 85%;
    margin: auto;
    padding-top: calc(10px + 4rem);
    padding-bottom: calc(15px + 5rem);
}

.story_detail_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.story_detail_top_pic {
    width: 51.0714%;
    height: calc(18px + 20rem);
}

.story_detail_top_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story_detail_top_intro {
    width: 44.5%;
}

.story_detail_top_intro p {
    font-family: PINGFANG;
    font-weight: 500;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    text-align: justify;
}


.story_detail_top_intro p:nth-of-type(2) {
    margin-top: calc(5px + 0.5rem);
}


.story_detail_bottom {
    margin-top: calc(5px + 3rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.story_detail_bottom_intro {
    width: 44.5%;
}

.story_detail_bottom_intro p {
    font-family: PINGFANG;
    font-weight: 500;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    text-align: justify;
}

.story_detail_bottom_intro p:nth-of-type(2) {
    margin-top: calc(5px + 0.5rem);
}


.story_detail_bottom_pic {
    width: 48.9285%;
    height: calc(18px + 20rem);
    display: flex;
    justify-content: space-between;
}

.story_detail_bottom_pic img {
    width: 48.7591%;
    height: 100%;
}

.factory_box {
    width: 100%;
    background-color: #ffffff;
    padding: calc(13px + 5rem) 0;
}

.factory {
    max-width: 1400px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.factory a{
    width: 48.8571%;
}

.factory p {
    font-family: PINGFANG;
    font-weight: 500;
    font-size: calc(6px + 1rem);
    color: #333333;
    text-align: center;
}

.factory .fact_pic{
    width: 100%;
    height: calc(80px + 15rem);
    margin-top: calc(8px + 1rem);
    overflow: hidden;
}

.factory .fact_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.factory .fact_pic img:hover{
    transform: scale(1.2);
}