@media screen and (max-width:997px){
    .table_top_info{
        display:none;
    }
    /*.banner{min-height:0;}
    div#tc,table{width:100%;}
    #tc a#tc_zxcz{width:100%;}
    #tc tr#tc_bt{background-color:#aaaaaa;}
    .hidden{display:none;}
    .daijian tr td:nth-child(1),.daijian tr td:nth-child(2){width:25%;}
    .tuoguan tr td:nth-child(1),.tuoguan tr td:nth-child(2),.tuoguan tr td:nth-child(3){width:20%;}
    .shuoming tr td:nth-child(2),.shuoming tr td:nth-child(3),.shuoming tr td:nth-child(4),.shuoming tr td:nth-child(5){display:none;}
    .banben tr td{width:20%;}
    .banben tr td:nth-child(6){display:none;}
    .shuoming tr td:nth-child(6){width:80%;}
    div.pc_hidden{display:block;width:100%;text-align:center;font-size:1.5em;}
    .pc_hidden div{float:left;width:50%;height:40px;line-height:40px;background-color:#E6F7DF;color:#666;cursor:pointer;}
    .pc_hidden .click{background-color:#43B413;color:#eee;}*/
    .banner{min-height:0;}
        div#tc,table{width:100%;}
        #tc a.tc_zxcz{width:100%;}
        #tc tr.tc_bt{background-color:#aaaaaa;}
        .hidden{display:none;}
        .daijian tr td:nth-child(1),.daijian tr td:nth-child(2){width:25%;}
        .tuoguan tr td:nth-child(1),.tuoguan tr td:nth-child(2),.tuoguan tr td:nth-child(3){width:20%;}
        .banben tr td:nth-child(2),.banben tr td:nth-child(3),.banben tr td:nth-child(4),.banben tr td:nth-child(5){display:none;}
        .banben tr td:nth-child(6){width:80%;}

        .shuoming tr td{width:20%;}
        .shuoming tr td:nth-child(6){display:none;opacity:0;}

        div.pc_hidden{display:none;width:100%;text-align:center;font-size:1.5em;}
        .pc_hidden div{float:left;width:50%;height:40px;line-height:40px;background-color:#E6F7DF;color:#666;cursor:pointer;}
        .pc_hidden .click{background-color:#43B413;color:#eee;}

        .ccc{
        width:100%;
        background: rgba(0,0,0,0.8);
        position:fixed;
        top:0;
        left:0;
        opacity:0;
        display:none;
        z-index:99999;
        <!-- height:1000px; -->
    }
    div.opa_inner{width:100%;position:fixed;TOP:50%;left:0;display:block;}
    .arrows{overflow: hidden;}
    .arrows .lf{animation: goleft 1.5s ease-out alternate;animation-iteration-count: 3;float:left;margin-left:60px;}
    .arrows .rt{
        transform:rotate(180deg);
        animation:goright 1.5s ease-out alternate;
        animation-iteration-count: 3;
        float:right;
        margin-right:60px;
    }
    .info{font-size:25px;text-align: center;margin-top:50px;color:#fff;letter-spacing: 3px;font-weight:bold;}
    }
    @keyframes goleft {
        0%{transform: translate(0,0);}
        50%{transform:translate(-50px,0);}
        100%{transform: translate(0,0);}
    }
    @keyframes goright {
        0%{transform: translate(0,0) rotate(180deg);}
        50%{transform:translate(50px,0) rotate(180deg);}
        100%{transform: translate(0,0) rotate(180deg);}
    }
    @keyframes move-right-out {
        0%{
            transform:translateX(0px);
            opacity:1;
        }
        99%{
            transform:translateX(320px);
            opacity:0;
        }
        100%{display:none;opacity:0;}
    }
    @keyframes move-right-in {
        0%{display:block;opacity:0;}
        1%{
            transform:translateX(320px);
            opacity:0;
        }
        100%{
            transform:translateX(0px);
            opacity:1;
        }
    }
    @keyframes move-left-out {
        0%{
            transform:translateX(0px);
            opacity:1;
        }
        99%{
            transform:translateX(-320px);
            opacity:0;
        }
        100%{display:none;opacity:0;}
    }
    @keyframes move-left-in {
        0%{display:block;opacity:0;}
        1%{
            transform:translateX(-320px);
            opacity:0;
        }
        100%{
            transform:translateX(0px);
            opacity:1;
        }
    }
    .move-right-in{
        -webkit-animation: move-right-in 0.6s linear;
        -o-animation: move-right-in 0.6s linear;
        animation: move-right-in 0.6s linear;
    }
    .move-right-out{
        -webkit-animation: move-right-out 0.6s linear;
        -o-animation: move-right-out 0.6s linear;
        animation: move-right-out 0.6s linear;
    }
    .move-left-in{
        -webkit-animation: move-left-in 0.6s linear;
        -o-animation: move-left-in 0.6s linear;
        animation: move-left-in 0.6s linear;
    }
    .move-left-out{
        -webkit-animation: move-left-out 0.6s linear;
        -o-animation: move-left-out 0.6s linear;
        animation: move-left-out 0.6s linear;
    }
    .t_phone td{
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    div#tc {
        height: 100%;
        <!-- width: 1238px; -->
        width:100%;
        margin-right: auto;
        margin-left: auto;
        font-family: "微软雅黑";
    }
    #tc td {
        margin: 0px;
        padding: 0px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-bottom-style: solid;
        border-left-style: solid;
        border-bottom-color: #FFFFFF;
        border-left-color: #FFFFFF;
        line-height: 30px;
        text-align: center;
        font-size:16px;
    }
    #tc .table_b {
        background-color: #eaeaea;
    }
    #tc table {
        font-family: "微软雅黑";
        font-size: 16px;
        color: #7c7c7c;
    }
    #tc tr {
        margin: 0px;
        padding: 0px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
    }
    #tc .tc_bt {
        line-height: 60px;
        color: #FFFFFF;
        background-color: #3caf59;
        text-align: center;
    }
    #tc .glxx {
        text-align: left;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        font-size: 14px;
    }
    #tc .zzfw_glxx {
        text-align: left;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        font-size: 14px;
    }
    .table_a{font-size: 14px;}
    .table_b{font-size: 14px;}
    #tc .tc_g {
        background-image: url(img/duicuo_25.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    #tc .zzfwb {
        line-height: 60px;
        color: #FFFFFF;
        background-color: #3caf59;
        text-align: center;
        height: 60px;
    }
    #tc .tc_zxcz {
        font-size: 12px;
        line-height: 15px;
        color: #FFFFFF;
        background-color: #3caf59;
        display: block;
        text-decoration: none;
        padding: 3px;
        width:80px;
        margin-right: auto;
        margin-left: auto;
    }
    #tc .tc_zxcz:hover {
        font-size: 12px;
        line-height: 15px;
        color: #faf700;
        background-color: #3caf59;
        display: block;
        text-decoration: none;
        padding: 3px;
        width:80px;
        margin-right: auto;
        margin-left: auto;
    }
    #tc .dzfw {
        line-height: 60px;
        color: #3caf59;
        background-color: #eaeaea;
        text-align: center;
        height: 60px;
    }
    #tc .tc_c {
        background-image: url(img/duicuo_33.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 80px;
    }
    
}
.section table {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
}
.opa_inner{display:none;}
.section td {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #e8e8e8;
    border-left-color: #e8e8e8;
}
.lefttitle{vertical-align: middle;}
.section td{vertical-align: middle;text-align: center;}
.section .lefttitle{vertical-align: middle;text-align: left;}
.section .error{background-repeat: no-repeat;background-position: center center;background-image: url(../images/img/error.gif);}


