﻿
/* 首页——中间轮播图 */
.banner-bg {
    display: block;
    height: 21vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* max-width: 1920px; */
    margin: 0 auto;
	max-width: 100%;
}
/* 轮播图分页器选中颜色重写 */
:root {
    --swiper-theme-color: #115A23;
}
#index-banner-swiper-container .swiper-pagination-bullet-active {
    background: #fff;
}
#index-banner-swiper-container {
    width: 100%;
    height: 100%;
}
#index-banner-swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 2s ease-out 2s;
    transform: scale(1.2,1.2);
}
#index-banner-swiper-container .swiper-slide-active img,
#index-banner-swiper-container .swiper-slide-duplicate-active img {
    transition: 6s ease-out;
    transform: scale(1,1);
}
/* 首页——首页标题 */
.kj-index-title{
    text-align:center;
    margin:50px auto 30px;
}
.index-title-zh {
    font-size: 28px;
    line-height: 50px;
}
.index-title-en {
    font-size: 15px;
    color: #999999;
}
/* 首页——产品推荐 */
.index-probg {
    background: #F6F6F6;
}
.index-pro {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    padding-top:10px;
    margin-bottom:40px;
}
.index-pro-items {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin-right:30px;
    text-align:center;
    padding:60px 10px 35px;
}
.index-pro-items i {
    font-size: 70px;
}
.index-pro-items:first-child i {
    font-weight: bold;
}
.index-pro-items:nth-child(4) i {
    font-size:100px;
}
.index-pro-items:nth-child(4) .index-pro-title {
    margin: 14px 0 12px;
}
.index-pro-items .img_btn{display:flex;align-items:center;justify-content:center;width:100%;height:130px;position:relative;}
.index-pro-items img {
    max-width: 100%;
    max-height: 130px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.index-pro-items .greenImg{
    opacity:0;
}
.index-pro-items:hover .blackImg{opacity:0;}
.index-pro-items:hover .greenImg{opacity:1;}
.index-pro-title {
    font-size: 18px;
    margin: 24px 0 12px;
}
.index-pro-items:hover {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
}
.index-pro-items:hover .index-pro-title{
    font-weight: bold;
    color: #287839;
}
.index-pro-items:hover i {
    background-color: #287839; /*浏览器不支持的时候显示*/
    background-image: -webkit-linear-gradient(top, #88B828, #287839);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* 首页——技术服务 */
.index-service {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    padding-top: 10px;
    margin-bottom: 40px;
}
.index-service-items {
    display:block;
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 20px;
    position: relative;
    background-image: -webkit-linear-gradient(top, #226694, #0a447d);
    background-color: #226694;
}
.index-service-img {
    opacity:0;
    width: 100%;
    height: 0;
    padding-top: 62%;
    background-size: cover !important;
    border-radius: 5px;
}
.index-service-items:hover .index-service-img {
    animation: fadeIn 1s forwards;
    -webkit-animation: fadeIn 1s forwards;
}
@keyframes fadeIn {
    from{
        opacity:0;
    }to{
         opacity:1;
     }
}
.index-service-text {
    position: absolute;
    color: #fff;
    bottom: 10px;
    padding: 0px 20px;
    width: 100%;
    text-align:center;
}
.index-service-iconfont {
    max-width:100%;
    height:60px;
}
.index-service-items:nth-child(3) .index-service-iconfont {
    font-size: 70px;
}
.index-service-items:nth-child(4) .index-service-iconfont {
    font-size: 50px;
}
.index-service-items:nth-child(5) .index-service-iconfont {
    font-size: 50px;
}
.index-service-items:nth-child(8) .index-service-iconfont {
    font-size: 45px;
}
.index-service-title {
    font-size: 18px;
    font-weight: bold;
    margin:12px auto 20px;
}
.index-service-content {
    display:none;
    font-size: 13px;
    line-height: 20px;
}
.index-service-items:hover .index-service-text {
    text-align:left;
}
.index-service-items:hover .index-service-iconfont {
    display: none;
}
.index-service-items:hover .index-service-title {
    margin: 8px auto;
}
.index-service-items:hover .index-service-content{
    display:block;
}
/* 首页——免费注册 */
.index-registerbg {
    position: relative;
    height: 225px;
    color: #fff;
    text-align: center;
}
.index-registerbg_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.index-register-text {
    font-size: 28px;
    margin-top:60px;
}
.index-register-btn {
    width: 168px;
    height: 40px;
    line-height:40px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align:center;
    color:#333;
    margin:30px auto 0;
}
/* 首页——活动促销 */
.index-actnews {
    /*display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);*/
    padding-top: 10px;
    margin-bottom: 40px;
    position:relative;
}
.index-actnews-items {
    /*flex: 0 0 calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-right: 30px;*/
    margin-bottom: 30px;
}
.index-actnews-img {
    width: 100%;
    height: 0;
    padding-top: 56%;
    background-size: cover !important;
}
.index-actnews-title {
    font-size: 16px;
    font-weight:bold;
    margin:16px 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index-actnews-btn {
    width: 155px;
    height: 40px;
    line-height:40px;
    background: #FFFFFF;
    border: 1px solid #287839;
    border-radius: 3px;
    display:block;
    text-align:center;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius:50%;
    text-align:center;
    background: rgba(0,0,0,0.2);
    top:50%;
    transform:translate(0,-50%);
}
.swiper-button-next {
    right: -56px;
}
.swiper-button-prev{
    left:-56px;
}
.swiper-button-next i,
.swiper-button-prev i {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}
/* 首页——实验科研帮助中心 */
.index-tecnewbg {
    background: #F6F6F6;
}
.index-tecnew {
    display: flex;
    /*flex-wrap: wrap;
    width: calc(100% + 30px);*/
    padding-top: 10px;
    margin-bottom: 20px;
    position:relative;
}
.index-tecnew-items {
    /*flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin-right: 30px;*/
    margin-bottom: 30px;
}
.index-tecnew-img {
    width: 100%;
    height: 0;
    padding-top: 54%;
    background-size: cover !important;
}
.index-tecnew-title {
    font-size: 15px;
    font-weight:bold;
    margin:15px 0 5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index-tecnew-summary {
    color: #666666;
    line-height:26px;
    height:52px;
    overflow:hidden;
}
.index-tecnew-btn {
    width: 178px;
    height: 40px;
    background: #FAFAFA;
    border: 1px solid #287839;
    line-height: 40px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin:0 auto 70px;
}
/*首页——新闻中心*/
.index-news{
    margin-bottom:70px;
}
.index-newsimg {
    display: flex;
}
.kj-news-img-items {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
}
.kj-news-img-items:first-child{
    margin-right:60px;
}
.kj-news-img-image {
    width: 133px;
    flex: 0 0 133px;
    height: 100px;
    margin-right: 20px;
    background-size: cover !important;
}
.kj-news-img-text {
    flex: auto;
    width: 20px;
    position: relative;
}
.kj-news-img-title {
    font-size: 16px;
    font-weight:bold;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-news-img-time {
    color: #999999;
    bottom:12px;
    position:absolute;
}
.kj-news-img-summary {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    height:0px;
    line-height:30px;
}
.kj-news-img-summary > p {
    margin: 0;
}
.index-new-bottom{
    margin-top:15px;
    display:flex;
    flex-wrap:wrap;
}
.kj-news-bottom-items {
    display: flex;
    line-height: 38px;
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
}
.kj-news-bottom-items:nth-child(2n+1) {
    margin-right: 60px;
}
.kj-news-bottom-items:before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 16px;
    background: #D6D6D6;
    border-radius:50%;
    margin-right: 10px;
}
.kj-news-bottom-title {
    flex: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-news-bottom-time {
    color: #999;
    flex: 0 0 74px;
    width: 74px;
    font-size: 13px;
    margin-left:10px;
}

/*********************************** 内页页面 ***********************************************************************************/
/*面包屑*/
.kj-intro-header .breadcrumb_home:before {
    content: "您的位置：";
}
.kj-intro-header .breadcrumb {
    background-color: #fff;
    margin-top: 7px;
    margin-bottom: 10px;
    padding-left: 0;
}
.kj-intro-header .breadcrumb li.active {
    color: #115A23;
}
.kj-intro-header .breadcrumb li:last-child a {
    color: #115A23;
}
/*产品分类大标题*/
.kj-intro-prolist-title {
    height: 56px;
    font-size: 26px;
    font-weight: bold;
    color: #115A23;
    line-height: 56px;
    margin-top: -15px;
    margin-bottom: 5px;
}
/*左侧内页导航栏*/
.kj-intro-left {
    padding-left: 0px;
    margin-bottom: 20px;
}
    .kj-intro-left .title {
        background: #287839;
        border: 1px solid #CDCDCD;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding-left: 23px;
    }
.kj-intro-left .title i {
    float: right;
    line-height: 45px;
    margin-right: 14px;
    color: #fff;
}
.kj-intro-left ul {
    border: 1px solid #CDCDCD;
    padding-left: 0;
}
.kj-intro-left ul li {
    font-size: 15px;
    background: #fff;
}
.kj-intro-left ul li > a {
    padding-left: 23px;
}
.kj-intro-left ul li:hover a, .kj-intro-left ul li.active > a {
    color: #fff !important;
    background: #115A23 !important;
}
/*内页——品牌中心*/
.intro-brand ul li{
    margin-bottom:25px;
}
.intro-brand-border {
    border: 1px solid #EEEEEE;
    padding: 10px;
}
.intro-brand-image{
    width:100%;
    height:0;
    padding-top:40%;
    background-size:contain!important;
}
.intro-brand-name {
    text-align:center;
    color: #333333;
    line-height: 28px;
    margin-top:6px;
}
/*内页——产品列表*******************************************************************************************************************/
/*wangsheng style*/
.intro-pro_container{
    display:flex;
}
.intro-subcatainfo{
    flex:0 0 230px;
    width:230px;
    margin-right:30px;
}
.intro-catanav_title {
    width: 230px;
    height: 45px;
    line-height: 45px;
    background: #287839;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}
.intro-subcatanav {
    padding: 10px 20px 20px;
    background: #F4F4F4;
}
.intro-subcatanav li{
    line-height:38px;
}
.intro-subcatanav li.active a{
    color:#287839;
}
.intro-leftcontact {
    margin-top: 20px;
}
.intro-leftcontact div {
    width: 100%;
    height: 0;
    padding-top: 90%;
    background-size: contain !important;
}
.intro-proright {
    flex: auto;
    width: 200px;
}
.intro-product_adv{
    position:relative;
}
.product_adv-bg{
    width:100%;
    height:168px;
}
.intro-ldgn-quotation {
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: 20px;
    width: 160px;
    height: 31px;
    background: #F8A82D;
    border-radius: 15px;
}
.intro-ldgn-quotation a {
    color: #fff;
}
.intro-product_miaosu{
    margin:14px 0 20px;
    color:#666;
}
.intro-proclass{
    display:flex;
    flex-wrap:wrap;
}
.intro-proclass li {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom:20px;
    align-items:center;
}
.intro-proclass li:nth-child(2n+1) {
    margin-right:20px;
}
.intro-proclass li > a {
    display:flex;
}
.intro-proclass_img {
    flex:0 0 80px;
    width: 80px;
    height: 80px;
    background-size:contain!important;
    background-repeat:no-repeat;
    margin-right:20px;
}
.intro-proclass_text {
    flex:auto;
    width:100px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.intro-proclass_name {
    color: #287839;
    font-size:18px;
}
.intro-proclass_summary {
    white-space:nowrap;
    text-overflow:ellipsis;
    margin:0px 0 2px;
}
.intro-proclass_url {
    font-size:10px;
}
/*展示部分*/
.intro-producttype {
    display: flex;
    align-items: center;
    margin: 20px 0 12px;
}
.intro-producttype a {
    display: block;
    border: 1px solid #ccc;
    background: #F0F0F0;
    width: 30px;
    text-align: center;
    height: 26px;
    line-height: 24px;
}
.intro-showimg a{
    border-left:1px solid transparent;
}
.intro-producttype a.active {
    background: #DEDEDE;
}
.intro-producttype i {
    color: #7D7D7D;
    font-size: 14px;
}
.intro-shownum {
    margin-left:14px;
}
.intro-shownum span {
    color: #287839;
}

/*上方产品数据筛选表格*/
.kj-product-fliter {
    border: 1px solid #ddd;
    padding: 10px 0px;
    width: 100%;
    margin-bottom: 20px;
}
.kj-product-fliter tr {
    border-bottom: 1px dashed #ddd;
}
.kj-product-fliter th {
    font-weight: normal;
    font-size: 12px;
    color: #999;
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}
.kj-product-fliter td {
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
    vertical-align: middle;
    padding: 10px;
}
.kj-product-fliter td a {
    display: block;
    float: left;
    padding: 0px 5px;
    margin: 0px 10px;
}
.kj-product-fliter td a.kj_product_show1 {
    float: right;
    color: #115A23;
}
.kj_jgigjik a.active {
    background-color: #115A23;
    color: #fff;
}
.kj_jgigjik {
    height: 25px;
    overflow: hidden;
}
/*列表部分*/
.bigimg-prolist {
    margin-bottom: 20px;
}
.intro-showlist-type{
    margin-bottom:20px;
}
.kj-intro-protable {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.intro-prolisttable-th {
    height: 35px;
    background: #F5F5F5;
}
.intro-prolisttable-th th {
    border-bottom: 1px solid #287839;
    text-align: center;
}
.kj-intro-protable td {
    text-align: center;
    vertical-align:middle!important;
}
.kj-intro-protable a:hover{
    color:#333;
}
.kj-intro-protable .alias a{
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.kj-intro-protable .alias span{
    color:#333;
}
.kj-intro-protable .alias:hover {
    overflow: visible;
    height: auto;
    display: block;
}
/*大图部分*/
.bigimg-prolist-bottom {
    margin-bottom: 15px;
    border: 1px solid #DDDDDD;
}
.bigimg-procon {
    display: flex;
}
.bigimg-procon-img {
    flex: 0 0 170px;
    width: 170px;
}
.bigimg-procon-img .img{
    width:100%;
    height:0;
    padding-top:90%;
    background-size:contain!important;
}
.bigimg-protext{
    flex:auto;
    width:200px;
    margin:30px 20px 20px 20px;
}
.bigimg-protext-title {
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
}
.bigimg-protext-zh {
    font-size: 16px;
}
.bigimg-protext-customno span {
    color: #287839;
}
.bigimg-protext-text {
    color:#666;
}
.bigimg-protext-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pro-pack-open {
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #EAE9E9;
}
.pro-pack th {
    border: 1px solid transparent!important;
    border-top: 1px solid transparent!important;
    background: #F9F9F9;
    text-align:center;
}
.pro-pack td {
    text-align: center;
}
/*购物车表单*/
.kj-intro-protable .goodslist {
    background: #F9F9F9;
    padding: 20px;
}
.kj-intro-protable .goodslist .shoptoggle {
    margin-bottom: 0px;
}
.kj-intro-protable .goodslist table {
    background: #F9F9F9;
}
.kj-intro-protable .goodslist table > tbody > tr {
    border: none;
    vertical-align: middle;
}
.kj-intro-protable .goodslist table > tbody > tr > th {
    border: none;
}
/*选择部分*/
.intro-prochoose{
    display:flex;
}
.intro-prochoose li {
    flex: 0 0 25%;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #fff;
    background: #287839;
}
.intro-prochoose li a {
    font-size: 16px;
    color: #FFFFFF;
}
.intro-prochoose li.active {
    background: #88B828;
}
.intro-choosecon {
    border: 1px solid #DDD9D9;
    margin-bottom:20px;
}
.intro-choosecon-title {
    height: 35px;
    line-height: 35px;
    background: #F5F5F5;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: bold;
}
.intro-choosecon-title i.fa-caret-up {
    line-height: 35px;
    color: #333;
}
.intro-choosecon-title i.fa-caret-down {
    line-height: 35px;
    color: #287839;
}
.intro-choosecon-con {
    padding:18px 15px 25px;
}
.intro-choosecon-con img{
    max-width:100%;
    height:auto;
}
/*产品详情页--header*/
/* 内页——产品详情页******************************************************************************************************************************/
/*产品详情页--header*/
.intro-brandinfo-title {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.intro-brandinfo-content {
    word-wrap: break-word; /*自动换行*/
    word-break: normal;
}
.proinfo-top-image {
    flex: 0 0 34%;
    width: 34%;
    margin-right: 20px;
}
.proinfo-top-image .image-border{
    padding-right:1px;
}
.proinfo-top-image .image-big {
    width: 100%;
    height: 0;
    padding-top: 100%;
    border:1px dashed #eee;
}
.proinfo-top-image .image-sub {
    width: 100%;
    height: 0;
    padding-top: 25%;
    margin-top: 10px;
    border: 2px solid #DDDDDD;
}
.proinfo-top-image .swiper-slide-thumb-active {
    border: 2px solid #FFA765;
}
.proinfo-top-text{
    flex:auto;
    width:100px;
}
.intro-proinfo-right{
    flex:auto;
    width:200px;
}
.kj-intro-proinfo {
    border: 1px solid #DDDDDD;
    padding: 20px 20px 0;
    display: flex;
}
.kj-intro-proinfo .bigimg-protext {
    margin: 0px;
}
.kj-intro-proinfo .zh {
    margin: 0 0 20px !important;
}
.kj-intro-proinfo .zh a {
    font-size: 16px;
    margin-bottom: 6px;
}
/* 商品购物栏 */
.kj-intro-shopcart{
    margin-bottom:20px;
    float:left;
    width:100%;
}
.kj-shop {
    margin-top: 20px;
    margin-bottom: 0px;
}
.kj-shop .table {
    margin-bottom: 10px;
}
.kj-shop th, .kj-shop td {
    text-align: center;
    border-bottom: 1px solid transparent;
}
.kj-shop tr:first-child th {
    background: #F9F9F9;
    border-top: 1px solid transparent;
}
.kj-shop th:first-child, .kj-shop td:first-child {
    border-left: 1px solid transparent;
}
.kj-shop th:last-child, .kj-shop td:last-child {
    border-right: 1px solid transparent;
}
.kj-shop .table > tbody > tr > td {
    padding: 16px 0 8px;
    color:#626262;
}
.kj-pre-price {
    color: red;
}
.kj-shopnote {
    line-height: 26px;
}
.kj-shopnote div:last-child, .kj-shopnote i {
    color: red;
}
/*加购物车--数量*/
.ShopCartBox {
    display: none !important;
}
.kj_product_shopcart {
    border: none;
    background-color: transparent;
    color: red;
}
.kj-pro-num-box {
    position: relative;
    width: 90px;
    height: 26px;
    border: 1px solid #ddd;
    margin: 0px auto;
    background-color: #fff;
}
.kj-pro-num-box button {
    position: absolute;
    top: 0px;
    width: 30px;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    text-align: center;
    height: 24px;
}
.kj-pro-num-minus {
    left: 0px;
    border-right: 1px solid #ddd !important;
}
.kj-pro-num-plus {
    right: 0px;
    border-left: 1px solid #ddd !important;
}
.kj-pro-num-box input {
    width: 26px;
    height: 23px;
    text-align: center;
    border: 0px;
    position: absolute;
    left: 31px;
    top: 0px;
}
.kj-shopcart-count {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 10px;
    display: none;
}
/*end*/

/*大包装询价表单*/
#ORDERFORM .modal-header {
    background-color: #115A23;
    color: #ffffff;
    border-color: #115A23;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#ORDERFORM .formcolumn-item {
    width: 100%;
    margin: 0 auto;
    padding: 0px 3%;
}

#ORDERFORM .formcolumn-item .formcolumn-item-tit {
    text-indent: 18px;
    width: 20%;
    float: left;
    line-height: 46px;
}

#ORDERFORM .formcolumn-item-ct {
    position: relative;
    padding: 8px;
    width: 80%;
    float: left;
}

#ORDERFORM .formcolumn-item-ct:last-child {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

#ORDERFORM .formcom-ipt {
    width: 100%;
    height: 30px;
    text-indent: 15px;
    border: 1px solid #a7b1b3;
}

#ORDERFORM .formcom-area {
    width: 100%;
    text-indent: 15px;
    border: 1px solid #a7b1b3;
}

#ORDERFORM .formcolumn-item-ct span.required {
    position: absolute;
    left: 15px;
    top: 15px;
}

#ORDERFORM .modal-footer {
    border: none;
}
/* 产品详情 */
.kj-intro-table{
    margin-top:30px;
}
.kj-intro-table .nav-tabs > li > a {
    border: 1px solid #ddd;
    width:140px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
}
.kj-intro-table .nav-tabs > li.active > a {
    color: #fff;
    cursor: default;
    background-color: #287839;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
.kj-intro-table .tab-content {
    border: 1px solid #ddd;
    border-top: 1px solid transparent;
    padding: 30px;
}
/* 相关产品 */
.kj-intro-related{
    position:relative;
}
.kj-intro-related .kj-intro-protable {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-bottom: 1px solid #ddd;
}
.kj-intro-related .kj-intro-protable th{
    border-top: 1px solid transparent!important;
}
.kj-intro-related {
    margin-top: 40px;
    margin-bottom: 40px;
}
.kj-intro-related .title {
    font-size: 22px;
    line-height: 22px;
    -webkit-text-stroke-width: thin; /*字体描边;*/
    color: #333;
    margin-bottom: 16px;
    padding-left: 0px;
}
.kj-intro-related .row {
    padding-right: 15px;
}
.kj-intro-related .imgborder {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.kj-intro-related .imgborder .img {
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.kj-intro-related .name {
    color: #333;
    margin-top: 12px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.kj-intro-related .cas {
    color: #333;
    display: flex;
    justify-content: space-between;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}
.kj-intro-related .cas a {
    font-weight: bold;
    color: #333;
}
.kj-intro-related .price {
    font-size: 16px;
    color: #115A23;
    margin: 12px 10px 0 0;
}
.kj-intro-related .price span {
    color: #999;
    text-decoration: line-through;
}
.related-pagination, .hisrory-pagination {
    text-align: center;
    margin: 20px auto;
}
/***********************************************************************************/
/* 内页 *******************************************/
/* 内页——积分商城 *******************************************/
.integral-fliterbox.panel-body {
    background: #fff !important;
}
.table1 {
    margin-bottom: 0;
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    border-bottom: none;
}
.table1 th {
    font-size: 15px;
    border: none;
    font-weight:normal;
    padding-left:15px!important;
}
/* 商品列表 */
.thumbnail {
    border: 1px solid #eee;
    padding: 10px;
}
.row-integral .caption {
    border-top: 1px solid #F3F3F3!important;
    padding:10px 0;
}
.integral-fliterbox .dl-horizontal {
    border: 1px solid #eee;
}
.caption-igoodname {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #1C1C1C;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
}
.integral-item .exchangehref {
    color: #262626;
    font-size: 12px;
    border: 1px solid #ACACAC;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
}
.integral-item .exchangehref > span {
    flex: 0 0 50%;
    width: 50%;
    font-size: 14px !important;
    text-align: center;
}
.integral-item .exchangehref > span:first-child {
    font-weight: bold !important;
}
.integral-item .exchangehref-btn {
    background: #ACACAC;
    color: #fff !important;
}
.integral-fliterbox .dl-horizontal dt {
    line-height: 48px;
    color: #666 !important;
    margin-bottom: 0 !important;
    padding: 0 15px;
}
.integral-fliterbox .dl-horizontal dd {
    margin-left: 0 !important;
}
.integral-fliterbox .dl-horizontal dd a {
    color: #333;
    line-height: 48px;
    padding: 0 15px;
}
.integral-fliterbox .dl-horizontal dd a.viewon {
    color: #115A23;
    background: #fff
}
.integral-fliterbox .dl-horizontal dd:nth-child(2) {
    border-bottom: 1px dashed #eee;
}
/*商品详情页*/
.kj-mainarea{
    margin-bottom:60px;
}
.kj_product_jifen > a {
    background-color: #115A23 !important;
    border-color: #115A23 !important;
}
.kj-mallinfo-imgborder {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.kj-mallinfo-imgborder .img {
    width: 100%;
    height: 0;
    padding-top: 80%;
}
/* 内页-促销活动 */
@supports (display:grid;) {
    .intro-promotionsnews {
        margin: 20px 0;
        display: grid;
        grid-template-columns: 70% 30%;
    }
}
@supports not (display:grid;) {
    .intro-promotionsnews {
        display:flex;
    }
}
.promotionsnews-left {
    padding-right: 30px;
}
.promotionsnews-left > ul {
    border-top: 2px solid #EFEFEF;
}
.promotionsnews-left > ul > li {
    width: 100%;
    height: 216px;
    border-bottom: 2px solid #EFEFEF;
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    padding: 25px;
}
.leftnews-image{
    background-size:cover;
    width:100%;
    height:0;
    padding-top:60%;
}
.leftnews-txt{
    padding-left:30px;
}
.leftnews-title {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #303030;
    line-height: 52px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.leftnews-posttime {
    color: #9C9C9C;
    line-height: 28px;
}
.promotionsnews-left > ul > li:hover {
    background: #F8F8F8;
}
.promotionsnews-left > ul > li:hover .leftnews-title {
    color: #115A23;
}
.intro-rightnews-top {
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}
.limitedpro-area {
    width: 100%;
    height: 50px;
    background: #F8F8F8;
    line-height: 50px;
    border-right: 1px solid #E5E5E5;
    padding:0 20px;
}
.limitedpro-title {
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #343434;
}
.limitedpro-area a {
    color: #B5B5B5;
}
@supports (display:grid) {
    .limitedpro-content {
        display: grid;
        grid-template-columns: 50% 50%;
    }
}
@supports not (display:grid;) {
    .limitedpro-content {
        display: flex;
    }
}
.limitedpro-items {
    padding: 15px;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.limitedpro-bgimg{
    background-size:contain!important;
    width:100%;
    height:0;
    padding-top:60%;
}
.limitedpro-name {
    padding-top: 15px;
    color: #6C6B6B;
    white-space:nowrap;
    overflow:hidden;
}
.intro-rightnews-bottom {
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    margin-top:50px;
}
.hotnews-right .intro-rightnews-top {
    border: 1px solid #E5E5E5;
}
.hotnews-right .intro-rightnews-bottom {
    border: 1px solid #E5E5E5;
}
.hotnews-name {
    margin-top: 10px;
    line-height: 42px;
    padding-left: 20px;
    border-bottom: 1px dashed #E6E6E6;
    white-space: nowrap;
    overflow: hidden;
    display:block;
}
.hotnews-name:last-child {
    border-bottom: 1px dashed transparent;
}
.kj-intro-advlist .imgborder {
    border: 1px solid #E5E5E5;
    padding: 10px;
}
.kj-intro-advlist .imgborder .img {
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 80%;
}
.kj-intro-advlist .name {
    white-space:nowrap;
    overflow:hidden;
    line-height:32px;
    padding-bottom:20px;
    display:block;
}
/* 内页-活动资源 */
.intro-rebg {
    background: #EFEFEF;
}
.intro-rebanner_vip{
    display:flex;
    margin:10px 0 15px;
}
.intro-rebanner {
    flex: auto;
    width: 200px;
}
.intro-rebannerbg {
    width: 100%;
    height: 0;
    padding-top: 30%;
}
.intro-revip {
    margin-left: 10px;
    flex: 0 0 285px;
    width: 285px;
    height: 287px;
    background: #FFFFFF;
    border: 2px solid #287839;
}
.intro-reviptop{
    display:flex;
    padding:10px 20px;
}
.intro-reviptop-img {
    flex:0 0 94px;
    width:94px;
    margin-right:15px;
}
.intro-reviptopimg {
    width: 100%;
    height: 0;
    padding-top: 46%;
    background-repeat: no-repeat;
}
.intro-reviptop-text{
    flex:auto;
    width:10px;
}
.intro-reviptop-title {
    font-size: 13px;
    color: #666666;
    white-space:nowrap;
}
.intro-reviptop-content {
    font-size: 13px;
}
.intro-revipcon {
    display: flex;
    flex-wrap: wrap;
}
.intro-revipcon-items {
    width: calc(100%/3);
    flex: 0 0 calc(100%/3);
    border-top: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    text-align: center;
    height: 70.2px;
    padding-top:10px;
    display:block;
}
.intro-revipcon-items i{
    font-size:25px;
    margin:10px auto;
}
.intro-revipcon-items:first-child i{
    color: #6CB3E7;
}
.intro-revipcon-items:nth-child(2) i{
    color: #F2A233;
}
.intro-revipcon-items:nth-child(3) i{
    color: #4AD9C9;
}
.intro-revipcon-items:nth-child(4) i{
    color: #F2A233;
}
.intro-revipcon-items:nth-child(5) i{
    color: #40D7C7;
}
.intro-revipcon-items:nth-child(6) i{
    color: #EB675E;
}
.intro-revipcon-items:nth-child(7) i{
    color: #5EABE5;
}
.intro-revipcon-items:nth-child(8) i{
    color: #EB6D64;
}
.intro-revipcon-items:last-child i{
    color: #40D7C7;
}
.intro-revipcon-title{
    font-size:12px;
}
/* 资源-广告图 */
.intro-readv {
    display: flex;
    flex-wrap: wrap;
    width:calc(100% + 12px);
}
.intro-readv-items {
    width: calc(25% - 12px);
    flex: 0 0 calc(25% - 12px);
    display: block;
    margin-right:12px;
}
.intro-readv-bgimg {
    width: 100%;
    height: 0;
    padding-top: 40%;
    background-size:cover!important;
    background-color:#fff;
}
/* 资源-明星产品推荐 */
.intro-starpro_newtry {
    display: flex;
    margin-top:20px;
}
.intro-starpro_newtry-title {
    font-size: 18px;
    padding-bottom:12px;
    border-bottom: 1px solid #EAEAEA;
    color:#333;
}
.intro-starpro {
    flex:0 0 55%;
    width:55%;
    margin-right:18px;
    padding:15px 20px 20px;
}
.intro-newtry {
    flex: auto;
    width: 100px;
    padding: 15px 20px 20px;
}
.intro-starpro-items {
    border-bottom: 1px dashed #EAEAEA;
}
.intro-starpro-items:last-child {
    border-bottom: 1px dashed transparent;
}
.intro-starpro-items > a {
    display: flex;
    align-items:center;
}
.intro-starpro-img {
    flex: 0 0 115px;
    width: 115px;
    height: 86px;
    background-size: contain !important;
}
.intro-starpro-text {
    flex: auto;
    width: 100px;
    padding:20px 0px 20px 12px;
}
.intro-starpro-summary {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro-newtry-items {
    border-bottom: 1px dashed #EAEAEA;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.intro-newtry-items:last-child {
    border-bottom: 1px dashed transparent;
}
.intro-newtry-title {
    display: flex;
    align-items:center;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:18px;
    margin-bottom:5px;
}
.intro-newtry-title:before {
    content: "新品";
    font-size: 12px;
    padding:3px 5px; 
    color:#fff;
    white-space:nowrap;
    background: #CA3D06;
    border-radius: 7px;
    margin-right: 5px;
}
.intro-newtry-summary {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro-newtry-text {
    flex: 0 0 calc(100% - 108px);
    width: calc(100% - 108px);
}
.index-newtry-btn {
    flex: 0 0 98px;
    width: 98px;
    height: 35px;
    line-height: 35px;
    background: #88B828;
    border-radius: 10px;
    color: #fff!important;
    text-align: center;
    margin-left:10px;
}
/* 资源-技术资源中心 */
.intro-tech-title {
    font-size: 22px;
    font-weight: bold;
    margin:40px 0 15px;
}
.intro-western {
    display: flex;
    margin-top: 20px;
}
.intro-westleft {
    flex: 0 0 340px;
    width: 340px;
    height:360px;
    padding:30px 18px;
    background-size:cover!important;
}
.intro-westleft-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
.intro-westleft-download {
    margin-top: 20px;
    width: 133px;
    height: 35px;
    line-height:35px;
    background: #287839;
    border-radius: 5px;
    text-align:center;
    display:inline-block;
    color:#fff!important;
}
.intro-western ul {
    flex:auto;
    width:100px;
    display: flex;
    flex-wrap:wrap;
}
.intro-western-items {
    flex:0 0 calc(100%/3 - 12px);
    width:calc(100%/3 - 12px);
    display: flex;
    margin-left:12px;
    margin-bottom:12px;
    align-items:center;
}
.intro-western-img {
    flex: 0 0 45%;
    width: 45%;
    height: 65%;
    background-size: contain !important;
}
.intro-western-text {
    flex: auto;
    width: 100px;
    padding:20px 0px 20px 12px;
}
.intro-western-title {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro-western-summary {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:10px
}
.intro-western-summary p{
    margin:0;
}
.intro-western-url {
    font-weight: bold;
    color: #287839!important;
}
.intro-western-url i{
    margin-right:4px;
}
.intro-exper {
    display: flex;
    margin-top: 20px;
}
.intro-expleft {
    flex: 0 0 340px;
    width: 340px;
    height:360px;
    padding:30px 18px;
    background-size:cover!important;
}
.intro-expleft-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
.intro-expleft-download {
    margin-top: 20px;
    width: 133px;
    height: 35px;
    line-height:35px;
    background: #287839;
    border-radius: 5px;
    text-align:center;
    display:inline-block;
    color:#fff!important;
}
.intro-exper ul {
    flex:auto;
    width:100px;
    display: flex;
    flex-wrap:wrap;
}
.intro-exper-items {
    flex: 0 0 calc(100%/3 - 12px);
    width: calc(100%/3 - 12px);
    margin-left: 12px;
    margin-bottom: 12px;
    padding: 20px 12px;
}
.intro-exper-title {
    font-size:15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.intro-exper-summary {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:10px
}
.intro-exper-summary p{
    margin:0;
}
.intro-exper-url {
    font-weight: bold;
    color: #287839!important;
}
.intro-exper-url i{
    margin-right:4px;
}
.intro-hsnews_bottom {
    display: flex;
}
.intro-hsnews_bottomleft {
    flex: 0 0 352px;
    width: 352px;
    height: 232px;
    margin-left: 0px;
}
.intro-hsnews_bottomleft .intro-exper-title{
    margin-bottom:10px;
}
.intro-hsnews_bottomleft .intro-exper-summary{
    margin-bottom:50px;
}
.intro-hsnews {
    flex: 0 0 calc(100% - 340px);
    width: calc(100% - 340px);
    display: flex;
    flex-wrap: wrap;
}
.intro-hsnews-items {
    flex: 0 0 calc(100%/3 - 12px);
    width: calc(100%/3 - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 20px 12px;
    height: 110px;
}
.intro-hsnews-title {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.intro-hsnews-url {
    font-weight: bold;
    color: #287839!important;
}
.intro-hsnews-url i{
    margin-right:4px;
}
.intro-hsnews li:first-child {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 0;
}
.intro-hsnews li:nth-child(4){
    margin-top:-6px;
}
.intro-hsnews li:first-child,
.intro-hsnews li:nth-child(4) {
    height:116px;
    border-left: 1px solid #DCDCDC;
}
/* 内页-关于我们 */
.intro-aboutbg {
    position: relative;
}
.intro-aboutnav-con {
    position: absolute;
    z-index: 2;
    bottom: 0;
    max-width:900px;
    left:50%;
    transform:translate(-50%,0);
}
.intro-aboutnav {
    display: flex;
    justify-content: space-between;
}
.intro-aboutnav li {
    width: 115px;
    height: 115px;
    background: #E0E0E0;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 12px 18px 0px rgba(6, 0, 1, 0.17);
    border-radius: 50%;
    align-self: flex-end;
}
.intro-aboutnav li.active {
    background: #287839;
    color:#fff;
}
.intro-aboutnav li.active a {
    color: #fff;
}
.intro-aboutnav > li:first-child {
    margin-bottom: 0px;
}
.intro-aboutnav > li:nth-child(2) {
    margin-bottom: 24px;
}
.intro-aboutnav > li:nth-child(3) {
    margin-bottom: 48px;
}
.intro-aboutnav > li:nth-child(4) {
    margin-bottom: 72px;
}
.intro-aboutnav > li:last-child {
    margin-bottom: 102px;
}
.intro-aboutnav a {
    display: block;
    text-align: center;
    padding-top: 25px;
}
.intro-aboutnav i{
    font-size:30px;
}
.kj-intropage-content {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    word-wrap: break-word; /*自动换行*/
    word-break: normal;
}
/* 关于-公司简介 */
.intro-about-title {
    font-size: 36px;
    line-height:36px;
    font-weight: bold;
    margin:40px auto;
    text-align:center;
}
.intro-company{
    display:flex;
}
.intro-company-content{
    flex:50%;
    width:50%;
    margin-right:40px;
}
.intro-company-img {
    flex: calc(50% - 40px);
    width: calc(50% - 40px);
}
.intro-company-img .img{
    width:100%;
    height:0;
    padding-top:68%;
    background-size:cover!important;
}
/* 关于——企业精神 */
.intro-about-subtitle {
    font-size: 18px;
    font-weight: bold;
}
.intro-spirit {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    padding-top: 10px;
    margin-bottom: 40px;
}
.intro-spirit-items {
    flex: 0 0 calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-right: 30px;
    margin-bottom: 20px;
    position: relative;
}
.intro-spirit-img {
    width: 100%;
    height: 180px;
    background-size: cover !important;
}
.intro-spirit-text{
    position:absolute;
    bottom:30px;
    color:#fff;
    padding: 0px 20px;
}
.intro-spirit-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:18px;
}
.intro-spirit-content {
    font-size: 13px;
    line-height: 20px;
}
/* 关于——我们的荣誉 */
.intro-part{
    position:relative;
    padding:40px 0 60px;
}
.intro-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.index-honor{
    margin:60px 0;
}
.index-honor-items {
    display: block;
    padding: 30px 30px 20px;
    background: #fff;
}
.index-honor-img {
    width: 100%;
    height: 0;
    padding-top: 70%;
    background-size: contain !important;
}
.index-honor-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top:20px;
    text-align:center;
}
.intro-honor-link {
    width: 168px;
    height: 53px;
    line-height:53px;
    border: 1px solid #C6C7C8;
    border-radius: 26px;
    color:#fff!important;
    display:block;
    margin:0 auto;
    text-align:center;
}
.intro-honor-link i{
    margin-right:7px;
}
.intro-next,
.intro-prev {
    top: 50%;
    transform: translate(0,-50%);
    background-image: none;
    font-size: 40px;
    color: #1962AB;
    outline: none;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #DAE6EF;
    border-radius: 50%;
    text-align: center;
}
.kj-index-next {
    right: 50%;
}
.kj-index-prev {
    left: 50%;
}


.intro-agent{padding:30px 0;}
.intro-agent ul{display:flex;flex-wrap:wrap}
.intro-agent ul li{margin:0 30px 25px 0;width:calc(50% - 30px);border:1px solid #D5D5D5;padding:20px 15px;background:#fff;}
.intro-agent ul li .title{font-size:18px;line-height:35px;margin-bottom:10px;color:#333;}
.intro-agent ul li .content{color:#666666;line-height:24px;}


/* 关于——关注每一位员工的成长 */
.intro-title-zh {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
}
.intro-title-en {
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
}
.intro-staff_container {
    border-bottom: 1px solid #D2D2D2;
}
.intro-staff {
    display: flex;
    margin: 50px auto;
}
.intro-staff-img {
    width: 38%;
    flex: 0 0 38%;
    margin-right: 30px;
}
.intro-staffimg {
    width:100%;
    height: 0;
    padding-top: 97%;
    background-size: cover !important;
}
.intro-staff-content {
    flex: auto;
    width: 200px;
}
.intro-staff-items{
    display:flex;
    margin-bottom:40px;
}
.intro-staff-items i {
    flex: 0 0 30px;
    width: 30px;
    font-size: 30px;
    margin-right: 13px;
    color: #287839;
}
.intro-staff-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom:10px;
}
.intro-staff-items.active .intro-staff-title {
    color: #287839;
}
.intro-staff-content {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width:100%;
}
.intro-staff-content p{
    margin:0;
}
.intro-staff-text{
    flex:auto;
    width:100px;
}
/* 关于——上海万生昊天的vlog */
.intro-vlog-container{
    margin-top:20px;
}
.intro-vlog {
    text-align: center;
    margin: 0px 0 40px;
}
/* 关于——加入我们 */
.intro-join-container {
    background: #F5F5F5;
}
.intro-join{
    display:flex;
    flex-wrap:wrap;
    width:calc(100% + 28px);
}
.intro-join-items {
    flex: 0 0 calc(33.33% - 28px);
    width: calc(33.33% - 28px);
    margin-right:28px;
    margin-bottom:20px;
    padding:30px 18px 20px;
    background:#fff;
}
.intro-join-title {
    font-size: 24px;
    line-height: 24px;
    border-left: 2px solid #287839;
    padding-left:10px;
    margin-bottom:16px;
}
.intro-join-link {
    width: 168px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #287839;
    border-radius: 26px;
    display: block;
    margin: 30px auto 60px;
    text-align: center;
}
.intro-join-link i {
    margin-right: 7px;
    color: #287839;
}
/* 关于——公司福利 */
.intro-welfare-container {
    background: #7BB688;
    padding:20px 0 60px; 
}
.intro-welfare {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-top:64px;
}
.intro-welfare-items {
    text-align:center;
}
.intro-welfare-items i {
    font-size: 60px;
    color: #FEFEFE;
}
.intro-welfare-title {
    color: #FEFEFE;
    margin-top:20px;
}
/* 关于——联系我们 */
.intro-contact {
    display: flex;
    flex-wrap:wrap;
    margin: 50px auto 20px;
}
.intro-contact-items {
    margin:0 30px 25px 0;
    flex:0 0 calc(50% - 30px);
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    padding:30px 20px 15px;
}
.intro-contact_t {
    display: flex;
}
.intro-contact-text {
    flex: auto;
    width: 100px;
}
.intro-contact-title {
    font-size: 18px;
    line-height: 35px;
    margin-bottom:10px;
}
.intro-contact-content {
    color: #666666;
}
.intro-contact-content p{
    margin:0;
}
.intro-contact-img {
    width: 120px;
    flex: 0 0 120px;
    margin-left:10px;
}
.intro-contactimg div{
    width:100%;
    height: 0;
    padding-top: 100%;
    background-size: contain !important;
}
.intro-contact-tips {
    margin-top:10px;
    color: #287839;
}
/* 内页-新闻资讯 */
.intro-news li {
    height: 237px;
    background: #F6F6F6;
    margin-bottom: 30px;
    border: 1px solid #E5E1E1;
}
.intro-news-items{
    display:flex;
    overflow:hidden;
}
.intro-news-image {
    flex: 0 0 265px;
    width: 265px;
    height: 235px;
    background-size: cover !important;
    overflow: hidden;
}
.intro-news-text {
    flex-grow: 1;
    padding-left: 30px;
}
.intro-news-title {
    font-size: 20px;
    margin: 25px 0 15px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro-news li:hover .intro-news-title {
    color: #115A23;
}
.intro-news-summary {
    height:78px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.intro-news-summary p {
    margin: 0;
}
.intro-news-time{
    margin-top:20px;
    color:#999;
}
.kj-newsinfo-table {
    max-width:400px;
    margin:20px auto;
}
.kj-newsinfo-table td {
    line-height: 40px;
    background-color: #ededed;
    border-bottom: 1px solid #ffffff;
    font-size: 13px;
    overflow: hidden;
    padding-left: 20px !important;
}
.intro-honor {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-bottom: 40px;
}
.intro-honor li {
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin-right:20px;
    margin-bottom:20px;
}
.intro-honor-image {
    flex: 0 0 100%;
    width: 100%;
    height: 0;
    padding-top: 70%;
    background-size: contain !important;
}
.intro-honor-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 20px;
    text-align: center;
}
.intro-honor li:hover .intro-honor-title {
    color: #115A23;
}
/* 内页-搜索 */
.kj-intro-search {
    margin-bottom: 40px;
}
/* 内页-结构式搜索 */
.kj-mainarea .row{
    margin:0;
    margin-bottom:40px;
}
.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: #115A23;
}
.kj-mainarea .breadcrumb li:last-child a {
    color: #115A23;
}
.kj-mainarea .list-group .btn-primary {
    background-color: #115A23 !important;
    border-color: #115A23 !important;
}
/*联系我们*/
.kj-page-qq {
    padding-bottom:80px;
}
.kj-page-qq-title {
    height: 45px;
    line-height: 45px;
    background:#eee;
    border-radius: 10px 10px 0px 0px;
    padding-left: 20px;
    font-size: 16px;
}
.kj-page-qq-content {
    padding: 20px 10px;
    border-bottom: 1px solid #E3E3E3;
}
.kj-page-qq-items {
    line-height: 36px;
}
.kj-page-qq-items img{
    height:24px;
    margin-left:10px;
}
.kj-page-qq-items a{
    margin-left:5px;
}
.kj-page-qq-time {
    padding: 20px 15px;
    border-bottom: 1px solid #E3E3E3;
}
.kj-page-qq-time i {
    font-size: 28px;
    color: #ffb95a;
    line-height: 30px;
}
.kj-page-qq-time span,
.kj-page-qq-contact span {
    font-weight:bold;
    margin-left:5px;
    font-size:15px;
}
.kj-page-qq-contact {
    padding: 20px 15px;
}
.kj-page-qq-contact i {
    font-size: 20px;
    color: #67bc16;
    line-height: 30px;
}
.kj-page-qq-time-title,
.kj-page-qq-contact-title{
    margin-bottom:10px;
}


/***********************************************************************************/

/* 分页器 */
.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: #115A23;
    border-color: #115A23;
    color:#fff;
}
.kj-pagination .pagination > li > a, .kj-pagination .pagination > li > span {
    color: #115A23;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #115A23;
    background-color: #115A23;
}
.pagination > li > a, .pagination > li > span {
    color: #115A23;
}
/*申请试用*/
.kj-page-custom {
    max-width: 800px;
    margin: 20px auto 60px;
    box-shadow: 0px 0 10px 0 rgba(0,0,0,0.3);
    padding: 30px;
}
.form_trialapplication .modal-title {
    font-weight:bold;
    text-align:center;
}
.form_trialapplication .modal-body {
    display: flex;
    flex-wrap:wrap;
}
.form_trialapplication input {
    flex:100%;
}
.form_trialapplication .formcolumn-item {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    display: flex;
    position:relative;
    padding-left:10px;
}
.form_trialapplication .formcolumn-item span{
    position:absolute;
    left:0;
}
.form_trialapplication .formcolumn-item:nth-child(2n+2) {
    margin-right:20px;
}
.form_trialapplication .formcolumn-item-tit {
    font-weight: normal;
    flex: 0 0 70px;
    width: 70px;
    display: flex;
}
.form_trialapplication .formcolumn-item-ct{
    flex:auto;
    width:80px;
    display:flex;
}
#tryuse_use {
    flex: 100%;
    width: 100%;
    margin-right: 0;
}
.form_trialapplication .formcom-ipt {
    border: 1px solid #dddddd;
    height: 30px;
    width: 100%;
    text-indent: 10px;
}
.form_trialapplication .kj-formcolumn-item-yzm .kj-formcolumn-item-ct {
    display: flex;
}
.form_trialapplication .form-vcodebox {
    order:3;
    height:30px;
}
.form_trialapplication .formcom-vcode {
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
}
.form_trialapplication .form-vcodebox img {
    height: 40px;
}
.form_trialapplication .kj-tryuse-btn {
    background-color: #287839;
    height: 32px;
    border-width: 0px;
    color: #ffffff;
    font-size: 14px;
    width: 100px;
}
.form_trialapplication .modal-footer {
    text-align:center;
}
@media(min-width:768px) {
    .kj-search-collapse {
        display: block;
        width: 80%;
        float: right;
    }
}



