a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a:focus {
    color: unset
}

.history_banner img,
.year_img_box img {
    width: 100%;
}

.location {
    height: 44px;
}

h1 {
    margin: 0;
}

.history_new_title {
    font-size: 32px;
    font-weight: 400;
    color: #111111;
    text-align: center;
    margin-bottom: 2.5%;

}

.history_contents_box {
    width: 100%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/about/history/overview/img/bg_year.jpg);
    background-position-x: center;
    height: 380px;
}

.history_contents_box1 {
    padding: 4% 3% 3% 3%;
    position: relative;
}

.history_china_link {
    font-size: 21px;
    font-weight: 400;
    color: #CC0000;
    position: absolute;
    right: 3%;
    top: 30px;
    border: 2px solid #BA3D40;
    width: 263px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.history_flag {
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 2.5%;
}

.history_flag_01 {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    margin-right: 5%;
}

.history_flag_01:last-child {
    margin-right: 0%;
}

.history_flag_01::before {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #B93D3F;
    content: '';
    top: 50%;
    margin-top: -8px;
    left: -24px;
}

.history_flag_bg::before {
    background: #999999;
}

.history_year {
    justify-content: center;
    -webkit-justify-content: center;
    width: 67%;
    margin: 0 auto;
    flex-direction: row-reverse;
    margin-top: 6%;
}

.history_china_year {
    margin-top: 8%;
}

.history_year_01 {
    width: calc(20% - 29px);
    margin-right: 24px;
    pointer-events: none;
    position: relative;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.15);
}

.history_year_01:last-child {
    width: 25px;
    margin-left: 0;
    margin-right: 0;
}

.history_year_01::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #CC0000;
    opacity: 0.25;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -24px;
    pointer-events: auto;
    cursor: pointer;
}

.history_year_01 p {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    position: absolute;
    width: 120px;
    top: -50px;
    right: -72px;
    cursor: pointer;
    pointer-events: auto;
}

.history_year_01:last-child p {
    right: -27px;
}

.history_year_deatil_last::before {
    right: 25px;
}

.year_active::after {
    content: '';
    width: 16px;
    height: 16px;
    background: #B93D3F;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -20px;
}

.history_year_01:last-child.year_active::after {
    right: 29px;
}

.year_active p {
    font-weight: bold;
}

.history_contents_box {}

.history_contents_box01 {
    width: 78%;
    margin-right: 2%;
}

.history_contents_box02 {
    width: 20%;
    max-height: 500px;
}

.history_contents_deatils h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.history_contents_deatils {
    display: none;
}

.history_contents_deatils01 {
    margin-bottom: 5%;

}

.history_contents_deatils01:last-child {
    margin-bottom: 0;

}

.history_contents_deatils.active {
    display: block;
}

.history_contents_deatils01>ul {
    list-style: none;
    margin-top: 20px;
}

.history_contents_deatils01>ul>li {
    list-style: none;
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.history_contents_deatils01>ul>li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B93D3F;
    left: 10px;
    top: 6px;
}

.product_history::before {
    background: #999999 !important;
}

.year_img_box {
    margin: 10px 0 35px 30px;
    width: 100%;
}

.year_img_box img {
    max-width: 320px;
}

.year_img_box p {
    text-align: center;
    margin-top: 5px;
}

.year_img_box>div {
    width: 20%;
    margin-right: 2%;
}

.year_img_box>div:last-child {
    margin-right: 0;
}

.year_box_right_fa {
    max-width: 100px;
    position: relative;
    padding-top: 60px;
    height: auto;
    padding-bottom: 60px;
    overflow: hidden;
}

.year_box_right {
    overflow: hidden;
    max-height: 380px;
    transition: 0.5s;
}

.year_box_right_active {
    max-height: 155px;

}


.year_menu_prev,
.year_menu_next {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    margin-left: -18px;
}

.year_menu_prev {
    top: 10px;
}

.year_menu_next {
    bottom: 10px;
    transform: rotate(180deg);
}

.year_box_right p {
    font-size: 23px;
    font-weight: bold;
    color: #DDDDDD;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
}

.year_box_right p:last-child {
    margin-bottom: 0;
}

.year_box_right p.active {
    color: #CC0000;
    font-size: 28px;
}

.fix_menu {
    position: fixed;
    top: 15px;
    right: auto;
    margin-left: 5px;
}

.year_box_right p:last-child {
    margin-bottom: 0;
}

.swpier_icon {
    cursor: pointer;
}

.history_flag_title {
    width: 600px;
    font-size: 16px;
    background: #BA3D40;
    color: #fff;
    padding: 6px 20px;
    margin-top: 10px;
}

.year_box_right_fa_china {
    max-width: 180px;
}

.history_year_01_china {
    width: calc(24% - 29px);
}

.history_ends {
    align-items: end;
    -webkit-align-items: end;
}

@media (max-width: 1400px) and (min-width: 975px) {
    .year_img_box_2021>div {
        width: 17%;
    }
}

@media screen and (max-width: 1399px) {
    .history_contents_box1 {
        padding: 6% 3% 3% 3%;
    }

    .history_china_year {
        margin-top: 10%;
    }

    .history_year {
        width: 80%;
    }
}

@media screen and (max-width: 1080px) {
    .history_contents_box1 {
        padding: 8% 3% 3% 3%;
    }

    .history_year {
        margin-top: 10%;
    }
}

@media screen and (max-width: 974px) {
    .new_common_tab {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        display: flex !important;
    }

    .new_common_tab li,
    .new_common_tab a {
        border-right: 0px;
    }

    .new_common_tab a {
        margin-right: 2%;
        margin-bottom: 20px;
        width: 48%;
    }

    .history_contents_box01 {
        width: 100%;
    }

    .history_flag {
        margin-top: 2.5%;
    }

    .history_flag_01 {
        margin-right: 10%;
    }

    .btnSelect {
        border: 1px solid #AE1414;
        border-radius: 5px;
        font-size: 22px;
        width: 100%;
        padding: 15px 30px;
        display: inline-block;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(/Upload/show/show-arrow.png) no-repeat 95% center;
        background-size: 20px;
        margin: 15px 0 40px 0;
        outline: 0;
    }

    .history_contents_deatils01 {
        margin-bottom: 8%;
    }

    .history_flag_title {
        width: 100%;
    }

    .year_img_box>div {
        margin-right: 2%;
        width: 48%;
        margin-bottom: 4%;
    }


}