/*product*/
img{
    max-width: 100%;
}

.home-product .home-title .title-cn,
.home-product .home-title .title-en {
    z-index: 1;
    position: relative;
}

.home-product::after {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/assets/template/25833b4bd56acad81fafd2c561c78c74/img/pro-bg.jpg);
    background-size: cover;
    background-position: top center;
}

.home-product .home-title {
    position: relative;
    text-align: center;
}

.home-product .home-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 150px 0 150px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 0;
}

.home-product .home-title .title-cn span {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 400;
}

.home-product .home-title .title-en img {
    max-height: 16px;
}

.home-product .pro-list {
    position: relative;
    border-radius: 200px;
    min-width: 550px;
    padding: 1rem 3rem;
    margin: 7rem 0;
    border: 1px rgba(0, 0, 0, 0) solid;
    background: linear-gradient(to bottom, #ffffff 80%, #f0f0f0 100%);
    box-shadow: 0 0 15px rgba(0, 102, 180, 0.25);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
    .home-product .pro-list {
        min-width: 480px;
    }
}

@media (max-width: 1199px) {
    .home-product .pro-list {
        min-width: 420px;
    }
}

@media (max-width: 991px) {
    .home-product {
        padding-bottom: 2rem;
    }

    .home-product .home-title {
        margin-bottom: 3rem;
    }

    .home-product .home-title::after {
        border-width: 110px 130px 0 130px;
    }

    .home-product .home-title .title-cn span {
        font-size: 24px;
    }

    .home-product .pro-list {
        min-width: 320px;
        padding: 1rem 1.5rem;
        margin: 3rem 0;
    }

}

@media (max-width: 768px) {
    .home-product .pro-list {
        padding: 1rem 1.5rem;
        min-width: 235px;
        margin: 3rem 0;
    }
}

@media (max-width: 575px) {
    .home-product .pro-list {
        padding: 1rem 1.5rem;
        width: 100%;
        max-width: 360px;
        margin: 1rem 0;
    }

    .home-product .home-title {
        margin-bottom: 4rem;
    }
}

.home-product .pro-list:hover {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 0 15px rgba(0, 102, 180, 0);
    border: 1px #0066B5 solid;
    transition: all 0.3s ease-in-out;
}

.home-product .pro-list .pro-name {
    font-size: 40px;
    font-weight: 300;
    color: #0066B5;
    letter-spacing: 6px;
}

@media (max-width: 991px) {
    .home-product .pro-list .pro-name {
        font-size: 24px;
    }
}

.home-product .pro-list .pro-img {
    max-width: 140px;
}

@media (max-width: 1399px) {
    .home-product .pro-list .pro-img {
        max-width: 120px;
    }
}

@media (max-width: 991px) {
    .home-product .pro-list .pro-img {
        max-width: 75px;
    }
}


.home-product .pro-list .pro-btn a {
    background-color: #EFF8FF;
    border: 1px #BBE0FC solid;
    text-decoration: none;
    color: #0066B5;
    border-radius: 50px;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 1rem;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .home-product .pro-list .pro-btn a {
        max-width: 100px;
    }
}

.home-product .pro-list:hover .pro-btn a {
    background-color: #0066B5;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.home-product .pro-list .pro-btn a i {
    font-size: 12px;
}