﻿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 {
    color: #fff!important;
}
/* 模板页——头部 */
.kj-header{
    display:flex;
    align-items:flex-end;
}
.kj-header-logo {
    flex:0 0 120px;
    margin:10px 0 0;
}
.kj-header-logo img{
    max-height:88px;
}
.kj-search-collapse {
    flex: 0 0 100%;
}
.kj-header-search {
    max-width: 335px;
    float:right
}
.kj-header-search > input {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #999;
    text-indent: 1px;
    border: 1px solid #009944;
    border-right: 1px solid transparent;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}
.kj-header-searchbtn1 {
    width: 42px;
    height: 32px;
    background: transparent;
    border: 1px solid #009944;
    border-left: 1px solid transparent;
    color: #666;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.kj-header-searchbtn1:hover {
    color: #666;
}
.kj-header-piliang {
    width: 86px;
    height: 32px;
    background: #009944;
    border: 1px solid #009944;
    border-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    margin-left: 4px !important;
    color: #fff;
}
.kj-header-piliang:hover {
    color: #fff;
}
/* 模板页——导航栏 */
.kj-nav {
    flex: 1;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 25px;
}
.kj-nav-menulist > li {
    flex-grow: 1;
    text-align: center;
}
.kj-nav-menulist > li > a {
    color: #333 !important;
    font-size:16px;
    padding: 15px 0px 25px;
    display:inline-block;
}
.kj-nav-menulist > li > a .fa-angle-down{
    transform: rotate(180deg);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #009944;
}
.kj-nav-menulist > li.active > a,
.kj-nav-menulist > li:hover > a {
    color: #009944 !important;
    background-color: transparent !important;
}
.kj-nav-menulist > li.active > a:after,
.kj-nav-menulist > li:hover > a:after {
    content: '';
    position: absolute;
    width: 37px;
    height: 3px;
    background: #009944;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.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:hover > .dropdown-menu {
    display: block !important;
}
/* 模板页——导航栏下拉 */
.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: 57px;
    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: #009944;
}
.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-navcon_flex{
    display:flex;
    flex-wrap:wrap;
}
.kj-nav-menu {
    flex: 0 0 100%;
    padding: 0;
}
.kj-top_yuyan {
    flex: 0 0 118px;
    width: 118px;
    display: flex;
    padding: 15px 0;
}
.kj-top_yuyan i{
    margin-right:7px;
}
.kj-nav-menulist {
    display: flex;
    flex: auto;
    width: calc(100% - 118px);
}
/* 轮播图 */
.banner-bg {
    display: block;
    height: 534px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* 轮播图分页器选中颜色重写 */
:root {
    --swiper-theme-color: #009944;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
/* 首页——首页标题 */
.index-part{
    position:relative;
}
.index-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.kj-index-title{
    text-align:center;
    margin:80px auto 30px;
}
.index-title-zh {
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    line-height: 50px;
    display:inline-block;
    position:relative;
}
.index-title-zh:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 16px;
    width: 70px;
    height: 18px;
    background: url(../images/left.png) no-repeat center center;
}
.index-title-zh:after {
    content: "";
    position: absolute;
    right: -100%;
    top: 16px;
    width: 70px;
    height: 18px;
    background: url(../images/right.png) no-repeat center center;
}
.index-title-white:before {
    background: #fff;
}
.index-title-white:after {
    background: #fff;
}
.index-title-en {
    font-size: 16px;
    color: #999999;
    margin-top:5px;
}
/* 首页——关于普怡 */
.index-about-part{
    padding-bottom:50px;
}
.index-aboutcon {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3E4552;
    line-height: 31px;
}
.index-aboutnum {
    margin: 40px;
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 3px;
    display: flex;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.index-aboutnum-items{
    flex-grow:1;
    text-align:center;
    position:relative;
}
.index-aboutnum-items:after {
    content: '';
    position:absolute;
    right:0;
    width: 1px;
    height: 59px;
    background: #DCDCDC;
    top:10px;
}
.index-aboutnum-items:last-child:after {
    content: none;
}
.index-aboutnum-items > div {
    text-align: left;
    display: inline-block;
}
.index-aboutnum-title {
    font-size: 38px;
    font-family: fantasy,DIN;
    color: #FF9900;
    line-height: 38px;
}
.index-aboutnum-title:after {
    content: '';
    display: block;
    width: 33px;
    height: 4px;
    background: #009944;
    margin:15px 0 16px;
}
.index-aboutnum-desc {
    font-size: 15px;
    color: #3E4552;
}
/* 首页——推荐产品 */
.index-product-part{
    padding-bottom:78px;
}
.index-product ul {
    display: flex;
    width: calc(100% + 15px);
    margin-top: 40px;
}
.index-product ul > li {
    flex: 0 0 20%;
    width: 20%;
    padding-right:15px;
    height: 50px;
    margin-bottom:20px;
}
.index-product ul > li a {
    background: #009944;
    border-radius: 3px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-product ul > li.active a {
    background: #FF9900;
}
.index-product ul > li a:before {
    margin-right: 6px;
    font-family: "iconfont" !important;
}
.index-product ul > li:first-child a:before {
    content: "\e794";
    font-size: 42px;
}
.index-product ul > li:nth-child(2) a:before {
    content: "\e793";
    font-size: 34px;
}
.index-product ul > li:nth-child(3) a:before {
    content: "\e792";
    font-size: 30px;
}
.index-product ul > li:nth-child(4) a:before {
    content: "\e791";
    font-size: 23px;
}
.index-product-img,.intro-imgpro-img {
    border: 1px solid #E2E2E2;
    padding: 10px;
    display: flex;
    background: #fff;
    height: 212px;
}
.index-product-items:hover img{
    transform:scale(0.8);
}
.index-product-items:hover a{
    color:#009944;
}
.index-product-img img {
    transition-duration: 0.3s;
    max-width: 100%;
}
.index-product-text {
    height:81px;
    background: #FBFBFB;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding:15px;
}
.index-product-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
}
.index-product-desc {
    color: #787878;
    white-space: nowrap;
    overflow: hidden;
}
.index-product-link {
    color: #3D99E2 !important;
    text-decoration: underline !important;
}
/*首页——新闻中心*/
.index-news{
    display:flex;
    margin-bottom:50px;
    background:#fff;
    padding:20px 0;
}
.index-news > div {
    flex: 0 0 50%;
    width: 50%;
    padding:0 20px;
}
.index-newstitle {
    font-size: 24px;
    font-weight: bold;
    color: #3E4552;
    line-height: 34px;
    margin-bottom:20px;
}
.index-newsimg {
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
}
.kj-news-img-items {
    display: flex;
}
.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;
}
.kj-news-bottom-items {
    display: flex;
    line-height: 38px;
}
.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;
}
/* 首页——合作伙伴 */
.index-customer {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    opacity: 0.7;
    padding: 30px 20px;
    margin: 40px auto 80px;
    position:relative;
}
.index-customer-img .img{
    width:100%;
    height:0;
    padding-top:25%;
    background-size:contain!important;
}
.kj-customer-next,
.kj-customer-prev {
    top: 50%;
    background-image: none;
    font-size: 30px;
    color: #cacbcb;
    outline: none;
}
.kj-customer-next {
    right: -10px;
    transform: translate(0px,0);
}
.kj-customer-prev {
    left: 10px;
    transform: translate(0px,0);
}
/* 模板页——页面底部 *******************************************************/
.kj-bottom {
    background: #000;
    border-bottom: 1px solid #666;
}
.kj-bottomcon {
    display: flex;
    margin: 30px 0 60px;
    color: #dfdfdf;
}
.kj-bottomtitle {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 31px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.kj-contact-tel {
    flex:0 0 330px;
    width:330px;
}
.kj-contact-tel i {
    color: #009944;
    font-size:18px;
}
.kj-bottom-code {
    flex: auto;
    width: 100px;
    text-align: center;
    margin: 20px;
    align-self: center;
}
.kj-bottom-code img{
    margin:0 auto;
    width:100px;
}
.kj-bottom-liuyan {
    flex: 0 0 50%;
}
.kj-bottom-liuyan .required {
    display: none;
}
.kj-bottom-liuyan .formcolumn-item-tit {
    display: none;
}
.kj-bottom-liuyan .kj-modal-body {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas:'a c''b c''d e';
    margin-right:-14px;
}
.kj-bottom-liuyan .kj-modal-body >dl{
    margin-right:14px;
    margin-bottom: 2px;
}
.kj-bottom-liuyan .kj-modal-body >div{
    margin-right:14px;
    margin-bottom: 2px;
}
.kj-bottom-liuyan #indextext_message {
    grid-area:c;
}
.kj-bottom-liuyan .kj-formcolumn-item-yzm {
    grid-area: d;
}
.kj-bottom-liuyan .kj-formcolumn-item-yzm > dd {
    display:flex;
}
.kj-bottom-liuyan .kj-formcolumn-item-yzm > dd .form-vcodebox{
    order:1;
}
.kj-bottom-liuyan .formcolumn-item-ct input {
    width: 100%;
    text-indent: 10px;
    height: 36px;
    line-height: 36px;
    background: #484848;
    border: 1px solid #484848;
    outline: none;
    font-size: 16px;
}
#indextext_message textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    background: #484848;
    border: 1px solid #484848;
    outline: none;
    font-size: 16px;
}
.kj-bottom-liuyan .form-vcodebox {
}
.kj-bottom-liuyan .form-vcodebox img{
    height:36px;
}
.kj-bottom-liuyan .modal-footer {
    text-align: center;
    border-top: 1px solid transparent;
    padding: 0;
}
.kj-bottom-liuyan .kj-modal-footer input {
    width: 100%;
    height: 36px;
    background: #009944;
    border: none;
    color: #fff;
    outline: none;
}
/* 模板页——底部页脚*/
.kj-footer {
    padding: 20px 0;
    color: #fff;
    line-height: 22px;
    text-align: center;
    background: #000;
}
.kj-footer a {
    color: #fff;
}
/*********************************** 内页页面 ***********************************************************************************/
/*内页banner*/
.intro-pagebanner {
    position: relative;
    text-align: center;
    height: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.intro-pagebanner-title {
    font-size: 30px;
    margin-bottom:5px;
}
.intro-pagebanner-subtitle {
    font-size: 14px;
}
/*.intro-pagebanner-subtitle:after {
    content: "";
    display:block;
    width: 136px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    margin: 15px auto;
}*/
.intro-pagebanner-img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}
/* 内页——面包屑*/
.kj-intro-header .breadcrumb {
    background-color: transparent;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline;
    padding: 0;
}
.kj-intro-header .breadcrumb a {
    color:#fff;
}
.kj-intro-header .breadcrumb li.active {
    color: #fff;
}
.kj-intro-header .breadcrumb li:last-child a {
    color: #fff;
}
.kj-intro-header .title {
    margin: 20px 0;
    padding-left: 15px;
}
/* 内页-小分类描述 */
.intro-subcatainfo {
    line-height: 54px;
    border-bottom: 1px solid #D2D2D2;
}
.intro-subcatanav{
    display:flex;
}
.intro-subcatanav > li{
    flex:0 0 200px;
    text-align:center;
}
.intro-subcatanav > li.active{
    background: #007D40;
}
.intro-subcatanav > li.active a{
    color:#fff;
}
/* 内页-产品分类描述 */
.intro-catainfo-nav {
    display: flex;
}
.intro-catainfo-nav > li {
    width: 183px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #FF9C00;
    border-radius: 21px;
    text-align: center;
    margin-right: 10px;
}
.intro-catainfo-nav > li:hover {
    background: #009944;
}
.intro-catainfo-nav > li:hover a {
    color: #fff;
}
/* 内页-产品小分类描述 */
.intro-pronavtop {
    display: flex;
    flex-wrap:wrap;
    margin:30px 0;
}
.intro-pronavtop-img{
    width: 250px;
    height: 250px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-right:30px;
    background-size:contain!important;
}
.intro-pronavtop-text {
    flex: auto;
    width: 200px;
}
.intro-pronavtop-name {
    font-size: 24px;
    line-height: 39px;
    margin-bottom:15px;
}
.intro-pronavcon-title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #007D40;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:30px;
}
.intro-pronavbottom-content{
    margin-bottom:50px;
}
.intro-pronavbottom-content th {
    text-align: center;
    background: #FAFAFA;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid #008001;
}
.intro-pronavbottom-content td {
    text-align: center;
    border-top: 1px solid transparent!important;
}
/*产品列表——图片类*/
.kj-product-content-body {
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 3px;
    margin: 35px 0;
    padding: 20px 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    line-height: 27px;
}
.kj-product_juli {
    margin-bottom: 60px;
}
.intro-imgpro {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
}
.intro-imgpro-items {
    flex: 0 0 calc(100%/6);
    width: calc(100%/6);
    padding-right: 20px;
}
.intro-imgpro-items:hover img{
    transform:scale(0.8);
} 
.intro-imgpro-items:hover a{
    color:#009944;
}
.intro-imgpro-img{
    width:100%;
    display:flex;
    height:175px;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
}
    .intro-imgpro-img img{
        transition-duration:0.3s;
        max-width:100%;
    }
    .intro-imgpro-name {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        margin: 10px 0 30px;
    }
