.index-title {
    margin-bottom: 35px;
}
.index-title h3 {
    margin-bottom: 16px;
    font-size: 36px;
    color: #333333;
}
.index-title p {
    font-size: 16px;
    color: #999999;
} 

.index-swiper {

}
.list_lh {
    height: 470px;
    overflow: hidden;
}
.index-swiper .swiper-slide img{
    width: 100%;
} 
.index-swiper .swiper-pagination {
    bottom: 25px !important;
}
.index-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 1;
}
.index-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b51829;
}

@media (max-width: 1230px) {
    .index-title {
        margin-bottom: 20px;
    }
    .index-title h3 {
        margin-bottom: 12px;
        font-size: 24px;
    }
}

@media (max-width: 960px) {
    /* .index-title {
        margin-bottom: 15px;
    } */
    .index-title h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .index-title p {
        font-size: 14px;
    }


    .index-swiper .swiper-pagination {
        bottom: 5px !important;
    }
    .index-swiper .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
}


.index-zone {
    padding: 50px 0;
    background: url(./images/zone_bg.jpg) no-repeat;
}
.index-zone ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-zone ul li {
    width: 23%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 6px;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%);
    transition: all .3s;
    cursor: pointer;
    background-color: #ffffff;
}
.index-zone ul li:hover {
    border-bottom: 2px solid #b51829;
    transform: translateY(-6px);
}
.index-zone ul li img {
    margin-bottom: 20px;
}
.index-zone ul li h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    color: #b51829;
    font-weight: bold;
}
.index-zone ul li p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #333333;
    line-height: 2;
    text-align: center;
}
.index-zone ul li a {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    color: #b51829;
    width: 100%;
    text-align: center;
    border: 1px solid #b51829;
    border-radius: 4px;
}
.index-zone ul li:hover a {
    color: #ffffff;
    background-color: #b51829;
}

