/* 重点领域公开 */
.gtzf-zdly{
    width: 100%;
    margin: 0 auto;
    min-height: 500px;
}
.gtzf-zd-title1{
    width: 100%;
    height: 41px;
    margin: 0 auto;
    margin-top: 61px;
    background: #4b68b2;
}
.gtzf-zd-title1 h1{
    color: #fff;
    font-size: 18px;
    line-height: 41px;
    margin-left: 22px;
   letter-spacing: 2px;
}
.gtzf-zd-ul1{
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.gtzf-zd-ul1 li{
    float: left;
    width: 180px;
    height: 130px;
    border-radius: 10px;
    margin: 0 9px;
    margin-bottom: 19px;
    border: 1px solid #dddddd;
}
.gtzf-zd-ul1 li img{
    display: block;
    margin: 0 auto;
    margin-top: 18px;
    transition: ease-in .2s;
}
.gtzf-zd-ul1 li p{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.gtzf-zd-ul1 li:hover img{
    transform: scale(-1,1);
}