﻿/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, font, img, ins, kbd, q, samp, small, strike, sup, tt,
var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-family:'simsun','Times New Roman';
    font-weight: normal;
    font-style: normal;
}
*{
    box-sizing: border-box;
}
header, article, section, aside, nav, footer {
    display: block;
}
input[type=button] {
    cursor: pointer;
}
input,img,button,select,textarea{border: 0; background-color: transparent;}

a{text-decoration: none; color: #333; cursor: pointer;}

ol,ul{
    list-style:none;
}
blockquote, q{
    quotes:none;
}

:focus{
    outline:0;
}

ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}
/*默认设置样式*/
body, html{
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    font-size: 14px;
}
/*公用样式*/
.public_width { width: 1200px; margin: 0 auto;}
.public_left{ float: left;}
.public_right{ float: right;}
.public_clear { overflow: hidden; zoom: 1;}

/*顶部*/
.kj_top{
    position: relative;
    width: 100%;
    height: 35px;
    font-size: 12px;
    color: #858585;
    background-color: #f5f5f5;
}
.kj_top_left{
    line-height: 35px;
}
.kj_top_inner{
    position: relative;
    height: 35px;
}
.kj_top_right a{
    display: inline-block;
    height: 12px;
    line-height: 12px;
    color: #858585;
    padding: 0 12px;
    margin-top: 11.5px;
}
.kj_top_right a:nth-child(1),.kj_top_right a:nth-child(2){
    border-right: 1px solid #858585;
}
.kj_top_right .kj_tr_cn, .kj_top_right .kj_tr_en{
    height: 35px;
    line-height: 35px;
    padding-left: 28px;
    margin-top: 0;
}
.kj_tr_cn{
    background: url("../images/ch.png") no-repeat left center;
}
.kj_tr_en{
    background: url("../images/en.png") no-repeat left center;
}
.kj_top a:hover{
    color: #ed7500;
}

/*LOGO*/
.kj_header{
    height: 120px;
}
.kj_hd_logo {
    padding-top: 11px;
    padding-left: 10px;
}
.kj_hd_tel img{
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 45px;
    margin-right: 12px;
}
.kj_hd_tel span{
    display: block;
    line-height: 28px;
    font-size: 26px;
    color: #ed7500;
}
.kj_hd_tel span:first-child{
    color: #010101;
    font-size: 16px;
    margin-top: 30px;
}
/*搜索框*/
.kj_search input{
    border: 1px solid #ccc;
    height: 35px;
    line-height: 32px;
    margin-top: 50px;
}
.kj_search_text{
    width: 410px;
    padding: 0 8px;
}
.kj_search_btn{
    width: 80px;
    text-align: center;
    background-color: #02726c;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-right: 30px;
}