@media (max-width: 1230px) {
    .index-zone ul li {
        width: 32%;
        padding: 25px;
        margin-bottom: 25px;
    }
    .index-zone ul li h3 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .index-zone ul li p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    .index-zone ul li img {
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .index-zone {
        padding: 30px 0;
    }
    .index-zone ul li {
        width: 48%;
        padding: 15px 10px;
        margin-bottom: 20px;
    }
    .index-zone ul li img {
        width: 50px;
    }
    .index-zone ul li h3 {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .index-zone ul li p {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1.6;
        width: 100%;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .index-zone ul li a {
        width: 80%;
        padding: 5px 0;
        font-size: 12px;
    }
}



.index-case {
    padding: 50px 0;
    background-color: #fafafa;
}
.index-case ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-case ul li {
    position: relative;
    padding: 40px;
    width: 32%;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%);
}
.index-case ul li .re {
    text-align: center;
}
.index-case ul li .re img {
    width: 128px;
    height: 93px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 35px;
}
.index-case ul li .re h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333333;
} 
.index-case ul li .re p {
    margin-bottom: 30px;
    line-height: 2;
    font-size: 16px;
    color: #666666;
} 
.index-case ul li .ab {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 35px;
    color: #ffffff;
    transform: scale(0);
    transition: all .5s;
    background: url(./images/index-case_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.index-case ul li .ab::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #333;
    opacity: 0.6;
}
.index-case ul li .ab h3 {
    font-size: 24px;
    margin-bottom: 26px;
}
.index-case ul li .ab p {
    font-size: 20px;
    line-height: 2;
}
.index-case ul li .ab .links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}
.index-case ul li .ab .links a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    margin: 0 5px;
}
.index-case ul li .ab .links a:first-of-type {
    background-color: #b51829;
    color: #ffffff;
}
.index-case ul li .ab .links a:last-of-type {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.index-case ul li:hover .ab {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


@media (max-width: 1230px) {
    .index-case ul li {
        padding: 30px;
        margin-bottom: 10px;
    }
    .index-case ul li .re img {
        width: 100px;
        height: 70px;
        margin-bottom: 30px;
    }
    .index-case ul li .re h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .index-case ul li .re p {
        margin-bottom: 20px;
        line-height: 1.6;
        font-size: 16px;
    }
    .index-case ul li .ab {
        padding: 30px;
    }
    .index-case ul li .ab h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .index-case ul li .ab p {
        font-size: 16px;
        line-height: 1.6;
    }
    .index-case ul li .ab .links a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .index-case {
        padding: 30px 0;;
    }
    .index-case ul li {
        width: 48%;
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    .index-case ul li .re img {
        margin-bottom: 15px;
    }
    .index-case ul li .re h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .index-case ul li .re p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .index-case ul li .ab {
        padding: 20px;
    }
    .index-case ul li .ab h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .index-case ul li .ab p {
        font-size: 12px;
        line-height: 1.5;
    }
    .index-case ul li .ab .links {
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .index-case ul li .ab .links a {
        width: 100%;
        margin: 0;
        margin-top: 5px;
    }
}

.index-team {
    padding: 50px 0;
    background-color: #f7f6f5;
}
.index-team .tabs {
    display: flex;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%);
}
.index-team .tabs .tab {
    padding: 12px 32px;
    font-size: 16px;
    color: #666666;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .3s;
}
.index-team .mySwiper2 {
    margin-bottom: 30px;
}
.index-team .mySwiper2 .top-con {
    display: flex;
}
.index-team .mySwiper2 .top-con img {
    flex-shrink: 0;
    /* width: 228px; */
    height: 330px;
    object-fit: cover;
}
.index-team .mySwiper2 .top-con .top-right-con {
    flex: 1;
    padding: 40px 45px;
    padding-bottom: 15px;
}
.index-team .mySwiper2 .top-con .top-right-con h3 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}
.index-team .mySwiper2 .top-con .top-right-con h3 em {
    display: flex;
    align-items: center;
    padding-left: 6px;
    margin-left: 10px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    color: #fee0a9;
    width: 68px;
    height: 28px;
    background: url(./images/tips_bg.png) no-repeat;
    background-size: 68px 28px;
}
.index-team .mySwiper2 .top-con .top-right-con .tips {
    position: relative;
    margin-bottom: 16px;
    font-size: 20px;
    color: #333333;
    padding-left: 12px;
}
.index-team .mySwiper2 .top-con .top-right-con .tips::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 15px;
    background-color: #b51829;
    transform: translateY(-40%);
}
.index-team .mySwiper2 .top-con .top-right-con .spans {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.index-team .mySwiper2 .top-con .top-right-con .spans span {
    margin-right: 12px;
    padding: 8px;
    color: #b51829;
    background-color: #f2e8e7;
    font-size: 14px;
    border-radius: 6px;
}
.index-team .mySwiper2 .top-con .top-right-con .info {
    margin-bottom: 10px;
    font-size: 16px;
    color: #8c8c8c;
    line-height: 1.6;
}
.index-team .mySwiper2 .top-con .top-right-con .info strong {
    color: #b51829;
    font-weight: normal;
}
.index-team .mySwiper2 .top-con .top-right-con ul {
    display: flex;
}
.index-team .mySwiper2 .top-con .top-right-con ul li {
    position: relative;
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
}
.index-team .mySwiper2 .top-con .top-right-con ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #eee6dd;
}
.index-team .mySwiper2 .top-con .top-right-con ul li:first-of-type {
    padding-left: 0;
}
.index-team .mySwiper2 .top-con .top-right-con ul li:last-of-type::after {
    display: none;
}
.index-team .mySwiper2 .top-con .top-right-con ul li h3 {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.index-team .mySwiper2 .top-con .top-right-con ul li p {
    font-size: 16px;
    color: #888888;
}
.index-team .tabs .tab.on,.index-team .tabs .tab:hover {
    color: #ffffff;
    background-color: #b51829;
}
.index-team .mySwiper .swiper-slide {
    overflow: hidden;
}
.index-team .mySwiper img {
    width: 100%;
    cursor: pointer;
    transition: all .3s;
}
.index-team .mySwiper .swiper-slide:hover img {
    transform: scale(1.1);
}
.index-team .img-con {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px;
    color: #ffffff;
    z-index: 1;
    background-color: rgba(51, 51, 51, .9);
}
.index-team .swiper-slide-thumb-active .img-con,.index-team .swiper-slide:hover .img-con {
    background-color: rgba(181, 24, 41, .9);
}
.index-team .img-con h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.index-team .img-con p {
    font-size: 14px;
}



@media (max-width: 1230px) {
    .index-team .tabs .tab {
        padding: 10px 26px;
        font-size: 14px;
    }
    .index-team .mySwiper2 .top-con .top-right-con {
        padding: 30px 25px;
        padding-bottom: 10px;
    }
    .index-team .mySwiper2 .top-con .top-right-con h3 {
        font-size: 25px;
    }
    .index-team .mySwiper2 .top-con .top-right-con .tips {
        margin-bottom: 10px;
        font-size: 16px;
        padding-left: 12px;
    }
    .index-team .mySwiper2 .top-con .top-right-con ul li h3 {
        font-size: 18px;
    }    
    .index-team .mySwiper2 .top-con .top-right-con ul li p {
        font-size: 14px;
    }
    .index-team .mySwiper2 .top-con .top-right-con .info {
        margin-bottom: 20px;
    }
    .index-team .mySwiper2 .top-con .top-right-con .spans span {
        margin-bottom: 5px;
    }
}
@media (max-width: 768px) {
    .index-team {
        padding: 30px 0;
    }
    .index-team .img-con h3 {
        font-size: 14px;
    }
    .index-team .img-con p {
        font-size: 12px;
    }
    .index-team .mySwiper2 .top-con {
        flex-wrap: wrap;
    }
    .index-team .mySwiper2 .top-con .top-right-con {
        flex: 0 1 100%;
        padding: 0;
        margin-top: 20px;
    }
    .index-team .mySwiper2 .top-con img {
        display: none;
    }
    .index-team .mySwiper2 .top-con .top-right-con ul li {
        padding: 0 8px;
    }
    .index-team .tabs {
        width: 100%;
        margin: 20px 0 10px;
    }
    .index-team .tabs .tab {
        flex: 1;
        text-align: center;
    }
    .index-team .mySwiper2 .top-con .top-right-con .info {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .index-team .mySwiper2 .top-con .top-right-con .spans span {
        font-size: 12px;
    }
    .index-team .mySwiper2 .top-con .top-right-con ul li h3 {
        font-size: 16px;
    }
}

.index-news {
    padding: 50px 0;
    background-color: #fff;
}
.index-news-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.index-news-box .news-l {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 15px;
    padding-bottom: 15px;
    background-color: #fff;
    width: 73%;
    border-radius: 4px;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(51 51 51 / 10%);
}
.index-news-box .news-l li {
    padding: 15px;
    display: flex;
    width: 50%;
}
.index-news-box .news-l li .img {
    width: 140px;
    height: 140px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.index-news-box .news-l li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-news-box .news-l li .con {
    flex: 1;
    margin-left: 15px;
    overflow: hidden;
}
.index-news-box .news-l li .con h3 a {
    font-size: 18px;
    color: #333333;
    transition: all .3s;
}
.index-news-box .news-l li .con h3 a:hover {
    color: #b51829;
    text-decoration: underline;
}
.index-news-box .news-l li .con p {
    margin-top: 14px;
    font-size: 14px;
    color: #666666;
}
.index-news-box .news-l li .con .time {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #a0a0a0;
}
.index-news-box .news-r {
    margin-left: 20px;
    padding: 16px 14px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    width: 26%;
    box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(51 51 51 / 10%);
}
.index-news-box .news-r > h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 20px;
    color: #333333;
    padding-left: 12px;
}
.index-news-box .news-r > h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 15px;
    background-color: #b51829;
    transform: translateY(-50%);
}
.index-news-box .news-r ul li {
    margin-bottom: 20px;
}
.index-news-box .news-r ul li a {
    position: relative;
    padding-left: 12px;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
}
.index-news-box .news-r ul li a:hover {
    color: #b51829;
}
.index-news-box .news-r ul li a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #b51829;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.more {
    display: block;
    position: relative;
    width: 105px;
    height: 30px;
    line-height: 30px;
    margin: 50px auto;
    border: 1px solid #b51829;
    color: #b51829;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
}
.more:hover {
    background-color: #b51829;
}
.more::before,
.more::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #b51829;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.more::before {
    left: -40px;
}
.more::after {
    right: -40px;
}
.more:hover::before {
    left: -30px;
}
.more:hover::after {
    right: -30px;
}


