﻿/* 导航栏 */

.kj-navbar-default {
    background-color: transparent;
    transition: all 0.5s ease 0s;
    border-color: transparent;
    z-index: 1001;
}

    .kj-navbar-default .kj-navbar-nav > li > a {
        color: #fff;
    }
.kj-navbar-nav > li.active {
    /*background-color: rgba(255,255,255,.9);
    border-radius: 3px;*/
    border-bottom: 3px solid #005cb9;
    border-radius: 0;
}

        .kj-navbar-default .kj-navbar-nav > li > a:focus,
        .kj-navbar-default .kj-navbar-nav > li > a:hover {
            color: #005cb9;
            font-weight: 700;
            background-color: transparent;
        }

    .kj-navbar-default .navbar-nav > .active > a,
    .kj-navbar-default .navbar-nav > .active > a:focus,
    .kj-navbar-default .navbar-nav > .active > a:hover {
        color: #005cb9 !important;
        background-color: transparent;
        font-weight: 700;
    }

.kj-navbar-active {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 5px rgba(100,100,100,0.6);
}

    .kj-navbar-active .kj-navbar-nav > li > a {
        color: #333;
    }

    .kj-navbar-active .kj-navbarleft-cnen a {
        color: #333;
    }

    .kj-navbar-active .kj-navbarleft-cn::after {
        color: #333;
    }

.kj-navbar-default .navbar-nav > .open > a,
.kj-navbar-default .navbar-nav > .open > a:hover,
.kj-navbar-default .navbar-nav > .open > a:focus {
    color: #005cb9 !important;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
}

.kj-navbar-nav .dropdown-menu {
    border-width: 0px;
}

    .kj-navbar-nav .dropdown-menu > li > a {
        padding: 8px 15px;
    }

.navbar-nav > li > .dropdown-menu {
    left: 0;
    right: auto;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #005cb9 !important;
}
/* banner图 */
.kj-swiper {
    position: relative;
    overflow: hidden;
    /*height: 925px;*/
    height: 100vh;
}

    .kj-swiper .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: center;
        width:100%;
        height:100%;
    }

.kj-btn-default {
    background-color: #005cb9;
    color: #fff;
    border-color: #005cb9;
    border-radius: 8px;
}

.kj-navbar-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
}

.kj-navbar-left .navbar-form{padding-left:20px;}

.kj-navbarleft-cnen{
    padding-right:20px;
}

.kj-navbarleft-cnen a {
    color: #333;
}

.kj-navbarleft-cn::after {
    color: #333;
    content: "/";
    margin-left: 6px;
    margin-right: 2px;
}

.kj-form-control {
    width: 450px !important;
    border-radius: 8px;
    box-shadow: none;
    border-color: #fff;
}

.kj-banner-box {
    position: relative;
    width:100%;
    height:100vh;
}

.kj-banner-des {
    width: 100%;
    background-color: rgba(32, 82, 139, 0.5);
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    color: #fff;
}

.kj-banner-bottom {
    display: flex;
    width: 100%;
    align-items: center;
}

.kj-bannerdes-one {
    flex: 1;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

    .kj-bannerdes-one:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .kj-bannerdes-one img {
        padding-right: 10px;
    }

    .kj-bannerdes-one a {
        color: #fff;
        text-decoration: none;
    }

.kj-bannermid {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 60px 30px;
    padding-top:40px;
    width: 700px;
    z-index: 9999999;
}

.kj-bannermid-h1 {
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 700;
}

    .kj-bannermid-h1 > b {
        color: #0b54a3;
        font-size: 66px;
    }

    .kj-bannermid-h1::after {
        content: "";
        border-bottom: 4px solid #0b54a3;
        width: 60px;
        padding-top: 20px;
        display: block;
    }

.kj-bannermid-h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
}

/* 浮动框 */
li,
ul {
    list-style: none;
}

