* {
    padding: 0;
    margin: 0;}

.art-slick {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -999;}

.art-slick.on {
    opacity: 1;
    z-index: 99999;}

.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: 0.4rem;
    height: 0.4rem;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    position: absolute;
    right: 2%;
    top: 10%;
    z-index: 1000;}

.close-view {
    background-image: url(../images/close_white.png);
    background-size: 0.15rem;
    background-color: #ccc;
    border-radius: 50%;
    border: 2px solid #fff;}

.close-view:hover {
    background-color: #0a437e;}

.art-slick-body {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: relative;}

.art-slick-body>ul {
    height: 100%;}

.art-slick-body ul li {
    height: 100%;
    position: relative;}

.art-slick-body ul li a {
    display: block;
    padding: 50px 0;
    height: 100%;
    position: relative;
    box-sizing: border-box;}

.art-slick-body ul div {
    height: 100%;}

.art-slick-body ul li img {
    display: block;
    max-width: 94%;
    max-height: 94%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);}

.art-slick-body ul li a b {
    position: absolute;
    left: 50%;
    top: 0.14rem;
    transform: translateX(-50%);
    font-size: 12px;
    z-index: 9;
    color: #FFF;
    padding-left: 0.18rem;
}

.art-slick-body .slick-dots {
    position: absolute;
    bottom: 0.15rem;}

.art-slick-body .slick-dots li {
    color: rgba(255, 255, 255, 0.8);
    display: none;}

.art-slick-body .slick-dots li span {
    max-width: 65%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: bold;
    opacity: 1;
    color: #fff;}

.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 {
    background-image: url(../images/prev_white.png);}

.slick-next {
    background-image: url(../images/next_white.png);}



.slick-prev,
.slick-next {
    width: 0.5rem;
    height: 0.7rem;
    background-repeat: no-repeat;
    background-size: 0.45rem;
    background-position: 50%;
    opacity: .7;}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;}



.light-box img {
    display: block;
    max-width: 100%;}

.light-box {
    display: flex;
    flex-wrap: wrap;}

.light-box li .pic {
    font-size: 0;
    cursor: pointer;}

.light-box-l {
    width: 27.2%;}

.light-box-c {
    width: 22.43%;
    margin-left: 0.62%;}

.light-box-r {
    width: 49.13%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0.62%;}


.light-box-l li:nth-child(2) {
    margin-top: 1.2%;}

.light-box-l li:first-child .pic {
    padding-top: 100.53%;}

.light-box-l li:nth-child(2) .pic {
    padding-top: 52.25%;}


.light-box-c li:nth-child(2) {
    margin-top: 1.8%;}

.light-box-c li:first-child .pic {
    padding-top: 95.81%;}

.light-box-c li:nth-child(2) .pic {
    padding-top: 89.06%;}

.light-box-r li {
    width: 100%;}
.light-box-r li:first-child{
    margin-bottom: 0.8%;}

.light-box-r li:nth-child(2),
.light-box-r li:nth-child(3) {
    width: 49.33%;}

.light-box-r li:nth-child(3){
    margin-left: 1.2%;}

.light-box-r li:first-child .pic {
    padding-top: 43.75%;}

.light-box-r li:nth-child(2) .pic {
    padding-top: 82.44%;}

.light-box-r li:nth-child(3) .pic {
    padding-top: 82.44%;}

@media screen and (max-width:768px) {

    .slick-prev,
    .slick-next {
        width: 0.3rem;
        height: 0.42rem;
        background-size: 0.15rem;}

    .art-slick-body {
        width: 100%;}

    .art-slick-body>ul {
        padding: 0 0.3rem;}

}