a,
a:hover,
a:focus,
a:active {
    display: inline-block;
    font-size: 18px;
    color: #0e1644;
}
.but1f{
    position: relative;
}
.but1f a{
    position: absolute;
    border-radius: 26px;
    text-align: center;
    left: 876px;
    top: 50px;
    width: 151px;
    height: 34px;
    line-height: 30px;
}
.but1f a:hover{
    box-shadow: 0px 0px 8px #fff;
}
.but1f a:hover span{
    color: #eee;
    text-shadow: 0px 0px 2px #0e1644;
}
.but2f{
    position: relative;
}
.but2f a{
    position: absolute;
    border-radius: 26px;
    text-align: center;
    left: 852px;
    top: 20px;
    width: 201px;
    height: 34px;
    line-height: 30px;
}
.but2f a:hover{
    box-shadow: 0px 0px 8px #fff;
}
.but2f a:hover span{
    color: #eee;
    text-shadow: 0px 0px 2px #0e1644;
}
#zhizuan {
}
#zhizuan .zhizuan-banner {  }

#zhizuan .item{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
#zhizuan img.bg{
    width: 100%;
    height: auto;
    display: block;
}
#zhizuan .item img{
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 1400px) {
    .zhizuan-banner img {
        width: 1100px;
    }
    .but1f a {
        position: absolute;
        border-radius: 26px;
        text-align: center;
        left: 629px;
        top: 36px;
        width: 109px;
        height: 24px;
        line-height: 20px;
    }
    .but2f a {
        position: absolute;
        border-radius: 26px;
        text-align: center;
        left: 612px;
        top: 14px;
        width: 144px;
        height: 25px;
        line-height: 22px;
    }
}
@media (max-width: 1100px) {
    .zhizuan-banner img {
        width: 1100px;
    }
    .but1f a {
        position: absolute;
        border-radius: 26px;
        text-align: center;
        left: 507px;
        top: 29px;
        width: 88px;
        height: 20px;
        line-height: 18px;
    }
    .but2f a {
        position: absolute;
        border-radius: 26px;
        text-align: center;
        left: 493px;
        top: 12px;
        width: 116px;
        height: 19px;
        line-height: 17px;
    }
}

