.indexContain {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.sec-2 .indexContain {
    background-image: url(../images/indexAboutBg.jpg);
    background-size: cover;
    background-position: bottom right;
}

.sec-3 .indexContain {
    background-image: url(../images/indexProductBg.jpg);
    background-size: cover;
    background-position: bottom right;
}

.sec-5 .indexContain {
    background-image: url(../images/indexNesBg.jpg);
    background-size: cover;
    background-position: bottom right;
}

.sec-6 .indexContain {
    background-image: url(../images/indexHzBg.jpg);
    background-size: cover;
    background-position: bottom right;
}

#fullPage .pulbicCon {
    height: 100%;
    max-width: 100%;
}

.indexPublic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
    max-width: 5.6rem;
}

.indexPublic .indexTitle {
    font-size: 0.42rem;
    line-height: 1;
    transform: translateY(280px);
    -webkit-transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.3s;
    -webkit-transition: all 1s 0.3s;
    -moz-transition: all 1s 0.3s;
    -ms-transition: all 1s 0.3s;
    -o-transition: all 1s 0.3s;
}

.indexPublic .indexIntro {
    font-size: 0.16rem;
    color: #fff;
    opacity: 0.5;
    margin-top: 0.5rem;
    transform: translateY(280px);
    -webkit-transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.4s;
}

.indexPublic .indexMore {
    display: flex;
    align-items: center;
    margin-top: 1.14rem;
    font-size: 0.16rem;
    transform: translateY(280px);
    -webkit-transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.5s;
    -webkit-transition: all 1s 0.5s;
    -moz-transition: all 1s 0.5s;
    -ms-transition: all 1s 0.5s;
    -o-transition: all 1s 0.5s;
}

.active .indexPublic .indexTitle,
.active .indexPublic .indexIntro,
.active .indexPublic .indexMore {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
}

.indexPublic .indexMore img {
    width: 0.56rem;
    margin-right: 0.2rem;
}

.indexPublic .indexMore:hover {
    color: #A71019;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .indexContain {
        height: auto;
    }

    .sec-2 .indexContain,
    .sec-3 .indexContain,
    .sec-6 .indexContain {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .indexPublic .indexTitle {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1;
        font-size: 16px;
    }

    .indexPublic .indexIntro {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1;
        font-size: 14px;
        margin-top: 10px;
    }

    .indexPublic .indexMore {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1;
        font-size: 12px;
        margin-top: 20px;
    }

    .Banner002910 .slick-prev {
        left: 3%;
        bottom: 50%;
        transform: translate(0px, 50%);
    }

    .Banner002910 .slick-next {
        bottom: 50%;
        transform: translate(0px, 50%);
    }
}


.sec-5 .pulbicCon {
    position: relative;
}

