.banner {
    position: relative;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide .pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 430px;
}

.banner .swiper-slide .slideBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    padding: 0 107px;
}

.banner .swiper-slide .slideBox .title {
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
}

.banner .swiper-slide .slideBox .des {
    width: 594px;
    max-width: 100%;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.6;
    margin-top: .9em;
}

.banner .btns {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.banner .btns .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    height: 66px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.11);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    cursor: pointer;
    transition: all .3s;
}

.banner .btns .btn .iconfont {
    font-size: 30px;
}

.banner .btns .btn:hover {
    background-color: rgba(48, 136, 100, 1);
    color: #fff;
}

.banner .btns .btn.btn-prev {
    left: 0;
}

.banner .btns .btn.btn-next {
    right: 0;
}

.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 0.66;
    transition: all .3s;
}

.banner .swiper-pagination-bullet-active {
    width: 34px;
    opacity: 1;
}

.financial-products-section {
    padding: 94px 0 111px;
}

.section-title {
    font-weight: bold;
    color: #308864;
    line-height: 1;
    text-align: center;
}

.financial-products-section .products-container {
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.financial-products-section .product-card {
    position: relative;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.28);
    border-radius: 20px;
    overflow: hidden;
}

.financial-products-section .product-card .product-image img {
    display: block;
    height: 696px;
    width: 100%;
    object-fit: cover;
}

.financial-products-section .product-card .cardBox {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 40px;
}

.financial-products-section .product-card .cardBox::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(48, 136, 100, .8), rgba(48, 136, 100, 0));
    z-index: -1;
}

.financial-products-section .product-card:hover .cardBox::before {
    height: 100%;
    background: rgba(48, 136, 100, .8);
}

.financial-products-section .product-card .product-title {
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.25;
}

.financial-products-section .product-card .product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 48px;
    margin-top: 32px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.financial-products-section .product-card .product-tag {
    padding: 0 27px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: #fff;
    font-weight: 400;
    font-size: 26px;
    color: #1B8459;
    line-height: 56px;
}

.financial-products-section .product-card .product-description {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1.63;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.financial-products-section .product-card:hover .product-description,
.financial-products-section .product-card:hover .product-tags {
    opacity: 1;
    visibility: visible;
}

.insurance-recommendation-section {
    padding: 91px 0 113px;
    background: #F8F9FB;
}

.insurance-recommendation-section .container {
    width: 1760px;
    max-width: 94%;
    margin: 0 auto;
}

.insurance-recommendation-section .recommendation-slider {
    padding: 0 80px;
    margin-top: 76px;
}

.insurance-recommendation-section .recommendation-slider .swiper {
    /* padding: 76px 0; */
}

.insurance-recommendation-section .recommendation-slider .btn.btn-prev {
    left: 0;
    transform: translateY(-50%);
}

.insurance-recommendation-section .recommendation-slider .btn.btn-next {
    right: 0;
    transform: translateY(-50%);
}

.insurance-recommendation-section .recommendation-slider .swiper-slide {
    width: 23.75%;
}

.insurance-recommendation-section .recommendation-slider .swiper-slide:not(:last-child) {
    margin-right: 1.66%;
}

.exclusive-offer-section {
    padding: 94px 0 24px;
    overflow: hidden;
}

.exclusive-offer-section .exclusive-offer-slider {
    position: relative;
}

.exclusive-offer-section .exclusive-offer-slider .swiper {
    padding: 70px 0;
    overflow: visible;
}

.exclusive-offer-section .exclusive-offer-slider .swiper-slide {
    display: flex;
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.05);
    /* align-items: center; */
}
.exclusive-offer-section .exclusive-offer-slider .swiper-slide-prev{
    flex-direction: row-reverse;
}
.exclusive-offer-section .exclusive-offer-slider .swiper-slide:not(:last-child) {
    /* margin-right: 37px; */
}

.exclusive-offer-section .exclusive-offer-slider .exclusive-offer-image {
    width: 53.57%;
}

