* {
    padding: 0;
    margin: 0;
}

.banner-wq img {
    max-width: 100%;
}

.art-slick {
    position: fixed!important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -999;
    display: none;
}

.art-slick.on {
    display: block;
    opacity: 1;
    z-index: 999;
}

.art-box-zzc {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 998;
}

.close-view {
    width: 25px;
    height: 25px;
    float: right;
    border-radius: 50%;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 1000;
}

.close-view {
    background-image: url(../images/close_white.png);
    background-size: 11px auto;
}

.art-slick-body {
    width: 100%;
    max-width: 75%;
    max-height: 47.5rem;
    height: 100%;
    z-index: 999;
    font-size: 0;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.art-slick-body>ul {
    height: 100%;
}

.art-slick-body ul li {
    height: 100%;
    position: relative;
}

.art-slick-body ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.art-slick-body ul li a .tpp {
float: left;
    width: 600px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center center;
}

.art-slick-body ul li a .txt {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 5rem 3.125rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.art-slick-body ul li a .txt .zw1{
    line-height: 1.1rem;
    font-size: .9rem;
    color: #444444;
}
.art-slick-body ul li a .txt .zw1 p{
    line-height: 1.1rem;
    font-size: .9rem;
    color: #444444;
    margin-bottom:5px;
    text-align: justify;
}
.art-slick-body ul li a .txt h2 {
    margin-top: 1.875rem;
    font-size: 1.5rem;
    color: #0d3a7d;
}

.art-slick-body ul li a .txt p {
    font-size: 1.5rem;
    color: #5f779b;
}

.art-slick-body ul li a .txt span {
    display: block;
    line-height: 1.25rem;
    font-size: 1.5rem;
    color: #5f5f5f;
    width:60%;
}
.art-slick .art-slick-body ul li a .txt span{
    width:100%;
    font-size: 1.3rem;
}

.art-slick-body .slick-dots {
    position: static;
}

.art-slick-body .slick-dots li {
    color: #fff;
    display: none;
}

.art-slick-body .slick-dots li.slick-active {
    display: inline-block;
    width: auto;
}

.art-slick-body .slick-dots li b {
    font-weight: normal;
}

.slick-prev {
    left: 22px;
    background-image: url(../images/prev_white.png);
    font-size: 0;
}

.slick-next {
    right: 20px;
    background-image: url(../images/next_white.png);
    font-size: 0;
}

.slick-prev:hover {
    background-image: url(../images/prev_white1.png);
}

.slick-next:hover {
    background-image: url(../images/next_white1.png);
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 30%;
    width: 50px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 99;
}

@media screen and (max-width:1400px) {
    .art-slick-body ul li a .tpp {
        width: 450px;
    }
    .art-slick-body {
        height: 80%;
    }
}

@media screen and (max-width:1200px) {
    .art-slick-body ul li a .tpp {
        width: 350px;
    }
}

@media screen and (max-width:768px) {
    .slick-prev,
    .slick-next {
        width: 30px;
        height: 42px;
        background-size: 10px;
    }
    .art-slick-body {
        width: 100%;
    }
    .art-slick-body ul li a .tpp {
        width: 220px;
    }
    .art-slick-body ul li a .txt {
        padding: 3.125rem 0.9375rem;
    }
    .art-slick-body {
        max-width: 98%;
    }
}