.hide {
    display: none !important;
}

.show {
    display: block !important;
}
.tabBox,.tabBox .bd,#box1,#box2,#box3,#box4,#box5,#box6,#box7,#box8,#box9,#box10,.pic1,.text1{
overflow: hidden;
}
.t_daoyu {
    margin: -40px auto 0 auto;
}

.container {
    width: 1150px;
    padding: 40px 25px 0;
    background-color: #FCF8F8;
}

.tabBox .bd ul {
    background-color: transparent;
    overflow: hidden;
}

.tabBox .hd ul li {
    cursor: pointer;
    width: 185px;
}

.tabBox .hd ul {
    width: 1050px;
}

.items1 {
    width: 237px;
    height: 380px;
    padding: 0 20px;
    float: left;
    margin-bottom: 40px;
    color: #FFEFCD;
}

.items1 a {
    color: #FFEFCD;
}

.items1 .items {
    width: 245px;
    height: 380px;
    background: #E72D1D url(tpbg.png) top right no-repeat;
    border-radius: 8px;
    margin: 0 auto;
}

.items dl {
    height: 290px;
}

.switch {
    padding-top: 24px;
    padding-bottom: 20px;
    height: 18px;
    line-height: 18px;
}

.switch .switchBtn {
    height: 18px;
    float: right;
    padding-right: 40px;
}

.switch .switchBtn li {
    float: left;
    height: 18px;
    font-weight: 600;
}

.switch .switchBtn li.itemBtn {
    padding-left: 20px;
    line-height: 18px;
    color: #AD978F;
    cursor: pointer;
}

.switch .switchBtn li.btn1 {
    background: url(pic.png) no-repeat 3px 2px;
}

.switch .switchBtn li.btn2 {
    background: url(list.png) no-repeat 3px 2px;
}

.switch .switchBtn li.btn2.active {
    color: #FC4D11;
    background: url(listA.png) no-repeat 3px 2px;
}

.switch .switchBtn li.btn1.active {
    color: #FC4D11;
    background: url(picA.png) no-repeat 3px 2px;
}

.switch .switchBtn li.line {
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #EADDD9;
    padding: 0 10px;
}

.typeTitle {
    height: 57px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.title1 {
    background: url(ddmf.png) no-repeat center top;
}

.title2 {
    background: url(ddmf-tmj.png) no-repeat center top;
}
/* 文字 */
.tableHead {
    line-height: 50px;
    background-color: #FCE6B7;
    border-radius: 10px;
    overflow: hidden;
}
.tableHead .col2{
    background: url(xm.png) no-repeat 8px center;
}
.tableHead .col3{
    background: url(ssd.png) no-repeat 8px center;
}
.tableHead .col5{
    background: url(sj.png) no-repeat 8px center;
}
.tableCon {
    line-height: 42px;
    border-bottom: 1px dashed #DFD6CF;
    overflow: hidden;
}
.tableCon a{
    display: block;
    line-height: 42px;
    overflow: hidden;
}
.tableItem {
    float: left;
    font-size: 16px;
    color: #4C3932;
}

.tableHead .tableItem {
    color: #B36E08;
}

.col2 {
    width: 20%;
    box-sizing: border-box;
    padding: 0 30px;
    min-height: 42px;
}

.col3 {
    width: 30%;
    box-sizing: border-box;
    padding: 0 30px;
    min-height: 42px;
}

.col5 {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
}


@media only screen and (max-width: 520px) {
    .col2 {
        min-height: 28px;
        line-height: 28px;
        padding: 0 0 0 10px;
    }
    
    .col3 {
        min-height: 28px;
        line-height: 28px;
        padding: 0 0 0 10px;
    }
    
    .col5 {
        min-height: 28px;
        line-height: 28px;
        padding: 0 0 0 10px;
    }
    .tableHead .col2{
        background: url(xm.png) no-repeat 12px center;
        padding: 0 0 0 30px;
    }
    .tableHead .col3{
        background: url(ssd.png) no-repeat 12px center;
        padding: 0 0 0 30px;
    }
    .tableHead .col5{
        background: url(sj.png) no-repeat 12px center;
        padding: 0 0 0 30px;
    }
    .items1 {
        width: 46%;
        height: 220px;
        padding: 0 2%;
        margin-bottom: 10%;
    }

    .items1 .items {
        width: 100%;
        height: 220px;
    }

    .t_daoyu {
        width: 90%;
        padding: 5% 3%;
        margin: 0 auto 3% auto;
        border-radius: 0 0 10px 10px;
    }

    .container {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .switch .switchBtn {
        padding-right: 10px;
    }

    .switch {
        width: 100%;
        padding-top: 10px;
        box-sizing: border-box;
    }

    .title1 {
        background: url(ddmf.png) no-repeat center center;
        background-size: 100%;
    }

    .title2 {
        background: url(ddmf-tmj.png) no-repeat center center;
        background-size: 100%;
    }

    .typeTitle {
        padding-bottom: 10px;
    }

    .items dl {
        height: 170px;
    }

    .tabBox .hd ul {
        width: 100%;
    }

    .tabBox .hd ul li {
        width: 100%;
    }
    /* 文字 */
    .items1 {
        width: 46%;
        height: 220px;
        padding: 0 2%;
        margin-bottom: 6%;
    }
    .tableCon{
        line-height:28px;
        padding: 10px 0;
    }
}