html, body {
    margin: 0;
    padding: 0;
    min-width: 1200px;
    font-family:Microsoft YaHei;
    color: rgba(51, 51, 51, 1) !important;
}
@media (min-width: 1024px)  {
    html, body {
        min-width: 1200px;
    }
    
}

/* @media (max-width: 1439px) and (min-width: 1024px) {
    html, body {
        min-width: 1439px;
    }
} */
html {
    font-size: 62.5%;
}
body {
    font-size: 14px ;
    font-size: 1.4rem !important;
}
ul,li,ol {
    list-style-type: none;
    color: #fff;
    display: flex;
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
}
a {
    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: none;
}

/* bootStrap */
 .carousel,.carousel-inner {
    height: 100%;
}
.carousel-control-prev-icon {
    /* background-image: url('../images/pre_icon.png') !important; */
}
.cs-banner-img {
    width: 1200px;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}