.kj-float-box {
    position: fixed;
    right: 0;
    z-index: 9999;
}

    .kj-float-box a {
        text-decoration: none;
        color: #fff;
    }

    .kj-float-box ul li {
        width: 40px;
        height: 40px;
        background-color: #246bbc;
        text-align: center;
        font-size: 25px;
        line-height: 40px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
    }

        .kj-float-box ul li:hover {
            background-color: #7faa01;
            color: #fff;
        }

        .kj-float-box ul li .kj-float-itemcontent {
            position: absolute;
            top: 0px;
            right: 40px;
            font-size: 12px;
            color: #333;
            line-height: 170%;
            padding: 10px;
            text-align: left;
            display: none;
            max-width: 150px;
            min-width: 100px;
            white-space: nowrap;
            min-height: 40px;
            background-color: #fff;
            border-radius: 0px;
            box-shadow: 0px 0px 5px rgba(100,100,100,.3);
        }

        .kj-float-box ul li:hover .kj-float-itemcontent {
            display: block;
        }
/* 中间第二部分 */
.kj-indexintro-box {
    background-image: url(../images/indexintro.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 90px;
}

.kj-indexintro-title {
    color: #222;
    font-size: 35px;
    font-weight: 700;
}

    .kj-indexintro-title::after {
        content: "";
        border-bottom: 4px solid #0054b6;
        width: 70px;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.kj-indexintro-des {
    line-height: 30px;
    color: #555;
}

.kj-indexintro-more a {
    border: 1px solid #555;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
}

    .kj-indexintro-more a::before {
        content: "\f178";
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px;
        color: #0054b6;
    }

.kj-indexintro-left {
    padding-right: 50px;
}

.kj-indexintro-right {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.kj-indexintro-imgt {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.kj-indexintro-h1:nth-child(-n+2) {
    font-size: 15px;
    border-right: 1px solid #eeeeee;
}

.kj-indexintro-h1 > b {
    color: #005cb9;
    font-size: 36px;
}

.kj-indexintro-img {
    width: 100%;
}

    .kj-indexintro-img img {
        width: 100%;
    }

.kj-indexintro-more a:hover {
    background-color: #75a1cf;
    color: #fff;
}


/* 定制合成 */

.kj-indexmade-box {
    background-image: url(../images/madeimg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kj-indexmadeblue {
    background-image: url(../images/madeimgblue11.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kj-indexmade-right {
    color: #fff;
    /*display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 60%;
    padding-top: 50px;
    padding-bottom: 50px;*/
}

    .kj-indexmade-right .kj-indexmade-more a {
        color: #fff;
        border: 1px solid #fff;
        padding: 8px 25px;
    }

        .kj-indexmade-right .kj-indexmade-more a::before {
            content: "";
            padding-right: 0px;
        }

.kj-indexmade-title {
    font-size: 16px;
}

    .kj-indexmade-title > b {
        font-size: 40px;
        font-weight: 700;
    }

    .kj-indexmade-title > em {
        font-size: 36px;
        font-style: normal;
        padding: 10px;
    }

.kj-indexmade-intro {
    line-height: 30px;
}

.kj-indexmade-des {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 50px;
    margin-top: 20px;
    line-height: 25px;
}

.kj-indexmade-desh1 {
    color: #333;
    font-size: 16px;
    padding-bottom: 10px;
}

.kj-indexmade-desh2 {
    color: #666;
    justify-content: flex-start;
}

.kj-indexmade-deshleft {
    padding-right: 50px;
}

.kj-indexmadeblue {
    position: relative;
}

.kj-indexmade-rot1 {
    position: absolute;
    color: #fff;
    font-size: 12px;
    top: 210px;
    left: 860px;
}

    .kj-indexmade-rot1::before {
        content: "\f192";
        color: #fff;
        font: normal normal normal 14px/1 FontAwesome;
    }

.kj-indexmade-rot2 {
    position: absolute;
    color: #fff;
    font-size: 12px;
    top: 350px;
    left: 860px;
}


/* 特色产品 */

.kj-indexcharac-title {
    text-align: center;
    font-size: 40px;
    padding-bottom: 30px;
    font-weight: 700;
}

.kj-indexcharac-box {
    background-image: url(../images/characimg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}

.kj-chacacimg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
}
    .kj-chacacimg img{
        max-height:200px;
    }

    .kj-chacacimg-box {
        border-bottom: 1px solid #dcdcdc;
        padding: 10px;
    }

.kj-indexcharac-big {
    border: 1px solid #dcdcdc;
    height:315px;
}

.kj-chacac-h1 {
    color: #666;
    display: block;
    padding: 0 15px;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    height: 35px;
    line-height:35px;
}

.kj-chacac-h2 {
    display: block;
    color: #333;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
}

.kj-indexcharac-more {
    text-align: center;
}

.kj-indexcharac-big:hover {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.kj-indexcharac-rightbtn,
.kj-indexcharac-leftbtn {
    background-image: none
}

.kj-indexcharac-rightbtn {
    width: 50px;
    height: 50px;
    color: #999;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .kj-indexcharac-rightbtn::after {
        content: "\f054";
        font: normal normal normal 14px/1 FontAwesome;
    }

    .kj-indexcharac-rightbtn:hover {
        background-color: #75a1cf;
        color: #fff;
    }

.kj-indexcharac-leftbtn {
    width: 50px;
    height: 50px;
    color: #999;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .kj-indexcharac-leftbtn::after {
        content: "\f053";
        font: normal normal normal 14px/1 FontAwesome;
    }

    .kj-indexcharac-leftbtn:hover {
        background-color: #75a1cf;
        color: #fff;
    }


/* 新闻咨询 */

.kj-indexnews-box {
    background-image: url(../images/indexnews.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}

/*.kj-indexnewsimg {
    height: 222px;
}

    .kj-indexnewsimg img {
        width: 100%;
        height: 222px;
    }
*/
.kj-indexnewsimg-h1 {
    color: #333;
    display: block;
    margin: 10px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 20px;
}

.kj-indexnewsimg-h2 {
    margin: 10px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 20px;
}

.kj-indexnews-big {
    background-color: #fff;
}

.kj-indexnewsimg-box {
    height: 222px;
    background-size: cover;
    background-position: center center;
}

/* 底部 */

.kj-footer-box {
    background-color: #222222;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff;
    /*margin-bottom:40px*/
}

.kj-footer-contact {
    display: flex;
    justify-content: space-around;
}

.kj-copyright {
    text-align: center;
    border-top: 1px solid #393939;
    padding-top: 20px;
    margin-top: 30px;
}
    .kj-copyright a{
        color:#ffffff;
    }

    .kj-footer-email {
        font-size: 15px;
        border-right: 1px solid #393939;
        padding-right: 120px;
    }

.kj-footer-control {
    border-radius: 0px;
}

.kj-indexcontactus-h2 {
    line-height: 30px;
}

.kj-indexcontactus-h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.kj-indexcontactus a{
    color:#fff;
}
.kj-indexcode-h1 {
    margin-top: 10px;
    font-size: 12px;
}

.kj-indexcode {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kj-email-form {
    padding-top: 20px;
    padding-bottom: 20px;
    display:flex;align-items:flex-start;
}
.kj-email-form input{border:0;box-shadow:none;border-radius:0;}
.kj-email-form .email_form{width:calc(100% - 80px);}
.kj-email-form .yzm_box{display:flex;align-items:center;width:100%;flex-wrap:wrap;margin-top:1px;}
.kj-email-form .yzm_box .form-vcodebox{width:100px;height:34px;}
.kj-email-form .yzm_box  input{width:calc(100% - 101px);margin-right:1px;color:#333;}
.kj-email-form .yzm_box .form-vcodebox img{width:100%;height:100%;object-fit:cover;}

.kj-email-form .input-group-btn{width:80px;height:69px;}
.kj-email-form .input-group-btn button{border:0;width:100%;height:100%;font-size:18px;transition:all 0.2s linear 0s;}
.kj-email-form .input-group-btn button:hover{background:#005cb9;color:#fff;}

.kj-subbtn {
    background-color: #8ab901;
    border-radius: 0px;
    color: #fff;
}

.kj-online {
    float: right;
    margin-top: -80px;
    margin-right: 220px;
    background-color: #005cb9;
    padding: 10px 20px;
    position:relative;
    z-index:999;
}

    .kj-online a {
        color: #fff;
    }

    .kj-online::before {
        content: "\f044";
        font: normal normal normal 14px/1 FontAwesome;
        color: #fff;
        padding-right: 10px;
    }


/* 产品列表页 */

.kj-topimg-box {
    background-image: url(../images/banner_ny.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 520px;*/
    /*height: 364px;*/
    height: 420px;
    position: relative;
}

.breadcrumb::before {
    content: "\f015";
    font: normal normal normal 14px/1 FontAwesome;
    color: #1167be;
    padding-right: 10px;
}

.breadcrumb {
    background-color: #fff;
}

    .breadcrumb a {
        color: #333;
    }

    .breadcrumb > .active {
        color: #005cb9;
    }

.breadcrumb {
    padding-left: 0px;
}

.kj-prolistrignt-big {
    margin-bottom: 20px;
}

.kj-prolistleft-title {
    color: #fff;
    font-size: 20px;
    background-color: #005cb9;
}

    .kj-prolistleft-title::before {
        content: "\f009";
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px;
        font-size: 20px;
    }

.kj-prolistleft-box {
    border: 1px solid #f2f2f2;
}

    .kj-prolistleft-box dt {
        padding: 15px 20px;
    }

    .kj-prolistleft-box dd {
        margin: 0px 20px;
        padding: 15px 0px;
    }

    .kj-prolistleft-box dd {
        border-bottom: 1px solid #f2f2f2;
    }

        .kj-prolistleft-box dd > a {
            color: #333;
            text-decoration: none;
        }

    .kj-prolistleft-box .active > a {
        color: #005cb9;
    }

    .kj-prolistleft-box .active::after {
        content: "\f178";
        font: normal normal normal 14px/1 FontAwesome;
        color: #005cb9;
        padding-left: 70px;
    }

    .kj-prolistleft-box dd:last-child {
        border-bottom: 0px solid #f2f2f2;
        padding-bottom: 20px;
    }

    .kj-prolistleft-box dd > a:hover {
        color: #005cb9;
    }


/* 产品详情页 */

    .kj-prodetails-topimg {
        height: 390px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dcdcdc;
    }

.kj-prodetails-title {

    padding-bottom: 20px;
}
    .kj-prodetails-title h1{
        font-size:32px;
        margin:0px; padding:0px;
        margin-bottom:10px;
    }
    .kj-prodetails-title h2 {
        font-size: 16px;
        margin: 0px;
        padding: 0px;

    }
    .kj-prodetails-h1 {
        color: #999;
        width: 80px;
        display: inline-block;
        line-height: 40px;
    }

.kj-onlinezixun {
    padding: 10px 40px;
    background-color: #005cb9;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 5px;
}

    .kj-onlinezixun:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0054b6;
    }

    .kj-onlinezixun
    .kj-prodetails-mid {
        margin-top: 20px;
    }

.kj-prodetails-th {
    background-image: linear-gradient(#fefefe, #fafafa, #f6f6f6);
}

    .kj-prodetails-th > li > a {
        margin-right: 0px !important;
        border-radius: 0px;
        padding: 10px 40px;
        color: #333;
    }

    .kj-prodetails-th > li.active > a,
    .kj-prodetails-th > li.active > a:focus,
    .kj-prodetails-th > li.active > a:hover {
        background-color: #fff;
        border-top: 3px solid #005cb9;
        font-weight: 700;
        margin-top: -1px;
    }

.kj-prodetails-table {
    border: 1px solid #dcdcdc;
    margin-bottom: 40px;
    margin-top: 20px;
}

.kj-prodetails-con {
    padding: 30px 30px;
}
    .kj-prodetails-con ul {
        padding-left: 0;
    }

.kj-prodetails-bottomtitle {
    font-size: 24px;
    font-weight: 700;
}

.kj-prodetails-relepro {
    margin-bottom: 50px;
    margin-top: 20px;
}

.kj-prodetails-topintro .kj-prodetails-name {
    overflow: hidden;
    height: 40px;
}
.kj-prodetails-topintro .kj-prodetails-bieming {
    display: flex;
    height:auto;
    overflow:initial;
}

    .kj-prodetails-bieming .kj-prodetails-h1 {
        flex: 0 0 80px;
        white-space: nowrap;
    }

    .kj-prodetails-bieming .kj-prodetails-h2 {
        height: 40px;
        line-height:40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .kj-prodetails-bieming .kj-prodetails-h2:hover {
            height: auto !important;
            white-space:normal;
            line-height:30px;
        }
.bieming {
    color: #005cb9
}

.kj-prodetails-h2 {
    line-height: 30px;
}
/* 关于我们 */
.kj-aboutus-h1 {
    line-height: 25px;
    color: #555;
}

.kj-aboutus-title {
    text-align: center;
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}

.kj-aboutus-des {
    padding-bottom: 50px;
}

.kj-aboutus-service {
    background-color: #e1eefb;
}

.kj-service-title {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 15px;
}

.kj-service-con {
    padding-top: 40px;
}

    .kj-service-con ul {
        padding-left: 15px;
    }

    .kj-service-con li {
        list-style: disc;
        font-size: 15px;
        line-height: 30px;
    }

.kj-service-not {
    margin-top: 40px;
    font-size: 15px;
}

    .kj-service-not span {
        color: #e20000;
    }

.kj-service-img {
    background-image: url(../images/serviceimg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 614px;
}

.kj-indexmade-box2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/madeimg.jpg);
    max-width: 1920px;
    margin: 0px auto;
}

.kj-indexmade-box2-body {
    height: 735px;
    background-image: url(../images/madeimgblue.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .kj-indexmade-box2-body .nav-tabs {
        border-width: 0px;
    }

        .kj-indexmade-box2-body .nav-tabs li {
            position: absolute;
            background-color: transparent !important;
        }

            .kj-indexmade-box2-body .nav-tabs li:before {
                content: "●";
                color: #fff;
                font-size: 16px;
                float: left;
            }

            .kj-indexmade-box2-body .nav-tabs li.active:before {
                content: "\f192";
                font: normal normal normal 20px/1 FontAwesome;
            }

            .kj-indexmade-box2-body .nav-tabs li a, .kj-indexmade-box2-body .nav-tabs li.active a:hover {
                padding: 0px;
                margin-left: 35px;
                font-size: 12px;
                color: #ffffff !important;
                border-width: 0 !important;
                background-color: transparent !important;
            }

                .kj-indexmade-box2-body .nav-tabs li a b {
                    font-size: 16px;
                }

            .kj-indexmade-box2-body .nav-tabs li.made_tab1_li {
                top: 250px;
                left: 160px;
            }

            .kj-indexmade-box2-body .nav-tabs li.made_tab2_li {
                top: 400px;
                left: 173px;
            }

    .kj-indexmade-box2-body .tab-content {
        position: absolute;
        left: 400px;
        top: 150px;
        color: #ffffff;
        width: 500px;
        bottom: 100px;
    }

.kj-news-body {
    color: rgb(149,149,149);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(242,242,242);
    line-height: 24px;
}

.kj-article-time {
    color: #999999;
    margin-bottom: 30px;
}

#procatalog_subscribe .required {
    display: none;
}

.kj-banner-box .swiper-button-prev, .kj-banner-box .swiper-button-next {
    background-image: none !important;
    background-color: rgba(100,100,100,.8);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

    .kj-banner-box .swiper-button-prev:before {
        content: "\f104";
        font: normal normal normal 24px/1 FontAwesome;
    }

    .kj-banner-box .swiper-button-next:before {
        content: "\f105";
        font: normal normal normal 24px/1 FontAwesome;
    }


.kj-article-bottom span {
    display: block;
}

.kj-indexcharac-rightbtn, .kj-indexcharac-leftbtn {
    display: none;
}

.kj-navbar-active .kj-form-control {
    border-color: #005cb9;
}
.kj-banner-mid-center .kj-bannermid {
    margin: 0px auto;
    text-align:center;
}
.kj-breadcrumb-box{
    padding-top:10px;
}

.kj-pdta-no {
    margin-bottom:10px;
}
.flex-row{
    display:flex;
    align-items:center;
}
.kj-page-big-title {
    position: absolute;
    bottom: 40px;
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
}
@media(min-width:768px) {
    .kj-navbar-nav {
        display: flex;
        justify-content: space-between;
        float: none;
    }
}
@media(min-width:1300px) {
    .kj-indexcharac-rightbtn {
        right: -50px !important;
        display: flex;
    }

    .kj-indexcharac-leftbtn {
        left: -50px !important;
        display: flex;
    }
}
@media(max-width:1900px){
    .kj-swiper{
        height:100vh;
        min-height:300px;
        /*max-height:600px;*/
    }
}
@media(max-width:1360px) {
    .kj-indexmade-box2-body .tab-content{
        width:400px;
    }
}


@media(min-width:768px) {
    #AlertDialog_modal .modal-dialog {
        width: 500px;
    }
}
#AlertDialog_modalModalLabel{font-size:15px;}
#AlertDialog > div{padding:0 20px !important;}
#AlertMsgBox{font-size:16px;}