@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-banner-img {
        width: 100%;
        height: 124px;
        overflow: hidden;
        background-image: url(/templates/jktk/images/Subsidiary/Subbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 48px;
    }

    .Small-nav {
        width: 90%;
        height: 35px;
        margin: 0 auto;
        font-size: 12px;
        color: #7f7f7f;
        line-height: 60px;
    }

        .Small-nav a {
            font-size: 12px;
            color: #7f7f7f;
        }

    .Small-active {
        width: 91%;
        height: auto;
        margin: 15px auto 15px auto;
    }

    .Small-active-box {
        display: inline-block;
        width: 32.1%;
        height: 32px;
        background-image: url(/templates/jktk/images/newslist/new.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 12px;
        line-height: 32px;
        color: #87929c;
        text-align: center;
    }

    .Small-active-box-active {
        background-image: url("/templates/jktk/images/newslist/newactive.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        color: white !important;
    }

    /*新的样式*/
    .Small-active1 {
        width: 91%;
        height: auto;
        margin: 15px auto 15px auto;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Small-active1:after{
        content: "";
        width: 32.1%;
        border: 1px solid transparent;
    }

    .Small-active-box1 {
        width: 32.1%;
        height: 32px;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 12px;
        line-height: 32px;
        color: #87929c;
        text-align: center;
        background-color: rgb(233,233,233);
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-b {
        width: 90%;
        height: 80%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-box-active1 {
        background-color: rgb(25,135,255) !important;
        color: white !important;
    }

    .Small-active-box-active2 {
        border: 1px dotted white;
    }
    /*结束新的样式*/

    /*企业列表*/
    .content-small-body {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }

    .content-small-bodylist {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-top: 12px;
        margin-bottom: 24px;
        padding-bottom: 24px;
        box-shadow: 0px 2px 1px rgba(0,0,0,0.1)
    }

    .content-small-bodytitle {
        width: 95%;
        text-align: center;
        padding-bottom: 19px;
        border-bottom: 1px solid #eeeeee;
        margin: 26px auto auto auto;
    }

    .smallbodyicon {
        display: inline-block;
        vertical-align: -4px;
        background-image: url(/templates/jktk/images/Subsidiary/Subicon.png);
        width: 17px;
        height: 22px;
        margin-right: 10px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .smallbodytitle {
        font-size: 18px;
        color: #203548;
    }

    .content-small-bodytext {
        width: 95%;
        margin: 16px auto auto auto;
        height: auto;
        font-size: 14px;
        color: #203548;
        text-align: justify;
        line-height: 24px;
    }

    .Small-loadmore {
        width: 100%;
        height: 50px;
        margin-top: 10px;
    }

    .Small-morebtn {
        background-image: url("/templates/jktk/images/newslist/loadmore.png");
        width: 85px;
        height: 31px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 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-banner-img {
        width: 100%;
        height: 305px;
        overflow: hidden;
        background-image: url(/templates/jktk/images/Subsidiary/Subbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100%;
        margin-top: 65px;
    }

    .Small-nav {
        width: 90%;
        height: 60px;
        margin: 0 auto;
        font-size: 15px;
        color: #7f7f7f;
        line-height: 60px;
    }

        .Small-nav a {
            font-size: 15px;
            color: #7f7f7f;
        }

    .Small-active {
        width: 91%;
        height: auto;
        margin: 30px auto 30px auto;
    }

    .Small-active-box {
        display: inline-block;
        width: 32.5%;
        height: 66px;
        background-image: url("/templates/jktk/images/newslist/new.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 24px;
        line-height: 66px;
        color: #87929c;
        text-align: center;
    }

    .Small-active-box-active {
        background-image: url("/templates/jktk/images/newslist/newactive.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        color: white !important;
    }


    /*新的样式*/
    .Small-active1 {
        width: 91%;
        height: auto;
        margin: 15px auto 15px auto;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .Small-active-box1 {
        width: 32.1%;
        height: 55px;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 12px;
        line-height: 32px;
        color: #87929c;
        text-align: center;
        background-color: rgb(233,233,233);
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-b {
        width: 90%;
        height: 80%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-box-active1 {
        background-color: rgb(25,135,255) !important;
        color: white !important;
    }

    .Small-active-box-active2 {
        border: 1px dotted white;
    }
    /*结束新的样式*/


    /*企业列表*/
    .content-small-body {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }

    .content-small-bodylist {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-top: 12px;
        margin-bottom: 24px;
        padding-bottom: 24px;
        box-shadow: 0px 2px 1px rgba(0,0,0,0.1)
    }

    .content-small-bodytitle {
        width: 95%;
        text-align: center;
        padding-bottom: 19px;
        border-bottom: 1px solid #eeeeee;
        margin: 26px auto auto auto;
    }

    .smallbodyicon {
        display: inline-block;
        vertical-align: -7px;
        background-image: url(/templates/jktk/images/Subsidiary/Subicon.png);
        width: 22px;
        height: 28px;
        margin-right: 10px;
    }

    .smallbodytitle {
        font-size: 24px;
        color: #203548;
    }

    .content-small-bodytext {
        width: 95%;
        margin: 16px auto auto auto;
        height: auto;
        font-size: 17px;
        color: #203548;
        text-align: justify;
        line-height: 29px;
    }
    .Small-loadmore {
        width: 100%;
        height: 50px;
    }

    .Small-morebtn {
        background-image: url("/templates/jktk/images/newslist/loadmore.png");
        width: 85px;
        height: 31px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 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;
        margin-top: -17px;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }


    .content-title {
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 122px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
    }


    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }

    /*企业列表*/
    .content-right-body {
        width: 103%;
        height: auto;
     display: -webkit-flex;
        display: flex;
        display: -ms-flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
            margin-bottom: 30px;
    }
    .content-right-body:after{
        content: '';
        width: 47%;
        border: 1px solid transparent;
    }

    .content-right-bodylist {
        width: 45%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        cursor: pointer;
        margin-top: 24px;
        padding-bottom: 24px;
        min-height: 130px;
         border: 1px solid transparent;
    }

    .content-right-bodytitle {
        width: 95%;
        padding-bottom: 10px;
        border-bottom: 1px solid #00a0e9;
        margin: 26px auto auto auto;
        position: relative;
    }

    .content-right-bodyline {
        position: absolute;
        bottom: -1px;
        height: 1px;
        background-color: #007aff;
    }

    .bodyicon {
           display: inline-block;
    vertical-align: -4px;
    background-image: url(/templates/jktk/images/Subsidiary/Subicon.png);
    width: 18px;
    height: 19px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    }

    .bodytitle {
        font-size: 15px;
        color: #203548;
    }

    .content-right-bodytext {
        width: 95%;
        margin: 10px auto auto auto;
        font-size: 12px;
        color: #203548;
        text-align: justify;
        line-height: 22px;
            height: 40px;
    overflow: hidden;
    }

    .content-right-bodylist:hover {
        box-shadow: 0px 1px 4px rgba(0,0,0,0.1)
    }

    .content-right-bodylist:hover {
        border: 1px solid rgba(0,122,255,0.7);
        box-shadow: 0px 1px 4px rgba(0,0,0,0.1)
    }
     .bodyim{
        float: right;
    width: 17%;
    margin-top: 7px;
    }
}


/*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;
        margin-top: -17px;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }


    .content-title {
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 122px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
    }




    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }


    /*企业列表*/
    .content-right-body {
        width: 103%;
        height: auto;
        display: -webkit-flex;
        display: flex;
        display: -ms-flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .content-right-body:after{
        content: '';
        width: 47%;
        border: 1px solid transparent;
    }

    .content-right-bodylist {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        cursor: pointer;
        margin-top: 24px;
        padding-bottom: 24px;
        min-height: 132px;
        height: auto;
 border: 1px solid transparent;
    }

    .content-right-bodytitle {
        width: 95%;
        padding-bottom: 10px;
        border-bottom: 1px solid #00a0e9;
        margin: 26px auto auto auto;
        position: relative;
    }

    .content-right-bodyline {
        position: absolute;
        bottom: -1px;
        height: 1px;
        background-color: #007aff;
    }

    .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: 17px;
        color: #203548;
    }

    .content-right-bodytext {
        width: 95%;
        margin: 10px auto auto auto;
        font-size: 13px;
        color: #203548;
        text-align: justify;
        line-height: 22px;
        overflow: hidden;
    height: 40px;
    }

    .content-right-bodylist:hover {
        box-shadow: 0px 1px 4px rgba(0,0,0,0.1)
    }

    .content-right-bodylist:hover {
        border: 1px solid rgba(0,122,255,0.7);
        box-shadow: 0px 1px 4px rgba(0,0,0,0.1)
    }
     .bodyim{
        float: right;
    width: 17%;
    margin-top: 11px;
    }
}


/*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;
        margin-top: -17px;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }


    .content-title {
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 122px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
    }

    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }


    /*企业列表*/
    .content-right-body {
        width: 103%;
        height: auto;
        display: -webkit-flex;
        display: flex;
        display: -ms-flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .content-right-body:after{
        content: '';
        width: 47%;
        border: 1px solid transparent;
    }

    .content-right-bodylist {
        width: 45%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        cursor: pointer;
        margin-top: 24px;
        padding-bottom: 24px;
        min-height: 136px;
        border: 1px solid transparent;
    }

    .content-right-bodytitle {
        width: 95%;
        padding-bottom: 10px;
        border-bottom: 1px solid #00a0e9;
        margin: 26px auto auto auto;
        position: relative;
    }

    .content-right-bodyline {
        position: absolute;
        bottom: -1px;
        height: 1px;
        background-color: #007aff;
    }

    .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:18px;
        color: #203548;
    }

    .content-right-bodytext {
        width: 95%;
        margin: 10px auto auto auto;
        font-size: 14px;
        color: #203548;
        text-align: justify;
        line-height: 22px;
        overflow: hidden;
    height: 54px;
    }

    .content-right-bodylist:hover {
        box-shadow: 0px 1px 4px rgba(0,0,0,0.1)
    }


    .content-right-bodylist:hover {
        border: 1px solid rgba(0,122,255,0.7);
        box-shadow: 0px 1px 4px rgba(0,0,0,0.1)
    }
     .bodyim{
        float: right;
    width: 17%;
    margin-top: 10px;
    }
     .content-right-bodytext p{
        line-height: 30px;
    }
}


/*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;
        margin-top: -17px;
    }

        .content-right-nav a {
            color: #554d40;
            font-size: 12px;
            text-decoration: none;
        }

            .content-right-nav a:hover {
                color: #3a322b;
            }

    .content-title {
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width: 122px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
    }
    /*图片列表*/
    .LargeViewport {
        display: block;
    }

    .SmallViewport {
        display: none;
    }


    /*企业列表*/
    .content-right-body {
        width: 103%;
        height: auto;
        display: -webkit-flex;
        display: flex;
        display: -ms-flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .content-right-body:after{
        content: '';
        width: 47%;
        border: 1px solid transparent;

    }

    .content-right-bodylist {
        width: 45%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        cursor: pointer;
        margin-top: 24px;
        padding-bottom: 28px;
        min-height: 135px;
        border: 1px solid transparent;
    }

    .content-right-bodytitle {
        width: 95%;
        padding-bottom: 10px;
        border-bottom: 1px solid #00a0e9;
        margin: 26px auto auto auto;
        position: relative;
    }

    .content-right-bodyline {
        position: absolute;
        bottom: -1px;
        height: 1px;
        background-color: #007aff;
    }

    .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: 20px;
        color: #203548;
    }

    .content-right-bodytext {
        width: 95%;
        margin: 10px auto auto auto;
        font-size: 14px;
        color: #203548;
        text-align: justify;
        line-height: 22px;
        height: 58px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .content-right-bodylist:hover {
        border: 1px solid rgba(0,122,255,0.7);
        box-shadow: 0px 1px 4px rgba(0,0,0,0.1)
    }
    .bodyim{
        float: right;
    width: 17%;
    margin-top: 7px;
    }
    .content-right-bodytext p{
        line-height: 30px;
    }
}
<!--0.00013399124145508-->