.exclusive-offer-section .exclusive-offer-slider .exclusive-offer-image img {
    height: 100%;
    object-fit: cover;
}

.exclusive-offer-section .exclusive-offer-slider .exclusive-offer-details {
    flex: 1;
    padding: 48px;
    align-self: center;
}

.exclusive-offer-section .exclusive-offer-slider .offer-title {
    color: #333333;
    line-height: 1.33;
    font-weight: 400;
}

.exclusive-offer-section .exclusive-offer-slider .offer-description {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 27px;
}

.exclusive-offer-section .exclusive-offer-slider .offer-description p:not(:last-child) {
    margin-bottom: 19px;
}

.exclusive-offer-section .exclusive-offer-slider .learn-more-btn {
    margin-top: 84px;
    display: inline-block;
    line-height: 50px;
    border-radius: 25px;
    border: 1px solid #308864;
    padding: 0 42px;
    font-weight: 400;
    font-size: 16px;
    color: #308864;
    transition: all 0.3s ease-in-out;
}

.exclusive-offer-section .exclusive-offer-slider .learn-more-btn:hover {
    background: #1B8459;
    color: #fff;
}
.customer-reviews-section .btn,
.exclusive-offer-section .exclusive-offer-slider .btn {
    position: absolute;
    top: 50%;
    width: 66px;
    height: 66px;
    background: #FFFFFF;
    box-shadow: 0px 1px 9px 0px rgba(22, 90, 145, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(153, 153, 153, 1);
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.customer-reviews-section .btn:hover,
.exclusive-offer-section .exclusive-offer-slider .btn:hover{
    background: #308864;
    color: #fff;
}
.customer-reviews-section .btn .iconfont,
.exclusive-offer-section .exclusive-offer-slider .btn .iconfont {
    font-size: 30px;
}

.exclusive-offer-section .exclusive-offer-slider .btn.btn-prev {
    left: 0;
    transform: translate(-120%, -50%);
}

.exclusive-offer-section .exclusive-offer-slider .btn.btn-next {
    right: 0;
    transform: translate(120%, -50%);
}

.blog-news-section {
    padding: 80px 0;
    background-color: rgba(248, 249, 251, 1);
}

.blog-news-section .blog-news-tabs {
    margin-top: 34px;
}

.blog-news-section .blog-news-content {
    margin-top: 50px;
}

.blog-news-section .tab-content {
    display: none;
}

.blog-news-section .tab-content.active {
    display: flex;
    justify-content: space-between;
    animation: fadeInUpSmall .3s ease-in-out forwards;
}

.blog-news-section .tab-content-l {
    width: 36.2%;
    background-color: #fff;
    padding: 20px 30px 30px;
    position: relative;
}
.blog-news-section .tab-content-l .pic,
.blog-news-section .tab-content-l .pic img {
    height: 100%;
    object-fit: cover;
}

.blog-news-section .tab-content-l .text-content {
    padding: 16px 16px 0;
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 3;
    background: rgba(0,0,0,.34);
    padding: 27px 32px;
}

.blog-news-section .tab-content-l .blog-news-title {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    line-height: 31px;
    transition: all .6s;
}
.blog-news-section .tab-content-l:hover .blog-news-title{
    color: #1B8459;
} 
.blog-news-section .tab-content-l .blog-news-description {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-news-section .tab-content-l .blog-news-date {
    margin-top: 17px;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 1;
}

.blog-news-section .tab-content-l .line {
    width: 33px;
    height: 3px;
    background: #308864;
    margin-top: 26px;
}

.blog-news-section .tab-content-r {
    width: 30.66%;
}

.blog-news-section .tab-content-r .blog-news-item {
    display: flex;
    padding: 13px;
    background-color: #fff;
}
.blog-news-section .tab-content-r .blog-news-item:not(:last-child){
    margin-bottom: 22px;
}
.blog-news-section .tab-content-r .blog-news-item .pic {
    width: 140px;
    height: 140px;
}

.blog-news-section .tab-content-r .blog-news-item .pic img {
    height: 100%;
    object-fit: cover;
}

.blog-news-section .tab-content-r .blog-news-item .blog-news-details {
    flex: 1;
    margin-left: 30px;
}

.blog-news-section .tab-content-r .blog-news-item .blog-news-title {
    font-weight: 400;
    font-size: 17px;
    color: #333333;
    line-height: 1.41;
    height: 2.82em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}
.blog-news-section .tab-content-r .blog-news-item:hover .blog-news-title{
    color: #1B8459;
}
.blog-news-section .tab-content-r .blog-news-item .blog-news-des{
font-weight: 400;
font-size: 14px;
color: #999999;
line-height: 1.71;
height: 3.42em;
margin-top: 2px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-news-section .tab-content-r .blog-news-item .blog-news-date {
    font-weight: 400;
    font-size: 13px;
    color: #888888;
    line-height: 1;
    margin-top: 15px;
}
.customer-reviews-section{
    position: relative;
    padding: 73px 0 119px;
    z-index: 3;
}
.customer-reviews-section::before{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1600px;
    max-width: 94vw;
    height: 48.54%;
    background-color: rgba(248, 249, 251, 1);
    z-index: -1;
}
.customer-reviews-section .customer-reviews-slider{
    position: relative;
    margin: 70px 121px 0;
    z-index: 2;
}
.customer-reviews-section .customer-reviews-slider .swiper{
    background: #FFFFFF;
    box-shadow: 0px 1px 38px 0px rgba(0,0,0,0.07);
    padding: 36px 0;
}
.customer-reviews-section .customer-reviews-slider .swiper-slide{
    padding: 40px 90px 60px;
    border-right: 1px solid rgba(102, 102, 102, .16);
    width: 50%;
}
.customer-reviews-section .customer-reviews-slider .swiper-slide-active + .swiper-slide{
    border-color: transparent;
}
.customer-reviews-section .customer-reviews-slider .customer-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-reviews-section .customer-reviews-slider .customer-name{
    font-size: 24px;
    color: #333;
}
.customer-reviews-section .customer-reviews-slider .customer-date{
    font-weight: 400;
font-size: 14px;
color: #666666;
line-height: 24px;
}
.customer-reviews-section .customer-reviews-slider .customer-comment{
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 30px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .6em;
}
.customer-reviews-section .btn-prev{
    left: 0;
    transform: translate(-50%,-50%);
}
.customer-reviews-section .btn-next{
    right: 0;
    transform: translate(50%,-50%);
}
.faq-section{
    padding: 120px 0;
}
.faq-section .faq-list{
    margin-top: 54px;
}
@media (max-width:1600px) {
    .exclusive-offer-section .exclusive-offer-slider .btn.btn-prev{
        transform: translate(-50%,-50%);
    }
    .exclusive-offer-section .exclusive-offer-slider .btn.btn-next{
        transform: translate(50%,-50%);
    }
}
@media (max-width:1520px) {
    .financial-products-section .product-card .product-tags{
        gap: 24px;
    }
    .financial-products-section .product-card .product-tag{
        font-size: 24px;
    }
    .insurance-recommendation-section .recommendation-slider .swiper-slide{
        width: 32%;
    }
    .insurance-recommendation-section .recommendation-slider .swiper-slide:not(:last-child){
        margin-right: 2%;
    }
}
@media (max-width:1440px) {
    .customer-reviews-section .btn, .exclusive-offer-section .exclusive-offer-slider .btn{
        width: 50px;
        height: 50px;
    }
    .customer-reviews-section .btn .iconfont, .exclusive-offer-section .exclusive-offer-slider .btn .iconfont{
        font-size: 26px;
    }
    .financial-products-section .product-card .product-tag{
        font-size: 22px;
        padding:  0 20px;
    }
    .financial-products-section .product-card .product-description{
        font-size: 20px;
    }
    .blog-news-section .tab-content-r .blog-news-item .blog-news-details{
        margin-left: 19px;
    }
    .blog-news-section .tab-content-l .blog-news-title{
        font-size: 24px;
    }
    .blog-news-section .tab-content-l .text-content{
        padding: 25px;
    }
}
@media (max-width:1280px) {
    .customer-reviews-section .customer-reviews-slider{
        margin-left: 50px;
        margin-right: 50px;
    }
}
@media (max-width:1199px) {
    .customer-reviews-section .customer-reviews-slider .swiper{
        padding: 25px 0;
    }
    .customer-reviews-section .customer-reviews-slider .swiper-slide{
        padding: 30px 60px;
    }
    .exclusive-offer-section{
        padding-top: 80px;
    }
    .faq-section,
    .blog-news-section,
    .customer-reviews-section,
    .insurance-recommendation-section,
    .financial-products-section{
        padding: 80px 0;
    }
    .faq-section .faq-list,
    .customer-reviews-section .customer-reviews-slider,
    .blog-news-section .blog-news-content,
    .insurance-recommendation-section .recommendation-slider,
    .financial-products-section .products-container{
        margin-top: 50px;
    }
    .exclusive-offer-section .exclusive-offer-slider .swiper{
        padding: 50px 0;
    }
    .insurance-recommendation-section .recommendation-slider .swiper-slide{
        width: 49%;
    }
    .banner .btns .btn{
        display: none;
    }
    .banner .swiper-slide .slideBox{
        padding: 0;
    }
    .financial-products-section .product-card .product-description,
    .financial-products-section .product-card .product-tags{
        display: none;
    }
    .financial-products-section .product-card .product-image,
    .financial-products-section .product-card .product-image img{
        height: 100%;
    }
    .financial-products-section .product-card:hover .cardBox::before{
        height: 20%;
        background: linear-gradient(to bottom, rgba(48, 136, 100, .8), rgba(48, 136, 100, 0));
    }
    .exclusive-offer-section .exclusive-offer-slider .exclusive-offer-details{
        padding: 30px;
    }
    .exclusive-offer-section .exclusive-offer-slider .learn-more-btn{
        margin-top: 25px;
    }
    .exclusive-offer-section .exclusive-offer-slider .offer-description{
        margin-top: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog-news-section .tab-content-l{
        display: none;
    }
    .blog-news-section .tab-content-r{
        width: 49%;
    }
}
@media (max-width:1024px) {
    .customer-reviews-section .customer-reviews-slider .swiper-slide{
        padding: 25px 30px;
    }
    .exclusive-offer-section .exclusive-offer-slider .offer-description{
        margin-top: 10px;
    }
    .exclusive-offer-section .exclusive-offer-slider .offer-description p:not(:last-child){
        margin-bottom: 5px;
    }
    .exclusive-offer-section .exclusive-offer-slider .learn-more-btn{
        line-height: 44px;
    }
    .exclusive-offer-section{
        padding-top: 70px;
    }
    .faq-section,
    .blog-news-section,
    .customer-reviews-section,
    .insurance-recommendation-section,
    .financial-products-section{
        padding: 70px 0;
    }
    .faq-section .faq-list,
    .customer-reviews-section .customer-reviews-slider,
    .blog-news-section .blog-news-content,
    .insurance-recommendation-section .recommendation-slider,
    .financial-products-section .products-container{
        margin-top: 45px;
    }
    .exclusive-offer-section .exclusive-offer-slider .swiper{
        padding: 45px 0;
    }
    .insurance-recommendation-section .recommendation-slider{
        padding: 0 60px;
    }
}
@media (max-width:768px) {
    .customer-reviews-section .customer-reviews-slider .swiper{
        padding: 10px 0;
    }
    .customer-reviews-section .customer-reviews-slider{
        margin-left: 20px;
        margin-right: 20px;
    }
    .customer-reviews-section .customer-reviews-slider .swiper-slide{
        width: 100%;
        border-right: none;
    }
    .blog-news-section .tab-content-r{
		width: 100%;
	}
	.blog-news-section .tab-content{
		flex-wrap: wrap;
		gap: 20px;
	}
	.blog-news-section .tab-content-r .blog-news-item:not(:last-child){
		margin-bottom: 20px;
	}
    .exclusive-offer-section .exclusive-offer-slider{
        margin-left: 10px;
        margin-right: 10px;
    }
    .exclusive-offer-section .exclusive-offer-slider .exclusive-offer-image{
        width: 100%;
    }
    .exclusive-offer-section .exclusive-offer-slider .swiper-slide{
        flex-direction: column;
    }
    .financial-products-section .products-container{
        gap: 30px;
        grid-template-columns: repeat(2,1fr);
    }
    .exclusive-offer-section{
        padding-top: 60px;
    }
    .faq-section,
    .blog-news-section,
    .customer-reviews-section,
    .insurance-recommendation-section,
    .financial-products-section{
        padding: 60px 0;
    }
    .faq-section .faq-list,
    .customer-reviews-section .customer-reviews-slider,
    .blog-news-section .blog-news-content,
    .insurance-recommendation-section .recommendation-slider,
    .financial-products-section .products-container{
        margin-top: 35px;
    }
    .exclusive-offer-section .exclusive-offer-slider .swiper{
        padding: 35px 0;
    }
    .insurance-recommendation-section .recommendation-slider .swiper-slide{
        width: 100%;
    }
}
@media (max-width:500px) {
    .customer-reviews-section .customer-reviews-slider .customer-name{
        font-size: 20px;
    }
    .customer-reviews-section .customer-reviews-slider .swiper{
        padding: 0;
    }
    .blog-news-section .tab-content-l .blog-news-title{
        font-size: 20px;
    }
    .blog-news-section .tab-content-l .text-content{
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 20px;
    }
    .blog-news-section .tab-content-l{
		display: block;
		width: 100%;
        padding: 20px;
	}
    .blog-news-section .blog-news-tabs{
        margin-top: 30px;
    }
    .exclusive-offer-section .exclusive-offer-slider .learn-more-btn{
        margin-top: 20px;
        line-height: 38px;
        padding: 0 20px;
    }
    .exclusive-offer-section .exclusive-offer-slider .exclusive-offer-details{
        padding: 25px;
    }
     .financial-products-section .products-container{
        grid-template-columns: repeat(1,1fr);
    }
    .exclusive-offer-section{
        padding-top: 50px;
    }
    .faq-section,
    .blog-news-section,
    .customer-reviews-section,
    .insurance-recommendation-section,
    .financial-products-section{
        padding: 50px 0;
    }
    .faq-section .faq-list,
    .customer-reviews-section .customer-reviews-slider,
    .blog-news-section .blog-news-content,
    .insurance-recommendation-section .recommendation-slider,
    .financial-products-section .products-container{
        margin-top: 30px;
    }
    .exclusive-offer-section .exclusive-offer-slider .swiper{
        padding: 30px 0;
    }
    .customer-reviews-section .btn .iconfont, .exclusive-offer-section .exclusive-offer-slider .btn .iconfont{
        font-size: 16px;
    }
    .customer-reviews-section .btn, .exclusive-offer-section .exclusive-offer-slider .btn{
        width: 36px;
        height: 36px;
    }
    .insurance-recommendation-section .recommendation-slider{
        padding: 0 50px;
    }
    .financial-products-section .product-card .cardBox::before,
     .financial-products-section .product-card.active .cardBox::before,
    .financial-products-section .product-card:hover .cardBox::before{
        height: 100%;
        background-color: rgba(48, 136, 100, .8);
    }
    .financial-products-section .product-card .product-tags,
    .financial-products-section .product-card .product-description, .financial-products-section .product-card .product-tags{
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .financial-products-section .product-card .product-tags{
        display: flex;
    }
    .financial-products-section .product-card .cardBox{
        padding: 25px;
    }
    .financial-products-section .product-card .product-tags{
        margin-top: 20px;
        gap: 16px;
    }
    .financial-products-section .product-card .product-description{
        font-size: 16px;
    }
    .financial-products-section .product-card .product-tag{
        font-size: 18px;
        line-height: 32px;
    }
}