* {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
    color: #303133;
}

a:hover {
    color: #273685;
}

@font-face {
    font-family: "AlibabaPuHuiTi";
    src: url("../../fonts/AlibabaPuHuiTi-2-55-Regular.ttf");
}

.mg0 {
    margin: 0 auto;
}

.section1 {
    background-image: url('../../images/liu/about_bj.png');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #273685;
}

#fp-nav {
    display: none;
}

.section1_title_box {
    /* width: 1400px; */
    margin: 0 auto;
    padding-top: 31vh;
    margin-left: 13%;
}

.section1_title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    font-family: "AlibabaPuHuiTi", serif;
}

.fp-tableCell {
    vertical-align: inherit;
    /* position: relative; */
}

/* .section2_content_box,.section3_content_box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
} */

.section1_img {
    margin-top: 70px;
    animation: Down2 2.5s;
    -webkit-animation: Down2 2.5s;
    animation-iteration-count: infinite;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

@keyframes Down2 {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

.section2 {
    background-image: url('../../images/liu/about_bj1.png');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.section2_bottom_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.section2_bottom_item_top {
    display: flex;
    align-items: baseline;
}

.section2_bottom_item_top img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

#totalPrice,
#totalOrder,
#monthsPrice,
#monthsOrder {
    color: #273685;
    font-size: 40px;
    font-family: "AlibabaPuHuiTi", serif;
    font-weight: 600;
}

.section2_bottom_item_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section2_bottom_item_desc {
    color: #606266;
    font-size: 16px;
    font-family: "AlibabaPuHuiTi", serif;
    margin-top: -24px;
}

#section2_bottom_item_top_text {
    color: #303133;
    font-size: 16px;
    font-family: "AlibabaPuHuiTi", serif;
    line-height: 74px;
    margin-left: 2px;
}

.section2_right_box {
    width: 888px;
    height: 524px;
    overflow: hidden;
    position: relative;
}

.mySwiperRight {
    width: 100%;
    height: 100%;
}

.mySwiperRight .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.mySwiperRight .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}

.section2_content_box {
    display: flex;
    justify-content: space-between;
    padding-top: 177px;
}

.section2_left_box_top_title_right {
    width: 150px;
    height: 44px;
    border: 1px solid #273685;
    background-color: rgba(39, 54, 133, 0.08);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(39, 54, 133, 1);
    font-size: 16px;
    font-family: "AlibabaPuHuiTi", serif;
    cursor: pointer;
}

.section2_left_box_top_title_right img {
    width: 24px;
    height: 24px;
    margin-left: 14px;
}

.section2_left_box_top_title {
    color: rgba(48, 49, 51, 1);
    font-size: 40px;
    font-weight: 600;
    font-family: "AlibabaPuHuiTi", serif;
}

.section2_left_box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section2_left_box {
    margin-left: 164px;
    width: 812px;
}

.section2_left_box_desc {
    width: 100%;
    text-align: justify;
    color: #606266;
    font-size: 17px;
    font-family: "AlibabaPuHuiTi", serif;
    line-height: 29px;
    padding-top: 3rem;
}

.section2.en .section2_left_box_desc{
    overflow-y: scroll;
    height: 430px;
    margin-top: 3rem;
    scrollbar-width: thin;
    scrollbar-color: #b7b7b7 rgb(0 0 0 / 0%);
    padding: 0 15px 10px 0;
}

.section2_left_box_desc p {
    font-family: "AlibabaPuHuiTi", serif !important;
}

.section3 {
    background-image: url('../../images/liu/about_bj2.png');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.section3_content_box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.section3_content_box_title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: "AlibabaPuHuiTi", serif;
    position: absolute;
    left: 0;
    top: 23%;
    z-index: 1;
}

