.block-title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    padding-top: 44px
}

.block-desc {
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    color: #333
}

.block-desc:after {
    margin: 20px auto
}

.understand-more {
    font-size: 10px;
    color: #666;
    letter-spacing: 5px;
    line-height: 15px;
    height: 15px;
    box-sizing: border-box;
    border-radius: 7.5px;
    border: 1px solid #666;
    width: 90px
}

.carousel .carousel-control {
    width: 10%
}

.carousel .carousel-inner .item {
    overflow: hidden
}

.carousel .carousel-inner img {
    min-height: 160px
}

.carousel .carousel-control img {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 30px
}

.carousel .left img {
    left: 40%
}

.carousel .right img {
    right: 40%
}

.carousel .carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, .0001) 100%);
}
.carousel .carousel-control.right{
    background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,0.5) 100%);;
}

.process {
    padding: 0 0 40px;
    /* background: #1d2b56;; */
    background-image: url(../picture/dfg.jpg);
    color: #fff
}

.process .block-title, .process .block-desc {
    color: #fff
}

.process .row .txt {
    padding: 0;
    font-size: 12px;
    color: #ddd
}

.process .row .name {
    font-size: 18px;
    margin: 30px 0 10px
}

.process .container-fluid {
    padding-top: 30px
}

.process .row .item {
    position: relative;
    padding-bottom: 30px;
    width: 33.33%;
    float: left
}

.process .row .item .icon {
    height: 63px
}

/* .process .row .item:after {
    content: url("../image/banner_4_0.png");
    position: absolute;
    margin-left: -10px;
    left: 100%;
    top: 25px
} */

.process .row .item:last-child:after {
    content: ""
}

.process .row {
    width: 100%;
    margin: 0 auto
}

.scenes {
    margin: 0 auto;
    padding-bottom: 30px
}

.scenes .container-fluid {
    margin-top: 0px
}

.scenes .row > div {
    padding: 5px;
    width: 50%;
    float: left
}

.scenes .row > div > div {
    width: 100%;
    display: inline-block;
    box-sizing: border-box
}

.scenes .row img {
    width: 100%
}

.business .top {
    position: relative
}

.business .top img {
    min-height: 100px;
}

.business .top .content {
    color: #fff;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 2px solid #dcc483;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


.business .top .title, .partner .partner-title {
    font-size: 25px;
    font-weight: bold
}

.business .top .title:before, .partner .partner-title:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 25px;
    background: #005d7f;
    margin-right: 10px;
    vertical-align: -4px;
}

.business .top .txt {
    margin-top: 5px;
    float: right
}

.business .items {
    background: #efefef;
}

/*business 布局*/
.business .row {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 50px;
}


.business .item .bg img {
    width: 100%;
}


.business .item .content {
    margin-top: 30px;
}

/*business 样式*/
.business .item .title {
    font-size: 20px;
    font-weight: bold
}

.business .item .txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #333
}

.business .item .understand-more {
    margin-top: 50px
}

.business .item-black {
    /* background: #1d2b56; */
    background-image: url(../picture/dfg.jpg);
    color: #fff
}

.business .item-black .title {
    color: #005d7f
}

.business .item-black .txt {
    color: #fff
}
.business .item-black .txt a {
    color: #fff
}
.business .item-black .understand-more {
    color: #fff;
    border-color: #fff
}

.partner {
    padding-top: 60px;
}

.partner .top {
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #dcc483;
    padding-bottom: 10px;
    font-size: 11px;
}

.partner .top .txt {
    color: #666;
}


.partner-items {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 50px;
}

