.banner{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-top: -4px;
}
.contBannerWrit {
    height: 252px;
    width: 294px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/zy_title_bg.png) no-repeat center center;
}
.ban-title{
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}
.ban-title h2{
    font-size: 36px;
    border-bottom: #fff solid 1px;
    display: inline-block;
    min-width: 200px;
    height: 52px;
    overflow: hidden;
    color: #fff;
}
.ban-title h3{
    text-transform: uppercase;
    font-size: 20px;
    font-family: arial;
    line-height: 30px;
    width: 220px;
    color: #fff;
    margin: 8px auto 0 auto;
}
.ab-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.ab-box-top{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 60px 0 37px 0;
}
.ab-box-top ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.ab-box-top li{
    display: inline-block;
    width: 144px;
    height: 46px;
    margin: 0 4px;
    line-height: 46px;
}
.ab-box-top li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #555;
    background-color: #f1f1f1;
    border-radius: 2px;
    text-align: center;
}
.ab-box-top li a:hover{
    color: #fff;
    background-color: #e62129;
}
.ab-box-bottom{
    width: 100%;
    height: auto;
    display: inline-block;
}
.ab-box-bottom h3{
    font-size: 25px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 2%;
}
.ab-box-bottom p{
    font-size: 15px;
    line-height: 36px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-top: 45px;
}
.contBannerWrit {
    height: 252px;
    width: 294px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/zy_title_bg.png) no-repeat center center;
    display: none;
}
.classic li {
    float: left;
    width: 100%;
    margin: 0 1% 23px 1%;
}
.index {
    width: 85%;
    margin: 0 auto;
}
.ab-box-top li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #555;
    background-color: #f1f1f1;
    border-radius: 2px;
    text-align: center;
    font-size: 10px;
}
.ab-box-top li {
    display: inline-block;
    width: 25%;
    height: 46px;
    margin: 0 4px;
    line-height: 46px;
    margin-bottom: 4%;
}
}