.noPro{text-align:center;width:100%;margin:60px 0;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}
.swiper-button-prev::after,
.swiper-button-next::after{
  display:none !important;
}
/*è¡¨å•*/
.kj-concactus-form .formcolumn-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 50%;
}

.kj-concactus-form .formcolumn-item dt {
  font-size: 14px;
  flex:0 0 80px;
  color: #555;
  margin-right: 10px;
}

.kj-concactus-form .formcolumn-item dd {
  width: 100%;
  position: relative;
}

    .kj-concactus-form .formcolumn-item dd input, .kj-concactus-form .formcolumn-item dd select {
        width: 100%;
        height: 38px;
        line-height: 38px;
        padding: 0 10px;
        border-radius: 10px;
        box-shadow: none;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        border: 1px solid #dbdbdb;
    }

.kj-concactus-form .formcolumn-item dd input:focus {
  outline: 0 none;
}

.kj-concactus-form .formcolumn-item dd textarea {
  width: calc(96.2% + 1px);
  height: 48px;
  padding: 5px 10px;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: none;
  border-radius: 3px;
  background-color: #a3cece;
  border: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  resize: none;
}

.kj-concactus-form .formcolumn-item dd textarea:focus {
  outline: 0 none;
}

.kj-concactus-form .formcolumn-item dd .form-vcodebox img {
  height: 38px;
}

.kj-concactus-form .formcolumn-item-ct {
  display: flex;
  line-height: 38px;
}

.kj-concactus-form .formcolumn-item dd .form-vcodebox {
  width: 110px;
  order: 1;
  height: 38px;
  margin-left: 2px;
  display: flex;
  align-items: center;
}

.kj-concactus-form .formcolumn-item dd .formcom-vcode {
  width: 64%;
}

.kj-concactus-form .formcolumn-item dd .required {
  order: 3;
  margin-left: 10px;
  position:absolute;
  right:-15px;
  font-weight: bold;
}

.kj-concactus-form .formcolumn-item dd .formcolumn-item-tips {
  order: 4;
}

.kj-concactus-form form {
  display: flex;
  flex-wrap: wrap;
}

.kj-btn-form {
  width: 100%;
  text-align: left;
  margin-top:20px;
}

.kj-btn-form input {
  width: 100%;
  height: 45px;
  background-color: #0b9a98;
  color: #fff;
  border-radius: 10px;
  letter-spacing:3px;
  font-size:15px;
  width: 275px;
}

.kj-btn-form input:hover {
  background-color: #0b9a98;
  color: #fff;
}

