/* 产品中心 */

.proBanner {
    height: 51.67vw;
    width: 100vw;
    background-image: url('/template/pc/ycnhz/img/product/productBanner.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.productItem {
    width: 100vw;
    height: 50vw;
    background-image: url('/template/pc/ycnhz/img/product/proBack.png');
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    padding: 5.63vw 2vw;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 1vw;
}


 


.swiperBox {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.swiperTitle h3 {
    color: #747474;
    font-size: 3vw;
}

.swiperTitle span {
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: relative;
}

.typenameline {
    height: 10vw;
    /* background-color: aquamarine; */
    width: auto;
    display: inline-block !important;
    display: inline;
}

.red {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D8232A;
    width: 2.29vw;
    height: 3px;
}

.swiperTitle p {
    color: #686868;
    font-weight: 400;
    font-size: 1.88vw;
    line-height: 3vw;
    padding-bottom: 3vw;
}

.proImg img {
    width: 44.27vw;
    height: 44.27vw;
    object-fit: cover;
    opacity: 0;
    transition: all 5s;
    animation-name: animation;
    animation-duration: 5s;
}

.swiperCtx {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.swiperCircle {}

.swiperCircle li {
    display: block;
    width: 0.73vw;
    height: 0.73vw;
    border: 1px solid #D8232A;
    border-radius: 50%;
    margin-bottom: 0.8vw;
    background-color: transparent;
}

.swiperCircle li:hover {
    cursor: pointer;
}

.swperDesc {
    flex-grow: 1;
    text-align: center;
    color: #252525;
}

.animate {
    opacity: 0;
    transition: all 5s;
    animation-name: animation;
    animation-duration: 5s;
}

@keyframes animation {
    0% {
        opacity: : 0;
    }
    30% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

.swperDesc h4 {
    font-size: 1.88vw;
}

.swperDesc h2 {
    font-size: 2.71vw;
}

.swperDesc p {
    color: #C61B24;
    font-size: 1.88vw;
    margin: 1.8vw 0;
}

.swperDesc span {
    color: #686868;
    font-size: 1.25vw;
    margin: 1.8vw 0;
}

.goDetail {
    color: #D8232A;
    font-size: 1.25vw;
    display: flex;
    width: 8.44vw;
    line-height: 2.5vw;
    text-align: center;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    margin: 0 auto 1.8vw;
}

.goDetail2 {
    color: #fff;
    font-size: 1.25vw;
    display: flex;
    width: 8.44vw;
    line-height: 2.5vw;
    text-align: center;
    align-items: center;
    background-color: #D8232A;
    justify-content: center;
    margin: 0 auto 1.8vw;
}

.goDetail2:link,
.goDetail2:visited,
.goDetail2:hover {
    color: #fff;
    text-decoration: none;
}


/* 产品详情 */

.proDetailBanner {
    height: 51.67vw;
    width: 100vw;
    background-image: url('/template/pc/ycnhz/img/product/productBanner.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.subBanner {
    height: 56.25vw;
    width: 100vw;
    background-image: url('/template/pc/ycnhz/img/product/proDelBack.png');
    display: flex;
    padding: 10.26vw 12.5vw 7.71vw 12.24vw;
    box-sizing: border-box;
    justify-content: space-between;
}

.subBannerLeft {
    text-align: center;
    color: #252525;
    font-weight: 500;
}

.subBannerLeft h5 {
    font-size: 1.88vw;
    line-height: 2vw;
}

.subBannerLeft h2 {
    font-size: 2.71vw;
    margin: 0.5vw 0 2.6vw;
}

.subTitle {
    color: #C61B24;
    font-size: 1.88vw;
}

.subBannerRight {
    width: 28.96vw;
    height: 38.28vw;
}

.subBox {
    display: flex;
    justify-content: center;
    margin: 3vw 0;
}

.subBoxItem {
    margin-right: 1.04vw;
    background-color: #fff;
    padding: 1.45vw;
}

.subBoxItem p {
    color: #383838;
    font-size: 1.88vw;
    margin-bottom: 1.5vw;
}

.subBoxItem span {
    color: #9A9A9A;
    font-size: 2.08vw;
}

.subDesc {
    display: block;
    margin-bottom: 2vw;
    color: #383838;
    font-size: 1.25vw;
}


/* 产品详情 视频简介 */

.product .exhibitTitle {
    text-align: center !important;
    margin-left: 0 !important;
}

.product .exhBlackTit {
    left: 50%;
    transform: translateX(-50%);
}

.productVideo {
    padding: 4.01vw 0;
    height: 60.25vw;
    box-sizing: border-box;
    position: relative;
}


/* 特点介绍 */

.features {
    height: 56.25vw;
    width: 100vw;
    background-color: #f0f0f0;
    padding: 5.36vw 8.33vw 8.33vw;
    box-sizing: border-box;
}

.features .exhibitTitle,
.flowChart .exhibitTitle {
    color: rgba(0, 0, 0, 0.1);
}

.featuresCts {
    text-align: center;
    padding-top: 4vw;
}

.featuresCts p {
    line-height: 3.13vw;
    color: #2B2B2B;
    font-weight: 300;
    font-size: 1.35vw;
}

.featuresList {
    display: flex;
    justify-content: space-between;
    margin-top: 4.5vw;
}

.featuresList li {
    width: 16.77vw;
}

.featuresDesc {
    font-weight: 300;
    font-size: 1.25vw;
}

.featuresIcon {
    display: inline-block;
    width: 5vw;
    height: 5vw;
    background-repeat: no-repeat;
    background-size: 100%;
}

.safe {
    background-image: url('/template/pc/ycnhz/img/product/safe.png');
}

.reliable {
    background-image: url('/template/pc/ycnhz/img/product/reliable.png');
}

.energy {
    background-image: url('/template/pc/ycnhz/img/product/energy.png');
}

.environ {
    background-image: url('/template/pc/ycnhz/img/product/environ.png');
}

.featuresTitle {
    line-height: 4.38vw;
    color: #000;
    font-weight: 500;
    font-size: 1.88vw;
}


/* 工作原理 */

.theory {
    padding: 3.8vw 0 5.36vw;
    background-color: #fff;
}

.theoryImg {
    width: 52.08vw;
    height: 25vw;
    object-fit: cover;
    display: block;
    margin: 2.6vw auto;
}

.theoryDesc {
    width: 52.08vw;
    margin: 2vw auto;
    color: #191919;
    font-size: 1.35vw;
    font-weight: 300;
    line-height: 2.5vw;
    text-align: left;
}


/* 系统流程图 */

.flowChart {
    background-color: #f0f0f0;
    padding-top: 5.21vw;
}

.flowChartCtx {
    display: flex;
    padding: 4.17vw 8.33vw 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flowChartItem {
    width: 39.58vw;
    margin-bottom: 5.21vw;
}

.flowChartItemTitle {
    width: 23.8vw;
    line-height: 3.65vw;
    background-color: #fff;
    font-size: 1.88vw;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 4.01vw;
}

.flowChartPic {
    width: 39.58vw;
    height: 25vw;
    object-fit: cover;
}

.customerCase {
    padding: 5.21vw 0;
}

.swiperLeft {
    width: 45%;
    float: left;
    padding-left: 3vw;
    height: 38vw;
}

.swiperRight {
    width: 50%;
    float: right;
    text-align: center;
    height: 38vw;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperRight img {
    height: 28vw;
}<!--0.00026798248291016-->