@media (max-width: 1230px) {
    .index-news-box .news-l {
        padding: 25px 10px;
        padding-bottom: 15px;
        width: 68%;
    }
    .index-news-box .news-r {
        width: 30%;
    }
    .index-news-box .news-r > h3 {
        margin-bottom: 15px;
        padding-bottom: 8px;
        font-size: 18px;
        padding-left: 12px;
    }
}
@media (max-width: 960px) {
    .index-news-box {
        flex-wrap: wrap;
    }
    .list_lh {
        height: 350px;
    }
    .index-news-box .news-l {
        padding: 0;
        width: 100%;
    }
    .index-news-box .news-r {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .index-news-box .news-r ul li {
        margin-bottom: 15px;
    }
    .index-news-box .news-l li .con h3 a {
        font-size: 16px;
    }
    .index-news-box .news-l li .con .time {
        font-size: 12px;
    }
    .index-news-box .news-r ul li a {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .index-news {
        padding: 30px 0;
    }
    .index-news-box .news-l li {
        width: 100%;
    }
    .more {
        margin-top: 35px;
        margin-bottom: 0;
    }
}

.index-honor {
    padding: 50px 0;
    background-color: #fafafa;
}
.index-honor ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-honor ul li {
    width: 24%;
    margin-bottom: 22px;
    border-radius: 4px;
    overflow: hidden;
}
.index-honor ul li img {
    width: 100%;
    height: 334px;
    object-fit: cover;
}

@media (max-width: 1230px) {
    .index-honor ul li {
        width: 32%;
        margin-bottom: 25px;
    }
}
@media (max-width: 960px) {
    .index-honor ul li {
        width: 48%;
        margin-bottom: 15px;
        display: none;
    }
    .index-honor ul li:nth-of-type(-n+4) {
        display: block;
    }
    .index-honor ul li img {
        height: auto;
    }
}
@media (max-width: 768px) {
    .index-honor {
        padding: 30px 0;
    }
}


.index-about {
    padding: 50px 0;
    background-color: #ffffff;
}
.index-about-box {
    display: flex;
}
.index-about-box .index-about-l {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.index-about-box .index-about-l::after {
    content: '';
    position: absolute;
    top: 20px;
    width: 100%;
    height: 100%;
    left: 40px;
    border: 2px solid #d57d87;
    z-index: -1;
    transition: all .3s;
}
.index-about-box .index-about-l:hover::after {
    /* top: 0;
    left: 0; */
}
.index-about-box .index-about-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-about-box .index-about-r {
    flex: 1;
    margin-left: 90px;
}
.index-about-box .index-about-r h3 {
    margin-bottom: 25px;
    font-size: 38px;
    color: #b51829;
}
.index-about-box .index-about-r .content {
    font-size: 20px;
    color: #888888;
}
.index-about-box .index-about-r .content p {
    margin-bottom: 10px;
}
.index-about-box .index-about-r .more {
    margin: 35px 0 35px 40px;
}
.index-about-box .index-about-r ul {
    display: flex;
    justify-content: space-between;
}


@media (max-width: 1340px) {
    .index-about-box .index-about-l {
        width: 400px;
    }
    .index-about-box .index-about-r h3 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .index-about-box .index-about-r .content {
        font-size: 18px;
    }
    .index-about-box .index-about-r ul li {
        width: 48%;
    }
    .index-about-box .index-about-r ul li img {
        width: 100%;
    }
}
@media (max-width: 960px) {
    .index-about-box .index-about-r {
        margin-left: 60px;
    }
    .index-about-box .index-about-l::after {
        top: 10px;
        left: 20px;
    }
    .index-about-box .index-about-r h3 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .index-about-box .index-about-r .content {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .index-about {
        padding: 30px 0;
    }
    .index-about-box .index-about-l {
        display: none;
    }
    .index-about-box .index-about-r {
        width: 100%;
        margin-left: 0;
    }
    .index-about-box .index-about-r h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .index-about-box .index-about-r h3 br {
        display: none;
    }
    .index-about-box .index-about-r .content {
        font-size: 14px;
    }
    .index-about-box .index-about-r .more {
        margin: 25px auto 25px auto;
    }
}

.index-footer {
    padding: 45px 0 35px;
    text-align: center;
    color: #ffffff;
    background: url(./images/footer-bg.jpg) no-repeat;
    transition: all .3s;
}
.index-footer h3 {
    margin-bottom: 16px;
    font-size: 18px;
}
.index-footer p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 22px;
}
.index-footer p img {
    margin-right: 12px;
}
.index-footer p span {
    font-size: 18px;
    margin-left: 15px;
    font-weight: normal;
}
.index-footer a {
    display: inline-block;
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

@media (max-width: 960px) {
    .index-footer h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .index-footer p {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .index-footer p img {
        width: 30px;
    }
    .index-footer p span {
        font-size: 14px;
        margin-left: 5px;
    }
    .index-footer a {
        width: 120px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
}