.inner-banner {
    position: relative;
    background: url(../img/Mask-group.jpg);
    background-size: cover;
    height: 780px;
    padding-top: 191px;
}

.inner-banner .banner-text {
    width: 1044px;
    max-width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding: 49px 96px 47px;
    text-align: center;
}

.inner-banner .banner-text h1 {
    font-weight: bold;
    /* font-size: 52px; */
    color: #FFFFFF;
}

.inner-banner .banner-text .des {
    font-weight: 400;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 1.09em;
}

.inner-banner .breadcrumb {
    margin-top: 52px;
}

.overlay-cards {
    margin-top: -197px;
    position: relative;
    z-index: 10;
    margin-bottom: 96px;
}

.overlay-cards .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.overlay-cards .top-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px;
    border: 4px solid #FFFFFF;
    transition: transform 0.3s;
}

.overlay-cards .top-card:hover {
    transform: translateY(-5px);
}

.overlay-cards .top-card .picCover {
    padding-top: 53.12%;
}

.overlay-cards .top-card .top-card-text {
    padding: 18px 20px 15px;
    text-align: center;
}

.overlay-cards .top-card .top-card-text h3 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    transition: all .6s;
}

.overlay-cards .top-card:hover .top-card-text h3,
.overlay-cards .top-card.active .top-card-text h3 {
    color: rgba(245, 130, 31, 1);
}

.top-card-text p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}

.product-section {
    background-color: rgba(242, 244, 247, 1);
    padding: 96px 0;
}

.product-section .product-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    gap: 24px;
}

.sidebar {
    position: sticky;
    top: 130px;
    width: 264px;
    flex-shrink: 0;

}

.sidebar .sidebar-menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px;
    overflow: hidden;
}

.sidebar .sidebar-list li:not(:last-child) {
    margin-bottom: 24px;
}

.sidebar .sidebar-list li.active a {
    background: rgba(245, 130, 31, 1);
    color: #fff;
}

.sidebar .sidebar-list li a {
    display: block;
    padding: 21px 32px;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
}

.sidebar .sidebar-list li:last-child {
    border-bottom: none;
}

.sidebar .sidebar-list a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-size: 14px;
}

.sidebar .sidebar-list a:hover {
    background: #f9f9f9;
    color: var(--primary-orange);
}

