.lubotu{
    width: 100%;
    height: 100px;
}
.sliderBar .slider li{
width: 900px;
height: 500px;
}
.servicedetail .detailstitle {
    padding: 0px 10px;
    box-sizing: border-box;
}
    .sliderBar .slider ul, .sliderBar .slider li img {
        height: 600%;
    }
.sliderBar .slider li .img{
    width: 16.6%;
    height: 20%;
    display: block;
    float: left;
}
.sliderBar .slider li .img img{
    width: 90%;
    margin: auto;
}
.layout {
            margin: auto;
            width:100%;
            max-width: 1200px;
        }

        .banneroutside {
            width: 100%;
        }

        /* 当前位置 */
        .localbar {
            margin: 20px 0px;
            font-size: 18px;
        }

        .localbar a {
            text-decoration: none;
        }

        .localbar a:hover {
            color: #f5493f;
        }

        .localbar a span {
            margin: 8px;
        }

        /* 搜索 */
        .search {
            width: 30%;
            height: 36px;
            float: right;
            border: 1px solid #333;
            background: #fff;
            border-radius: 50px;
            overflow: hidden;
        }

        .search input {
            float: left;
            box-sizing: border-box;
            width: 80%;
            height: 100%;
            outline: none;
            padding: 11px 10px 10px 30px;
            box-sizing: border-box;
            border: 1px solid white;
            background: white;
            background: url(./img/service13.png) no-repeat;
            background-size: 15px 15px;
            background-position: 10px center;
        }

        .searchbtn {
            height: 36px;
            overflow: hidden;
            background: #333;
            color: white;
            text-align: center;
            line-height: 36px;
            letter-spacing: 5px;
        }
            .searchbtn:hover{
                cursor:pointer;
            }
            /* 左侧分类 */
            .classification {
                float: left;
                width: 20%;
                text-align: center;
                background: #f9f9f9;
                margin-top: 80px;
            }

        .classification ul {
            padding: 0;
            margin: 0;
            list-style: none;
            border-top: 1px solid #ccc;
        }

        .classification ul li {
            background: white;
            padding: 15px 5px;
            border: 1px solid #ccc;
            border-top: none;
        }

        .classification ul li.first {
            background: #404040;
            color: white;
            border: 0px;
        }

        .classification ul li.first a {
            color: white;
        }

        .classification ul li:hover {
            background: #404040;
            color: white;
        }

        .classification ul li:hover a {
            color: white;

        }

        /* 右侧 */
        .caselist {
            width: 80%;
            box-sizing: border-box;
            float: right;
            padding-left: 40px;
            margin: 80px 0px;
            box-sizing:border-box;
         /*   overflow:hidden;*/
        }
        .caselisttitle {
            border-bottom: 1px solid #ccc;
            text-align: center;
        }

        .casetitletext {
            border-bottom: 4px solid #333;
            display: inline-block;
            padding-bottom: 10px;
        }

        .caselistlist {
            margin: 30px -15px 0px -15px;
            min-height:450px;
        }

        .caseitem {
            width: 33.3%;
            float: left;
            padding: 0px 15px;
            box-sizing: border-box;
            margin: 15px 0px;
        }

