body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei';
}
.c {
    overflow: hidden;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.clear {
    clear: both;
}
.l {
    float: left;
}
.r {
    float: right;
}
.panel{
    border-radius:0px !important;
}
a {
    text-decoration: none;
    color: rgb(102,102,102);
}
a:focus,
a:hover {
    color: rgb(233,137,0);
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blue1 {
    color: rgb(59,153,227);
}
.blue2 {
    color: rgb(0,94,167);
}
.blue3 {
    color: rgb(0,75,134);
}
.orange {
    color: rgb(233,137,0);
}
.red {
    color: rgb(210,8,23);
}
/*head*/
.kj_head {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow:0 1px 5px #ccc;
}
/*top*/
.kj_top{
    height: 40px;
    background-color: rgb(239,239,239);
    line-height: 40px;
}
.kj_top a{
    display: inline-block;
    margin: 0 5px;
}
.kj_top_title i,
.kj_top_link i {
    font-size: 16px;
    margin: 0 5px;
    line-height: 40px;
}
.kj_top_link a img {
    margin-right: 5px;
    margin-top: -4px;
}
/*header*/
.kj_header {
    height: 120px;
}
.kj_hd_logo {
    margin-top: 24px;
    max-width: 200px;
}
.kj_hd_logo img {
    width: 100%;
}
.kj_hd_search {
    width: 540px;
    height: 45px;
    line-height: 45px;
    position: relative;
    margin-top: 40px;
    margin-left: 80px;
}
.kj_hd_search input {
    width: 100%;
    height: 45px;
    border: 2px solid rgb(0,94,167);
    border-radius: 30px;
    text-indent: 120px;
    outline: 0;
    /*color: rgb(186,186,186);*/
    font-size: 12px;
}
    .kj_hd_search .kj_select:hover ul {
        display: block;
    }
.kj_hd_search .kj_select {
    background-color: rgb(0,94,167);
    position: absolute;
    z-index: 99999;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 45px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 30px;
    color: #fff;   
    outline:0;
    border:0;      
    -moz-appearance:none;
   -webkit-appearance:none;    
}
.kj_select > a {
    display: block;
    line-height: 45px;
    color:#fff;
}
.kj_select > ul {
    display:none;
}
.kj_select > ul li {
    background-color: rgba(0,94,167,1);
    height: 30px;
    line-height: 30px;
}
.kj_select > ul li a {
    color:#fff;
}
.kj_select > ul li:hover {
    background-color: rgb(0,75,134);
}
.kj_hd_search > i {
    position: absolute;
    z-index: 10;
    color: #fff;
    top: 0;
    left: 70px;
    font-size: 24px;
}
.kj_hd_search span i {
    margin: 0 5px;
    font-size: 20px;
}
.kj_hd_search button {
    border: 0;
    outline: 0;
    background-color: rgb(0,94,167);
    position: absolute;
    z-index: 9;
    top: 1px;
    right: 0;
    width: 80px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    border-radius: 30px;
}
.kj_hd_search1 {
    color: #fff;
    font-size: 24px;
}
.kj_hd_contact {
    margin-top: 40px;
    margin-left: 40px;
    height: 45px;
    line-height: 45px;
}
.kj_hd_contact i {
    font-size: 40px;
    margin-right: 10px;
}
.kj_hd_phone {
    font-size: 16px;
    line-height: 24px;
    color: rgb(168,168,168);
}
.kj_hd_phone span {
    font-size: 16px;
    color: rgb(25,25,25);
}
.kj_hd_shopcart {
    height: 45px;
    line-height: 45px;
    margin-top: 40px;
    margin-left: 20px;
    padding-left: 15px;
    border-left: 1px solid rgb(237,237,237);
    position: relative;
    cursor:pointer;
}
.kj_hd_shopcart i {
    font-size: 40px;
}
.kj_hd_shopcart sup {
    position: absolute;
    right: -8px;
    top: 0;
    background-color: rgb(233,137,0);
    color: #fff;
    border-radius: 20px;
    padding: 0 5px;
    display: block;
    line-height: 18px;
}
.kj_hd_code {
    margin-top: 30px;
}
.kj-navbar-phone-top {
    background-color: #fff;
}
/*nav*/
.kj_nav {
    margin-top:160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: rgb(0,94,167);
    position:relative;
}
.kj_nav_inner > li {
    float: left;
    height: 50px;
    line-height: 50px;
}
.kj_nav_inner > li.active,
.kj_nav_inner > li:hover {
    background-color: rgb(0,75,134);
}
.kj_nav_inner > li > a {
    color: #fff;
    padding: 0 42px;
    border-right: 1px solid #fff;
    position: relative;
    z-index: 10000;
}
.kj_nav_inner > li:nth-child(3) > a {
    position:initial;
}
.kj_nav_inner > li:last-child > a,
.kj_nav_inner > li.active > a,
.kj_nav_inner > li:hover > a {
    border-right-color: transparent;
}
.nav > li > a {
    padding-right:10px;
}
.kj_phone_input {
    width:90%;
}
.kj_nav_bg {
    position:absolute;
    z-index:9999;
    top:-30px;
    left:415px;    
}
/*banner*/
.kj_banner {
    position: relative;   
}
.bannerSlide {
    position: relative;
}
.bannerSlide .item {
    display: none;
}
.bannerSlide .item.active {
    display: block;
}
.bannerSlide .item img {
    width: 100%;
}
.banner_change {
    position: absolute;
    bottom: 10px;
    left: 48%;
    z-index: 9;
}
.banner_change .prev,
.banner_change .next {
    display: none;
}
.middle_points span {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgb(180,180,180);
}
.middle_points span.now {
    background-color: rgb(255,158,2);
}
/*productcenter*/
.kj_productcenter {
    margin-top: 40px;
}
.kj_title {
    text-align: center;
}
.kj_title p {
    color: rgb(149,149,149);
    margin-top: 10px;
    margin-bottom: 30px;
}
.kj_productcenter ul li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    max-height: 300px;
    overflow: hidden;
}
.kj_productcenter_inner {
    border: 1px solid rgb(221,221,221);
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.kj_productcenter_inner img {
    width: 100%;
    max-height: 207px;
}
.kj_productcenter_inner > p {
    margin-top: 15px;
    font-size: 18px;
    color: rgb(51,51,51);
}
.kj_productcenter_inner > p span {
    font-size: 16px;
    color: rgb(163,163,163);
}
.kj_chakan {
    position: absolute;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    background-color: rgb(0,94,167);
    color: #fff;
    left: 35%;
    border-radius: 30px;
}
/*newproduct*/
.kj_newproduct > ul > li {
    width: 226px;
    min-height: 210px;
    margin-bottom: 20px;
    margin-right: 15px;
}
/*.kj_newproduct > ul > li:nth-child(5n) {
    margin-right: 0;
}*/
.kj_newproduct > ul > li > a {
    width:100%;
    display:block;
    text-align:center;
    border: 1px solid #ddd;
}
.kj_newproduct > ul > li img {
    max-width: 100%;
    max-height: 142px;    
}
.kj_newproduct > ul > li p {
    color: rgb(51,51,51);
    margin-top: 10px;
    margin-bottom: 5px;
    overflow:hidden;
    white-space:nowrap;
}
.kj_newproduct > ul > li span {
    font-size: 16px;
    font-weight: bold;
}
.kj_newproduct {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}
    .kj_newproduct ul {
        position: absolute;
        left: 0;
        top: 0;
        height: 450px;
        overflow: hidden;
    }
/*service*/
.kj_service {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(242,243,248);
}
.kj_service_inner > ul > li {
    max-width: 226px;
    min-height: 240px;
    margin-bottom: 20px;
    margin-right: 15px;
}
.kj_service_inner > ul > li:nth-child(5n) {
    margin-right: 0;
}
.kj_service_inner > ul > li img {
    width: 100%;
    height: 153px;
}
.kj_service_inner > ul > li p {
    color: rgb(51,51,51);
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.kj_service_inner > ul > li span {
    color: rgb(151,151,151);
    display: inline-block;
    height: 40px;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
    overflow: hidden;
}
/*news*/
.kj_news {
    margin-top: 30px;
    padding-bottom: 40px;
}
.kj_news_inner > li > p {
    color: rgb(149,149,149);
}
.kj_news_inner > li > p i {
    font-size: 18px;
    margin-right: 10px;
}
.kj_news_inner > li > div {
    margin-bottom: 20px;
}
.kj_ni_title {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
}
.kj_ni_inner {
    color: rgb(149,149,149);
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.kj_news_inner > li > a {
    color: rgb(51,51,51);
}
.kj_news_inner > li > a span,
.kj_news_inner > li > a:hover {
    color: rgb(49,126,231);
}
/*pinpai*/
.kj_pinpai {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: rgb(242,243,248);
}
.kj_pinpai_inner {
    position: relative;
}
.kj_pinpai_inner > i {
    position: absolute;
    top: 25px;
    left: -25px;
    color: rgb(202,202,202);
    font-size: 30px;
    cursor: pointer;
}
.kj_pinpai_inner > i:hover {
    color: rgb(0,94,167);
}
.kj_pinpai_inner .next {
    left: auto;
    right: -25px;
}
.kj_pi_inner > ul {
    height: 90px;
}
.kj_pi_inner ul li img {
    width: 100%;
    height: 90px;
}
/*bottom*/
.kj_bottom {
    background-color: rgb(0,94,167);
    padding-top: 50px;
    padding-bottom: 50px;
}
.kj_bottom_inner ul li {
    color: #fff;
    margin-right: 50px;
}
.kj_bottom_inner ul li:last-child {
    margin-right: 0;
}
.kj_bottom_inner ul li span {
    margin-left: 10px;
    font-size: 16px;
}
/*foot*/
.kj_foot {
    background-color: rgb(0,94,167);
}
.kj_foot_inner {
    padding-top: 30px;
    border-top: 1px solid rgb(77,143,194);
    padding-bottom: 20px;
}
.kj_fi_inner {
    padding-top: 20px;
    padding-left: 0;
}
.kj_fi_inner li {
    line-height: 24px;
}
.kj_fi_inner li a {
    color: #fff;
}
.kj_fi_inner li a:hover {
    color: #e98900;
}
.kj_fi_inner > li {
    float: left;
    margin-left: 45px;
    color: #fff;
}
.kj_fi_inner > li:first-child {
    margin-left: 0;
}
.kj_fi_inner > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.kj_fi_inner > li > ul {
    margin-top: 10px;
}
.kj_contact > ul > li {
    text-indent: 40px;
    line-height: 40px;
}
.kj_contact > ul > li:first-child {
    background: url("../images/address.png") no-repeat left center;
}
.kj_contact > ul > li:nth-child(2) {
    background: url("../images/email.png") no-repeat left center;
}
.kj_contact > ul > li:last-child {
    background: url("../images/phone.png") no-repeat left center;
}
.kj_fi_code {
    margin-top: 20px;
    padding-right: 0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.kj_fi_inner > li:nth-child(2),
.kj_fi_inner > li:last-child {
    width:180px;
}
.kj_fi_inner > li:nth-child(2) > ul > li,
.kj_fi_inner > li:last-child > ul > li {
    float:left;
    width:90px;
}

/*footer*/
.kj_footer {
    background-color: rgb(0,77,136);
}
.kj_footer_inner {
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.kj_footer_inner span {
    margin-left: 20px;
}
.kj_footer_inner span a {
    color: #fff;
}
.kj_footer_inner a {
    color: #fff;
}
.kj_footer_inner a:hover {
    color: #e98900;
}
.kj-phonefooter {
    text-align: center;
}
/*fixed*/
.kj-slide-right-bar {
    display:block;
    position: fixed;
    top: 200px;
    /*right: 6px;*/
    /*width: 42px;*/
    right: -165px;
    z-index: 9999;
    transition: all 0.3s ease 0s;
}
.kj-slide-right-bar1 {
    top: auto;
    bottom: 20px;
}
.slide-right-bar-shopcart:hover  #kj-minshopcart-box  {
    display:block;
}
.slide-right-bar-shopcart #kj-minshopcart-box {
    display:none;
}
.ShopCartBox {
    position:fixed;
    top:0;
    bottom:0;
    right:205px;
    width:400px;
    background-color:#fff;
    z-index:999999;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-radius: 0;
    font-size:12px;
    display: none !important;
}
.ShopCartBox .shopcartitemtableheader td {
    font-weight: bold;
    background-color: #efefef;
}
.ShopCartBox .shopcartitemtable td {
    padding: 3px;
    border-bottom: 1px solid #dddddd;
}
.ShopCartBox .shopcartctrlbox {
    padding: 15px;
    font-size: 16px;
    background-color: #efefef;
    position:absolute;
    bottom:0;
    right:0;
    left:0;
}
.ShopCartBox .shopcartctrlbox .shopcartjiesau {
    float: right;
    padding: 5px;
}
.ShopCartBox .minshopcartboxnum {
    font-size: 20px;
}
.kj-slide-right-bar ul, .kj-slide-right-bar li {
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
}
.kj-slide-right-bar li {
    background-color: rgb(59,153,227);
    margin-bottom: 5px;
    width: 200px;
    height: 40px;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}
.kj-slide-right-bar li sup {
    position:absolute;
    left: 20px;
    top:0;
    background-color:rgb(233,137,0);
    color:#fff;
    border-radius:20px;
    padding:0 5px;
    display:block;
    line-height:16px;
}
.kj-slide-right-bar li>a {
    display: block;
    padding: 3px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 40px;
}
.kj-slide-right-bar li>a>i {
    font-size:24px;
    float: left;
}
.kj-slide-right-bar li>a>span {
    float: left;
    margin-left: 20px;
    display: inline-block;
    height: 40px;
    line-height: 35px;
}
.kj-slide-right-bar > ul > li > a:hover {
    background-color: rgb(0,94,167);
}
.kj_online_content {
    background-color:#ddd;
    margin-top: 20px;
}
.kj_online_content table tr {
    height: 40px;
    border-bottom: 1px solid #cdcdcd;
}
.kj_online_content table td.QQlogo {
    width: 70px;
}
.kj_online_content table td.QQname {
    width: 110px;
    text-align:left;
}
.email .kj_online_content td {
    padding: 10px;
    color: #000;
    text-align: left;
}
/*page*/
.kj-mainarea {   
    padding-bottom:30px;
}
.kj-main-article {
    line-height:24px;
    padding:10px 0 20px;
}
#GBFORM dd input {   
    height: 30px;
    line-height: 30px;   
}
#GBFORM dt {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 80px;
}
#GBFORM dd input.btn {
    line-height:20px;
}
.breadcrumb {
    background-color:#fff;
    margin-top:10px;
}
.guestbook_form .formcolumn-item-ct input[type="text"] {
    width: 97%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 34px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.guestbook_form .formcolumn-item-ct textarea {
    width: 97%;
    height: 100px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/*product-yemian*/
.kj-product-item {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
.kj-product-list > a {
    display: inline-block;
    width: 100%;
}
.kj-product-list > a p {
    width: 140px;
    margin: 0 auto;
    height: 130px;
}
.kj-product-list p img {
    vertical-align: middle;

    max-width:100%;
}
/*product_info*/
.kj-progoods-list .table th, .kj-progoods-list .table td {
    text-align: center;
}
.kj-progoods-list .panel{
    margin-bottom:10px;
}
.kj-pro-num-box.kj-pro-num-box-min input {
    width: 30%;
}
.productinfo_img > .item {
    height: 240px;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 40px;
}
.productinfo_img > .item img {
    width: 238px;
    height: 150px;
    margin: auto;
}
.kj-productinfo-fliter dd {
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 80px;
    line-height: 35px;
}
.kj-productinfo-fliter dt {
    border-bottom: 0px solid #f8f8f8;
    width: 60px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.kj-productinfo-fliter dd a {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ffffff;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    margin-top:2px;
}
.kj-productinfo-fliter dd a:hover {
    border-color: #ff6600;
    color: #ff6600;
}
.kj-productinfo-fliter dd a.disable {
    color: #cccccc;
    cursor: not-allowed;
    border: 1px dashed #dddddd;
}
.kj-productinfo-fliter dd a.disable:hover {
    border: 1px dashed #dddddd;
    color: #cccccc;
}
.kj-productinfo-fliter dd a.active {
    border-color: red;
    color: red;
}
.kj-productinfo-fliter dd a.active:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 0px;
    height: 0px;
    border-top: 20px solid red;
    border-left: 20px solid transparent;
    font: normal normal normal 12px/1 FontAwesome;
}
.kj-productinfo-fliter dd a.active::after {
    content: "\f00c";
    color: #ffffff;
    position: absolute;
    right: 1px;
    top: 0px;
    text-align: center;
    width: 10px;
    height: 10px;
    font: normal normal normal 12px/1 FontAwesome;
}
.productinfo_table {
    border:1px solid rgb(221,221,221);
}
.productinfo_table tr th {
    background-color:rgb(243,243,243);
    text-align:center;
    width:20%;
}
.kj-product-content {
    margin-bottom:20px;
}
/*danweizhuanhuanqi*/
.computetool_cont .toolguide_cont {
    border-radius: 9px;
    border: 2px solid #d9e1ec;
    float: left;
    width: 30%;
    margin-right:3%;
    margin-top: 10px;
    padding:10px;
    background-color: #f6f6f6;
}
.toolfzlmol {
    border:1px solid #ddd;
}
.toolfzl {
    border-bottom: 5px solid #6f6a67;
}
.toolfzlmol_tit {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.toolfzlmol_inf {
    height: 35px;
    line-height: 35px;
}
.toolfzlmolsearchboxout {
    border: 1px solid #e8e8e7;
}
.toolfzlmolsearchbox {
    background-color: #f6f6f6;
    padding: 15px;
    position: relative;
    overflow:hidden;
}
.entryform {
    float: left;
}
.toolfzlmolsearchboxt input {
    width: 220px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e3e3e4;
    text-indent: 10px;
    color: #9a9899;
}
.toolfzlmolsearchboxt .button01 {
    margin-left: 40px;
    text-indent: 0px;
    border: 1px solid #2985bd;
    font-weight: bold;
    font-size: 16px;
    background-color: #2985bd;
    color: #ffffff;
    display: inline-block;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}
.outputform {
    float: left;
    margin-left: 50px;
}
.outputform div span {
    margin-left: 10px;
    display: inline-block;
    width: 65px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e3e3e4;
}
.toolfzlmol_infindex {
    text-indent: 20px;
    height:auto;
}
.toolfzlmol_inf a {
    color: #bf4038;
}
.toolfzl, .toolmol {
    padding: 10px 25px;
    border-bottom: 5px solid #6f6a67;
}
.toolfzlmol_inf span {
    color: #2885bc;
}
.toolfzlmolsearchbox ul li div {
    width: 200px;
    float: left;
    line-height: 25px;
}
.toolfzlmolsearchbox ul input {
    width: 95px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e3e3e4;
}
.toolfzlmolsearchbox select {
    width: 55px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #e3e3e4;
    color: #555657;
}
.toolfzlmolsearchbox ul li span {
    margin-left: 10px;
}
.fzlmolsbut {
    position: absolute;
    right: 70px;
    top: 40px;
    border: 1px solid #2985bd;
    background-color: #2985bd;
    color: #ffffff;
    display: inline-block;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 30px;
}
.toolfzlmolsearchbox label {
    font-weight: bold;
}
.toolfzlmol_otherinf {
    line-height: 25px;
    padding-left: 35px;
    padding-top:10px;
}
.animal {
    border:1px solid #ddd;
    padding: 10px 25px;
}
.animalinf {
    line-height: 35px;
}
.animalinf span {
    color: #2885bc;
}
.animalinf_tit {
    font-size: 16px;
    font-weight: bold;
}
.animalinfbox {
    border: 1px solid #e8e8e7;
    margin-top: 10px;
    margin-bottom:15px;
}
.animalinf_t {
    padding: 0px 18px;
}
.tool_cal_form {
    background-color: #f6f6f5;
    padding: 18px;
}
.tool_cal_form ul li div {
    width: 195px;
    float: left;
    line-height: 25px;
}
.tool_cal_form ul li div label {
    font-weight: bold;
}
.tool_cal_form input {
    width: 95px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e3e3e4;
}
.tool_cal_form select {
    width: 60px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #e3e3e4;
    color: #555657;
}
.tool_cal_form ul li span {
    margin-left: 10px;
}
.tool_cal_form .button01 {
    text-indent: 0px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #2985bd;
    background-color: #2985bd;
    color: #ffffff;
    display: inline-block;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}
.animalinf_none {
    height: 35px;
    line-height: 35px;
}
.tool_cal_form1 {
    margin-top: 10px;
}
.tool_cal_form1_tit {
    font-size: 16px;
}
.tool_cal_form1left {
    float: left;
    margin-left: 50px;
    width: 250px;
}
.tool_cal_form1left ul {
    background-color: #f6f6f5;
    padding: 20px;
    margin-top: 15px;
}
.tool_cal_form1left ul li {
    margin-bottom: 15px;
}
.tool_cal_form1left ul input {
    width: 130px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e3e3e4;
    text-indent: 10px;
}
.tool_cal_form1_button {
    margin-top: 40px;
    margin-left: 50px;
}
.tool_cal_form1 .button01 {
    text-indent: 0px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #2985bd;
    background-color: #2985bd;
    color: #ffffff;
    display: inline-block;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}
.tool_cal_form1right {
    float: left;
    margin-left: 50px;
    width: 600px;
}
.tool_cal_form1right ul {
    margin-top: 15px;
}
.tool_cal_form1right th {
    background-color: #f6f6f5;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-weight: normal;
    border:1px solid #ddd;
}
.tool_cal_form1right tr td {
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    border:1px solid #ddd;
}
/*neiye*/
.kj-mainarea {
    min-height:600px;
}
@media (max-width: 1200px) {
    .container {
        width: 970px;
    }
    .kj_hd_logo {
        max-width: 180px;
    }
    .kj_hd_search {
        width: 440px;
        height: 45px;
        line-height: 45px;
        position: relative;
        margin-top: 40px;
        margin-left: 20px;
    }
    .kj_hd_contact {
        margin-left: 20px;
    }
    .kj_hd_shopcart {
        margin-left: 15px;
        padding-left: 10px;
    }
    .kj_nav_inner > li > a {
        padding: 0 30px;
    }
    .kj_nav_bg {        
        left:335px;   
    }
    .kj_productcenter_inner img {
        max-height: 165px;
    }
    .kj_productcenter ul li {
        padding-bottom: 65px;
        margin-bottom: 0;
    }
    .kj_chakan {
        left: 30%;
    }
    .kj_newproduct > ul > li {
        width: 179px;        
    }
    .kj_service_inner > ul > li {
        max-width: 182px;
    }
    .kj_bottom_inner ul li {
        margin-right: 20px;
    }
    .kj_bottom_inner ul li span {
        font-size: 14px;
    }
    .kj_fi_inner > li {
        margin-left: 10px;
    }   
}
@media (max-width: 992px) {
    .container {
        width: 750px;
    }
    .kj_banner {
        margin-top: 60px;
    }
    .kj_newproduct > ul > li {
    margin-right:9px;
    }
   
    .kj_service_inner > ul > li,
    .kj_service_inner > ul > li:nth-child(5n) {
        max-width: 175px;
        margin-right: 15px;
    }
    
    .kj_service_inner > ul > li:nth-child(4n) {
        margin-right: 0;
    }
    .kj_pinpai_inner > i {
        top: 75px;
    }
    .kj_pi_inner > ul > li {
        margin-bottom: 10px;
    }
    .kj_pinpai {
        margin-bottom: 60px;
    }
    .kj_pi_inner > ul {
        height: auto;
    }
    .nav-tabs {
        border: 0;
        margin-top: 5px;
    }
    .kj-mainarea {
        margin-top: 115px;
        margin-bottom: 20px;
    }
    .toolfzlmolsearchboxt input {
        width:150px;
    }
    .toolfzlmolsearchboxt .button01,
    .fzlmolsbut {
        width:100px;
    }
    .tool_cal_form1left {
        margin-left:0;
    }
    .tool_cal_form1right {
        margin-left:0;
        margin-top:10px;
    }
}
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .kj_newproduct > ul > li {
        max-width: 173px;
    }
    .kj_newproduct > ul > li {
        margin-right: 8px;
    }
    .row {
        margin:0;
    }
    .kj_phone_input {
        width:auto;
    }
    .kj_productcenter {
        margin-top: 10px;
    }
    .kj_productcenter ul {
        margin: 0;
    }
    .kj_productcenter ul li {
        padding-bottom: 40px;
    }
    .kj_newproduct > ul,
    .kj_service_inner > ul {
        padding: 0 15px;
    }
   

    .kj_service_inner > ul > li,
    .kj_service_inner > ul > li:nth-child(5n) {
        max-width: 49%;
        margin-right: 2%;
    }

    .kj_service_inner > ul > li:nth-child(2n) {
        margin-right: 0;
    }
    .kj_news_inner > li {
        margin-bottom: 20px;
    }
    .kj_pinpai_inner > i {
        display: none;
    }    
    #progoodslist {
        padding-left:20px;
    }
    .kj-mainarea {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .toolfzlmolsearchboxt input {
        width: 135px;
    }
    .outputform {
        margin-left:0;
        margin-top:10px;
    }
    .computetool_cont .toolguide_cont {
        width:100%;
        float:none;
        margin-right:0;
    }
    .toolfzlmolsearchbox ul li div {
        width:220px;
    }
    .fzlmolsbut {
        right:5px;
    }
    .tool_cal_form .button01 {
        margin-top:10px;
    }
    .tool_cal_form1right {
        width:100%;
    }
    .tool_cal_form1right tr td {    
        overflow: hidden;
        max-width: 70px;    
    }
}

.kj-item-caption-min{
    word-break:break-all;
}


.kj-pro-num-box {
    position: relative;
    width: 112px;
    height: 37px;
    border: 1px solid #dddddd;
    text-align: center;
}

    .kj-pro-num-box button {
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        position: absolute;
        margin: 0px;
        padding: 0px;
        top: 0px;
        border: 0;
    }

        .kj-pro-num-box button:hover {
            background-color: #f8f8f8;
        }

    .kj-pro-num-box .kj-pro-num-minus {
        left: 0px;
    }

    .kj-pro-num-box .kj-pro-num-plus {
        right: 0px;
    }

    .kj-pro-num-box input {
        width: 40px;
        height: 35px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        border: 0;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

.kj-pro-num-box-min {
    height: 27px;
    line-height: 25px;
    width: 85px;
    margin: 0px auto;
}

    .kj-pro-num-box-min button {
        width: 25px;
        height: 25px;
    }

    .kj-pro-num-box-min input {
        height: 25px;
        width: 30px;
    }

.kj_product_shopcart {
    outline: 0;
    border: 0;
    background-color: transparent;
}

a.kj_product_shopcart {
    color: rgb(1,118,206);
    text-decoration: underline;
}

.kj_product_shopcart .fa-cart-plus {
    font-size: 1.5em;
    color: rgb(238,43,36);
}
.kj_jikgiu .table{
    margin-bottom:0px;
}
.kj-toggle-goods-btn {
    float: right;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.kj-progoods-list .panel-heading{
    border-bottom:0px !important;
    background-color:#f8f8f8;
}
.kj-goods-purity{
    color:#888888;
}
.kj-goods-href{
    color:rgb(0,94,167);
}
.kj-progoods-list .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.kj-progoods-list .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.kj-progoods-list .table-striped > tbody > tr > th:first-child,
.kj-progoods-list .table-striped > tbody > tr > td:first-child {
    padding-left: 15px;
}