/* 内容区 */
.innovation {

    padding-top: 0!important;
    padding-bottom: 0!important;
}

.backdrop {

    background-image: url(../img/innovation_1bj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-bottom: 0;
    padding-top: 62px;
        margin-bottom: 0px!important;
}

.innovation_mine {
    margin-top: 4.159%;

}

.innovation_mine .innovations {
    display: flex;
    justify-content: space-between;
}

.innovation_mine .innovations .innovation_left {
    width: 52.7%;
    margin-right: 4.8%;
}

.innovation_mine .innovations .innovation_left>p {
    margin-bottom: 4%;
    font-weight: bold;

}

.innovation_mine .innovations .innovation_left .tet {
    letter-spacing: 0px;
    color: #777777;
    line-height: 2;

}

.innovation_right .innovation_img {
    overflow: hidden;
    width: 100%;


}

.innovation_right:hover .innovation_img img {

    transform: scale(1.08);
}

.innovation_right .innovation_img img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 轮播图 */
.history {
    margin-top: 5.1%;
    padding-bottom: 6.7%;
    overflow: hidden;

}

.history .p_item {

    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.history .p_item .e_scroll {
    margin: 0 auto;
    padding-bottom: 84px;
    padding-top: 40px;
    transition: all 0.4s;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.history .p_item .e_scroll .set {
    letter-spacing: 0px;
    color: #004ea0;
    font-weight: bold;
    margin: 0 auto;
    line-height: 1;

}


.swiper_falc {
    position: relative;
}

.swiper_falc:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #004ea0;
    position: absolute;
    top: 110px;
}



.history .p_item::after {
    width: 18px;
    height: 18px;
    background-color: #f0f2f8;
    border: solid 2px #004ea0;
    display: block;
    content: "";
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 110px;
    position: absolute;
    left: 50%;
}

.dis_swiper p {
    width: 18px;
    height: 18px;
    background-color: #f0f2f8;
    border: solid 2px #004ea0;
    border-radius: 50%;
    margin: 22% auto 0;

}

.history .p_item:hover .dis_swiper {
    /* opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0) translate(-50%, -50%);
    transform: translate3d(0, 0px, 0) translate(-50%, -50%); */

}


.history .p_item:hover .e_scroll {

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
      width: 83.5%;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(../img/innovations_bj1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.history .p_item:hover .e_scroll .set {
    color: #ffffff;
}


.dis_swiper {
    width: 181px;
    height: 252px;
    background-color: #31a2cd;
    margin: 0 auto;
    padding-top: 30%;
    background-image: url(../img/innovations_bj1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    opacity: 0;
    /* -webkit-transform: translate3d(0, 60px, 0) translate(-50%, -50%);
    transform: translate3d(0, 60px, 0) translate(-50%, -50%); */

    position: absolute;
    left: 50%;
    top: 40%;
    /* transform: translate3d(0, 10px, 0);
    transition: all 0.4s; */
}

.dis_swiper .e_scroll_1 {
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;

}

.dis_swiper .s_title_1 {
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;



}

.history .p_item .s_title {
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 80px;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
        font-size: 16px;
}

.swiper_falc .p_item .e_scroll .set {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.swiper_falc .p_item:hover .e_scroll .set {
    opacity: 1;
    -webkit-transform: translate3d(0, 22px, 0);
    transform: translate3d(0, 22px, 0);

}

.swiper_falc .p_item:hover .s_title {
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
    color: #ffffff;
}

.history .p_item:hover::after {

    top: 200px;
}





/* 轮播图 */

.innovation_bittom {
    padding-top: 6%;
    padding-bottom: 5.85%;
    background-image: url(../img/innovations_2bj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;

}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


#certify .swiper-slide {
    width: 757px;

}

#certify .swiper-slide P {

    display: none;
}


#certify .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

#certify .swiper-slide .e_text {


    letter-spacing: 0px;
    color: #777777;
    line-height: 1.5;
    height: 8.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

#certify .swiper-slide-active img {
    opacity: 1;

}

#certify .swiper-slide-active p {
    display: block;

}

#certify .swiper-slide p {
    letter-spacing: 0px;
    color: #000000;
    line-height: 1;
    text-align: left;
    margin-bottom: 4%;
    margin-top: 5.688%;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {

    background-color: #000;
}

#certify .swiper-button-prev {
    left: 15%;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    bottom: 28%;
    top: auto;
}


#certify .swiper-button-next {
    right: 15%;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
    top: auto;
    bottom: 28%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
}

#certify .swiper-slide-prev .swiper_txt {
    opacity: 0;
display: none;
}