.caseinner {
    background: white;
    border: 1px solid#ccc;
    position: relative;
    box-sizing: border-box;
    transition: all ease .5s;
}
.caseitem a{
    transition:all ease 0.5s;
}
.caseitem a:hover {
    transform: translateY(-10px);
    display: block;
    /*box-shadow: rgba(0,0,0,0.3) 5px 5px 5px;*/
}
            .caseinner:before {
                position: absolute;
                z-index: -1;
                left: 20px;
                bottom: 10px;
                width: 80%;
                height: 20px;
                content: "";
                transform: skew(-18deg) rotate(-3deg);
                box-shadow: 0 10px 10px rgba(64, 64, 64, 0.5)
            }

        .caseinner:after {
            position: absolute;
            z-index: -2;
            right: 20px;
            bottom: 10px;
            width: 80%;
            height: 20px;
            content: "";
            transform: skew(18deg) rotate(3deg);
            box-shadow: 0 10px 10px rgba(64, 64, 64, 0.5)
        }



        .caseinner .img {
            width: 100%;
        }

        .caseinner .img img {
            width: 100%;
            display: block;
        }

        .innertitle {
            padding: 13px 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        /* 服务项目详情 */
        .servicedetail  .detailstitle {
            padding-bottom: 20px;
            border-bottom: 1px solid #ccc;
        }

        .servicedetail .detailleft {
            float: left;
        }

        .servicedetail  .detailleft .line {
            float: left;
            width: 4px;
            height: 17px;
            background: #f5493f;
            border-radius: 10px;
            margin: 3px 10px 0px 0px;

        }

        .servicedetail .detailstitletext {
            display: inline-block;
            font-size: 17px;
            font-weight: bold;
            letter-spacing: 1px;
        }
        

        .servicedetail  .detailright {
            float: right;
            color: #888;
            font-size: 14px;
        }

        .servicedetail .detailright .time {
            margin-right: 20px;
        }

        .servicedetail .detailcontent {
            margin-top: 30px;
        }

        .servicedetail .bigimg {
            width: 100%;
            border: 1px solid #ccc;
        }

        .servicedetail  .bigimg img {
            width: 100%;
            display: block;
        }

        .servicedetail  .littleimg {
            margin-top: 30px;
            position: relative;
        }

        .servicedetail .leftimg {
            width: 15px;
            height: 15px;
            background: #ccc;
            border-radius: 50%;
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

        .servicedetail  .leftimg img {
            width: 4px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .servicedetail .rightimg {
            width: 15px;
            height: 15px;
            background: #ccc;
            border-radius: 50%;
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);

        }

        .servicedetail .rightimg img {
            width: 4px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .servicedetail .centerimg {
            margin: 0px 20px;
            overflow: hidden;
        }

        .servicedetail .centerimg .img {
            float: left;
            width: 16.66%;
            height: 80px;
            box-sizing: border-box;
            padding: 0px 10px;
        }

        .servicedetail  .centerimg .img img {
            border: 1px solid #ccc;
            width: 100%;

        }
        .servicedetail  .detailtext{
            margin-top: 20px;
        }
       .servicedetail .detailtext .p1{
            margin: 10px;
        }



        /* 分页 */
        .page {
            margin: auto;
            width: 45%;
            overflow: hidden;
        }

        .page img {
            width: 100%;
            display: block;
            margin-top: 30px;
        }

#jcl-demo .mid {

    width: 822px;
    height: auto;
    margin-bottom: 0px;
}
#jcl-demo a.prev {
    margin: 50px -5px 0 0;
    text-indent: 7px;
}

#jcl-demo a.next {
    margin: 50px 0 0 -5px;
    text-indent: 10px;
}
        @media screen and (max-width:800px){
            .layout{
                width: 100%;
                box-sizing: border-box;
                padding: 0px 20px;
            }
            .mid img {
                width: 100%;
                transform: translate(0px,0px);
            }
        /* 左侧分类 */
        .classification {
            margin-top: 30px;
        }
            /* 右侧 */
        .caselist {
            margin: 30px 0px;
        }
            #jcl-demo a.next {
                margin: 29px 0 0 -5px;
                
                text-indent: 10px;
            }
            #jcl-demo a.prev {
                margin: 50px -5px 0 0;
                margin-left: 0px;
                text-indent: 7px;
            }
            
        }
        @media screen and (max-width:680px){
            .layout{
                width: 100%;
                box-sizing: border-box;
                padding: 0px 15px;
            }
              /* 当前位置 */
        .localbar {
            font-size: 14px;
        }
        .localbar a span {
            margin: 5px;
        }
         /* 搜索 */
        .search {
            width: 50%;
            height: 25px;
        }
        .search input {
            width: 70%;
            padding: 11px 0px 10px 10px;
        }
        .searchbtn {
            height: 25px;
            font-size: 14px;
            line-height: 25px;
            letter-spacing: 2px;
        }
        .caselist  .caseinner:before {
            position: absolute;
            z-index:-1;
            left: 10px;
            bottom: 2px;
            width: 45%;
            height: 20px;
            content: "";
            transform: skew(-18deg) rotate(-3deg);
            box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
        }
        
        .caselist  .caseinner:after {
            position: absolute;
            z-index: -2;
            right: 10px;
            bottom: 2px;
            width: 45%;
            height: 20px;
            content: "";
            transform: skew(18deg) rotate(3deg);
            box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5)
        }
        /* 服务项目详情 */
              .servicedetail  .caselist {
                  margin-top: 15px;
            }
    
        .servicedetail  .detailleft .line {
            width: 3px;
            height: 14px;
            margin: 4px 8px 0px 0px;

        }

        .servicedetail .detailstitletext {
            font-size: 15px;
        }
        .servicedetail  .detailright {
            display: none;
        }
        .servicedetail  .littleimg {
            margin-top: 15px;
        }

        .servicedetail .leftimg {
            width: 10px;
            height: 10px;
        }

        .servicedetail  .leftimg img {
            width: 3px;
        }

        .servicedetail .rightimg {
            width: 10px;
            height: 10px;
        }

        .servicedetail .rightimg img {
            width: 3px;
        }

        .servicedetail .centerimg {
            margin: 0px 13px;
        }

        .servicedetail .centerimg .img {
            height: 33px;
            padding: 0px 3px;
        }

        .servicedetail  .centerimg .img img {
            border: 1px solid #ccc;
            width: 100%;

        }
        .servicedetail  .detailtext{
            margin-top: 20px;
        }
       .servicedetail .detailtext .p1{
           font-size: 14px;
            margin: 8px;
        }

         /* 右侧 */
         .caselist {
            width: 100%;
            padding-left: 0px;
        }
        .caselistlist {
            margin: 30px -8px 0px -8px;
        }

        .caseitem {
            width: 50%;
            padding: 0px 8px;
            margin: 8px 0px;
        }

                /* 左侧分类 */
                .classification {
                    display: none;
                }
                .page {
                    margin: auto;
                    width: 100%;
                    overflow: hidden;
                }
            
        }

