/* 头部 */

/* 轮播图 */
.carousel-control-prev,
.carousel-control-next {
    width: 4%;
    height: 16%;
    top: 42%;
    background: #aaa;
    border-radius: 0.25rem;
}


.carousel-indicators li {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: #fff;
    margin: 0 .3rem;
    opacity: .8;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #0aa1ed;
}

.carousel .text {
    position: absolute;
    color: #fff;
    top: 25%;
    left: 10%;
}

.carousel .text>.view,.view {
    font-size: 1rem;
    display: inline-block;
    margin: 10% 0 0 0;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}


#play2 .carousel-indicators{
    bottom: 1.5rem;
}

#play2 .text {
    color: #fff;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    
}

#play2  .text>.view,.view{
    background: #69c;
    margin: 1rem 0 0 0;
}

.carousel .text>.view:hover,.view:hover {   
    color: #fff;
}

@media screen and (max-width:992px) {

    .carousel,
    .carousel img {
        min-height: 200px;
    }

    .carousel .text h1 {
        font-size: 1.5rem;
    }

    .carousel .text h4 {
        font-size: 1rem;
    }

    .carousel .text>.view,.view {
        margin: 0;
        padding: 10px 20px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 5%;
        height: 20%;
        top: 40%;
    }
    #play2 .text{
        top:40%;
    }
    #play2 .text h3{
        font-size: 1.25rem;
    }
    #play2 .text p{
        display: none;
    }
    #play2 .text .view{
        margin: 0;
    }

    #play2 .carousel-indicators{
        bottom: 0;
    }
}

@media screen and (min-width:578px) {

    .carousel,
    .carousel img {
        height: 100%;
    }
}

.text-center h4{
    background: url(../img/t-xian.gif) no-repeat center bottom;
    font-size: 1.5rem;
    padding:0 0 22px 0;
    margin:0 0 26px 0;
}

/* 我们的服务 */
.serve{
    color:#fff;
    background:url(../img/fuwu-bg.jpg) no-repeat center top;
    background-size:cover;
}
.serve h4 a{
    font-size: 1rem;
    color:#fff;
}
.serve .text-center h4{
    background: url(../img/a-xian.gif) no-repeat center bottom;
}
.serve .row>.col-md-3>a{
    display: block;
    height: 140px;
    width: 140px;
    transition: 1s;
    margin:0 auto 10px auto;
}
.serve a.smart{
    background:url(../img/services-1-1.png) no-repeat;
}
.serve a.smart:hover{
    transform: scale(1.1);
    background:url(../img/services-1.png) no-repeat;
}
.serve a.data{
    background:url(../img/services-2-2.png) no-repeat;
}
.serve a.data:hover{
    transform: scale(1.1);
    background:url(../img/services-2.png) no-repeat;
}
.serve a.design{
    background:url(../img/services-3-3.png) no-repeat;
}
.serve a.design:hover{
    transform: scale(1.1);
    background:url(../img/services-3.png) no-repeat;
}
.serve a.games{
    background:url(../img/services-4-4.png) no-repeat;
}
.serve a.games:hover{
    transform: scale(1.1);
    background:url(../img/services-4.png) no-repeat;
}

/* 典型客户 */
.customer{
    color:#000;
    background:url(../img/kehu-bg.jpg) no-repeat center top;
    background-size:cover;
}
.customer .col,.nice div{
    position: relative;
    overflow: hidden;
    transition: 1s;
}
.customer .col p,.nice p{
    position: absolute;
    width: 100%;
    height:100%;
    display: none;
    background: #69c;
    color:#fff;
    text-align: center;
}

.customer .col:hover p,.nice div:hover p{
    display: block;
    top:0;
    padding-top: 25%;
}
@media screen and (max-width:578px) {
    .customer .links{
      display: block !important;
      margin-left: 3%;
    }
    .customer .links .col{
        width:46%;
        float: left;
        height: 120px;
        overflow: hidden;
        margin:0 5px 1rem 5px;
    }
    .customer .links .col img{
        height:100%;
    }
    .customer .links .col{
        padding: 0;
    }
    .customer .links .last{
        display: none;
    }
    .customer .links:after{
        content: '';
        display: block;
        clear: both;
    }
}

/* 企业优势 */
.nice div{
    border:1px solid #e6e6e6;
    padding: 2rem 0;
    text-align: center;
}
.nice div img{
    vertical-align: middle;
    margin-bottom: 1rem;
}
.nice h3{
    font-size: 1rem;
    font-weight: 400;
}
.nice p{
    padding: 0 5%;
}

.more,.more:hover{
    margin:0;
    color:#69c;
}

@media screen and (max-width:577px){
    .col-xs-6{
        width: 50%;
        float: left;
    }
}