/*产品列表*/
.kj-intro-product {
    display: flex;
    margin: 40px 0;
}
.intro-product-nav{
    flex: 0 0 200px;
}
.intro-product-content{
    flex:auto;
    overflow:auto;
}
.intro-product-content table th {
    padding: 10px 8px !important;
    background: #F2F5F9;
    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;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle !important;
}
/*.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 {
    display: flex;
    margin:30px 0;
}
.intro-proinfo_image {
    margin-bottom: 20px;
    margin-right: 40px;
    flex: 0 0 235px;
    width: 235px;
}
.intro-proinfo_image .image-border {
    padding-right: 1px;
}
.intro-proinfo_image .image-big {
    border: 1px solid #e5e5e5;
    width: 100%;
   height:235px;
   display:flex;
   align-items:center;
   justify-content:center;
}
    .intro-proinfo_image .image-big img, .image-sub img{
        max-width: 90%;
    }
    .intro-proinfo_image .image-sub {
        border: 1px solid #e5e5e5;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.intro-proinfo_image .swiper-slide-thumb-active {
    border: 2px solid #FF9900;
}
/*产品详情页--右侧*/
.intro-protop {
    flex: auto;
    width: 200px;
}
.intro-firstclass span {
    color: #999;
    margin-right: 8px;
}
.intro-proattr {
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    padding: 0px 0 15px;
}
.intro-proattr-zh {
    font-size:20px;
    margin-bottom: 6px;
}
.intro-proattr-en {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    border-bottom: 1px dashed transparent!important;
}
.intro-proattr-txt{
    display:flex;
}
.intro-proattr-txt > div {
    margin: 6px 20px 15px 0;
    color: #007D40;
}
.intro-proattr-txt span {
    color: #999;
    margin-right:8px;
}
.intro-proattr-bm {
    display: flex;
    line-height: 25px;
    margin-bottom: 15px;
}
.intro-proattr-bm span {
    color: #999;
    flex: 0 0 75px;
    width: 75px;
    margin-right: 10px;
}
.intro-proattr-bm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.intro-proattr-bm:hover {
    overflow: visible;
    height: auto;
    display: block;
}
.intro-proattr-otherinfo {
    color:#007D40;
    margin-bottom:5px;
}
.intro-proattr-otherinfo span {
    color:#999;
}
.intro-proattr-otherinfo_bm {
    margin-bottom: 5px;
}
.intro-proattr-calculator {
    display: flex;
}
.intro-proattr-calculator > div {
    width: 167px;
    height: 33px;
    line-height:33px;
    background: #EEEEEE;
    border-radius: 16px;
    margin-top:20px;
    margin-right:20px;
    text-align:center;
}
.intro-proattr-calculator > div i {
    font-size: 20px;
    margin-right: 8px;
    color: #007D40;
}
.intro-proattr-calculator > div.active {
    background: #FF9900;
}
.intro-proattr-calculator > div.active a {
    color: #fff;
}
.intro-proattr-calculator > div.active i {
    color: #fff;
}
.intro-proinfocon-title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #007D40;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.intro-proinfocon .kj-page-content-body {
    margin: 20px 0 20px;
}
/* 相关产品 */
.kj-intro-related{
    margin:20px 0 80px;
}
.intro-related-img {
    width: 100%;
    height: 212px;
    border: 1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
}
.intro-related-items:hover img{
    transform:scale(0.8);
}
.intro-related-img img {
    max-width: 100%;
    transition-duration: 0.3s
}
.intro-related-items:hover a{
    color:#009944;
}
.intro-related-txt {
    background: #FBFBFB;
    border: 1px solid #ddd;
    border-top: 1px solid transparent;
    padding: 20px 15px;
}
.intro-related-name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom:10px;
    white-space:nowrap;
    overflow:hidden;
}
.intro-related-cas {
    white-space: nowrap;
    overflow: hidden;
}
.intro-related-items {
    box-shadow: 0 0 3px #fff;
    display:block;
}
/*.intro-related-items:hover {
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.intro-related-items:hover .intro-related-img {
    border: 1px solid transparent;
}*/
.intro-related-items:hover .intro-related-txt {
    color: #fff;
    background: #009944;
    border: 1px solid transparent;
}
/* 表格详情 */
.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: #0099FF;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.kj-intro-table .nav-tabs {
    border: 1px solid #ddd;
}

