@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
    object-fit: cover;
}

.px1400 {
    max-width: 14rem;
    margin: 0 auto;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}

.pic-lt {
    padding: .8rem 0;
}

.pic-lt ul li {
    width: 32%;
    margin-bottom: .64rem;
}

.pic-lt ul i {
    width: 32%;
}

.pic-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pic-lt .pic {
    padding-top: 64%;
}

.pic-lt ul li a p {
    border-bottom: .02rem solid #6B2048;
    padding-top: .2rem;
    padding-bottom: .25rem;

    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.pic-lt ul li a:hover p {
    background: linear-gradient(270deg, #841D4E 0%, #9D2960 100%);
    color: #ffffff;
    font-weight: normal;
}



/* ats */
.ats {
    padding: 80px 0;
}

.ats-l {
    width: 72%;
}

.ats-r {
    width: 23.4%;
}

.ats-tit {
    padding-bottom: .2rem;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: .5rem;
    font-size: 0;
}

.ats-tit h3 {
    font-size: .24rem;
    font-weight: bold;
    line-height: .28rem;
    text-align: center;
    color: #333333;
    margin-bottom: .3rem;
}

.ats-tit div {
    font-size: .14rem;
    line-height: .28rem;
    text-align: center;
    color: #777777;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ats-tit div span {
    margin: 0 .1rem;
}

.ats-tit .fs i {
    display: inline-block;
    margin: 0 .05rem;
    cursor: pointer;
}

.ats-tit .fs i.on {
    color: #6B2048;
    text-decoration: underline;
}

.group-big {
    margin-bottom: .4rem;
}

.group-big .pic {
    padding-top: 0;
    height: 5.73rem;
}

.ats-tx {
    margin-top: .54rem;
    padding-left: .9rem;
}

.ats-tx p {
    font-size: .16rem;
    line-height: .28rem;
    color: #333333;
}

.group-big .slick-dots {
    text-align: left;
    padding-bottom: .3rem;
}

.group-big .slick-dots li {
    display: none;
}

.group-big .slick-dots li.slick-active {
    display: block;
}

.group-big li.slick-active span {
    font-size: .35rem;
    line-height: .28rem;
    color: #9D2960;
    font-family: serif;
}

.group-big li.slick-active b {
    font-size: .24rem;
    line-height: .28rem;
    color: #474747;
    font-family: serif;
}

.group-big li.slick-active b::before {
    content: '/';
}

.group-sml {
    width: 70%;
    margin: 0 auto;
}

.group-sml .pic {
    height: .73rem;
    padding-top: 0;
}

.group-sml a {
    margin: 0 .05rem;
}

.group-sml .slick-prev {
    width: .27rem;
    height: .73rem;
    background: url(../images/ats-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.38rem;
}

.group-sml .slick-next {
    width: .27rem;
    height: .73rem;
    background: url(../images/ats-r.png) no-repeat;
    background-size: 100% 100%;
    right: -0.38rem;
}

.group-sml a {
    border: 1px solid transparent;
    padding: .05rem;
}

.group-sml li.slick-current a {
    border: 1px solid #6B2048;
}

.pic-arrow {
    width: 10%;
    padding: .02rem;
    border: .01rem solid #B8B8B8;
    position: relative;
}

.pic-arrow p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: .16rem;
    font-weight: bold;
    color: #FFFFFF;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
}
.pic-arrow:hover p{
    opacity: 1;
} 
.pic-arrow:hover {
    background-color: rgba(107, 32, 72, 1);
    border-color: transparent;
}
.pic-arrow:hover >div {
    border-color: transparent;
}
.pic-arrow::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(107, 32, 72, 0.5);
    opacity: 0;
}

.pic-arrow:hover:after{
    opacity: 1;
}


.pic-arrow>div {
    padding: .02rem;
    border: .01rem solid #B8B8B8;
}

.pic-arrow .pic {
    height: .72rem;
    padding-top: 0;
}


.ats-bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ats .px1400 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ats-rt {
    margin-bottom: .2rem;
}

.ats-rt img {
    display: block;
    width: 100%;
}

.ats-r ul li {
    margin-bottom: .2rem;
}

.ats-r ul li a .pic {
    padding-top: 64%;
}

.ats-r ul li a {
    position: relative;
}

.ats-r ul li a p {
    margin-top: .2rem;
    font-size: .18rem;
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    color: #333333;
}

.ats-r ul li a:hover p {
    color: #841D4E;
}

.ats-r ul li a span {
    position: absolute;
    top: .08rem;
    left: .08rem;
    width: .24rem;
    height: .24rem;
    line-height: .24rem;
    text-align: center;
    color: #ffffff;
    font-size: .16rem;
}









@media screen and (max-width: 1400px) {
    .px1400 {
        padding-left: .1rem;
        padding-right: .1rem;
    }
}

@media screen and (max-width: 1200px) {

    .ats-r,
    .ats-l {
        width: 100%;
    }

    .group-big .pic {
        height: auto;
        padding-top: 56%;
    }

    .pic-arrow .pic,
    .group-sml .pic {
        padding-top: 56%;
        height: auto;
    }

    .ats-rt img {
        width: auto;
    }
    .ats-r ul li{
        width: 48%;
    }
    .ats-r ul{
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
    }
}

@media screen and (max-width: 1024px) {
    .group-sml {
        width: 60%;
    }

    .pic-arrow {
        width: 15%;
    }
}

@media screen and (max-width: 768px) {
    .pic-lt ul li {
        width: 49%;
        margin-bottom: .3rem;
    }

    .pic-lt {
        padding: .5rem 0;
    }

    .group-sml {
        width: 55%;
    }

    .pic-arrow {
        width: 15%;
    }
}

@media screen and (max-width: 768px) {
    .group-sml {
        width: 45%;
    }

    .pic-arrow {
        width: 15%;
    }

    .ats-r ul li{
        width: 100%;
    }
}