.hd-main {
    margin-top: 20px ;
    margin-bottom: 20px ;
}
.banner {
    width: 1200px;
    margin: auto;
}
.zwfw {
    font-size: 18px;
}
.zwfw-adsImg {
    width: 100%;
}
.zwfw-wybsTitle {
    margin: 40px 0;
}
.zwfw-wybs {
    position: relative;
    height: 350px;
}
.zwfw-wybsBg {
    position: absolute;
    width: 100%;
    height: 350px;
}
.zwfw-wybsSwiper {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.zwfw-wybsSwiperMain {
    position: absolute;
    z-index: 50;
    height: 100%;
    left: 50%;
    margin-left: -600px;
}
.zwfw-swiper {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
}
.zwfw-swiperItem {
    /*margin-top: 30px;*/
    float: left;
    text-align: center;
    width: 20%;
    height: 180px;
}
.zwfw-swiperItem div{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    margin-top: 14px;
}
.zwfw-prev {
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -41px;
    width: 42px;
    height: 83px;
    cursor: pointer;
    background-image: url(zwfwimg4.png);
}
.zwfw-next {
    position: absolute;
    right: -45px;
    top: 50%;
    margin-top: -41px;
    width: 42px;
    cursor: pointer;
    height: 83px;
    background-image: url(zwfwimg5.png);
}
.zwfw-swiperNum {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    z-index: 999;
}
.zwfw-swiperNum li {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 5px;
    background: #65a1fe;
}
.zwfw-swiperNum li.cur{
    width: 43px;
    background: url(zjwbg29.png) center no-repeat;
}
.zwfw-wycxTitle {
    width: 100%;
    margin: 40px 0;
}
.zwfw-wycxLeft {
    display: block !important;
    float: left;
    width: 192px;
    height: 100%;
}
.zwfw-wycxLeft>div {
    cursor: pointer;
    width: 100%;
    line-height: 82px;
    background-color: #e7f4fd;
    margin-bottom: 1px;
    text-align: center;
    font-weight: 700px;
}
.zwfw-wycxLeft>div:last-child{
    margin: 0;
}
.zwfw-wycxLeft>div.cur{
    width: 100%;
    height: 82px;
    background-image: linear-gradient(90deg,
    #3990f1 0%,
    #6e73f3 100%);
    box-shadow: 0px 1px 7px 0px
    rgba(27, 87, 220, 0.95);
    color: #fff;
}
.zwfw-wycxCurrent {
    width: 100%;
    height: 82px;
    background-image: linear-gradient(90deg,
    #3990f1 0%,
    #6e73f3 100%);
    box-shadow: 0px 1px 7px 0px
    rgba(27, 87, 220, 0.95);
    color: #fff;
}
.zwfw-wycxmian {
    position: relative;
}
.zwfw-wycxRight {
    position: absolute;
    left: 192px;
    top: 0;
    width: 966px;
    padding: 0 20px;
    height: 330px;
    border: 1px solid #e5e5e5;
    border-left: 0;
    overflow-y: auto;
}
.zwfw-wycxItem {
    float: left;
    font-size: 16px;
    width: 180px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e5e5e5;
    background-color: #edf6ff;
    border-radius: 4px;
    margin:30px 19px;
    margin-bottom: 0;
    padding: 0 10px;
}
.zwfw-wycxItem:hover{
    color: #fff;
    background: #4d96f1;
    border: 1px solid #4d96f1;
    background-image: linear-gradient(90deg,
    #3990f1 0%,
    #6e73f3 100%);
    box-shadow: 0px 1px 7px 0px
    rgba(27, 87, 220, 0.95);
}
.zwfw-wyxzTitle {
    margin: 40px auto;
}
.zwfw-wyxz {
    height: 214px;
    width: 100%;
    background-color: #edf6fe;
}
.zwfw-wyxzMain {
    height: 100%;
}
.zwfw-wyxzMain a {
    display: inline-block;
}
.zwfw-wyxzMain>div {
    width: 25%;
    height: 100%;
    text-align: center;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.zwfw-ywyyptTitle {
    margin: 40px auto;
}
.zwfw-ywyyptMain {
    margin: 10px 0 50px 0;
    width: 100%;
    /*height: 335px;*/
    padding: 5px 0 30px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px
    rgba(220, 238, 249, 0.97);
    opacity: 0.88;
}
.zwfw-ywyyptItem {
    float: left;
    width: 20%;
    height: 67px;
    background-color: #edf6ff;
    border-radius: 5px;
    border: solid 1px #f9f5c5;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    text-align: center;
    margin: 2.2%;
    margin-bottom: 0;
    cursor: pointer;
}
.zwfw-ywyyptItem a{
    display: block;
    padding: 0 25px;
    height: 67px;
    line-height: 67px;
    /*-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;*/
}
.zwfw-ywyyptItem a span{
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}
.zwfw-ywyyptItem:hover {
    color: #fff;
    background-image: linear-gradient(135deg,
    #3990f1 0%,
    #6e73f3 100%);
    box-shadow: 0px 1px 7px 0px rgba(27, 87, 220, 0.95);
    border-radius: 5px;
    border: none;
    height: 69px;
    line-height: 69px;
    width: 242px;
}
.zwfw-ywyyptItem:hover a {
    color: #fff;
}
.hd-main{
    font-size: 18px;
}
.zwfw-swiperItem a{
    display: inline-block;
}
.zwfw-swiperItem a:hover{
    color: #4d96f1;
}
@media screen and (max-width: 768px) {
    .zwfw-wybsBg {
        height: 4rem;
        width: 100%;
    }
    .zwfw {
        font-size: 12px;
    }
    .banner {
        width: 100%;
    }
    .zwfw-wyxzTitle,.zwfw-wybsTitle,.zwfw-wycxTitle,.zwfw-ywyyptTitle {
        width: 100%;
        margin: 20px 0;
    }
    .zwfw-prev,.zwfw-next {
        display: none;
    }
    .zwfw-wybs {
        width: 100%;
        height: 4rem;
    }

    .zwfw-wyxzTitle>img {
        width: 100%;
    }
    .zwfw-wycxLeft {
        width: 20%;
    }
    .zwfw-wycxLeft>div {
        height: 0.82rem;
        line-height: 0.82rem;
    }
    .zwfw-wycxRight {
        left: 20;
        width: 77%;
        padding: 0 1%;
        height: 3.3rem;
    }
    .zwfw-wycxCurrent {
        height: 0.82rem;
    }
    .zwfw-wycxItem {
        width: 2rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin: 0.3rem 0.2rem;
        margin-bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
    }
    .zwfw-wyxz{
        height: 2.15rem;
    }
    .zwfw-wyxzMain>div>a>img {
        width: 0.93rem;
        height: 0.93rem;
    }
    .zwfw-wyxzMain>div>a>div {
        font-size: 14px;
    }
    .zwfw-ywyyptMain{
        height: auto;
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
        margin-bottom: 20px;
    }
    .zwfw-ywyyptItem {
        width: 28%;
        height: 50px;
        text-align: center;
        line-height: 40px;
    }
    .zwfw-ywyyptItem:hover{
        width: 28%!important;
        height: 50px!important;
        line-height: 50px!important;
    }
    .zwfw-ywyyptItem div{
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .zwfw-ywyyptItem>a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 5%;
        width: 90%;
        display: block;
        height: 50px;
        line-height: unset;
    }
    .zwfw-ywyyptItem>a span{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    .hd-main{
        font-size: 12px;
        margin: 10px 0;
    }
    .zwfw-swiperItem {
        height: 1.36rem;
        margin-top: 20px;
    }
    .zwfw-swiper {
        height: 1.36rem;
    }
    .zwfw-swiperItem div {
        width: 80%;
        margin: auto;
        font-size: 12px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .zwfw-swiperItem img {
        width: 0.98rem;
        height: 0.98rem;
    }
    .zwfw-wybsSwiperMain {
        margin: 0;
        left: 0;
    }
    .zwfw-swiperNum {
        bottom: -10px;
    }
    .zwfw-wycxLeft>div.cur {
        height: 0.82rem;
    }
    .zwfw-wycxRight {
        left: 20%;
    }
}