.w1200{
    width: 1200px;
    margin: 0 auto;
}
.large-title{
    color: #222222;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    position: relative;
}
.large-title::after{
    content: '';
    position: absolute;
    left: 48.5%;
    bottom: -6px;
    width: 36px;
    height: 3.6px;
    background-color: #1A66FF;
}

.nxin-product-container{
    width: 100%;
    background: #F7FAFF;
    text-align: center;
}
.product-wrap{
    padding-top: 6%;
    padding-bottom: 8%;
}
.product-wrap .product-type{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px  0;
}
.product-wrap .product-type .type-item{
    background: #E8F0FF;
    border-radius: 10px;
    padding: 10px 20px;
    margin-right: 60px;
    cursor: pointer;
}
.product-type .type-item.activated{
    background: #1A66FF;
    color: #ffffff;
}
.product-wrap .product-type .item:last-child{
    margin-right: 0;
}

.product-wrap .product-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: center;
    min-height: 600px;
}
.product-wrap .product-list .list-item{
    width:386px;
    height: 260px;
    background-color: #fff;
    border: 1px solid #1A66FF;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    margin-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.product-list .list-item:nth-child(3n){
    margin-right: 0;
}
.product-list .list-item img{
    width: 100%;
    height: 100%;
    display:inline-block;
    object-fit: cover;
}
.product-list .list-item p{
    width: 100%;
    text-align: center;
    padding: 16px  0;
    font-weight: bold;
    color: #333333;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
}
.product-list .list-item .video-box .play{
    width: 54px;
    height: 54px;
    background: url(/ygl/image/home/play-icon.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    margin-left: -25px;
    margin-top: -50px;
}
.list-item .video-box img{
    transition:transform .8s cubic-bezier(.34,1.56,.64,1);
}
.list-item .video-box:hover img{
    transform:scale(1.1)
}

.video_banner{
    display: block;width: 100%;height: 450px;
}
.video_banner_bg1{background: url(/ygl/image/product-video/banner01.png) center center;}
.video_banner_bg2{background: url(/ygl/image/product-video/banner02.jpg) center center;}