@charset "UTF-8";

.indexCon4{
    padding: 1.6rem 0;
    background: url(./lishi.png) no-repeat center;
    background-size: cover;
}
.indexCon4 .tab .tabCon>div{
    display: none;
    animation: 0.8s ease 0s 1 normal backwards running fadeInUp;
}
.indexCon4 .tab .tabCon>div.con{
    display: block;
}
.tab .tabCon .img{
   /*   width: 42.8%;
  padding: 3.4rem 0 0;*/
    float: left;
}
.tab .tabCon .txt{
    width: 57.2%;
    padding-left: 0.6rem;
    float: left;
    box-sizing: border-box;
}
.tab .tabCon .txt h2{
    font-family: Source Han Serif CN;
    font-size: 0.3rem;
    font-weight: bold;
    height: 0.6rem;
    line-height: 0.6rem;
    letter-spacing: 0em;
    color: #CD2C27;
    margin-bottom: 0.38rem;
    margin-top: 0.2rem;
    padding-left: 1.1rem;
    box-sizing: border-box;
    background: url(./70.png) no-repeat left center;
}
.tab .tabCon .txt p{
    font-family: Source Han Sans CN;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: 0em;
    text-align: justify;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    max-height: 2.16rem;
}
.tab .tabIn{
    margin-top: 0.6rem;
    background: url(./redline.png) no-repeat top right;
    background-size: contain;
    position: relative;
    width: 100%;
    padding: 3.82rem 0 0;
}

.tab .tabIn::before {
    display: block;
     content: "至今"; 
    position: absolute;
    left: 25%;
    bottom: 0.05rem;
    transform: translateY(50%);
    font-family: Source Han Serif CN;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    color: #CD2C27;
}
.tab .tabIn>div{
    width: calc(100% / 7.01);
    cursor: pointer;
    position: absolute;
    padding-top: 0.35rem;
    top: 0;
}
.tab .tabIn>div::before{
    display:block;
    content:"";
    width:0.28rem;
    height:0.28rem;
    background: url(./chilun.png) no-repeat center;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.tab .tabIn>div:nth-of-type(1){
    left: -5%;
}
.tab .tabIn>div:nth-of-type(2){
    left: 9%;
}
.tab .tabIn>div:nth-of-type(3){
    left: 23%;
}
.tab .tabIn>div:nth-of-type(4){
    left: 37%;
}
.tab .tabIn>div:nth-of-type(5){
    left: 51%;
}
.tab .tabIn>div:nth-of-type(6){
    left: 65%;
}
.tab .tabIn>div:nth-of-type(7){
    left: 79%;
}
.tab .tabIn>div:nth-of-type(8){
    left: 81%;
    top: 50%;
}
.tab .tabIn>div:nth-of-type(9){
    left: 66%;
    top: 50%;
}
.tab .tabIn>div:nth-of-type(10){
    left: 51%;
    top: 50%;
}
.tab .tabIn>div:nth-of-type(11){
    left: 36%;
    top: 50%;
}
.tab .tabIn>div:nth-of-type(12){
    left: 21%;
    top: 50%;
}
.tab .tabIn>div:nth-of-type(13){
    left: 6%;
    top: 50%;
}
.tab .tabIn>div h2{
    font-family: Cantata One;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: 0em;
    color: #CD2C27;
    margin-bottom: 5px;
}
.tab .tabIn>div p{
    font-family: Source Han Serif CN;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #333333;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 0.9rem;
}

@media only screen and (max-width: 1440px){
    .tab .tabIn{
        padding: 27.4% 0 0;
    }
}
@media only screen and (max-width: 1040px){
    .bg{
        background-size: cover;
    }
    .newList .sub{
        width: 100%;
        margin-bottom: 25px;
    }
    .newList{
        flex-wrap: wrap;
    }
    .newList .sub:last-of-type{
        margin-bottom: 0;
    }
    .newList a{
        display: flex;
        flex-wrap: wrap;
    }
    .newList a .img{
        width: 46%;
        padding: 235px 0 0;
    }
    .newList a .con{
        width: 54%;
        padding: 25px;
    }
    .newList a .con p:nth-of-type(3) {
        padding-bottom: 0;
    }
    .noticeList .sub{
        width: 48%;
        margin-top: 30px;
    }
    .notice .lmTit {
        margin-bottom: 40px;
    }
    .tab .tabCon .txt{
        padding-left: 30px;
    }
    .tab .tabIn{
        padding:0;
        background: none;
        margin-top: 40px;
    }
    .tab .tabIn>div{
        position: relative;
        transform: none;
        width: calc(100% / 13);
        float: left;
        left: 0!important;
        top: 0;
        border-top: 1px solid #cd2c27;
        margin-bottom: 10px;
        padding-top: 10px;
    }

.tab .tabIn::before {
    display: none;
}

.tab .tabIn>div p {
    display: none;
}

.tab .tabIn>div::before {
    width: 16px;
    height: 16px;
    background-size: cover;
}
    .tab .tabIn::before {
        left: 28%;
        right: auto;
        bottom: 33.3%;
    }
    .tab .tabIn>div h2{
        font-size: 12px;
        line-height: 1.6;
        margin-top: 5px;
    }
    .indexCon2{
        padding-top: 50px;
        background: #cd2c27;
    }

.indexCon1 {
    padding-bottom: 30px;
}
}

.ybd-jy{
    width: 80%;margin:0 auto;
}
/* Swiper机电记忆焦点图样式 */
.memory-swiper-container {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.memory-swiper-container .swiper {
    width: 100%;
    height: 100%;
}
.memory-swiper-container .swiper-slide {
    position: relative;
}
.memory-swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.memory-swiper-container .swiper-button-next,
.memory-swiper-container .swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.4);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s;
}
.memory-swiper-container .swiper-button-next:after,
.memory-swiper-container .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}
.memory-swiper-container .swiper-button-next:hover,
.memory-swiper-container .swiper-button-prev:hover {
    background: rgba(0,0,0,0.6);
}
.memory-swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.6;
}
.memory-swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c40002;
}