﻿.zmhd_main{
    width: 100%;
}
.zmhd_top{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background-color: #fff;
}
.zt_left{
    float: left;
    width: 53%;
    margin-left: 20px;
}
.ztl_a{
    width: 100%;
    margin-bottom: 20px;
}
.ztl_a a{
    display: block;
}
.ztl_a a img{
    width: 100%;
}
.ztl_table{
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #e0e6ef;
}
.ztl_table ul{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #0059a5;
    text-align: center;
    overflow: hidden;
    background-color: #e6edf8;
}
.ztl_table ul li{
    float: left;
    padding: 7px 0;
}
.ztl_table ul li.li_1{
    width: 51%;
    text-align: left;
    text-indent: 26px;
}
.ztl_table ul li.li_2,
.ztl_table ul li.li_3{
    width: 14%;
}
.ztl_table ul li.li_4{
    width: 20%;
}
.ztl_table table{
    width: 100%;
    height: 200px;
    font-size: 16px;
    text-align: center;
}
.ztl_table table tr td{
    padding: 7px 0;
    border-top: 2px solid #fff;
    background-color: #fffdf8;
}
.ztl_table table tr td.td_1{
    width: 51%;
}
.ztl_table table tr td.td_2,
.ztl_table table tr td.td_3{
    width: 14%;
}
.ztl_table table tr td.td_4{
    width: 20%;
}
.ztl_table table tr td a{
    display: block;
    text-align: left;
    text-indent: 26px;
}
.ztl_table table tr td span{
    color: #888888;
}
.zt_right{
    float: right;
    width: 41.5%;
    margin-right: 20px;
}
.zr_title{
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}
.zr_title p{
    float: left;
    font-size: 20px;
    color: #c02c30;
    padding-bottom: 5px;
    position: relative;
}
.zr_title p span{
    width: 100%;
    height: 2px;
    background-color: #c12c30;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.zr_title a{
    display: block;
    float: right;
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 8px;
}
.zr_title a:hover{
    color: red;
}
.zr_list{
    width: 100%;
    height: 298px;
    padding: 7px 0;
}
.zr_list ul li{
    margin-top: 12px;
}
.zr_list ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.zr_list ul li a p{
    float: left;
    width: 78%;
    text-indent: 10px;
    background: url(../images/index/dian.png) no-repeat;
    background-position: 0 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.zr_list ul li a span{
    float: right;
    width: 22%;
    color: #999999;
    text-align: right;
}
.zr_list ul li a:hover p{
    text-indent: 20px;
}
.zr_nav{
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}
.zr_nav a{
    display: block;
    float: left;
    width: 32%;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-left: 2%;
    overflow: hidden;
    position: relative;
}
.zr_nav a.zr_a1{
    margin-left: 0;
    background-color: #6cb8ae;
}
.zr_nav a.zr_a2{
    background-color: #4ea1c4;
}
.zr_nav a.zr_a3{
    background-color: #4184c9;
}
.zr_nav a img{
    display: block;
    position: absolute;
    top: 10px;
    left: 20%;
    transition: all 0.4s linear
}
.zr_nav a p{
    float: left;
    margin-left: 40%;
}
.zr_nav a:hover{
    color: red;
}
.zr_nav a:hover img{
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.zmhd_bottom{
    width: 100%;
    margin: 30px auto 20px;
    overflow: hidden;
}
.zb_left{
    float: left;
    width: 76%;
    padding: 15px 0;
    background-color: #fff;
}
.zb_title{
    width: 94%;
    font-size: 22px;
    color: #ae0303;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #d7d7d7;
}
.zb_title p{
    float: left;
    padding: 0 20px 5px;
    position: relative;
}
.zb_title p span{
    display: block;
    width: 4px;
    height: 50%;
    background-color: #065ca1;
    position: absolute;
    top: 18%;
    left: 0;
    transition: all 0.4s linear;
}
.zb_title div{
    float: right;
    font-size: 16px;
    color: #0059a5;
    margin-top: 4px;
}
.zb_title a{
    color: #0059a5;
}
.zb_title a:hover{
    color: red;
}
.zb_main{
    width: 94%;
    height: 163.52px;
    margin: 0 auto;
}
.zbm_top{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.zbm_top div{
    float: left;
    width: 20%;
}
.zbm_top div a{
    display: block;
}
.zbm_top div a img{
    width: 100%;
    margin-bottom: -5px;
}
.zbm_top h2{
    float: right;
    width: 78%;
    font-size: 22px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #c9c9c9;
    margin-bottom: 10px;
}
.zbm_top h2 a{
    color: #0059a5;
}
.zbm_top h2 a:hover{
    color: red;
}
.zbm_top p{
    float: right;
    width: 78%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zbm_top p span{
    color: #0059a5;
}
.zbm_bottom{
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}
.zbm_bottom p span{
    color: #0059a5;
}
.zbm_bottom p a{
    color: #cc0000;
}
.zbm_bottom p a:hover{
    color: red;
}
.zb_right{
   width: 100%;
    padding: 20px 0 4px;
    background-color: #fff;
}
.zb_right a{
     display: inline-block;
    width: 24%;
    margin: 0 auto 20px;
    margin-right: 20px;
}
.zb_right a img{
    width: 100%;
    margin-bottom: -5px;
}

/* ios */
@media (max-width: 760px) {
    .zt_left,
    .zt_right{
        float: none;
        width: 96%;
        margin: 0 auto 10px;
    }
    .ztl_table table{
        height: auto;
    }
    .ztl_table ul{
        font-size: 14px;
    }
    .ztl_table ul li.li_1{
        width: 40%;
    }
    .ztl_table ul li.li_2{
        width: 16%;
    }
    .ztl_table ul li.li_3{
        width: 20%;
    }
    .ztl_table ul li.li_4{
        width: 24%;
    }
    .ztl_table table tr td.td_1{
        width: 40%;
    }
    .ztl_table table tr td.td_2{
        width: 16%;
    }
    .ztl_table table tr td.td_3{
        width: 20%;
    }
    .ztl_table table tr td.td_4{
        width: 24%;
    }
    .ztl_table table tr td a{
        text-align: center;
        text-indent: 0;
    }
    .ztl_table table{
        font-size: 12px;
    }
    .zr_title p{
        font-size: 18px;
    }
    .zr_title a{
        margin-top: 6px;
    }
    .zr_list{
        height: auto;
    }
    .zr_list ul li a{
        font-size: 14px;
    }
    .zr_list ul li a p{
        width: 70%;
    }
    .zr_list ul li a span{
        width: 30%;
    }
    .zr_nav a{
        font-size: 14px;
    }
    .zr_nav a img{
        left: 10%;
    }
    .zb_left,
    .zb_right{
        float: none;
        width: 100%;
    }
    .zb_left{
        margin-bottom: 20px;
    }
    .zb_main{
        height: auto;
    }
    .zbm_top div{
        float: none;
        width: 100%;
    }
    .zbm_top h2{
        float: none;
        width: 100%;
        font-size: 18px;
    }
    .zbm_top p{
        float: none;
        width: 100%;
        font-size: 14px;
    }
}