.kj-concactus-form {
  margin: 35px 0 0;
  display:flex;
  flex-wrap:wrap;
}
.kj-concactus-form .formcolumn-item dd .formcom-vcode{
    flex:0 0 38%;
}
/*æ–‡ç« */
.article_box{display:flex;align-items:flex-start;background:#fff;border-radius:5px;}
.article_box .article_left{width:200px;margin-right:36px;}
.article_box .article_left ul{display:block;}
.article_box .article_left ul li{display:block;transition:all 0.2s linear 0s;border-top:1px solid #dcdcdc;padding-top:8px;padding-bottom:6px;}
.article_box .article_left ul li:first-child{border-top:0;padding-top:0;}
.article_box .article_left ul li .title{display:block;height:46px;line-height:46px;font-size:16px;color:#333333;font-weight:bold;}
.article_box .article_left ul li .btn_box a{margin-bottom:4px;display:flex;justify-content: space-between;padding-left:20px;height:32px;align-items:center;font-size:14px;color:#666666;border-left:3px solid transparent;}
.article_box .article_left ul li .btn_box a:hover{background:#f1f1f1;color:#2974ba;border-left-color:#2974ba;}
.article_box .article_left ul li .btn_box a.active{background:#f1f1f1;color:#2974ba;border-left-color:#2974ba;font-weight:bold;}
.article_box .article_right{width:calc(100% - 236px);}
    .article_box .article_right .article_title {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        border-bottom: 2px solid #0b9a98;
        padding-bottom: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
.article_box .article_right .article_content{padding:25px 0;font-size:14px;color:#333333;line-height:26px;overflow:hidden;}
.article_box .article_right .article_content img{max-width:100%;height:auto !important;}
/*æ‰‹æœºç«¯ä¸‹æ‹‰æ¨¡å—*/
.kj-modal.fade .modal-dialog {
  transform: translate(100%, 0);
}
.kj-modal.in .modal-dialog {
  transform: translate(0, 0);
}
.kj-modal.fade .modal-dialog {
  transform: translate(100%, 0);
}
.kj-modal.in .modal-dialog {
  transform: translate(0, 0);
}
.kj-modal .modal-body{
  overflow-y: scroll;
  height: calc(100vh - 73px);
}
.kj-modal .modal-content {
  box-shadow: none;
  border: none;
}
.kj-modal .modal-header button {
  padding: 6px !important;
}
.kj-nav-all {
  padding-right: 15px;
}
.kj-nav-list2 li {
  position: relative;
}
.kj-nav-list2 li i {
  position: absolute;
  right: 25px;
  top: 12px;
}
.kj-nav-list2 ul li:last-child {
  display: block;
}
.kj-nav-list2 {
  margin: 0;
  padding: 0;
}
.kj-nav-list2 li {
  line-height: 40px;
  list-style: none;
  padding-left: 25px;
  border-left: 5px solid transparent;
}
.kj-nav-list2 li a {
  color: #333;
}
.kj-nav2-li.active {
  border-left: 5px solid #dd3b3f;
  color: #dd3b3f;
}
.kj-nav2-li.active a {
  color: #dd3b3f;
}
.kj-nav-list2 ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu {
  top: 98%;
  border-color: #ebebeb;
  padding:0;
  left:0;
  box-shadow:none;
}
.dropdown-menu .fa-angle-down{
  transform: rotate(-90deg);
  margin-left:10px;
}
    .dropdown-menu li a {
        color: #333 !important;
        display: block;
        font-weight: normal !important;
        padding: 0 !important;
        font-size: 14px !important;
        padding: 15px !important;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        text-align: center;
        position: relative;
    }
/*.dropdown-menu li a::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    background-color: #e5e5e5;
    width: 92%;
    display: block;
    height: 1px;
} 
.dropdown-menu li:last-child a::after{
    display:none;
}*/
.dropdown-menu li a:hover{
    color: #0b9a98!important;
}
.dropdown-menu li:hover .dropdown-menu{
    display:block !important;
}
    .dropdown-menu li .dropdown-menu {

    }
/*å¤§åŒ…è£…è¯¢ä»·*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:130px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:37%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}

#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background:#f9a86f;color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:#d99260;}
.kj-nav-all h4 {
    margin-bottom: 20px;
    font-weight: bold;
}

.kj-nav-list2 li {
    margin-bottom: 15px;
    position: relative;
}

.kj-nav-list2 li i {
    position: absolute;
    right: 0;
}

.kj-nav-list2 li {
    margin-top: 20px;
    padding-left: 20px;
}

.kj-modal.in .modal-dialog {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: right;
    height: 100vh;
}

#phone-search-box {
    display: flex;
    margin: 0;
}

.kj-modal.in .modal-content {
    border: 0;
    border-radius: 0;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
}
.kj-modal .modal-header:after,
.kj-modal .modal-header:before {
    display: none;
}
.kj-modal .btn-default {
    border: none;
    padding: 0;
}
.kj-pronav2 ul a:hover {
    text-decoration: underline;
}

.kj-test{
    background:red !important;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
}


.kj-scroll-top .container{
   width:auto;
}
.kj-scroll-top .kj-site-top-nav {
    margin-left: 100px;
    margin-left: 100px;
    flex: 0 0 620px;
}
    .kj-scroll-top .kj-site-top-nav .navbar-collapse .navbar-nav li a {
        margin-right:35px;
    }
.kj-scroll-top .kj-tel {
    display: none;
}
.kj-scroll-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff !important;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
    .kj-scroll-top .kj-phone {
        display:none;
    }
.kj-concactbox .kj-left ul li a:hover{
    color:#1155ac;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color:transparent;
    color:#fff;
}
.container {
  padding: 0;
  width: 1200px;
}
body {
  overflow-x: hidden;
  letter-spacing: 1px;
  padding-top:130px;
}
.kj-site-top {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
  z-index:99;
    position: fixed;
    top: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
a {
  color: #333;
}
a:hover {
  color: #0b9a98;
  text-decoration: none;
}
.kj-site-top-logo {
  max-width: 45%;
}
.kj-scroll-top .kj-site-top-logo {
    max-width: 100%;
}
.kj-flex {
    display: flex;
    align-items: center;
}
.kj-top-search {
  height: 85px;
  display: flex;

  align-items: center;
  align-self: start;
}
.kj-scroll-top .kj-top-search{
    padding-left:65px;
}
.kj-phone-search {
    display: none;
    transition-duration: 0.39s;
}
.kj-site-top-search-center-all {
  display: flex;
  align-items: center;
  padding-left: 40px;
  justify-content: space-between;
}
.kj-site-top-search-center {
    border: 2px solid #0b9a98;
    width: 73%;
    display:flex;
    background-color: #fff;
    border-radius: 8px;
}
.kj-scroll-top .kj-site-top-search-center{
    width:100%;
}

.kj-site-top-search-center .btn-default:hover {
    background-color: #0b9a98;
    color: #fff;
}
.kj-site-top-search-center input {
  height: 45px;
  border: none;
  padding-left: 10px;
  border-radius: 8px !important;
  outline: none;
  width: 95% !important;
  line-height: 40px;
  font-size: 13px;
}
.kj-site-top-search-center input:focus {
  box-shadow: none;
}
.kj-site-top-search-center input::placeholder {
  font-size: 13px;
}
.kj-site-top-search-center input::-webkit-input-placeholder {
  font-size: 13px;
}
.kj-site-top-search-center button {
  height: 45px;
  line-height: initial;
  padding: 0;
  width: 55px;
  border: none;
  border-radius: 0px !important;
  color: #fff;
  font-size: 22px;
  background-color: #0b9a98;
  transition-duration: 0.39s;
}
.kj-site-top-search-center button i {
  font-size: 23px;
  position:relative;
  left:2px;
}
#kj-site-top-nav-button {
  background-color: #0b9a98;
}
#kj-site-top-nav-button span {
  background-color: #fff;
}
.kj-site-top-nav {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  background-color: transparent;
  border: none;
}
.kj-site-top .navbar-collapse {
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.kj-site-top .navbar-collapse .navbar-nav {
  float: none;
}
.kj-site-top .navbar-collapse::before,
.kj-site-top .navbar-collapse::after {
  display: none;
}
.kj-site-top-nav .navbar-collapse .navbar-nav {
  padding-left: 10px;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li a {
  display: inline-block;
  padding: 0;
  color: #333;
  position: relative;
  font-size: 18px;
  margin-right: 100px;
  font-weight: bold;
  padding: 12px 0px;
}
    .kj-site-top-nav .navbar-collapse .navbar-nav li a:hover, .kj-site-top-nav .navbar-collapse .navbar-nav li.active a {
        background-color:transparent;
        color: #0b9a98;
    }
.kj-tel {
  display: flex;
  height: 44px;
  font-size: 18px;
  /* font-weight: bold;*/
  color: #0b9a98;
  align-items: center;
}
.kj-tel span {
  display: block;
  width: 1px;
  background-color: #bebebe;
  margin: 0 10px;
  height: 15px;
}
.kj-tel i {
  font-size: 26px;
  font-weight: normal;
}
.kj-phone {
  display: flex;
  align-items: center;
  justify-content:right;
  margin-left: 35px;
  flex: 0 0 106px;
}
.kj-phone i {
  font-size: 20px;
  margin-right: 5px;
  color: #0b9a98;
}
.kj-phone div {
  font-size: 14px;
}
.kj-phone div a {
  font-size: 15px;
  color: #333;
}
.kj-phone div a:hover {
  color: #0b9a98 !important;
}
.kj-default-swiper1 {
  height: 100vh;
}
.kj-default-swiper1 .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-default-swiper1 .swiper-pagination {
  bottom: 15px;
}
.kj-default-swiper1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 15px;
  height: 15px;
  margin: 0 7px;
}
.kj-default-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.3);
}
.kj-Classity {
  margin-top: 65px;
  display: none;
}
.kj-ClassityIn {
  display: flex;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content: space-between;
}
.kj-classityBox {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    width: 160px;
}
    .kj-classityBox div {
        font-size: 18px;
        width: 110px;
        height: 110px;
        margin:0 auto;
        border-radius: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }
.kj-classityBox div img {
  max-width: 100%;
  height:160px;
  width:165px;
}
.kj-classityBox:hover {
  text-decoration: none;
}
.kj-header {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
}
.kj-more {
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  right: 0;
  bottom: 0;
}
.kj-hotPro {
  margin-top: 115px;
}
.kj-thumbnail {
  margin-bottom: 35px;
  border-radius: 15px;
  padding: 15px;
  padding-bottom: 35px;
}
.kj-thumbnail h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.kj-thumbnail div p{
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  height: 55px;
}
.kj-thumbnail .caption {
  padding: 0;
}
.kj-thumbnail .kj-img {
  height: 200px;
  display: block;
  border-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
    .kj-thumbnail .kj-name {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 26px;
        height: 55px;
        font-size: 16px;
        font-weight: bold;
        color: #f9a86f;
    }
.kj-more2 {
  width: 100%;
  display: block;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b9a98;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  margin-top: 35px;
}
.kj-more2:hover {
  background-color: #d99260;
  color: #fff;
}
.kj-apply {
  min-height: 625px;
  background-color: #f4f5f7;
  margin-top: 55px;
  padding-bottom: 115px;
}
.kj-profileBox {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}
.kj-profileBox .kj-leftBox {
  width: 450px;
}
.kj-profileBox .kj-leftBox .kj-jieshao {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin-top: 25px;
}
.kj-profileBox .kj-leftBox ul {
  font-size: 17px;
  margin-top: 40px;
}
.kj-profileBox .kj-leftBox ul li::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 3px;
  background-color: transparent;
  position: relative;
  bottom: 2px;
}
.kj-profileBox .kj-leftBox ul li.active a {
  color: #0b9a98;
}
.kj-profileBox .kj-leftBox ul li {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
.kj-profileBox .kj-leftBox ul li:hover::before {
  background-image: linear-gradient(to bottom right, #0b9a98, #0b9a98);
}
.kj-profileBox .kj-leftBox ul li.active::before {
  background-image: linear-gradient(to bottom right, #0b9a98, #0b9a98);
}
.kj-profileBox .kj-rightBox {
  display: flex;
  justify-content: right;
}
.kj-profileBox .kj-rightBox .kj-box.active {
  display: block;
}
.kj-profileBox .kj-rightBox .kj-box {
  padding: 40px 20px 30px 30px;
  width: 480px;
  background-color: #0b9a98;
  position: absolute;
  color: #fff;
  top: 195px;
  letter-spacing: 1px;
  left: -250px;
  border-radius: 15px;
  display: none;
}
.kj-profileBox .kj-rightBox .kj-box a {
  float: right;
  color: #fff;
}
.kj-profileBox .kj-rightBox .kj-box a:hover {
  text-decoration: underline;
}
.kj-profileBox .kj-rightBox .kj-box .kj-content {
  line-height: 30px;
  margin-bottom: 20px;
}
.kj-profileBox .kj-rightBox .kj-box h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
.kj-profileBox .kj-rightBox .img {
  position: relative;
  width: 565px;
  height: 410px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.kj-header2 {
  font-size: 34px;
  font-weight: bold;
}
.kj-indexNews {
  padding-top: 80px;
  padding-bottom: 55px;
}
.kj-indexNews .kj-img {
  width: 570px;
  display: block;
  height: 363px;
  flex: 0 0 570px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 50px;
  border-radius: 15px;
}
.kj-indexNews .kj-boxin {
  display: flex;
  justify-content: space-between;
}
.kj-indexNews ul li {
  margin-bottom: 40px;
  list-style: none;
  display: flex;
}
.kj-indexNews ul li .kj-left {
  padding-top: 10px;
  margin-right: 20px;
  height: 95px;
  flex: 0 0 95px;
  border-radius: 10px;
  font-size: 36px;
  color: #0b9a98;
  text-align: center;
  width: 95px;
  background-color: #f4f5f7;
}
.kj-indexNews ul li .kj-left span {
  color: #666;
  font-size: 14px;
  margin-top: -5px;
  letter-spacing: 1px;
  display: block;
}
.kj-indexNews ul li .kj-right div {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 1px;
  color: #666;
  line-height: 24px;
  height: 48px;
}
.kj-indexNews ul li .kj-right h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.kj-infoNews {
  background-color: #f4f5f7;
  min-height: 500px;
  padding-top: 55px;
}
.kj-infoNews .kj-inside {
  display: flex;
}
.kj-infoNews .kj-left,
.kj-infoNews .kj-right {
  width: 50%;
  flex: 0 0 50%;
}
.kj-infoNews .kj-left .kj-newslist:last-child,
.kj-infoNews .kj-right .kj-newslist:last-child {
  border-bottom: 1px dashed #e2e3e4;
}
.kj-infoNews .kj-left {
  padding-right: 35px;
}
.kj-infoNews .kj-right {
  padding-left: 35px;
}
.kj-header3 {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #0b9a98;
}
.kj-header3 a {
  color: #999;
}
.kj-header3 a:hover {
  color: #0b9a98;
}
.kj-header3 span {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
}
.kj-header3 span i {
  color: #0b9a98;
  font-size: 28px;
  font-weight: normal;
  margin-right: 15px;
}
.kj-newsbox {
  margin-top: 30px;
  margin-bottom: 30px;
}
.kj-newsbox .media-left {
  padding-right: 25px;
}
    .kj-newsbox .media-left a{
        display: block;
        width: 95px;
        height: 95px;
        border: 1px solid #d2d2d2;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
    }
.kj-news img{
    width:120px;
}
.kj-newsbox .media-heading {
    font-size: 16px;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    overflow: hidden;
    height: 62px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.kj-newsbox .media-heading a {
  line-height: 30px;
}
.kj-newsbox .media-body span {
  color: #999;
  font-size: 14px;
}
.kj-newslist {
  border-top: 1px dashed #e2e3e4;
  padding-left: 30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #333;
}
.kj-newslist div {
  height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.kj-newslist span {
  color: #999;
  flex: 0 0 90px;
  text-align: right;
}
.kj-newslist::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background-color: #999999;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.kj-indexRemark {
  padding-top: 70px;
}
.kj-indexRemark .kj-inside {
  display: flex;
}
.kj-indexRemark .kj-left,
.kj-indexRemark .kj-right {
  width: 50%;
  flex: 0 0 50%;
}
.kj-indexRemark .kj-left {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  border-radius: 20px;
}
.kj-footer {
  min-height: 280px;
  background-color: #0b9a98;
  margin-top: 100px;
}
.kj-footer .kj-left {
  display: flex;
}
.kj-footer .kj-concact-bottom-all {
  padding-top: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
.kj-footer .kj-concact-bottom {
  margin-right: 120px;
}
.kj-footer .kj-concact-bottom ul {
  padding-left: 0;
  margin: 0;
}
.kj-footer .kj-concact-bottom ul li {
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  font-size: 15px;
}
.kj-footer .kj-concact-bottom ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.kj-footer .kj-concact-bottom ul li a:hover {
  text-decoration: underline;
}
.kj-footer .kj-concact-bottom ul li:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
.kj-footer .kj-concact-bottom ul li:last-child {
  margin: 0;
}
.kj-footer .kj-concact-bottom-cc {
  display: flex;
}
.kj-footer .kj-concact-bottom-cc div {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.kj-footer .kj-concact-bottom-cc div img {
  width: 110px;
  margin-bottom: 10px;
}
.kj-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  line-height: 28px;
  padding-top: 15px;
  font-size: 15px;
  padding-bottom: 25px;
}
.kj-footer-bottom .kj-flex {
  display: flex;
  justify-content: space-between;
}
.kj-footer-bottom ul {
  display: flex;
}
.kj-footer-bottom ul li {
  list-style: none;
  margin-right: 20px;
}
.kj-footer-bottom a {
  color: rgba(255, 255, 255, 0.8);
}
.kj-footer-bottom a:hover {
  text-decoration: underline;
}
.kj-footer-bottom .kj-float {
  float: right;
}
.kj-pageBg {
    margin-top:130px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-nav {
  background-color: transparent;
}
.kj-nav .container {
  display: flex;
  align-items: center;
  height: 70px;
  margin-bottom: 10px;
}
.kj-nav i {
  color: #999;
  margin-right: 10px;
}
.kj-nav .container:before,
.kj-nav .container:after {
  display: none;
}
.kj-nav .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.kj-nav .breadcrumb a {
  color: #333;
}
.kj-nav .breadcrumb a:hover {
  color: #0b9a98;
}
.kj-nav .breadcrumb li:last-child span {
  color: #f9a86f;
}
.kj-nav .breadcrumb > li + li:before {
  content: ">";
  font-size: 12px;
  color: #666;
}
.kj-header4 {
  font-size: 26px;
  margin-bottom: 15px;
}
.kj-contents {
  color: #666666;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 50px;
}
.kj-left-nav {
  margin: 0;
  margin-right: 50px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 3px;
}
    .kj-left-nav li:hover {
        border: none;
        background-color: #f7f7f7;
    }
    .kj-left-nav li:hover a {
        color: #333;
        border-radius: 3px;
    }
    .kj-left-nav li.active a {
        border-left: 3px solid #0b9a98 !important;
        color: #0b9a98;
    }
    .kj-left-nav li:first-child a {
        border: none;
    }
.kj-left-nav li.active::after {

}
.kj-click{
    margin-right:15px;
    font-weight:bold;
}
.kj-left-nav li::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    background-color: #cfcfcf;
    /*  width: 100%;*/
    display: block;
    height: 1px;
}
.kj-left-nav li {
  font-size: 18px;
  transition-duration: 0.39s;
  position: relative;
  list-style: none;
  background-color: #fff;
}
.kj-left-nav li i {
  transition-duration: 0.39s;
  font-size: 12px;
}
.kj-left-nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding-left: 15px;
  padding-right: 10px;
  color: #333;
  text-decoration: none;
}
.kj-left-nav li ol.active {
  background-color: #f5f5f5;
  border-radius: 10px;

  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
    .kj-left-nav li ol.active li a {
        background-color: #f5f5f5;
        border: none !important;
    }
.kj-left-nav li ol {
  padding: 0;
  position:absolute;
  height: 0;
  overflow: hidden;
  transition-duration: 0.39s;
}
.kj-left-nav li ol li::after {
  display: none;
}
.kj-left-nav li ol li {
  list-style: none;
  margin-top: 20px;
  font-size: 16px;
  padding-left: 0;
  border: none;
  background-color: #f5f5f5 !important;
}
.kj-left-nav li ol li a {
  justify-content: left;
  height: auto;
  background-color: #f5f5f5 !important;
  font-weight: normal;
  color: #333 !important;
}
.kj-left-nav li ol li a:hover {
  color: #f9a86f;
}
.kj-left-nav li ol li:hover a {
  color: #0b9a98 !important;
}
.kj-pro-lines {
  margin-bottom: 10px;
  padding: 25px 20px 35px 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kj-pro-lines .kj-left {
  width: 510px;
}
.kj-pro-lines .kj-left ul {
  margin-top: 20px;
  padding: 0;
}
.kj-pro-lines .kj-left ul li {
  color: #666;
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
}
.kj-pro-lines .kj-left h4 {
  margin-bottom: 20px;
}
.kj-pro-lines .kj-left h4 a {
  font-size: 16px;
  font-weight: bold;
  color: #0b9a98;
}
.kj-pro-lines .kj-right {
  flex: 0 0 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  height: 165px;
}
.kj-pro-lines .kj-right img {
  transition-duration: 0.39s;
  max-width: 80%;
  max-height: 80%;
}
.kj-pro-lines:hover {
  border: 1px solid #0b9a98;
}
.kj-pro-lines:hover .kj-right img {
  transform: scale(0.8);
}
.kj-table {
  flex: 0 0 100%;
  margin-top: 20px;
  color: #666;
}
.kj-table .table {
  border-top: 1px solid #f9a86f;
}
.kj-table .table > thead > tr > td {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.kj-table .table > tbody > tr > td,
.kj-table .table > tbody > tr > th,
.kj-table .table > tfoot > tr > td,
.kj-table .table > tfoot > tr > th,
.kj-table .table > thead > tr > td,
.kj-table .table > thead > tr > th {
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding: 8px 14px;
}
.kj-table .table {
  margin-bottom: 0;
}
.kj-table .table thead tr td {
  padding: 20px 0 10px;
}
.kj-publications {
  color: #f9a86f;
}
.kj-prolist {
  margin-left: 0;
  margin-right: -40px;
}
.kj-prolist .col-md-3,
.kj-prolist .col-md-9 {
  padding-left: 0;
  padding-right: 40px;
}
.kj-header5 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid #0b9a98;
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.kj-news {
  display: flex;
  padding: 30px 5px;
  border-bottom: 1px solid #cfcfcf;
}
.kj-news .kj-left .media-left {
  padding-right: 30px;
}
.kj-news .kj-left .media-body {
  color: #666;
  font-size: 15px;
}
.kj-news .kj-left .media-heading {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 30px;
  height: 61px;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.kj-news .kj-right {
  margin-left: 100px;
}
.kj-news .kj-right a {
  font-size: 26px;
  color: #0b9a98;
  margin-right: 15px;
}
.kj-news .kj-right a:hover {
  color: #0b9a98;
}
.kj-contents2 {
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 1px;
}
.kj-tablist {
  margin-top: 40px;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
    .kj-tablist li {
        list-style: none;
        flex: 0 0 10%;
        margin-bottom: 30px;
    }
.kj-tablist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9fa1a2;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
}
.kj-tablist li a:hover {
  background-color: #f9a86f;
}
.kj-service {
  padding-top: 85px;
}
.kj-service .media-left {
  padding-right: 65px;
}
.kj-service .media-left a {
  display: block;
  width: 430px;
  height: 295px;
  border-radius: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-service .media-heading {
  padding-top: 5px;
  font-size: 24px;
  color: #0b9a98;
  margin-bottom: 20px;
}
.kj-service .media-body {
  line-height: 30px;
}
.kj-service .media-body div {
  height: 120px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 30px;
}
.kj-service .media-body span {
  font-weight: bold;
  display: block;
}
.kj-service .media-body .kj-more3 {
  display: flex;
  width: 140px;
  height: 45px;
  align-items: center;
  justify-content: center;
  background-color: #0b9a98;
  color: #fff;
  border-radius: 10px;
}
.kj-service .media-body .kj-more3:hover {
  background-color: #0b9a98;
}
.kj-service2 .media-left {
  padding-left: 65px;
  padding-right: 0;
}
.kj-concactus-form .formcolumn-item dt {
    display:none;
}
.kj-indexRemark .kj-right{
    position:relative;
}
.kj-concactus-form2 {
    border-radius:15px;
    margin-top:40px;
    position: absolute;
    width: calc(100% + 65px);
    right: 0;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding:40px 40px 45px;
}
#guestbook_remark, .kj-concactus-form .formcolumn-item dd textarea {
    width: 100%;
}
.kj-concactus-form .formcolumn-item {
    width: calc(50% - 7.5px);
}
.kj-concactus-form .formcolumn-item dd input {
    width: 100%;
}
#guestbook_gbkcompany, #guestbook_gbktel {
    margin-right: 15px;
}
.kj-concactus-form .formcolumn-item dd textarea {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    height:70px;
    border-radius:10px;
}
.kj-concactus-form .formcolumn-item dd .formcom-vcode{
    flex:0 0 100%;
}
#kjyanzhengma{
    position:relative;
}
#reguser_verifycode-tips{
    position:absolute;
    right:10px;
}
/*float*/
.float_box {
  position: fixed;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear 0s;
  z-index: 1000;
}

.float_box ul {
  display: inline-block;
  width: 100%;
}

.float_box ul li {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius:3px;
  background-color:rgb(0 0 0 / 50%);
  text-align: center;
  margin-bottom:5px;
  vertical-align: bottom;
  transition: all 0.2s linear 0s;
  cursor: pointer;
}

.float_box ul li i {
  font-size: 24px;
  color: #fff;
  display: block;
  line-height: 30px;
  padding-top: 15px;
  transition: all 0.2s linear 0s;
}

.float_box ul li span {
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 20px;
  transition: all 0.2s linear 0s;
}

.float_box ul li:hover {
   background-color: #0b9a98;
}

.float_box ul li:hover i {
  color: #fff;
}

.float_box ul li:hover span {
  color: #fff;
}

.float_box ul li .qq_box {
  position: absolute;
  right: 60px;
  top: -1px;
  display: none;
  background: #0b9a98;
  padding: 10px;
}

.float_box ul li .qq_box a {
  font-size: 14px;
  color: #fff;
  display: block;
  width: 160px;
  line-height: 28px;
  transition: all 0.2s linear 0s;
}

.float_box ul li .qq_box a:hover {
  text-decoration: underline;
}

.float_box ul li .tel_box {
  display: none;
  position: absolute;
  right: 60px;
  top: -1px;
  border-top: 4px solid #0b9a98;
  padding: 20px;
  font-size: 14px;
  background: #fff;
  line-height: 28px;
  width: 262px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.float_box ul li .tel_box i {
  font-size: 42px;
  color: #d3d3d3;
  margin-right: 10px;
}

.float_box ul li .tel_box span {
  color: #0b9a98;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.float_box ul li .tel_box span em {
  display: block;
  color: #aaa;
  font-size: 14px;
}

.float_box ul li .code_box {
  padding: 10px;
  background: #0b9a98;
  position: absolute;
  right: 60px;
  top: -1px;
  display: none;
}

.float_box ul li .code_box img {
  width: 100px;
}

.float_box ul li .code_box span {
  line-height: 18px;
  color: #fff;
}

    .float_box ul li#fqq:hover .qq_box {
        display: block;
        border-radius: 3px;
    }

    .float_box ul li#ftel:hover .tel_box {
        display: flex;
        border-radius: 3px;
    }

    .float_box ul li#weixin:hover .code_box {
        display: block;
        border-radius: 3px;
    }

.phone_top {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 999;
}

.phone_top i {
  color: #2974ba;
  font-size: 40px;
}

.kj-modal .input-group {
  width: 80%;
}

.float_box ul {
  position: relative;
}

.float_box ul:before {
  content: "\e812";
  display: block;
  background-color: rgb(0 0 0 / 60%);
  width: 25px;
  padding: 10px 5px;
  color: #fff;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -25px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.float_box {
  right: -60px;
}

.float_box:hover {
  right: -1px;
}

.float_box:hover ul:before {
  opacity: 0;
}
.kj-left-nav li ol.active li:last-child{
    margin-bottom:20px;
}
/* äº§å“åˆ†ç±» */
.kj-boxsd {
    margin-bottom: 20px;
}

.kj-boxsd,
.shaixuan {
    overflow: hidden;
    border-radius: 8px;
}

.kj-navtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2690b;
    height: 40px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

.kj-pdlink {
    padding: 0;
    margin: 0;
    padding: 10px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
}


.kj-floor {
    background-color: #f5f5f5;
    transition: all 0.3s;
    border-radius: 10px;
    margin-bottom: 20px;
}

.kj-pdlink .kj-floor:last-child {
    border-bottom: none;
}

.kj-floor:hover > a {
    color: #0b9a98;
}

.kj-floor > .active i {
    color: #f2690b;
}

.kj-floor > .xuanxiang {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .kj-floor > .xuanxiang > a {
        font-size: 16px;
        font-weight: 700;
        color: #333;
        line-height: 40px;
        text-decoration: none;
        transition: all 0.3s;
    }

    .kj-floor > .xuanxiang > .xialaxiaoguo {
        position: relative;
    }

.kj-floor > .active > a {
    color: #f2690b;
}

.kj-floor > .active > .xialaxiaoguo {
    color: #f2690b;
    transform: rotate(180deg);
}

.kj-floor > .xuanxiang .zhankai {
    transform: rotate(180deg);
}

.shaixuan > .kj-pdlink a {
    font-size: 14px;
    transition: all 0.3s;
    position: relative;
}


.shaixuanMYX .kj-SXbiaoti {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.3s;
}



.kj-floor > .xuanxiang:hover > a {
    color: #f2690b;
}

.kj-floor > a > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
}

.kj-floor:last-child .kj-erjilist {
    border-bottom: 1px solid #d3d3d3;
}
/* äºŒçº§åˆ—è¡¨ */
.kj-erjilist {
    padding: 5px;
    margin: 0;
    border-top: 1px solid #d3d3d3;
}

    .kj-erjilist > li a {
        line-height: 35px;
        color: #333;
        transition: all 0.3s;
        text-decoration: none;
        display: flex;
        justify-content: left;
        align-items: center;
    }

        .kj-erjilist > li a span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .kj-erjilist > li i {
        font-size: 12px;
        transform: rotate(-90deg);
        margin-right: 5px;
        line-height: 12px;
    }

    .kj-erjilist > li:hover a {
        color: #f2690b;
    }

    .kj-erjilist > li .active {
        color: #f2690b;
    }


/* äº§å“ç­›é€‰ */
.shaixuanMYX > a {
    justify-content: left;
}

    .shaixuanMYX > a i {
        transform: rotate(-90deg);
        position: absolute;
        font-size: 12px;
    }

.kj-SXLBlian {
    padding: 0 13px 5px;
    /*    max-height: 196px;
    overflow-y: auto;*/
}

.kj-left-nav2 {
    max-height: 300px;
    overflow-y: auto;
}

    .kj-left-nav2::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .kj-left-nav2::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(128,128,128, 0);
        transition: all 0.3s;
    }

    .kj-left-nav2:hover::-webkit-scrollbar-thumb {
        background-color: rgba(128,128,128, 0.7);
    }


.kj-SXLBlian .filter-box {
    position: relative;
    margin-bottom: 10px;
}

    .kj-SXLBlian .filter-box > input {
        width: 100%;
        height: 30px;
        padding: 0 10px;
        border-radius: 4px;
        border: 1px solid #aaaaaa;
        padding-left: 30px;
    }

    .kj-SXLBlian .filter-box > i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #aaaaaa;
    }

    .kj-SXLBlian .filter-box > a {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #aaaaaa;
        text-decoration: none;
        display: none;
    }

.danxuankuang {
    display: flex;
    align-items: center;
    color: #666;
    margin-bottom:15px;
    height: 26px;
}

    .danxuankuang label {
        display: flex;
        align-items: center;
        margin-right: 5px;
        margin-bottom: 0;
        font-weight: 400;
    }

        .danxuankuang label span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .danxuankuang label input[type="checkbox"] {
            margin-right: 15px;
            flex:0 0 20px;
            margin-top: 0;
            width: 20px;
            transform: scale(1.5);
        }
.kj-floor > a > span{
    font-size:18px;
    padding-top:10px;
}
.shaixuan > .kj-pdlink a {
    margin-top: 5px;
    display: block;
    margin-bottom: 15px;
}
.kj-detail-swiper {
    width: 345px;
    padding-right: 15px;
}

    .kj-detail-swiper .swiper {
        width: 100%;
        height: 100%;
    }

    .kj-detail-swiper .mySwiper {
        margin-top: 10px;
    }

        .kj-detail-swiper .mySwiper .swiper-slide {
            height: 70px;
            overflow: hidden;
            border: 1px solid #ddd;
            border-radius:5px;
        }

            .kj-detail-swiper .mySwiper .swiper-slide.active {
                border: 2px solid #f9a86f;
            }

    .kj-detail-swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .kj-detail-swiper .swiper-slide img {
            max-width: 80%;
            max-height:80%;
        }

    .kj-detail-swiper .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .kj-detail-swiper .mySwiper2 {
        width: 100%;
        height: 315px;
        border: 1px solid #ddd;
    }

        .kj-detail-swiper .mySwiper2 .swiper-slide {
        }
.kj-detail-info {
    width: calc(100% - 345px);
    padding-left: 25px;
}
    .kj-detail-info .name_btn {
        font-size: 32px;
        display: flex;
        flex-wrap:wrap;
        justify-content:left;
        color: #0b9a98;
        align-items: flex-end;
        margin-bottom: 25px;
        line-height: initial;
    }
        .kj-detail-info .name_btn a{
            font-size:16px;
            margin-top:10px;
            text-align:right;
            flex:0 0 100%;
            font-weight:bold;
            color: #0b9a98;
        }
            .kj-detail-info .name_btn a:hover{
                color:#d99260;
            }
            .kj-detail-info .name_btn a i {
                margin-right: 5px;
            }
            .kj-table2 .table-striped > tbody > tr:nth-of-type(odd) {
                background-color: #fff;
            }
.kj-table2 .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fafafa;
}
.kj-table2 .table > tbody > tr > td{
    padding:10px;
}
.kj-table2 .table thead tr td {
    padding: 10px;
    border:none;
    
}
.kj-table .table{
    border:none;
}
.kj-more4{
    width:165px;
    height:45px;
    border-radius:10px;
}
.kj-proinfo .box{
    margin-bottom:25px;
}
.kj-header6 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    background-color: #0b9a98;
    border-radius: 10px;
}
.kj-header6 a{
    font-size:14px;
    color:#fff;
}
.kj-header6 a::before{
    content: "-";
}
    .kj-header6 a.collapsed::before {
        content: "+";
    }
.kj-proinfo{
    margin-top:55px;

}
    .kj-proinfo .well {
        background-color: #fff;
        border: none;
        padding: 25px 0 0;
       
       
    }
    .kj-proinfo .table {
        margin-bottom: 0;
        font-size: 15px;
     
    }
        .kj-proinfo .table tr td {
            padding: 15px;
            word-break: break-word;
        }
        .kj-proinfo .table tr td:first-child {
            font-weight: bold;
            width: 160px;
            border-right: 1px solid #e1e1e1;
            padding-left: 30px;
        }
    .kj-proinfo .table-striped > tbody > tr:nth-of-type(odd){
        background-color:#fff;
    }
    .kj-proinfo .table-striped > tbody > tr:nth-of-type(even) {
        background-color: #fafafa;
    }
.kj-procontent{
    line-height:28px;
    padding-left:20px;
}
.kj-procontent img{

}
.kj-wenxian{
    padding-left:43px;
}
.kj-wenxian li {
    list-style: initial;
    font-size:15px;
    line-height:44px;
}
.kj-header7 {
    font-size: 18px;
    font-weight: bold;
    color: #0b9a98;
    padding-left: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom:10px;
    margin-bottom:15px;
}
.kj-aboutUs .kj-img{
    width:230px;
}
.kj-aboutUs .kj-left ul {
    line-height: 40px;
    font-size: 15px;
    margin-top:20px;
}
.kj-aboutUs .kj-left ul li {
  display: flex;
  align-items: center;
}
.kj-aboutUs .kj-left ul li span {
  display: flex;
  align-items: center;
}
.kj-aboutUs .kj-left ul i {
  color: #0b9a98;
  font-size: 25px;
  margin-right: 15px;
}
.kj-aboutUs .kj-right h1{
    font-size:36px;
    font-weight:bold;
    color: #0b9a98;
}
.kj-concactus-form3 .formcolumn-item{
    width:100%;
}
.kj-concactus-form3 #guestbook_gbkcompany, .kj-concactus-form3 #guestbook_gbktel{
    margin-right:0;
}
.kj-concactus-form3 #kjyanzhengma {
    position: relative;
    width: 50%;
}
.kj-concactus-form3 .formcolumn-item dd textarea{
    height:85px;
}
.kj-aboutUs {
    padding-bottom: 75px;
    border-bottom: 1px solid #d7d7d7;
}
.kj-distpickerBox{
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
}
.kj-distpicker{
    flex:0 0 50%;
    font-size:15px;
    /* display:none; */
}
    .kj-distpicker.active{
        display:block;
    }
    .kj-distpicker h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }
.kj-distpicker ul li{
    margin-bottom:10px;
}
.kj-select .form-inline .form-group {
    width: calc(50% - 3px);
    display: inline-block;
    
}
.kj-select{
padding-top:110px;
font-size:16px;
}
    .kj-select .form-inline{
        margin-bottom:35px;
    }
    .kj-select .form-inline .form-control {
        width: 100%
    }
.kj-select .form-inline .form-group:first-child{
    padding-right:40px;
}
.kj-select .form-inline .form-group:last-child{
    padding-left:40px;
}
.kj-select .form-inline .form-group span{
    font-weight:bold;
    display:block;
    margin-bottom:10px;
    font-size:16px;
    margin-top:30px;
}
.kj-footer-ipad {
  background-color: #eee;
  height: 55px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #333;
  margin-top: 40px;
}
.kj-footer-ipad i {
  font-style: normal;
  margin: 0 10px;
}
.kj-footer-ipad span {
  display: block;
  height: 1px;
  width: 40px;
  background-color: #333;
}
.kj-aboutUs .kj-left ul li span{
    flex:0 0 89px;
}
.kj-distpicker{
    margin-bottom:25px;
}
.kj-select .form-inline .form-group:first-child{
    padding-right:10px;
}
.kj-select .form-inline .form-group:last-child {
    padding-left: 10px;
}
#kj-site-top-nav-button {
    background-color: #0b9a98;
    margin-right: 0;
}
.kj-navigation-page {
  clear: both;
  text-align: center;
  margin-top: 45px;
}

