html,body { overflow-x:hidden; }

.app .list h5{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.youshi .row{
    margin-left: 0px;
    margin-top: 30px;
}
.youshi .che{
    font-family: SourceHanSansCN-Bold;
    font-size: 26px;
    font-weight: bolder;
 
   
    color: #222222;
    text-align: center;
}
.youshi .youche{
    border-bottom: 2px solid #1354e1;
    border-width: 2px;
    width: 50px;
    margin: 0px 56.25px;
    text-align: center;
}
.ban .row{
    margin: 10px auto;
}
.ban img{
    text-align: center;
}
.ban h5{
    text-align: center;
}
.ban h4{
    text-align: center;
    margin: 20px auto;
}
.ban p{
    
}
.ban .col-md-2{
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
}
/*.curr{
    color: red !important;
}*/
section .cheng{
    font-family: SourceHanSansCN-Bold;
    font-size: 26px;
    font-weight: bolder;
   line-height: 100px;
    height: 100px;
   
    color: #222222;
    text-align: center;
}

section .cheng:after {
    border-bottom: 2px solid #1354e1; 
    content: " ";
    width: 2px;
    position: absolute;
    bottom:35px;
    border-width: 2px;
    width: 50px;
    left: 72px;
    
}
.sect{
    
    /* 加载背景图 */
    background: url("./images/sect.png") no-repeat;

    /* 背景图垂直、水平均居中 */
    background-position: center center;

    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
 

    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
     width: 100%;
     height: 340px;
    
     background-color: #fff;
     left:0px;
     text-align: center;

}

.sect .imgsect{
    margin: 35px auto;
}
.foote{
    position: relative;
}
.foote>.container{
    position: relative;
     z-index: 200;
}
.foo{
    
 background: url("./images/footer1.png") no-repeat ;

    background-position:center center;
    

   
    background-size: cover;
    width: 100%;
     height: 436px;
     line-height: 436px;
    background-color: #fff;
     left:0px;
     text-align: center;
     bottom: 0px;
     position: relative;
    
     z-index: 10;
     position: absolute;
}


