﻿body {
    margin: 0px;
    overflow-x: hidden;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height:24px;
    color: #333;
}
a:link ,a:visited , a:hover , a:active {
    text-decoration: none !important;
    color: #333;
}
a {
    text-decoration: none !important;
    color: #333;
}
li {
    list-style: none;
}
.row,ul, li {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
/* 模板页——header顶部 */
.kj-top {
    height: 41px;
    line-height: 41px;
    background: #F5F5F5;
    color: #666;
}
.kj-top a {
    color: #666;
}
.kj-top i {
    color: #9B9C9D;
    margin-left:20px;
}
/* 模板页——头部 */
.kj-header {
    background: #fff;
}
.kj-header-content {
    display: flex;
    width: 100%;
}
.kj-header-logo {
    width:250px;
}
.kj-header-logo img{
    max-height:120px;
    height:80px;
    margin-top:15px;
}
.kj-search-collapse{
    flex-grow:1;
    padding-left:5%;
}
.kj-header-search {
    margin-top: 32px;
}
.kj-header-search > input {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #999;
    text-indent: 1px;
    border: 2px solid #528034;
}
.kj-header-searchbtn {
    width: 80px;
    background: #528034;
    height: 38px;
    color: #fff;
    border-radius: 0;
}
.kj-header-searchbtn:hover{
    color:#fff;
}
.kj-header-searchkey{
    color: #999;
    font-size: 13px;
    line-height: 25px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-header-tel {
    margin-top: 32px;
    margin-left: 40px;
    display: flex;
}
.kj-header-tel i {
    font-size: 36px;
    color: #528034;
    padding-top: 11px;
}
.kj-header-tel-line {
    margin:10px;
    width: 1px;
    height: 32px;
    background: #D5D5D5;
}
.kj-header-telitems {

}
.kj-header-tel a {
    font-size: 20px;
    font-weight: bold;
    color: #528034;
}
.kj-header-tel span {
    color: #999;
    font-size: 13px;
}
/* 模板页——导航栏 */
.kj-nav {
    border: none;
    background-color: #528034;
    margin-bottom: 0;
    margin-top: 10px;
}
.kj-nav-menu {
    padding:0;
}
.kj-nav-menulist {
    display: flex;
    width: 100%;
    height:50px;
}
.kj-nav-menulist > li {
    flex-grow: 1;
    text-align: center;
}
.kj-nav-menulist > li > a {
    color: #fff !important;
    font-size: 16px;
    font-family: initial;
    padding:15px 0;
}
.kj-nav-menulist > li > a:hover {
    color: #fff !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #528034;
    color: #fff !important;
}
.kj-nav-menulist > li > a .fa-angle-down {
    transform: rotate(180deg);
}
/*.kj-nav-menulist > li:hover > a:after {
    content: '';
    position: absolute;
    left: 14px;
    top: auto;
    bottom: 0;
    right: auto;
    height: 3px;
    width: 52px;
    background-color: #fdb200;
}
*/
.kj-nav-menulist > li > a > .fa-angle-down{
    transform:rotate(0deg);
}
.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: #EBF5FF;
    padding: 0px;
    left: 100%;
    top: 5px;
}
.kj-nav-menulist > li > .dropdown-menu {
    left: 0px;
    top: 50px;
}
.kj-nav-menulist > li .dropdown-menu > li {
    background-color: #fff;
    height: 46px;
}
.kj-nav-menulist > li .dropdown-menu > li > a:hover {
    background-color: #EBF5FF;
    color: #333;
    /*border-top: 1px solid #fff;*/
}
.kj-nav-menulist > li .dropdown-menu > li > a {
    display: block;
    font-weight: normal;
    line-height: 40px;
    color: #333;
    text-align: left;
    text-indent: 2px;
}
/* 模板页——全部产品分类 */
.kj-product-firstitems {
    line-height: 50px;
    position: initial !important;
    background: #72AA30 !important;
    color: #fff;
    font-size: 16px;
    flex: 0 0 200px;
    flex-grow: 0 !important;
    text-align: left !important;
}
.kj-product-firstitems a{
    font-size:14px;
}
.kj-product-firstitems > i{
    margin-left:17px;
    margin-right:12px;
    font-size:18px;
}
.kj-product-secondnav {
    width: 200px;
    padding-top: 10px;
    display: none;
    position: relative;
    background: #fff;
    z-index: 9;
}
.kj-product-firstitems:hover .kj-product-secondnav {
    display: block;
    box-shadow: 0px 0px 5px 0px #ddd;
}
.kj-product-seconditems {
    line-height: 40px;
    padding-left: 16px;
    padding-right: 12px;
    border-bottom: 1px solid #F2F2F2;
}
.kj-product-seconditems > i {
    color: #979fa2;
    float: right;
    font-size: 12px;
}
.kj-product-thirdnav {
    position: absolute;
    top: 0px;
    left: 200px;
    z-index: 9;
    background: #fff;
    color: #8A090D;
    border: 2px solid #2C9BFF;
    padding: 10px 10px 10px 30px;
    display: none;
    width: 970px;
}
.kj-product-seconditems:hover ul {
    display: block;
}
.kj-product-thirditems{
    display:flex;
}
.kj-product-thirditems > a {
    text-align: left;
    display:block;
    flex:0 0 150px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.kj-product-thirditems > i {
    line-height: 40px;
    color:#333;
}
.kj-product-otheritems {
    float: left;
    margin-left: 15px;
}
.kj-product-otheritems > a {
    font-size: 13px;
    padding-right: 15px;
    border-right: 1px solid #CCC;
}
.kj-product-otheritems:last-child > a {
    border-right: none;
}
.kj-product-otheritems a {
    font-weight: normal;
}
.kj-product-seconditems:before {
    font-size: 18px;
    color:#A9B7B7;
    margin-right:10px;
}
.kj-product-seconditems:first-child:before {
    content: "\e631";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(2):before {
    content: "\e6ad";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(3):before {
    content: "\e668";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(4):before {
    content: "\e6fc";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(5):before {
    content: "\e692";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(6):before {
    content: "\e693";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(7):before {
    content: "\e690";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(8):before {
    content: "\e68e";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(9):before {
    content: "\e63d";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(10):before {
    content: "\e6af";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(11):before {
    content: "\e695";
    font-family: "iconfont" !important;
}
.kj-product-seconditems:nth-child(12):before {
    content: "\e68f";
    font-family: "iconfont" !important;
}
/* 首页——左侧产品分类 */
.kj-index-firstpart .container {
    display: flex;
}
.kj-firstpart-left {
    flex: 0 0 200px;
    box-shadow: 0px 0px 5px 0px #ddd;
}
.kj-firstpart-banner{
    flex:auto;
    width:320px;
}
.kj-index-product-viseble {
    display: block;
}
.kj-firstpart-right {
    flex: 0 0 200px;
}
.kj-firstpart-right > div {
    height: 170px;
    margin-bottom: 2px;
}
.kj-xscx-item-bg {
    width: 100%;
    height: 170px;
    background-size:cover!important;
}
/* 首页——轮播图 */
.banner-bg {
    display: block;
    height: 514px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* 轮播图分页器选中颜色重写 */
:root {
    --swiper-theme-color: #2974BA;
}
.swiper-pagination-bullet-active {
    background: #2974BA;
}
/* 首页——代理品牌 */
.index-brand{
    margin-top:10px;
}
.kj-index-brand-title {
    font-size: 18px;
    font-weight: bold;
    color: #72AA30;
    line-height: 45px;
    margin-left: 5px;
    display: inline-block;
}
.kj-index-brand-title > i{
     font-size:22px;
}
.kj-index-brand-link {
    float: right;
    line-height: 45px;
}
.kj-index-brand {
    background: #F1F1EF;
    padding: 15px;
}
#kj-index-brand {
    background:#fff;
}
.kj-index-brand-img {
    width: 100%;
    height: 0;
    padding-top: 52%;
}
/* 首页——热销产品 */
.kj-index-title {
    font-size: 26px;
    line-height: 32px;
    border-left: 5px solid #72AA30;
    padding-left: 10px;
    display: inline-block;
    margin: 30px 0;
}
.kj-index-link {
    float: right;
    margin-top: 30px;
    line-height: 32px;
}
.kj-product-content {
    display: flex;
    padding: 0px 0 40px;
}
.kj-product-leftimg {
    flex: 0 0 370px;
    height:440px;
}
.kj-product-content > ul {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 440px;
}
.kj-product-content > ul > li {
    flex: 0 0 25%;
    width: 25%;
    padding-left: 10px;
    margin-bottom: 14px;
}
.kj-product-items {
    border: 1px solid #E8E8E8;
    padding: 5px;
    display: block;
}
.kj-product-image {
    width: 100%;
    height: 135px;
    background-size: contain !important;
    border-bottom: 1px solid #E8E8E8;
}
.kj-product-name {
    white-space: nowrap;
    overflow: hidden;
    padding: 12px 10px 5px;
}
.kj-product-price {
    padding: 0px 10px;
    color: #E30707;
    white-space: nowrap;
    overflow: hidden;
    font-weight:bold;
}
/* 首页——新闻资讯 */
.kj-index-news {
    background: #FAFAFA;
    padding: 10px 0 70px;
}
.kj-index-news > .container{
    display:flex;
}
.kj-news-left {
    flex: 0 0 450px;
    margin-right:50px;
}
.kj-news-right {
    flex: auto;
    width:300px;
}
.kj-news-left-content {
    box-shadow: 0 0 5px 0 #ddd;
}
.kj-news-left-image {
    width: 100%;
    height: 290px;
    background-size: cover !important;
}
.kj-news-left-title {
    font-size: 16px;
    line-height: 27px;
    padding: 15px 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-news-left-summary {
    color: #666666;
    line-height: 27px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.kj-news-left-summary > p{
    margin:0;
}
.kj-news-left-link {
    display:inline-block;
    color: #FD0000!important;
    padding: 10px 10px 20px;
}
.kj-news-img-items {
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 35px;
    border-bottom: 1px solid #E0D9D9;
}
.kj-news-img-image {
    width:200px;
    flex:0 0 200px;
    height:120px;
}
.kj-news-img-items > a{
    flex:auto;
    padding:0 10px;
    width:100px;
}
.kj-news-img-title {
    font-size: 18px;
    line-height: 27px;
    padding: 0px 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-news-img-summary {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.kj-news-img-summary > p {
    margin: 0;
}
.kj-news-right-items{
    display:flex;
    line-height:44px;
}
.kj-news-right-items:before {
    content: '·';
    font-size: 40px;
    color: #999;
    margin-right: 10px;
}
.kj-news-right-items > a{
    flex:auto;
    white-space:nowrap;
    overflow:hidden;
    color:#666;
}
.kj-news-right-time {
    flex: 0 0 80px;
    color:#999;
    margin-left:20px;
}
/* 模板页——页面底部 **/
.kj-bottom {
    background: #fff;
    border-top: 2px solid #528034;
}
.kj-bottom-iconfont {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #E2E1E1;
}
.bottom-iconfont-items{
    flex-grow:1;
    display:flex;
    line-height:42px;
    font-size:16px;
}
.bottom-iconfont-items:last-child{
    justify-content:flex-end;
}
.bottom-iconfont-items:nth-child(2),
.bottom-iconfont-items:nth-child(3) {
    justify-content: center;
}
.bottom-iconfont-items i {
    font-size: 42px;
    margin-right: 15px;
    color: #528034;
}
/*.bottom-iconfont-items:first-child i {
    color: #1E87E1;
}
.bottom-iconfont-items:nth-child(2) i {
    color: #40AD30;
}
.bottom-iconfont-items:nth-child(3) i {
    color: #F27B1B;
}
.bottom-iconfont-items:last-child i {
    color: #DE223E;
}*/
/*模板页——链接 */
.kj-footer-link {
    background: #eee;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
}
.kj-footer-link > span {
    font-size: 15px;
    color: #528034;
}
.kj-footer-link li {
    margin: 10px;
    float: left;
}
/*模板页——footer尾部*/
.kj-bottom-nav {
    border-bottom: 1px solid #E2E1E1;
}
.kj-bottom-content{
    display:flex;
    padding-bottom:30px;
    border-bottom:1px solid rgba(255,255,255,0.16)
}
.kj-bottom-content > div{
    padding-top:30px;
}
.kj-bottom-left{
    flex: 0 0 150px;
}
.kj-bottom-code {
    flex: 0 0 150px;
    text-align:center;
}
.kj-bottom-contact{
    flex:auto;
}
.kj-bottom-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.kj-bottom-nav a {
    font-size: 13px;
    line-height: 26px;
    white-space: nowrap;
    word-break: keep-all;
}
.kj-bottom-nav a:hover {
    text-decoration: none;
}
.kj-bottom-code img {
    margin: 0px auto 10px;
    width: 100px;
}
.bottom-nav-tel a{
    font-size: 22px;
    color: #CC0001;
}
.bottom-nav-tel span{
    font-size: 13px;
    color: #666;
}
/* 模板页——footer底部*/
.kj-footer {
    color: #666;
    text-align: center;
    line-height: 30px;
    padding: 17px;
}
/*********************************** 内页页面 ***********************************************************************************/
/*面包屑*/
.kj-intro-header .breadcrumb_home:before {
    content: "您的位置：";
}
.kj-intro-header .breadcrumb {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 0;
}
.kj-intro-header .breadcrumb li.active {
    color: #528034;
}
.kj-intro-header .breadcrumb li:last-child a {
    color: #528034;
}
/*产品左侧导航栏*/
.kj-intro-proleft {
    margin-bottom: 20px;
    padding-right: 20px;
}
.kj-intro-proleft .title{
    background: #528034;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding-left: 23px;
}
.kj-intro-proleft ul {
    box-shadow:0 0 5px 0 #ddd;
    padding: 10px;
}
.kj-intro-proleft ul li {
    border-bottom: 1px dashed #ddd;
    list-style: disc;
}
.kj-intro-proleft ul li:last-child {
    border-bottom:none;
}
.kj-intro-proleft ul li i{
    color:#aaa;
}
.kj-intro-proleft ul li:hover a{
    background: #fff !important;
}
/*产品分类大标题*/
.kj-intro-prolist-title {
    height: 56px;
    font-size: 26px;
    font-weight: bold;
    line-height: 56px;
    margin-top: -15px;
    margin-bottom: 5px;
}
/*左侧内页导航栏*/
.kj-intro-left {
    padding-left: 0px;
    margin-bottom: 20px;
}
.kj-intro-left .title {
    background: #EFEFEF;
    border: 1px solid #CDCDCD;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-left: 23px;
}
.kj-intro-left .title i {
    float: right;
    line-height: 45px;
    margin-right: 14px;
    color: #a3a9b4;
}
.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: #528034 !important;
    border-radius:0;
}
/*产品列表--上海甄准*/
.intro-product-content table th {
    padding: 15px 8px !important;
    background: #f2f9f4;
    border-top: 1px solid transparent !important;
    border-left: 1px solid #fff;
    text-align: center;
    white-space: nowrap;
}
.intro-product-content table td {
    text-align: center;
    border-left: 1px solid #fff;
    border-top: 1px solid transparent !important;
    white-space: nowrap;
}
.intro-product-content table tr:nth-child(2n+1) > td {
    background: #F3F3F3;
}
/*产品列表-天津百倍*/
.kj-intro-product{
    display:flex;
}
.intro-product-nav{
    flex: 0 0 250px;
}
.intro-product-content{
    flex:auto;
    overflow:auto;
}
.intro-product-content > ul {
    display:flex;
    flex-wrap:wrap;
    margin:3px;
}
.intro-product-content > ul > li{
    flex:0 0 30%;
    width:30%;
    padding:10px;
    margin-left:3%;
    margin-bottom:20px;
    box-shadow:0 0 3px 0 #ddd;
}
.intro-proitems-name {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
}
.intro-proitems-items {
    display:flex;
    align-items:center;
}
.intro-proitems-img {
    width:90px;
    height:110px;
    flex: 0 90px;
    background-size:contain!important;
}
.intro-proitems-txt {
    color: #B4B4B4;
    line-height: 30px;
}
.intro-proitems-guige {
    color: #72AA30;
}
.intro-proitems-jiage {
    color: #C21504;
}
.intro-proitems-link {
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #72AA30;
    border-radius:2px;
    display: inline-block;
    color:#fff!important;
    text-align:center;
    margin-top:20px;
}
/* 内页——产品详情页******************************************************************************************************************************/
/*产品详情页--header*/
.intro-product-details {
    display: flex;
    margin-bottom: 40px;
}
.intro-proinfo-content {
    flex: auto;
    padding: 0px 20px 40px;
    overflow:auto;
}
.kj-intro-proinfo {
    display: flex;
}
.intro-proinfo-image {
    flex: 0 0 250px;
    margin:3px;
}
.intro-proinfo-image > div {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: contain !important;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}
.intro-proinfo-items {
    line-height: 40px;
    padding-left: 40px;
}
.intro-proinfo-items > div {
    border-bottom: 1px dashed #DDD9D9;
}
.intro-proinfo-items span {
    color: #999999;
    display:inline-block;
    width:100px;
}
.intro-proinfo-items-name {
    font-size: 20px;
    color: #333;
    border-bottom: 1px dashed transparent!important;
}
.intro-proinfo-items-enname {
    font-size: 16px;
    color: #666;
    border-bottom: 1px dashed transparent!important;
}
/* 表格详情 */
.kj-intro-table {
    margin-top: 40px;
}
.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: #528034;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.kj-intro-table .nav-tabs {
    border: 1px solid #ddd;
}
/***********************************************************************************/
/* 内页——合作品牌 */
.kj-brand-title {
    text-align: center;
    margin: 40px 0 30px;
}
.kj-intro-brand-subtitle {
    font-size: 38px;
    font-weight: bold;
    color: #EFEFEF;
}
.kj-intro-brand-title {
    font-size: 28px;
    margin-top: -22px;
}
.kj-brand {
    padding-bottom: 50px;
}
.kj-brand .row {
    padding: 0;
    margin: 0px auto;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.kj-brand ul li {
    padding: 0px;
}
.kj-brand .imgborder {
    padding: 10px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background:#fff;
}
.kj-brand .imgborder .img {
    width: 100%;
    height: 0;
    padding-top: 52%;
}
/* 内页-推荐产品 */
.kj-intro-advlist ul {
    padding-left: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 40px;
}
.kj-intro-advlist ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-top:20px;
}
.kj-intro-advlist .proimages {
    border: 1px solid #ddd;
    padding: 10px;
}
.kj-intro-advlist a .imgborder .img {
    width: 100%;
    height: 0;
    padding-top: 94.4%;
}
.kj-intro-advlist .name {
    color: #333;
    margin: 12px 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.kj-intro-advlist .price {
    font-size: 16px;
    color: #bb1c20;
    font-weight: bold;
    margin: 12px 10px 0 0;
}
/* 内页-关于我们 */
.kj-intropage-content{
    font-size: 16px;
    line-height: 36px;
    color: #666;
    word-wrap: break-word; /*自动换行*/
    word-break: normal;
}
/* 内页-新闻资讯 */
.kj-intro-news{
    padding:0;
}
.kj-intro-news li {
    display: flex;
    margin-bottom: 30px;
}
.kj-intro-news .date {
    font-size: 25px;
    margin-right: 25px;
    text-align: right;
    flex: 0 0 70px;
}
.kj-intro-news .date span {
    font-size: 14px;
    color: #999;
}
.intro-news-content {
    flex: auto;
    width: 200px;
    overflow: hidden;
}
.kj-intro-news .title {
    font-size: 17px;
    margin: 3px 0 10px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj-intro-news .summary {
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.kj-intro-news .summary p {
    margin: 0;
}
/* 内页-搜索 */
.kj-intro-search {
    padding-left: 0px;
}
.kj-intro-search > li > div {
    padding-left: 0;
}
.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: #528034;
}
.kj-mainarea .breadcrumb li:last-child a {
    color: #528034;
}
.kj-mainarea .list-group .btn-primary {
    background-color: #528034 !important;
    border-color: #528034 !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: #528034;
    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: #528034;
}
.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: #528034;
    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: #528034;
}
.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: #528034;
    border-color: #528034;
    color:#fff;
}
.kj-pagination .pagination > li > a, .kj-pagination .pagination > li > span {
    color: #528034;
}
.kj-productbannerhidden {
    display: none;
}


/*大包装询价表单*/
#ORDERFORM .modal-header {
    background-color: #528034;
    color: #ffffff;
    border-color: #528034;
    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.requi#f4350f {
    position: absolute;
    left: 15px;
    top: 15px;
}
#ORDERFORM .modal-footer {
    border: none;
}
@media(min-width:768px){
    .kj-search-collapse{
        display:block;
    }
}
/* 首页——关于我们 */
.kj-index-aboutus {
    display:flex;
    margin-top:80px;
}
.kj-aboutus-img {
    width: 50%;
    height: 0;
    padding-top:30%;
    flex: 0 0 50%;
    margin-right: 2%;
}
.kj-aboutus-content{
    flex:auto;
}
.kj-aboutus-title {
    font-size: 40px;
    font-weight: bold;
}
.kj-aboutus-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #CBCBCB;
    margin:5px 0 10px;
}
.kj-aboutus-desc {
    color: #666666;
    margin:30px 0 40px;
}
.kj-aboutus-link {
    width: 159px;
    height: 45px;
    line-height:45px;
    text-align:center;
    background: linear-gradient(90deg, #528034, #1865D0);
    border-top-right-radius:22px;
    border-bottom-right-radius:22px;
}
.kj-aboutus-link > a{
    color:#fff;
}
.kj-aboutus-link > a:hover{
    color:#fff;
}