/*MENU*/
.kj_nav{
    height: 45px;
    border-bottom: 1px solid #fff;
    background-color: #404652;
}
.kj_nav > ul{
    height: 45px;
}
.kj_nav > ul > li {
    position: relative;
    float: left;
    height: 45px;
    font-size: 16px;
}
.kj_nav > ul > li:hover, .kj_nav > ul > li.on{
    transition: all .5s;
    background-color: #92cecc;
    margin: 0 -1px;
    padding: 0 1px;
}
.kj_nav > ul > li:hover > a, .kj_nav > ul > li.on > a {
    border-right-color: transparent;
    color: #1c1c1c;
}
.kj_nav > ul > li:hover ul {
    display: block;
}
.kj_nav > ul > li > a {
    border-right: 1px solid #fff;
    margin-top: 14.5px;
}
.kj_nav > ul > li > a {
    height: 16px;
    line-height: 16px;
    padding: 0 40px;
}
.kj_nav > ul > li a{
    display: inline-block;
    color: #fff;
}
.kj_nav > ul > li:last-child a{
    border-right-color: transparent;
}
.kj_nav > ul > li.home a{
    border-right-color: transparent;
}
.kj_nav li .nav2 {
    display: none; 
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #858585;
}
.kj_nav li .nav2 li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.kj_nav li .nav2 li:hover {
    background-color: #92cecc;
}
.kj_nav li .nav2 li:hover a {
    color: #666;
}
/*Banner*/
.kj_banner{
    position: relative;
    overflow: hidden;
    height: 380px;
}
.kj_probanner{
    position: relative;
    overflow: hidden;
    height: 259px;
}
.kj_banner #ace_imgviewbox{
    position: relative;
}
.kj_banner_cont{
    overflow: hidden;
    width: 730px;
    height: 300px;
    letter-spacing: 1.5px;
    margin-left: 141px;
}
.kj_banner #ace_imgviewbox p, .kj_banner #ace_imgviewbox .kj_banner_text{
    position: relative;
    z-index: 10;
}
.kj_banner #ace_imgviewbox .kj_banner_text{
    animation: bannerimg 1s ease-out;
    margin-top: 115px;
}
.kj_banner #ace_imgviewbox p{
    opacity: 0;
    width: 700px;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
    margin-left: 8px;
    animation: bannertext 2s ease-out .8s forwards;
}
@keyframes bannerimg{
    0%{
        opacity: 0;
        transform: scale(.1);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bannertext{
    0%{
        opacity: 0;
        margin-top: 70px;
    }
    100%{
        opacity: 1;
        margin-top: 10px;
    }
}
.kj_banner_imgnavbox {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.kj_banner_imgnavbox a {
    display: inline-block;
    width: 12px;
    border-radius: 6px;
    height: 12px;
    background-color: #6c6d68;
    font-size: 0;
    line-height: 0;
    margin: 3px;
}
.kj_banner_imgnavbox .activeSlide {
    background-color: #03afd9;
}
/*Search2*/
.kj_search2{
    height: 95px;
    background-color: #92cecc;
}
.kj_sr2_srbox{
    margin-left: 35px;
    padding-top: 10px;
}
.kj_sr2_mode span{
    display: inline-block;
    line-height: 35px;
    margin-right: 25px;
}
.kj_sr2_prosr{
    display: inline-block;
    font-size: 16px;
    background: url("../images/search.png") no-repeat left center;
    padding-left: 30px;
    margin-top: 48px;
    margin-left: 110px;
}
.kj_sr2_text{
    width: 460px;
    height: 28px;
    border: 1px solid #8f8f8f;
    background-color: #fff;
    line-height: 26px;
    padding: 0 8px;
}
.kj_sr2_btn{
    width: 75px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-color: #ed6a00;
    margin-left: 10px;
}
.kj_sr2_order, .kj_sr2_down{
    width: 120px;
    height: 28px;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    color: #006964;
    background-color: #fff;
    margin-left: 30px;
    margin-top: 44px;
}
/*Content*/
.user_callback #user_pic{position:relative;overflow:hidden;height:390px;width:1200px;z-index:2;margin:0 auto;}
.user_callback #user_pic ul{width:1100px;height:390px;overflow: hidden;position:relative;top:20px;left:45px;}
.user_callback #user_pic ul li{position:absolute;}
.user_callback #user_pic ul img{position:relative;top:0;left:0;}

.user_callback #user_pic ul li:nth-child(8){top:-285px;left:-231px;z-index:0;}
.user_callback #user_pic ul li:nth-child(7){top:-285px;left: -222.5px;z-index:2;}
.user_callback #user_pic ul li:nth-child(1){top: 0;left: 0;z-index:3;}
.user_callback #user_pic ul li:nth-child(2){top:100px;left:165px;z-index:4;}
.user_callback #user_pic ul li:nth-child(3){top:165px;left:405px;z-index:6;}
.user_callback #user_pic ul li:nth-child(4){top:100px;left:650px;z-index:2;}
.user_callback #user_pic ul li:nth-child(5){top:0px;left:808px;z-index:1;}
.user_callback #user_pic ul li:nth-child(6){top:-285px;left:330px;z-index:0;}


.user_callback #user_pic ul li:hover{background:#ed7500;}

.user_callback #user_pic ul li:nth-child(7){opacity:0;filter:alpha(opacity:20);}
.user_callback #user_pic ul li:nth-child(8){opacity:0;filter:alpha(opacity:60);}
.user_callback #user_pic ul li:nth-child(1){opacity:.9;filter:alpha(opacity:80);}
.user_callback #user_pic ul li:nth-child(2){opacity:.9;filter:alpha(opacity:100);}
.user_callback #user_pic ul li:nth-child(3){opacity:1;filter:alpha(opacity:100);}
.user_callback #user_pic ul li:nth-child(4){opacity:.9;filter:alpha(opacity:80);}
.user_callback #user_pic ul li:nth-child(5){opacity:.9;filter:alpha(opacity:60);}
.user_callback #user_pic ul li:nth-child(6){opacity:0;filter:alpha(opacity:20);}


.user_callback #user_pic span{display:inline-block;*display:inline;*zoom:1;width:80px;height:80px;position:absolute;top:160px;z-index:30;cursor:pointer;opacity:0.7;filter:alpha(opacity=70);}
.user_callback #user_pic:hover span{opacity:1;filter:alpha(opacity=100);}
.user_callback #user_pic span img{width:80px;height:80px;display:block;}
.user_callback #user_pic span.prev{background:url(../images/proleft.png) no-repeat;position:absolute;top:100px;left:5px;display:inline-block; width:17px;height:60px;}
.user_callback #user_pic span.next{background:url(../images/proright.png) no-repeat;position:absolute;top:100px;right:5px;display:inline-block;width:17px;height:60px; }

.user_callback ul li{
    width: 290px;
    height: 205px;
    text-align: center;
    background-color: #8ecdcb;
    padding: 5px;
}
.user_callback ul li img{
    display: inline-block;
    width: 280px;
    height: 160px;
}
.user_callback ul li a:last-child{
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    letter-spacing: 1px;
    line-height: 22px;
    text-shadow: 1px 1px 3px #3d8280;
}
.user_callback #user_pic ul li:hover {
    z-index: 999
}

.kj_hpro_center{
    background-color: #fff;
    padding: 20px 0 40px;
}
.kj_hpro_center h2, .kj_hnowpro h2 {
    position: relative;
}
.kj_hmore{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 99;
    width: 70px;
    height: 40px;
}
.kj_hproimg{
    height: 400px;
}
/*NowProduct*/
.kj_hnowpro{
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background-color: #e9e9e9;
    padding: 20px 0 40px;
    margin-bottom: 45px;
}
.kj_hnowpro .kj_cc_btn {
    height: 200px;
    width: 25px;
    cursor: pointer;
}
.kj_hnowpro .kj_cc_btn img{
    margin-top: 110px;
}
.kj_hnowpro #iproductulbox {
    width: 1100px;
    margin: 35px 25px 0;
}
.kj_hnowpro ul {
    height: 200px;
    width: 10000px;
}
.kj_hnowpro ul li {
    float: left;
    width: 230px;
    height: 200px;
    background-color: #fff;
    text-align: center;
    margin-left: 30px;
}
.kj_hnowpro ul li:first-child{
    margin-left: 0;
}
.kj_hnowpro li div{
    background-color: #fff;
    height: 165px;
}
.kj_hnowpro li img {
    max-width: 198px;
    max-height: 163px;
}
.kj_hnowpro li > a{
    display: block;
    overflow: hidden;
    width: 230px;
    height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    background-color: #ed7500;
    color: #fff;
    padding: 0 6px;
}
.kj_hnowpro li a:hover {
    color: #999;
}
/*公司动态*/
.kj_hcompany{
    overflow: hidden;
    height: 263px;
    border-bottom:  5px solid #03746e;
    line-height: 30px;
    color: #4a4a4a;
    padding-bottom: 53px;
}
.kj_hcompany h2{
    margin-bottom: 15px;
}
.kj_hcompany > div{
    overflow: hidden;
    height: 210px;
}
.kj_hdynamic{
    width: 440px;
}
.kj_hdynamic li {
    width: 100%;
    overflow: hidden;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 30px;
    background: url("../images/neww.png") no-repeat left center;
}
.kj_hdynamic li a:hover {
    color: #ed7500;
}
.kj_habout{
    width: 710px;
}
.kj_habout div{
    text-indent: 35px;
}
.kj_habout div img{
    display: inline-block;
    float: left;
    max-width: 215px;
    max-height: 135px;
    margin-right: 25px;
    margin-top: 7px;
}
/*Footer*/
.kj_footer {
    line-height: 25px;
    color: #fff;
    background-color: #afafaf;
}
.kj_footer .kj_copyright{
    border-top: 1px solid #928e8e;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
}
.kj_footer a{
    color: #fff;
}
.kj_footer a:hover {
    color: #ed7500;
}
/*单页面*/
.kj_pages {
    margin: 20px auto;
    padding: 0 50px;
}
.kj_navigation {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #666;
    font-size: 16px;
    background-color: #f5f5f5;
    padding-left: 40px;
    margin-bottom: 20px;
}
.kj_navigation a {
    color: #666;
}
.kj_navigation a:hover {
    color: #ed7500;
}
.kj_pages_content {
    line-height: 28px;
    padding: 20px;
}
.kj_pc_l {
    width:610px;
}
.kj_pc_r {
    width:450px;

}

/*底部 页数*/
.padding {
    text-align: center;
    padding-top: 20px;
}
.padding span {
    padding: 0 4px;
}
.padding span a {
    color: #92cecc;
}
.padding span a:hover {
    color: #ed7500;
}
.padding input, .padding select {
    width: 47px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #aaa;
    padding: 0 3px;
    box-sizing: border-box;   
    font-size: 12px;
}
.padding input[type="button"] {
    background-color: #00b9e7;
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 1px 12px;
    margin-left: 5px;
    cursor: pointer;
}
/*新闻列表*/
.kj_newlist li {
    border-bottom: 1px dotted #ed7500;
    line-height: 40px;
    background: url("../images/neww.png") no-repeat 4px center;
    text-indent: 35px;
}
.kj_newlist li span {
    float: right;
}
.kj_newlist li a {
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 88%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kj_newlist li a:hover {
    color: #ed7500;
}
/*新闻详情页*/
.kj_newi_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 30px;
}
.kj_newi_title span {
    display: inline-block;
    text-align: left;
}
.kj_newi_content {
    line-height: 28px;
    text-indent: 40px;
}
.kj_newi_content a {
    color: #92cecc;
}
.kj_newi_content a:hover {
    color: #ed7500;
}

/*产品列表页*/
/*搜索结果页*/
.kj_prolist li, 
.kj_search_result li {
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0 -3px 2px #bbb;
    padding: 8px;
    margin: 20px 0;
}
.kj_prolist li div,
.kj_search_result li div {
    height: 170px;
}
.kj_prolist li .kj_prol_img,
.kj_search_result li .kj_prol_img {
    position: relative;
    width: 25%;
}
.kj_prolist li .kj_prol_name,
.kj_search_result li .kj_prol_name {
    width: 70%;
    margin: 0 2%;
    padding-top: 20px;
}
.kj_prolist .kj_prol_img img,
.kj_search_result .kj_prol_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    max-width: 170px;
    max-height: 170px;
}
.kj_prolist .kj_prol_name a,
.kj_search_result .kj_prol_name a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kj_prolist .kj_prol_name a:first-child span,
.kj_search_result .kj_prol_name a:first-child span, 
.kj_main .padding a {
    color: #0070e0;
}
.kj_prolist div.kj_prol_name a:hover span,
.kj_search_result div.kj_prol_name a:hover span, 
.kj_main .padding a:hover {
    color: #ed7500;
}
.kj_prolist .kj_prol_name a.kj_more_detail,
.kj_search_result .kj_prol_name a.kj_more_detail  {
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 90%;
    font-size: 13px;
    color: #0070e0;
}
.kj_prolist .kj_prol_name a.kj_more_detail:hover,
.kj_search_result .kj_prol_name a.kj_more_detail:hover {
    color: #ed7500;
}
.kj_prolist .kj_prol_name a.kj_chinese_name,
.kj_search_result .kj_prol_name a.kj_chinese_name {
    width: 85%;
}

