.zwgk{
    width: 96%;
    margin: 0 auto;
    padding: 20px 0;
}
.zwgk_top{
    width: 100%;
    overflow: hidden;
}
.zt_left{
    float: left;
    width: 63%;
}

.title_one{
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}
.title_one p{
    float: left;
    font-size: 20px;
    margin-right: 40px;
    padding-bottom: 8px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s linear;
}
.title_one p.on{
    font-weight: bold;
    color: #0166b6;
}
.title_one p span{
    display: block;
    width: 0;
    height: 2px;
    background-color: #ff9201;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transition: all 0.4s linear;
}
.title_one p.on span{
    width: 100%;
    left: 0;
}
.title_one div{
    float: right;
    font-size: 16px;
    margin-top: 5px;
}
.title_one div a{
    display: none;
    color: #cccccc;
}
.title_one div a.on{
    display: block;
}
.title_one div a span{
    display: inline-block;
    transition: all 0.4s linear;
}
.title_one div a:hover{
    color: red;
}
.title_one div a:hover span{
    transform: rotate(360deg);
}

.list_one{
    width: 100%;
}
.list_one ul{
    display: none;
    min-height: 286px;
    padding: 10px 0;
}
.list_one ul.on{
    display: block;
}
.list_one ul li{
    padding: 5px 0;
}
.list_one ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.list_one ul li a p{
    float: left;
    width: 86%;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.4s linear;
}
.list_one ul li a p::before {
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 5px;
}
.list_one ul li a span{
    display: block;
    float: right;
    color: #8c8c8c;
}
.list_one ul li a:hover p{
    text-indent: 30px;
}

.list_two{
    width: 100%;
}
.list_two ul{
    width: 100%;
    overflow: hidden;
}
.list_two ul li{
    float: left;
    width: 31%;
    margin-left: 3.5%;
}
.list_two ul li.list_two_li{
    margin-left: 0;
}
.list_two ul li a{
    display: block;
    width: 100%;
    font-size: 20px;
    color: #0166b6;
    text-align: center;
    padding: 25px 0;
    background: url(../images/zwgk/list_two_a.png) no-repeat;
    background-size: 100% 100%;
}

