li{
    list-style: none;
}
.service-supportImg {
    height: 500px;
    background: url("../img/1920x1080/top-bg-procuct.jpg") no-repeat center center;
}
.carousel-centered {
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.my-Container{
    margin-top: 60px;
}
.carousel-inner-p {
    margin: 0;
    text-align: center;
    font-size: 25px;
}
.scheme-cont-item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.0) url(../img/1920x1080/product-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
}
.scheme-cont-item .product-img{
    position: relative;
    width: 600px;
    height: 368px;
    background: linear-gradient(to right bottom,#e4eefd,#afcdef);
    text-align: center;
}
.product-imgCont{
    animation: imgContMove 5s ease infinite;
}
@keyframes imgContMove {
    0% {
        transform: translateY(0) ;
    }
    50% {
        transform: translateY(3px) scale(1.05);
    }
    100% {
        transform: translateY(0) ;
    }
}
.scheme-cont-item .product-line1{
    width: 10px;
    height: 368px;
}
.scheme-cont-item .product-line2{
    width: 100%;
    height: 10px;
    text-align: right;
}
.scheme-cont-item .product-line3{
    margin-top: 80px;
    margin-left: -30px;
}
.item-cont{
    flex: 1;
    margin-left: 40px;
}
.item-cont-h3{
    margin: 30px 0 20px;
    font-size: 20px;
}
.item-cont-lis li{
    position: relative;
    font-size: 16px;
    line-height: 34px;
}
.item-cont-lis li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #269ce1;
    position: absolute;
    transform: rotate(45deg);
    left: -2em;
    top: 14px;
}
.rightImg{
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px){
    .scheme-cont-item .product-img{
        width: 100%;
        height:auto;
    }
    .item-cont-lis{
        padding-right: 15px;
        padding-bottom:15px;
    }
    .product-imgCont{
        width: 100%;
    }
    .product-line1,.product-line3,.product-line2{
        display: none;
    }
    .rightImg{
        flex-direction: row;
    }
    .service-supportImg{
        height:300px !important
    }
    .carousel-centered{
        position:absolute;
        top:60%
    }
    .my-Container{
        margin-top: 0px;
    }
    .item-cont{
        margin-left: 15px;
    }
}
.dreamer-ul li a{
    padding: 0 10px;
}
