.main {
    width: 100%;
    font-family: "微软雅黑";
}

.second_navbg {
    width: 100%;
    background: #FFF;
}

.main .second_nav {
    width: 62.5%;
    height: 60px;
    margin: 0 auto;
}

.main > ul {
    clear: both;
}

.main .second_nav li {
    cursor: pointer;
    float: left;
    width: 12%;
    line-height: 60px;
    color: #303030;
    font-size: 18px;
    height: 100%;
    text-align: center;
    margin-right: 20px;
}

.main .second_nav .cur {
    cursor: pointer;
    color: #22ac38;
    background: url(../images/business/商务合作（切图）_13.jpg) no-repeat;
    background-position: 0 58px;
}

.enterprise_image {
    width: 100%;
}
/*解决图片距离底部间隙的问题*/
    .enterprise_image img {
        width: 100%;
        height: auto;
        display:block;
    }

.main .second_nav li img {
    width: 100%;
    height: auto;
}

.main .second {
    margin: 0 auto;
}

.main > h4 {
    margin-left: 20%;
}

.main h4 {
    font-weight: bold;
    width: 13%;
    color: #22ac38;
    height: 56px;
    position: relative;
    font-family: "微软雅黑";
    font-size: 36px;
    margin-bottom: 42px;
    margin-left: 18.58%;
}

    .main h4 .line {
        position: absolute;
        width: 28%;
        border-bottom: 2px solid #22ac38;
        margin-top: 8px;
    }


/*品牌资讯*/

.brand_info {
    width: 100%;
    margin-top: 52px;
}

.brandBgBox {
    width: 100%;
    padding-top: 84px;
    padding-bottom: 42px;
}

.BrandInfo {
    width: 100%;
}

.layui-laypage {
    padding-bottom: 42px;
}

.info-box {
    width: 62.5%;
    background: #fff;
    height: 300px;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 42px;
    font-family: "微软雅黑";
}

    .info-box .left {
        float: left;
        height: 300px;
        width: 45%;
        margin-right:5%;
    }

    .info-box .right {
        width:50%;
        padding-right: 20px;
     
        float: left;
        position: relative;
      
    }

        .info-box .right .title {
            margin-top: 72px;
            margin-bottom: 23px;
            height: 24px;
            font-weight: 700;
            font-size: 24px;
            color: #22ac38;
        }

        .info-box .right .time {
            width: 100%;
            text-align: right;
            height: 15px;
            font-size: 18px;
            letter-spacing: 2px;
            color: #484848;
            margin-top: -30px;
        }

        .info-box .right .detail {
            color: #545353;
            height: 17px;
            font-size: 18px;
            color: #545353;
        }


/*.info-box .right .more {
	color: #2d8cf0;
	color: #484848;
	font-size: 30px;
}*/


.info-box:hover {
        box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
        -webkit-transform: translate3d(0, -2px, 0);
        -moz-transform: translate3d(0, -2px, 0);
        -o-transform: translate3d(0, -2px, 0);
        -ms-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        -ms-transition: transform .3s ease;
        transition: transform .3s ease
    }

.seeDetail {
    width: 40%;
    height: 39px;
    line-height: 39px;
    border: 1px solid #22ac38;
   
    margin-top: 77px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    color: #484848;
}

    .seeDetail a {
        font-family: "微软雅黑";
        color: #22ac38;
        font-weight:bold;
    }
 .layui-laypage-prev {
   margin-right:5%;
}
.layui-laypage-next {
    margin-left:5%;
}

.layui-laypage > a:first-child {
    background: url(/images/downLoad/bg1.jpg) no-repeat;
}

.layui-laypage > a:last-child {
    background: url(/images/downLoad/bg2.jpg) no-repeat;
    background-position-x: 100%;
}

/*品牌视频*/

.brand_video {
    width: 100%;
    padding-top: 84px;
    padding-bottom: 84px;
    overflow: hidden;
}

.current-pages {
    margin-top: 50px;
    width: 100%;
}

.poster-box {
    text-align: left;
    margin: 0 auto;
    width: 62.5%;
}

.poster-item {
   /* float: left;*/
    width: 47.5%;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    margin-bottom: 42px;
    vertical-align: middle;
    padding: 42px 4.04% 42px 4.04%;
}

.video-img {
    /*width: 500px;
	height: 295px;
	margin: 25px 25px 18px;*/
    width: 100%;
    height: auto;
    cursor: pointer
}

