*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

.footerA{
    width: 100%;
    height: 100px;
    /*outline: 1px solid red;*/
    background-color: #41474F;
}
.footerALL{
    width: 600px;
    height: 100px;
    margin: 0 auto;
    /*outline: 1px solid red;*/
}
.footerText{
    width: 410px;
    height: 100px;
    /*outline: 1px solid red;*/
    float:left;
}
.footerText > p{
    text-align: center;
    /*outline: 1px solid red;*/
    font-size: 14px;
    color: white;
}
.serviceAll{
    width: 1100px;
    height: 230px;
    /*outline: 1px solid red;*/
    margin: 0 auto;
}
.scroll_horizontal{
    position:relative;
    width:1100px;
    height:250px;
    padding:20px;
    padding-top: 0;
    line-height:20px;
    /*outline: 1px solid red;*/
}
.scroll_horizontal .box{
    overflow:hidden;
    position:relative;
    width:1015px;
    height:250px;
    margin:0 auto;
}
.scroll_horizontal .list{
    overflow:hidden;
    width:9999px;
}
.scroll_horizontal .list li{
    float:left;
    width:145px;
    height: 200px;
    text-align:center;
    /*outline: 1px solid red;*/
    list-style: none;
    padding-top: 50px;
}
.scroll_horizontal .list li > img{
    margin-top: 40px;
}
.scroll_horizontal .list li > div{
    width:100%;
    margin-top: 10px;
    color: black;
}
.plus{
    position: absolute;
    width: 35px ;
    height: 35px;
    /*outline: 1px solid red;*/
    top: 90px;
    left: 10px;
    cursor: pointer;
    background:url("${ctx}/static/images/gonganting/last.png") no-repeat center;
}
 input::-webkit-input-placeholder {
         color: #aab2bd;
        font-size: 16px;
     }
.minus{
    position: absolute;
    width: 35px ;
    height: 35px;
    top:90px;
    cursor: pointer;
    right: 10px;
    /*outline: 1px solid red;*/
    background:url("${ctx}/static/images/gonganting/next.png") no-repeat center;
}
.baopozuoye{
    background: url("${ctx}/static/images/gonganting/baopozuoye.png");
}
.xinshizhengbufa{
    background: url("${ctx}/static/images/gonganting/xinshizhengbufa.png");
}
.huangdudu{
    background: url("${ctx}/static/images/gonganting/huangdudu.png");
}
.jidongche{
    background: url("${ctx}/static/images/gonganting/jidongche.png");
}
.xuanhao{
    background: url("${ctx}/static/images/gonganting/xuanhao.png");
}
.buhuan{
    background: url("${ctx}/static/images/gonganting/buhuan.png");
}
.weifajiaofei{
    background: url("${ctx}/static/images/gonganting/weifajiaofei.png");
}
.ruwangyinzang{
    background: url("${ctx}/static/images/gonganting/ruwangyinzang.png");
}
.shengfenzheng{
    background: url("${ctx}/static/images/gonganting/shengfenzheng.png");
}
.shiwuzhao{
    background: url("${ctx}/static/images/gonganting/shiwuzhao.png");
}
.xinshenger{
    background: url("${ctx}/static/images/gonganting/xinshenger.png");
}
.baopozuoye:hover{
    background: url("${ctx}/static/images/gonganting/baopozuoye-s.png");
}
.xinshizhengbufa:hover{
    background: url("${ctx}/static/images/gonganting/xinzhizhengbufa-s.png");
}
.huangdudu:hover{
    background: url("${ctx}/static/images/gonganting/huangdudu-s.png");
}
.jidongche:hover{
    background: url("${ctx}/static/images/gonganting/jidongce-s.png");
}
.xuanhao:hover{
    background: url("${ctx}/static/images/gonganting/xuanhao-s.png");
}
.buhuan:hover{
    background: url("${ctx}/static/images/gonganting/buhuan-s.png");
}
.weifajiaofei:hover{
    background: url("${ctx}/static/images/gonganting/weifajiaofei-s.png");
}
.ruwangyinzang:hover{
    background: url("${ctx}/static/images/gonganting/ruwangyingzang-s.png");
}
.shengfenzheng:hover{
    background: url("${ctx}/static/images/gonganting/shengfenzheng-s.png");
}
.shiwuzhao:hover{
    background: url("${ctx}/static/images/gonganting/shengfenzheng-s.png");
}
.xinshenger:hover{
    background: url("${ctx}/static/images/gonganting/xinshenger-s.png");
}
.scroll_horizontal .list li > a > div{
    width: 90px;
    height: 83px;
    margin-left: 30px;
}