/***********************************************************************************/
/* 内页-关于我们 */
.kj-page-content-body {
    font-size: 15px;
    line-height: 32px;
    color: #666;
    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-culture{
    display:flex;
    flex-wrap:wrap;
    width:calc(100% + 30px);
}
.intro-culture-items {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-top: 30px;
    display: flex;
    box-shadow: 0px 0px 5px rgba(225, 225, 225, 0.61);
}
.intro-culture-conleft {
    flex: 0 0 195px;
    width: 195px;
    height: 213px;
}
.intro-culture-conright {
    flex: auto;
    width: 200px;
    padding:30px 25px 0;
}
.intro-culture-title {
    font-size: 22px;
    font-weight:bold;
    line-height:28px;
}
.intro-culture-title:after{
    content:'';
    display:block;
    margin:16px 0 20px;
    width: 86px;
    height: 1px;
    background: #007D40;
}
.intro-culture-content {
    color: #666;
    line-height:27px;
}
.intro-culture-items:last-child {
    flex: 0 0 calc(100% - 30px);
    margin-right: 0px;
}
/*内页-人才招聘*/
.intro-Talents-line {
    border-bottom: 1px solid #ddd;
}
.intro-Talents{
    margin-bottom:0;
}
.intro-Talents-th th {
    background: #E4F0EA;
    border-top: 2px solid #007D40 !important;
    text-align: center;
    line-height: 30px !important;
    font-size: 16px;
}
.intro-Talents-items i {
    color:#007D40;
    font-size:20px;
}
.intro-Talents-items td {
    line-height: 30px !important;
    font-size: 15px;
    background: #FAFAFA;
    text-align: center;
}
.intro-Talents-items.active td {
    background: #007D40!important;
    color:#fff;
    font-weight:bold;
}
.intro-Talents-items.active i {
    color:#fff;
}
.intro-Talents-content {
    display: none;
}
.intro-Talents-content td {
    background: #EFEFEF;
    line-height: 28px;
    padding: 20px 30px !important;
}
.intro-Talents-items:nth-child(4n) td{
    background: #F5F6F7;
}
/*内页-质量控制*/
.intro-quality{
    display:flex;
    flex-wrap:wrap;
    margin-top:20px;
}
.intro-quality-conleft {
    flex: auto;
    width: 200px;
}
.intro-quality-conright {
    flex: 0 0 36%;
    width: 36%;
    margin-left: 20px;
}
.intro-quality ul li{
    display:flex;
}
.intro-quality ul li:before {
    content: "◆";
    display: block;
    margin-right: 10px;
    color: #007D40;
}
/* 内页-新闻资讯 */
.intro-newsimg-content {
    display: flex;
    flex-wrap:wrap;
    width:calc(100% + 30px);
    margin:40px 0;
}
.intro-newsimg-content li{
    flex:0 0 33.33%;
    width:33.33%;
    padding-right:30px;
    margin-bottom:30px;
}
.intro-newsimg-img {
    width: 100%;
    height: 0;
    padding-top:58%;
    border:1px solid #eee;
    background-size: cover !important;
}
.intro-newsimg-title {
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    margin:15px 0 6px;
}
.intro-newsimg-date {
    color:#999;
}
.intro-newsimg-date i{
    margin-right:6px;
}
/*.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: #009944;
}
.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: #009944;
    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: #009944;
    color:#fff;
}*/
/* 内页-联系我们 */
.intro-contact_con {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 50px 0 20px;
}
.intro-contact_items {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.intro-contact-icon {
    width: 43px;
    height: 43px;
    border: 1px solid #007D40;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    margin-right: 10px;
}
.intro-contact_items i {
    color: #007D40;
    font-size: 23px;
}
.intro-contact_items i.icon-youxiang {
    font-size: 18px;
}
.intro-contact-text_name{
    font-size:16px;
    margin-bottom:6px;
}
/* 内页-在线留言 */
.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: #009944;
}
.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: #009944;
}
.kj-mainarea .breadcrumb li:last-child a {
    color: #009944;
}
.kj-mainarea .list-group .btn-primary {
    background-color: #009944 !important;
    border-color: #009944 !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: #009944;
    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: #009944;
}
.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: #009944;
    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: #009944;
}
.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: #009944;
    border-color: #009944;
    color:#fff;
}
.kj-pagination .pagination > li > a, .kj-pagination .pagination > li > span {
    color: #009944;
}
@media(min-width:768px) {
    .kj-search-collapse {
        display: block;
    }
}
/*计算机*/
.more_calculator {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background:rgba(0,0,0,0.4);
    display:none;
}
.more_calculator form {
    width: 80%;
    margin: 30px auto;
    background:#fff;
    padding:30px;
}
.close_x{
    font-size:20px;
    float:right;
    cursor:pointer;
}
.more_calculator .nav {
    margin: 24px 0;
}
.kj-en {
width:230px;
}
    .kj-en a, .kj-enc a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }
    .more_calculator .nav li {
        float: left;
    }