.play {
    position: absolute;
    cursor: pointer;
    right: 50%;
    bottom: 50%;
}

.download {
    color: #2d8cf0;
    font-size: 14px;
    vertical-align: middle
}

    .download img {
        width: 17px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-left: 5px
    }

.poster-item:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease
}

.video-desc {
    width: 100%;
    height: 26px;
    margin-top: 42px;
    text-align: center;
}

.coverDiv {
    position: relative;
}

.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(143, 144, 139, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}

.play-icon {
    position: absolute;
    right: 65px;
    bottom: 130px;
    cursor: pointer
}

.video-desc .p1 {
    text-align: center;
    font-size: 24px;
    color: #545353;
}

.main-footer {
    background: #f0f0f0
}

.pagination {
    text-align: center;
    margin-top: 20px
}

.prev {
    width: 10px;
    height: 20px;
    margin-bottom: -3px;
    margin-right: -4px;
    cursor: pointer
}

.next {
    width: 10px;
    height: 18.5px;
    margin-bottom: -3px;
    margin-left: 22px;
    cursor: pointer
}

.page-count {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 22px;
    margin-left: 26px;
    font-size: 18px;
    color: #657180;
    cursor: pointer;
    text-align: center
}

.current-page {
    color: #fff;
    background: url(../img/circle.png) no-repeat;
    background-size: contain
}

.page-num {
    margin-top: -4px
}

.page-count:hover {
    color: #ff7800
}

.page-count.current-page {
    color: #fff
}

.video_box_close {
    position: absolute;
    right: -14px;
    top: -10px;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 99999;
    background-image: url(https://static.okii.com/static/img/btn_close_video.png);
}

.video_box {
    position: relative;
}


/*企业简介*/

.compnayIntro {
    width: 100%;
    height: 623px;
    margin: 0 auto;
    padding-top: 84px;
    padding-bottom: 84px;
    background: url(../images/brand/aboutUs/01_03.png) no-repeat;
    background-size: 100%;
}

.main-content {
    width: 100%;
    margin-top: 64px;
}

    .main-content > div {
        float: left;
    }

    .main-content .dec {
        width: 35%;
        margin-left: 18.43%;
        text-indent: 2em;
        color: #484848;
        font-family: "微软雅黑";
        font-size: 16px;
        line-height: 30px;
        position: absolute;
    }


/*大事记start*/

.event_box {
    margin: 3% auto 0;
    position: relative;
    min-height: 420px;
}

    .event_box .parHd {
        width: 100%;
        display: inline-block;
        height: 92px;
        overflow: hidden;
    }

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

    .parHd .tempWrap:after {
        content: '';
        width: 85%;
        height: 1px;
        background: #580000;
        position: absolute;
        right: 8%;
        top: 35%;
        z-index: 10;
    }

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 16px;
    color: #000;
    margin: 0 0px;
    position: relative;
}

    .parHd li:after {
        content: '';
        background: url(../images/brand/aboutUs/bg3.jpg) no-repeat;
        width: 27px;
        height: 27px;
        position: absolute;
        z-index: 20;
        top: -12px;
        left: 50%;
        margin-left: -12px;
    }

.parBd {
    text-align: center;
    margin-top: 60px;
}

    .parBd h4 {
        position: relative;
        font-size: 40px;
        margin-bottom: 3%;
        /*width:200px;*/
        padding: 0 60px;
        display: inline-block;
        text-align: center;
    }

        .parBd h4:after {
            content: '';
            background: #000;
            width: 100px;
            height: 1px;
            position: absolute;
            left: -100px;
            bottom: 12px;
        }

        .parBd h4:before {
            content: '';
            background: #000;
            width: 100px;
            height: 1px;
            position: absolute;
            right: -100px;
            bottom: 12px;
        }

    .parBd p {
        line-height: 180%;
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }

div#listBox {
    width: 100%;
}

.sPrev,
.sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 100px;
}

.sPrev {
    left: 400px;
}

.sNext {
    right: 400px
}

    .sPrev img,
    .sNext img {
        transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
        -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
        -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
        -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    }

.parHd li.act span {
    display: block;
    width: 27px;
    height: 27px;
    overflow: hidden;
    background: url(../images/brand/aboutUs/bg2.jpg) no-repeat;
    position: absolute;
    top: -12px;
    left: 28px;
    z-index: 21;
}

.parHd li span,
.parHd li.clone span {
    /*display: none;*/
}

