/*solution_list*/
.solution-list ul {
    margin-bottom: 30px;
}
.solution-list ul li {
    width: 50%;
    float: left;
    padding: 30px;
}
.solution-list ul li a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
.solution-list ul li .slt-l-img {
    position: relative;
}
.solution-list ul li .slt-l-img .shandow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    transition: all .6s;
    opacity: 0;
}
.solution-list ul li .slt-l-img .shandow img {
    width: 98px;
    height: 98px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.solution-list ul li .slt-l-img img {
    width: 100%;
    display: block;
}
.solution-list ul li .slt-l-con {
    padding: 27px 20px;
    transition: all .6s;
}
.solution-list ul li .slt-l-con h1 {
    font-size: 20px;
    color: #101010;
    font-weight: 800;
    padding-bottom: 20px;
    position: relative;
    transition: all .6s;
}
.solution-list ul li .slt-l-con h1:before {
    content: "";
    width: 42px;
    height: 3px;
    background: #1e50ae;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .6s;
}
.solution-list ul li .slt-l-con span {
    display: block;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #505050;
    line-height: 24px;
    transition: all .6s;
}
.solution-list ul li:hover .shandow {
    opacity: 1;
}
.solution-list ul li:hover .slt-l-con h1 {
    color: #fff;
}
.solution-list ul li:hover .slt-l-con h1:before {
    background: #fff;
}
.solution-list ul li:hover .slt-l-con span {
    color: #fff;
    border-top: 1px solid #fff;
}
.solution-list ul li:hover a {
    border-bottom: 1px solid #fff;
}
.solution-list ul li:hover .slt-l-con {
    background: #1e50ae;
}
.box_box {
    margin-top: 70px;
    overflow: hidden;
}
.little-title {
    font-size: 26px;
    color: #4f4f4f;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}
.little-title:before {
    content: '';
    width: 7px;
    height: 24px;
    background: #2555b1;
    position: absolute;
    left: 0;
    top: 2px;
}
.title-nei {
    margin: 50px 0;
}
.title-nei h1 {
    text-align: center;
    font-size: 28px;
    color: #1a1a1a;
    position: relative;
}
.title-nei h1:before {
    content: "";
    width: 330px;
    height: 20px;
    background: url(../images/title-l.png) no-repeat left center;
    position: absolute;
    left: 120px;
    top: 20px;
}
.title-nei h1:after {
    content: "";
    width: 330px;
    height: 20px;
    background: url(../images/title-r.png) no-repeat left center;
    position: absolute;
    right: 120px;
    top: 20px;
}
.title-nei span {
    display: block;
    font-size: 16px;
    color: #4a4a4a;
    text-align: center;
    width: 360px;
    margin: 10px auto;
    line-height: 20px;
}
.solution-nei {
    background: url(../images/slt_bg.png);
}
.slt-itr {
    padding-bottom: 150px;
    position: relative;
    margin-top: 120px;
    background: #f7f7f7;
}
.slt-itr .bg {
    width: 100%;
    height: 395px;
    position: absolute;
    background: #2555b0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.slt-itr .slt-tp {
    float: left;
    width: 50%;
    z-index: 1;
    position: relative;
}
.slt-itr .slt-tp img {
    width: 100%;
}
.slt-itr .slt-js {
    float: right;
    width: 50%;
    padding: 0 3% 0 10%;
    z-index: 1;
    position: relative;
}
.slt-itr .slt-js-box {
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    padding: 70px 60px;
}
.slt-itr .slt-js-box h1 {
    font-size: 28px;
    color: #2555b1;
    font-weight: 800;
}
.slt-itr .slt-js-box h2 {
    font-size: 26px;
    color: #4f4f4f;
    padding-left: 20px;
    position: relative;
    margin-top: 40px;
}
.slt-itr .slt-js-box h2:before {
    content: '';
    width: 7px;
    height: 24px;
    background: #2555b1;
    position: absolute;
    left: 0;
    top: 2px;
}
.slt-itr .slt-js-box span {
    font-size: 14px;
    display: block;
    text-indent: 28px;
    color: #4f4f4f;
    line-height: 31px;
    margin-top: 38px;
}
.pro-shipin-box {
    padding: 5px;
    height: 476px;
}
.little-img-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.little-img-img img {
    width: 100%;
    height: 100%;
}
.little-img ul li {
    float: left;
    padding: 5px;
}
.little-img-tit {
    font-size: 15px;
    color: #333;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.little-img-des {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
    height: 100px;
    width: 100%;
    display: block;
    margin-top: 10px;
}
.shadow_box {
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    padding: 40px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.jgt .bg {
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #2555b1;
    z-index: 1;
}
.jgt-des {
    float: left;
    width: 30%;
    z-index: 2;
    position: relative;
    color: #fff;
    padding: 53px 55px 0 10px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 36px;
    text-align: justify;
}
.jgt-img {
    width: 70%;
    float: left;
    padding: 30px;
}
.jgt-img img {
    width: 100%;
}
.case ul li {
    padding: 30px;
    float: left;
    width: 100%;
}
.case-img {
    height: 260px;
    overflow: hidden;
    position: relative;
}
.case-img img {
    width: 100%;
    height: 100%;
}
.case-img .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .6s;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
    left: 0;
    top: 100%;
    padding: 40px 60px;
    opacity: 0;
    font-style: normal;
}
.case-img .bg h1 {
    font-style: normal;
    color: #fff;
    font-size: 18px;
}
.case-img .bg span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    line-height: 24px;
}
.case-tit {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}
.owl-theme .owl-controls .owl-page span {
    background: #2555b0;
}
.case-img:hover .bg {
    opacity: 1;
    top: 0;
}
@media (max-width: 1200px) {
    /*解决方案标题*/
    .title-nei h1:before {
        left: 60px;
        background-size: contain;
        width: 178px;
    }
    .title-nei h1:after {
        right: 60px;
        background-size: contain;
        width: 178px;
    }
    .solution-list ul li {
        padding: 10px;
    }
    /*缩略图*/
    .slt-itr{
        padding-bottom: 80px;
    }
    .slt-itr .slt-tp{
        width: 100%;
    }
    .slt-itr .slt-js{
        width: 100%;
        padding: 0 1%;
    }
    .slt-itr .bg{
        height: 721px;
    }

}
@media (max-width: 770px) {
    /*解决方案标题*/
    .title-nei {
        margin: 15px 0;
    }
    .title-nei h1 {
        font-size: 18px;
    }
    .title-nei span {
        font-size: 14px;
    }
    .title-nei h1:before,
    .title-nei h1:after {
        display: none;
    }
    /*解决方按列表*/
    /*解决方案列表*/
    .solution-list ul li {
        width: 50%;
        padding: 5px;
    }
    .solution-list ul li .slt-l-con {
        padding: 5px;
    }
    .solution-list ul li .slt-l-con h1 {
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 13px;
    }
    .solution-list ul li .slt-l-con span {
        padding: 5px 0 0 0;
    }
    .solution-list ul li .slt-l-con span {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .solution-list ul li .slt-l-img .shandow img {
        width: 20px;
        height: 20px;
    }
    /*缩略图*/
    .slt-itr{
        margin-top: 30px;
    }
    .slt-itr .slt-js-box{
        padding: 10px;
    }
    .slt-itr .slt-js-box h1{
        font-size: 16px;
    }
    .slt-itr .slt-js-box h2,.little-title{
        font-size: 14px;
        margin-top: 20px;
    }
    .slt-itr .slt-js-box h2:before,.little-title:before{
        width: 3px;
        height: 12px;
    }
    .slt-itr .slt-js-box span{
        font-size: 12px;
        text-indent: 24px;
        line-height: 24px;
        margin-top: 20px;
    }
    .slt-itr .bg {
        height: 420px;
    }
    .slt-itr .slt-js{
        margin-top: 20px;
    }
    .box_box{
        margin-top: 20px;
    }
    .little-title{
        margin-bottom: 15px;
    }
    .little-img ul li{
        width: 50%;
    }
    .little-img-des{
        font-size: 12px;
    }
    .little-img-tit{
        font-size: 14px;
    }
    .little-img ul li a{
        padding: 10px;
        height: 210px;
    }
    /*架构图*/
    .jgt .bg{
        display: none;
    }
    .jgt-des{
        width: 100%;
        padding: 10px 5px;
        background: #2555b1;
        font-size: 12px;
        line-height: 26px;
        text-indent: 24px
    }
    .shadow_box{
        padding: 0;
    }
    .jgt-img{
        width: 100%;
        padding: 10px 0;
    }
    .case ul li{
        padding: 10px 5px;
    }
    .case-tit{
        font-size: 14px;
    }
    .owl-theme .owl-controls .owl-page span{
        width: 8px;
        height: 8px;
    }
}