.list_three{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.list_three div{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background-color: #3991d7;
    border: 1px solid #3991d7;
}
.list_three div h2{
    display: none;
}
.list_three ul{
    width: 99.7%;
    border: 1px solid #eaeaea;
    border-top: none;
    overflow: hidden;
}
.list_three ul li{
    float: left;
    width: 33.33%;
    font-size: 18px;
    padding: 15px 0;
}
.list_three ul li a{
    display: block;
}
.list_three ul li a img{
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    margin-left: 15px;
    transition: all 0.4s linear;
}
.list_three ul li a p{
    float: left;
    padding: 8px 0;
    margin-left: 15px;
}
.list_three ul li a:hover img{
    transform: rotateY(360deg);
}

.zt_right{
    float: right;
    width: 34%;
}

.title_two{
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.title_two img{
    position: absolute;
    top: 2px;
    left: 0;
}
.title_two p{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #0166b6;
    margin-left: 40px;
    padding-bottom: 8px;
}
.title_two a{
    display: block;
    float: right;
    font-size: 16px;
    color: #cccccc;
    margin-top: 5px;
}
.title_two a span{
    display: inline-block;
    transition: all 0.4s linear;
}
.title_two a:hover{
    color: red;
}
.title_two a:hover span{
    transform: rotate(360deg);
}

.ztr_nav_one{
    width: 100%;
}
.ztr_nav_one div{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.ztr_nav_one div a{
    display: block;
    float: left;
    width: 47%;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    background-color: #6eb3ea;
}
.ztr_nav_one div a.ztrno_right{
    float: right;
}
.ztr_nav_one div a p{
    width: 82%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.ztr_nav_one div a span{
    display: block;
    width: 82%;
    margin: 0 auto;
    position: relative;
    transition: all 0.4s linear;
}
.ztr_nav_one div a span b{
    display: block;
    width: 10%;
    height: 2px;
    background-color: #41f8ff;
    position: absolute;
    bottom: 7px;
    right: 5px;
    transition: all 0.4s linear;
}
.ztr_nav_one div a:hover span{
    text-indent: 15px;
}
.ztr_nav_one div a:hover span b{
    bottom: 12px;
}

.ztr_nav_two{
    display: none;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding: 17px 0;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.ztrnt_top{
    width: 90%;
    margin: 0 auto 18px;
    overflow: hidden;
}
.ztrnt_top a{
    display: block;
    float: left;
    width: 47%;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 70px 0 26px;
    background-color: #fff;
    position: relative;
}
.ztrnt_top a.ztrnt_right{
    float: right;
}
.ztrnt_top a img{
    position: absolute;
    top: 28px;
    left: 41%;
    transition: all 0.4s linear;
}
.ztrnt_top a:hover img{
    transform: scale(1.2,1.2);
}
.ztrnt_bottom{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.ztrnt_bottom a{
    display: block;
    float: left;
    width: 33.33%;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 70px 0 26px;
    background-color: #fff;
    position: relative;
}
.ztrnt_bottom a img{
    position: absolute;
    top: 28px;
    left: 36%;
    transition: all 0.4s linear;
}
.ztrnt_bottom a span{
    display: block;
    width: 1px;
    height: 60%;
    background-color: #eeeeee;
    position: absolute;
    top: 20%;;
    right: 0;
}
.ztrnt_bottom a:hover img{
    transform: scale(1.2,1.2);
}

.zwgk_bottom{
    width: 100%;
    margin-top: 10px;
}
.zwgk_bottom ul{
    width: 100%;
    overflow: hidden;
}
.zwgk_bottom ul li{
    width: 100%;
    margin: 10px 0 0;
}
.zwgk_bottom ul li a{
    display: block;
}
.zwgk_bottom ul li a img{
    width: 100%;
}

/* ios */
@media (max-width: 760px) {
    .zwgk{
        width: 92%;
    }
    .zt_left,
    .zt_right{
        float: none;
        width: 100%;
    }
    .title_one p{
        font-size: 18px;
        margin-right: 10px;
        padding-bottom: 5px;
    }
    .title_one div{
        font-size: 14px;
        margin-top: 2px;
    }
    .list_one ul{
        min-height: auto;
    }
    .list_one ul li a{
        font-size: 14px;
    }
    .list_one ul li a p{
        width: 70%;
    }
    .list_two ul li a{
        font-size: 16px;
        padding: 14px 0;
    }
    .list_three div{
        float: none;
        width: 100%;
        font-size: 18px;
        padding: 15px 0;
    }
    .list_three div p{
        display: none;
    }
    .list_three div h2{
        display: block;
    }
    .list_three ul{
        float: none;
        width: 99.2%;
        height: auto;
        border-top: none;
        border-left: 1px solid #eaeaea;
    }
    .list_three ul li{
        font-size: 14px;
    }
    .list_three ul li a img{
        float: none;
        margin: 0 auto;
    }
    .list_three ul li a p{
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .title_two{
        margin-top: 20px;
    }
    .title_two img{
        top: 0;
    }
    .title_two p{
        font-size: 18px;
    }
    .title_two a{
        font-size: 14px;
        margin-top: 3px;
    }
    .ztr_nav_one div a{
        font-size: 14px;
    }
    .ztr_nav_two{
        margin-top: 20px;
    }
    .ztrnt_top a{
        font-size: 14px;
        padding: 50px 0 15px;
    }
    .ztrnt_top a img{
        top: 15px;
        left: 40%;
    }
    .zwgk_bottom{
        margin-top: 10px;
    }
    .ztrnt_bottom a{
        font-size: 14px;
        padding: 50px 0 15px;
    }
    .ztrnt_bottom a img{
        top: 15px;
        left: 33%;
    }
    .zwgk_bottom ul li{
        width: 100%;
        margin: 10px auto 0;
    }
    
}