.partner-items .item {
    text-align: center;
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.partner-items .item p {
    font-size: 16px;
    border-right: 2px solid #666;
}

.partner-items .item:last-child p {
    border: none;
}

.partner-items .last_mb p {
    border: none;
}

.partner-items .item img {
    max-width: 100%
}

@media (min-width: 768px) {
    .carousel .carousel-control img {
        width: 50px
    }

    .understand-more {
        font-size: 20px;
        letter-spacing: 10px;
        line-height: 30px;
        height: 30px;
        box-sizing: border-box;
        border-radius: 15px;
        width: 180px
    }

    .block-title {
        font-size: 36px;
        margin-bottom: 20px;
        padding-top: 88px
    }

    .block-desc {
        font-size: 16px;
        padding: 0 40px
    }

    .process {
        padding: 0 0 80px
    }

    .process .container-fluid {
        padding-top: 120px
    }

    .process .row {
        width: 100%
    }

    .process .row .item:after {
        top: 50px
    }

    .process .row .item .icon {
        height: 126px
    }

    .process .row .txt {
        padding: 0 30px;
        font-size: 16px
    }

    .process .row .name {
        font-size: 20px;
        margin: 30px 0 20px
    }

    .scenes {
        width: 80%;
        padding-bottom: 90px
    }

    .scenes .row > div {
        padding: 0;
        width: 25%
    }

    .scenes .row > div > div {
        padding: 10px
    }

    .scenes .row img {
        border-radius: 4px;

    }
    .scenes .row img:hover .xianshi{
        display: block;
        /* opacity: 0.6; */
      
    }
    .col-sm-3{
        /* position: absolute;
        top: -161px; */
        background: rgba(0,0,0,.8);
        /* padding: 7px; */
        height: 100%;
        color: #fff;
        text-align: center;  
    }

    /* .scenes .row img:hover {
        content: "上传头像";
        width: 120px;
        height: 120px;
        line-height: 120px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        background: #000;

        filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');
        position: absolute;
        left: 25%;
        top: 0;
        font-family: MicrosoftYaHei;
        font-size: 20px;
        color: #a01b1b;
        z-index: 9999;
        letter-spacing: 2.5px;
        text-shadow: 0 1px 1px rgba(0,0,0,0.50);
        
    } */

    .business .top .title, .partner .partner-title {
        font-size: 26px
    }

    .business .top .title:before, .partner .partner-title:before {
        width: 9px;
        height: 26px;
        vertical-align: -4px;
    }


    .business .top .content, .partner .top {
        width: 78%;
        padding: 0;
        font-size: 16px
    }

    .business .top .txt {
        margin-top: 18px
    }

    .business .item .title {
        font-size: 26px;
    }


    .business .row {
        width: 80%;
        height: 700px;
        padding: 0;
    }

    .business .item .content {
        margin-top: 110px;
    }

    .business .item .bg {
        line-height: 700px;
    }

    .business .item .txt {
        font-size: 16px;
        line-height: 30px;
    }


    .business .item .understand-more {
        margin-top: 150px
    }

    .partner-items {
        width: 86%;
    }

    .partner-items .item {
        width: 16.666%;
    }


    .partner-items .item p {
        font-size: 16px;
        border-right: 2px solid #666;
    }

    .partner-items .item:last-child p {
        border: none;
    }
}

@media (min-width: 992px) {
    .block-title {
        margin-bottom: 20px;
        padding-top: 88px
    }

    .block-desc {
        padding: 0 40px
    }

    .process .row {
        width: 80%
    }

    .process .row .txt {
        padding: 0 60px;
    }

    .process .row .name {
        margin: 30px 0 20px
    }

    .business .top .title, .partner .partner-title {
        font-size: 36px
    }

    .business .top .title:before, .partner .partner-title:before {
        height: 36px;
        vertical-align: -6px;
    }


    .business .top .txt {
        margin-top: 28px
    }

    .business .item .title {
        font-size: 36px;
    }

    .business .row {
        width: 80%;
    }


    .partner {
        padding-top: 90px;
    }

    .partner-items {
        padding: 50px 0 90px;
    }

}

@media (min-width: 1200px) {
    .process .row {
        width: 70%
    }

    .scenes {
        width: 70%
    }


    .business .item .understand-more {
        margin-top: 200px
    }

    .partner {
        padding-top: 130px;
    }

    .partner-items {
        padding: 50px 0 180px;
    }

    .business .row {
        width: 63%;
    }
}