.more_calculator .nav li a{width:100px;height:40px;padding:0;border:1px solid #007D40;border-radius:4px;font-size:14px;color:#007D40;line-height:38px;margin-right:24px;text-align:center;}
.more_calculator .nav li a:hover{background:#007D40;color:#fff;}
.more_calculator .nav li.active a{background:#007D40;color:#fff;}
.more_calculator .nav li a:active{position:relative;top:2px;}
.more_calculator .introduce_text{margin-bottom:24px;}
.more_calculator .introduce_text h6{margin-bottom:8px;font-size:16px;color:#007D40;font-weight:bold;line-height:22px;}
.more_calculator .introduce_text span{font-size:14px;color:#666;line-height:25px;display:block;}
.more_calculator .calculator_box{background:#f9f9f9;padding:25px 0 25px 15px;width:100%;overflow-x:scroll;}
.more_calculator .calculator_box::-webkit-scrollbar{height:0;}
.more_calculator .calculator_box > div{width:auto;}
.more_calculator .calculator_input{display:flex;}
.more_calculator .calculator_input span{color:#666;font-size:16px;margin:36px 8px 0 8px;line-height:35px;}
.more_calculator .input_item label{width:100%;font-size:14px;color:#1B0808;line-height:20px;}
.more_calculator .input_item .input_box{display:flex;align-items:center;margin:16px 0;}
.more_calculator .input_item .input_box input{padding:0 8px;border:1px solid #007D40;border-radius:4px;width:100px;margin-right:8px;font-size:14px;color:#1B0808;height:35px;}
.more_calculator .input_item .input_box select{border:1px solid #007D40;border-radius:4px;width:60px;font-size:14px;color:#1B0808;height:35px;}
.more_calculator .input_item .input_box input:focus,.more_calculator .input_item .input_box select:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(193, 58, 54, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(193, 58, 54, .3)
}
.more_calculator .opt_box{display:flex;align-items:center;margin-top:8px;}
.more_calculator .opt_box a{width:100px;height:35px;border-radius:4px;text-align:center;line-height:33px;font-size:14px;margin-right:24px;}
.more_calculator .opt_box a:nth-child(1){border:1px solid #999;color:#666;}
.more_calculator .opt_box a:nth-child(1):hover{background:#666;border:1px solid #666;color:#fff;}
.more_calculator .opt_box a:nth-child(2){border:1px solid #007D40;background:#007D40;color:#fff;}
.more_calculator .opt_box a:nth-child(2):hover{background:#930e0a;border:1px solid #930e0a;}
.more_calculator .opt_box a:active{position:relative;top:2px;}