@font-face {
    font-family: 'Fonts'; /*字体名称*/
    font-weight: normal;
    font-style: normal;
}


a {
    text-decoration: none;
}

/*手机*/
@media screen and (max-width: 767px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
    }

    .Small-nav {
        width: 90%;
        height: 30px;
        margin: 60px auto auto auto;
        font-size: 15px;
        color: #7f7f7f;
        line-height: 30px;
    }

        .Small-nav a {
            font-size: 12px;
            color: #7f7f7f;
        }

    .small-titlebox {
        width: 90%;
        margin: 30px auto auto auto;
    }

    .small-title {
        font-size: 24px;
        font-weight: bold;
        color: #322d24;
    }

    .small-text {
        margin-top: 15px;
        font-size: 15px;
        color: #627089;
    }

    .small-roll-box {
        width: 90%;
        margin: 25px auto auto auto;
        height: auto;
        overflow: hidden;
    }

    .small-swiper-container {
        position: relative;
        height: 237px;
    }

    .small-img {
        width: 100%;
        height: 237px;
        overflow: hidden;
    }

    .small-i {
        width: 100%;
        height: 237px;
        object-fit: cover;
        display: block;
    }

    .smallbigbtn {
        width: 100%;
        height: 52px;
        z-index: 999;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-justify-content: center;
        justify-content: center;
        -moz-box-pack: center;
        -webkit--moz-box-pack: center;
        box-pack: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .smallbigprev {
        background-image: url("/templates/jktk/images/projectdetails/left.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .smallbigprev:hover {
            background-color: #55a6ff;
        }

    .smallbignext {
        background-image: url("/templates/jktk/images/projectdetails/right.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .smallbignext:hover {
            background-color: #55a6ff;
        }

    .smallbignum {
        width: 120px;
        height: 52px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        line-height: 52px;
        background-color: rgba(0,0,0,0.6);
        vertical-align: top;
        margin-left: 5px;
        margin-right: 5px;
    }

    .small-main {
        width: 90%;
        margin: 0 auto 20px auto;
    }

        .small-main p {
            font-size: 15px !important;
            color: #5f5c55;
            line-height: 25px !important;
        }
    .fanhui {
        background-image: url(/templates/jktk/images/newsdetails/fanhui.png);
        width: 77px;
        height: 29px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto 30px auto;
    }
}


/*平板*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
    }

    .Small-nav {
        width: 90%;
        height: 60px;
        margin: 60px auto auto auto;
        font-size: 15px;
        color: #7f7f7f;
        line-height: 60px;
    }

        .Small-nav a {
            font-size: 12px;
            color: #7f7f7f;
        }

    .small-titlebox {
        width: 90%;
        margin: 40px auto auto auto;
    }

    .small-title {
        font-size: 40px;
        font-weight: bold;
        color: #322d24;
    }

    .small-text {
        margin-top: 20px;
        font-size: 26px;
        color: #627089;
    }

    .small-roll-box {
        width: 90%;
        margin: 40px auto auto auto;
        height: auto;
        overflow: hidden;
    }

    .small-swiper-container {
        position: relative;
        height: 450px;
    }

    .small-img {
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    .small-i {
        width: 100%;
        height: 450px;
        object-fit: cover;
        display: block;
    }

    .smallbigbtn {
        width: 100%;
        height: 52px;
        z-index: 999;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-justify-content: center;
        justify-content: center;
        -moz-box-pack: center;
        -webkit--moz-box-pack: center;
        box-pack: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .smallbigprev {
        background-image: url("/templates/jktk/images/projectdetails/left.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .smallbigprev:hover {
            background-color: #55a6ff;
        }

    .smallbignext {
        background-image: url("/templates/jktk/images/projectdetails/right.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .smallbignext:hover {
            background-color: #55a6ff;
        }

    .smallbignum {
        width: 120px;
        height: 52px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        line-height: 52px;
        background-color: rgba(0,0,0,0.6);
        vertical-align: top;
        margin-left: 5px;
        margin-right: 5px;
    }

    .small-main {
        width: 90%;
        margin: 0 auto 40px auto;
    }

        .small-main p {
            font-size: 14px !important;
            color: #5f5c55;
            line-height: 28px !important;
        }
    .fanhui {
        background-image: url("/templates/jktk/images/newsdetails/fanhui.png");
        width: 173px;
        height: 64px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto 30px auto;
    }
}


/*1366*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
    }

    .content-right {
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }

    .content-right-top {
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

    .content-img-title {
        width: 12%;
    }

    .content-right-nav {
        float: right;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }


    .content-title:before {
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

    .content-title:after {
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }


    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    /*企业列表*/
    .content-right-body {
        width: 100%;
        padding-top: 1px;
        background-repeat: no-repeat;
        background-position-y: 100%;
    }

    .content-right-rollbox {
        margin-top: 30px;
        width: 100%;
        height: 396px;
        font-size: 0;
        position: relative;
    }

    .content-swiper-container {
        display: inline-block;
        overflow: hidden;
        height: 396px;
        width: 80%;
        border: 1px solid #eeeeee;
        font-size: 12px;
        vertical-align: top;
        position: relative;
    }

    .Bigslide {
        width: 100%;
        height: 396px;
        overflow: hidden;
    }

    .Bigslideimg {
        width: 100%;
        height: 396px;
        display: block;
        object-fit: cover;
    }

    .bigbtn {
        width: 100%;
        height: 52px;
        z-index: 999;
        position: absolute;
        bottom: 18px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-justify-content: center;
        justify-content: center;
        -moz-box-pack: center;
        -webkit--moz-box-pack: center;
        box-pack: center;
    }

    .bigprev {
        background-image: url("/templates/jktk/images/projectdetails/left.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .bigprev:hover {
            background-color: #55a6ff;
        }

    .bignext {
        background-image: url("/templates/jktk/images/projectdetails/right.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .bignext:hover {
            background-color: #55a6ff;
        }

    .bignum {
        width: 120px;
        height: 52px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        line-height: 52px;
        background-color: rgba(0,0,0,0.6);
        vertical-align: top;
        margin-left: 5px;
        margin-right: 5px;
    }

    .content-right-box {
        display: inline-block;
        width: 19.6%;
        height: 396px;
        font-size: 12px;
        vertical-align: top;
        box-shadow: 0 0 14px rgba(0,0,0,0.1);
    }

    .content-right-shuoming {
        width: 100%;
        height: 396px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        align-content: center;
    }

    .content-right-title {
        font-size: 24px;
        color: #322d24;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .c-p {
        width: 100%;
        text-align: center;
    }

    .add {
        display: block;
        background-image: url("/templates/jktk/images/projectdetails/add.png");
        width: 22px;
        height: 24px;
        margin: 37px auto 12px auto;
    }

    .content-p {
        font-size: 16px;
        color: #627089;
        width: 100%;
        text-align: center;
    }

    .type {
        display: block;
        background-image: url("/templates/jktk/images/projectdetails/type.png");
        width: 22px;
        height: 24px;
        margin: 24px auto 12px auto;
    }

    .content-main {
        width: 100%;
        font-size: 16px;
        color: #554d40;
        padding-top: 40px;
        line-height: 30px; 
border-bottom: 2px solid #efefef;
    }

    .content-Lianjie {
    }

    .content-a {
        margin-top: 24px;
    }

    .c-a {
        font-size: 14px;
        color: #554d40;
    }

        .c-a:hover {
            color: #83795d;
        }

        .c-a a {
            font-size: 14px;
            color: #554d40;
        }
}


/*1440*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
    }

    .content-right {
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }

    .content-right-top {
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

    .content-img-title {
        width: 12%;
    }

    .content-right-nav {
        float: right;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }


    .content-title:before {
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

    .content-title:after {
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }




    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }


    /*企业列表*/
    .content-right-body {
        width: 103%;
        height: auto;
    }

    .content-right-bodylist {
        width: 47%;
        height: 260px;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        cursor: pointer;
        margin-top: 24px;
    }

    .content-right-bodytitle {
        width: 95%;
        text-align: center;
        padding-bottom: 19px;
        border-bottom: 1px solid #eeeeee;
        margin: 26px auto auto auto;
    }

    .bodyicon {
        display: inline-block;
        vertical-align: -7px;
        background-image: url(/templates/jktk/images/Subsidiary/Subicon.png);
        width: 22px;
        height: 28px;
        margin-right: 10px;
    }

    .bodytitle {
        font-size: 24px;
        color: #203548;
    }

    .content-right-bodytext {
        width: 95%;
        margin: 16px auto auto auto;
        height: 130px;
        font-size: 14px;
        color: #203548;
        text-align: justify;
        line-height: 22px;
    }

    .content-right-bodylist:hover {
        box-shadow: 0px 1px 4px rgba(0,0,0,0.1)
    }


    /*企业列表*/
    .content-right-body {
        width: 100%;
        padding-top: 1px;
        background-repeat: no-repeat;
        background-position-y: 100%;
    }

    .content-right-rollbox {
        margin-top: 30px;
        width: 100%;
        height: 690px;
        font-size: 0;
        position: relative;
    }

    .content-swiper-container {
        display: inline-block;
        overflow: hidden;
        height: 690px;
        width: 80%;
        border: 1px solid #eeeeee;
        font-size: 12px;
        vertical-align: top;
        position: relative;
    }

    .Bigslide {
        width: 100%;
        height: 690px;
        overflow: hidden;
    }

    .Bigslideimg {
        width: 100%;
        height: 690px;
        display: block;
        object-fit: cover;
    }

    .bigbtn {
        width: 100%;
        height: 52px;
        z-index: 999;
        position: absolute;
        bottom: 18px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-justify-content: center;
        justify-content: center;
        -moz-box-pack: center;
        -webkit--moz-box-pack: center;
        box-pack: center;
    }

    .bigprev {
        background-image: url("/templates/jktk/images/projectdetails/left.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .bigprev:hover {
            background-color: #55a6ff;
        }

    .bignext {
        background-image: url("/templates/jktk/images/projectdetails/right.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .bignext:hover {
            background-color: #55a6ff;
        }

    .bignum {
        width: 120px;
        height: 52px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        line-height: 52px;
        background-color: rgba(0,0,0,0.6);
        vertical-align: top;
        margin-left: 5px;
        margin-right: 5px;
    }

    .content-right-box {
        display: inline-block;
        width: 19.6%;
        height: 690px;
        font-size: 12px;
        vertical-align: top;
        box-shadow: 0 0 14px rgba(0,0,0,0.1);
    }

    .content-right-shuoming {
        width: 100%;
        height: 690px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        align-content: center;
    }

    .content-right-title {
        font-size: 30px;
        color: #322d24;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .c-p {
        width: 100%;
        text-align: center;
    }

    .add {
        display: block;
        background-image: url("/templates/jktk/images/projectdetails/add.png");
        width: 22px;
        height: 24px;
        margin: 37px auto 12px auto;
    }

    .content-p {
        font-size: 16px;
        color: #627089;
        width: 100%;
        text-align: center;
    }

    .type {
        display: block;
        background-image: url("/templates/jktk/images/projectdetails/type.png");
        width: 22px;
        height: 24px;
        margin: 24px auto 12px auto;
    }

    .content-main {
        width: 100%;
        font-size: 16px;
        color: #554d40;
        padding-top: 40px;
        line-height: 30px;
 border-bottom: 2px solid #efefef;
    }

    .content-Lianjie {
    }

    .content-a {
        margin-top: 24px;
    }

    .c-a {
        font-size: 14px;
        color: #554d40;
    }

        .c-a:hover {
            color: #83795d;
        }

        .c-a a {
            font-size: 14px;
            color: #554d40;
        }
}


/*1920-1440之间*/
@media only screen and (min-width: 1441px) and (max-width: 1540px) {
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
    }

    .content-right {
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }

    .content-right-top {
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

    .content-img-title {
        width: 12%;
    }

    .content-right-nav {
        float: right;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }


    .content-title:before {
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

    .content-title:after {
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }

    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    /*企业列表*/
    .content-right-body {
        width: 100%;
        padding-top: 1px;
        background-repeat: no-repeat;
        background-position-y: 100%;
    }

    .content-right-rollbox {
        margin-top: 30px;
        width: 100%;
        height: 690px;
        font-size: 0;
        position: relative;
    }

    .content-swiper-container {
        display: inline-block;
        overflow: hidden;
        height: 690px;
        width: 80%;
        border: 1px solid #eeeeee;
        font-size: 12px;
        vertical-align: top;
        position: relative;
    }

    .Bigslide {
        width: 100%;
        height: 690px;
        overflow: hidden;
    }

    .Bigslideimg {
        width: 100%;
        height: 690px;
        display: block;
        object-fit: cover;
    }

    .bigbtn {
        width: 100%;
        height: 52px;
        z-index: 999;
        position: absolute;
        bottom: 18px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-justify-content: center;
        justify-content: center;
        -moz-box-pack: center;
        -webkit--moz-box-pack: center;
        box-pack: center;
    }

    .bigprev {
        background-image: url("/templates/jktk/images/projectdetails/left.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .bigprev:hover {
            background-color: #55a6ff;
        }

    .bignext {
        background-image: url("/templates/jktk/images/projectdetails/right.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .bignext:hover {
            background-color: #55a6ff;
        }

    .bignum {
        width: 120px;
        height: 52px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        line-height: 52px;
        background-color: rgba(0,0,0,0.6);
        vertical-align: top;
        margin-left: 5px;
        margin-right: 5px;
    }

    .content-right-box {
        display: inline-block;
        width: 19.6%;
        height: 690px;
        font-size: 12px;
        vertical-align: top;
        box-shadow: 0 0 14px rgba(0,0,0,0.1);
    }

    .content-right-shuoming {
        width: 100%;
        height: 690px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        align-content: center;
    }

    .content-right-title {
        font-size: 30px;
        color: #322d24;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .c-p {
        width: 100%;
        text-align: center;
    }

    .add {
        display: block;
        background-image: url("/templates/jktk/images/projectdetails/add.png");
        width: 22px;
        height: 24px;
        margin: 37px auto 12px auto;
    }

    .content-p {
        font-size: 16px;
        color: #627089;
        width: 100%;
        text-align: center;
    }

    .type {
        display: block;
        background-image: url("/templates/jktk/images/projectdetails/type.png");
        width: 22px;
        height: 24px;
        margin: 24px auto 12px auto;
    }

    .content-main {
        width: 100%;
        font-size: 16px;
        color: #554d40;
        padding-top: 40px;
        line-height: 30px;
 border-bottom: 2px solid #efefef;
    }

    .content-Lianjie {
    }

    .content-a {
        margin-top: 24px;
    }

    .c-a {
        font-size: 14px;
        color: #554d40;
    }

        .c-a:hover {
            color: #83795d;
        }

        .c-a a {
            font-size: 14px;
            color: #554d40;
        }
}


/*1920*/
@media only screen and (min-width: 1541px) {
    .LargrBg {
        width: 100%;
        height: 100px;
        background-color: white;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
    }

    .content {
        width: 82%;
        margin: 0 auto;
    }

    .content-right {
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }

    .content-right-top {
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

    .content-img-title {
        width: 12%;
    }

    .content-right-nav {
        float: right;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }

    .content-title:before {
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

    .content-title:after {
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }
    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }


    /*企业列表*/
    .content-right-body {
        width: 100%;
        padding-top: 1px;
        background-repeat: no-repeat;
        background-position-y: 100%;
    }

    .content-right-rollbox {
        margin-top: 30px;
        width: 100%;
        height: 690px;
        font-size: 0;
        position: relative;
    }

    .content-swiper-container {
        display: inline-block;
        overflow: hidden;
        height: 690px;
        width: 80%;
        border: 1px solid #eeeeee;
        font-size: 12px;
        vertical-align: top;
        position: relative;
    }

    .Bigslide {
        width: 100%;
        height: 690px;
        overflow: hidden;
    }

    .Bigslideimg {
        width: 100%;
        height: 690px;
        display: block;
        object-fit: cover;
    }

    .bigbtn {
        width: 100%;
        height: 52px;
        z-index: 999;
        position: absolute;
        bottom: 18px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        -webkit-justify-content: center;
        justify-content: center;
        -moz-box-pack: center;
        -webkit--moz-box-pack: center;
        box-pack: center;
    }

    .bigprev {
        background-image: url("/templates/jktk/images/projectdetails/left.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .bigprev:hover {
            background-color: #55a6ff;
        }

    .bignext {
        background-image: url("/templates/jktk/images/projectdetails/right.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 52px;
        height: 52px;
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        cursor: pointer;
    }

        .bignext:hover {
            background-color: #55a6ff;
        }

    .bignum {
        width: 120px;
        height: 52px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        line-height: 52px;
        background-color: rgba(0,0,0,0.6);
        vertical-align: top;
        margin-left: 5px;
        margin-right: 5px;
    }

    .content-right-box {
        display: inline-block;
        width: 19.6%;
        height: 690px;
        font-size: 12px;
        vertical-align: top;
        box-shadow: 0 0 14px rgba(0,0,0,0.1);
    }

    .content-right-shuoming {
        width: 100%;
        height: 690px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        align-content: center;
    }

    .content-right-title {
        font-size: 30px;
        color: #322d24;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .c-p {
        width: 100%;
        text-align: center;
    }

    .add {
        display: block;
        background-image: url("/templates/jktk/images/projectdetails/add.png");
        width: 22px;
        height: 24px;
        margin: 37px auto 12px auto;
    }

    .content-p {
        font-size: 16px;
        color: #627089;
        width: 100%;
        text-align: center;
    }

    .type {
        display: block;
        background-image: url("/templates/jktk/images/projectdetails/type.png");
        width: 22px;
        height: 24px;
        margin: 24px auto 12px auto;
    }

    .content-main {
        width: 100%;
        font-size: 16px;
        color: #554d40;
        padding-top: 40px;
        line-height: 30px;
 border-bottom: 2px solid #efefef;
    }

    .content-Lianjie {
    }

    .content-a {
        margin-top: 24px;
    }

    .c-a {
        font-size: 14px;
        color: #554d40;
    }

        .c-a:hover {
            color: #83795d;
        }

        .c-a a {
            font-size: 14px;
            color: #554d40;
        }
}
<!--0.00019311904907227-->