  .index-service {
    /*margin-top: 100px;*/
    zoom: 1;
    min-width: 1200px;
}

.index-title {
    text-align: center;
}

.index-title .title {
    font-size: 30px;
    line-height: 30px;
    color: #333;
}

.index-title .title-line {
    height: 20px;
}

.index-title .tips {
    font-size: 15px;
    line-height: 15px;
    color: #888;
}

.wp {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.index-service .s {
    padding-top: 50px;
}

.wps {
    margin: 0 12px;
}

.cl {
    zoom: 1;
}

.index-service .sub {
    float: left;
    width: 25%;
    height: 220px;
    background: #fff;
    position: relative;
    transition: 0.3;
}

.index-service dl {
    padding: 15px;
}

.index-service dt {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #555;
}

.index-service .m {
    padding: 20px 0;
    text-align: center;
}

.index-service .m img {
    height: 80px;
}

img {
    vertical-align: middle;
}

.index-service .des {
    height: 40px;
    line-height: 20px;
    padding: 0 15px;
    overflow: hidden;
    font-size: 13px;
    color: #646A75;
    text-align: center;
}

.index-service ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0595C7;
    color: #fff;
    text-align: center;
    display: none;
}

.index-service .ul-s {
    padding: 15px;
}

.index-service ul h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.index-service ul li {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

.index-service .index2n {
    margin-top: 20px;
    height: 36px;
}

.index-service .index2n a {
    color: #fff;
    padding: 6px 25px;
    line-height: 36px;
    border-radius: 1px;
    border: 1px #FFF solid;
}

.btn-a {
    transition: 0.5s;
    position: relative;
}

.btn-a em {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #fff;
    transition: 0.5s;
}

.btn-a span {
    color: #fff;
    position: relative;
    z-index: 2;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 1000px){
    .index-service{display:none;}
  }