.sidebar .search-box {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px;
    margin-top: 24px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.sidebar .search-box input {
    width: 100%;
    border: none;
    flex: 1;
    outline: none;
    height: 42px;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

.sidebar .search-box input::placeholder {
    color: #8C98AA;
}

.sidebar .search-box i {
    cursor: pointer;
    color: rgba(245, 130, 31, 1);
    font-size: 24px;
}

.product-section .product-content {
    flex: 1;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.product-section .pagination {
    margin-top: 48px;
}

.solution-section {
    background: #F2F4F7;
    padding: 96px 0;
}

.solution-section .solution-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.solution-section .solution-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px;
    overflow: hidden;
}
.solution-section .solution-card .picCover{
    padding-top: 56.14%;
}
.solution-section .solution-card .text-box{
    padding: 24px;
}
.solution-section .solution-card .sol-date{
font-weight: 400;
font-size: 12px;
color: #999999;
line-height: 18px;
}
.solution-section .solution-card .sol-title{
font-weight: bold;
font-size: 18px;
color: #333333;
text-align: left;
line-height: 1.5;
height: 3em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 12px;
transition: all .5s ease-in-out;
}
.solution-section .solution-card:hover .sol-title{
    color: #F5821F;
}
.solution-section .solution-card .sol-more{
    margin-top: 24px;
    border-top: 1px solid rgba(223, 229, 239, 1);
    padding-top: 24px;
    display: flex;
    align-items: center;
font-weight: 400;
font-size: 12px;
color: #333333;
gap: 12px;
}
.solution-section .solution-card .sol-more .iconfont{
    font-size: 20px;
    color: #F5821F;
}
.solution-section .btn-wrap{
    margin-top: 48px;
    text-align: center;
}
.solution-section .btn-wrap .about-btn{ 
    display: inline-flex;
    align-items: center;
    line-height: 52px;
    padding: 0 24px;
    color: #fff;
    background: rgba(245, 130, 31, 1);
    border-radius: 999px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    gap: 16px;
}
.solution-section .btn-wrap .about-btn .iconfont{
    font-size: 20px;
}
@media (max-width:1199px) {
    .inner-banner .banner-text .des{
        font-size: 20px;
    }
    .top-card-text p{
        line-height: 20px;
    }
    .overlay-cards{
        margin-bottom: 75px;
    }
    .solution-section,
    .product-section{
        padding: 75px 0;
    }
    .product-section .pagination,
    .solution-section .btn-wrap,
    .solution-section .solution-grid{
        margin-top: 45px;
    }
    .product-grid{
        grid-template-columns: repeat(3,1fr);
    }
    .sidebar .sidebar-list li a{
        padding: 17px 26px;
        font-size: 18px;
    }
    .sidebar .sidebar-list li:not(:last-child){
        margin-bottom: 15px;
    }
}
@media (max-width:1024px) {
    .sidebar{
        position: relative;
        top: 0;
        width: 100%;
    }
    .product-section .product-layout{
        flex-wrap: wrap;
    }
    .overlay-cards{
        margin-bottom: 65px;
    }
    .solution-section,
    .product-section{
        padding: 65px 0;
    }
    .product-section .pagination,
    .solution-section .btn-wrap,
    .solution-section .solution-grid{
        margin-top: 40px;
    }
    .inner-banner .banner-text .des{
        font-size: 18px;
    }
    .solution-section .btn-wrap .about-btn{
		font-size: 18px;
        gap: 6px;
	}
}
@media (max-width:768px) {
    .solution-section .solution-grid{
        grid-template-columns: repeat(2,1fr);
    }
    .overlay-cards{
        margin-bottom: 55px;
    }
    .solution-section,
    .product-section{
        padding: 55px 0;
    }
    .product-section .pagination,
    .solution-section .btn-wrap,
    .solution-section .solution-grid{
        margin-top: 30px;
    }
    .inner-banner .banner-text .des{
        font-size: 16px;
        margin-top: .5em;
    }
    .inner-banner .banner-text{
        padding: 40px;
    }
    .inner-banner{
        min-height: 340px;
        height: auto;
        padding-top: 0;
    }
    .overlay-cards{
        margin-top: 30px;
    }
    .inner-banner .container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inner-banner .breadcrumb{
        margin-top: 0;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 30px;
    }
    .overlay-cards .cards-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .sidebar .sidebar-list li a{
        padding: 12px 20px;
        font-size: 16px;
    }
    .sidebar .search-box{
        padding: 10px 15px;
    }
    .sidebar .search-box input{
        height: 32px;
        font-size: 16px;
    }
    .product-grid{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width:500px) {
    .solution-section .solution-grid{
        grid-template-columns: repeat(1,1fr);
    }
    .product-grid{
        gap: 16px;
    }
    .product-card-item .text-box h4{
        font-size: 16px;
    }
    .product-card-item .text-box p{
        font-size: 14px;
    }
    .product-card-item .text-box .btn-view{
        font-size: 14px;
        line-height: 38px;
    }
    .inner-banner .banner-text{
        padding: 25px;
    }
    .overlay-cards{
        margin-bottom: 45px;
    }
    .solution-section,
    .product-section{
        padding: 45px 0;
    }
    .product-section .pagination,
    .solution-section .btn-wrap,
    .solution-section .solution-grid{
        margin-top: 25px;
    }
    .inner-banner .breadcrumb{
        bottom: 20px;
    }
    .solution-section .btn-wrap .about-btn{
        font-size: 16px;
        line-height: 46px;
    }
}