.kj-navigation-page .pagination {
  margin: 0;
}

    .kj-navigation-page .pagination > li > a,
    .kj-navigation-page .pagination > li > span {
        border: 1px solid #d9d9d9;
        color: #333;
        background-color: #fff;
        padding: 8px 14px;
        border-radius: 50%;
        margin: 0 7.5px;
    }
        .kj-navigation-page .pagination > li.active > a,
        .kj-navigation-page .pagination > li > a:focus,
        .kj-navigation-page .pagination > li > a:hover,
        .kj-navigation-page .pagination > li > span:focus,
        .kj-navigation-page .pagination > li > span:hover {
            background-color: #f9a870;
            color: #fff;
            border-radius: 50%;
            background-image: none;
            border-color: #f9a870;
        }
.kj-thumbnail:hover{
    box-shadow: 0 0 10px #ddd;
}
.kj-concactus-form .formcolumn-item dd input:focus {
    border: 1px solid #66afe9;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6);
}
.kj-site-top-nav .navbar-collapse .navbar-nav li:hover .dropdown-menu {
    display: block !important;
}
.kj-jiangxuejin {
    background-color: rgb(255, 189, 55);
    zoom: 1;
    min-height: 603px;
    background-image: url(../images/headerbg2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    margin-top:50px;
}
.kj-header8 {
    padding-top: 250px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.kj-jiangxuejin2 {
    background-color: #fff;
    
}
    .kj-jiangxuejin2 .kj-concactus-form3 {
        margin-top:0;
    }
.kj-site-top-nav .navbar-collapse .navbar-nav li .dropdown-menu .dropdown-menu{
    display:none !important;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li .dropdown-menu li:hover .dropdown-menu {
    display: block !important;
    width: 200px;
    left: 247px;
    top: -3px;
}
.kj-wenxian2 li{
    list-style:none;
}
.kj-wenxian2{
    padding-left:0;
}
    .kj-wenxian2 li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #dddd;
        height: 44px;
    }
    .kj-wenxian2 li i{
        font-size:30px;
        transition-duration:.39s;
    }
    .kj-wenxian2 li:hover i{
        font-size:40px;
    }
.float_box2 {
    top: 90%;
    right: 0;
    transform: translateY(-90%);
}
.float_box2 ul:before{
    display:none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border:none !important;
}
.kj-left-nav li {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    transition-duration: 0.39s;
    align-items: center;
    position: relative;
    list-style: none;
    flex-wrap: wrap;
    background-color: #fff;
}
    .kj-left-nav li ol.active {
        flex: 0 0 100%;
        position:initial;
    }
    .kj-left-nav li.active a {
        flex: 0 0 auto;
    }
.kj-select-img img {
    height: 70px;
    margin-bottom:10px;
    max-width: 100%;
}
.kj-service .media-body div span{
    font-weight:normal;
}
.kj-reset {
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    background-color: #0b9a98;
    height: 40px;
}
.kj-reset:hover{
    background-color: #0b9a98;
    color:#fff;
}
.kj-scroll-top  .kj-site-top-nav .navbar-collapse .navbar-nav li .dropdown-menu li:hover .dropdown-menu{
left:183px;
}
.kj-detail-swiper .mySwiper2 .swiper-slide {
    overflow: hidden;
    position: relative;
}
    .kj-detail-swiper .mySwiper2 .swiper-slide span{
        position: absolute;
        left: -45px;
        top: 38px;
        width: 190px;
        font-size: 14px;
        height: 0;
        border-bottom: 16px solid red;
        color: #fff;
        padding-bottom: 2px;
        border-left: 8px solid transparent;
        transform: rotate(-45deg);
        border-right: 8px solid transparent;
    }
.kj-pro-lines .kj-left h4 a span {
    text-wrap: nowrap;
}
.cuxiao.active2{
    display:none;
}