.section3_item_box {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.section3_item_box:hover {
    background: rgba(0, 0, 0, .4);
}

.section3_item_box_img {
    padding-top: 60px;
}

.section3_item_box_img img {
    width: 56px;
    height: 56px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.section3_item_box:hover .section3_item_box_img img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.section3_item_box:hover .section3_item_box_img_heng {
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 28px;
    transition: all 0.5s;
}

.section3_item_box_title {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    font-family: "AlibabaPuHuiTi", serif;
    margin-top: 35px;
}

.section3_item_box_desc {
    width: 268px;
    text-align: center;
    color: #fff;
    font-family: "AlibabaPuHuiTi", serif;
    font-size: 20px;
    margin-top: 14px;
    height: 50px;
}

/* .section3_item_box:hover .section3_item_box_title,
 .section3_item_box:hover .section3_item_box_desc {
     color: #1862D0;
 } */

.section4 {
    background-image: url('../../images/liu/about_bj3.png');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section4_bottom_fotter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    border-top: 1px solid rgba(235, 235, 235, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(96, 98, 102, 1);
    font-size: 14px;
    /* font-family: "AlibabaPuHuiTi", serif; */
}

.section4_bottom_fotter img {
    margin-left: 4px;
    margin-right: 4px;
}

.section4_bottom_fotter a {
    color: rgba(96, 98, 102, 1);
    font-size: 14px;
    font-family: "AlibabaPuHuiTi", serif;
}

.section4_title {
    text-align: center;
    color: rgba(48, 49, 51, 1);
    font-size: 40px;
    font-weight: 600;
    font-family: "AlibabaPuHuiTi", serif;
    padding-top: 200px;
}


.time_line_area_box {
    width: 100%;
    position: relative;
}

.time_line_area {
    /* width: 1300px; */
    /* margin: 0 auto; */
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 30.6rem;
}

.inner_development_history_box {
    width: 1400px;
    overflow: hidden;
    padding-top: 2.5rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.time_line_area .title {
    font-size: 36px;
    color: #fff;
    padding-top: 180px;
    text-align: center;
    letter-spacing: 2.88px;
    font-family: "AlibabaPuHuiTi", serif;
}

.development_history_swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: 22% !important;
}

.development_history_swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 44% !important;
}

.time_line_area .detaile {
    width: 1066px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    padding-top: 40px;
    line-height: 28.8px;
    text-indent: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.time_line_area .catname_box {
    justify-content: center;
    margin: 0 auto;
}

.time_line_area .catname_box .catname::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.time_line_area .development_history_swiper {
    margin-left: 0%;
    padding-top: 4rem;
    height: 35rem;
    position: relative;
    margin-top: 2rem;
}

.time_line_area .development_history_swiper .swiper-wrapper {
    z-index: 999 !important;
}

.time_line_area .development_history_swiper2 .swiper-slide {
    position: relative;
    width: 50%;
}

/* .time_line .time_line_area .development_history_swiper2 .swiper-slide:first-child {
  width: 31%;
} */
.time_line_area .development_history_swiper1 .swiper-slide {
    position: relative;
    width: 33.3%;
    height: 70%;
}

/* .time_line_area .development_history_swiper1 .swiper-slide:first-child {
    width: 31%;
}

.time_line_area .development_history_swiper .swiper-slide.en{
    width: auto !important;
} */

.time_line_area .development_history_swiper .swiper-slide::before {
    position: absolute;
    /* top: 7px; */
    bottom: 110px;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(226, 226, 226, 1);
    margin-left: -200px;
}

.time_line_area .development_history_swiper .swiper-slide.en::before {
    bottom: 55px;
}

.section4_title_xian {
    width: 100%;
    height: 1px;
    background: rgba(226, 226, 226, 1);
    position: absolute;
    /* top: 143px; */
    left: 0;
    bottom: 7.3rem;
}

.section4_title_xian.en {
    bottom: 3.9rem;
}

.time_line_area .swiper-slide .development_history_year {
    font-family: "AlibabaPuHuiTi", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-align: left;
}

.time_line_area .development_history_swiper .swiper-slide i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/liu/development_history_node1.svg) no-repeat left center;
    background-size: 100% 100%;
    margin-top: -1px;
    z-index: 10;
    position: absolute;
    /* top: 0; */
    bottom: 100px;
    left: 0;
}

.time_line_area .development_history_swiper .swiper-slide.en i {
    bottom: 45px;
}

.time_line_area .development_history_swiper .development_history_desc {
    position: absolute;
    top: -10px;
    left: 0px;
    padding: 18px 15px 18px 15px;
    padding-left: 0;
    border-radius: 4px;
    height: 12rem;
    margin-right: 36px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.time_line_area .time_number1 {
    font-size: 20px;
    color: rgba(144, 147, 153, 1);
    font-weight: 600;
    position: absolute;
    bottom: -6.2rem;
    left: 0;
    font-family: "AlibabaPuHuiTi", serif;
}

.time_line_area .swiper-slide.en .time_number1 {
    bottom: -9.2rem;
}

.time_line_area .time_number {
    font-size: 30px;
    color: rgba(39, 54, 133, 1);
    font-weight: 600;
    position: absolute;
    top: -2.5rem;
    left: 0;
    font-family: "AlibabaPuHuiTi", serif;
}

.time_line_area .time_number span {
    font-size: 18px;
    padding-left: 5px;
}

.time_line_area .development_history_swiper .development_history_desc .address_name {
    font-size: 16px;
    color: rgba(96, 98, 102, 1);
    font-weight: 300;
    line-height: 23px;
    width: 17.8rem;
    height: 12rem;
    font-family: "AlibabaPuHuiTi", serif;
}

.section4.en .time_line_area .development_history_swiper .swiper-slide .development_history_desc .address_name{
    width: 100% !important;
}

.time_line_area .development_history_swiper .development_history_desc .address_name.special_address_name{
    width: 23.7rem;
}

.time_line_area .development_history_swiper .development_history_desc .address_name p {
    margin-bottom: 0;
    line-height: 30px;
}

.time_line_area .development_history_swiper .development_history_desc .address_name p,
.time_line_area .development_history_swiper .development_history_desc .address_name span {
    font-family: AlibabaPuHuiTi-2-55-Regular !important;
}

.time_line_area_title {
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
    font-family: "AlibabaPuHuiTi", serif;
    letter-spacing: 1.92px;
}

.time_line_area .development_history_desc>span {
    font-family: AlibabaPuHuiTi-2-65-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
}

.time_line_area .development_history_swiper .swiper-button-next,
.time_line_area .development_history_swiper .swiper-button-prev {
    width: 48px;
    height: 48px;
}

.time_line_area .development_history_swiper1 .swiper-slide:hover {
    cursor: pointer;
}

.time_line_area .development_history_swiper1 .swiper-slide:hover .time_number1 {
    color: rgba(39, 54, 133, 1);
}

.time_line_area .development_history_swiper1 .swiper-slide:hover i {
    background: url(../../images/liu/development_history_node2.svg) no-repeat left center;
}

.time_line_area .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url('../../images/liu/swiper_right.svg');
    background-size: cover;
    right: 10px;

}

.time_line_area .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url('../../images/liu/swiper_left.svg');
    right: 5%;
    background-size: cover;
}

