/*封面图*/
.service-bg {
    position: relative;
    height: 184px;
    width: 100%;
    padding-top: 80px;
    color: #fff;
    background-image: url(/image/banner5.jpg);
    background-repeat: no-repeat;
    /* background-position: 50%; */
    background-size: 100% 100%;
    background-color: #205089;
    background-size: cover;
}

.service-bg h1 {
    margin: 0 auto;
    line-height: 184px;
    font-size: 4.0rem;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 3px 5px #000;
}

/*解决方案*/
.service-box {
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.service-box .service-block {
    padding-top: 80px;
    padding-bottom: 50px;
}

.service_head {
    margin: 0 auto;
}

.service_head h1 {
    height: 48px;
    line-height: 48px;
    font-size: 48px;
    color: #000020;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.service_head p {
    line-height: 32px;
    margin-top: 16px;
    color: rgba(51, 51, 51, .7);
    text-align: center;
    font-size: 18px;
}

/*解决方案box*/
.service-solution {
    margin: 0 atuo;
}

.service-solution ul {
    width: 1200px;
    height: 270px;
    margin: 50px auto;
}

.service-solution>ul>li {
    width: 280px;
    height: 248px;
    border: 1px solid #ddd;
    margin-right: 25px;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.service-solution>ul>li>div {
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.service-solution>ul>li>p {
    line-height: 1.4;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-top: 5px;
}

.service-solution>ul>li:last-child {
    margin-right: 0;
}

.service-solution>ul>li:hover {
    box-shadow: 5px 10px 20px rgba(3, 67, 163, 0.15);
}

.service-solution>ul>li:before {
    content: '';
    display: inline-block;
    width: 62px;
    height: 54px;
    background-image: url(../image/help.png);
    margin-top: 38px;
}

.service-solution-li1:before {
    background-position: -344px 0px;
}

.service-solution-li2:before {
    background-position: -405px 0px;
}

.service-solution-li3:before {
    background-position: -465px 0px;
}

.service-solution-li4:before {
    background-position: -527px 0px;
    width: 52px !important;
}


/*服务项目*/
.greyBlock {
    margin: 0 auto;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
}

.greyBlock .serveInner {
    padding-top: 80px;
    padding-bottom: 50px;
}

.serveInner {
    width: 1200px;
    margin: 0 auto;
}

.product_head {
    margin: 0 auto;
}

.product_head h2 {
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    color: #000020;
    text-align: center;
    position: relative;
}

.product_head p {
    line-height: 30px;
    margin-top: 48px;
    color: rgba(51, 51, 51, .7);
    text-align: center;
    font-size: 18px;
}

/*项目服务*/
.bus_service {
    width: 100%;
    height: 300px;
    margin-top: 60px;
    position: relative;
    padding-bottom: 10px;
}

.bus_service>li {
    width: 240px;
    height: 300px;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    top: 0;
    box-shadow: 0px 7px 9px rgb(0 0 0 / 24%);
    transform: skew(-5deg);
    -webkit-transform: skew(-5deg);
    overflow: hidden;
}

.bus_service>li>a {
    width: 266px;
    height: 100%;
    display: block;
    transform: skew(5deg);
    -webkit-transform: skew(5deg);
    margin-left: -13px;
    position: relative;
}

.bsLi1 {
    top: 0;
    left: 0;
    z-index: 1;
}

.bsLi2 {
    top: 0;
    left: 235px;
    z-index: 2;
}

.bsLi3 {
    top: 0;
    left: 470px;
    z-index: 3;
}

.bsLi4 {
    top: 0;
    left: 705px;
    z-index: 4;
}

.bsLi5 {
    top: 0;
    left: 940px;
    z-index: 5;
}

/*==================内容详情=================*/
.service-body {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    background: #f4f4f4;
}

.service-body-nav {
    margin: 0 auto;
    width: 1200px;
}

.service_nav {
    margin: 0 auto;
    width: 1200px;
    height: 32px;
    line-height: 32px;
    padding-left: 9px;
    float: left;
    color: #999;
    font-size: 14px;
}

.service_nav a {
    color: #666;
}

#body {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}


/***************************移动端样式************************************/
@media screen and (max-width:540px) {
    .service-bg {
        background-image: url(/image/media/banner5.png);
        height: 210px;
        padding-top: 55px;
    }
    .media-get .get-select {
        padding-top: 12px;
    }
    
    .service-bg h1 {
        font-size: 24px;
    }

    .service-box,
    .greyBlock {
        display: none;
    }

    .media-service-introduct .item {
        float: left;
        width: 33%;
        text-align: center;
        height: 120px;
        box-sizing: border-box;
        padding: 20px;
    }

    .media-service-introduct .item i {
        color: #d9001b;
        font-size: 32px;
        margin-bottom: 32px;
    }

    .media-service-introduct .item p {
        margin-top: 16px;

    }

    .media-service-project {
        font-size: 14px;
        background-color: #f7f7f7;
        padding: 0 20px 20px;
        margin-bottom: -12px;
    }

    .media-service-project .h1 {
        padding-top: 20px;
        padding-bottom: 8px;
        text-align: center;
        font-size: 18px;
    }

    .media-service-project .dec {
        color: #666666;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .media-service-project .pro-item .bg-f {
        background-color: #fff;
        padding: 12px;
    }

    .media-service-project .pro-item li {
        margin-bottom: 12px;
    }

    .media-service-project .pro-item li.active .bg-f,
    .media-service-project .pro-item li.active .bg-f span {
        background-color: #d9001b;
        color: #EEEEEE !important;
    }



    .media-service-project .pro-item a {
        color: #999;

    }

    .media-service-project .pro-item img {
        width: 100%;
        vertical-align: middle;
    }
}

.media-service-project .pro-item a span {
    color: #000;
}

.media-service-project .pro-item a p {
    margin-top: 8px;
    line-height: 17px;
}

.fs-12 {
    font-size: 12px !important;
}