.carousel img {
    width: 100px;
    height: 70px;
}
#jcl-demo .carousel > ul > li > img {
    width: 97px;
    height: 65px;
    vertical-align: middle;
    margin: 10px 10px 10px 0;
    border-radius: 5px;
}





.mid img {
    width: 100%;
    transform: translate(-6px,0px);
}

#jcl-demo .mid {
    margin-left: 50px;
    max-width:800px;
    margin-bottom: 50px;
    display:block;
    margin:auto;
}
#jcl-demo .carousel {
    border: 1px solid #bababa;
    border-radius: 10px;
    background-color: ghostwhite;
    float: left;
    padding-left: 10px;
    position: relative;
    visibility: hidden;
    left: -5000px;
    margin-top: 20px;
    /*width:850px !important;*/
}
@media screen and (max-width: 1200px) {
    #jcl-demo a.prev {
        margin: 29px -5px 0 0;
        text-indent: 7px;
    }
    .layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 20px;
    }
    #jcl-demo .mid {
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 13px;
    }
    /* ul li {
                width: 20%;
                /* height: 50px; 
            } */
    #jcl-demo .carousel {
        visibility: visible;
        overflow: hidden;
        position: relative;
        z-index: 2;
        left: 0px;
        width: 80% !important;
        margin-top: 20px;
        margin: auto !important;
    }

    #jcl-demo .carousel {
        width: 88% !important;
    }
    .mid img {
        width: 100%;
        transform: translate(0px,0px);
        display: block;
        margin: auto;
        max-width: 90%;
    }
    #jcl-demo{
        position:relative;
        box-sizing:border-box;
        padding-bottom:25px;
    }
        #jcl-demo .carousel {
           
            position: absolute !important;
            width: 75% !important;
            margin: auto !important;
            margin-left: 50% !important;
        
            transform: translate(-50%,0);
        }
        #jcl-demo a.next {

            text-indent: 10px;
            margin-left: 76%;
        }
        #jcl-demo a.prev {
        
            text-indent: 7px;
            margin-left: 9%;
        }
        #jcl-demo a.next {
            margin-top: 28px;
        }
}

@media screen and (max-width: 800px) {
  
    #jcl-demo a.prev {
        text-indent: 7px;
        margin-left: 8%;
    }
}

@media screen and (max-width: 700px) {
    #jcl-demo a.prev {
        text-indent: 7px;
        margin-left: 9%;
    }
}

@media screen and (max-width: 600px) {
    #jcl-demo a.prev {
        text-indent: 7px;
        margin-left: 8%;
    }
}
@media screen and (max-width: 500px) {
    #jcl-demo a.prev {
        text-indent: 7px;
        margin-left: 7%;
    }
}
@media screen and (max-width: 400px) {
    #jcl-demo a.prev {
        text-indent: 7px;
        margin-left: 6%;
    }
}
@media screen and (max-width: 350px) {
    #jcl-demo a.prev {
        text-indent: 7px;
        margin-left: 5%;
    }
}
/*@media screen and (max-width: 1200px) {
    #jcl-demo .carousel {
        visibility: visible;
        overflow: hidden;
        position: relative;
        z-index: 2;
        left: 0px;
        width: 80% !important;
   
        transform: translate(-50%);
        margin-left: 50% !important;
        float: left;
    }
}   */
/*.mid img {
    width: 100%;
    max-width: 772px;
    display: block;
    margin: auto;
}*/