@font-face {
    font-family: 'Fonts'; /*字体名称*/
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

.swiper-pagination-bullet-active {
    background-color: white !important;
}

.swiper-pagination-bullet {
    opacity: 0.6 !important;
}

.Foot {
    margin-top: 0 !important;
}
/*手机*/
@media screen and (max-width: 767px) {

    .Small-content {
        display: none;
    }

    .Lae-content {
        display: block;
        overflow-x: hidden;
    }

    .swiper-container {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu
    }

    .RiLantern {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .RiLanternSmall {
        display: none;
    }

    /*广告位a*/
    .banner-box {
        position: absolute;
        bottom: 0;
        z-index: 19999;
        width: 100%;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }

    .banner-Nbox {
        width: 100%;
        padding-top: 10px;
        height: 80px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: rgba(14,115,255,0.8);
    }

        .banner-Nbox:after {
            content: "";
            width: 33%;
            border: 1px solid transparent;
        }

    .banner-list-box {
        position: relative;
        height: 30px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 33%;
        flex-direction: row-reverse;
    }

    .banner-list-boxbox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row-reverse;
        padding-left: 10px;
        border-right: 1px solid rgba(255,255,255,0.5);
    }

    .banner-list-boxbox1 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        border-right: 1px solid rgba(255,255,255,0.5);
    }

    .banner-list-boxbox2 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-start;
        padding-left: 10px;
    }

    .ban-left {
        margin-right: 13px;
    }

    .ban-left1 {
        margin-right: 13px;
    }

    .ban-left-text {
        font-size: 14px;
        color: #fefefe;
        margin-left: 7px;
    }

    .ban-left-m {
        font-size: 13px;
        color: #fefefe;
        margin-top: 10px;
        display: none;
    }

    .banner-animate {
    }

    .ui-box {
        padding: 0 !important;
    }

    .ban-img {
        width: 21px;
    }



    /*视频播放*/
    .video-play-box {
        width: 58%;
        height: 195px;
        cursor: pointer;
        overflow: hidden;
    }

    .video-fengmian {
        width: 100%;
        height: 195px;
        display: block;
        object-fit: cover;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .video-jieshao-box {
        width: 600px;
        height: 293px;
        position: relative;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .video-jieshao-title {
        background-image: url(/templates/jktk/images/index/wapjingkai.png);
        width: 100%;
        height: 30px;
        background-size: 22%;
        background-repeat: no-repeat;
        background-position-x: 50%;
        margin-top: 30px;
    }

    .video-jieshao-textbox {
           width: 63%;
    text-indent: 40px;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    }

    .video-jieshao-text {
        font-family: '微软雅黑';
        font-size: 15px;
        color: #1f1d2a;
        line-height: 24px;
        text-align: justify;
    }

    .video-moren {
        position: absolute;
        bottom: -23px;
        width: 96px;
        height: 80px;
        background-color: #1987ff;
        color: white;
        left: 0px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        display: none;
    }

    .video-morejia {
        font-size: 54px;
        font-family: '微软雅黑';
        width: 100%;
        text-indent: 0;
        text-align: center;
        display: none;
    }

    .video-box {
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .video-content-box {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .video-play-box:hover .video-fengmian {
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
    }

    .video-mor {
        text-align: center;
        font-family: '微软雅黑';
        font-size: 12px;
        width: 100%;
        text-indent: 0;
    }

    .video-moren {
        background-color: #1677e1;
    }
    .video-moren:hover .video-morejia .video-mor{
        color:  white !important;
    }

    .videoplay {
     width: 100%;
        height: 100%;
    }
     .videoo {
         width: 80%;
         height: 212px;
         position: absolute;
    }


    /*最新要闻*/

    .news-contentbox {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: space-between;
        align-items: center;
        width: 93%;
        margin-bottom: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .news-imgbox {
        height: 109px;
        overflow: hidden;
    }

    .news-img {
        width: 100%;
        height: 109px;
        object-fit: cover;
        display: block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .news-contentlist {
        width: 49%;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .news-texttitle {
        font-size: 15px;
        font-family: "微软雅黑";
        font-weight: bold;
        color: #2d2d32;
        overflow: hidden;
        height: 40px;
        width: 100%;
    }


    .news-box {
        overflow: hidden;
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .news-title {
        width: 30%;
    }

    .news-titlebox {
        margin-top: 30px;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .news-contentlist:hover .news-img {
        transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
    }

    .news-textbox {
        height: 82px;
        padding: 10px 5px 5px 5px;
        box-sizing: border-box;
    }

    .news-text {
        font-family: '微软雅黑';
        font-size: 12px;
        color: #48494c;
        margin-top: 21px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .news-morebox {
        background-image: url(/templates/jktk/images/index/btnimg.png);
        width: 123px;
        height: 33px;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .news-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }

    .news-text {
        display: none;
    }

    .news-time {
        display: block;
        font-size: 12px;
        color: #353535;
        margin-top: 8px;
    }

    .Fq-box {
        display: none;
    }

    /*小屏集团项目*/
    .content-Two-Small {
        display: block;
    }

    .content-Two-Small-Title {
        width: 100%;
        height: 61px;
        background-image: url(/templates/jktk/images/index/wapjituan.png);
        background-repeat: no-repeat;
        background-size: 32%;
        margin-top: 30px;
        background-position-x: 50%;
    }

    .content-Two-Small-Main {
        width: 100%;
        height: 192px;
        background-image: url(/templates/jktk/images/index/iphonexm1.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .content-Two-Small-Main1 {
        width: 100%;
        height: 192px;
        background-image: url(/templates/jktk/images/index/iphonexm2.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .content-Two-Small-Main2 {
        width: 100%;
        height: 192px;
        background-image: url(/templates/jktk/images/index/iphonexm3.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .content-Two-Small-Main-S {
        width: 37px;
        height: 37px;
        background-image: url(/templates/jktk/images/index/wapdown.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        right: 19px;
        bottom: 17px;
    }

    .content-Two-Small-Text {
        padding: 25px 20px;
        display: none;
    }

    .content-Two-Small-Name {
        font-size: 16px;
        font-weight: bold;
        color: #162532;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .content-Two-Small-T {
        margin-top: 15px;
        line-height: 21px;
        font-size: 12px;
        color: rgba(22,37,50,0.83);
        width: 100%;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .content-Two-Small-More {
        width: 78px;
        height: 9px;
        background-image: url(/templates/jktk/images/index/rmor.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 17px;
    }
}

/*平板*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .Small-content {
        display: none;
    }

    .Small-project {
        display: none;
    }

    .news-time {
        display: none;
    }

    .Lae-content {
        display: block;
    }

    .swiper-container1 {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu
    }

    .RiLantern {
        width: 100%;
        position: relative;
    }

    .RiLanternSmall {
        display: none;
    }

    /*广告位a*/
    .banner-box {
        position: absolute;
        bottom: 0;
        z-index: 19999;
        width: 100%;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }

    .banner-Nbox {
        width: 100%;
        height: 75px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }

    .banner-list-box {
        position: relative;
        height: 75px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }

        .banner-list-box:nth-child(odd) {
            background-color: rgba(11, 70, 170, 0.8);
        }

        .banner-list-box:nth-child(even) {
            background-color: rgba(29, 94, 200, 0.6);
        }

    .banner-list-boxbox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .banner-list-boxbox1 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .banner-list-boxbox2 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .middle {
        flex: 2;
    }

    .ends {
        flex: 2;
    }

    .ban-left {
        margin-right: 16px;
    }

    .ban-left1 {
        margin-right: 16px;
    }

    .ban-left-text {
        font-size: 15px;
        font-weight: bold;
        color: #fefefe;
    }

    .ban-left-m {
        font-size: 13px;
        color: #fefefe;
        margin-top: 10px;
        display: none;
    }

    .banner-animate {
    }

    .ui-box {
        padding: 0 !important;
    }

    .ban-img {
        width: 30px;
    }



    /*视频播放*/
    .video-play-box {
        width: 600px;
        height: 300px;
        cursor: pointer;
        overflow: hidden;
    }

    .video-fengmian {
        width: 600px;
        height: 300px;
        display: block;
        object-fit: cover;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .video-jieshao-box {
        width: 600px;
        height: 345px;
        position: relative;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .video-jieshao-title {
        background-image: url(/templates/jktk/images/index/XINGYAO.png);
        width: 100%;
        height: 61px;
        background-size: 37%;
        background-repeat: no-repeat;
        background-position-x: 50%;
        margin-top: 30px;
    }

    .video-jieshao-title1 {
        background-image: url(/templates/jktk/images/index/XINGYAO.png);
        width: 100%;
        height: 61px;
        background-size: 37%;
        background-repeat: no-repeat;
        background-position-x: 50%;
        margin-top: 30px;
    }
    .video-jieshao-textbox {
           width: 63%;
    text-indent: 40px;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    }

    .video-jieshao-text {
        font-family: '微软雅黑';
        font-size: 20px;
        color: #1f1d2a;
        line-height: 34px;
        text-align: justify;
    }

    .video-moren {
        position: absolute;
        bottom: -23px;
        width: 110px;
        height: 100px;
        background-color: #1987ff;
        color: white;
        left: 0px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        display: none;
    }
     .video-moren:hover .video-morejia .video-mor{
        color:  white !important;
    }

    .video-morejia {
        font-size: 54px;
        font-family: '微软雅黑';
        width: 100%;
        text-indent: 0;
        text-align: center;
        display: none;
    }

    .video-box {
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .video-content-box {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .video-play-box:hover .video-fengmian {
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
    }

    .video-mor {
        text-align: center;
        font-family: '微软雅黑';
        font-size: 12px;
        width: 100%;
        text-indent: 0;
    }

    .video-moren:hover {
        background-color: #1677e1;
    }
     .video-moren:hover .video-morejia .video-mor{
        color:  white !important;
    }

     .videoplay {
     width: 100%;
        height: 100%;
    }
     .videoo {
         width: 80%;
         height: 420px;
         position: absolute;
    }


    /*最新要闻*/

    .news-contentbox {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: space-between;
        align-items: center;
        width: 600px;
        margin-bottom: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .news-imgbox {
        height: 187px;
        overflow: hidden;
    }

    .news-img {
        width: 100%;
        height: 187px;
        object-fit: cover;
        display: block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .news-contentlist {
        width: 49%;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .news-texttitle {
        font-size: 16px;
        font-family: "微软雅黑";
        font-weight: bold;
        color: #2d2d32;
        overflow: hidden;
        height: 23px;
        width: 100%;
    }


    .news-box {
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .news-title {
        width: 30%;
    }

    .news-titlebox {
        margin-top: 50px;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .news-contentlist:hover .news-img {
        transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
    }

    .news-textbox {
        height: 116px;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
    }

    .news-text {
        font-family: '微软雅黑';
        font-size: 12px;
        color: #48494c;
        margin-top: 21px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .news-morebox {
        background-image: url("/templates/jktk/images/index/btnimg.png");
        width: 172px;
        height: 46px;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .news-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }

    /*手风琴*/

    .Fq-text {
        font-size: 14px;
        font-family: "微软雅黑";
        color: white;
        /* height: 172px; */
        width: 100%;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
        line-height: 30px;
        margin-bottom: 27px;
    }

    .Fq-blue {
        width: 200px;
        height: 650px;
        background-color: #1d87fb;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .Fq-title-img {
        width: 100%;
        margin-bottom: 50px;
    }

    .Fq-box {
        width: 100%;
        height: 650px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
    }

    .Fq-list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
    }

    .Fq-bluebox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 70%;
    }

    .Fq-imgbox {
        width: 50px;
        height: 650px;
        overflow: hidden;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .Fq-img {
        width: 100%;
        height: 650px;
        display: block;
        object-fit: cover;
    }

    .Fq-btn {
        background-color: #d58d24;
        width: 126px;
        height: 34px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Fq-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .Fq-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }

    .Fq-animate {
    }

    .Fq-title {
        font-size: 24px;
        font-family: "微软雅黑";
        color: white;
        font-weight: bold;
        /* height: 30px; */
        width: 100%;
        overflow: hidden;
        margin-bottom: 33px;
        line-height:40px;
    }
}

/*1366*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
     .videoplay {
     width: 100%;
        height: 100%;
    }
     .videoo {
         width: 80%;
         height: 600px;
         position: absolute;
    }

    .Small-project {
        display: none;
    }

    .news-time {
        display: none;
    }

    .Small-content {
        display: none;
    }

    .Lae-content {
        display: block;
    }

    .swiper-container1 {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu
    }

    .RiLantern {
        width: 100%;
        position: relative;
    }

    .RiLanternSmall {
        display: none;
    }

    /*广告位a*/
    .banner-box {
        position: absolute;
        bottom: 0;
        z-index: 19999;
        width: 100%;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }

    .banner-Nbox {
        width: 100%;
        height: 130px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }

    .banner-list-box {
        position: relative;
        height: 130px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
    }

        .banner-list-box:nth-child(odd) {
            background-color: rgba(11, 70, 170, 0.8);
        }

        .banner-list-box:nth-child(even) {
            background-color: rgba(29, 94, 200, 0.6);
        }

    .banner-list-boxbox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding-right: 44px;
    }

    .banner-list-boxbox1 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .banner-list-boxbox2 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding-left: 44px;
    }

    .middle {
        flex: 2;
    }

    .ends {
        flex: 2;
    }

    .ban-left {
        margin-right: 16px;
    }

    .ban-left1 {
        margin-right: 16px;
    }

    .ban-left-text {
        font-size: 17px;
        font-weight: bold;
        color: #fefefe;
    }

    .ban-left-m {
        font-size: 13px;
        color: #fefefe;
        margin-top: 10px;
        display: block;
    }

    .banner-animate {
        width: 86%;
        height: 75px;
        background-color: transparent;
        position: absolute !important;
        top: 12%;
        left: 3.5%;
        cursor: pointer;
        z-index: 99;
    }

    .ban-img {
        width: 34px;
    }



    /*视频播放*/
    .video-play-box {
        width: 600px;
        height: 390px;
        cursor: pointer;
        overflow: hidden;
    }

    .video-fengmian {
        width: 600px;
        height: 390px;
        display: block;
        object-fit: cover;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .video-jieshao-box {
        width: auto;
        height: 390px;
        margin-left: -150px;
        position: relative;
    }

    .video-jieshao-title {
        background-image: url(/templates/jktk/images/index/XINGYAO.png);
        width: 100%;
        height: 61px;
        background-size: 26%;
        background-repeat: no-repeat;
        background-position-x: 100%;
    }

    .video-jieshao-title1 {
        background-image: url(/templates/jktk/images/index/XINGYAO.png);
        width: 100%;
        height: 61px;
        background-size: 26%;
        background-repeat: no-repeat;
        background-position-x: 100%;
    }
    .video-jieshao-textbox {
        width: 560px;
        margin-top: 15px;
        text-indent: 40px;
        height: 292px;
        background-color: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
        padding: 15px;
        background-image: url(/templates/jktk/images/index/videotextbg.png);
        background-repeat: no-repeat;
        background-size: 65%;
        background-position-y: 154%;
        background-position-x: 78%;
    }

    .video-jieshao-text {
        font-family: '微软雅黑';
        font-size: 14px;
        color: #1f1d2a;
        line-height: 34px;
        text-align: justify;
    }

    .video-moren {
        position: absolute;
        bottom: -22px;
        width: 90px;
        height: 80px;
        background-color: #1987ff;
        color: white;
        left: 0px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
    }
     .video-moren:hover .video-morejia .video-mor{
        color:  white !important;
    }

    .video-morejia {
        font-size: 54px;
        font-family: '微软雅黑';
        width: 100%;
        text-indent: 0;
        text-align: center;
    }

    .video-box {
        width: 100%;
        background-image: url("/templates/jktk/images/index/videoboxbg.jpg");
        height: 880px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .video-content-box {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .video-play-box:hover .video-fengmian {
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
    }

    .video-mor {
        text-align: center;
        font-family: '微软雅黑';
        font-size: 12px;
        width: 100%;
        text-indent: 0;
    }

    .video-moren:hover {
        background-color: #1677e1;
    }
     .video-moren:hover .video-morejia .video-mor{
        color:  white !important;
    }


    /*最新要闻*/

    .news-contentbox {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: space-between;
        align-items: center;
        width: 1100px;
        margin-bottom: 70px;
    }

    .news-imgbox {
        height: 187px;
        overflow: hidden;
    }

    .news-img {
        width: 100%;
        height: 187px;
        object-fit: cover;
        display: block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .news-contentlist {
        flex: 2;
        margin-right: 23px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    .news-titlebox {
        margin-bottom: 88px;
    }

    .news-texttitle {
        font-size: 16px;
        font-family: "微软雅黑";
        font-weight: bold;
        color: #2d2d32;
        overflow: hidden;
        height: 23px;
        width: 100%;
    }


    .news-box {
        width: 100%;
        background-image: url("/templates/jktk/images/index/newsboxbg.jpg");
        height: 880px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .news-titlebox {
        margin-bottom: 110px;
    }

    .news-contentlist:hover .news-img {
        transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
    }

    .news-textbox {
        height: 116px;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
    }

    .news-text {
        font-family: '微软雅黑';
        font-size: 12px;
        color: #48494c;
        margin-top: 21px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .news-morebox {
        background-image: url("/templates/jktk/images/index/btnimg.png");
        width: 172px;
        height: 46px;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .news-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }

    /*手风琴*/

    .Fq-text {
        font-size: 14px;
        font-family: "微软雅黑";
        color: white;
        /* height: 172px; */
        width: 100%;
        line-height: 30px;
        margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
    }

    .Fq-blue {
        width: 320px;
        height: 650px;
        background-color: #1d87fb;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .Fq-title-img {
        width: 80%;
        margin-bottom: 50px;
    }

    .Fq-box {
        width: 100%;
        height: 650px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
    }

    .Fq-list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
    }

    .Fq-bluebox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 70%;
    }

    .Fq-imgbox {
        width: 50px;
        height: 650px;
        overflow: hidden;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .Fq-img {
        width: 100%;
        height: 650px;
        display: block;
        object-fit: cover;
    }

    .Fq-btn {
        background-color: #d58d24;
        width: 172px;
        height: 46px;
        position: relative;
    }

    .Fq-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .Fq-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }

    .Fq-animate {
        width: 81%;
        height: 14px;
        background-color: transparent;
        position: absolute !important;
        top: 12%;
        left: 3.5%;
        cursor: pointer;
        z-index: 99;
    }

    .Fq-title {
        font-size: 24px;
        font-family: "微软雅黑";
        color: white;
        font-weight: bold;
        /* height: 30px; */
        width: 100%;
        margin-bottom: 33px;
        line-height:40px;
    }
        .next{
        position: absolute;
        width: 60px;
        height: 60px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 3%;
        top: 50%;
        z-index: 5;
        cursor: pointer;
        background-color: rgba(255,255,255,0.4);
    }
    .next:hover{
         background-color: rgba(255,255,255,0.6);
    }
    .prev{
 position: absolute;
        width: 60px;
        height: 60px;
       left:3%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        background-color: rgba(255,255,255,0.4);
        z-index: 5;
        cursor: pointer;
    }
    .prev:hover{
          background-color: rgba(255,255,255,0.6);
    }
}

/*1440*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
     .videoplay {
     width: 100%;
        height: 100%;
    }
     .videoo {
         width: 80%;
         height: 680px;
         position: absolute;
    }

    .Small-project {
        display: none;
    }

    .news-time {
        display: none;
    }

    .Small-content {
        display: none;
    }

    .Lae-content {
        display: block;
    }

    .swiper-container1 {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu
    }

    .RiLantern {
        width: 100%;
        position: relative;
    }

    .RiLanternSmall {
        display: none;
    }

    /*广告位a*/
    .banner-box {
        position: absolute;
        bottom: 0;
        z-index: 19999;
        width: 100%;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }

    .banner-Nbox {
        width: 100%;
        height: 130px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }

    .banner-list-box {
        position: relative;
        height: 130px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
    }

        .banner-list-box:nth-child(odd) {
            background-color: rgba(11, 70, 170, 0.8);
        }

        .banner-list-box:nth-child(even) {
            background-color: rgba(29, 94, 200, 0.6);
        }

    .banner-list-boxbox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding-right: 44px;
    }

    .banner-list-boxbox1 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .banner-list-boxbox2 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding-left: 44px;
    }

    .middle {
        flex: 2;
    }

    .ends {
        flex: 2;
    }

    .ban-left {
        margin-right: 16px;
    }

    .ban-left1 {
        margin-right: 16px;
    }

    .ban-left-text {
        font-size: 17px;
        font-weight: bold;
        color: #fefefe;
    }

    .ban-left-m {
        font-size: 13px;
        color: #fefefe;
        margin-top: 10px;
        display: block;
    }

    .banner-animate {
        width: 86%;
        height: 75px;
        background-color: transparent;
        position: absolute !important;
        top: 12%;
        left: 3.5%;
        cursor: pointer;
        z-index: 99;
    }

    .ban-img {
        width: 34px;
    }

    /*视频播放*/
    .video-play-box {
        width: 650px;
        height: 430px;
        cursor: pointer;
        overflow: hidden;
    }

    .video-fengmian {
        width: 650px;
        height: 430px;
        display: block;
        object-fit: cover;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .video-jieshao-box {
        width: auto;
        height: 430px;
        margin-left: -150px;
        position: relative;
    }

    .video-jieshao-title {
        background-image: url(/templates/jktk/images/index/XINGYAO.png);
        width: 100%;
        height: 61px;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position-x: 100%;
    }

    .video-jieshao-title1 {
        background-image: url(/templates/jktk/images/index/XINGYAO.png);
        width: 100%;
        height: 61px;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position-x: 100%;
    }
    .video-jieshao-textbox {
        width: 681px;
        margin-top: 41px;
        text-indent: 40px;
        height: 305px;
        background-color: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
        padding: 30px;
        background-image: url(/templates/jktk/images/index/videotextbg.png);
        background-repeat: no-repeat;
        background-size: 60%;
        background-position-y: 154%;
        background-position-x: 78%;
    }

    .video-jieshao-text {
        font-family: '微软雅黑';
        font-size: 14px;
        color: #1f1d2a;
        line-height: 34px;
        text-align: justify;
    }

    .video-moren {
        position: absolute;
        bottom: -23px;
        width: 120px;
        height: 100px;
        background-color: #1987ff;
        color: white;
        left: 0px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
    }

    .video-morejia {
        font-size: 60px;
        font-family: '微软雅黑';
        width: 100%;
        text-indent: 0;
        text-align: center;
    }


    .video-box {
        width: 100%;
        background-image: url("/templates/jktk/images/index/videoboxbg.jpg");
        height: 880px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .video-content-box {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .video-play-box:hover .video-fengmian {
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
    }

    .video-mor {
        text-align: center;
        font-family: '微软雅黑';
        font-size: 12px;
        width: 100%;
        text-indent: 0;
    }

    .video-moren:hover {
        background-color: #1677e1;
    }
     .video-moren:hover .video-morejia .video-mor{
        color:  white !important;
    }


    /*最新要闻*/

    .news-contentbox {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: space-between;
        align-items: center;
        width: 1250px;
        margin-bottom: 80px;
    }

    .news-imgbox {
        height: 187px;
        overflow: hidden;
    }

    .news-img {
        width: 100%;
        height: 187px;
        object-fit: cover;
        display: block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .news-contentlist {
        flex: 2;
        margin-right: 23px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: column;
    }


    .news-box {
        width: 100%;
        background-image: url("/templates/jktk/images/index/newsboxbg.jpg");
        height: 880px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .news-titlebox {
        margin-bottom: 110px;
    }

    .news-contentlist:hover .news-img {
        transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
    }

    .news-textbox {
        height: 120px;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
    }

    .news-texttitle {
        font-size: 18px;
        font-family: "微软雅黑";
        font-weight: bold;
        color: #2d2d32;
        overflow: hidden;
        height: 23px;
        width: 100%;
    }

    .news-text {
        font-family: '微软雅黑';
        font-size: 12px;
        color: #48494c;
        margin-top: 21px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .news-morebox {
        background-image: url("/templates/jktk/images/index/btnimg.png");
        width: 172px;
        height: 46px;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .news-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }

    /*手风琴*/

    .Fq-text {
        font-size: 14px;
        font-family: "微软雅黑";
        color: white;
        /* height: 172px; */
        width: 100%;
        line-height: 30px;
        margin-bottom: 27px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
    }

    .Fq-blue {
        width: 320px;
        height: 680px;
        background-color: #1d87fb;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .Fq-title-img {
        width: 80%;
        margin-bottom: 50px;
    }

    .Fq-box {
        width: 100%;
        height: 680px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
    }

    .Fq-list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
    }

    .Fq-bluebox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 70%;
    }

    .Fq-imgbox {
        width: 50px;
        height: 680px;
        overflow: hidden;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .Fq-img {
        width: 100%;
        height: 680px;
        display: block;
        object-fit: cover;
    }

    .Fq-btn {
        background-color: #d58d24;
        width: 172px;
        height: 46px;
        position: relative;
    }

    .Fq-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .Fq-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }

    .Fq-animate {
        width: 81%;
        height: 14px;
        background-color: transparent;
        position: absolute !important;
        top: 12%;
        left: 3.5%;
        cursor: pointer;
        z-index: 99;
    }

    .Fq-title {
        font-size: 24px;
        font-family: "微软雅黑";
        color: white;
        font-weight: bold;
        /* height: 30px; */
        width: 100%;
        margin-bottom: 33px;
        line-height:40px;
    }
        .next{
        position: absolute;
        width: 60px;
        height: 60px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 3%;
        top: 50%;
        z-index: 5;
        cursor: pointer;
        background-color: rgba(255,255,255,0.4);
    }
    .next:hover{
         background-color: rgba(255,255,255,0.6);
    }
    .prev{
 position: absolute;
        width: 60px;
        height: 60px;
       left: 3%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        background-color: rgba(255,255,255,0.4);
        z-index: 5;
        cursor: pointer;
    }
    .prev:hover{
          background-color: rgba(255,255,255,0.6);
    }
}


/*1600*/
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
      .videoplay {
     width: 100%;
        height: 100%;
    }
     .videoo {
         width: 80%;
         height: 680px;
         position: absolute;
    }

    .Small-project {
        display: none;
    }

    .news-time {
        display: none;
    }

    .Small-content {
        display: none;
    }

    .Lae-content {
        display: block;
    }

    .swiper-container1 {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    .RiLantern {
        width: 100%;
        position: relative;
    }

    .RiLanternSmall {
        display: none;
    }

    /*广告位a*/
    .banner-box {
        position: absolute;
        bottom: 0;
        z-index: 19999;
        width: 100%;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }

    .banner-Nbox {
        width: 100%;
        height: 181px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }

    .banner-list-box {
        position: relative;
        height: 181px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
    }

        .banner-list-box:nth-child(odd) {
            background-color: rgba(11,70,170,0.8);
        }

        .banner-list-box:nth-child(even) {
            background-color: rgba(29,94,200,0.6);
        }

    .banner-list-boxbox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding-right: 44px;
    }

    .banner-list-boxbox1 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .banner-list-boxbox2 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding-left: 44px;
    }

    .middle {
        flex: 1;
    }

    .ends {
        flex: 2;
    }

    .ban-left {
        margin-right: 30px;
    }

    .ban-left1 {
        margin-right: 30px;
    }

    .ban-left-text {
        font-size: 17px;
        font-weight: bold;
        color: #fefefe;
    }

    .ban-left-m {
        font-size: 13px;
        color: #fefefe;
        margin-top: 15px;
        display: block;
    }

    .banner-animate {
        width: 84%;
        height: 125px;
        background-color: transparent;
        position: absolute !important;
        top: 12%;
        left: 3.5%;
        cursor: pointer;
        z-index: 99;
    }

    .ban-img {
        width: 42px;
    }


    /*视频播放*/
    .video-play-box {
        width: 730px;
        height: 480px;
        cursor: pointer;
        overflow: hidden;
    }

    .video-fengmian {
        width: 730px;
        height: 480px;
        display: block;
        object-fit: cover;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .video-jieshao-box {
        width: auto;
        height: 480px;
        margin-left: -150px;
        position: relative;
    }

    .video-jieshao-title {
        background-image: url(/templates/jktk/images/index/XINGYAO.png);
        width: 100%;
        height: 61px;
        background-size: 33%;
        background-repeat: no-repeat;
        background-position-x: 100%;
    }

    .video-jieshao-title1 {
        background-image: url(/templates/jktk/images/index/XINGYAO.png);
        width: 100%;
        height: 61px;
        background-size: 33%;
        background-repeat: no-repeat;
        background-position-x: 100%;
    }
    .video-jieshao-text {
        font-family: '微软雅黑';
        font-size: 15px;
        color: #1f1d2a;
        line-height: 34px;
        text-align: justify;
    }

    .video-box {
        width: 100%;
        background-image: url("/templates/jktk/images/index/videoboxbg.jpg");
        height: 880px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .video-content-box {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .video-play-box:hover .video-fengmian {
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
    }

    .video-jieshao-textbox {
        width: 680px;
        margin-top: 40px;
        text-indent: 40px;
        height: 355px;
        background-color: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
        padding: 30px;
        background-image: url(/templates/jktk/images/index/videotextbg.png);
        background-repeat: no-repeat;
        background-size: 75%;
        background-position-y: 154%;
        background-position-x: 78%;
    }

    .video-jieshao-text {
        font-family: '微软雅黑';
        font-size: 16px;
        color: #1f1d2a;
        line-height: 34px;
        text-align: justify;
    }
    .video-moren {
        position: absolute;
        bottom: -24px;
        width: 150px;
        height: 120px;
        background-color: #1987ff;
        color: white;
        left: 0px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
    }

    .video-morejia {
        font-size: 72px;
        font-family: '微软雅黑';
        width: 100%;
        text-indent: 0;
        text-align: center;
        height: 66%;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }

    .video-mor {
        text-align: center;
        font-family: '微软雅黑';
        font-size: 12px;
        width: 100%;
        text-indent: 0;
        height: 40%;
    }

    .video-moren:hover {
        background-color: #1677e1;
    }
     .video-moren:hover .video-morejia .video-mor{
        color:  white !important;
    }


    /*最新要闻*/

    .news-contentbox {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: space-between;
        align-items: center;
        width: 1350px;
        margin-bottom: 80px;
    }

    .news-imgbox {
        height: 215px;
        overflow: hidden;
    }

    .news-img {
        width: 100%;
        height: 215px;
        object-fit: cover;
        display: block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }


    .news-box {
        width: 100%;
        background-image: url("/templates/jktk/images/index/newsboxbg.jpg");
        height: 880px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .news-titlebox {
        margin-bottom: 110px;
    }

    .news-contentlist {
        flex: 2;
        margin-right: 50px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: column;
    }

        .news-contentlist:hover .news-img {
            transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
        }

    .news-textbox {
        height: 127px;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
    }

    .news-texttitle {
        font-size: 18px;
        font-family: "微软雅黑";
        font-weight: bold;
        color: #2d2d32;
        overflow: hidden;
        height: 23px;
        width: 100%;
    }

    .news-text {
        font-family: '微软雅黑';
        font-size: 12px;
        color: #48494c;
        margin-top: 21px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .news-morebox {
        background-image: url("/templates/jktk/images/index/btnimg.png");
        width: 172px;
        height: 46px;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .news-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }


    /*手风琴*/

    .Fq-text {
        font-size: 16px;
        font-family: "微软雅黑";
        color: white;
        /* height: 149px; */
        width: 100%;
        line-height: 30px;
        margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
    }

    .Fq-blue {
        width: 490px;
        height: 880px;
        background-color: #1d87fb;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .Fq-box {
        width: 100%;
        height: 880px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
    }

    .Fq-list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
    }

    .Fq-bluebox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 70%;
    }

    .Fq-imgbox {
        width: 50px;
        height: 880px;
        overflow: hidden;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .Fq-img {
        width: 100%;
        height: 880px;
        display: block;
        object-fit: cover;
    }

    .Fq-btn {
        background-color: #d58d24;
        width: 172px;
        height: 46px;
        position: relative;
    }

    .Fq-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .Fq-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }

    .Fq-animate {
        width: 81%;
        height: 14px;
        background-color: transparent;
        position: absolute !important;
        top: 12%;
        left: 3.5%;
        cursor: pointer;
        z-index: 99;
    }

    .Fq-title-img {
        margin-bottom: 76px;
    }

    .Fq-title {
        font-size: 24px;
        font-family: "微软雅黑";
        color: white;
        font-weight: bold;
        /* height: 30px; */
        width: 100%;
        margin-bottom: 33px;
        line-height:40px;
    }
        .next{
        position: absolute;
        width: 60px;
        height: 60px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 3%;
        top: 50%;
        z-index: 5;
        cursor: pointer;
        background-color: rgba(255,255,255,0.4);
    }
    .next:hover{
         background-color: rgba(255,255,255,0.6);
    }
    .prev{
        position: absolute;
        width: 60px;
        height: 60px;
       left: 3%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        background-color: rgba(255,255,255,0.4);
        z-index: 5;
        cursor: pointer;
    }
    .prev:hover{
          background-color: rgba(255,255,255,0.6);
    }
}


/*1920*/
@media only screen and (min-width: 1601px) {
     .videoplay {
     width: 100%;
        height: 100%;
    }
     .videoo {
         width: 60%;
         height: 680px;
         position: absolute;
    }

    .Small-project {
        display: none;
    }

    .news-time {
        display: none;
    }

    .Small-content {
        display: none;
    }

    .Lae-content {
        display: block;
    }

    .swiper-container1 {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu
    }

    .RiLantern {
        width: 100%;
        position: relative;
    }

    .RiLanternSmall {
        display: none;
    }

    /*广告位a*/
    .banner-box {
        position: absolute;
        bottom: 0;
        z-index: 19999;
        width: 100%;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }

    .banner-Nbox {
        width: 100%;
        height: 181px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }

    .banner-list-box {
        position: relative;
        height: 181px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
    }

        .banner-list-box:nth-child(odd) {
            background-color: rgba(11, 70, 170, 0.8);
        }

        .banner-list-box:nth-child(even) {
            background-color: rgba(29, 94, 200, 0.6);
        }

    .banner-list-boxbox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding-right: 44px;
    }

    .banner-list-boxbox1 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .banner-list-boxbox2 {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding-left: 44px;
    }

    .middle {
        flex: 1;
    }

    .ends {
        flex: 2;
    }

    .ban-left {
        margin-right: 45px;
    }

    .ban-left1 {
        margin-right: 38px;
    }

    .ban-left-text {
        font-size: 20px;
        font-weight: bold;
        color: #fefefe;
    }

    .ban-left-m {
        font-size: 14px;
        color: #fefefe;
        margin-top: 15px;
        display: block;
    }

    .banner-animate {
        width: 87%;
        height: 125px;
        background-color: transparent;
        position: absolute !important;
        top: 11%;
        left: 2.8%;
        cursor: pointer;
        z-index: 99;
    }

    .ban-img {
        width: 48px;
    }


    /*视频播放*/
    .video-box {
        width: 100%;
        background-image: url("/templates/jktk/images/index/videoboxbg.jpg");
        height: 880px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .video-content-box {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .video-play-box {
        width: 850px;
        height: 534px;
        cursor: pointer;
        overflow: hidden;
    }

    .video-fengmian {
        width: 850px;
        height: 534px;
        display: block;
        object-fit: cover;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .video-play-box:hover .video-fengmian {
        transform: scale(1.05,1.05);
        -moz-transform: scale(1.05,1.05);
        -webkit-transform: scale(1.05,1.05);
        -o-transform: scale(1.05,1.05);
    }

    .video-jieshao-box {
        width: auto;
        height: 534px;
        margin-left: -150px;
        position: relative;
    }

    .video-jieshao-title {
        background-image: url(/templates/jktk/images/index/XINGYAO.png);
        width: 100%;
        height: 61px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: 100%;
    }

    .video-jieshao-title1 {
        background-image: url(/templates/jktk/images/index/XINGYAO.png);
        width: 100%;
        height: 61px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: 100%;
    }
    .video-jieshao-textbox {
        width: 680px;
        margin-top: 60px;
        text-indent: 40px;
        height: 380px;
        background-color: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
        padding: 30px;
        background-image: url(/templates/jktk/images/index/videotextbg.png);
        background-repeat: no-repeat;
        background-size: 75%;
        background-position-y: 154%;
        background-position-x: 78%;
        padding-top:43px;
    }

    .video-jieshao-text {
        font-family: '微软雅黑';
        font-size: 16px;
        color: #1f1d2a;
        line-height: 34px;
        text-align: justify;
    }

    .video-moren {
        position: absolute;
        bottom: -33px;
        width: 150px;
        height: 120px;
        background-color: #1987ff;
        color: white;
        left: 0px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
    }

    .video-morejia {
        font-size: 72px;
        font-family: '微软雅黑';
        width: 100%;
        text-indent: 0;
        text-align: center;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        height: 66%;
    }

    .video-mor {
        text-align: center;
        font-family: '微软雅黑';
        font-size: 12px;
        width: 100%;
        text-indent: 0;
        height: 40%;
    }

    .video-moren:hover {
        background-color: #1677e1;
    }
     .video-moren:hover .video-morejia .video-mor{
        color:  white !important;
    }


    /*最新要闻*/
    .news-box {
        width: 100%;
        background-image: url("/templates/jktk/images/index/newsboxbg.jpg");
        height: 880px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .news-titlebox {
        margin-bottom: 110px;
    }

    .news-contentbox {
        display:flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: space-between;
        align-items: center;
        width: 1570px;
        margin-bottom: 38px;
    }

    .news-contentlist {
        flex: 2;
        margin-right: 50px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: column;
    }

        .news-contentlist:hover .news-img {
            transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
        }

    .news-imgbox {
        height: 263px;
        overflow: hidden;
    }

    .news-img {
        width: 100%;
        height: 263px;
        object-fit: cover;
        display: block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .news-textbox {
        height: 130px;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
    }

    .news-texttitle {
        font-size: 18px;
        font-family: "微软雅黑";
        font-weight: bold;
        color: #2d2d32;
        overflow: hidden;
        height: 23px;
        width: 100%;
    }

    .news-text {
        font-family: '微软雅黑';
        font-size: 12px;
        color: #48494c;
        margin-top: 21px;
        line-height: 20px;
        height: 42px;
        overflow: hidden;
    }

    .news-morebox {
        background-image: url("/templates/jktk/images/index/btnimg.png");
        width: 172px;
        height: 46px;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .news-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }


    /*手风琴*/
    .Fq-box {
        width: 100%;
        height: 880px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
    }

    .Fq-list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
    }

    .Fq-blue {
        width: 540px;
        height: 880px;
        background-color: #1d87fb;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .Fq-bluebox {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 70%;
    }

    .Fq-imgbox {
        width: 50px;
        height: 880px;
        overflow: hidden;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .Fq-ceng{
        width: 50px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 100%;
        background-size: cover;
        overflow: hidden;
    }
   .ceng{
       position: absolute;
       left: 0;
       top: 0;
       width: 50px;
       z-index: 2;
       height: 100%;
       background-color: rgba(0, 0, 0, 0.5);
   }
    .Fq-img {
        width: 100%;
        height: 100%;
        display: block;
        margin-top: 0;
        margin-left: 0;
    }


    .Fq-btn {
        background-color: #d58d24;
        width: 172px;
        height: 46px;
        position: relative;
    }

    .Fq-btntext {
        font-size: 12px;
        color: #ffffff;
        font-family: '微软雅黑';
    }

    .Fq-btna {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: 82%;
        height: 36%;
    }

    .Fq-animate {
        width: 81%;
        height: 14px;
        background-color: transparent;
        position: absolute !important;
        top: 12%;
        left: 3.5%;
        cursor: pointer;
        z-index: 99;
    }

    .Fq-title-img {
        margin-bottom: 76px;
    }

    .Fq-title {
        font-size: 24px;
        font-family: "微软雅黑";
        color: white;
        font-weight: bold;
        /* height: 30px; */
        width: 100%;
        margin-bottom: 33px;
        line-height:40px;
    }

    .Fq-text {
        font-size: 16px;
        font-family: "微软雅黑";
        color: white;
        /* height: 117px; */
        width: 100%;
        line-height: 30px;
        margin-bottom: 27px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
    }
    .next{
        position: absolute;
        width: 60px;
        height: 60px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 3%;
        top: 50%;
        z-index: 5;
        cursor: pointer;
        background-color: rgba(255,255,255,0.4);
    }
    .next:hover{
         background-color: rgba(255,255,255,0.6);
    }
    .prev{
 position: absolute;
        width: 60px;
        height: 60px;
       left: 3%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        background-color: rgba(255,255,255,0.4);
        z-index: 5;
        cursor: pointer;
    }
    .prev:hover{
          background-color: rgba(255,255,255,0.6);
    }
}

.mark {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 1999999;
    top: 0;
    left: 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    display: none;
}



.closevideo {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Fonts';
    color: white;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: #807c8e;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .closevideo p {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .closevideo:hover p {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
<!--0.00017976760864258-->