.time_line_area .swiper-button-prev:hover {
    background-image: url('../../images/liu/swiper_left.svg');
    /* right: 5%; */
    background-size: cover;
}

.time_line_area .swiper-button-next:hover {
    background-image: url('../../images/liu/swiper_right.svg');
    /* right: 5%; */
    background-size: cover;
}

.time_line_area .swiper-button-next,
.swiper-button-prev {
    top: unset !important;
    bottom: 86px !important;
}

.time_line_area .swiper-button-next,
.swiper-button-prev {
    z-index: 999;
}

.time_line_area .development_history_swiper .swiper-button-next,
.time_line_area .development_history_swiper .swiper-button-prev {
    z-index: 999;
}

.time_line_area .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 44%;
}

.development_history_swiper .swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
}

.section2_left_box_desc_sheng {
    margin-top: -16px;
    text-indent: 2em;
}

.development_history_swiper2 {
    display: none;
}









@media (max-width:1700px) {
    .section2_right_box {
        width: 770px;
    }

    .section2_left_box {
        width: 730px;
        margin-left: 92px;
    }

    .section2_bottom_box {
        padding-top: 2rem;
    }
}

@media (max-width:1630px) {
    .section2_left_box {
        margin-left: 4%;
        width: 684px;
    }

    .section2_right_box {
        margin-top: 1rem;
    }

    .section2_content_box {
        padding-top: 136px;
    }
}

