﻿.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.inx_dvs {
    position: relative;
    width: 100%;
    height: 266px;
    overflow: hidden;
    background-image: url(../../images/bgpic/product_index_bg1.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.inx_dvs .con {
    width: 1150px;
    margin: 0 auto;
    position: absolute;
    top: 53%;
    display: flex;
}

.inx_dvs .con .left {
    font-size: 45px;
    color: #ffffff;
    font-style: italic;
    text-align: left;
}

.inx_dvs .con .right {
    width: 50%;
    font-size: 40px;
    color: #d8d8d8;
    text-align: left;
    margin-left: 30px;
    font-style: italic;
    margin-top: 6px;
}

.sty_we .item {
    width: 308px;
    margin-top: 20px;
}

.hzhb {
    overflow: hidden;
    width: 100%;
    margin-bottom: 100px;
}

.hzhb .condvt {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
}

.hzhb .condvt .hzhbtit {
    width: 25%;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 90px 20px 0px;
    position: relative;
}

.hzhb .condvt .hzhbtit .subtit {
    font-size: 15px;
    color: #b9b9b9;
    margin-left: 15px;
    position: absolute;
    top: 15px;
}

.hzhb .condvt .hzhbtit .txt {
    color: gray;
    margin-top: 25px;
    line-height: 27px;
    font-size: 14px;
}

.hzhb .condvt .right {
    width: 65%;
}

.datalb {
    width: 100%;
}

#carousel-container {
    width: 100%;
    overflow: hidden;
}

#carousel-list {
    display: flex;
    transition: transform 5s ease-in-out;
    position: relative;
}

.carousel-item {
    flex: 0 0 24%;
    box-sizing: border-box;
    margin-left: 10px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}