.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;}.pic .outside{

    width: 100%; 
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;}
.pic img {
    
    width: 100%;
    max-height: 100%;
    margin:auto;
 transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;}

.pic img:hover {
    transform: scale(1.1);}.s1-l-l ul li a {
    display: block;
    position: relative;
    transition: all 0.3s;}

.s1-l-l ul li .pic {
    padding-top: 395px;}

.s1-l-l ul li a:hover .pic img {
    transform: scale(1.1);}

.s1-l-l ul li .s1-linfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: rgb(148 33 33 / 66%);
    z-index: 1;}

.s1-l-l ul li .s1-linfo h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
    color: #fff;
    padding: 0 200px 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;}

.s1-l-l .slick-dots {
    width: auto;
    bottom: 21.5px;
    font-size: 0;
    right: 10px;}

.s1-l-l .slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 10px;}

.s1-l-l .slick-dots li.slick-active {
    background: #fff;}

.s1-l-l .slick-dots li button {
    display: none;}

.s2-r ul li {
    line-height: 50px;
    position: relative;
    padding-left: 20px;}

.s2-r ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
    transition: all 0.3s;}

.s2-r ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #b71721;
    transition: all 0.3s;}

.s2-r ul li:hover::before {
    background: #b71721;}

.s2-r ul li:hover::after {
    width: 100%;}

.s2-r ul li span {
    float: right;
    font-size: 16px;
    color: #888;}

.s2-r ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 18px;
    color: #000;
    transition: all 0.3s;
padding-right:13px;}

.s2-r ul li a:hover {
    color: #b71721;}
.title-lind {
    margin-bottom: 30px;
    background: url(images/title-lind.png) center no-repeat;
    margin-top: 10px;
    font-size: 24px;
    color: #444;
    font-weight: bold;}

.lj-ul {
    margin: 0 -7px;
    margin: auto;}
.lj-ul li {
    float: left;
    width: 25%;
    padding: 0 7px;
    margin-bottom: 14px;
    box-sizing: border-box;}
.lj-ul li .img-hide {
    overflow: hidden;
    display: block;}
.lj-ul li .img-hide img {
    transition: 0.5s all;
    transform: scale(1,1);
    width:98%;}
.lj-ul li .img-hide:hover img {
    transform: scale(1.05,1.05);}
.footer p{text-align: left;width: 60%;float: left;}
.footer img{float: right;margin-top: -83px;}
