

/*  手机等小屏幕手持设备*/
@media screen and (min-width: 320px) and (max-width: 767px) {

    .mobile{
        display: block;
    }
    .home-content-icon-img{
        width: 100%;
    }
    body{
        overflow: hidden;    overflow-y: scroll;
    }
    .publication-time{
        display: none;
    }
    .address{
        margin-top: -13px;
    }
    .moreb{
        cursor:pointer;
    }
    .comprehensive-width{
        width: 90%;
        margin: 0 auto;
        max-width: 1240px;
        position: relative;padding-top: 0px;
    }
    .comprehensive-widths{
        width: 100%;
    }
    .flex-container {
        line-height: 22px;

    }
    .comprehensive-width flex-container span{
        margin-left: 10px;
        margin-right:10px;
    }
    .comprehensive-logo{
        width: 240px;
        height: 74px;
    }
    .active{
        color: #791a96;
    }
    .time-speed{
        width: 145px;
        box-shadow: 2px 2px 7px 1px #eeeeee;
        overflow: hidden;
        margin-top: 40px;
        padding: 14px;
        height: 310px;
        z-index: 9;
        background: #fff;

    }
    .comprehensive-time{
        font-size: 30px;
    }
    .comprehensive-spacing div{
        line-height: 40px;
    }
    .comprehensive-spacing-icon{
        width: 7px;
        height: 7px;
        background: #791a96;
        border-radius: 82px;
        display: inline-flex;
        margin-right: 10px;
    }
    .comprehensive-spacing-time{
        position: relative;
        top: 2px;
        cursor:pointer;
    }
    .time-dot{
        width: 10px;height: 10px;background-color: #791a96;border-radius: 50px;
    }
    .time-strip{
        width: 2px;height: auto;background-color: #791a96;position: relative;left: 4px;
    }
    .event-introduce{
        background-color: #ffffff;
        border:1px solid #eeeeee;
        border-top: 0px solid #eeeeee;
        padding:30px;
    }
    .event-time{
        width: 158px;
        height: 143px;
        position: absolute;
        bottom: 118px;
        left: -157px;
        padding: 12px 10px 10px 19px;

    }
    .event-time-line{
        width: 14px;
        height: 116px;
        background: #791a96;
        position: absolute;
        left: 11px;
        top: 3px;
    }
    .event-time div{
        color: #791a96;
        font-weight: 700;
    }
    .event-text{
        margin-top: 31px;height: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .swiper-wrapper img{
        width: 100%;
    }
    .event-line{
        width: 27px;
        height: 1px;
        background: #791a96;
        display: inline-table;
        position: relative;
        top: -14px;
        left: -3px;
    }

    .home-careb{
        width: 1500px;
        margin:0 auto;
        overflow: hidden;
        padding: 75px 149px 56px 149px;
    }
    .home-brand{
        width: 140px;
        margin-top: 29px;
    }
    .event-time-bg{
        position: relative;
        z-index: 9;
        background-color: #f7f8fa;
        width: 138px;
        z-index: 1;
    }
    .scroll{
        overflow-x: hidden;
        overflow-y: auto;
        height: 300px;
    }
    .scroll-son{
        overflow-x: hidden;
        height:93%;
        width: 140px;
    }
    .flex-container a{
        color: #333;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        background-image: url('/static/img/next_03.png');
        /* width: 100px; */
        /* height: 100px; */
        font-size: 30px;
        color: #737375;
        top: 93%;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-size: 100%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        background-image: url('/static/img/pre_03.png');
        /* width: 100px; */
        /* height: 100px; */
        font-size: 30px;
        color: #737375;
        top: 93%;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-size: 100%;
        left: 88%;
    }
    .event-search{
        position: absolute;right: 0px;
    }
    .search-icon{
        position: absolute;right: 10px;top: 15px;
    }
    .swiper-pagination-bullet-active{
        background: #791a96;
        opacity: 0.8;
    }
    .event-time-move{
        width: 100px;height: 3px;background-color: #791a96;
    }
    .event-time-move{
        display: none;
    }
    #eventLista{
        margin-top: 80px;
    }
    .transverse-roll{
        display: none;
    }
    .seniorleadership-title{
        color: #791a96;
        font-size: 24px;
        font-weight: 700;
    }
    .seniorleadership-English-title{
        color: #333333;
        font-size: 24px;
        opacity: 0.09;
        position: relative;
        top:-10px;
        margin-bottom: 15px;
    }
    .seniorleadership-exhibition{
        width: 100%;
        background-color: #fbfbfb;
    }
    .flex-containerb {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .flex-containerb img{
        width: 62%;
        cursor:pointer;
    }
    .flex-containerb div{
        text-align: center;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .seniorleadership-leader{
        position: relative;
        background-color: #f2f2f2;
    }
    .seniorleadership-leader-content{
        color: #333333;
        font-size: 14px;
        padding: 24px 30px;
        line-height: 32px;
    }
    .seniorleadership-leader-title{
        background-image: url("https://jm-static.oss-cn-beijing.aliyuncs.com/jm-back/survey/leader_03.png");
        background-size: 475px 50px;
        background-repeat: no-repeat;
        font-size: 24px;
        color: #ffffff;
        width: 523px;
        height: 50px;
        line-height: 50px;
        padding-left: 41px;
        font-weight: 700;
    }
    .main-leaders img{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .enterpriseintroduction-video{
        margin-bottom: 200px;
    }
    .enterpriseintroduction-img{
        text-align: center;
    }
    .enterpriseintroduction-img img{
        width: 62%;
    }
    .enterpriseintroduction-content{
        font-size: 16px;
        color: #333333;
        line-height: 38px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .corporateculture-title{
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        padding: 21px 30px 0px 30px;
    }
    .corporateculture-img{

    }
    .corporateculture-img img{
        width: 100%;
    }
    .corporateculture{
        background-color: #fbfbfb;
        width: 100%;
        margin-top:21px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .corporateculture-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
    .corporateculture-titles{
        font-size: 28px;
        color: #333333;
        font-weight: 700;
        margin-bottom: 12px;
    }
    .corporateculture-declaration{
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        padding: 29px 0px 26px 18px;
        width: 374px;
        margin: 0 auto;
    }
    .corporateculture-declaration3{
        font-size: 14px;
        color: #333333;
        line-height: 27px;
        padding: 29px 0px 26px 18px;
        width: 100%;
        margin: 0 auto;
    }
    .comprehensive-widthpc{
        display: none;
    }
    .comprehensive-widthPD{
        display: none;
    }
    /*年度行动口号*/
    .slogan-year{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        cursor:pointer;
    }
    .slogan-title{
        height: 57px;
        background: #f8f8f8;
        font-size: 17px;
        text-align: center;
        line-height: 57px;
        color: #666666;
        width: 20%;
        position: relative;
    }
    .slogan-content{
        height: 57px;
        background: #f8f8f8;
        border: 1px solid #e9daee;
        font-size: 17px;
        text-align: center;
        line-height: 57px;
        color: #666666;
        width: 74%;
    }
    .slogan-sanjiao{
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #f8f8f8;
        position: absolute;
        right: -19px;
        top: 18px;
    }
    .slogan-video{
        margin-bottom: 25px;
    }
    a{
        text-decoration:none;
    }
    a:hover{
        text-decoration:none;
    }
    /*年度行动口号详情*/
    .slogan-detail{
        padding: 18px;
        background: #fafafa;
        margin-bottom: 40px;
    }
    .slogan-detail-year{
        margin-bottom: 40px;
    }
    .slogan-detail-year-time{
        font-size: 28px;
        color: #333333;
    }
    .slogan-detail-year-line{
        width: 33px;
        height: 2px;
        background: #791a96;
        margin-left: 13px;
    }
    .slogan-detail-year-title{
        font-size: 18px;
        color: #333333;
        text-align: center;
        margin-bottom: 40px;
    }
    .slogan-detail-year-tips{
        font-size: 16px;
        color: #333333;
        margin-bottom: 28px;
    }
    .slogan-detail-year-content{
        font-size: 14px;
        color: #333333;
        line-height: 28px;
    }
}
/*  //平板*/
@media screen  and (min-width: 768px) and (max-width: 1024px) {
    .comprehensive-widthMB{
        display: none;
    }
    .comprehensive-widthpc{
        display: none;
    }
    .publication-time{
        display: none;
    }
    .address{
        margin-top: -13px;
    }
    .moreb{
        cursor:pointer;
    }
    .comprehensive-width{
        width: 87%;
        margin: 0 auto;
        max-width: 1240px;
        position: relative;padding-top: 0px;
    }
    .flex-container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;

    }
    .comprehensive-width flex-container span{
        margin-left: 10px;
        margin-right:10px;
    }
    .comprehensive-logo{
        width: 240px;
        height: 74px;
    }
    .active{
        color: #791a96;
    }
    .time-speed{
        width: 145px;
        box-shadow: 2px 2px 7px 1px #eeeeee;
        overflow: hidden;
        margin-top: 40px;
        padding: 14px;
        height: 310px;
        z-index: 9;
        background: #fff;

    }
    .comprehensive-time{
        font-size: 30px;
    }
    .comprehensive-spacing div{
        line-height: 40px;
    }
    .comprehensive-spacing-icon{
        width: 7px;
        height: 7px;
        background: #791a96;
        border-radius: 82px;
        display: inline-flex;
        margin-right: 10px;
    }
    .comprehensive-spacing-time{
        position: relative;
        top: 2px;
        cursor:pointer;
    }
    .time-dot{
        width: 10px;height: 10px;background-color: #791a96;border-radius: 50px;
    }
    .time-strip{
        width: 2px;height: auto;background-color: #791a96;position: relative;left: 4px;
    }
    .event-introduce{
        background-color: #ffffff;
        border:1px solid #eeeeee;
        border-top: 0px solid #eeeeee;
        padding:30px;
    }
    .event-time{
        width: 158px;
        height: 143px;
        position: absolute;
        bottom: 118px;
        left: -157px;
        padding: 12px 10px 10px 19px;

    }
    .event-time-line{
        width: 14px;
        height: 116px;
        background: #791a96;
        position: absolute;
        left: 11px;
        top: 3px;
    }
    .event-time div{
        color: #791a96;
        font-weight: 700;
    }
    .event-text{
        margin-top: 31px;height: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .swiper-wrapper img{
        width: 100%;
    }
    .event-line{
        width: 27px;
        height: 1px;
        background: #791a96;
        display: inline-table;
        position: relative;
        top: -14px;
        left: -3px;
    }

    .home-careb{
        width: 1500px;
        margin:0 auto;
        overflow: hidden;
        padding: 75px 149px 56px 149px;
    }
    .home-brand{
        width: 140px;
        margin-top: 29px;
    }
    .event-time-bg{
        position: relative;
        z-index: 9;
        background-color: #f7f8fa;
        width: 138px;
        z-index: 1;
    }
    .scroll{
        overflow-x: hidden;
        overflow-y: auto;
        height: 300px;
    }
    .scroll-son{
        overflow-x: hidden;
        height:93%;
        width: 140px;
    }
    .flex-container a{
        color: #333;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        background-image: url('/static/img/next_03.png');
        /* width: 100px; */
        /* height: 100px; */
        font-size: 30px;
        color: #737375;
        top: 93%;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-size: 100%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        background-image: url('/static/img/pre_03.png');
        /* width: 100px; */
        /* height: 100px; */
        font-size: 30px;
        color: #737375;
        top: 93%;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-size: 100%;
        left: 88%;
    }
    .event-search{
        position: absolute;right: 0px;
    }
    .search-icon{
        position: absolute;right: 10px;top: 15px;
    }
    .swiper-pagination-bullet-active{
        background: #791a96;
        opacity: 0.8;
    }
    .event-time-move{
        width: 100px;height: 3px;background-color: #791a96;
    }
    .event-time-move{
        display: none;
    }
    #eventLista{
        margin-top: 80px;
    }
    .transverse-roll{
        display: none;
    }
    .seniorleadership-title{
        color: #791a96;
        font-size: 34px;
        font-weight: 700;
        margin-top: 76px;
    }
    .seniorleadership-English-title{
        color: #333333;
        font-size: 31px;
        opacity: 0.09;
        position: relative;
        top:-10px;
        margin-bottom: 15px;
    }
    .seniorleadership-exhibition{
        width: 100%;
        background-color: #fbfbfb;
    }
    .flex-containerb {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .flex-containerb img{
        width: 62%;
        cursor:pointer;
    }
    .flex-containerb div{
        text-align: center;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .seniorleadership-leader{
        position: relative;
        background-color: #f2f2f2;
    }
    .seniorleadership-leader-content{
        color: #333333;
        font-size: 14px;
        padding: 24px 30px;
        line-height: 32px;
    }
    .seniorleadership-leader-title{
        background-image: url("https://jm-static.oss-cn-beijing.aliyuncs.com/jm-back/survey/leader_03.png");
        background-size: 475px 50px;
        background-repeat: no-repeat;
        font-size: 24px;
        color: #ffffff;
        width: 523px;
        height: 50px;
        line-height: 50px;
        padding-left: 41px;
        font-weight: 700;
    }
    .main-leaders img{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .enterpriseintroduction-video{
        margin-bottom: 200px;
    }
    .enterpriseintroduction-img{
        text-align: center;
    }
    .enterpriseintroduction-img img{
        width: 62%;
    }
    .enterpriseintroduction-content{
        font-size: 16px;
        color: #333333;
        line-height: 38px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .corporateculture-title{
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        padding: 21px 30px 0px 30px;
    }
    .corporateculture-img{

    }
    .corporateculture-img img{
        width: 100%;
    }
    .corporateculture{
        background-color: #fbfbfb;
        width: 100%;
        margin-top: 35px;
    }
    .corporateculture-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
    .corporateculture-titles{
        font-size: 28px;
        color: #333333;
        font-weight: 700;
        margin-bottom: 12px;
    }
    .corporateculture-declaration{
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        padding: 41px 30px 0px 3px;
        width: 613px;
        margin: 0 auto;
    }
    .corporateculture-declaration3{
        font-size: 14px;
        color: #333333;
        line-height: 27px;
        padding: 34px 0px 24px 15px;
        width: 489px;
        margin: 0 auto;
    }
    /*年度行动口号*/
    .slogan-year{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        cursor:pointer;
    }
    .slogan-title{
        height: 130px;
        background: #f8f8f8;
        font-size: 30px;
        text-align: center;
        line-height: 130px;
        color: #666666;
        width: 20%;
        position: relative;
    }
    .slogan-content{
        height: 130px;
        background: #f8f8f8;
        border: 3px solid #e9daee;
        font-size: 36px;
        text-align: center;
        line-height: 130px;
        color: #666666;
        width: 74%;
    }
    .slogan-sanjiao{
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #f8f8f8;
        position: absolute;
        right: -38px;
        top: 46px;
    }
    .slogan-video{
        margin-bottom: 45px;
    }
    a{
        text-decoration:none;
    }
    a:hover{
        text-decoration:none;
    }
    /*年度行动口号详情*/
    .slogan-detail{
        padding: 50px;
        background: #fafafa;
        margin-bottom: 72px;
    }
    .slogan-detail-year{
        margin-bottom: 67px;
    }
    .slogan-detail-year-time{
        font-size: 47px;
        color: #333333;
    }
    .slogan-detail-year-line{
        width: 75px;
        height: 2px;
        background: #791a96;
        margin-left: 13px;
    }
    .slogan-detail-year-title{
        font-size: 47px;
        color: #333333;
        text-align: center;
        margin-bottom: 72px;
    }
    .slogan-detail-year-tips{
        font-size: 16px;
        color: #333333;
        margin-bottom: 28px;
    }
    .slogan-detail-year-content{
        font-size: 14px;
        color: #333333;
        line-height: 28px;
    }
}

@media screen  and (min-width: 1024px) and (max-width: 1250px) {
    .comprehensive-widthPD{
        display: none;
    }
    .comprehensive-widthMB{
        display: none;
    }
    .publication-time{
        display: none;
    }
    .address{
        margin-top: -13px;
    }
    .moreb{
        cursor:pointer;
    }
    .comprehensive-width{
        width: 87%;
        margin: 0 auto;
        max-width: 1240px;
        position: relative;padding-top: 0px;
    }
    .flex-container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;

    }
    .comprehensive-width flex-container span{
        margin-left: 10px;
        margin-right:10px;
    }
    .comprehensive-logo{
        width: 240px;
        height: 74px;
    }
    .active{
        color: #791a96;
    }
    .time-speed{
        width: 145px;
        box-shadow: 2px 2px 7px 1px #eeeeee;
        overflow: hidden;
        margin-top: 40px;
        padding: 14px;
        height: 310px;
        z-index: 9;
        background: #fff;

    }
    .comprehensive-time{
        font-size: 30px;
    }
    .comprehensive-spacing div{
        line-height: 40px;
    }
    .comprehensive-spacing-icon{
        width: 7px;
        height: 7px;
        background: #791a96;
        border-radius: 82px;
        display: inline-flex;
        margin-right: 10px;
    }
    .comprehensive-spacing-time{
        position: relative;
        top: 2px;
        cursor:pointer;
    }
    .time-dot{
        width: 10px;height: 10px;background-color: #791a96;border-radius: 50px;
    }
    .time-strip{
        width: 2px;height: auto;background-color: #791a96;position: relative;left: 4px;
    }
    .event-introduce{
        background-color: #ffffff;
        border:1px solid #eeeeee;
        border-top: 0px solid #eeeeee;
        padding:30px;
    }
    .event-time{
        width: 158px;
        height: 143px;
        position: absolute;
        bottom: 118px;
        left: -157px;
        padding: 12px 10px 10px 19px;

    }
    .event-time-line{
        width: 14px;
        height: 116px;
        background: #791a96;
        position: absolute;
        left: 11px;
        top: 3px;
    }
    .event-time div{
        color: #791a96;
        font-weight: 700;
    }
    .event-text{
        margin-top: 31px;height: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .swiper-wrapper img{
        width: 100%;
    }
    .event-line{
        width: 27px;
        height: 1px;
        background: #791a96;
        display: inline-table;
        position: relative;
        top: -14px;
        left: -3px;
    }

    .home-careb{
        width: 1500px;
        margin:0 auto;
        overflow: hidden;
        padding: 75px 149px 56px 149px;
    }
    .home-brand{
        width: 140px;
        margin-top: 29px;
    }
    .event-time-bg{
        position: relative;
        z-index: 9;
        background-color: #f7f8fa;
        width: 138px;
        z-index: 1;
    }
    .scroll{
        overflow-x: hidden;
        overflow-y: auto;
        height: 300px;
    }
    .scroll-son{
        overflow-x: hidden;
        height:93%;
        width: 140px;
    }
    .flex-container a{
        color: #333;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        background-image: url('/static/img/next_03.png');
        /* width: 100px; */
        /* height: 100px; */
        font-size: 30px;
        color: #737375;
        top: 93%;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-size: 100%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        background-image: url('/static/img/pre_03.png');
        /* width: 100px; */
        /* height: 100px; */
        font-size: 30px;
        color: #737375;
        top: 93%;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-size: 100%;
        left: 88%;
    }
    .event-search{
        position: absolute;right: 0px;
    }
    .search-icon{
        position: absolute;right: 10px;top: 15px;
    }
    .swiper-pagination-bullet-active{
        background: #791a96;
        opacity: 0.8;
    }
    .event-time-move{
        width: 100px;height: 3px;background-color: #791a96;
    }
    .event-time-move{
        display: none;
    }
    #eventLista{
        margin-top: 80px;
    }
    .transverse-roll{
        display: none;
    }
    .seniorleadership-title{
        color: #791a96;
        font-size: 34px;
        font-weight: 700;
        margin-top: 76px;
    }
    .seniorleadership-English-title{
        color: #333333;
        font-size: 31px;
        opacity: 0.09;
        position: relative;
        top:-10px;
        margin-bottom: 15px;
    }
    .seniorleadership-exhibition{
        width: 100%;
        background-color: #fbfbfb;
    }
    .flex-containerb {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .flex-containerb img{
        width: 62%;
        cursor:pointer;
    }
    .flex-containerb div{
        text-align: center;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .seniorleadership-leader{
        position: relative;
        background-color: #f2f2f2;
    }
    .seniorleadership-leader-content{
        color: #333333;
        font-size: 14px;
        padding: 24px 30px;
        line-height: 32px;
    }
    .seniorleadership-leader-title{
        background-image: url("https://jm-static.oss-cn-beijing.aliyuncs.com/jm-back/survey/leader_03.png");
        background-size: 475px 50px;
        background-repeat: no-repeat;
        font-size: 24px;
        color: #ffffff;
        width: 523px;
        height: 50px;
        line-height: 50px;
        padding-left: 41px;
        font-weight: 700;
    }
    .main-leaders img{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .enterpriseintroduction-video{
        margin-bottom: 200px;
    }
    .enterpriseintroduction-img{
        text-align: center;
    }
    .enterpriseintroduction-img img{
        width: 62%;
    }
    .enterpriseintroduction-content{
        font-size: 16px;
        color: #333333;
        line-height: 38px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .corporateculture-title{
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        padding: 21px 30px 0px 30px;
    }
    .corporateculture-img{

    }
    .corporateculture-img img{
        width: 100%;
    }
    .corporateculture{
        background-color: #fbfbfb;
        width: 100%;
        margin-top: 35px;
    }
    .corporateculture-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
    .corporateculture-titles{
        font-size: 28px;
        color: #333333;
        font-weight: 700;
        margin-bottom: 12px;
    }
    .corporateculture-declaration{
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        padding: 41px 30px 0px 30px;
        width: 374px;
        margin: 0 auto;
    }
    .corporateculture-declaration3{
        font-size: 14px;
        color: #333333;
        line-height: 27px;
        padding: 34px 0px 0px 30px;
        width: 489px;
        margin: 0 auto;
    }
    /*年度行动口号*/
    .slogan-year{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        cursor:pointer;
    }
    .slogan-title{
        height: 130px;
        background: #f8f8f8;
        font-size: 30px;
        text-align: center;
        line-height: 130px;
        color: #666666;
        width: 20%;
        position: relative;
    }
    .slogan-content{
        height: 130px;
        background: #f8f8f8;
        border: 3px solid #e9daee;
        font-size: 36px;
        text-align: center;
        line-height: 130px;
        color: #666666;
        width: 74%;
    }
    .slogan-sanjiao{
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #f8f8f8;
        position: absolute;
        right: -38px;
        top: 46px;
    }
    .slogan-video{
        margin-bottom: 45px;
    }
    a{
        text-decoration:none;
    }
    a:hover{
        text-decoration:none;
    }
    /*年度行动口号详情*/
    .slogan-detail{
        padding: 72px;
        background: #fafafa;
        margin-bottom: 72px;
    }
    .slogan-detail-year{
        margin-bottom: 67px;
    }
    .slogan-detail-year-time{
        font-size: 47px;
        color: #333333;
    }
    .slogan-detail-year-line{
        width: 75px;
        height: 2px;
        background: #791a96;
        margin-left: 13px;
    }
    .slogan-detail-year-title{
        font-size: 47px;
        color: #333333;
        text-align: center;
        margin-bottom: 72px;
    }
    .slogan-detail-year-tips{
        font-size: 16px;
        color: #333333;
        margin-bottom: 28px;
    }
    .slogan-detail-year-content{
        font-size: 14px;
        color: #333333;
        line-height: 28px;
    }
}
@media screen  and (min-width: 1250px) {
    .comprehensive-widthMB{
        display: none;
    }
    .publication-time{
        display: none;
    }
    .address{
        margin-top: -13px;
    }
    .moreb{
        cursor:pointer;
    }
    .comprehensive-width{
        margin: 0 auto;
        max-width: 1240px;
        position: relative;padding-top: 0px;
    }
    .flex-container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;

    }
    .comprehensive-width flex-container span{
        margin-left: 10px;
        margin-right:10px;
    }
    .comprehensive-logo{
        width: 240px;
        height: 74px;
    }
    .active{
        color: #791a96;
    }
    .time-speed{
        width: 145px;
        box-shadow: 2px 2px 7px 1px #eeeeee;
        overflow: hidden;
        margin-top: 40px;
        padding: 14px;
        height: 310px;
        z-index: 9;
        background: #fff;

    }
    .comprehensive-time{
        font-size: 30px;
    }
    .comprehensive-spacing div{
        line-height: 40px;
    }
    .comprehensive-spacing-icon{
        width: 7px;
        height: 7px;
        background: #791a96;
        border-radius: 82px;
        display: inline-flex;
        margin-right: 10px;
    }
    .comprehensive-spacing-time{
        position: relative;
        top: 2px;
        cursor:pointer;
    }
    .time-dot{
        width: 10px;height: 10px;background-color: #791a96;border-radius: 50px;
    }
    .time-strip{
        width: 2px;height: auto;background-color: #791a96;position: relative;left: 4px;
    }
    .event-introduce{
        background-color: #ffffff;
        border:1px solid #eeeeee;
        border-top: 0px solid #eeeeee;
        padding:30px;
    }
    .event-time{
        width: 158px;
        height: 143px;
        position: absolute;
        bottom: 118px;
        left: -157px;
        padding: 12px 10px 10px 19px;

    }
    .event-time-line{
        width: 14px;
        height: 116px;
        background: #791a96;
        position: absolute;
        left: 11px;
        top: 3px;
    }
    .event-time div{
        color: #791a96;
        font-weight: 700;
    }
    .event-text{
        margin-top: 31px;height: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .swiper-wrapper img{
        width: 100%;
    }
    .event-line{
        width: 27px;
        height: 1px;
        background: #791a96;
        display: inline-table;
        position: relative;
        top: -14px;
        left: -3px;
    }

    .home-careb{
        width: 1500px;
        margin:0 auto;
        overflow: hidden;
        padding: 75px 149px 56px 149px;
    }
    .home-brand{
        width: 140px;
        margin-top: 29px;
    }
    .event-time-bg{
        position: relative;
        z-index: 9;
        background-color: #f7f8fa;
        width: 138px;
        z-index: 1;
    }
    .scroll{
        overflow-x: hidden;
        overflow-y: auto;
        height: 300px;
    }
    .scroll-son{
        overflow-x: hidden;
        height:93%;
        width: 140px;
    }
    .flex-container a{
        color: #333;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        background-image: url('/static/img/next_03.png');
        /* width: 100px; */
        /* height: 100px; */
        font-size: 30px;
        color: #737375;
        top: 93%;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-size: 100%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        background-image: url('/static/img/pre_03.png');
        /* width: 100px; */
        /* height: 100px; */
        font-size: 30px;
        color: #737375;
        top: 93%;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-size: 100%;
        left: 88%;
    }
    .event-search{
        position: absolute;right: 0px;
    }
    .search-icon{
        position: absolute;right: 10px;top: 15px;
    }
    .swiper-pagination-bullet-active{
        background: #791a96;
        opacity: 0.8;
    }
    .event-time-move{
        width: 100px;height: 3px;background-color: #791a96;
    }
    .event-time-move{
        display: none;
    }
    #eventLista{
        margin-top: 80px;
    }
    .transverse-roll{
        display: none;
    }
    .seniorleadership-title{
        color: #791a96;
        font-size: 34px;
        font-weight: 700;
        margin-top: 35px;
    }
    .seniorleadership-English-title{
        color: #333333;
        font-size: 31px;
        opacity: 0.09;
        position: relative;
        top:-10px;
        margin-bottom: 15px;
    }
    .seniorleadership-exhibition{
        width: 100%;
        background-color: #fbfbfb;
    }
    .flex-containerb {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .flex-containerb img{
        width: 62%;
        cursor:pointer;
    }
    .flex-containerb div{
        text-align: center;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .seniorleadership-leader{
        position: relative;
        background-color: #f2f2f2;
    }
    .seniorleadership-leader-content{
        color: #333333;
        font-size: 14px;
        padding: 24px 30px;
        line-height: 32px;
    }
    .seniorleadership-leader-title{
        background-image: url("https://jm-static.oss-cn-beijing.aliyuncs.com/jm-back/survey/leader_03.png");
        background-size: 475px 50px;
        background-repeat: no-repeat;
        font-size: 24px;
        color: #ffffff;
        width: 523px;
        height: 50px;
        line-height: 50px;
        padding-left: 41px;
        font-weight: 700;
    }
    .main-leaders img{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .enterpriseintroduction-video{
        margin-bottom: 200px;
    }
    .enterpriseintroduction-img{
        text-align: center;
    }
    .enterpriseintroduction-img img{
        width: 62%;
    }
    .enterpriseintroduction-content{
        font-size: 16px;
        color: #333333;
        line-height: 38px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .corporateculture-title{
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        padding: 84px 30px 0px 30px;
    }
    .corporateculture-img{

    }
    .corporateculture-img img{
        width: 100%;
    }
    .corporateculture{
        background-color: #fbfbfb;
        width: 100%;
        margin-top: 35px;
    }
    .corporateculture-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
    .corporateculture-titles{
        font-size: 28px;
        color: #333333;
        font-weight: 700;
        margin-bottom: 12px;
    }
    .corporateculture-declaration{
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        padding: 65px 30px 0px 30px;
        width: 374px;
        margin: 0 auto;
    }
    .corporateculture-declaration3{
        font-size: 14px;
        color: #333333;
        line-height: 33px;
        padding: 37px 0px 0px 30px;
        width: 489px;
        margin: 0 auto;
    }
    .comprehensive-widthPD{
        display: none;
    }
    /*年度行动口号*/
    .slogan-year{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        cursor:pointer;
    }
    .slogan-title{
        height: 130px;
        background: #f8f8f8;
        font-size: 30px;
        text-align: center;
        line-height: 130px;
        color: #666666;
        width: 20%;
        position: relative;
    }
    .slogan-content{
        height: 130px;
        background: #f8f8f8;
        border: 3px solid #e9daee;
        font-size: 36px;
        text-align: center;
        line-height: 130px;
        color: #666666;
        width: 74%;
    }
    .slogan-sanjiao{
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #f8f8f8;
        position: absolute;
        right: -38px;
        top: 46px;
    }
    .slogan-video{
        margin-bottom: 45px;
    }
    a{
        text-decoration:none;
    }
    a:hover{
        text-decoration:none;
    }
    /*年度行动口号详情*/
    .slogan-detail{
        padding: 72px;
        background: #fafafa;
        margin-bottom: 72px;
    }
    .slogan-detail-year{
        margin-bottom: 67px;
    }
    .slogan-detail-year-time{
        font-size: 47px;
        color: #333333;
    }
    .slogan-detail-year-line{
        width: 75px;
        height: 2px;
        background: #791a96;
        margin-left: 13px;
    }
    .slogan-detail-year-title{
        font-size: 47px;
        color: #333333;
        text-align: center;
        margin-bottom: 72px;
    }
    .slogan-detail-year-tips{
        font-size: 16px;
        color: #333333;
        margin-bottom: 28px;
    }
    .slogan-detail-year-content{
        font-size: 14px;
        color: #333333;
        line-height: 28px;
    }
    /*  css...
      当设备宽度  在  769px和992px范围内,执行当前的css*/
}


