.opdiv1 {
    padding-top: 70px;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}

.opdiv1 > div {
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
    font-size: 0;
}



.opdiv1 .znav-l {
    position: relative;
    display: inline-block;
    /* overflow: hidden; */
}

.opdiv1 .znav-l > :first-child {
    color: #fff;
    background-color: #26a3fb;
    padding: 15px 35px;
    display: block;
    font-size: 16px;
}

.opdiv1 .znav-l > :last-child {
    position: absolute;
    border: 15px solid transparent;
    border-top: 15px solid #26a3fb;
    left: 40%;
}

.opdiv1 .znav-r {
    float: right;
    margin: 15px 0 0 0;
}

.opdiv1 .znav-r > i {
    font-size: 16px;
    color: #999;
}

.opdiv1 .znav-r > a {
    font-size: 16px;
    color: #999;
}


.opdiv2{
    width: 1200px;
    margin: 0 auto;
}


.titt-p1{
    font-size: 30px;
    color: #ca0202;
    text-align: center;
    line-height: 86px;
}
.titt-p2{
    width: 60%;
    background: url("../images/bjt1.png") no-repeat;
    background-size: 88%;
    background-position: 44px 7px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
}
.opdiv2>ul{
    font-size: 0;
    margin: 50px 0 30px 0;
    height: 250px;
}
.opdiv2>ul>li{
    float: left;
    /*display: none;*/
    margin-top: -100px;
    opacity: 0;
    width: 16.66%;
}
.opdiv2>ul>li>div{
    width: 96%;
    margin: 0 auto;
    box-shadow: 1px 1px 2px #ddd;
    background: #ECECEC;
    padding: 15px;
    box-sizing: border-box;
}
.opdiv2>ul div>:first-child{
    background: url("../images/bjt2.png") no-repeat;
    width: 40px;
    height: 40px;
    margin: 40px 0 0 0;
}
.opdiv2>ul div .icon1 {
    background-position: 0px 0px
}

.opdiv2>ul div .icon2 {
    background-position: 0px -100px
}

.opdiv2>ul div .icon3 {
    background-position: 0px -200px
}

.opdiv2>ul div .icon4 {
    background-position: 0px -300px
}

.opdiv2>ul div .icon5 {
    background-position: 0px -400px
}

.opdiv2>ul div .icon6 {
    background-position: 0px -500px
}
.opdiv2>ul div>:nth-child(2){
    font-size: 16px;
    line-height: 70px;
}
.opdiv2>ul div>:nth-child(3){
    height: 2px;
    background-color: black;
    width: 10%;
    margin: 0 0 10px 0;
}
.opdiv2>ul div>:nth-child(4){
    color: #666666;
    line-height: 22px;
    font-size: 12px;
}
.opdiv2 table{

    margin: 0 0 50px 0;
}
.opdiv2 table>tr{

}

.opdiv2 table td{
    text-align: center;
    font-size: 16px;
    color: #666;
    border:1px solid #d6d6d6;

    height: 56px;
    line-height: 26px;
}
.opdiv2 table td:first-child{
    /*border-left: transparent;*/
}
.opdiv2 table tr td:nth-child(2){
    text-align:left;
    /* padding-left: 6px; */
    box-sizing: border-box;
}
.opdiv2 table .tstj{
    background-color: #d6d6d6;
}
.opdiv2 table .tstj td{
    color: #000;
    font-size: 20px;
    height: 50px;
}

.opdiv2 table .qxbj>td{
    border: transparent;
    font-size: 20px;
    line-height: 30px;
    color: #000;

}
.opdiv2 table .yjbt>td{
    font-size: 30px;
}
.opdiv2 table .mbt>td{
    padding: 20px 0 40px 0;
}
.opdiv2 table .tstjs>td{
    height:110px;
    line-height: 25px;
}
.opdiv2 table tr .zuomian+td{
    text-align:center;
}
.opdiv2 table tr .zuomian+td+td{
    text-align:left;
    /* padding-left: 6px; */
    box-sizing: border-box;
}
.opdiv2 table tr .le-ts{
    text-align: left;
    /* padding-left: 6px; */
    box-sizing: border-box;
}
.opdiv2 table tr .le-ts~td{
    text-align: center;
}




.tjdh{
    animation: dhxg 2s linear ;
}
.tjdh2{

}
@keyframes dhxg {
    0%{
        margin-top: -150px;
        opacity: 0;
    }
    15%{
        margin-top: -60px;
        opacity: 0.2;
    }
    30%{
        margin-top: 0;
        opacity: 0.4;
    }
    45%{
        margin-top: -25px;
        opacity: 0.6;
    }
    60%{
        margin-top: 0;
        opacity: 0.8;
    }
    75%{
        margin-top: -11px;
        opacity: 1;
    }
    100%{
        margin-top: 0;
        opacity: 1;
    }
}








@media (max-width: 760px) {
    .opdiv1{
        padding-top: 40px;
    }
    .opdiv1>img {
        width: 212%;
    }
    .opdiv2{
        width: 100%;
    }

    .opdiv2 table .w-phone{

    }
    .opdiv2>ul>li{
        width: 33.3%;
        vertical-align: top;
        margin-bottom: 20px;
    }
    .opdiv2>ul div>:nth-child(4){
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .opdiv2>ul{
        height: 450px;
    }
    .titt-p2{
        line-height: 30px;
        background-size: 144%;
        background-position: -52px 4px;
    }
}
