.center_box {
    min-width: 320px;
    overflow: hidden;
    position: relative;
    width:100%;
}

.banner_list {
    background: url("/images/mobile/1-banner.jpg") no-repeat scroll center center;
    background-size:cover;
    height: 100%;
    width: 100%;
}

.banner_intro {
    width:193.5px;
    height:47.5px;
    background:url(/images/mobile/1-1.png) no-repeat center center;
    background-size:100% 100%;
    top:50%;
    margin-top:-60px;
    left:50%;
    margin-left:-97px;
    position:absolute;
    -webkit-animation: fadeDown 1.5s ease-in-out both;
    animation: fadeDown 1.5s ease-in-out both;
}

.banner_btn {
    background:#ef1818;
    color:#fff;
    width:140px;
    height:42px;
    line-height:42px;
    font-size:15px;
    text-align:center;
    position:absolute;
    top:50%;
    margin-top:10px;
    left:50%;
    margin-left:-70px;
    -webkit-animation: fadeIn 1s 1s ease-in-out both;
    animation: fadeIn 1s 1s ease-in-out both;
}
/*我们的服务*/
 .center_service .container, .center_customer .container {
    margin: 0 auto;
    width: 100%;
}

.center_service ul:after, .center_customer ul:after {
    content:".";
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    line-height:0;
}

.center_service li {
    float: left;
    width: 50%;
    position: relative;
    height: 160px;
    box-sizing:border-box;
}

.center_service li:nth-child(2) {
    border-bottom: 1px solid #cfcfcf;
}

.center_service li:first-child {
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.center_service li:nth-child(3) {
    border-right: 1px solid #cfcfcf;
}

.center_service li .sb1 {
    width: 75px;
    margin-top: 25px;
}

.center_service li a {
    display:block;
    width:100%;
    height:100%;
    color:#333;
    position:relative;
    text-align:center;
}

.center_service li a p {
    width:100%;
    text-align:center;
    height:30px;
    line-height:30px;
    font-size:15px;
    color:#333;
    font-weight:bold;
}

/*我们的客户*/
 .title {
    background: #f4f4f4;
    padding: 18px 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.title span {
    display: block;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    border-left: 5px solid #ef1818;
}

.s_list_wrap {
    width:100%;
    height:65px;
    overflow:hidden;
    padding:20px 0;
}

.s_list_wrapa {
    height: 170px;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
    position:relative;
}

.s_list_wrapa p {
    color: #000;
    margin-top: 20px;
}

.s_lista {
    width:1000px;
    height:150px;
}

.s_list {
    width:1000px;
    height:65px;
}

.center_customer li {
    text-align: center;
    width: 65px;
    padding:0 10px;
    float: left;
}

.s_lista li {
    text-align: center;
    width: 128px;
    padding:0 15px;
    float: left;
}

.s_lista img {
    width: 85px;
}

.s_list img {
    width: 65px;
}

.swiper-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 15px;
    width: 100%;
    z-index:999;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    opacity:0.4;
    filter:alpha(opacity=40);
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #999;
    opacity:1;
    filter:alpha(opacity=100);
}

.swiper-visible-switch {
    background: #aaa;
}