﻿@charset "utf-8";

.product_show_one {
    position: relative;
    background: #F1F8FD;
    overflow: hidden;
    z-index: 1;
}

.follow_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 50%;
    background-image: url(../images/pro_bg_r.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    will-change: transform;
    z-index: -1;
}

.first_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
}

.first_cont .t {
    color: var(--dark);

    font-weight: 700;
    line-height: 1.5;
}

.first_number {
    flex: 1;
    padding-left: 20px;
}

.first_number ul {
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    text-align: right;
}

.first_number ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 64px;
    text-align: left;
    display: inline-block;
}

.first_number ul li:first-child {
    padding-left: 0;
}

.first_number .year {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.first_number .year span {
    color: #333;
    font-family: Rubik;
    font-weight: 500;
    line-height: 1.2;
}

.first_number .des {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
    line-height: 28px;
}

.two_cont {
    position: relative;
    width: 100%;
    height: 633px;
    overflow: hidden;
}
.two_cont .proxq_bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.proxq_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-color: #F1F8FD;
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9;
}
.proxq_bg::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-color: #F1F8FD;
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9;
}
.proxq_bg.bg-animation::before {
    width: 0;
}
.proxq_bg.bg-animation::after {
    width: 0;
}
.two_cont .proxq_bg .my-container{
height: 100%;
}
.two_cont .proxq_bg .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}
.two_cont .proxq_bg .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: width .86s cubic-bezier(0.4, 0, 0.2, 1);
}
.two_cont .two_mask {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   
}

.two_cont .text {
    max-width: 1330px;
    margin: 0 auto;
}

.two_cont .text p {
   position: relative;
    padding-bottom: 20px;
    padding-left: 10px;
    color: #FFF;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.two_cont .text p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    background-color: var(--white-color);
    border-radius: 50%;
}
.two_cont .text p:last-child {
    padding-bottom: 0;
}

.three_cont {
    padding-top: 50px;
    padding-bottom: 50px;
}

.three_cont .three_left .t {
    padding-bottom: 24px;
    color: var(--dark);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}

.three_right {
    flex: 1;
    max-width: 877px;
    padding-left: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.four_list {
    padding-bottom: 50px;
}

.four_list ul {
    margin-left: -12px;
    margin-right: -12px;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

.four_list ul li {
    float: left;
    width: 33.33%;
    padding: 12px;
}

.four_list .bg {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    transition: all 0.3s ease-in-out;
}
.four_list  .bg:hover {
    transform: translateY(-5px);
}
.four_list .bg .icon img{
    width: 60px;
}
.four_list .t {
    padding-top: 16px;
    padding-bottom: 16px;
    color: var(--dark);
font-weight: 700;
line-height: 1.2;
}
.four_list .text {

font-size: 16px;
font-weight: 400;
line-height: 28px;
}

@media (max-width:1440px) {

    .proxq_bg::before {
        width: 6%;
    }
    .proxq_bg::after {
        width: 6%;
    }

    .first_number ul li {
        padding-left: 30px;
    }
}

@media (max-width:1366px) {
    .proxq_bg::before {
        width: 5%;
    }
    .proxq_bg::after {
        width: 5%;
    }
    .first_number ul li {
        padding-left: 26px;
    }
}

@media (max-width:1279px) {
    .first_number {
        padding-left: 40px;
    }



}

@media (max-width:991px) {
    .proxq_bg::before {
        width: 3.5%;
    }
    .proxq_bg::after {
        width: 3.5%;
    }
    .first_cont {
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
 
    .first_number {
        padding-top: 30px;
        flex: inherit;
        width: 100%;
        padding-left: 0;
    }

    .first_number ul {
        text-align: left;
    }
    .two_cont {
        height: 500px;
    }
    .three_cont {
        flex-wrap: wrap;

    }
    .three_right {
        flex: inherit;
        max-width: inherit;
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

    .four_list .bg .icon img {
        width: 40px;
    }
  
}
@media (max-width:767px) {
   
    .first_cont .t {
        font-size: 20px;
    }

    .first_number ul li {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .first_number .year span {
        font-size: 30px;
    }
    .two_cont {
        height: auto;
       
    }
    .two_cont .two_mask {
        position: relative;
        padding: 50px 0;
    }
    .three_cont .three_left .t {
        font-size: 24px;
    }
    .four_list ul li {
        width: 100%;
    }
    .product_show_last {
        height: auto;
    }
    .product_show_last .mask {
        position: relative;
        padding: 80px 0;
    }
    .follow_bg {
        background-attachment: inherit;
    }

}
@media (max-width:375px) {
    .first_cont .t {
        font-size: 22px;
    }
}
@media (max-width:360px) {
    .three_cont .three_left .t {
        font-size: 22px;
    }

}