/*@media (min-width: 1200px){*/
    /*.container {*/
        /*width: 1170px;*/
    /*}*/
/*@media (min-width: 992px){*/
    /*.container {*/
        /*width: 970px;*/
    /*}*/
/*@media (min-width: 768px){*/
    /*.container {*/
        /*width: 750px;*/
/*}*/
body{
    font:14px/1.5em "Microsoft YaHei";
}
ul li{
    list-style:none;
}
/*a{*/
    /*text-decoration: none;*/
/*}*/

.container-fluid{
    padding:0px !important;
}
.navbar{
    border-bottom:1px solid #C9C9C9;
    margin-bottom:0px;
    background-color:#fff;
}
/*.mainnav .container{*/
    /*margin-top:20px;*/
/*}*/
.navbar a {
    color:#A3A3A3 !important;
}

    /*轮播*/
.banner{
    margin-top:50px;
}
.item{
    position:relative;
}
.download-box{
    position:absolute;
    height:32px;
    left:30.5%;
    top:63%;
}
.download-box .try,.download-box .index-download{
    float:left;
    width:100px;
    height:32px;
    line-height:30px;
    text-align: center;
    border:1px solid #fff;
    border-radius:5px;
    font-size:16px;
    color:#fff;
    cursor: pointer;
}
.try:hover,.index-download:hover{
    color:#000;
    background:#fff;
    text-decoration: none;
}
.index-download{
    margin-left:30px;
}
/*@media screen and(min-width:534px){*/
    /*.try,.index-download{*/

    /*}*/

    /*@media screen and(max-width:534px){*/
        /*.try,.index-download{*/
            /*position:absolute;*/
            /*left:400px;*/
            /*top:280px;*/
            /*z-index:9999;*/
        /*}*/
    /*}*/
/*管理中遇到的问题*/
@media screen and (min-width:534px){
    .problem{
        height:640px;
        background:url("../images/pst-problem.png") no-repeat;
        background-size:100%;
    }
}

@media screen and (max-width:534px){
    .problem{
        height:340px;
        background:url("../images/pst-problem-phone.png") no-repeat;
        background-size:100%;
    }
}

/*解决方案*/
@media screen and (min-width:534px){
    .solution{
        position: relative;
        height:330px;
        background:url("../images/solution.png") no-repeat;
        background-size:cover;
        margin-top:40px;
    }

    .solution-content{
        position:absolute;
        top: 40px;
        right: 400px;
    }

    .solution-content h3{
        color:#1D3478;
        margin-top:0px;
    }

    .solution-content h3:first-child+h3{
        color:#798BAC;
    }

    .solution-content>li{
        height:30px;
        width:164px;
        line-height:30px;
        margin-top:20px;
        padding-left:10px;
        color:#959595;  
        font-size:15px;
    }

    .solution-content li a{
        color:#959595;
        font-size:15px;
    }
}

@media screen and (max-width:534px){
    .solution{
        position: relative;
        height:236px;
        background:url("../images/solution-phone.png") no-repeat;
        background-size:100%;
    }
    .solution-content{
        position:absolute;
        top: 30px;
        right: 46px;
    }
    .solution-content li{
        height: 22px;
        width: 160px;
        line-height: 20px;
        margin-top: 15px;
         text-align:center;
    }

    .solution-content h3{
        font-size:16px;
        color:#1D3478;
        margin-top:0px;
    }

    .solution-content h3:first-child+h3{
        color:#798BAC;
    }

    .solution-content li a{
        color:#959595;
        font-size:12px;
    }
}

.solution .col-xs-12,.solution .col-sm-12{
    padding-left: 65px !important;
}
/*覆盖样式结束*/
/*解决方案*/
.solution-content li{
    background-color:#fff;
    border-radius: 20px;
}

.solution-content li:hover{
    -webkit-box-shadow:  3px 3px 8px #adadad;
    -moz-box-shadow:3px 3px 8px #adadad;
    box-shadow:3px 3px 8px #adadad;
}

.solution-content li:hover a{
    color:#000;
    text-decoration: none;
}

.solution-content li a{
    color:#959595;
    font-size:15px;
}
/*我们的产品*/
@media screen and (min-width:534px){
    .product{
        height:384px;
        margin-top: 30px;
        background:url("../images/product.png") no-repeat;
        background-position:center;
    }

    .product .container{
        height:72%;
        margin-top:85px;
    }

    .product .container a div{
        border-right:1px solid #f5f3f3;
    }

    .product .container a:last-child div{
        border:none;
    }
    .product a{
        display:block;
        height:100%;
    }

    .product-first,.product-second,.product-third{
        height:100%;
        background:url("../images/flow.png") no-repeat;
        background-position:center;
    }
}

@media screen and (max-width:534px){
    .product{
        height:850px;
        background:url("../images/product.png") no-repeat;
        background-position:50% -42px;
    }

    .product .container{
        height:60%;
        margin-top:100px;
    }

    .product a{
        display:block;
        height:48%;
    }

    .product-first,.product-second,.product-third{
        height:100%;
        background:url("../images/flow.png") no-repeat;
        background-position:center;
    }
}

.product-first:hover{
    background:url("../images/flow-active.png") no-repeat;
}

.product-second{
    background:url("../images/dezign.png") no-repeat;
    background-position:center;
}

.product-second:hover{
    background:url("../images/dezign-active.png") no-repeat;
}

.product-third{
    background:url("../images/business.png") no-repeat;
    background-position:center;
}

.product-third:hover{
    background:url("../images/business-active.png") no-repeat;
}

.product-first:hover,.product-second:hover,.product-third:hover{
    background-position:center;
}
/*客户反馈*/
.client-said{
    margin-top: 30px;
    text-align:center;
    background-color:#CDE1E7;
}

.client-said .container{
    padding-left:0px;
}
.client-said li:first-child{
    margin-top:60px;
    font-size:17px;
    font-weight:bold;
    color:#22397D;
}
.client-said li:first-child+li{
    font-size:22px;
    margin-top:14px;
    color:#798bac;
}
.client-said li:first-child+li+li{
    margin-top:36px;
    margin-left: 3px;
    margin-bottom: 40px;
}

/*客户列表*/
@media screen and (min-width:534px){
    .client-list li{
        float:left;
        margin-top:30px;
        margin-bottom:22px;
    }

    .client-list .col-lg-1 {
        width: 10.333333%;
    }

    .client-list .col-lg-offset-1{
        margin-left:7.3333%;
    }
}

@media screen and (max-width:534px){
    .client-list li{
        float:left;
        height:50px;
        margin-top:15px;
    }

    .client-list .row{
        padding-left:10px !important;
        margin-bottom:0px;
    }

    .client-list .img-responsive{
        height:65% !important;
    }
}

