﻿body {
    margin: 0px;
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color:#333;
}
a:link ,a:visited , a:hover , a:active {
    text-decoration: none ;
    color: #333;
}
a {
    text-decoration: none ;
    color: #333;
}
ul,
.row {
    padding-left: 0;
    margin-bottom: 0px;
}
li {
    list-style: none;
}
.white {
    background: #fff!important;
}
/* 模板页——头部 */
.kj-header {
    height: 107px;
    background: url(../images/headerbg.jpg) ;
}
.kj-header > .container {
    display:flex;
    align-items:center;
}
.kj-header-logo {
    flex: 0 0 400px;
    margin:20px 0;
}
.kj-header-logo img{
    height:67px;
}
.kj-header-email {
    flex: auto;
    text-align: right;
}
.headerlanen {
    line-height: 32px;
}
.headerlanen:hover {
    color: #008059;
}
.header_email {
    color: #5c5d5b;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
}
.header_email a {
    color: #5c5d5b;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}
.header_email a:hover {
    text-decoration: none;
}
/* 模板页——导航栏 */
.kj-nav {
    flex: 1;
    border: none;
    background-color: #008059;
    margin-bottom: 0;
    min-height: initial;
}
.kj-nav-menulist {
    display: flex;
    width: 100%;
}
.kj-nav-menulist > li {
    flex-grow: 1;
    text-align: center;
}
.kj-nav-menulist > li > a {
    color: #fff !important;
    padding: 10px 0px;
    display:inline-block;
}
.kj-nav-menulist > li.active > a {
    width:100%;
    color: #fff !important;
    background-color: #1F8F63 !important;
}
.kj-nav-menulist > li > a .fa-angle-down{
    transform: rotate(180deg);
    display:none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #008059;
}
.kj-nav-menulist > li > a > .fa-angle-down {
    transform: rotate(0deg);
}
.kj-nav-menulist > li:hover > a > .fa-angle-down {
    transform: rotate(180deg);
}
.kj-nav-menulist .fa-angle-down {
    transform: rotate(-90deg);
}
/* 模板页——导航栏下拉 */
.kj-nav-menulist > li .dropdown-menu {
    box-shadow: 3px 8px 15px rgba(150,150,150,0.9);
    background-color: #fff;
    padding: 10px 12px;
    left: 100%;
    top: 5px;
}
.kj-nav-menulist > li > .dropdown-menu {
    left: 50%;
    top: 45px;
    border-top: 3px solid transparent;
    transform: translate(-50%, 0px);
}
.kj-nav-menulist > li .dropdown-menu > li {
    background-color: #fff;
}
.kj-nav-menulist > li .dropdown-menu > li > a:hover {
    background-color: #fff;
    color: #008059;
}
.kj-nav-menulist > li .dropdown-menu > li > a {
    display: block;
    font-weight: normal;
    line-height: 28px;
    color: #333;
    text-align: left;
    text-indent: 2px;
}
/* 轮播图 */
.kj-bannerbg {
    padding-top:5px;
    background: url(../images/middlebg.jpg) no-repeat top center;
}
.banner-bg {
    display: block;
    height: 316px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* 轮播图分页器选中颜色重写 */
:root {
    --swiper-theme-color: #008059;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
/* 首页——产品分类 */
.index-part {
    padding: 23px 23px 30px 23px;
    margin-top: 15px;
    display: flex;
}
.index-left {
    flex: 0 0 259px;
    width: 259px;
    border-right: 1px solid #dbdbdb;
    padding-right: 25px;
}
.index-middle {
    flex: auto;
    width: 200px;
    padding-left: 25px;
}
.index-part_title {
    font-size: 18px;
    margin-bottom:10px;
}
.index-procata{
    margin-bottom:20px;
}
.index-procata > ul > li {
    height: 37px;
    line-height: 37px;
    background-color: #f0f0f0;
    text-indent: 10px;
    margin-bottom: 10px;
}
.index-procata > ul > li i {
    margin-right: 12px;
    color: #999;
}
/* 首页——推荐产品 */
.index-pro_tuijian > ul > li {
    border-bottom: 1px dashed #a3a3a3;
    height: 43px;
    line-height: 43px;
    display:flex;
}
.index-pro_tuijian > ul > li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #238092;
    margin: 20px 15px 0 5px;
}
/* 首页——搜索 */
.index-search {
    display: flex;
    height: 66px;
    background-color: #f0f0f0;
    padding: 15px 20px;
}
.index-search > span {
    color: #008059;
    line-height: 36px;
    width: 66px;
    flex:0 0 66px;
}
.kj-header-search {
    flex:auto;
    width:200px;
}
.kj-header-search > input {
    height: 35px;
    line-height: 36px;
    text-indent: 10px;
    color: #8b8b8b;
    border: 1px solid #008059;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.kj-header-searchbtn {
    width: 97px;
    height: 35px;
    color: #ffffff;
    background-color: #008059;
    border-radius: 0px!important;
}
.kj-header-piliang {
    width: 106px;
    height:38px;
    line-height: 26px;
    background: #F9F6F6;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    border-top-left-radius: 20px!important;
    border-bottom-left-radius: 20px!important;
}
.kj-header-piliang:hover {
    color: #fff;
    background: #DE231E;
    border: 1px solid #DE231E;
}
/* 首页——关于我们 */
.index-middle_part{
    display:flex;
    margin-top:25px;
}
.index-middle_part-right {
    flex: 0 0 259px;
    width: 259px;
    border-left: 1px solid #dbdbdb;
    padding-left: 25px;
}
.index-middle_part-left {
    flex: auto;
    width: 200px;
    padding-right: 25px;
}
.index-company-content {
    margin-bottom: 20px;
    display: flex;
}
.index-company_img {
    margin-right: 20px;
    width: 182px;
    height: 150px;
    flex: 0 0 182px;
    overflow:hidden;
}
.index-company_text {
    height: 143px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.index-company_text p{
    margin:0;
}
/* 首页——优势产品 */
.index-pro_youshi-img {
    border: 1px solid #e6e6e6;
    padding: 6px;
    display: block;
}
.index-pro_youshi-img .img {
    width: 100%;
    height: 0;
    padding-top:100%;
    border: 1px solid #e6e6e6;
}
.index-pro_youshi-title {
    color: #7c7c7c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    display:block;
}
/* 首页——新闻 */
.index-news {
    margin-bottom: 20px;
}
.index-news ul li{
    display:flex;
}
.index-news-img {
    flex:0 0 40%;
    width: 40%;
    height:auto;
    margin-right:15px;
    background-size: cover !important;
}
.index-news-text{
    flex:auto;
}
.index-news-date {
    font-size: 10px;
    color: #A9A6A6;
    margin:5px 0;
}
.index-news-title {
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index-news-summary {
    color: #A9A6A6;
    font-size:13px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.index-news-summary p{
    margin:0;
}
/* 模板页——底部页脚*/
.kj-footer {
    padding: 30px 0;
    color: #fff;
    line-height: 22px;
    text-align: center;
    background: #008059;
}
.kj-footer a {
    color: #fff;
}
/*********************************** 内页页面 ***********************************************************************************/
/*内页banner*/
.intro-pagebanner {
    position: relative;
    text-align: center;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-pagebanner-title {
    font-size: 42px;
    margin-bottom:10px;
}
.intro-pagebanner-subtitle {
    font-size: 42px;
}
.intro-pagebanner-subtitle:after {
    content: "";
    display:block;
    width: 136px;
    height: 2px;
    background: #2E2C2C;
    border-radius: 1px;
    margin: 30px auto;
}
.intro-pagebanner-img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}
/* 内页——面包屑*/
.intro-proright_location .breadcrumb {
    background-color: #008059;
    border-radius: 0px;
    margin-bottom:10px;
}
.intro-proright_location .breadcrumb a {
    color: #fff;
}
.intro-proright_location .breadcrumb li.active {
    color: #fff;
}
/*产品左侧导航栏*/
.intro-pro {
    display: flex;
    margin: 40px 0;
}
.intro-proleft {
    flex: 0 0 259px;
    width: 259px;
    padding-right: 25px;
}
.intro-proright {
    flex: auto;
    width: 200px;
}
.intro-proleft_search .kj-header-search {
    width: 100%;
    margin-bottom:20px;
}
.intro-proleft_search .kj-header-searchbtn {
    width: 55px;
    height: 35px;
    color: #ffffff;
    background-color: #008059;
}
.intro-proleft_cata {
    border: 1px solid #008059;
}
.intro-proleft_title {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    background-color: #008059;
    color: #ffffff;
    text-indent: 30px;
}
.intro-proleft_cata ul{
    margin:15px 0; 
}
.intro-proleft_cata ul > li {
    line-height: 26px;
    background-color: #f0f0f0;
    text-indent: 10px;
    margin-bottom: 10px;
}
.intro-proleft_cata ul > li i {
    margin-right: 12px;
    color: #999;
}
.intro-proleft_contact {
    border: 1px solid #008059;
    margin-top:20px;
}
.intro-proleft_contact-txt {
    padding: 15px 10px;
}
/*产品列表*/
.intro-product-content table th {
    padding: 15px;
    color: #333333;
    font-size: 14px;
    background: #f2f6fa;
    white-space: nowrap;
    border-top: 1px solid transparent !important;
    font-weight: normal;
    text-align: center;
}
.intro-product-content table td {
    text-align: center;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent !important;
    white-space: nowrap;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    vertical-align: middle !important;
}
.intro-product-content table td a:hover {
    color: #008059;
}
/*.intro-product-content table tr:nth-child(2n+1) > td {
    background: #F3F3F3;
}
.intro-product-img > div {
    width: 100px;
    height: 50px;
    margin:0 auto;
}
.intro-product-more > a {
    color: #E70707;
}*/
/* 内页——产品详情页******************************************************************************************************************************/
/*产品详情页--左侧*/
.intro-proinfo-left {
    border: 1px solid #B7B7B7;
    border-top: 3px solid #008059;
    padding: 15px;
    font-size: 13px;
    color: #666666;
    line-height: 23px;
}
.proinfo-left-title {
    font-size: 18px;
    font-weight: bold;
    color: #008059;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADADA;
}
.proinfo-left-subtitle {
    font-weight: bold;
}
.proinfo-left-content{
    margin-bottom:25px;
    margin-top:10px;
}
/*产品详情页--右侧*/
.intro-protop{
    display:flex;
}
.intro-proimg {
    flex:0 0 200px;
    width:200px;
    margin-left:25px;
}
.intro-proimg .img {
    width: 200px;
    height: 200px;
}
.intro-proattr-txt{
    flex: auto;
    width:200px;
}
.intro-proattr-zh {
    padding: 10px 15px;
    background-color: #E9E9E8;
    color: #222222;
    font-size: 18px;
    margin:10px 0 20px;
}
.intro-proattr-en {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    border-bottom: 1px dashed transparent!important;
}
.intro-proattr-txt > div {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd;
}
.intro-proattr-txt > div:last-child {
    border-bottom: 1px dashed transparent;
}
.intro-proattr-txt span {
    color: #999;
    width: 110px;
    display: inline-block;
}
.intro-proattr > a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #2272AD;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    border: none;
    margin-top: 8px;
    margin: 8px 10px 15px 0;
}
.intro-proattr > a.active {
    background: #008059;
    color: #fff;
}
.intro-proattr > a:hover {
    color: #fff;
}
.proinfotabletxttable {
    color: #333333;
    background-color: #fff;
}
.proinfotabletxttable tr td {
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted #008059;
    padding: 6px 8px;
}
.intro-proinfo_notice{
    display:flex;
    margin:10px 0 0;
}
.intro-proinfo_notice div{
    color: #008059;
    margin-top: 10px;
}
.intro-proinfo_notice a {
    color: #ffffff;
    background-color: #008059;
    display: inline-block;
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}
/* 表格详情 */
.kj-intro-table {
    margin-top: 20px;
}
.kj-intro-table > .tab-content {
    background: #F9F9F9;
    border: 1px solid #E2E3E2;
    border-top:none;
    padding:36px 20px;
}
.kj-intro-table .nav-tabs > li > a{
    border-radius:0;
}
.kj-intro-table .nav-tabs > li.active > a,
.kj-intro-table .nav-tabs > li.active > a:hover,
.kj-intro-table .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #008059;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.kj-intro-table .nav-tabs {
    border: 1px solid #ddd;
}

/***********************************************************************************/
/* 内页-关于我们 */
.kj-page-content-body {
    word-wrap: break-word;/*自动换行*/
    word-break: normal;
}
.intro-company{
    display:flex;
    margin:25px auto 40px;
}
.intro-company-conleft{
    flex:0 0 400px;
    width:400px;
    margin-right:30px;
}
.intro-company-title {
    font-size: 24px;
    color: #0094E7;
}
.intro-company-subtitle {
    font-size: 16px;
    color: #A5A6A7;
    margin:10px 0 18px
}
.intro-company-content {
    font-size: 15px;
    line-height: 32px;
    color: #666;
    word-wrap: break-word; /*自动换行*/
    word-break: normal;
}
/*内页-研发服务*/
.intro-services {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}
.intro-services-items{
    margin-right:2%;
    flex:0 0 32%;
}
.intro-services-items:nth-child(3n+3){
    margin-right:0%;
}
.intro-services-bgimg .bgimg {
    width:100%;
    height:0;
    padding-top:80%;
    background-size:cover!important;
}
.intro-services-title{
    text-align:center;
    margin:15px auto 25px;
}
.intro-services-content {
    background: #F7F7F7;
    padding:40px 30px;
    margin-bottom:60px;
}
/*内页-研发服务*/
.intro-custom {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}
.intro-custom-items {
    margin-right: 2%;
    flex: 0 0 32%;
}
.intro-custom-items:nth-child(3n+3) {
    margin-right: 0%;
}
.intro-custom-bgimg .bgimg {
    width: 80%;
    height: 0;
    padding-top: 60%;
    background-size: cover !important;
    margin:0 auto;
}
.intro-custom-title {
    width: 80%;
    background: #C4E7FF;
    text-align: center;
    padding: 18px 0;
    margin: 0 auto;
}
/* 内页-新闻资讯 */
.intro_news {
    padding: 10px;
}
.intro_news li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-bottom: 1px dotted #b3b3b3;
    display: flex;
}
.intro_news li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666;
    margin: 16px 20px 0 5px;
}
.intro_news-date{
    flex:0 0 112px;
    width:112px;
    text-align:right;
}
.intro_news-title {
    flex: auto;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.intro-news-nav {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.intro-news-nav > li {
    width: 136px;
    height: 42px;
    line-height: 42px;
    border-right: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    text-align: center;
}
.intro-news-nav > li.active {
    background: #008059;
}
.intro-news-nav > li.active a{
    color:#fff;
}
.intro-news-nav > li:first-child {
    border-left: 1px solid #D2D2D2;
}
.intro-news-nav > li > a {
    font-size: 18px;
}
.intro-news-content > li {
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom:26px;
    display:flex;
    padding:20px 30px;
}
.intro-news-content > li.active {
    background: #F0F0F0;
}
.intro-news-content > li .img {
    flex:0 0 248px;
    margin-right:20px;
    width: 248px;
    height: 165px;
    background-size:cover!important;
}
.intro-news-content > li > div{
    flex:auto;
    width:200px;
}
.intro-news-title {
    font-size: 18px;
    color: #008059;
    line-height: 36px;
    white-space:nowrap;
    overflow:hidden;
}
.intro-news-date {
    color: #999999;
}
.intro-news-summary {
    line-height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin:10px 0 20px;
    height:56px;
}
.intro-news-summary > p {
    margin:0;
}
.intro-news-url {
    display:block;
    width: 100px;
    height: 30px;
    line-height:30px;
    text-align:center;
    border: 1px solid #E6E6E6;
}
.intro-news-content > li.active .intro-news-url {
    background: #008059;
    color:#fff;
}
/* 内页-员工福利 */
.intro-welfare-items:nth-child(2n+2) {
    background: #F7F7F7;
}
.intro-welfare-items .container{
    display: flex;
    align-items:center;
    padding: 40px 0;
}
.intro-welfare-items:nth-child(2n+2) .container {
    flex-direction: row-reverse;
}
.intro-welfare-conright {
    flex: 0 0 460px;
    width: 460px;
    margin-left: 20px;
}
.intro-welfare-conleft {
    flex:auto;
}
.intro-welfare-items:nth-child(2n+2) .intro-welfare-conright {
    margin-left: 0px;
    margin-right: 40px;
}
.intro-welfare-title {
    font-size: 18px;
    margin-bottom:20px;
}
.intro-welfare-content {
    color: #666;
    word-wrap: break-word; /*自动换行*/
    word-break: normal;
}
/* 内页-联系我们 */
.intro-contact{
    font-size:16px;
    line-height:32px;
}
.index-contact .kj-modal-body > dl:nth-child(2n+1) {
    margin-right: 2%;
}
.intro-liuyanban {
    width: calc(90% + 30px);
    margin: -200px auto 0;
    z-index: 9;
    position: relative;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 5px 0px #ddd;
}
.intro-liuyanban-text{
    padding:20px 0 30px;
    font-size:17px;
}
.intro-liuyanban .kj-modal-body > dl {
    flex: 0 0 32%;
    width: 32%;
    margin-right: 2%;
}
.intro-liuyanban .kj-modal-body > dl:nth-child(3n+3) {
    margin-right: 0;
}
#messageboard_message {
    width: 100%;
    flex: 0 0 100%;
}
#messageboard_message textarea {
    width: 100%;
    height: 90px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #DCD9D9;
    outline: none;
}
/* 内页-搜索 */
.kj-intro-product .title span {
    font-size: 16px;
}
.kj-intro-product .title span.active {
    color: #008059;
}
.kj-intro-search {
    padding-left: 0px;
}
.kj-intro-search > li > div {
    padding-left: 0;
    margin-bottom:20px;
}
.kj-intro-search .imgborder {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.kj-intro-search .imgborder .img {
    width: 100%;
    height: 0;
    padding-top: 80%;
}
.kj-intro-search .name {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}
.kj-intro-search .alias, .kj-intro-search .detail {
    color: #999;
}
.kj-intro-search .alias span, .kj-intro-search .detail span {
    color: #333;
    margin-right: 10px;
}
/* 内页-结构式搜索 */
.kj-mainarea .breadcrumb {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}
.kj-mainarea .breadcrumb a {
    font-size: 13px;
    color: #666;
}
.kj-mainarea .breadcrumb li.active {
    color: #008059;
}
.kj-mainarea .breadcrumb li:last-child a {
    color: #008059;
}
.kj-mainarea .list-group .btn-primary {
    background-color: #008059 !important;
    border-color: #008059 !important;
}
/***********************************************************************************/
/* 窗口浮动-固定按钮 */
.kj-flex-btn {
    position: fixed;
    top: 25%;
    right: 10px;
    z-index: 999;
}
.kj-flex-btn > ul {
    padding: 0;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}
.kj-flex-btn > ul > li {
    width: 70px;
    height: 70px;
    line-height: 18px;
    background-color: #ffffff;
    border: 1px #dadada solid;
    border-bottom:none;
    text-align: center;
    padding-top: 12px;
    position: relative;
}
.kj-flex-btn > ul > li:nth-child(5), .kj-flex-btn > ul > li:last-child {
    border-bottom: 1px #dadada solid;
}
.kj-flex-content {
    position: absolute;
    top: 0px;
    right: 68px;
    background-color: #008059;
    color: #000;
    display: none;
    padding: 8px;
    min-width: 100px;
}
.kj-flex-btn > ul > li:hover .kj-flex-content {
    display: block;
}
.kj-flex-btn > ul > li:last-child {
    margin-top: 10px;
}
.kj-flex-btn > ul > li:hover {
    background-color: #008059;
}
.kj-flex-btn > ul > li:hover a {
    color: #ffffff;
}
.kj-flex-btn > ul > li a {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}
.kj-flex-btn > ul > li a i {
    font-size: 24px;
}
.kj-float-qq-visble {
    background-color: #fff;
    color: #008059;
    margin: 10px auto;
    border-radius: 20px;
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    text-align: center;
}
.kj-flex-btn > ul > li:hover .kj-float-qq-visble a {
    color: #008059;
}
.kj-float-tel-visble {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    text-align: center;
}
 .kj-float-tel-visble .fa-phone {
    color: #fff;
}
/* 分页器 */
.kj-pagination {
    text-align: center;
}
.kj-pagination .pagination li a {
    margin: 0 5px;
    border-radius: 4px;
}
.kj-pagination .pagination > .active > a, .kj-pagination .pagination > .active > span, .kj-pagination .pagination > .active > a:hover, .kj-pagination .pagination > .active > span:hover, .kj-pagination .pagination > .active > a:focus, .kj-pagination .pagination > .active > span:focus {
    background-color: #008059;
    border-color: #008059;
    color:#fff;
}
.kj-pagination .pagination > li > a, .kj-pagination .pagination > li > span {
    color: #008059;
}
@media(min-width:768px) {
    .kj-search-collapse {
        display: block;
    }
}


 