.tempWrap li {
    float: left;
    width: 83px;
}

.tempWrap ul {
    width: 2145px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    left: -715px;
}

.tempWrap {
    overflow: hidden;
    position: relative;
    width: 858px
}

.slideBox {
    width: 1203px;
    height: 468px;
    background-color: yellow;
    margin: 0 auto;
}

    .slideBox > div {
        float: left;
    }

    .slideBox .left {
        text-align: left;
        width: 643px;
        height: 241px;
        margin: 106px 21px 121px 21px;
        background: palegoldenrod;
        font-family: "微软雅黑";
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #000000;
        text-indent: 2em;
    }

        .slideBox .left span {
            color: #22ac38;
        }

    .slideBox .right {
        width: 491px;
        background: #FFF5E3;
        height: 394px;
    }

.cd-horizontal-timeline .events a {
    font-size: 1rem;
}


/*---大事件end--*/


/*企业价值观start*/


/*经营理念*/

.thoughtBanner {
    width: 100%;
    height:518px;
    background-color: #ffffff;
    clear: both;
    overflow: hidden;
}

.thought {
    font-family: "微软雅黑";
    width: 62.5%;
    height: 100%;
    margin: 0 auto;
}

    .thought > div {
        float: left;
    }

    .thought .left {
       
        width: 50.5%;
        height: 100%;
    }

      

    .thought .right {
        padding-top: 48px;
        width: 46%;
        margin-left: 24px;
        height: 100%;
        float: right;
    }

        .thought .right h4 {
            width: 32%;
            margin-left: 0px;
        }

    .thought .title {
        margin-bottom: 10px;
        height: 17px;
        font-size: 16px;
        letter-spacing: 0px;
        color: #000000;
        margin-top: 50px;
    }

    .thought .con {
        font-size: 16px;
        letter-spacing: 0px;
        color: #484848;
        margin-top: 16px;
    }

    .thought .right > div {
        margin-bottom: 5%
    }


/*企业价值观结束end*/


/*发展历程*/

.development {
    width: 100%;
    padding-top: 84px;
    padding-bottom: 84px;
}

.main .development h4 {
    width: 12%;
}

.event_box h4 {
    margin-left: 368px;
    margin-bottom: 50px;
}

.swiper-container {
    width: 62.5%;
    /*height: 366px;*/
    position: relative;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #7DC288;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    width: 100% !important;
    /*height: 366px;*/
    background-color: #f4f4f4;
    text-align: center;
    margin-top: 66px;
}

    .swiper-slide img {
        width: 45%;
        height: auto;
    }

.boxy-wrapper.fixed {
    position: fixed;
}

.cd-horizontal-timeline.loaded{

background: #fff;
    border-radius: 10px;
}
.cd-horizontal-timeline .events-content{

width: 70%;
    margin: 0 auto;
}
/*公司荣誉*/

.honor {
    width: 100%;
    background: #FFFFFF;
    padding-top: 84px;
    padding-bottom: 84px;
}

.companyThought {
    height: 50%;
}

.demo20 {
    width: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
    .main .second_nav li {
        font-size: 14px;
    }

    .main h4 {
        font-size: 26px;
        margin-left: 12.58%;
    }
    /*企业简介*/
    .compnayIntro {
        background-size: 100% 120%;
    }

    .main-content .dec {
        width: 37%;
    }

    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 75.5%;
    }

        .thought .title,
        .thought .con {
            font-size: 13px;
        }

    .main-content .dec {
        font-size: 13px;
        margin-left: 14.43%;
    }

    .thought .right h4 {
        width: 47%;
    }
    /*品牌广告*/
    .info-box {
        width: 75.5%;
    }

       

            .info-box .right .title {
                font-size: 18px;
            }

            .info-box .right .detail,
            .seeDetail,
            .info-box .right .time {
                font-size: 14px;
            }
    /*品牌视频*/
    .poster-box {
        width: 75.5%;
    }

    .video-desc .p1 {
        font-size: 18px;
    }
}


/*>=1024的设备*/

