.zt-banner{
    position: relative;
}
.zt-bantxt{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.zt-bantxt p{
    width: 75%;
    font-size: 15px;
    line-height: 1.8em;
}
.ztwkgpbox{
    width: 75%;
    margin: 30px auto;
}
.ztwkgptxt{
    width: 32%;
    padding: 30px 20px;
    background-color: #0f3f81;
    border-radius: 10px;
    box-sizing: border-box;
}
.ztwkgptxt p{
    color: #FFF;
}
.ztwkgptxt p span{
    font-size: 30px;
}
.ztwkgplist{
    width: 62%;
}
ul.ztwkgplist li{
    background: #dd1f2b;
    border-radius: 5px;
    display: inline-block;
    margin:15px 0;
    color: #FFF;
    padding: 0 15px;
    position: relative;
}
.ztwkgplist li:before{
    content: "";
    position: absolute;
    left: -34px;
    top: 8px;
    border-bottom: 15px solid #dd1f2b;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 30px;
    transform: rotate(270deg);
}
.zt-content h2{
    font-size: 30px;
    color: #dd1f2b;
    font-weight: bold;
    margin-bottom: 20px;
}
.gp_box h3{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}
.gp_list{
    margin-bottom:50px;
}
.gp_list li{
    width: 48%;
    margin-top: 40px;
}
.gp_list li h4{
    font-size: 20px;
    margin-bottom: 15px;
}
.gp_list li p{
    margin-bottom: 20px;
}
.bed_img{
    margin-top:40px;

}
.bed_img li{
    width: 23%;
}
.ztyushanlist li{
    margin-top: 30px;
    width: 31%;
}
.ztyushanlist li:hover h4{
    color: #dd1f2b;
}
.ztyushanlist li img{
    background: #dcdcdc;
}
.ztyushanlist li h4{
    margin-top: 5px;
    background: #dcdcdc;
    font-weight: normal;
    text-align: center;
    padding: 10px;
}
.ztpro{
    background: #eaeaea;
    padding: 30px 40px;
    margin-bottom: 50px;
}
.ztpro h3{
    font-size: 20px;
    font-weight: bold;
}
.ztpro li{
    width: 30%;
}
.ztpro ul{
    margin-top: 30px;
    align-items: normal;
}
.ztpro li h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ztpro li p{
    font-size: 15px;
    line-height: 1.5em;
    min-height: 9em;
}
.ztpro li img{
    width: auto;
    max-width: 100%;
    margin-top: 40px;
}
.ztpro li i{
    display: block;
    height: 3px;
    width: 30%;
    background: #999;
    margin-top: 30px;
}
.ztzizhilist{
    width: 48%;
    margin-bottom: 40px;
}
.zthonorpic{
    margin-top: 20px;
}
.zthonorpic li{
    width: 23%;
}
.ztzizhilist img{
    margin-top: 20px;
    width: 47%;
}
@media (max-width: 1000px){
    .zt-bantxt{
        position: static;
        transform: none;
        width: 100%;
    }
    .zt-bantxt p{
        width: 100%;
    }
    .zt-content h2{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .ztwkgpbox{
        width: 100%;
        margin-bottom: 0;
    }
    .ztwkgptxt{
        width: 100%;
        margin-bottom: 10px;
        padding: 15px;
    }
    .ztwkgptxt p span{
        font-size: 22px;
    }
    .ztwkgplist{
        width: 100%;
    }
    .ztwkgplist li:before{
        display: none;
    }
    ul.ztwkgplist li{
        margin: 5px 0;
    }
    .gp_box h3{
        font-size: 18px;
    }
    .gp_list li{
        width: 100%;
        margin-top: 20px;
    }
    .gp_list li h4{
        font-size: 18px;
        font-weight: bold;
    }
    .bed_img{
        margin-top: 20px;

    }
    .bed_img li{
        width: 48%;
        margin-bottom: 10px;
    }
    .ztyushanlist li{
        width: 48%;
        margin-top: 20px;
    }
    .contact{
        margin-top: 0;
        margin-bottom: 0;
    }
    .ztpro{
        padding: 20px ;
    }
    .ztpro li{
        width: 100%;
        margin-bottom: 30px;
    }
    .ztpro li p{
        min-height: auto;
    }
    .ztzizhilist{
        width: 100%;
    }
    .zthonorpic li{
        width: 48%;
        margin-bottom: 10px;
    }
    .ztpro li i{
        margin-top: 20px;
    }
    .ztpro li img{
        margin-top: 20px;
    }
}