@charset "utf-8";


.site-header .logo .logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}

.site-header .logo .logo-image {
    width: 6rem;
    height: 6rem;
    object-fit: contain;
    flex-shrink: 0;
}

.site-header .logo .logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.site-header .logo .logo-chinese {
    font-size: 2.4rem;
    font-weight: 900;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    white-space: nowrap;
}

.site-header .logo .logo-english {
    font-size: 1.1rem;
    margin: 0 0 0 .2rem;
    padding: 0;
    font-weight: normal;
    font-family: sans-serif;
}

@media (max-width: 768px) {
    .site-header .logo .logo-image {
        width: 45px;
        height: 45px;
    }
    
    .site-header .logo .logo-chinese {
        font-size: 18px;
    }
    
    .site-header .logo .logo-english {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .site-header .logo .logo-image {
        width: 40px;
        height: 40px;
    }
    
    .site-header .logo .logo-chinese {
        font-size: 16px;
    }
    
    .site-header .logo .logo-english {
        font-size: 11px;
    }
}


body.home-page .site_banner_1 .banner_content {
    border-radius: 0;
}

body.home-page .site_banner_1 .slick-slide {
    margin: 0;
}

body.home-page .site_banner_1 .slick-slide {
    max-width: 100%;
}

body.home-page .site_banner_1 .slick-list {
    padding: 0;
}

body.home-page .site_banner_1 .slick-dots {
    position: static;
    bottom: 9rem;
    left: 50.3%;
    /* transform: translateX(-50%); */
    justify-content: flex-start;
    z-index: 20;
    display: flex;
    width: 100%;
    max-width: 150rem;
    padding-left: 0;
    margin-left: 0;
}

body.home-page .site_banner_1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

body.home-page .site_banner_1 .text-content {
    position: relative;
    z-index: 10;
}

body.home-page .site_banner_1 .banner_content .container {
    position: relative;
    z-index: 5;
    max-width: 150rem;
    margin: 0 auto;
    padding: 0 2rem;
}

body.home-page .site_banner_1 .text-content h1,
body.home-page .site_banner_1 .text-content h2,
body.home-page .site_banner_1 .text-content p {
    color: white;
}

body.home-page .site_banner_1 .yyx-hero-title,
body.home-page .site_banner_1 .yyx-hero-subtitle,
body.home-page .site_banner_1 .yyx-text-large {
    color: white;
}

body.home-page #home_page_b_1 .text-content h1,
body.home-page #home_page_b_1 .text-content h2,
body.home-page #home_page_b_1 .text-content p,
body.home-page #home_page_b_1 .text-content .read-more {
    opacity: 1;
    transform: none;
    filter: none;
}

@media (max-width: 768px) {
    body.home-page .site_banner_1 .slick-dots {
        bottom: 3rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 480px) {
    body.home-page .site_banner_1 .slick-dots {
        bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


body.home-page .shihao_features_section {
    padding: 14rem 0 11rem;
    background: #f8f9fa url(../images/shihao/bg22.jpg) no-repeat right center/auto calc(100% + 3rem);
    position: relative;
    overflow: hidden;
}

body.home-page .shihao_features_section:after {
    display: block;
    content: "";
    background: url(../images/shihao/p2.png) no-repeat right center/min(80rem , 40vw) auto;
    position: absolute;
    width: 50vw;
    height: 100%;
    top: calc(50% + 5rem);
    right: calc(50% + 12rem);
    transform: translateY(-50%);
}

body.home-page .shihao_features_section .container:before {
    content:"";
    display:block;
    width:42.3rem;
    height: calc(100% + 26rem);
    background: linear-gradient(to bottom, #F0F4F7, #B2B8CA);
    position: absolute;
    left: 0;
    top: -14rem;
}

body.home-page .shihao_features_section .container {
    position: relative;
}


body.home-page .shihao_title_highlight {
    /* color: #333; */
    /* font-size: 5.5rem; */
    /* display: block; */
}

body.home-page .shihao_features_header {
    margin-bottom: 4rem;
    position: relative;
}

body.home-page .shihao_features_header h2 {
    /* z-index: 1; */
}

body.home-page .shihao_features_header:before {
    content: "";
    display: block;
    background: #EEF3F7;
    width: 8rem;
    height: 8.6rem;
    position: absolute;
    left: 0;
    top: -4rem;
    z-index: 0;
}

body.home-page .shihao_features_content {
    display: flex;
    align-items: center;
    gap: 6rem;
    min-height: 50rem;
}

body.home-page .shihao_features_image {
    flex: 0 0 45%;
    position: relative;
}

body.home-page .shihao_features_image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
}

body.home-page .shihao_features_grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7rem 5.5rem;
}

body.home-page .shihao_feature_item {
    transition: all 0.3s ease;
    text-align: left;
}

body.home-page .shihao_feature_item * {
    transition: all .3s;
}

body.home-page .shihao_feature_item:hover {
    /* transform: translateY(-0.5rem); */
    /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15); */
}

body.home-page .shihao_feature_item:hover .shihao_feature_title,
body.home-page .shihao_feature_item:hover .shihao_feature_desc {
    color: #1D4398;
}

body.home-page .shihao_feature_header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    height: 5rem;
}

body.home-page .shihao_feature_icon {
   display: flex;
   align-items: center;
}

body.home-page .shihao_feature_icon img {
   max-height:4.5rem
}

body.home-page .shihao_feature_icon_1 img {
   max-height: 3.5rem;
}

body.home-page .shihao_feature_icon_2 img {
   max-height: 4.9rem;
}

body.home-page .shihao_feature_icon_3 img {
   max-height: 4.2rem;
}

body.home-page .shihao_feature_icon_4 img {
   max-height: 3.9rem;
}

body.home-page .shihao_feature_title {
    font-size: 2.2rem;
    font-weight: 800;
    font-family: 'Poppins';
    color: #333;
    margin: 0;
    transition: color 0.3s ease;
}

body.home-page .shihao_feature_desc {
    font-size: 1.7rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
}

@media (max-width: 1024px) {
    body.home-page .shihao_features_content {
        gap: 4rem;
    }

    body.home-page .shihao_features_grid {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    body.home-page .shihao_features_section {
        padding: 6rem 0;
    }

    body.home-page .shihao_features_content {
        flex-direction: column;
        gap: 4rem;
        min-height: auto;
    }

    body.home-page .shihao_features_image {
        flex: none;
        width: 100%;
    }

    body.home-page .shihao_features_grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    body.home-page .shihao_feature_item {
        padding: 1.5rem;
    }

    body.home-page .shihao_feature_title {
        font-size: 1.6rem;
    }

    body.home-page .shihao_feature_desc {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    body.home-page .shihao_features_section {
        padding: 4rem 0;
    }

    body.home-page .shihao_features_content {
        gap: 3rem;
    }

    body.home-page .shihao_features_grid {
        gap: 1.5rem;
    }

    body.home-page .shihao_feature_item {
        padding: 1.2rem;
        gap: 1rem;
    }

    body.home-page .shihao_feature_icon {
        width: 3rem;
        height: 3rem;
    }

    body.home-page .shihao_feature_title {
        font-size: 1.5rem;
    }

    body.home-page .shihao_feature_desc {
        font-size: 1.2rem;
    }
}