@media (min-width: 1152px) {
    .main h4 {
        font-size: 28px;
        margin-left: 14.58%;
    }
    /*企业简介*/
    .compnayIntro {
        background-size: 100% 120%;
    }

    .main-content .dec {
        width: 37%;
    }

    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 70.5%;
    }

    .main-content .dec {
        font-size: 14px;
        margin-left: 14.43%;
    }

    .thought .right h4 {
        width: 47%;
    }
    /*品牌广告*/
    .info-box {
        width: 70.5%;
    }


            .info-box .right .title {
                font-size: 20px;
            }

            .info-box .right .detail,
            .seeDetail,
            .info-box .right .time {
                font-size: 16px;
            }
    /*品牌视频*/
    .poster-box {
        width: 70.5%;
    }

    .video-desc .p1 {
        font-size: 18px;
    }
}


/*>=1100的设备*/

@media (min-width: 1280px) {
    .main h4 {
        font-size: 33px;
        margin-left: 16.58%;
    }
    /*企业简介*/
    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 68.5%;
    }

    .main-content .dec {
        font-size: 14px;
    }

    .thought .right h4 {
        width: 47%;
    }
    /*品牌广告*/
    .info-box {
        width: 68.5%;
    }

       

            .info-box .right .title {
                font-size: 22px;
            }

            .info-box .right .detail,
            .seeDetail,
            .info-box .right .time {
                font-size: 16px;
            }
    /*品牌视频*/
    .poster-box {
        width: 68.5%;
    }

    .video-desc .p1 {
        font-size: 18px;
    }
}


/*>=1280的设备*/


@media (min-width: 1360px) {


    .main .second_nav li {
        font-size: 15px;
    }

    .main h4 {
        font-size: 30px;
        margin-left: 18.58%;
    }
    /*企业简介*/
    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 62.5%;
    }

        .thought .title,
        .thought .con {
            font-size: 14px;
        }

    .main-content .dec {
        font-size: 14px;
        width: 35%;
        margin-left: 18.43%;
    }

    .thought .right h4 {
        width: 43%;
    }

    .compnayIntro {
        background-size: 100% 100%;
    }
    /*品牌广告*/
    .info-box {
        width: 62.5%;
    }

        .info-box .right .title {
            font-size: 19px;
        }

        .info-box .right .detail, .seeDetail, .info-box .right .time {
            font-size: 15px;
        }


    /*品牌视频*/
    .poster-box {
        width: 62.5%;
    }

    .video-desc .p1 {
        font-size: 18px;
    }
}


@media (min-width: 1366px) {


    .main .second_nav li {
        font-size: 15px;
    }

    .main h4 {
        font-size: 30px;
        margin-left: 18.58%;
    }
    /*企业简介*/
    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 62.5%;
    }

        .thought .title,
        .thought .con {
            font-size: 14px;
        }

    .main-content .dec {
        font-size: 14px;
        width: 35%;
        margin-left: 18.43%;
    }

    .thought .right h4 {
        width: 43%;
    }

    .compnayIntro {
        background-size: 100% 100%;
    }
    /*品牌广告*/
    .info-box {
        width: 62.5%;
    }

        .info-box .right .title {
            font-size: 19px;
        }

        .info-box .right .detail, .seeDetail, .info-box .right .time {
            font-size: 15px;
        }


    /*品牌视频*/
    .poster-box {
        width: 62.5%;
    }

    .video-desc .p1 {
        font-size: 18px;
    }
}



@media (min-width: 1400px) {


    .main .second_nav li {
        font-size: 15px;
    }

    .main h4 {
        font-size: 30px;
        margin-left: 18.58%;
    }
    /*企业简介*/
    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 62.5%;
    }

        .thought .title,
        .thought .con {
            font-size: 14px;
        }

    .main-content .dec {
        font-size: 14px;
        width: 35%;
        margin-left: 18.43%;
    }

    .thought .right h4 {
        width: 43%;
    }

    .compnayIntro {
        background-size: 100% 100%;
    }
    /*品牌广告*/
    .info-box {
        width: 62.5%;
    }

        .info-box .right .title {
            font-size: 19px;
        }

        .info-box .right .detail, .seeDetail, .info-box .right .time {
            font-size: 15px;
        }


    /*品牌视频*/
    .poster-box {
        width: 62.5%;
    }

    .video-desc .p1 {
        font-size: 18px;
    }
}



