/* common-style */
body {
    font-family: "Arial", "Microsoft YaHei", sans-serif;
}

.bg-gray {
    background: rgb(237, 237, 237) !important;
}

.bg-primary {
    background: rgb(27, 60, 102) !important;
}

@media (min-width: 768px) {
    .col-md-1-5 {
        max-width: 20%;
    }
}

.nav-link {
    color: #eee !important;
    font-size: 18px;
}


/* solutions, demo, company */
@media (max-width: 1200px) {
    .carousel-inner {
        position: relative;
        overflow: hidden;
        min-height: 360px;
    }
    .carousel-item img {
        width: 1200px !important;
        position: absolute;
        left: 50%;
        margin-left: -600px;
    }
}
.carousel-item img {
    width: 100%;
}
.solution-title, .demo-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(9, 49, 74);
}
.solution-card-title {
    background: rgb(100, 167, 249);
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
}
.solution-card-img {
    background: rgb(243, 247, 248);
    padding: 15px;
    text-align: center;
    height: 170px;
    line-height: 130px;
    position: relative;
    overflow: hidden;
}
.solution-card-img img {
    width: 150px;
    transition: all 1s;
}
.solution-card-hint {
    position: absolute;
    left: 0px;
    bottom: -90px;
    width: 100%;
    line-height: 30px;
    background: rgb(100, 167, 249);
    padding: 10px 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.solution-card-img:hover .solution-card-hint {
    bottom: 0;
    transition: .6s;
}
.solution-card-img:hover img {
    transform: scale(1.1, 1.1);
}

.demo-card {
    padding: 5px 0;
}

.company-wrap {
    max-width: 430px;
    margin: 0 auto;
    padding: 50px 0;
}

/* cpi-screen */
.cpi-screen-title {
    text-align: center;
    color: #fff;
    background: url("../images/cpi/CPI_banner2.png") center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.cpi-screen-title h3 {
    padding: 10px 0;
}

.cpi-screen-text {
    padding: 10px 15px;
    background: #fff;
    letter-spacing: .9px;
}

/* cpi */
.cpi-card:nth-child(odd) {
    background: rgb(219, 219, 219);
}

.cpi-card-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
    padding-bottom: 5px;
    border-bottom: 3px solid rgb(9, 49, 74);
}

.cpi-card-text {
    padding-left: 60px;
}

.cpi-card-list {
    padding: 0;
    list-style: url("../images/cpi/wed_common_zhishi6.png");
}

.cpi-card-img {
    padding: 30px 0;
}

/* contact */
.contact {
    position: absolute;
    top: 20%;
    right: 5%;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 5px;
    color: rgb(27, 60, 102);
}
.contact-screen {
    width: 100%;
    min-height: 400px;
    background: url("../images/contact/contact_banner.jpg") center no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.contact-screen-title {
    max-width: 330px;
    margin-left: 10%;
}
.contact-footer {
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}
.contact-footer ul {
    padding: 0;
}
.contact-footer li {
    list-style: none;
    padding-bottom: 6px;
}
.contact-footer .copyright > div {
    text-align: right;
    padding-bottom: 6px;
}
/* footer */
.footer-link {
    padding: 10px 0;
    margin: 0;
}

.footer-link li {
    display: inline;
    padding-right: 10px;
}

.footer-link a {
    color: #eee;
    text-decoration: none;
}

.footer-link li::before {
    content: "";
    width: 6px;
    height: 12px;
    display: inline-block;
    background: #fff;
    margin-right: 5px;
}