@media (max-width:1540px) {
    .section2_left_box {
        width: 630px;
    }

    .section2_right_box {
        width: 730px;
        height: 460px;
    }

    .section2_left_box_desc {
        font-size: 15px;
        line-height: 24px;
        padding-top: 2rem;
    }

    .section2_left_box_desc p {
        margin-bottom: 10px;
    }

    .section2_left_box_desc p:nth-child(3){
        display: none;
    }

    .section2_bottom_box {
        padding-top: 5rem;
    }
}

@media (max-width:1430px) {
    .section2_left_box {
        margin-left: 2%;
        width: 560px;
    }

    .section4_title_xian {
        display: none;
    }

    .inner_development_history_box {
        width: 90%;
    }

    .time_line_area .development_history_swiper1 .swiper-slide {
        /* width: 33.3% !important; */
    }
}

@media (max-width:1380px) {
    .section2_right_box {
        width: 688px;
    }
}

@media (max-width:1300px) {
    .section2_content_box {
        flex-direction: column;
        align-items: center;
    }

    .section2_left_box {
        margin-left: 0;
        width: 90%;
    }

    .section2_right_box {
        width: 640px;
        height: 225px;
    }

    .section2_bottom_box {
        padding-top: 4rem;
    }
}

@media (max-width:1280px) {}

@media (max-width:1150px) {
    .development_history_swiper2 {
        display: block;
    }

    .development_history_swiper1 {
        display: none;
    }

    .time_line_area .development_history_swiper .swiper-slide::before {
        bottom: 294px;
    }

    .time_line_area .development_history_swiper .swiper-slide i {
        bottom: 284px;
    }
}

@media (max-width:1100px) {
    .section3_item_box_desc {
        width: 90%;
    }

    .time_line_area .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 40%;
    }

    .development_history_swiper .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 42% !important;
    }

}

@media (max-width:1024px) {
    .section2_left_box_desc p {
        display: none;
    }

    .section2_left_box_desc p:nth-child(1) {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        line-clamp: 5;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}

@media (max-width:998px) {
    .section2_bottom_box {
        padding-top: 2.5rem;
    }

}

@media (max-width:890px) {
    .section2_content_box {
        padding-top: 120px;
    }

    .time_line_area .development_history_swiper .development_history_desc .address_name {
        /* width: 11rem; */
        font-size: 14px;
    }

    .time_line_area .development_history_swiper .development_history_desc .address_name p {
        line-height: 20px;
    }

    .time_line_area .time_number {
        top: -1.7rem;
    }

    .time_line_area .time_number1 {
        bottom: -7.5rem;
    }

    .time_line_area .time_number {
        font-size: 28px;
    }

    .time_line_area .development_history_swiper .swiper-button-next,
    .time_line_area .development_history_swiper .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .time_line_area .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 36%;
    }

    .development_history_swiper .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 40% !important;
    }

    .section4_bottom_fotter span {
        display: block;
        text-align: center;
    }

    .section4_bottom_fotter {
        flex-wrap: wrap;
        flex-direction: column;
        bottom: 8px;
        font-size: 12px;
    }

    .time_line_area {
        height: 36rem;
    }

    .section4_bottom_fotter a {
        font-size: 12px;
    }
}

