/* 区块1 */
.services-section1-container{
    width: 100%;
    height: 62.5rem;
    overflow-x: hidden;
}
.services-section1-slide-gallery{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.services-section1-slide-gallery-poster{
    /*width: 100%;*/
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.services-section1-slide-gallery-poster-img{
    width: 100vw;
    height: 62.5rem;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.services-section1-slide-gallery-poster-info{
    width: 100%;
    height: 62.5rem;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.services-section1-slide-gallery-poster-title{
    width: 80%;
    text-align: center;
    font-size: 2.875rem;
    color: #ffffff;
}
.services-section1-slide-gallery-cover{
    height: 62.5rem;
    position: absolute;
    top: 0;
    right: 0;
}
.services-section1-slide-gallery-cover-control{
    width: 1px;
    height: 62.5rem;
    /*background: #ffffff;*/
    position: absolute;
    left: 0;
    top: 0;
}
.services-section1-slide-gallery-cover-control-btn{
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    left: calc(-1.875rem);
    top: calc(50% - 2rem);
    background: #ffffff;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 0.125rem 0.25rem 1px rgba(0,0,0,.18);
}
.services-section1-slide-gallery-cover-control-btn-icon{
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.services-section1-slide-gallery-cover-control-btn-icon-img{
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
    -webkit-user-drag: none;
    user-drag: none;
}
.services-section1-slide-gallery-cover-poster{
    width: 100%;
    height: 62.5rem;
    border-radius: 0 1.25rem 1.25rem 0;
    text-align: right;
    overflow: hidden;
    position: relative;
}
.services-section1-slide-gallery-cover-poster-img{
    width: 100vw;
    height: 62.5rem;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.services-section1-slide-gallery-cover-info{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.services-section1-slide-gallery-cover-title{
    width: 80%;
    text-align: center;
    font-size: 2.875rem;
    color: #ffffff;
}
.services-section1-slide-gallery-cover-description{
    width: 80%;
    text-align: center;
    font-size: 1.25rem;
    color: #ffffff;
    padding-top: 2.1875rem;
}

/* 区块2 */
.services-section2-container{
    width: 100%;
    padding: 7.1875rem 0;
}
.services-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.services-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
}
.services-section2-pagination{
    width: 100%;
    padding-top: 2.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.services-section2-pagination-bullet{
    width: 3.625rem;
    height: 3.625rem;
    border: #000000 solid 1px;
    border-radius: 1.875rem;
    text-align: center;
    line-height: 3.625rem;
    font-size: 2.0625rem;
    color: #000000;
    text-decoration: none;
    margin-right: 1.125rem;
}
.services-section2-pagination-bullet:last-of-type{
    margin-right: 0;
}
.services-section2-pagination-bullet-active, .services-section2-pagination-bullet:hover{
    background: #beb5ae;
    border: #beb5ae solid 1px;
    color: #ffffff;
    position: relative;
}
.services-section2-pagination-bullet-active:after{
    content: "";
    position: absolute;
    top: 4.5rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #beb5ae;
}
.services-section2-container-body{
    width: 100%;
    padding-top: 3.4375rem;
}
.services-section2-desc-swiper-wrap{
    width: 100%;
}
.services-section2-desc-swiper{
    width: 100%;
}
.services-section2-desc{
    width: 100%;
    height: 37.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.services-section2-desc-poster{
    width: 50%;
    height: 37.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.services-section2-desc-poster-img{
    width: 100%;
    height: 37.8125rem;
    object-fit: cover;
}
.services-section2-desc-info{
    width: calc(50% - 14.375rem);
    padding: 7.1875rem;
    background: #fbf8f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.services-section2-desc-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
}
.services-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    padding-top: 1.5625rem;
}
.services-section2-desc-description{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    padding-top: 2.1875rem;
}

/* 区块3 */
.services-section3-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.services-section3-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.services-section3-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.services-section3-container-content{
    width: 100%;
    height: calc(100% - 12.5rem);
    padding: 6.25rem 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.services-section3-container-content-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.services-section3-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.services-section3-container-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    color: #ffffff;
}
.services-section3-container-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.services-section3-container-title{
    width: 50%;
    text-align: left;
    font-size: 3.3125rem;
    color: #ffffff;
}
.services-section3-container-description{
    width: 50%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1.625rem;
    color: #ffffff;
}

/* 区块4 */
.services-section4-container{
    width: 100%;
    padding: 7.5rem 0;
}
.services-section4-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.services-section4-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
}
.services-section4-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.services-section4-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
}
.services-section4-desc{
    width: calc(100% - 6.25rem);
    padding: 4.25rem 3.125rem;
    background: #fbf8f5;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.services-section4-desc-icon{
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.services-section4-desc-icon-img{
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
}
.services-section4-desc-title{
    width: 100%;
    padding-top: 3.125rem;
    text-align: left;
    font-size: 2.0625rem;
}
.services-section4-desc-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1.25rem;
}

/* 区块5 */
.services-section5-container{
    width: 100%;
    padding: 16.5625rem 0;
    background-color: #fbf8f5;
    background-image: url("/wp-content/themes/george/assets/images/common/about_section8_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-section5-container-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.services-section5-container-title{
    width: 100%;
    text-align: center;
    font-size: 3.3125rem;
}
.services-section5-container-description{
    width: 50%;
    padding-top: 1.5625rem;
    text-align: center;
    font-size: 1.25rem;
}
.services-section5-container-actions{
    width: 100%;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.services-section5-container-action{
    padding: 0 2.1875rem;
    width: max-content;
    min-width: 11.625rem;
    height: 3.875rem;
    border-radius: 2.0625rem;
    text-align: center;
    line-height: 3.875rem;
    font-size: 1.25rem;
    border: #beb5ae solid 0.125rem;
    color: #beb5ae;
    text-decoration: none;
    margin-right: 1.875rem;
}
.services-section5-container-action-primary{
    background: #25d366;
    border: #25d366 solid 0.125rem;
    color: #ffffff;
}
.services-section5-container-action:last-of-type{
    margin-right: 0;
}