﻿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: center;
}
.kj-header-logo {
    flex: 0 0 180px;
    margin:10px 20px 10px 0;
}
.kj-header-logo img{
    height:60px;
}
.kj-header-search {
    margin-top: 8px;
}
.kj-header-search > .input-group-btn{
    background:#fff;
}
.kj-header-search > input {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #999;
    text-indent: 1px;
    border: 1px solid #ddd;
    border-right: 1px solid transparent;
    border-radius: 0px !important;
}
.kj-header-searchbtn1 {
    width: 42px;
    height: 32px;
    background: transparent;
    border: 1px solid #E2E2E2;
    border-left: 1px solid transparent;
    color: #FF7E00;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.kj-header-searchbtn1:hover {
    color: #FF7E00;
}
/* 模板页——导航栏 */
.kj-nav {
    flex:1;
    border: none;
    background-color:transparent;
    margin-bottom: 0;
    padding-top:10px;
}
.kj-nav-menulist {
    display: flex;
    width: 100%;
}
.kj-nav-menulist > li {
    flex-grow: 1;
    text-align: center;
    margin-top:10px;
}
.kj-nav-menulist > li > a {
    color: #333 !important;
    font-size: 15px;
    padding: 15px 0px;
    display:inline-block;
    position:relative;
}
.kj-nav-menulist > li > a .fa-angle-down{
    transform: rotate(180deg);
    display:none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #333;
}
.kj-nav-menulist > li.active > a,
.kj-nav-menulist > li:hover > a {
    /*color: #fff !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: #FF7E00;
    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);
}
/* 导航栏产品分类下拉 */
/*.nav_promenu span.fa-angle-down{
    display:none;
}
.nav_promenu {
    order: -1;
    flex-grow: 0 !important;
    flex: 0 0 200px;
    width: 200px;
    background: #2185BD;
    text-align: left !important;
}
.nav_promenu > a:before {
    content: "\e607";
    font-family: "iconfont" !important;
    padding: 0 10px 0 20px;
    font-size:18px;
}*/
.nav_promenu > .dropdown-menu {
    width: 200px;
    top: 100%;
}
.nav_promenu:hover > .dropdown-menu {
    display: block;
}
.nav_promenu > .dropdown-menu > li {
}
.nav_promenu > .dropdown-menu > li > a {
    padding: 12px 20px;
    font-size:15px;
}
.nav_promenu > .dropdown-menu > li > i {
    color: #979fa2;
    float: right;
}
.nav_promenu > .dropdown-menu > li > a:hover,
.nav_promenu > .dropdown-menu > li > a:focus {
    background-color: #FF7E00;
    color:#fff;
}
/*以下为产品二级分类及以下*/
.nav_promenu > .dropdown-menu .dropdown-menu {
    top: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0px;
}
.nav_promenu > .dropdown-menu .dropdown-menu > li > a:hover,
.nav_promenu > .dropdown-menu .dropdown-menu > li > a:focus {
    background-color: transparent;
}
.nav_promenu > .dropdown-menu > li li:hover > a {
    color: #FF7E00;
    text-decoration-line: underline !important;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu {
    position: absolute;
    top: 0px;
    left:198.5px;
    z-index: 9;
    background: #fff;
    color: #8A090D;
    border: 1px solid #ddd;
    padding: 10px;
    display: none;
}
.nav_promenu > .dropdown-menu > li:hover ul {
    display: block;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li {
    display: flex;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li:last-child {
    border-bottom: 1px dashed transparent;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li > a {
    font-weight: bold;
    white-space:nowrap;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li > ul {
    flex:auto;
    width: 200px;
    display: flex !important;
    flex-wrap: wrap;
    min-width: initial;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li ul {
    position:initial;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li ul > li {
    display: inline-block;
}
.nav_promenu > .dropdown-menu > li > .dropdown-menu > li ul > li > a {
    font-size: 13px;
    padding-right: 15px;
    border-left: 1px solid #CCC;
    margin:5px 0;
    padding:0px 10px;
}
/* 轮播图 */
.banner-bg {
    display: block;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* 轮播图分页器选中颜色重写 */
:root {
    --swiper-theme-color: #FF7E00;
}
.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 60px;
}
.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: -80px;
    top: 25px;
    width: 60px;
    height: 1px;
    background: #C1C1C1;
}
.index-title-zh:after {
    content: "";
    position: absolute;
    right: -80px;
    top: 25px;
    width: 60px;
    height: 1px;
    background: #C1C1C1;
}
.index-title-white:before {
    background: #fff;
}
.index-title-white:after {
    background: #fff;
}
.index-title-en {
    font-size: 16px;
    color: #999999;
}
.index-pagination{
    position:relative;
    margin-bottom:200px;
}
.kj-index-pagination {
    width: 60px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    left: 50%;
    top: 66px;
    transform: translate(-30px, 10px);
    outline: none;
}
.kj-index-next,
.kj-index-prev {
    top: 50%;
    font-size: 20px;
    background-image: none;
    font-size: 40px;
    color: #cacbcb;
    outline: none;
}
.kj-index-next {
    right: 0;
    transform: translate(40px,-50%);
}
.kj-index-prev {
    left: 0;
    transform: translate(-40px,-50%);
}
.swiper-pagination-bullet-active {
    background: #FF7E00;
}
.white > .swiper-pagination-bullet{
    background:#fff;
}
/* 首页——产品分类简述 */
.index-catainfo{
   display:flex;
   width:calc(100% + 30px);
   margin:60px -15px 80px;
}
.index-catainfo-items {
    flex: 0 0 33.33%;
    width: 33.333%;
    padding-right: 30px;
    text-align:center;
}
.index-catainfo-img .img {
    width: 100%;
    height: 0;
    padding-top: 76%;
    background-size: cover !important;
}
.index-catainfo-title {
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #111111;
    margin:25px 0 15px;
}
.index-catainfo-desc {
    color: #666666;
    line-height: 30px;
    height:120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/* 首页——产品中心 */
.index-services-part {
    background: #F8F8F8;
    padding: 60px 0 80px;
    position:relative;
}
.index-services-part > div{
    position:relative;
}
.index-services-items {
    display: flex;
}
.index-services-img{
    width:45%;
    flex:0 0 45%;
}
.index-services-img .img {
    width: 100%;
    height: 426px;
    background: #000000;
    background-size: cover !important;
}
.index-services-text {
    width: 200px;
    flex: 55%;
    margin-left: -60px;
    margin-top: 40px;
    height: 346px;
    background: #FFFFFF;
    opacity: 0.95;
    padding:50px;
    box-shadow:0 0 2px rgba(0,0,0,0.2);
}
.index-services-title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111111;
    line-height: 30px;
}
.index-services-title:after {
    content: '';
    display:block;
    width: 27px;
    height: 3px;
    background: #FF7E00;
    margin:20px 0;
}
.index-services-desc {
    height: 120px;
    color: #666666;
    line-height: 30px;
    overflow:hidden;
}
/* 模板页——页面底部 *******************************************************/
.kj-bottom {
    background: #000;
    border-bottom: 1px solid #666;
}
.kj-bottomcon {
    display: flex;
    justify-content:space-between;
    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: #FF7E00;
    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: #FF7E00;
    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: 15px 0;
    padding-left: 15px;
}
/* 内页-产品分类描述 */
.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;
        overflow: hidden;
    }
    .intro-catainfo-nav a{
        display:block;
    }

    .intro-catainfo-nav > li:hover {
        background: #FF7E00;
    }
.intro-catainfo-nav > li:hover a {
    color: #fff;
}
.intro-catainfo-content{
    margin:50px 0;
}
.intro-catainfo-content > li {
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 26px;
    display: flex;
}
.intro-catainfo-content > li:last-child {
    border: 1px solid transparent;
}
.intro-catainfo-content > li .img {
    flex: 0 0 32%;
    height: 254px;
    margin-right: 20px;
    background-size: cover !important;
}
.intro-catainfo-content > li > div{
    flex:auto;
    width:200px;
}
.intro-catainfo-title {
    font-size: 22px;
    font-weight: bold;
    color: #111111;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
}
.intro-catainfo-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-catainfo-summary > p {
    margin:0;
}
.intro-catainfo-url {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #FF7E00!important;
    margin-top:50px;
}
/* 内页-产品小分类描述 */
.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 a{
    display:block;
}
    .intro-subcatanav > li.active{
    background: #FF7E00;
}
.intro-subcatanav > li.active a{
    color:#fff;
}
.intro-subcatacon{
    margin:50px 0;
}
.intro-subcatacon > li {
    height: 198px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 5px 5px 0px rgba(6, 0, 1, 0.08);
    margin-bottom: 30px;
    padding:30px;
    display:flex;
    align-items:center;
}
.intro-subcatacon-img {
    width: 410px;
    height: 160px;
    background-size: contain !important;
}
.intro-subcatacon_con {
    flex: auto;
    width: 200px;
}
.intro-subcatacon-title {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 20px;
}
.intro-subcatacon-text span {
    line-height:30px;
    height:90px;
    overflow:hidden;
}
.intro-subcatacon-text span {
    color: #999;
}
/*产品左侧导航栏*/
.kj-intro-proleft {
    margin-bottom: 20px;
    padding-right: 20px;
}
.kj-intro-proleft .title{
    background: #3280EC;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    padding-left: 15px;
}
.kj-intro-proleft ul {
    background: #F8FBFF;
    padding: 10px;
}
.kj-intro-proleft ul li {
    background: #F8FBFF;
    border-bottom: 1px dashed #ddd;
    list-style: disc;
}
.kj-intro-proleft ul li > a {
    font-size: 12px;
    padding: 10px 5px;
}
.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: #F8FBFF !important;
}
/*产品列表*/
.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-left {
    border: 1px solid #B7B7B7;
    border-top: 3px solid #FF7E00;
    padding: 15px;
    font-size: 13px;
    color: #666666;
    line-height: 23px;
}
.proinfo-left-title {
    font-size: 18px;
    font-weight: bold;
    color: #FF7E00;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADADA;
}
.proinfo-left-subtitle {
    font-weight: bold;
}
.proinfo-left-content{
    margin-bottom:25px;
    margin-top:10px;
}
/*产品详情页--右侧*/
.intro-protop{
    display:flex;
}
.intro-proimg {
    width: 250px;
    height: 250px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-right:20px;
}
.intro-proimg .img {
    width: 230px;
    height: 230px;
}
.intro-proattr {
    flex: auto;
}
.intro-proattr-zh {
    font-size: 22px;
    margin-top:0;
    margin-bottom:6px;
}
.intro-proattr-en {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    border-bottom: 1px dashed transparent!important;
}
.intro-proattr-txt > div {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd;
}
.intro-proattr-txt > div:last-child {
    border-bottom: 1px dashed transparent;
}
.intro-proattr-txt span {
    color: #999;
    width: 110px;
    display: inline-block;
}
.intro-proattr > a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #2272AD;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    border: none;
    margin-top: 8px;
    margin: 8px 10px 15px 0;
}
.intro-proattr > a.active {
    background: #0099FF;
    color: #fff;
}
.intro-proattr > a:hover {
    color: #fff;
}
/* 表格详情 */
.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;
    padding:15px;
}
.intro-company{
    display:flex;
    margin:25px auto 40px;
}
.intro-company-conleft{
    flex:0 0 400px;
    width:400px;
    margin-right:30px;
}
.intro-company-title {
    font-size: 24px;
    color: #0094E7;
}
.intro-company-subtitle {
    font-size: 16px;
    color: #A5A6A7;
    margin:10px 0 18px
}
.intro-company-content {
    font-size: 15px;
    line-height: 32px;
    color: #666;
    word-wrap: break-word; /*自动换行*/
    word-break: normal;
}
/*内页-研发服务*/
.intro-services {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}
.intro-services-items{
    margin-right:2%;
    flex:0 0 32%;
}
.intro-services-items:nth-child(3n+3){
    margin-right:0%;
}
.intro-services-bgimg .bgimg {
    width:100%;
    height:0;
    padding-top:80%;
    background-size:cover!important;
}
.intro-services-title{
    text-align:center;
    margin:15px auto 25px;
}
.intro-services-content {
    background: #F7F7F7;
    padding:40px 30px;
    margin-bottom:60px;
}
/*内页-研发服务*/
.intro-custom {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}
.intro-custom-items {
    margin-right: 2%;
    flex: 0 0 32%;
}
.intro-custom-items:nth-child(3n+3) {
    margin-right: 0%;
}
.intro-custom-bgimg .bgimg {
    width: 80%;
    height: 0;
    padding-top: 60%;
    background-size: cover !important;
    margin:0 auto;
}
.intro-custom-title {
    width: 80%;
    background: #C4E7FF;
    text-align: center;
    padding: 18px 0;
    margin: 0 auto;
}
/* 内页-新闻资讯 */
.intro-news-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: #FF7E00;
}
.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: #FF7E00;
    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: #FF7E00;
    color:#fff;
}
/* 内页-员工福利 */
.intro-welfare-items:nth-child(2n+2) {
    background: #F7F7F7;
}
.intro-welfare-items .container{
    display: flex;
    align-items:center;
    padding: 40px 0;
}
.intro-welfare-items:nth-child(2n+2) .container {
    flex-direction: row-reverse;
}
.intro-welfare-conright {
    flex: 0 0 460px;
    width: 460px;
    margin-left: 20px;
}
.intro-welfare-conleft {
    flex:auto;
}
.intro-welfare-items:nth-child(2n+2) .intro-welfare-conright {
    margin-left: 0px;
    margin-right: 40px;
}
.intro-welfare-title {
    font-size: 18px;
    margin-bottom:20px;
}
.intro-welfare-content {
    color: #666;
    word-wrap: break-word; /*自动换行*/
    word-break: normal;
}
/* 内页-联系我们 */
.intro-contact{
    font-size:16px;
    line-height:32px;
}
.index-contact .kj-modal-body > dl:nth-child(2n+1) {
    margin-right: 2%;
}
.intro-liuyanban {
    width: calc(90% + 30px);
    margin: -200px auto 0;
    z-index: 9;
    position: relative;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 5px 0px #ddd;
}
.intro-liuyanban-text{
    padding:20px 0 30px;
    font-size:17px;
}
.intro-liuyanban .kj-modal-body > dl {
    flex: 0 0 32%;
    width: 32%;
    margin-right: 2%;
}
.intro-liuyanban .kj-modal-body > dl:nth-child(3n+3) {
    margin-right: 0;
}
#messageboard_message {
    width: 100%;
    flex: 0 0 100%;
}
#messageboard_message textarea {
    width: 100%;
    height: 90px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #DCD9D9;
    outline: none;
}
/* 内页-搜索 */
.intro-subcatacon_search{
    margin:0 0 50px;
}
.kj-intro-product .title span {
    font-size: 16px;
}
.kj-intro-product .title span.active {
    color: #FF7E00;
}
.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: #FF7E00;
}
.kj-mainarea .breadcrumb li:last-child a {
    color: #FF7E00;
}
.kj-mainarea .list-group .btn-primary {
    background-color: #FF7E00 !important;
    border-color: #FF7E00 !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: #FF7E00;
    color: #000;
    display: none;
    padding: 8px;
    min-width: 100px;
}
    .kj-flex-content>img{
        max-width:initial!important;
        width:126px;
    }
    .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: #FF7E00;
}
.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: #FF7E00;
    margin: 10px auto;
    border-radius: 20px;
    padding: 7px 20px 8px;
    white-space: nowrap;
    display: block;
    text-align: center;
}
.kj-flex-btn > ul > li:hover .kj-float-qq-visble a {
    color: #FF7E00;
}
.kj-float-tel-visble {
    padding: 17px 15px 18px;
    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: #FF7E00;
    border-color: #FF7E00;
    color:#fff;
}
.kj-pagination .pagination > li > a, .kj-pagination .pagination > li > span {
    color: #FF7E00;
}
@media(min-width:768px) {
    .kj-search-collapse {
        display: block;
    }
    /*.kj-headerright {
        flex: auto;
        width: 200px;
    }
    .kj-headerright .navbar-header {
        float: right;
    }
    .kj-nav{
        display:flex;
    }
    .kj-nav-wapmenu {
        flex: 0 0 40px;
        width: 40px;
        order: 1;
    }
    .kj-search-wapicon {
        background: transparent;
        color: #fff;
        font-size: 20px;
    }*/
}
.kj-header_container {
    background-color: rgba(0, 0, 0, .8);
}

.kj-nav-menulist > li > a {
    color: #fff !important;
    line-height:30px;
}

.kj-sousuolanmbx {
    color: #999;
    padding:0 15px;
    padding-top: 15px;
}

    .kj-sousuolanmbx a,
    .kj-sousuolanmbx li {
        color: #333 !important;
    }

.kj-search-result {
    color: #E70707;
}

.kj-sousuolanmbx > div {
    padding-left: 0 !important;
}





