body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.c {
    overflow: hidden;
}
.container {
    width: 1000px !important;
    margin: 0 auto;
    padding: 0;
}
.l {
    float: left;
}
.r {
    float: right;
}
a {
    text-decoration: none;
    color: #000;
}
a:focus,
a:hover {
    color: rgb(1,104,181);
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blue_color {
    color: rgb(1,104,181);
}
/*header*/
.kj_header {
    height: 120px;
    position: relative;
}
.kj_hd_logo {
    position: absolute;
    left: 0;
    top: 15px;
}
.kj_search_inner {
    height: 27px;
    width: 410px;
    position: absolute;
    right: 0;
    top: 10px;
    border: 1px solid #c0d3e1;
}
.kj_search_inner input {
    width: 382px;
    height: 25px;
    background-color: #f8f8f8;
    color: #8a8a8a;
    line-height: 25px;
    text-indent: 10px;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
}
.kj_search_inner button {
    width: 28px;
    height: 27px;
    color: #ffffff;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/ss.jpg);
}
/*nav*/
.kj_nav {
    border-bottom: 3px solid rgb(1,104,181);
    height: 35px;
    line-height: 35px;
}
.kj_nav_inner > li {
    width: 160px;
    text-align: center;
    background: url(../images/navtb.jpg) no-repeat 0 10px;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 35px;
}
.kj_nav_inner > li:first-child {
    background-image: none;
}
.kj_nav_inner > li > a {
    color: rgb(1,104,181);
    display: block;
}
.kj_nav_inner > li.active > a,
.kj_nav_inner > li > a:hover {
    background-color: rgb(1,104,181);
    color: #fff;
}
.kj_nav_inner > li > ul {
    display: none;
    position: absolute;
    min-width: 100%;
    top: 35px;
    left: 0;
    height: auto;
    z-index: 10;
    background-color: rgba(1,104,181,.8);
}
.kj_nav_inner > li > ul > li {
    border-bottom: 1px solid #fff;
    padding: 0 15px;
}
.kj_nav_inner > li > ul > li:last-child {
    border-bottom:0;
}
.kj_nav_inner > li > ul > li a {
    display: block;
    color: #fff;
}
/*banner*/
.kj_banner {
    position: relative;
    margin-top: 15px;
}
.kj_banner .carousel-control {
    opacity:0;
}
/*新闻资讯*/
.kj_news {
    height: 35px;
    overflow: hidden;
    background-image: url(../images/newbg.jpg);
}
.newleft {
    width: 85px;
    line-height: 35px;
    text-indent: 10px;
    float: left;
    color: rgb(1,104,181);
    font-size: 15px;
}
.newright {
    width: 900px;
    float: left;
    margin-left: 15px;
}
ul.newright li {
    float: left;
    line-height: 35px;
    height: 35px;
    width: 48%;
    overflow: hidden;
    text-indent: 17px;
    margin-right: 2%;
    background: url(../images/newtb.jpg) no-repeat 0 16px;
}
ul.newright li > a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*content*/
.kj_content {
    margin-top: 10px;
}
.title {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: rgb(1,104,181);
    border-bottom: 2px solid rgb(1,104,181);
}
.title a {
    float: right;
    font-size: 12px;
}
.kj_about,
.kj_product,
.kj_contact {
    float: left;
    width: 31%;
}
.kj_about_content,
.kj_product_content,
.kj_contact_content {
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    margin-top: 5px;
}
/*产品详情*/
.kj_product {
    width: 32%;
    margin: 0 3%;
}
.kj_product_content {
    margin-top: 10px;
    position: relative;
}
.kj_pc_list {
    position: relative;
}
.kj_pc_list li {
    float: left;
    height: 150px;
    width:172px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #bed5e5;
}
.kj_pc_list li > p {
    text-indent: 15px;
}
.kj_pc_list li > p > a {
    line-height: 30px;
    color: rgb(1,104,181);
    display: block;
    white-space: nowrap;;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj_pc_list li > a {
    display: block;
    width: 100%;
    height: 105px;
    line-height: 105px;
    text-align: center;
}
.kj_pc_list li > a > img {
    max-width: 100%;
    max-height: 105px;
}
/*footer*/
.kj_footer {
    background: rgb(1,104,181) url(../images/footerbg.jpg) repeat-x center center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.kj_footer_inner {
    color: #9cb5cf;
    line-height: 25px;
}
.kj_footer_inner a {
    color: #9cb5cf;
}
/*returntop*/
.kj_returntop {
    width: 46px;
    height: 46px;
    bottom: 128px;
    position: fixed;
    right: 50px;
    display: none;
    background: url(../images/top.jpg) left top no-repeat;
    z-index: 99;
}
/*news_yemian*/
.kj_news_inner {
    margin-top:10px;
    overflow:hidden;
    min-height:300px;
}
.iny_left {
    width: 220px;
    overflow: hidden;
    float: left;
}
.iny_left ul li {
    line-height: 35px;
    font-size: 15px;
    color: rgb(1,104,181);
}
.iny_left ul li a {
    color: rgb(1,104,181);
}
.iny_left > ul > li > a {
    display:block;
    line-height:35px;
    border-bottom: 2px solid rgb(1,104,181);
}
.iny_left ul ul {
    background-color: #acdcf3;
    padding: 10px;
}
.iny_left ul ul li {
    line-height: 30px;
    background: url(../images/fltb.png) no-repeat 0 8px;
    text-indent: 10px;
    font-size: 13px;
}
.iny_left ul ul li a:hover,
.iny_left ul ul li.active a {
    color: #ce0b0f;
}
.iny_right {
    width: 740px;
    float: left;
    margin-left: 40px;
    overflow: hidden;
}
.position {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 15px;
    color: rgb(1,104,181);
    border-bottom: 2px solid rgb(1,104,181);
}
.breadcrumb {
    background-color:#fff;
    padding:0;
}
.breadcrumb > li + li:before {
    content: ">";
    color: rgb(1,104,181);
}
.breadcrumb > li > a,
.breadcrumb > .active {
    color: rgb(1,104,181);
}
.listnews {
    padding: 10px;
}
.listnews ul li {
    height: 30px;
    line-height: 30px;
    background-image: url(../images/newtb.jpg);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    text-indent: 15px;
}
.listnews ul li span {
    float: right;
    color: #000;
    margin-right: 0;
}
.listnews ul li a {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:85%;
}
.kj_fenye {
    text-align: center;
    font-size: 15px;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top:20px;
    margin-bottom:20px;
}
.kj_fenye span {
    padding-left: 5px;
    padding-right: 5px;
}
.kj_fenye select {
    display:none;
}
/*news_info*/
h3.news {
    border-bottom: 1px dashed #cccccc;
    line-height: 25px;
    font-size: 15px;
    text-align:center;
}
h3.news > p {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-bottom:0;
}
/*pages*/
.rightcontent {
    line-height: 30px;
    padding: 10px;
}
.rightcontent th {
    text-align:center;
}
.rightcontent td {
    padding:5px;
}
/*product_yemian*/
.abintobx {
    /*border: 1px solid #cccccc;*/
    /*border-left: 0px;
    border-bottom: 0px;*/
    margin-top: 10px;
}
.abintobx table thead td {
    background-color: #dddddd;
    line-height:35px;
    padding:0;
}
.abintobx table td {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    overflow: hidden;
    padding:5px;
}
.listrightimg {
    width: 100%;
    height: 110px;
    line-height:110px;
    text-align: center;
}
.listrightimg img {
    max-width:100%;
    max-height:110px;
}
/*product_info*/
.pronametitle {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-weight:bold;
}
.proinfotable td {
    padding:3px;
}
.proinfotable td img {
    max-width: 100%;
}
.inquiry {
    background-color: #dddddd;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}
.blukquote_dialog .formcom-ipt {
    width: 92%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.blukquote_dialog .formcom-area {
    width: 92%;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.blukquote_dialog .form-vcodebox {
    float: right;
    margin-right: 8%;
}
.blukquote_dialog .form-vcodebox img {
    height:34px;
    border:1px solid #ccc;
}
.blukquote_dialog dl {
    margin-bottom: 8px;
}
.blukquote_dialog .formcolumn-item-ct .formcom-vcode {
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;    
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    background-color: rgb(239,245,247);
    border-bottom: 0;
}
.kj_xunpan {
    padding:20px;
}
/*xiugai*/
.kj_products_message1 > ul > li {
    margin-bottom:20px;
}
.kj_products_message1 > ul > li > a {
    display: block;
    width: 100%;
    text-align: center;
    height: 200px;
    line-height: 200px;
}
.kj_products_message1 > ul > li > a img {
    max-width:100%;
    max-height:200px;
}
.kj_products_message1 > ul > li > p {
    margin-top:10px;
    margin-bottom:0;
    padding:0 5px;
}
.kj_products_message1 > ul > li > p > a {
    display:block;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.proinfor {
    padding:10px;
    line-height:24px;
}
.proinfor img {
    max-width:100% !important;
}
@media (max-width: 1200px) {
    .container {
        width: 970px !important;
    }
    /*pages*/
    .iny_right {
        width:720px;
        margin-left:30px;
    }
}
@media (max-width: 992px) {
    .container {
        width: 750px !important;
    }
    #mobilesearchbox .input-group {
        width: 590px;
    }
    .kj_top_banner {
        margin-top: 110px;
    }
    .navbar-nav > li ul {
        display: none;
    }
    .kj_about,
    .kj_product,
    .kj_contact {
        width: 100%;
        margin: 10px 0;
    }
    .kj_about_content,
    .kj_contact_content {
        height: auto;
    }
    /*pages*/
    .iny_left {
        float: none;
        width: 100%;
        margin-bottom:20px;
    }
    .iny_right {
        float:none;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .container {
        width: 96% !important;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    #mobilesearchbox {
        position: absolute;
        left: 135px;
        right: 80px;
        top: 0;
        padding: 0;
        border-width: 0;
    }
    #mobilesearchbox .input-group {
        width: auto;
    }
    .navbar-nav > li ul {
        display: block;
        padding: 0 15px;
    }
    .navbar-nav > li ul li {
        padding: 10px;
    }
    .navbar-default .navbar-nav > li > a {
        color: rgb(1,104,181);
    }
    .kj_top_banner {
        margin-top: 60px;
    }
    .kj_returntop {
        right: 10px;
    }
    /*pages*/
    .iny_left {
        display:none;
    }
    /*product_yemian*/
    /* Force table to not be like tables anymore */
    .kj_products_message1 table,
    .kj_products_message1 thead,
    .kj_products_message1 tbody,
    .kj_products_message1 th,
    .kj_products_message1 td,
    .kj_products_message1 tr {
        display: block;
        width: 100%;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .kj_products_message1 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .kj_products_message1 tr {
        border-top: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .kj_products_message1 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: relative;
        padding-left: 10px !important;
        white-space: normal;
        text-align: left !important;
    }
    .abintobx {
        border:0;
    }
    .listrightimg {
        text-align: left;
    }
}