@media (max-width:798px) {
    .section1{
        background-position: bottom;
    }
    .section2_left_box_top_title {
        font-size: 1.6rem;
        font-weight: 500;
    }

    .section2_left_box_top_title_right {
        width: 125px;
    }

    .section2_left_box_top_title_right.en {
        width: auto;
        padding-left: 0.5rem;
        padding-right: 0.2rem;
    }

    .section2_content_box {
        padding-top: 90px;
    }

    .section2_left_box_desc {
        padding-top: 20px;
    }

    .section2_left_box_desc p {
        display: none;
    }

    .section2_left_box_desc p:nth-child(1),
    .section2_left_box_desc p:nth-child(3) {
        display: block;
        /* overflow: hidden;
         text-overflow: ellipsis;
         line-clamp: 5;
         -webkit-line-clamp: 5;
         display: -webkit-box;
         -webkit-box-orient: vertical; */
    }

    .section2_left_box_desc_sheng {
        display: block;
    }

    .section2_left_box {
        width: 90%;
    }

    .section2_right_box {
        width: 92%;
        margin-top: 0;
        display: none;
    }

    .section2_bottom_box {
        flex-wrap: wrap;
        padding-top: 0;
        display: none;
    }

    .section2_bottom_item_box {
        width: 50%;
    }

    #totalPrice,
    #totalOrder,
    #monthsPrice,
    #monthsOrder {
        font-size: 28px;
    }

    .section2_bottom_item_top img {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }

    .section1_title {
        font-size: 32px;
        font-weight: 500;
    }

    .section1_img {
        margin-top: 40px;
    }

    .section3_content_box_title {
        font-size: 32px;
        font-weight: 500;
        top: 20%;
    }

    .section3_item_box {
        width: 50%;
        height: auto;
        border-right: none;
    }

    .section3_content_box {
        flex-wrap: wrap;
        height: auto;
        padding-top: 12rem;
    }

    .section3_item_box_img {
        padding-top: 0rem;
    }

    .section3_item_box_img img {
        width: 36px;
        height: 36px;
    }

    .section3_item_box_img_heng {
        margin-top: 14px;
    }

    .section3_item_box_title {
        margin-top: 0;
        font-size: 20px;
    }

    .section3_item_box_desc {
        width: 84%;
        font-size: 14px;
        margin-top: 10px;
        height: 6rem;
    }

    .section3_content_box.en .section3_item_box_desc {
        height: 8rem;
    }

    .section4_title {
        font-size: 32px;
        font-weight: 500;
        padding-top: 50%;
    }

    .section4.en .section4_title {
        padding-top: 9rem;
    }

    .section4.en .time_line_area .swiper-button-next,
    .section4.en .time_line_area .swiper-button-prev {
        bottom: 2rem !important;
    }

    .inner_development_history_box {
        padding-top: 0.5rem;
        width: 94%;
    }

    .section4_title_xian {
        bottom: 2rem;
    }

    .time_line_area {
        height: 23rem;
        margin-top: 2rem;
    }

    .time_line_area .development_history_swiper {
        padding-top: 1rem;
        height: 21.6rem;
    }

    .time_line_area .development_history_swiper .development_history_desc {
        margin-right: 0;
        width: 94%;
    }
    .time_line_area .development_history_swiper2 .swiper-slide.en{
        width: 100%;
    }
    .time_line_area .development_history_swiper .development_history_desc .address_name {
        width: 100%;
        /* overflow: hidden;
        text-overflow: ellipsis;
        line-clamp: 6;
        -webkit-line-clamp: 6;
        display: -webkit-box;
        -webkit-box-orient: vertical; */
    }
    
    .time_line_area .time_number1 {
        bottom: -3.1rem;
        left: 2rem;
        display: none;
    }

    .time_line_area .development_history_swiper .swiper-slide::before {
        bottom: 0;
        display: none;
    }

    .time_line_area .development_history_swiper .swiper-slide i {
        bottom: 2rem;
        display: none;
    }

    .section4_bottom_fotter {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .section4_bottom_fotter div {
        padding-top: 0.2rem;
        text-align: center;
    }

    .fp-tableCell {
        vertical-align: inherit;
        position: relative;
    }

    .section2_content_box,
    .section3_content_box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@media screen and (max-height: 568px) {
    .section3_content_box.en {
        padding-top: 7rem;
    }

    .section3_content_box.en .section3_content_box_title {
        top: 10%;
    }

    .section3_content_box.en .section3_item_box_desc {
        height: 8rem;
    }

    .section4.en .section4_title {
        padding-top: 5rem;
    }

    .section4.en .time_line_area {
        margin-top: 0;
    }
}