.company{
    background: url(../img/home_00_09.png) no-repeat center ,rgba(250, 250, 250, 1);
}
/* 确保容器不放大 */
.product-list {
    transition: none;
}

/* 只有图片放大 */
.product-list img {
    transition: transform 0.3s ease-in-out;
}

.product-list:hover img {
    transform: scale(1.1);
}

/* 防止边框容器放大 */
.product-list.border {
    transition: none;
}
.product{
    background: url(../img/3.jpg) no-repeat;
    background-size: 100% 100%;
    font-family: "阿里妈妈灵动体 VF Thin";
}
#produc_rq_1{
    font-family: "阿里妈妈灵动体 VF Thin";
}
.produc_rq_2 p{
    font-size: 1rem;
    line-height: 1.5rem;
}
.produc_rq_2 h3{
    font-weight: 600;
}
.product-nav a{
    background-size: 300% 100%;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-nav a:hover,
.product-nav a.active{
    /*background-color: rgb(var(--blue-600));*/
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    color: rgb(var(--white)) !important;
    border: solid transparent 1px;
}
.product-nav a:hover{
    background-position: 100% 0;
}
.product-nav-1 a:hover li,
.product-nav-1 a.active li,
.product-nav-2 li:hover a{
    background-color: rgb(var(--white));
    color: rgb(var(--blue-600)) !important;
    border-radius: 0.5rem;
}
.product-nav-1 a.active + a,
.product-nav-1 a:hover + a,
.product-nav-1 a.active,
.product-nav-1 a:hover{
    border-top-color: transparent;
}

.product-nav div[data-serial="3"],
.product-nav div[data-serial="6"]{
    text-align: right;
}
.product-nav div[data-serial="2"],
.product-nav div[data-serial="5"]{
    text-align: center;
}
.hvr-icon-forward:hover .hvr-icon{
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}
.concept{
    background: url(../img/haod.jpg) no-repeat;
    background-size: 100% auto;
}