@media (min-width: 1440px) {



    .main .second_nav li {
        font-size: 15px;
    }

    .main h4 {
        font-size: 30px;
        margin-left: 18.58%;
    }
    /*企业简介*/
    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 62.5%;
    }

        .thought .title,
        .thought .con {
            font-size: 14px;
        }

    .main-content .dec {
        font-size: 14px;
        width: 35%;
        margin-left: 18.43%;
    }

    .thought .right h4 {
        width: 43%;
    }

    .compnayIntro {
        background-size: 100% 100%;
    }
    /*品牌广告*/
    .info-box {
        width: 62.5%;
    }

        .info-box .right .title {
            font-size: 19px;
            padding-bottom:42px;
        }

        .info-box .right .detail, .seeDetail, .info-box .right .time {
            font-size: 15px;
        }


    /*品牌视频*/
    .poster-box {
        width: 62.5%;
    }

    .video-desc .p1 {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
 
   

   
    .main .second_nav li {
        font-size: 16px;
    }

    .main h4 {
        font-size: 31px;
        margin-left: 18.58%;
    }
    /*企业简介*/
    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 62.5%;
    }

        .thought .title,
        .thought .con {
            font-size: 15px;
        }

    .main-content .dec {
        font-size: 15px;
        width: 35%;
        margin-left: 18.43%;
    }

    .thought .right h4 {
        width: 43%;
    }

    .compnayIntro {
        background-size: 100% 100%;
    }
    /*品牌广告*/
    .info-box {
        width: 62.5%;
    }

        .info-box .right .title {
            font-size: 20px;
        }

        .info-box .right .detail, .seeDetail, .info-box .right .time {
            font-size: 15px;
        }


    /*品牌视频*/
    .poster-box {
        width: 62.5%;
    }

    .video-desc .p1 {
        font-size: 19px;
    }

}

@media (min-width: 1680px) {
    .main .second_nav li {
        font-size: 18px;
    }

    .main h4 {
        font-size: 33px;
        margin-left: 18.58%;
    }
    /*企业简介*/
    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 62.5%;
    }

        .thought .title,
        .thought .con {
            font-size: 16px;
        }

    .main-content .dec {
        font-size: 16px;
        width: 35%;
        margin-left: 18.43%;
    }

    .thought .right h4 {
        width: 43%;
    }

    .compnayIntro {
        background-size: 100% 100%;
    }
    /*品牌广告*/
    .info-box {
        width: 62.5%;
    }

        .info-box .right .title {
            font-size: 22px;
        }

        .info-box .right .detail, .seeDetail, .info-box .right .time {
            font-size: 18px;
        }


    /*品牌视频*/
    .poster-box {
        width: 62.5%;
    }

    .video-desc .p1 {
        font-size: 22px;
    }
}

@media (min-width: 1920px) {
    .main .second_nav li {
        font-size: 18px;
    }

    .main h4 {
        font-size: 36px;
        margin-left: 18.58%;
    }
    /*企业简介*/
    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 62.5%;
    }

        .thought .title,
        .thought .con {
            font-size: 16px;
        }

    .main-content .dec {
        font-size: 16px;
        width: 35%;
        margin-left: 18.43%;
    }

    .thought .right h4 {
        width: 43%;
    }

    .compnayIntro {
        background-size: 100% 100%;
    }
    /*品牌广告*/
    .info-box {
        width: 62.5%;
    }

        .info-box .right .title {
            font-size: 24px;
        }

        .info-box .right .detail, .seeDetail, .info-box .right .time {
            font-size: 18px;
        }

   
    /*品牌视频*/
    .poster-box {
        width: 62.5%;
    }
    .video-desc .p1 {
        font-size: 24px;
    }

    
}


@media (max-width: 1024px) {
    .main .second_nav li {
        font-size: 14px;
    }

    .main h4 {
        font-size: 26px;
        margin-left: 12.58%;
    }
    /*企业简介*/
    .compnayIntro {
        background-size: 100% 120%;
    }

    .main-content .dec {
        width: 37%;
    }

    .thought,
    .cd-horizontal-timeline.loaded,
    .swiper-container,
    .main .second_nav {
        width: 75.5%;
    }

        .thought .title,
        .thought .con {
            font-size: 13px;
        }

    .main-content .dec {
        font-size: 13px;
        margin-left: 14.43%;
    }

    .thought .right h4 {
        width: 47%;
    }
    /*品牌广告*/
    .info-box {
        width: 75.5%;
    }



        .info-box .right .title {
            font-size: 18px;
        }

        .info-box .right .detail,
        .seeDetail,
        .info-box .right .time {
            font-size: 14px;
        }
    /*品牌视频*/
    .poster-box {
        width: 75.5%;
    }

    .video-desc .p1 {
        font-size: 18px;
    }
}


/*>=1024的设备*/