.top_img {
    background: url("../image/new/n9.jpg") no-repeat;
    background-size: cover;
}

.solution_title {
    font-weight: normal;
    margin-bottom: .5rem;
    border-left: .3rem solid #2a81ec;
    padding-left: .75rem;
    line-height: 1;
    color: #18273a;
    position: relative;
}

.solution_title .check_more {
    position: absolute;
    right: 1rem;
    bottom: .35rem;
    font-size: .9rem;
}

.check_more:hover {
    color: #26b9ff;
}

.solution_box {
    padding: 3rem 0;
}

.solution_box:first-child {
    padding-top: 1rem;
}

.solution_box:nth-child(2n) {
    background: #f5f5f5;
}

.application_list {
    font-size: 0;
}

.application_list>li {
    width: 32%;
    padding: 1rem 0;
    height: 100%;
}

.application_list>li:first-child {
    margin-right: 0.5%;
}

.application_list>li:nth-child(2) {
    margin-right: 0.5%;
}

.application_box {
    padding: 1rem;
    height: 100%;
    background: url("../image/solution/solution_bg.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.application_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
}

.application_box_content {
    position: relative;
    z-index: 1;
}

.solutions_img {
    text-align: center;
}

.application_box_content .solution_text {
    margin-bottom: 1rem;
}

.solution_text h4 {
    margin: .5rem 0;
    font-weight: normal;
}

.solution_text p {
    color: #505050;
    line-height: 1.3;
    font-size: .9rem;
}

.solution_p {
    margin-top: 2rem;
    text-indent: 1rem;
}

.solutions_list li {
    /* width: 50%; */
    margin-bottom: 1rem;
}

.solutions_list li:nth-child(2n+1) {
    padding-right: .5rem;
}

.solutions_list li:nth-child(2n) {
    padding-left: .5rem;
}

.solutions_list li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.solutions_list a {
    display: block;
}

.solutions_img {
    overflow: hidden;
    min-height: 10rem;
}

.solutions_list h6 {
    text-align: center;
    padding-top: .5rem;
}

.solutions_list img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* 行业领域布局 */
.trade_list {
    margin: 0 -.75rem;
    font-size: 0;
}

.trade_list>li {
    width: 33.33%;
    padding: .75rem;
}

/* 前两个 */
/* .trade_list>li:nth-child(-n+2){
    width: 50%;
} */
.trade_list .trade_box {
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    min-height: 10rem;
}

.trade_list .solution_text {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 4rem;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 0 1rem;
}

.trade_list h4 {
    line-height: 3rem;
}

.trade_list p {
    color: #ddd;
    font-size: .9rem;
}

.trade_box:hover .solution_text {
    height: 100%;
    background: rgba(14, 60, 117, 0.8);
}

.trade_solutions {
    margin-top: 1rem;
    font-size: 1rem;
    display: none;
}

.trade_box:hover .trade_solutions {
    display: block;
}

.trade_box .solution_text>a {
    display: block;
    height: 100%;
}

.trade_solutions .solutions_list a {
    padding: .5rem 1rem;
    border: 1px solid #ddd;
    border-radius: .5rem;
    text-align: center;
    line-height: 1.5;
}

.trade_solutions .solutions_list a:hover {
    background: #14bbb3;
}

.trade_solutions p {
    margin-bottom: .5rem;
}

.trade_solutions p:hover {
    color: #14bbb3;
}

/* 系统集成 */
.si_list {
    margin: 0 -.75rem;
    font-size: 0;
}

.si_list li {
    width: 33.33%;
    padding: .75rem;

}

.si_list .si_box {
    background: #ccc;
    min-height: 10rem;
}

@media only screen and (max-width:1080px) {
    .trade_box img {
        height: 16rem;
    }

    .trade_list>li {
        padding: .5rem;
    }
}

@media only screen and (max-width:768px) {

    .application_list li,
    #industry .trade_list li {
        width: 100%;
        margin-bottom: 1rem;
    }

    .solution_box .solutions_list li {
        padding: 0;
    }

    .trade_box img {
        height: 18rem;
    }

    .trade_box .solution_text {
        height: 100%;
        background: rgba(14, 60, 117, 0.8);
    }

    .trade_box .trade_solutions {
        display: block;
    }
}

/* 详情页 */
.solution_detail_main {
    padding: 1rem 0;
}

.detail_texts {
    padding: 1rem 0rem 0;
}

.detail_texts h5 {
    font-size: 1.3rem;
    font-weight: bold;
    padding: .75rem 1rem;
    margin: 1rem 0 .5rem;
    background: #f0f0f0;
    color: #112346;
}

.detail_texts p {
    margin-bottom: 1rem;
}

.detail_texts .img_p {
    padding: 1rem;
    margin: 0;
}

.detail_texts .framework_title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0 -1rem;
    text-indent: 0;
}

.solution_scene p {
    padding: 0 2rem;
    text-indent: 0;
}

.related_box {
    background: #f5f5f5;
}

.related_text {
    background: #fff;
}

.undeline-container {
    /* text-decoration: underline; */
    text-indent: 0 !important;
    margin-top: 1rem;
}

.border-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* width: 760px; */
}

.border-container ul {
    border: 0.1rem solid #333;
    padding: 1rem;
    border-radius: 0.2rem;
}

.border-container ul li {
    text-indent: 0.5rem;
    line-height: 1.8rem;
}

.border-container ul li:nth-child(1) {
    text-indent: 0;
}

.border-other-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* width: 800px; */
}

.border-other-container div {
    width: 260px;
    margin-bottom: 2rem;
}

.border-other-container div p {
    width: 100%;
    text-align: center;
    text-indent: 0;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    background: rgb(236, 127, 25);
    border-radius: 0.4rem;
}

.border-other-container ul {
    border: 0.1rem solid rgb(248, 177, 44);
    padding: 1rem;
    border-radius: 0.2rem;
    height: 250px;
}

.border-other-container ul li {
    line-height: 1.2rem;
}

.border-other-container div p.dataCenter {
    background: rgb(182, 181, 181);
}

.border-other-container div p.romeCenter {
    background: rgb(240, 226, 33);
}
.content_p{
    text-indent: 3rem !important;
}