/* 清除浮动  */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
.section{
    width: 100%;
    background: url(bg.png) no-repeat center;
    
}
/* 当前位置 */
.dqwzBox{
    width: 100%;
    height: 40px;
    background-color: #deecff;
    margin-bottom: 39px;
}
.dqwz{
    width: 100%;
    height: 40px;
}
.dqwz table{
    line-height: 38px;
}
.dqwz table span{
    margin: 0 5px 0 10px;
}
.dqwz table a{
    color: rgba(0, 0, 0, 0.6);
    margin-left: 2px;
    font-size: 14px;
}
.dqwz table tr td:nth-child(2) a{
    margin-left: 5px;
}
.dqwz table tr td:last-child span{
    display: none;
}
.bx1100{
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
.text{
    width: 100%;
    height: 22px;
    background: url(xian.png) no-repeat center center;
    margin-bottom: 14px;
}
.text img{
    display: block;
    margin: 0 auto;
}
.listBox{
    width: 100%;
    height: 730px;
    overflow: hidden;
    margin-bottom: 30px;
}

.list{
    width: 100%;
    height: 800px;
    padding: 16px 0 0px 0px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.list01{
    display: none;

}
.list li{
    float: left;
    width: 251px;
    height: 352px;
    margin: 0 30px 30px 0;
}
.list li:nth-child(4n){
    margin-right: 0;
}
.list li a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 312px;
}
.Listtext{
    width: 100%;
    height: 40px;
    background: rgba( 51, 51, 51, 0.3);
    text-align: center;
}
.Listtext span{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}


@media only screen and (max-width: 768px){
    .dqwzBox{
        display: none;
    }
    .bx1100{
        width: 100%;
    }
    .list{
        height: auto;
    }
    .list li{
        margin-left: calc(50% - 125px);
    }
}