/*产品详情*/
.kj_proi_title .proinftit_t{
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.kj_proi_title .proinftit_b {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.kj_proi_content{width: 800px;}
.proinfotable table{ width: 100%; margin: 20px 0;}
.proinfotabletxttable tr td{ border-bottom:1px dotted #feadaf; height: 40px;}
.proinfotable table tr td:nth-child(2n-1){ width: 162px; text-align: right; background-color: #f8f8f8; padding-right: 10px;}
.proinfotable table tr td[id ^= "proinfo_cas"] {width: 140px;}
.proinfotable table tr td:nth-child(2n){padding-left: 10px; padding-right: 10px;}
.proinfotabletxttable .proinfotabletxttableheader td{ line-height:35px; color:#062989; font-size:16px; border-bottom:1px solid #feadaf; }
.kj_structure{max-width: 260px; overflow: hidden;}
.kj_structure h4 {
    border-radius: 32px 2px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    background-color: rgba(237, 117, 0, .5);
    color: #fff;
    margin-top: 30px;
}
.kj_structure_img {
    position: relative;
     height: 245px;
     width: 245px;
     border: 1px solid #ed7500; 
     margin-top: 20px;
}
.kj_structure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    max-height: 243px;
    max-width: 243px;
}
.proinfotablexj{ margin-top:15px; text-align:center;}
.contentplist {
    display: none;
    clear: both;
    font-size: 16px;
    padding-top: 20px;
    padding-left: 20px;
}
.contentplist .kj_pi_tab {
    border-bottom: 2px solid #0070e0;
}
.contentplist .kj_pi_tab a {
    display: inline-block;
    border-radius: 8px 8px 0 0;
    padding: 10px 15px;
}
.contentplist .kj_pi_tab a.on {
    color: #fff;
    background-color: #0070e0;
}
.contentplist .kj_pic_contentplist {
    display: none;
    line-height: 30px;
}
.kj_pic_contentplist .coamsdslisttable {
    text-align: center;
    margin: 20px;
}
.kj_pic_contentplist .coamsdslisttable tr:first-child {
    background-color: #f5f5f5;
}
.kj_pic_contentplist .coamsdslisttable tr {
    height: 35px;
    border: 1px solid #e2e2e2;
}
.kj_pic_contentplist .coamsdslisttable tr img {
    display: inline-block;
    vertical-align: middle;
}
.contentplist ul li {
    overflow: hidden;
    float: left;
    display: inline;
    width: 170px;
    height: 202px;
    margin: 10px 5px 0px 5px;
}
.contentplist ul .kj_pic_proimg {
    width: 168px;
    height: 168px;
    border: 1px solid #cccccc;
    text-align: center;
}
.contentplist ul .kj_pic_proname {
    overflow: hidden;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    margin-top: 8px;
}
.contentplist ul .kj_pic_proname a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    padding: 0 4px;
}
.contentplist ul .kj_pic_proname a:hover {
    color: #ed7500;
}
.adfiledownlowd {
    margin-bottom: 15px;
}
.adfiledownlowd span, .adfiledownlowd a {
    display: inline-block;
    border-radius: 7px;
    background-color: #ed7500;
    color: #fff;
    padding: 0 10px;
}
.productdet .tab a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #92cecc;
}
.productdet .tab a.on, .productdet .tab a:hover {
    background-color: #ed7500;
}

/*下载附件*/
.kj_downfj li{
    overflow: hidden;
    height: 40px;
    border-bottom: 1px dotted #ed7500;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 4%;
}
.kj_downfj li a:hover {
    color: #ed7500;
}
.kj_downfj .kj_xzfj {
    float: right;
    display: inline-block;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/downw.png) no-repeat left center;
    margin: 0 5px;
    padding-left: 30px;
}
.kj_newi_fjxz {
    line-height: 35px;
    text-align: center;
    margin-top: -16px;
}
.kj_newi_fjxz img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
/*订购*/
.kj_pc_r dl{
    width: 100%;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto 10px;
} 
.kj_pc_r dd, .kj_pc_r dt {
    float: left;
}
.kj_pc_r dt {
    width: 22%;
    text-align: right;
}
.kj_pc_r dd {
    width: 78%;
    padding-left: 20px;
}
.kj_pc_r dd input, .kj_pc_r dd textarea{
    width: 94%;
    line-height: 30px;
    border: 1px solid #ccc;
}
.kj_pc_r dd input {
    height: 32px;
}
.kj_pc_r dd input[type=button] {
    background-color:#ed7500;
    color: #fff;
    margin-top:10px;
}
.kj_pc_r dd textarea {
    height: 62px;
}
.kj_pc_r #GBCAPTCHAIMG {
    display: inline-block;
}
.kj_pc_r #reguser_verifycode-tips {
    display: inline-block;
    width: 58%;
}
.kj_pc_r #GBCAPTHCA {
    display: inline-block;
    width: 95%;
}
.kj_pc_r #GBPOST {
    height: 35px;
    line-height: 35px;
    width: 230px;
    background-color: #ed6a00;
    color: #fff;
    margin-top: 10px;
}
.kj_pc_r #ExtUploadForm {
    background-color:#666;
    margin-top:10px;
}

