.kj-header {
    height: 125px;
}

.kj-cum-center {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.kj-cum-left {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.kj-concact {
    padding-left: 30px;
    position: relative;
    margin-right: 10px;
    color: #000;
}

.kj-concact span {
    color: #2974ba;
}

.kj-concact i {
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    color: #dadfe1;
}

.kj-skip {
    background-color: #2974ba;
    margin-bottom: 0px;
    border: 0px solid #2974ba;
    border-radius: 0px;
}


/* 
.kj-skip .kj-navbar ul {
    min-height: 50px;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 0;
    position: relative;
    left: -38px;
} */

.kj-skip .kj-navbar ul li {
    list-style: none;
}

.kj-skip .kj-navbar ul li a {
    color: #fff;
    padding: 0px 40px;
    transition-duration: 0.39s;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.kj-skip .kj-navbar ul li a:hover {
    background-color: #013e98;
    text-decoration: none;
    color: #fff !important;
    height: 50px;
}

.kj-skip .kj-navbar ul li .active {
    background-color: #013e98;
    text-decoration: none;
    color: #fff !important;
}

.kj-bg1 {
    background-position: center center;
    height: 450px;
    background-size: cover;
}

.navbar-toggle {
    border: 0px solid transparent;
}

.kj-product-now {
    background: url("../images/bg3.jpg") no-repeat;
    background-position: left center;
}

.kj-product-now-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 65px;
}

.kj-product-now-header h2 {
    position: relative;
    font-size: 30px;
}

.kj-product-now-header h2 span {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #2974ba;
    bottom: -30px;
    left: 37%;
}

.kj-product-now-header h3 {
    width: 40%;
    height: 1px;
    background-color: #dfdede;
    position: relative;
}

.kj-product-now-header h3 span {
    position: absolute;
    display: inline-block;
    height: 25px;
    width: 2px;
    background-color: #dfdede;
    top: -12px;
    right: 0;
}

.kj-product-now-header h3:last-child span {
    left: 0;
}

.kj-product-now-content {
    padding-bottom: 75px;
}

.kj-product-now-content ul {
    padding-left: 125px;
    padding-top: 80px;
}

.kj-product-now-content ul li {
    line-height: 46px;
    list-style: none;
    font-size: 24px;
}

.kj-product-now-content ul li i {
    color: #ea9518;
    margin-right: 10px;
}

.kj-pick-avantage {
    background: url("../images/bg1.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}

.kj-pick-avantage-header {
    color: #fff;
}

.kj-pick-avantage-content {
    padding: 80px 0;
    width: 92%;
    margin: 0 auto;
}

.kj-thumbnail {
    height: 350px;
    margin: 0 auto;
    border: none;
    text-align: center;
    background-color: transparent;
}

.kj-thumbnail img {
    margin-top: 30px;
}

.kj-thumbnail .caption h3 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.kj-thumbnail-all {
    background-color: #fff;
}

.kj-thumbnail-all:nth-child(2) {
    background-color: #478ef7;
}

.kj-thumbnail-all:nth-child(2) .caption {
    color: #fff;
}

.kj-pro-show-header {
    padding-top: 70px;
    margin-top: 0;
}

.kj-pro-show-header h2 span {
    left: 25%;
}

.kj-search-show {
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 25px;
    font-weight: lighter;
}

.kj-pro-show .swiper-slide {
    text-align: center;
}

.kj-pro-show .kj-swiper-container {
    width: 100%;
}

.kj-pro-show {
    padding-bottom: 30px;
}

.kj-pro-show .swiper-slide img {
    width: 90%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px !important;
    height: 10px;
    width: 10px;
    background-color: #FFF;
    opacity: 1;
    border: 1px solid #007aff;
}

.swiper-pagination-bullet-active {
    background: #007aff !important;
}

.kj-trust {
    background: url("../images/bg2.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 50px;
}

.kj-trust-header {
    color: #fff;
}

.kj-trust-header h3 {
    width: 350px;
}

.kj-trust-header h2 span {
    left: 42%;
}

.kj-trust-content {
    padding-top: 80px;
}

.kj-list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.kj-list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.kj-list-group-item {
    padding: 0 50px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #fff;
    background-color: transparent;
    transition-duration: 0.39s;
    border: 1px solid #fff;
    font-size: 16px;
}

.kj-list-group-item img {
    width: 40px;
    margin-right: 20px;
}

.kj-list-group-item:hover {
    background-color: #478ef7;
}

.kj-coopration {
    padding-top: 50px;
    text-align: center;
}

.kj-coopration h1 {
    font-size: 30px;
    font-weight: bold;
}

.kj-coopration h1:first-of-type {
    margin-bottom: 50px;
}

.kj-coopration h1:last-of-type {
    color: #478ef7;
    margin-bottom: 25px;
}

.kj-coopration h2 {
    font-size: 24px;
}

.kj-coopration a {
    width: 200px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    background-color: #2974ba;
    margin-top: 15px;
    margin-bottom: 15px;
}

.kj-coopration img {
    width: 150px;
}

.kj-line {
    height: 2px;
    background-color: #2974ba;
    margin: 20px;
}

.kj-bottom {
    text-align: center;
    line-height: 30px;
}

.kj-del-magin {
    margin-bottom: 0 !important;
}

.kj-coopration-other {
    padding-top: 25px;
}

.kj-other-delpadding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.kj-clickbtn {
    text-align: left;
    margin-top: 30px;
    font-size: 18px;
    padding-left: 80px;
}

.kj-clickbtn a {
    color: #ff7a03;
}

.kj-clickbtn a:hover {
    color: #ff5e00;
    text-decoration: none;
}

.kj-taocan>a {
    display: inline-block;
    padding: 10px 30px;
    background-image: linear-gradient(#f5b074, #ff7a03);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    white-space: nowrap;
    width: auto;
    margin: 0px;
}

.kj-taocan>a:hover {
    text-decoration: none;
    background-color: #ff7a03;
    background-image: none;
    color: #fff;
}

.kj-taocan {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}