#tc {
    height: 100%;
    /*width: 1238px;*/
    width:100%;
    max-width:1238px;
    margin-right: auto;
    margin-left: auto;
    font-family: "微软雅黑";
}
#tc td {
    margin: 0px;
    padding: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-size:16px;
}
#tc #table_b {
    background-color: #eaeaea;
}
#tc table {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #7c7c7c;
}
#tc tr {
    margin: 0px;
    padding: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
}
#tc #tc_bt {
    line-height: 60px;
    color: #FFFFFF;
    background-color: #3caf59;
    text-align: center;
}
#tc #glxx {
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 14px;
}
#tc #zzfw_glxx {
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 14px;
}
#table_a{font-size: 14px;}
#table_b{font-size: 14px;}
#tc #tc_g {
    background-image: url(/tpl/Home/pigcms/common/images/images/duicuo_25.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#tc #zzfwb {
    line-height: 60px;
    color: #FFFFFF;
    background-color: #3caf59;
    text-align: center;
    height: 60px;
}
#tc #tc_zxcz {
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    background-color: #3caf59;
    display: block;
    text-decoration: none;
    padding: 3px;
    width:80px;
    margin-right: auto;
    margin-left: auto;
}
#tc #tc_zxcz:hover {
    font-size: 12px;
    line-height: 15px;
    color: #faf700;
    background-color: #3caf59;
    display: block;
    text-decoration: none;
    padding: 3px;
    width:80px;
    margin-right: auto;
    margin-left: auto;
}
#tc #dzfw {
    line-height: 60px;
    color: #3caf59;
    background-color: #eaeaea;
    text-align: center;
    height: 60px;
}
#tc #tc_c {
    background-image: url(/tpl/Home/pigcms/common/images/images/duicuo_33.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 80px;
}
#dzfw a{ color:#3caf59;}
#dzfw a:hover{ color:#FF0000;}
.pc_hidden{display:none;}