/*联系我们*/
.kj_pages_contact dl{
    width: 60%;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto 10px;
} 
.kj_pages_contact dd, .kj_pages_contact dt {
    float: left;
}
.kj_pages_contact dt {
    width: 22%;
    text-align: right;
}
.kj_pages_contact dd {
    width: 78%;
    padding-left: 20px;
}
.kj_pages_contact dd input, .kj_pages_contact dd textarea{
    width: 80%;
    line-height: 30px;
    border: 1px solid #ccc;
}
.kj_pages_contact dd input {
    height: 32px;
}
.kj_pages_contact dd textarea {
    height: 62px;
}
#GBCAPTCHAIMG {
    display: inline-block;
}
#reguser_verifycode-tips {
    display: inline-block;
    width: 55%;
}
.kj_pages_contact #GBCAPTHCA {
    display: inline-block;
    width: 95%;
}
#GBPOST {
    height: 35px;
    line-height: 35px;
    width: 230px;
    background-color: #ed6a00;
    color: #fff;
    margin-top: 10px;
}
.kj_pagec_title {
    border-bottom: 1px solid #cfcfcf;
    color: #267acd;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.kj_pagec_txt {
    float: left;
    width: 50%;    
    line-height: 28px;
    font-size: 16px;
    color: #545454;
    word-break: break-all;
    padding-left: 16px;
    padding-right: 16px;
}
.kj_fw {
    margin-bottom: 15px;
    padding: 10px;
}
.fwzx {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    color: #545454;
    border-left: 5px solid #e70012; 
    padding-left: 16px;
    margin-left: -21px;
    margin-bottom: 10px;
}
/*友情链接*/
.kj_friend_link {
    padding: 30px 0 10px 0;
}
.kj_fl_left .nav2 {
    display: none;
}
.kj_fl_left, .kj_fl_right {
    width: 50%;
}
.kj_fl_left {
    border-right: 1px dotted #fff;
}
.kj_fl_left ul li {
    float: left;
    font-size: 16px;
    margin-right: 12px;
    margin-bottom: 20px;
}
.kj_fll_links {
    margin: 15px 0;
}
.kj_fll_links a {
    float: left;
}
.kj_fll_links img {
    display: inline-block;
    width: 95px;
    height: 32px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.kj_fl_right {
    padding-left: 60px;
}
.kj_fl_right h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.kj_fl_right li {
    overflow: hidden;
    float: left;
    width: 32%;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/footsj.png") left center no-repeat;
    margin-right: 1.3%;
    padding-left: 15px;
}





