.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;
}
.working{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}
.working li{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2%;
    margin-bottom: 2%;
}
.wor-left{
    width: 35%;
    float: left;
}
.wor-left img{
    width: 100%;
}
.wor-right{
    width: 63%;
    float: right;
}
.wor-right h3{
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.wor-right p{
    margin: 0 0 20px;
    line-height: 28px;
    font-size: 15px;
    color: #9C9C9C;
}
.wor-right span{
    color: #1182DF;
    font-size: 14px;
}
@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;
}
.wor-left {
    width: 100%;
    float: left;
}
.wor-right {
    width: 100%;
    float: right;
}
.wor-right p {
    margin: 0 0 7px;
    line-height: 28px;
    font-size: 15px;
    color: #9C9C9C;
}
.working li {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2%;
    margin-bottom: 7%;
}
}