.banner-list{
    height: 200px;
    background: url(/static/pc/banner/banner25.jpg) center top no-repeat;
    margin-top:70px;
}
.banner-case-slogan {
    text-align: center;
    letter-spacing: 5px;
    display: block;
    width: 100%;
    z-index: 96;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #545454;
    font-size: 38px;
    line-height: 200px;
    font-weight: 100;
}
.banner-case-slogan:hover {
    background-color: rgba(0,0,0,0.3);
    color: #DDD;
    font-size: 45px;
}

.container{
    width:1170px;
    margin:0 auto;
}

.container .listp{
    width:330px;
    float:left;
}
.container .menu{
    width:100%;
}
.container .list0{
    background:#014cd4;
    border-radius:14px 14px 0 0;
    line-height:52px;
    color:#fff;
    text-indent:20px;
    font-size:20px;
    margin-top:20px;
}

.container .list{
    font-size: 15px;
    border-bottom: 1px solid #c0bfbf;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    vertical-align: sub;
    background: #e5e5e5;
    clear: both;
}




.container .list.active{

}
.container .list a{}
.container .list .items{

}
.container .list .items li{

}

.container .list .items li a{

}




.container .rightp{
    width:810px;
    float:right;
}

.container .rightp .clumb_change{
    margin-top:20px;
    line-height:30px;
}

.righta li{
    width: 100%;
    padding: 30px 0;
    height: 400px;
}
.righta li:nth-child(odd){
    background-color: #f1f1f1;
}
.righta li:nth-child(even){
    background-color: #fcfcfc;
}
.texta{
    width: 50%;
    margin-top: 100px;
}
.righta li:nth-child(odd) .texta{
    float: left;
}
.righta li:nth-child(even) .texta{
    float: right;
}
.taga{
    font-size: 30px;
    color: #000000;
    text-align: center;
}
.inTaga{
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 20px;
}
.viewMorea{
    overflow: hidden;
    margin-left: 25px;
    display: block;
    margin: 20px auto;
    border: 1px solid #ddd;
    color: #333333;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 16px;
    background-color: #ffffff;
    transition:.4s all;
}
.viewMorea:hover{
    background:#014cd4;
    border:#014cd4;
    color:#fff;
}
.righta2 .viewMorea{
    background-color: #f1f1f1;
}
.pica{
    float: left;
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
}
.pica img{
    height: 289px;
}

.app-tips{
  margin:40px auto;
}
.container .rightp p{
    margin-top:20px;
}
 