.sec-5 .itemCon {
    background: #ffffff;
    display: flex;
    flex-direction: column;
   
   
    padding: 0.8rem 0.58rem 0.58rem 0.58rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.sec-5 .time {
    position: relative;
}

.sec-5 .timeBox {
    width: 1rem;
    height: 1rem;
    background-image: url(../images/timeBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec-5 .time .arrowRightRed {
    width: 0.6rem;
    position: absolute;
    right: 0;
    top: 0.23rem;
    display: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sec-5 .time .arrowRightRed img {
    width: 100%;
}

.sec-5 .time .day {
    font-size: 0.48rem;
    line-height: 1;
    color: #0A3590;
}

.sec-5 .time .year {
    font-size: 0.16rem;
    line-height: 1;
    margin-top: 0.14rem;
    color: #0A3590;
}

.sec-5 .title {
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #333;
    margin-top: 0.36rem;
}

.sec-5 .intro {
    font-size: 0.16rem;
    line-height: 1.5;
    color: #888888;
    margin-top: 0.16rem;
}

.sec-5 .arrowRightGray {
    width: 0.6rem;
    margin-top: 0.48rem;
    display: none;
}

.sec-5 .arrowRightGray img {
    width: 100%;
}

.sec-5 .imgBox {
    width: 100%;
    margin-top: 0.4rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sec-5 .imgBox img {
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}



.sec-5 .itemCon:hover .arrowRightRed, .newsSlider .slick-current .itemCon .arrowRightRed {
    display: block;
}

.sec-5 .itemCon:hover .imgBox, .newsSlider .slick-current .itemCon .imgBox {
    display: block;
}

.sec-5 .itemCon:hover .arrowRightGray, .newsSlider .slick-current .itemCon .arrowRightGray {
    display: none;
}

.sec-5 .itemCon:hover .title, .newsSlider .slick-current .itemCon .title {
    color: #0A3590;
}

.sec-5 .pulbicCon {
    max-width: 100%;
    width: 100%;
    padding-left: 3%;
    overflow: hidden;
}

.newsSlider {
    width: calc(100% + 5.1rem);
    position: absolute;
    bottom: 0.95rem;
    right: -2.55rem;
    padding-left: calc(52% + 0.3rem);
}

.newsSlider .slick-slide {
    <!-- height: 6.7rem; -->
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.15%;
}

.newsSlider .slick-prev {
    left: calc(-37% - 0.33rem);
    top: auto;
    bottom: 1.56rem;
}

.newsSlider .slick-next {
    left: calc(-37% + 0.43rem);
    top: auto;
    bottom: 1.56rem;
    right: auto;
}

.sec-5 .indexPublic {
    padding-bottom: 0.9rem;
    max-width: 30%;
}

.sec-5 .control {
    width: 4.3rem;
    height: 0.01rem;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 4.8rem;
    bottom: 0.6rem;
}

.sec-5 .control .slick-dots {
    display: flex !important;
    align-items: center;
}

.sec-5 .control .slick-dots li {
    flex: 1;
    height: 0.01rem;
}

.sec-5 .control .slick-dots li.slick-active {
    background-color: #A71019;
}

.sec-5 .control .slick-dots li button {
    display: none;
}

@media screen and (max-width:1800px) {
    .newsSlider {
        bottom: 0.15rem !important;
        transform: translate(0px, 0px) !important;
    }

    .control {
        left: 19% !important;
    }

    .newsSlider .slick-prev {
        left: calc(-34% - 0.33rem);
    }

    .newsSlider .slick-next {
        left: calc(-34% + 0.43rem);
    }
}

@media screen and (min-width:1921px) {
    .newsSlider {
        bottom: 0.15rem !important;
        transform: translate(0px, 0px) !important;
    }

    .control {
        left: 19% !important;
    }

    .newsSlider .slick-prev {
        left: calc(-34% - 0.33rem);
    }

    .newsSlider .slick-next {
        left: calc(-34% + 0.43rem);
    }

}

@media screen and (min-width:1025px) and (max-width:1279px) {
    .newsSlider {
        bottom: 50% !important;
        transform: translate(0, 50%) !important;
        -webkit-transform: translate(0, 50%) !important;
        -moz-transform: translate(0, 50%) !important;
        -ms-transform: translate(0, 50%) !important;
        -o-transform: translate(0, 50%) !important;
    }
}

@media screen and (max-width:1024px) {
    .newsSlider {
        width: 100%;
        position: static;
        padding-left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .sec-5 .pulbicCon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sec-5 .indexPublic {
        padding-bottom: 0px;
        max-width: 100%;
        width: 100%;
    }

    .newsSlider .slick-prev {
        left: 0px;
        bottom: 50%;
        transform: translate(0px, 50%);
    }

    .newsSlider .slick-next {
        left: auto;
        right: 0px;
        bottom: 50%;
        transform: translate(0px, 50%);
    }

    .sec-5 .control {
        left: 0px;
        bottom: 0px;
        width: 4.5rem;
    }

    .sec-5 .indexContain {
        padding-bottom: 0.6rem;
    }
}

@media screen and (max-width:768px) {
    .sec-5 .control {
        display: none;
    }

    .pulbicCon {
        padding-left: 3%;
        padding-right: 3%;
    }

    .sec-5 .indexContain {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .newsSlider .slick-slide {
        margin-top: 30px;
        height: auto;
    }

    .sec-5 .itemCon {
        padding: 20px 10px;
    }

    .sec-5 .title {
        font-size: 18px;
        line-height: 1.5;
    }

    .sec-5 .intro {
        font-size: 14px;
    }

    <!-- .newsSlider .itemCon {
        height: 8.5rem !important;
        min-height: 8.5rem;
    } -->

    <!-- .sec-5 .itemCon {
        height: 8.5rem !important;
        min-height: 8.5rem;
    } -->
}


.indexdevBg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.developHead {
    position: absolute;
    left: 11%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.developHead .title {
    color: #333333;
    font-size: 0.42rem;
    line-height: 1;
    margin-top: -0.7rem;
    transform: translateY(280px);
    -webkit-transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.3s;
    -webkit-transition: all 1s 0.3s;
    -moz-transition: all 1s 0.3s;
    -ms-transition: all 1s 0.3s;
    -o-transition: all 1s 0.3s;
}

.developHead .intro {
    font-size: 0.16rem;
    color: #333;
    max-width: 4.1rem;
    margin-top: 0.5rem;
    transform: translateY(280px);
    -webkit-transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.4s;
    -webkit-transition: all 1s 0.4s;
    -moz-transition: all 1s 0.4s;
    -ms-transition: all 1s 0.4s;
    -o-transition: all 1s 0.4s;
}

.active .developHead .intro,
.active .developHead .title {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
}

.deveSlider {
    width: calc(100% + 14%);
    height: 100%;
    position: absolute;
    top: 0;
    padding-left: 27.1875%;
}

.deveSlider .itemCon {
    display: flex;
    width: 4.2rem;
}

.deveSlider .year {
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/deveBg.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.3rem;
}

.deveSlider .intro {
    flex: 1;
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-left: 0.1rem;
    padding-top: 0.25rem;
}

.deveSlider .slick-slider,
.deveSlider .slick-list,
.deveSlider .slick-track {
    height: 100%;
    position: relative;
}

.deveSlider .slider li .itemCon {
    position: absolute;
    bottom: 3.3rem;
    transform: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
    -moz-transform: all 0.3s ease;
    -ms-transform: all 0.3s ease;
    -o-transform: all 0.3s ease;
}

.deveSlider .slider li.slick-active+li .itemCon {
    position: absolute;
    bottom: 4.5rem;
    left: -0.32rem;
}

.deveSlider .slider li.slick-active+li+li .itemCon {
    position: absolute;
    bottom: 5.04rem;
    left: -0.65rem;
}

.deveSlider .slider li.slick-active+li+li+li .itemCon {
    position: absolute;
    bottom: 5rem;
    left: -0.7rem;
}

.deveSlider .item {
    position: relative;
}

.deveSlider .slick-next {
    top: auto;
    transform: translate(0px, 0px);
    right: 20%;
    bottom: 1.6rem;
    left: auto;
    background-image: url(../images/arrowRightRed.png) !important;
}

.deveSlider .slick-prev {
    left: auto;
    top: auto;
    transform: translate(0px, 0px);
    bottom: 1.6rem;
    right: calc(20% + 0.76rem);
    background-image: url(../images/arrowLeftRed.png) !important;
}

.deveSlider .item:last-child .year {
    font-size: 0.18rem;
}

@media screen and (max-width:1800px) {
    .deveSlider .slider li .itemCon {
        /* bottom: 2.8rem; */
    }

    .deveSlider .slider li.slick-active+li .itemCon {
        /* position: absolute; */
        /* bottom: 3.8rem; */
        /* left: -0.36rem; */
    }

    .deveSlider .slider li.slick-active+li+li .itemCon {
        /* position: absolute; */
        /* bottom: 4.3rem; */
        /* left: -0.65rem; */
    }

    .deveSlider .slider li.slick-active+li+li+li .itemCon {
        position: absolute;
        bottom: 5rem;
        left: -0.67rem;
    }

    .deveSlider .intro {
        padding-right: 0.8rem;
        text-align: justify;
    }
    .newsSlider .itemCon {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .newsSlider .slick-slide{
        align-items: flex-end;
    }
   
}

@media screen and (min-width:1921px) {
    .deveSlider .intro {
        padding-right: 0.8rem;
        text-align: justify;
    }

    .deveSlider .slider li .itemCon {
        bottom: 2.8rem;
    }

    .deveSlider .slider li.slick-active+li .itemCon {
        position: absolute;
        bottom: 3.8rem;
        left: -0.36rem;
    }

    .deveSlider .slider li.slick-active+li+li .itemCon {
        position: absolute;
        bottom: 4.3rem;
        left: -0.65rem;
    }

    .deveSlider .slider li.slick-active+li+li+li .itemCon {
        position: absolute;
        bottom: 4.3rem;
        left: -0.67rem;
    }

}
@media(max-width:1440px){
    .developHead{left: 9%;}
    .developHead .intro{max-width: 3rem;}
}

@media screen and (max-width:1024px) {
    .deveSlider {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        padding-left: 0px;
    }

    .indexContain {
        width: 100%;
        height: 100%;
        min-height: auto;
    }

    #fullPage .pulbicCon {
        height: 100%;
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .indexPublic .indexTitle,
    .indexPublic .indexIntro,
    .indexPublic .indexMore,
    .developHead .title,
    .developHead .intro,
    .deveSlider .intro,
    .deveSlider .year {
        opacity: 1 !important;
        transform: translate(0, 0) !important;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
    }

    .newsSlider {
        margin-top: 30px;
    }

    .indexdevBg {
        display: none;
    }

    .sec-4 .indexContain {
        background-image: url(../images/indexdevBg2.png);
        background-size: cover;
        background-position: top left;
        margin-top: 0.7rem;
    }

    .deveSlider {
        position: static;
        padding-left: 3%;
        padding-right: 3%;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .developHead {
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        max-width: 94%;
        margin: 0 auto;
    }

    .deveSlider .slider li .itemCon {
        position: static !important;
        margin: 0 auto;
    }

    .developHead .title {
        padding-top: 30px;
    }

    .deveSlider .slick-prev {
        left: 0%;
        top: 50%;
        transform: translate(0px, -50%);
        bottom: auto;
        right: auto;
    }

    .deveSlider .slick-next {
        right: 0% !important;
        top: 50%;
        transform: translate(0px, -50%);
        bottom: auto;
        right: auto;
    }

    .deveSlider .item {
        padding-left: 0.8rem;
    }

    .developHead .intro {
        min-width: 5.6rem;
    }

    .control {
        left: 0 !important;
    }
    .sec-5 .imgBox img{
         max-height: 4.5rem;
    object-fit: contain;max-height: 4.5rem;
    object-fit: contain;
    }

}

@media screen and (max-width:768px) {
    .developHead .title {
        font-size: 16px;
    }

    .developHead .intro {
        font-size: 14px;
        margin-top: 10px;
        max-width: 5.6rem;
    }

    .deveSlider .intro {
        font-size: 14px;
        line-height: 1.5;
    }

    .deveSlider .itemCon {
        display: flex;
        width: auto;
    }
}

@media screen and (min-width:1025px) {
    .deveSlider .year,
    .sec-5 .itemCon {
        transform: translateY(280px);
        -webkit-transform: translateY(280px);
        opacity: 0;
        transition: all 1s 0.5s;
        -webkit-transition: all 1s 0.5s;
        -moz-transition: all 1s 0.5s;
        -ms-transition: all 1s 0.5s;
        -o-transition: all 1s 0.5s;
}

    .deveSlider .intro {
        transform: translateY(280px);
        -webkit-transform: translateY(280px);
        opacity: 0;
        transition: all 1s 0.5s;
        -webkit-transition: all 1s 0.5s;
        -moz-transition: all 1s 0.5s;
        -ms-transition: all 1s 0.5s;
        -o-transition: all 1s 0.5s;
}

    .active .deveSlider .intro ,
    .active .deveSlider .year,
    .sec-5.active .itemCon{
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}