.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;
}


.log-on{
    width: 44%;
    height: auto;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    padding: 38px 22px;
    margin: 0 auto;
    z-index: 99999999;
    position: relative;
    border-radius: 11px;
    margin-bottom: 5%;
}
.log-on-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.log-on-box h3{
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
    color: #16b1b7;
}
.log-on-box ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 7%;
}
.log-on-box li{
    width: 100%;
    height: auto;
    display: inline-block;
}
.log-on-box li input{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 6%;
    border: 0px;
    border-bottom: 1px solid#8b8b8b;
    padding-bottom: 11px;
    font-size: 17px;
    color: #b4b4b4;
    letter-spacing: 1px;
}
.log-on-box a{
    float: right;
    color: #c40000;
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-bottom: 12px;
    font-size: 15px;
}
.btn-primary{
    color: #fff;
    background: #16b1b7;
    padding: 14px 183px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 31px;
    border: 0px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
@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%;
}
.ab-box-top li {
    display: inline-block;
    width: 25%;
    height: 46px;
    margin: 0 4px;
    line-height: 46px;
    margin-bottom: 5%;
}
.ab-box-top li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #555;
    background-color: #f1f1f1;
    border-radius: 2px;
    text-align: center;
    font-size: 11px;
}
.log-on {
    width: 97%;
    height: auto;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    padding: 20px 10px;
    margin: 0 auto;
    z-index: 99999999;
    position: relative;
    border-radius: 11px;
    margin-bottom: 5%;
}
.log-on-box h3 {
    text-align: center;
    font-size: 23px;
    letter-spacing: 2px;
    color: #16b1b7;
}
.btn-primary {
    color: #fff;
    background: #16b1b7;
    padding: 10px 36px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 31px;
    border: 0px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

}