body {
    background: url('../images/bg.jpg') no-repeat;
    background-size: cover;
    color: #f2f2f2;
}
.title {
    margin-top:20px;
    text-align: center;
    padding: 18px;
    font-weight: bold;
    color:white;
}
/*理念*/
.idea .idea-box {
    color: #092240;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 7px 8px 7px #161617;
}
.idea .idea-box .idea-item {
    background-color: #fff;
}
/*我们的优势*/
.excellent-case {
    overflow: hidden;
}
.excellent-case > div {
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    margin-top: 10px;
}
.link-case {
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    text-align: center;
    height: 100%;
}
.link-case p{
    text-indent: 2em;
    text-align: left;
}
.str_move{
    display: flex;
}
.str_move img{
    height:177px;
}
.str_move h5{
    margin-bottom:0;
    margin-top:5px;
    font-size: 0.85rem;
    color:black;
    font-weight: bold;
}
.str_move a{
    display: flex;
    padding:10px 0!important;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
/*.w-37 {*/
/*    width: 37% !important;*/
/*}*/
/*.w-60 {*/
/*    width: 60% !important;*/
/*}*/
/*.w-33 {*/
/*    width: 33% !important;*/
/*}*/
/*.w-66 {*/
/*    width: 66% !important;*/
/*}*/
.classic-case {
    background-color: #fff;
    color: #333;
}
.classic-case h3{
    font-size: 33.5px;
    font-family: "Impact";
    /*color:#36b7ff;*/
    text-align: center;
    background:#000 -webkit-linear-gradient(left, #333, #fff) 0 0 no-repeat;
    -webkit-background-size: 100px;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    -webkit-animation: slideShine 2.5s infinite;
}
@-webkit-keyframes slideShine {
    0% {
        background-position: 3% 0%;
    }
    100% {
        background-position: 93% 0%;
    }
}
.classic-case p{
    text-indent: 2em;
}
.sm-show, .md-show, .lg-show {
    display: none;
}
@media (min-width: 992px) {
    .lg-show {
        display: inline-block;
    }
}
@media (max-width: 991px) {
    .md-show {
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .idea .idea-box {
        background-color: #fff;
    }
}
@media (max-width: 767px) {
    .sm-show {
        display: inline-block;
    }
    .md-show {
        display: none;
    }
}
@media (max-width: 575px) {
    .col-sx-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .idea-item {
        padding-top: 0.5rem;
    }
}
/*解决思路*/
.solutions {
    background-color: #fff;
    color: #333;
}
.solutions ul li {

}
.solutions ul li h6{
    line-height: 38px;
    font-weight: bold;
}
.solutions ul li p{
    font-size: 14px;
}