#certify .swiper-slide-prev .e_text {
    opacity: 0;
display: none;
}

#certify .swiper-button-next .swiper_txt {
display: none;
    opacity: 0;
}

#certify .swiper-slide-next .e_text {
    opacity: 0;
display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {

    font-size: 24px;
    line-height: 1;
    color: #004ea0;
}


   .innovation_mine .innovations .innovation_left p span{
        
            font-size: 18px!important;

    }
@media only screen and (max-width:1537px){

.innovation_mine .innovations .innovation_left p span{
    
        font-size: 16px!important;
}
.innovation_mine .innovations .innovation_left .tet{
    
    line-height: 1.5;
}
}

@media only screen and (max-width:1291px){
.innovation_mine .innovations .innovation_left p span{
    
        font-size: 14px!important;
}

}
@media screen and (max-width: 1200px) {
    #certify .swiper-button-prev {

        left: 10%;
    }

    #certify .swiper-button-next {

        right: 10%;
    }
}

@media screen and (max-width: 1100px) {
.innovation_mine .innovations .innovation_left{
        width: 100%;
    margin-right: 0%;
    
}
.innovation_mine .innovations{
     flex-wrap: wrap;
    
}
.innovation_mine .innovations .innovation_right{
    
    width: 100%;
}
}




@media screen and (max-width: 768px) {
    .innovation_mine .innovations .innovation_left p span{
        
            font-size: 14px!important;

    }
    .history .p_item::after {
            width: 12px;
    height: 12px;
        
    }
    .history{
        
        margin-top: 0.1%;
    }
    .history .p_item:hover .e_scroll {
        
        margin: 0 auto;
    padding-bottom: 84px;
    padding-top: 40px;
    transition: all 0.4s;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    background-image: unset;
        width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    }
    .innovation_mine .innovations .innovation_left>p {
text-align: center;

}
    .swiper_falc .p_item:hover .s_title {
        
   -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 05px, 0);

    color: #333333;
    }
    .swiper_falc .p_item:hover .e_scroll .set {
            -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
            color: #004ea0;
    }
    .backdrop {
        padding-top: 30px;
    }

    .innovation_mine .innovations .innovation_left {

        width: 100%;
        margin-right: 0%;
    }

    .innovation_mine .innovations .innovation_right {
        width: 100%;
        margin-top: 20px;

    }

    .innovation_mine .innovations {

        flex-wrap: wrap;
    }

    .history .p_item .e_scroll .set .p_num {
        font-size: 16px;

    }

    .history .p_item .e_scroll .set .p_plus {

        font-size: 16px;
    }

    .history .p_item .s_title {

        font-size: 12px;
    }
    .history .p_item:hover::after {
        
        top: 110px;
    }
.history .p_item .s_title {
    
    margin-top: 60px;
}
    #certify .swiper-slide-prev .swiper_txt {

        opacity: 1;
    }

    #certify .swiper-slide p {

        margin-bottom: 20px;
        margin-top: 20px;
    }

    #certify .swiper-slide {

        width: 100%;
    }

    #certify .swiper-button-prev {
        bottom: auto;
        top: 30%;
        left: 0%;
    }

    #certify .swiper-button-next {
        bottom: auto;
        top: 30%;
        right: 0%;

    }

    #certify .swiper-slide .e_text {

        height: 7.5em;
    }

    .innovation_bittom {

        padding-top: 30px;
        padding-bottom: 30px;
    }

    .history {

       padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .history .p_item .e_scroll{
        padding-bottom: 50px;
        
    }
}

