body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei','OpenSans','Myriad Pro','Verdana','PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei';
}
.c {
    overflow: hidden;
}
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}
.l {
    float: left;
}
.r {
    float: right;
}
a {
    text-decoration: none;
    color: #666;
}
a:focus,
a:hover {
    color: #ff6600;
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.orange1 {
    color: #ff6600!important;
}
/*top*/

.kj-topnav-right{
    color:#ccc;
}
    .kj-topnav-right a, .kj-topnav-right span{
        color:#666;
    }
        .kj-topnav-right a:hover{color:#ff6600;}
        .kj_top {
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            color: #666;
            background-color: #f2f2f2;
            border-bottom: 1px solid #e9e8e7;
        }
.kj_top_inner > .l  a,
.kj_top_inner > .r > a {
    padding: 0 14px;
}
.kj_top_inner > .r > span {
    padding: 0 14px;
}
/*header*/
.kj_hd_logo {
    margin-top: 15px;
}
.kj_hd_search {
    margin-left: 41px;
    margin-top: 26px;
}
.kj_hd_search input {
    height: 36px;
    border: 1px solid #0979e9;
    width: 395px;
    float: left;
    text-indent: 8px;
    font-size: 12px;
    padding-top: 5px;
    border-radius: 0;
    color: rgb(182,182,182);
    outline: 0;
}
.kj_hd_search button {
    float: left;
    border-radius: 0;
    border: 0;
    outline: 0;
    height: 36px;
    text-align: center;
    width: 82px;
    font-size: 16px;
    background-color: #0979e9;
    color: #fff;
}
.kj_hd_hotproduct {
    margin-top: 42px;
    font-size:12px;
}
.kj_hd_hotproduct a {
    color: #999;
    padding: 0 5px;
}
.kj_hd_hotproduct a:hover {
    color: #ff6600;
}
.kj_hd_dingdanjifen {
    margin-top: 34px;
    margin-left: 32px;
}
.kj_hd_dingdanjifen > a {
    margin-right: 12px;
}
.kj_hd_dingdanjifen > a:hover {
}
.kj_hd_dingdanjifen > a img {
    margin-right: 5px;
    width: 25px;
    height: 25px;
}
.kj_hd_shopcart {
    position: relative;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ff6600;
    border-radius: 5px;
    margin-top: 25px;
    font-size: 12px;
    color: #ff6600;
    background-image: url(/content/xtheme/boaopaike/css/../images/shopcart1.png);
    background-repeat: no-repeat;
    background-position: 4px;
    text-indent: 30px
}
.kj_hd_shopcart > img {
    margin-right: 2px;
}
.kj_hd_shopcart sup {
    display: block !important;
    position: absolute;
    top: -10px;
    right: 0;
    width: 22px;
    text-align: center;
    text-indent: 0;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background-color: #ff6600;
    color: #fff;
}
/*nav*/
.kj_nav_inner .kj-online-400 {
    color: red;
    font-size: 18px;
    line-height: 40px;
    margin-right:0px;
}
    .kj_nav_inner .kj-online-400   i {
        font-size:22px;
    }
    .kj_nav {
        margin-top: 8px;
        border-bottom: 2px solid rgb(9,121,233);
    }
.kj_nav_inner > li {
    float: left;
    position: relative;
    font-size: 15px;
    margin-right: 36px;
	z-index:100;
}
.kj_nav_inner > li:first-child {
    margin-right: 44px;
}
.kj_nav_inner > li > a {
    display: block;
    position: relative;
    height: 40px;
    line-height: 39px;
    color: rgb(51,51,51)
}
.kj_nav_inner > li.active > a,
.kj_nav_inner > li > a:hover {
    color: #ff6600;
}
.kj_nav_inner > li:first-child > a {
    width: 205px;
    background-color: rgb(0,98,196);
    color: #fff;
    padding-left: 25px;
}
.kj_nav_inner > li > a > img {
    position: absolute;
    top: 0;
    right: -20px;
}
.kj_nav_inner > li > ul {
    position: absolute;
    left: 0;
    top: 40px;
    background-color: rgb(9,121,233);
    width: 100%;
    height: 443px;
    z-index: 12;
    border-top: 2px solid rgb(9,121,233);
    display: none;
}
.kj_nav_inner > li > ul > li {
    padding: 0 20px 0 25px;
    cursor: pointer;
    /*position: relative;*/
}
.kj_nav_inner > li > ul > li > a {
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.kj_nav_inner > li > ul > li > i {
    color: #fff;
    float: right;
    display: inline-block;
    font-size:12px;
    line-height: 38px;
}
.kj_nav_inner > li > ul > li:hover {
    background-color: #fff;
}
.kj_nav_inner > li > ul > li:hover > a {
    color: rgb(51,51,51);
}
.kj_nav_inner > li > ul > li:hover > i {
    color: rgb(9,121,233);
    float: right;
}
.kj_nav_inner > li > ul > li > ul {
    position: absolute;
    left: 205px;
    top: -1px;
    background-color: #fff;
    width: 725px;
    height: 442px;
    padding: 0 20px 20px;
    border: 1px solid rgb(9,121,233);
    border-left:0px;
    display: none;
	overflow:hidden;
	overflow-y:auto;
}
.kj_nav_inner > li > ul > li > ul > li > a {
    color: rgb(102,102,102);
    font-size: 12px;
    float: left;
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    margin-top: 20px;
}
.kj_nav_inner > li > ul > li > ul > li > ul {
    overflow: hidden;
    font-size: 12px;
    border-bottom: 1px dashed rgb(220,220,220);
}
.kj_nav_inner > li > ul > li > ul > li > ul > li {
    float: left;
    border-left: 1px solid rgb(228,228,228);
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 20px;
}
/*banner*/
.kj_banner {
    position: relative;
    height: 441px;
    background-size:cover;
}
.kj_banner_right {
    width: 265px;
    background-color: #fff;
    /*border-radius: 0 0 5px 5px;*/
    padding: 0 8px;
    height:441px;
    overflow:hidden;
}
.kj_cxtz_title {
    height: 37px;
    line-height: 37px;
    text-indent: 5px;
    border-bottom: 1px solid #ccc;
}
.kj_cxtz_content {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.kj_cxtz_content > li {
    font-size: 12px;
    line-height: 20px;
    text-indent: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.kj_br_middle {
    margin-top: 11px;
    padding: 0 13px;
}
.kj_br_middle > li {
    float: left;
    width: 50px;
    margin-left: 36px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.kj_br_middle > li:first-child {
    margin-left: 0;
}
.kj_br_middle > li > a {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.kj_br_middle > li > a img {
    max-width: 100%;
    max-height: 40px;
}
.kj_br_bottom_title {
    width: 100%;
    height: 31px;
    line-height: 31px;
    background: url("/content/xtheme/boaopaike/css/../images/dingdanchuli.png") no-repeat center center;
    color: #fff;
    text-align: center;
    margin-top: 14px;
}
.kj_br_bottom_content {
    padding: 0 4px;
}
.kj_br_bottom table {
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
}
.kj_br_bottom table th {
    font-weight: normal;
    color: #333;
    padding-bottom: 8px;
}
.kj_br_bottom table td {
    color: #666;
    padding-bottom: 10px;
}
.kj_dingdan {
    height: 125px;
    overflow: hidden;
}
.kj_dingdan table {
    margin-top: 0;
}
/*content*/
.kj_content {
    margin-top: 20px;
}
/*banner下图片*/
.kj_bannerbottom > li {
    float: left;
    width: 292px;
    height: 125px;
    margin-right: 11px;
}
.kj_bannerbottom > li:last-child {
    width: 291px;
    margin-right: 0;
}
/*优质供应商*/
.kj_yzgys,
.kj_rmbk,
.kj_tmc {
    margin-top: 30px;
    height: 391px;
}
.title {
    height: 31px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.title > span {
    color: #ff3300;
}
.kj_yzgys_left > img {
    width: 268px;
    height: 359px;
}
.kj_yzgys_right {
    width: 932px;
}
.kj_yrt_list {
    border-bottom: 1px solid #dd3e3e;
}
.kj_yrt_list > li {
    float: left;
    width: 106px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #dd3e3e;
    margin-right: 10px;
    text-align: center;
    margin-bottom: -1px;
    background-color: #fff;
}
.kj_yrt_list > li.active {
    border-bottom: 0;
}
.kj_yrt_zhengpin {
    padding-left: 28px;
    width: 236px;
    border-bottom: 1px solid #dd3e3e;
}
.kj_yrt_zhengpin > img {
    width: 120px;
    height: 30px;
}
.kj_yr_content,
.kj_rc_content,
.kj_tc_content {
    display: none;
}
.kj_yr_content.active,
.kj_rc_content.active,
.kj_tc_content.active {
    display: block;
}
.kj_yr_content > li {
    float: left;
    border-bottom: 1px solid rgb(228,228,228);
}
    .kj_yr_content > li > a {
        display: block;
        width: 233px;
        text-align: center;
        height: 119px;
        line-height: 119px;
        border-right: 1px solid rgb(228,228,228);
    }
.kj_yr_content > li > a img {
    max-width: 100%;
    max-height: 119px;
    transition: all 0.5s ease 0s;
}
.kj_yr_content > li > a img:hover {
    margin-top: -10px;
}
/*热门爆款*/
.kj_rmbk_left > img,
.kj_tmc_left > img {
    width: 268px;
    height: 359px;
}
.kj_rmbk_center,
.kj_tmc_center {
    width: 700px;
}
.kj_rc_list,
.kj_tc_list {
    border-bottom: 1px solid rgb(92,92,196);
    height: 31px;
}
.kj_rc_list > li,
.kj_tc_list > li {
    float: left;
    width: 106px;
    height: 31px;
    line-height: 31px;
    border: 1px solid rgb(92,92,196);
    margin-right: 10px;
    text-align: center;
    margin-bottom: -1px;
    background-color: #fff;
}
.kj_rc_list > li.active,
.kj_tc_list > li.active {
    border-bottom: 0;
}
.kj_rc_content > li,
.kj_tc_content > li {
    float: left;
    border-bottom: 1px solid rgb(228,228,228);
    border-right: 1px solid rgb(228,228,228);
}
.kj_rc_content > li > a,
.kj_tc_content > li > a {
    display: block;
    width: 174px;
    text-align: center;
    height: 179px;
    line-height: 179px;
}
.kj_rc_content > li:first-child > a,
.kj_tc_content > li:first-child > a {
    width: 349px;
}
.kj_rc_content > li > a img,
.kj_tc_content > li > a img {
    max-width: 100%;
    max-height: 179px;
    transition: all 0.5s ease 0s
}
.kj_rc_content > li > a img:hover,
.kj_tc_content > li > a img:hover {
    margin-top: -10px;
}
.kj_rmbk_right,
.kj_tmc_right {
    width: 232px;
}
.kj_rr_title,
.kj_tr_title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    color: #fff;
    margin-top: -11px;
    background: url("/content/xtheme/boaopaike/css/../images/remenbaokuan1.png") no-repeat center center;
}
.kj_tr_title img,
.kj_rr_title img {
    margin-right: 5px;
}
.kj_rr_content {
    height: 360px;
    width: 100%;
    border-bottom: 1px solid rgb(228,228,228);
    border-right: 1px solid rgb(228,228,228);
}
.kj_rr_content > ul {
    border-bottom: 1px solid rgb(228,228,228);
    padding: 0 10px;
}
.kj_rr_content > ul > li {
    font-size: 12px;
    color: #666;
    padding-top: 18px;
    padding-bottom: 7px;
    border-bottom: 1px dashed rgb(240,240,240);
}
.kj_rr_content > ul > li:last-child {
    border-bottom: 0;
}
.kj_rr_content > a {
    display: block;
    margin-left: 1px;
    width: 231px;
    height: 99px;
    text-align: center;
    line-height: 99px;
}
.kj_rr_content > a img {
    max-width: 100%;
    max-height: 99px;
}
/*特卖场*/
/*评论*/
.kj_pinglun {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
}
.kj_pinlun_title {
    height: 72px;
    padding-left: 20px;
    padding-top: 19px;
}
.kj_pinlun_title span:first-child {
    font-size: 18px;
    color: #333;
}
.kj_pinlun_title span:last-child {
    font-size: 12px;
    color: #999;
    margin-left: 6px;
}
.kj_pinglun_content {
    padding: 0 66px 10px;
    position: relative;
}
.kj_pinglun_content > img {
    position: absolute;
    top: 125px;
    cursor: pointer;
}
.kj_pinglun_content > img.arrow_left {
    left: 23px;
}
.kj_pinglun_content > img.arrow_right {
    right: 23px;
}
.kj_pc_inner {
    height: 385px;
}
.kj_pc_inner > li {
    float: left;
    width: 258px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.kj_pc_inner > li:nth-child(4) {
    margin-right: 0;
}
.kj_pi_top {
    border-bottom: 1px solid #eaeaea;
    padding-right: 8px;
}
.kj_pi_top > a {
    display: block;
    border: 1px solid #eaeaea;
    width: 250px;
    height: 250px;
    text-align: center;
    line-height: 248px;
}
.kj_pi_top > a img {
    max-width: 100%;
    max-height: 248px;
}
.kj_pi_liulan {
    margin-top: 10px;
    height: 21px;
    line-height: 18px;
}
.kj_pi_liulan > span {
    display: inline-block;
    font-size: 12px;
}
.kj_pi_content {
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 12px;
}
.kj_pi_bottom {
    margin-top: 18px;
    margin-bottom: 24px;
    font-size: 12px;
}
/*bottom*/
.kj_bottom {
    background-color: rgb(245,245,245);
}
.kj_bottom_inner {
    padding-top: 14px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
}
.kj_bottom_inner img {
    max-width: 100%;
}
/*foot*/
.kj_foot {
    background-color: rgb(245,245,245);
    padding-top: 20px;
}
.kj_foot_inner {
    border-bottom: 1px solid #e5e5e5;
}
.kj-footer-col{
    width:20%!important;
}
.kj-footer-col dt {
    font-size: 12px;
    margin-bottom: 10px;
    color: #333;
}
.kj-footer-col dd {
    font-size: 12px;
}
.kj-footer-col dd ul li {
    color: #666;
    margin-bottom: 5px;
}
.kj-footer-col dd ul li a {
    color: #666;
}
.kj_bottom_contact ul li span {
    display: inline-block;
}
.kj-footer-col dd ul li a:hover {
    color: #ff6600;
}
.kj_contanct {
    text-align: center;
    margin-top: 8px;
    color: #575757;
    border-left: 1px solid #e5e5e5;
}
.kj_contanct h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 15px;
}
.kj_contanct p {
    font-size: 12px;
    margin-bottom: 12px;
}
/*footer*/
.kj_footer {
    padding-top: 34px;
    padding-bottom: 59px;
    background-color: rgb(245,245,245);
    color: rgb(120,120,120);
}
.kj_footer_inner1 {
    margin-top: 15px;
    margin-left: 11px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}
.kj_footer_inner1 a {
    color: #999;
}
.kj_footer_inner1 a:hover {
    color: #ff6600;
}
.kj_footer_image {
    margin-top: 18px;
    padding-right: 51px;
}
.kj_footer_image > a {
    margin-right: 10px;
    display:inline-block;
    width:90px;
    height:32px;
    text-align:center;
    line-height:32px;
}
.kj_footer_image > a img {
    max-width:90px;
    max-height:32px;
}
/*fixed*/
.kj-slide-right-bar {
    display:block;
    position: fixed;
    top: 200px;
    right: 20px;
    text-align: center;
    border: 1px solid rgb(233,233,233);
    background-color: #fff;
    border-radius: 5px;
    width: 64px;
    z-index: 9999;
    font-size: 12px;
}
.kj_online > li {
    border-bottom: 1px solid rgb(233,233,233);
    padding-bottom: 2px;
}
.kj_online > li:first-child,
.kj_online > li:nth-child(2) {
    height: 60px;
    line-height: 60px;
}
.kj_online li div{
    display:none;
}
.kj_online li:hover div {
    display: block;
}
/*phonefooter*/
.kj-phonefooter .navbar-default {
    border-width: 0;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
.kj-phonefooter .nav-tabs a i {
    color: #777777;
}
.kj-phonefooter .nav-tabs {
    text-align: center;
    padding: 5px;
}
.kj-phonefooter .nav-tabs a {
    color: #999;
    text-align: center;
}
.kj-phonefooter .nav-tabs a:hover {
    color: #ff6600;
}
.kj-phonefooter .nav-tabs a.active,
.kj-phonefooter .nav-tabs a.active i {
    color: #ff6600;
}
.kj-phonefooter .nav-tabs a i {
    color: #777777;
}
.kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col a.kj-addtocart-btn-href {
    display: block;
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: -15px;
    margin-right: -5px;
    line-height: 60px;
    background-color: #ff6600;
    color: #fff;
}
.kj-phonefooter .nav-tabs div.kj-addtocart-btn-bottom-col {
    padding: 0;
    margin: 0;
}
/*服务中心1*/
.kj_fuwu_banner {
    height: 360px;
    background:  no-repeat center center;
    background-size: cover;
}
.kj_fb_inner {
    padding-top: 30px;
    color: rgb(153,153,153);
}
.kj_fb_inner > img {
    margin-right: 10px;
    margin-left: 4px;
}
.kj_fb_inner > a {
    color: rgb(153,153,153);
}
.kj_fb_inner > a:hover {
    color: #ff6600;
}
/*fuwu_content*/
.kj_fuwu_content {
    margin-top: 30px;
}
.kj_fcf_title {
    margin-bottom: 42px;
    font-size: 18px;
    color: #333;
}
.kj_fc_fuwu > ul > li {
    text-align: center;
    border-left: 1px solid #eee;
}
.kj_fc_fuwu > ul > li:first-child {
    border-left: 0;
}
.kj_fc_fuwu > ul > li > a {
    display: block;
    margin-top: 14px;
    font-size: 20px;
    font-weight: 700;
}
.kj_fc_fuwu > ul > li > div {
    height: 40px;
    line-height: 20px;
    margin-top: 20px;
    color: #333;
    overflow: hidden;
}
.jiantou1 {
    margin-top: 20px;
}
/*常见问题*/
.kj_fc_wenti {
    background: rgb(244,244,244);
    padding: 30px 0;
    margin-top: 30px;
}
.kj_fcw_title {
    font-size: 18px;
    color: #333;
}
.kj_fcw_content > ul {
    margin-top: 30px;
}
.kj_fcw_content > ul > li {
    line-height: 34px;
    padding-left: 120px;
}
.kj_fcw_content > ul > li > a {
    margin-left: 10px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    vertical-align: middle;
}
/*在线客服*/
.kj_fc_kefu {
    padding: 45px 0 60px;
}
.kj_fc_kefu > ul > li > img {
    margin-right: 30px;
    vertical-align: top;
}
.kj_fc_kefu > ul > li > div {
    display: inline-block;
    vertical-align: top;
}
.kj_fck_title {
    font-size: 24px;
    line-height: 33px;
    color: #333;

}
.kj_fck_content {
    margin-top: 5px;
    line-height: 20px;
    color: #333;
}
.kj_fc_kefu > ul > li > div > a,
.kj_fc_kefu > ul > li > div > div {
    display: inline-block;
    margin-top: 20px;
    line-height: 22px;
    font-size: 16px;
    color: rgb(9,121,233);
}
.kj_fc_kefu > ul > li > div > div {
    color: #999;
}
/*关于我们*/
.kj_gywm_banner {
    height: 420px;
    background:  no-repeat center center;
    background-size: cover;
}
.kj_gywm_content > ul > li {
    height: 620px;
}
.kj_gywm_content > ul > li h3 {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin: 0;
    line-height: 40px;
    padding-top: 90px;
}
.kj_gywm_inner {
    margin-top: 70px;
}
.kj_gi_left {
    float: left;
    max-width: 575px;
}
.kj_gi_left > li {
    margin-bottom: 28px;
}
.kj_gil_title {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.kj_gil_summary {
    margin-top: 5px;
    color: #999;
    line-height: 24px;
}
.kj_gi_left > li > a:first-child {
    padding: 10px 42px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 15px;
    background-color: rgb(9,121,233);
    color: #fff;
}
.kj_gi_left > li > a:last-child {
    border-radius: 2px;
    display: inline-block;
    margin-left: 15px;
    border: 1px solid rgb(9,121,233);
    color: rgb(9,121,233);
    padding: 9px 42px;
}
.kj_gi_right {
    float: right;
    width: 615px;
    text-align: center;
}
.kj_gi_right > img {
    max-width: 100%;
}
.kj_gywm_content > ul > li:nth-child(2n) .kj_gi_left {
    float: right;
}
.kj_gywm_content > ul > li:nth-child(2n) .kj_gi_right {
    float: left;
}
/*解决方案*/
.kj_jjfa h3 {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin: 0;
    line-height: 40px;
    padding-top: 90px;
}
.kj_jjfa_inner {
    margin-top: 50px;
    margin-bottom: 50px;
}
.kj_ji_content {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}
.kj_ji_image {
    width: 100%;
    height: 180px;
    text-align: center;
    line-height: 180px;
}
.kj_ji_image img {
    width: 100%;
    max-height: 180px;
}
.kj_ji_summary {
    padding: 10px 0;
    width: 100%;
    height: 92px;
    text-align: center;
    line-height: 36px;
}
.kj_ji_summary p {
    font-size: 18px;
    margin: 0;
}
.kj_ji_summary a {
    font-size: 12px;
    color: rgb(9,121,233);
}
/*案例*/
.kj_anli {
    background-color: rgb(248,248,248);
    padding-bottom: 40px;
}
.kj_anli_inner h3 {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin: 0;
    line-height: 40px;
    padding-top: 90px;
}
.kj_anli_content {
    margin-top: 60px;
    position: relative;
}
.kj_anli_content > li {
    overflow: hidden;
    margin: 10px auto;
}
.kj_ac_content {
    position: relative;
    height: 330px;
}
.kj_ac_image {
    width: 100%;
    height: 180px;
}
.kj_ac_image img {
    width: 100%;
    max-height: 180px;
}
.kj_ac_inner {
    position: absolute;
    top: 180px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 0.5s ease 0s
}
.kj_ac_inner:hover {
    top: 0;
}
.kj_ac_inner > div {
    width: 100%;
    height: 100%;
    position: relative;
}
.kj_aci_logo {
    width: 118px;
    height: 22px;
    position: absolute;
    left: 30px;
    top: 35px;
}
.kj_aci_title {
    position: absolute;
    font-size: 14px;
    color: #666;
    top: 95px;
    left: 30px;
    margin: 0;
}
.kj_aci_summary {
    position: absolute;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    top: 150px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
}
.kj_anli_inner > a {
    display: block;
    text-align: center;
    margin: 40px auto 0;
    width: 100px;
    border: 1px solid rgb(9,121,233);
    padding: 11px 21px;
}
.kj_anli_inner > a:hover {
    background-color: rgb(9,121,233);
    color: #fff;
}
/*服务*/
.kj_service {
    padding-bottom: 100px;
}
.kj_service h3 {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin: 0;
    line-height: 40px;
    padding-top: 90px;
}
.kj_service_inner {
    margin-top: 50px;
}
.kj_service_inner > li {
    text-align: center;
}
.kj_si_image {
    margin-bottom: 15px;
}
.kj_si_title {
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
.kj_si_summary {
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 24px;
}
/*行业经验*/
.kj_hyjy {
    background-color: rgb(247,252,255);
}
.kj_hyjy_content h3 {
    font-size: 28px;
    color: #333;
    line-height: 40px;
    padding-top: 70px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.kj_hyjy_summary {
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
}
.kj_hyjy_content > a {
    display: block;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    background-color: rgb(9,121,233);
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.kj_hyjy_content > a:hover {
    background-color: rgb(0,98,196);
}
.kj_hyjy_content h3.kj_hyjy_title {
    margin-bottom: 50px;
}
.kj_hyjy_inner {
    padding-bottom: 70px;
}
.kj_hyjy_inner > li {
    float: left;
    width: 20%;
    text-align: center;
}
.kj_hi_num {
    font-size: 46px;
    color: rgb(0,98,196);
    line-height: 65px;
    margin: 0;
}
.kj_hi_title {
    font-size: 16px;
    color: #666;
    margin: 0;
}
/*合作伙伴*/
.kj_friendlinks h3 {
    font-size: 28px;
    color: #333;
    line-height: 40px;
    padding-top: 70px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.kj_friendlinks_inner {
    width: 1120px;
    margin: 40px auto 70px;
}
.kj_friendlinks_inner > li {
    float: left;
    margin-bottom: 25px;
    width: 160px;
}
.kj_friendlinks_inner > li > a {
    display: block;
    width: 122px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
}
.kj_friendlinks_inner > li > a img {
    max-width: 122px;
    max-height: 42px;
}
/*联系我们*/
.kj_lxwm_content {
    margin-top: 30px;
}
.kj_lxwm_title {
    font-size: 24px;
    line-height: 33px;
    color: #333;
}
.kj_lxwm_content > ul.kj_zaixinlefu {
    padding: 45px 0;
    border-bottom: 1px solid rgb(221,221,221);
}
.kj_zaixinlefu > li > img {
    margin-right: 30px;
    vertical-align: top;
}
.kj_zaixinlefu > li > div {
    display: inline-block;
    vertical-align: top;
}
.kj_lianxixinxi {
    margin-top: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(221,221,221);
}
.kj_lianxiwomen_title {
    font-size: 20px;
    color: #333;
}
.kj_lianxiwomen_content {
    margin-top: 25px;
    font-size: 12px;
    line-height: 24px;
    color: #999;
}
.kj_lianxiwomen_content > a {
    color: #999;
}
.kj_lianxiwomen_content > a:hover {
    color: #ff6600;
}
.kj_gongsidizhi {
    margin-top: 50px;
}
.kj_gongsidizhi > li {
    margin-bottom: 50px;
	    height: 350px;
}
.kj_gongsidizhi_image {
    position: relative;
}
.kj_gongsidizhi_image > img {
    width: 100%;
}
.kj_dizhi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
    opacity: .35;
    color: #fff;
    background: #000;
}
.kj_dizhi:hover {
    opacity: 0;
}
.kj_dizhi > span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-bottom: 6px;
    margin: 0;
    font-size: 16px;
    text-align: center;
    transform: translate(-50%,-50%);
    cursor: default;
}
.kj_dizhi > span i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #fff;
}
.kj_gongsidizhi_title {
    width: 100%;
    color: #000;
    font-size: 18px;
    margin: 20px 0 10px;
}
.kj_gongsidizhi_content {
    color: #999;
    line-height: 24px;
    font-size: 12px;
}
.kj_gongsidizhi_content a {
    color: #999;
}
.kj_gongsidizhi_content a:hover {
    color: #ff6600;
}
.pc-judge-box {
    padding: 35px 0 25px;
    width: 950px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #ddd;
}
.pc-judge-box .judge-centent {
    border-top: 1px solid #D0D0D0;
    position: relative;
}
.pc-judge-box .judge-centent .judge-title {
    position: absolute;
    text-align: center;
    font-size: 16px;
    width: 350px;
    top: -11px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    color: #999;
}
.pc-judge-box .judge-centent .judgeItem {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    color: rgb(9,121,233);
    line-height: 22px;
    text-align: center;
    padding-top: 26px;
}
.pc-judge-box .judge-centent .judgeItem .item {
    display: inline-block;
    cursor: pointer;
    width: 340px;
    text-align: center;
}
.pc-judge-box .judge-centent .judgeItem .item:first-child {
    border-right: 1px solid #D0D0D0;
}
.pc-judge-box .judge-centent .judgeItem img {
    margin-right: 10px;
}
.judgeItem.judged {
    display: none;
}
.pc-judge-box .judge-centent .judged {
    color: #999;
}
.pc-judge-box .judge-centent .judged .item:first-child {
    border-right: none;
}
/*人才招聘1*/
.kj_pksw_content {
    padding-top: 85px;
    margin-bottom: 60px;
    color: #333;
}
.kj_pksw_content h3 {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}
.kj_pksw_content p {
    line-height: 40px;
    font-size: 14px;
    color: #333;
    margin: 0;
}
.kj_pksw_image {
    margin-left: -2px;
    margin-right: -2px;
}
.kj_pksw_image li {
    float: left;
    width: 25%;
    padding: 0 2px;
    height: 200px;
}
.kj_pksw_image li img {
    width: 100%;
    max-height: 200px;
}
.kj_ygfl {
    margin-top: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #f5f6f7;
}
.kj_ygfl_content h3 {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 32px;
    text-align: center;
    color: #333;
}
.kj_ygfl_content > ul > li {
    margin-bottom: 20px;
    margin-top: 5px;
}
.kj_ygfl_content > ul > li > div {
    position: relative;
    height: 145px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    text-align: center;
}
.kj_ygfl_content > ul > li:hover > div {
    box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
}
.kj_ygfl_content > ul > li > div > img {
    margin-top: 35px;
}
.kj_ygfl_content > ul > li > div > p {
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin: 0;
}
.kj_jobs {
    padding-top: 78px;
    margin-bottom: 150px;
}
.kj_jobs h3 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
    color: #333;
}
.kj_jobs_list > li {
    position: relative;
    margin-bottom: 18px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: #e9e9e9 solid 1px;
}
.kj_jl_inner > li {
    float: left;
    margin-left: 30px;
    margin-right: 50px;
    font-size: 16px;
    color: #333;
}
.kj_jl_inner > li > a {
    padding: 0 20px;
    font-size: 14px;
    color: rgb(9,121,233);
}
.kj_jl_inner > li > a:hover {
    color: #ff6600;
}
.kj_jobs_list > li > span {
    color: #666;
    font-size: 12px;
}
.kj_jobs_list > li > span img {
    margin-left: 10px;
}
/*人才招聘2*/
.kj_rczp2_content1 {
    margin-top: 20px;
    border: 1px solid rgb(235,236,242);
    padding: 30px;
}
.kj_rczp2_title {
    margin-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238,238,238);
}
.kj_rt_title {
    font-size: 20px;
    color: #333;
    padding-left: 20px;
    border-left: 5px solid rgb(176,190,197);
}
.kj_rt_fanhui {
    color: #999;
}
.kj_rt_fanhui img {
    margin-right: 10px;
}
.kj_rczp2_inner {
    margin-top: 40px;
    padding-left: 35px;
    color: #666;
}
.kj_rczp2_address > span {
    margin-left: 35px;
}
.kj_rczp2_xuqiu {
    margin-top: 25px;
}
.kj_rx_content,
.kj_rw_content {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.kj_rx_content > li,
.kj_rw_content > li {
    margin-top: 25px;
}
.kj_rczp2_work {
    margin-top: 65px;
}
.kj_toudijianli {
    margin-top: 60px;
    text-align: center;
}
.kj_toudijianli > p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #999;
}
/*常见问题1*/
.kj_cl_title {
    margin-top: 40px;
    padding-top: 12px;
    font-size: 24px;
    color: #333;
    text-align: center;
}
.kj_cl_inner {
    margin: 25px 0;
}
.kj_cli_content {
    padding-bottom: 40px;
}
.kj_cli_content > p {
    color: #333;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.kj_cli_content > ul > li {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}
.kj_cli_content > ul > li > img {
    margin-right: 10px;
}
/*常见问题2*/
.kj_cjwt2_content1 {
    margin-top: 20px;
    border: 1px solid rgb(235,236,242);
    padding: 30px;
    margin-bottom: 40px;
}
.kj_cjwt2_inner {
    margin-top: 35px;
    padding-left: 35px;
    color: #666;
}
.kj_ci_content {
    margin-top: 25px;
}
.kj_ci_content > p {
    margin-bottom: 65px;
}
/*授权书*/
.kj_shouquan_banner {
    height: 440px;
    background: url("/content/xtheme/boaopaike/css/../images/shouquan_banner.png") no-repeat center center;
    background-size: cover;
}
.kj_shouquan_logo {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: rgb(242,242,242);
}
.kj_sl_content {
    background-color: #fff;
    height: 96px;
    padding: 10px 0;
    position: relative;
}
.kj_sl_content > a {
    width: 25px;
    height: 42px;
    display: inline-block;
    position: absolute;
    opacity: 0;
    z-index: 20;
}
.kj_sl_content:hover > a {
    opacity: 1;
}
.kj_sl_content > a.shouquan_left {
    background: url("/content/xtheme/boaopaike/css/../images/button.png") no-repeat;
    left: 5px;
    top: 32px;
}
.kj_sl_content > a.shouquan_right {
    background: url("/content/xtheme/boaopaike/css/../images/button.png") 0 -42px no-repeat;
    right: 5px;
    top: 32px;
}
.kj_sl_list {
    width: 1140px;
    height: 76px;
    margin: 0 auto;
    position: relative;
}
.kj_sl_list > ul {
    height: 76px;
    overflow: hidden;
}
.kj_sl_list > ul > li {
    width: 228px;
    float: left;
    padding: 0 29px;
}
.kj_sl_list > ul > li > a {
    height: 76px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.kj_sl_list > ul > li > a p {
    font-size: 12px;
    color: #333;
    margin: 0;
}
/*授权书展示*/
.kj_shouquan_content > p {
    font-size: 18px;
    padding: 36px 0 6px 21px;
    margin-bottom: 0;
}
.kj_sc_inner {
    width: 1152px;
    height: 402px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #f2f2f2;
}
.kj_sc_header {
    width: 1152px;
    height: 82px;
    overflow: hidden;
    background: url("/content/xtheme/boaopaike/css/../images/shouquan_header1.png") no-repeat;
}
.kj_sc_inner:nth-of-type(2n) .kj_sc_header {
    background: url("/content/xtheme/boaopaike/css/../images/shouquan_header2.png") no-repeat;
}
.kj_sc_logo {
    width: 182px;
    line-height: 82px;
    text-align: center;
    float: left;
}
.kj_sc_inner:nth-of-type(2n) .kj_sc_logo {
    float: right;
}
.kj_sc_credential {
    float: left;
    width: 290px;
    height: 308px;
    margin-right: 20px;
}
.kj_sc_inner:nth-of-type(2n) .kj_sc_credential {
    float: right;
}
.kj_sc_credential p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin: 18px 0 0 27px;
}
.kj_sc_credential img {
    margin-top: 28px;
    float: right;
}
.kj_sc_inner:nth-of-type(2n) .kj_sc_credential img {
    float: left;
}
.kj_sc_article {
    float: right;
    width: 823px;
    height: 306px;
    margin-top: 5px;
    margin-right: 18px;
    background-color: #fff;
}
.kj_sc_inner:nth-of-type(2n) .kj_sc_article {
    float: left;
}
.kj_sc_articleLeft {
    width: 400px;
    height: auto;
    overflow: hidden;
    padding-left: 70px;
    float: left;
}
.kj_sc_articleLeft > p {
    color: rgb(9,121,233);
    font-size: 16px;
    padding-top: 12px;
}
.kj_sc_articleLeft > span {
    height: 54px;
    display: block;
    line-height: 26px;
    padding: 0 0 5px 22px;
    border-bottom: 1px dashed #eaeaea;
    background: url("/content/xtheme/boaopaike/css/../images/point3.png") no-repeat left;
    margin: 10px 0 0 0;
}
.kj_sc_articleLeft > font {
    line-height: 28px;
    text-indent: 23px;
    border-bottom: 1px dashed #eaeaea;
    background: url("/content/xtheme/boaopaike/css/../images/point.png") no-repeat 8px;
    display: inline-block;
}
.kj_sc_articleLeft > ul {
    margin-top: 5px;
}
.kj_sc_articleLeft > ul li {
    line-height: 14px;
    padding-left: 14px;
    background: url("/content/xtheme/boaopaike/css/../images/point.png") no-repeat left;
    margin: 0 0 8px 8px;
}
.kj_sc_articleRight {
    width: 330px;
    height: 212px;
    padding: 12px 50px 0 0;
    float: right;
}
.kj_sc_articleRight > p {
    font-size: 16px;
    color: #d30303;
}
.kj_sc_articleRight > ul {
    width: auto;
    height: 126px;
    margin-top: 10px;
    border-left: 2px solid #999;
}
.kj_sc_articleRight > ul li {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    background: url("/content/xtheme/boaopaike/css/../images/point1.png") no-repeat left;
    margin-left: 10px;
    border-bottom: 1px dashed #eaeaea;
}
.kj_sc_articleRight > ul li:last-child {
    border-bottom: 0;
}
.kj_sc_articleRight > ul li font {
    color: #d62626;
    font-weight: 700;
}
.kj_sc_articleRight > a {
    color: rgb(9,121,233);
    font-size: 13px;
    margin-top: 27px;
    display: inline-block;
}
.kj_shouquan_content > h3 {
    color: #333;
    font-size: 18px;
    margin: 30px 0;
    text-align: center;
}
/*积分商城1*/
.kj_jfsc_left {
    width: 290px;
    position: relative;
    z-index: 11;
}
.kj_touxiang {
    position: relative;
    width: 290px;
    height: 175px;
    z-index: 10;
}
.kj_touxiang > img {
    position: absolute;
    top: 24px;
    left: 95px;
    width: 85px;
    height: 85px;
}
.kj_touxiang > a {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    width: 82px;
    height: 28px;
    line-height: 28px;
    color: #6c6c6c;
    position: absolute;
    top: 120px;
    left: 48px;
}
.kj_touxiang > a:last-child {
    left: 142px;
}
.kj_touxiang > a:hover {
    background-color: rgb(9,121,233);
    border-color: rgb(9,121,233);
    color: #fff;
}
.kj_jifen {
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
}
.kj_jifen_title {
    height: 30px;
    line-height: 30px;
}
.kj_jifen_title > span {
    display: inline-block;
    width: 138px;
    color: #fff;
    text-indent: 15px;
    background: url("/content/xtheme/boaopaike/css/../images/shop.png") no-repeat 0 0;
}
.kj_jifen_title > a {
    float: right;
    margin-right: 15px;
    width: 50px;
    height: 20px;
    line-height: 18px;
    border: 1px solid rgb(9,121,233);
    border-radius: 10px;
    color: rgb(9,121,233);
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}
.kj_jifen_title > a:hover {
    background-color: rgb(9,121,233);
    border-color: rgb(9,121,233);
    color: #fff;
}
.kj_jifen_list {
    padding: 10px 0;
}
.kj_jifen_list > li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 0 15px;
    font-size: 13px;
    color: #333;
}
.kj_jifen_list > li > span:last-child {
    float: right;
    color: #ff6600;
}
.kj_jfhq {
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.kj_jfhq > p {
    padding: 25px 0 8px;
    font-size: 13px;
    color: #333;
    line-height: 22px;
    text-align: center;
}
.kj_jfhq > p > a {
    color: rgb(9,121,233);
}
.kj_jfhq > a {
    display: block;
    width: 148px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    background-color: #ffab16;
    border-radius: 4px;
    color: #fff;
}
.kj_jfsc_right {
    width: 910px;
}
.kj_jfsc_banner {
    width: 100%;
    height: 354px;
    
    background-size: cover;
}
.kj_jb_image {
    margin-top: 10px;
    margin-left: -6px;
    margin-right: -6px;
}
.kj_jb_image > li {
    padding: 0 6px;
}
.kj_jb_image > li img {
    max-width: 100%;
    height: 167px;
}
.kj_jp_box {
    padding-top: 30px;
    background-color: rgb(240,242,245);
}
.kj_jp_box:first-child {
    padding-top: 0;
}
.kj_jp_box > div {
    padding: 10px 0;
    background-color: #fff;
    overflow: hidden;
}
.kj_jp_title {
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.kj_jp_inner {
    position: relative;
}
.kj_jp_inner > ul > li {
    float: left;
    width: 1200px;
    padding: 0 30px;
}
.pro-info {
    width: 25%;
    padding: 1%;
    float: left;
}
.pro-img {
    max-width: 100%;
    height: 165px;
}
.pro-title {
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px 10px;
    text-overflow: ellipsis;
}
.pro-cost {
    text-align: center;
    font-size: 18px;
    color: #ff6600;
}
.pro-cost>span {
    font-size: 16px;
    margin-right: 4px;
}
.kj_jp_inner > div {
    position: absolute;
    top: 51px;
    z-index: 100;
    cursor: pointer;
}
.kj_jp_inner > div.pre-page {
    left: -31px;
}
.kj_jp_inner > div.next-page {
    right: -31px;
}
.pro-btn {
    width: 130px;
    line-height: 40px;
    height: 40px;
    margin: 0 auto 20px;
    background-color: #ff6600;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    display: block;
}
/*积分商城2*/
.kj_jfsc2_message {
    margin-top: 10px;
}
.kj_jm_image {
    float: left;
    width: 390px;
}
.kj_jmi_image {
    width: 100%;
    border: 1px solid rgb(223,223,223);
    padding: 10px;
}
.kj_jmi_image > img {
    max-width: 100%;
}
.kj_jmi_smallimage {
    margin-top: 5px;
    width: 57px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    border: 1px solid rgb(204,204,204);
}
.kj_jmi_smallimage > img {
    max-width: 55px;
    max-height: 55px;
}
.bshare-custom {
    margin-top: 12px;
}
div.bsLogoLink {
    width: 118px !important;
}
#bsBox {
    width: 560px !important;
    height: 418px !important;
}
.bFind-wrapper-top {
    height: 26px !important;
}
.kj_jm_inner {
    float: right;
    width: 790px;
    color: #999;
}
.kj_jm_inner > p {
    padding-left: 10px;
}
.kj_jm_inner > p:first-child {
    font-size: 16px;
    color: #666;
}
.kj_jm_info {
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgb(244,244,244);
}
.kj_jm_duihuan {
    padding-left: 10px;
    margin: 20px 0;
}
.kj_jm_count {
    border: 1px solid rgb(219,219,219);
    height: 42px;
}
.kj_jm_count > a {
    width: 30px;
    display: inline-block;
    text-align: center;
    color: rgb(119,119,119);
    font-size: 16px;
}
.kj_jm_count > input {
    border: 0;
    width: 62px;
    height: 40px;
    text-align: center;
    border-left: 1px solid rgb(219,219,219);
    border-right: 1px solid rgb(219,219,219);
    color: #333;
    font-size: 16px;
}
.kj_jm_duihuan > a {
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    background-color: #ff6600;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 30px;
}
.kj_jfsc2_content {
    margin-top: 35px;
    margin-bottom: 45px;
}
.kj_jc_tuijian {
    float: left;
    width: 240px;
    border: 1px solid rgb(213,213,213);
}
.kj_jc_xiangqing {
    float: right;
    width: 940px;
    border: 1px solid rgb(213,213,213);
}
.kj_jct_title {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid rgb(213,213,213);
    background-color: rgb(239,239,239);
    font-size: 18px;
    padding-left: 10px;
    color: #333;
}
.kj_jct_list > li {
    border-bottom: 1px solid rgb(213,213,213);
    padding: 0 15px;
    text-align: center;
}
.kj_jct_list > li:last-child {
    border-bottom: 0;
}
.kj_jl_jifen {
    font-size: 18px;
    color: #ff6600;
}
.kj_jcx_title {
    height: 42px;
    line-height: 38px;
    border-bottom: 1px solid rgb(213,213,213);
}
.kj_jcx_title > li {
    position: relative;
    float: left;
    padding: 0 20px;
    border-right: 1px solid rgb(213,213,213);
    border-top: 3px solid #ff6600;
}
.kj_jcx_title > li img {
    position: absolute;
    left: 50%;
    top: 0;
}
.kj_jcx_inner {
    padding: 60px 0;
}
.kj_jcx_inner > div {
    width: 832px;
    margin: 0 auto;
}
.kj_jcx_inner > div img {
    display: block;
    max-width: 100%;
}
/*产品中心1*/
.kj_product1_list {
    margin-top: 15px;
    margin-bottom: 10px;
}
.kj_pl_inner {
    margin-bottom: 30px;
}
.kj_pl_title {
    width: 165px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: rgb(9,121,233);
    text-indent: 20px;
}
.kj_pl_content {
    border-top: 2px solid rgb(9,121,233);
    background-color: rgb(242,242,242);
    padding-bottom: 5px;
}
.kj_plc_inner {
    background-color: #fff;
    padding: 15px 35px;
    margin: 20px;
    box-shadow: 0 0 5px #ddd;
    border-radius: 10px;
}
.kj_plc_image {
    float: left;
    width: 200px;
    height: 150px;
  
}
.kj_plc_image > div {
    width:150px;
    height:150px;
    line-height:150px;
    text-align:center;
}
.kj_plc_image > div > img {
    max-width: 180px;
    max-height: 150px;
    transition:all 0.5s ease 0s;
}
.kj_plc_image > div > img:hover {
    margin-top:-10px;
}
.kj_plc_list {
    float: left;
    padding: 15px 50px;
    width: 880px;
    border-left: 1px solid rgb(210,210,210);
}
    .kj_plc_list > ul > li > a {
        color: rgb(102,102,102);
        font-size: 12px;
        float: left;
        width: 110px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: bold;
        margin-top: 20px;
    }
    .kj_plc_list > ul > li > ul {
        overflow: hidden;
        font-size: 12px;
        border-bottom: 1px dashed rgb(220,220,220);
    }
    .kj_plc_list > ul > li > ul > li {
        float: left;
        border-left: 1px solid rgb(228,228,228);
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 20px;
        padding-left: 20px;
    }
.kj_plc_list > ul > li {
    margin-bottom: 20px;
}
/*产品中心2*/
/*品牌代理1*/
/*面包屑*/
.pk_ppdl_bread{
    line-height: 50px;
    font-size:14px;
    color:#b6b6b7;
}
.pk_ppdl_bread img{
    margin-right: 15px;
}
.pk_ppdl_bread a{
    font-size:14px;
    color:#b6b6b7;
}
.pk_ppdl_bread a:hover {
    color:#ff6600;
}
/*精选品牌*/
.pk_ppdl_jxpp_header{
    color:#666666;
    padding-bottom:12px;
    border-bottom:1px solid #e5e5e5;
}
.pk_ppdl_jxpp_ul{
    overflow:hidden;
    margin-bottom:25px;
    padding-top: 20px;
}
.pk_ppdl_jxpp_ul li{
    float:left;
    width:141px;
    height:67px;    
    margin-right:9px;
    margin-bottom:9px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;    
}
/*.pk_ppdl_jxpp_ul li:hover{
    border-bottom: 2px solid #f33;
    margin-top: -10px;
}*/
.pk_ppdl_jxpp_ul li:nth-child(8n){
    margin-right:0;
}
.pk_ppdl_jxpp_ul li a {
    display:block;
    width:100%;
    height:67px;    
    overflow:hidden;
    text-align: center;
    line-height:67px;
    border:1px solid #e5e5e5;
    transition: all 0.5s ease 0s
}
.pk_ppdl_jxpp_ul li a:hover {
    margin-top: -5px;
}
.pk_ppdl_jxpp_ul li a img{
    max-width:100%;
    max-height:65px;
}
/*所有品牌*/
.pk_ppdl_sypp_fl_ul{
    margin-bottom:10px;
    overflow:hidden;
    border-bottom: 2px solid #ff6600;
}
    .pk_ppdl_sypp_fl_ul li {
        float: left;
        border: 1px solid #e5e5e5;
        background: #eeeeee;
        width: 110px;
        height: 40px;
        margin-right: 10px;
        line-height: 40px;
        text-align: center;
        transition: all 0.5s ease 0s;
    }
.pk_ppdl_sypp_fl_ul li a{
    color:#666666;
}
    .pk_ppdl_sypp_fl_ul li.active, .pk_ppdl_sypp_fl_ul li:hover {
        border: 1px solid #ff6600;
        background: #ff6600;
    }
        .pk_ppdl_sypp_fl_ul li.active a,.pk_ppdl_sypp_fl_ul li:hover a{
            color: #fff;
        }
.pk_ppdl_sypp_azm_ul{
    margin-bottom:25px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    border-right:none;
}
    .pk_ppdl_sypp_azm_ul li {
        float: left;
        border-right: 1px solid #e5e5e5;
        background: #fafafa;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        transition: all 0.5s ease 0s;
    }
.pk_ppdl_sypp_azm_ul li a{
    color:#666666;
}
.pk_ppdl_sypp_azm_ul li:first-child{
    width:119px;
    color:#999999
}
    .pk_ppdl_sypp_azm_ul li.active, .pk_ppdl_sypp_azm_ul li:hover{
        border: 1px solid #ff6600;
        background: #ff6600;
    }
        .pk_ppdl_sypp_azm_ul li.active a, .pk_ppdl_sypp_azm_ul li:hover a{
            color: #fff;
        }
.pk-brand-title{ color:red; font-weight:bold;}
.pk_ppdl_sypp_azm_show_ul {
    overflow: hidden;
}
.pk_ppdl_sypp_azm_show_ul li{
    border-bottom:1px solid #e5e5e5;
    padding-bottom:28px;
    margin-bottom:8px;
    overflow: hidden;
}
.pk_ppdl_sypp_azm_show_ul_header{
    float:left;
    padding-top:40px;
    padding-left:20px;
    width:210px;
}
.pk_ppdl_sypp_azm_show_ul_header p:first-child{
    font-size:16px;
}
.pk_ppdl_sypp_azm_show_ul_ul{
    float:left;
    width:990px;
}
.pk_ppdl_sypp_azm_show_ul_ul li{
    float:left;
    border-bottom:none;
    width:148px;
    margin-bottom:0;
    padding-bottom:0;
    padding-top: 25px;
    height:120px;
    margin-right:20px;
    transition: all 0.5s ease 0s
}
.pk_ppdl_sypp_azm_show_ul_ul li:hover {
    padding-top:10px;
}
.pk_ppdl_sypp_azm_show_ul_ul li:nth-child(6n){
    margin-right:0;
}
.pk_ppdl_sypp_azm_show_ul_ul_img{
    width:148px;
    height:69px;
    border:1px solid #e5e5e5;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
}
.pk_ppdl_sypp_azm_show_ul_ul_img img{
    max-width:80%;
}
.pk_ppdl_sypp_azm_show_ul_ul_img:hover{
    /*border-bottom: 2px solid #f33;*/
}
.pk_ppdl_sypp_azm_show_ul_ul_name{
    width:100%;
    text-align:center;
    height:30px;
    line-height:30px;
    margin-bottom:0;
}
/* 品牌代理2 */
/* 头部品牌介绍 */
.pk_ppdl2_header{
    background:url(/content/xtheme/boaopaike/css/../images/brand2_bg.png) center center no-repeat;
    padding:10px 0;
}
.pk_ppdl2_header_js{
    overflow: hidden;
    padding-top: 20px;
}
.pk_ppdl2_header_js_left{
    float:left;
    width: 13%;
    padding-left: 15px;
    padding-top: 10px;
}
.pk_ppdl2_header_js_left-img{
    width:100px;
    height:100px;
}
.pk_ppdl2_header_js_left-img img{
    width:100%;
}
.pk_ppdl2_header_js_left-a{
    width:80px;
    height:27px;
    line-height: 27px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 0;
    border:1px solid #999999;
    border-radius: 5px;
}
.pk_ppdl2_header_js_left-a a{
    color:#666666;
}
.pk_ppdl2_header_js_right{
    float:left;
}
.pk_ppdl2_header_js_right_name{
    font-weight:bold;
}
.pk_ppdl2_header_js_right_bottom{
    overflow:hidden;
}
.pk_ppdl2_header_js_right_bottom_text{
    width:850px;
    height:220px;
    line-height:26px;
    float:left;
}
.pk_ppdl2_header_js_right_bottom_img{
    float:left;
    width:160px;
    height:230px;
    margin-left:30px;
    cursor: pointer;
}
.pk_ppdl2_header_js_right_bottom_img img{
    max-width:100%;
}
.kj_dapp_bigimage {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.6);
}
.kj_db_inner {
    margin-top: 20%;
    text-align: center;
}
/**中间部分**/
.pk_ppdl2_show{
    margin-top:10px;
    margin-bottom:15px;
}
.pk_ppdl2_show_left{
    width:260px;
    float:left;
    margin-right:10px;
}
.pk_ppdl2_show_right{
    float:left;
    width: 930px;
}
.pk_ppdl2_show_left_top{
    width:100%;
    background:#ededed;
    height:60px;
    border:1px solid #dcdcdc;
    text-indent: 15px;
    line-height: 60px;
    border-radius: 5px;
    margin-bottom:10px;
    font-size: 16px;
}
.pk_ppdl2_show_left_middle{
    width:100%;
    border:1px solid #dcdcdc;
    border-bottom:none;
}
.pk_ppdl2_show_left_middle li{
    height:70px;
    padding:5px;
    line-height: 60px;
    text-align: center;
    position:relative;
    border-bottom:1px solid #dcdcdc;
}
.pk_ppdl2_show_left_middle li img{
    max-width:100%
}
.pk_ppdl2_show_left_middle li span{
    display:none;
}
.pk_ppdl2_show_left_middle li:hover span{
    width: 2px;
    height: 40px;
    position: absolute;
    background: #ff6600;
    left: 0;
    top: 15px;
    display:block;
}
.pk_ppdl2_show_left_bottom{
    width:100%;
    border:1px solid #dcdcdc;
    margin-top:10px;
}
.pk_ppdl2_show_left_bottom_header{
    height:45px;
    background:#ededed;
    line-height:43px;
    padding-left: 15px;
    font-size: 16px;
    border-bottom:1px solid #dcdcdc;
}
.pk_ppdl2_show_left_bottom_header span {
    display: inline-block;
    padding-right: 10px;
    text-align: left;
    border-bottom:2px solid rgb(84,135,228);
}
.pk_ppdl2_show_left_bottom ul{
    padding:15px;
}
.pk_ppdl2_show_left_bottom ul li{
    padding-bottom:8px;
    border-bottom:1px solid #dcdcdc;
    padding-top:8px;
}
.pk_ppdl2_show_left_bottom ul li:first-child{
    padding-top:0;
}
.pk_ppdl2_show_left_bottom ul li span{
    color:#52c3f1;
    font-size: 12px;
}
.pk_ppdl2_show_left_bottom ul li a{
    color:#999999;
    margin-left:5px;
}
.pk_ppdl2_show_right_top{
    height:135px;
    background:#ededed;
    border:1px solid #dcdcdc;
    border-radius:5px;
    padding-top:20px;
    padding-left:25px;
}
.pk_ppdl2_show_right_top_p{
    font-size:16px;
    color:#666666;
    margin-bottom:20px;
}
.pk_ppdl2_show_right_top_ul{
    overflow:hidden;
}
.pk_ppdl2_show_right_top_ul li{
    float:left;
    width:50%;
    margin-bottom:15px;
}
.pk_ppdl2_show_right_top_ul li span{
    color:#999999;
    margin-right:10px;
    font-size: 12px;
}
.pk_ppdl2_show_right_middle{
    width:100%;
    border:1px solid #dcdcdc;
    margin-top:10px;
    border-radius:5px;
}
.pk_ppdl2_show_right_middle_header{
    height:55px;
    line-height:55px;
    font-size: 16px;
    border-bottom:1px solid #dcdcdc;
    text-indent:25px;
    position:relative;
}
.pk_ppdl2_show_right_middle_header span{
    position: absolute;
    right: 25px;
    top: 20px;
    color: #a4a4a4;
}
.pk_ppdl2_show_right_middle_ul{
    margin:0 25px;
    overflow:hidden;
}
.pk_ppdl2_show_right_middle_ul li{
    border-bottom:1px solid #dcdcdc;
}
.pk_ppdl2_show_right_middle_ul li:last-child{
    border-bottom:none;
}
.pk_ppdl2_show_right_middle_ul li{
    padding:20px 0;
    overflow:hidden;
}
.pk_ppdl2_show_right_middle_ul_img {
    width: 24%;
    height: 125px;
    text-align: center;
    line-height: 125px;
    float: left;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin-right: 15px;
    transition: all 0.5s ease 0s
}
.pk_ppdl2_show_right_middle_ul_img:hover {
    margin-top: -10px;
    margin-bottom: 10px;
}
.pk_ppdl2_show_right_middle_ul_img img{
    max-width:100%;
}
.pk_ppdl2_show_right_middle_ul_text{
    width:74%;
    float:left;
}
.pk_ppdl2_show_right_middle_ul_text_name{
    overflow:hidden;
}
.pk_ppdl2_show_right_middle_ul_text_name p:first-child{
    float:left;
}
.pk_ppdl2_show_right_middle_ul_text_name p:last-child{
    float:right;
    line-height:30px;
}
.pk_ppdl2_show_right_middle_ul_text_name p:last-child img{
    margin-right: 5px;
    margin-top: -3px;
}
.pk_ppdl2_show_right_middle_ul_text_name a{
    color:#666666;
    font-size:16px;
    line-height:30px
}
.pk_ppdl2_show_right_middle_ul_text table td{
    height:30px;
}
.pk_ppdl2_show_right_bottom{
    width:100%;
    border:1px solid #dcdcdc;
    margin-top:10px;
    border-radius:5px;
    padding:0 25px;
    line-height:80px;
    height:80px;
    overflow:hidden;
}
.pk_ppdl2_show_right_bottom p{
    float:left;
    margin-bottom:0;
}
.pk_ppdl2_show_right_bottom .input-group{
    float:right;
    width: 480px;
    margin-top: 23px;
    overflow: hidden;
}
.pk_ppdl2_show_right_bottom .input-group .form-control{
    border: 1px solid #0979e9;
    border-radius:0;
    float: left;
}
.pk_ppdl2_show_right_bottom .input-group .btn-default{
    border: 1px solid #0979e9;
    background:#0979e9;
    color:#fff;
    border-radius:0;
    width:80px;
    float: left;
}
/**搜索登录后界面**/
/**搜索帮助**/
.pk_search_help{
    background:#fffdee;
    border:1px solid #edd28b;
    height:50px;
    line-height:50px;
    padding-left:25px;
}


/**产品展示**/
.pk_search_pro_header{
    border-bottom:1px solid #ff9900;
    margin-top:15px;
    overflow:hidden;
    margin-bottom:12px;
}
.pk_search_pro_header ul{
    float:left;
}
.pk_search_pro_header ul li{
    float:left;
    width:110px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.pk_search_pro_header ul li a{
    color:#666;
}
.pk_search_pro_header ul li.active{
    background:#ff9900;
    border-top: none;
    border-right: none;
}
.pk_search_pro_header ul li.active a{
    color:#fff;
}
.pk_search_pro_header_right{
    float:right;
    line-height: 40px;
}
.pk_search_pro_table_header{
    background:#e6f1fd;
    height:60px;
    padding-left:30px;
    overflow:hidden;
    border-bottom:1px solid #a2cffc;
}
.pk_search_pro_table_header img{
    float:left;
    margin-top: 10px;
    margin-right: 15px;
}
.pk_search_pro_table_header p{
    float:left;
    margin-bottom:0;
    margin-top: 30px;
    font-size: 12px;
}
.pk_search_pro table tr:first-child{
    background:#f9f9f9;
}
.pk_search_pro table tr{
    border-bottom:1px solid #dcdcdc;
}
.pk_search_pro table tr td{
    padding:15px 0;
}
.pk_search_pro table tr td:first-child{
    padding-left:25px;
}
.kj-pro-num{
    width:120px;
    height:40px;
    overflow:hidden;
}
.kj-pro-num input{
    height: 40px;
    width: 100px;
    float: left;
    border: 1px solid #dcdcdc;
    border-right:none;
    text-align: center;
}
.kj-pro-num .kj-pro-num-minus{
    height: 20px;
    width: 20px;
    float: left;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-bottom:none;
    padding-top: 0;
}
.kj-pro-num .kj-pro-num-plus{
    height: 20px;
    width: 20px;
    float: left;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding-top: 0;
}
.pk_search_pro_table_add{
    background:#fc600c;
    color:#fff;
    display:block;
    border:0;
    margin-bottom:5px;
    border-radius:5px;
    width:85px;
    height:25px;
    line-height: 25px;
    font-size: 12px;
}
.pk_search_pro_table_buy{
    background:#e6f1fd;
    color:#4f9eed;
    display:block;
    border-radius:5px;
    border:1px solid #4f9eed;
    width:85px;
    height:25px;
    line-height: 25px;
    font-size: 12px;
}
/*news*/
.pagination-lg > li:first-child > a, 
.pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > a, 
.pagination-lg > li:last-child > span {
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: rgb(234,60,60);
    border-color: rgb(221,221,221);
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    color: rgb(234,60,60);
    padding:0;
    display:inline-block;
    padding:0 12px;
    height:34px;
    line-height:32px;
    font-size:16px;
    border:1px solid rgb(221,221,221);
    margin-right:10px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: rgb(234,60,60);
}
.kj_tydhnav {
    background: url(/content/xtheme/boaopaike/css/../images/position.png) no-repeat left center;
    color: #999999;
    padding-left: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.kj_tyzsmdwz{
    background:url(/content/xtheme/boaopaike/css/../images/building.jpg) no-repeat left center;
    font-size:20px;
    padding-left:35px;
}
.kj_tyzlhxdh{
    margin-top:15px;
}
.kj_tyzlhxdh ul li{
    padding:8px 35px;
    font-size:15px;
}
.kj_tydgxw{
    padding:5px 5px 15px 5px;
    border:1px solid #ddd;
}
    .kj_tydgxw:hover {
        border: 1px solid #0979E9;
    }
.kj_tywjzdrq{
    background-color:#F3F3F3;
    color: #666;
    padding: 10px 0;
    width: 62px;
}
.kj_tyxfrqbt{
    margin-top:20px;
}
.kj_tyxfrqbt .col-lg-11 h4{
    font-size:16px;
}
.kj_tynewssummary{
    margin-top:10px;
    font-size:12px;
    color:#999;
    line-height:25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.kj_tyzcplxwt{
    margin-top:70px;
}
.kj_tyzcplxwt li{
    padding-bottom:35px;
    border-bottom:1px solid #ddd;
}
.kj_tyybfx{
    background:url(/content/xtheme/boaopaike/css/../images/fx.jpg) no-repeat left center;
    padding-left: 25px;
}
.kj_tyxwmaincontent{
    line-height:28px;
    font-size:15px;
    color:#999;
    margin-top:30px;
}
.kj_tywsbt h3{
    font-size:22px;
    text-align:center;
}
.kj_tywsbt .list-inline li{
    border-right:1px solid #999;
    color:#999;
    padding:0 10px;
}
.kj_tywsbt .list-inline li:first-child{
    padding-left:0;
}
.kj_tywsbt .list-inline li:last-child{
    border-right:none;}
.list-inline{
    margin-left:0;
}
.kj_wdjgxbk{
    padding-bottom:20px;
    border-bottom:1px solid #E2E2E2;
    text-align:center;
}
.kj_tyxwmaincontent img{
    display:inline-block;
}
.kj_nct{
    margin-bottom:20px;
    margin-top:20px;
}
.kj_tyztdxw{
    margin-bottom:50px;
}
.kj_tyztgdydg{
    margin-top:55px;
}
.kj_tyzxwz{
    border-bottom:1px solid #E2E2E2;
}
.kj_tyythx{
    border-bottom:2px solid #4270D2;
    width:80px;
    padding-bottom:10px;
    margin-bottom:0px;
}
.kj_tyzxwzcont ul li{
    padding-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #F0F0F0;
}
.kj_tyzxwzcont ul li:last-child{
    border-bottom:none;
}
.kj_tyzxwzcont ul li a{
    background:url(/content/xtheme/boaopaike/css/../images/dian.jpg) no-repeat left center;
    padding-left:10px;
}
.kj_tyrmnews{
    margin-top:35px;
}
.kj_tyrmnewcont{
    margin-top:25px;
}
.kj_tyrmnewcont ul li{
    margin-bottom:22px;
}
.kj_tyxypcont ul li{
    background:url(/content/xtheme/boaopaike/css/../images/zuojiantou.jpg) no-repeat left top;
    margin-top:25px;
    padding-left:20px;
}
.kj_tyjsfw h2{
    font-weight:normal;
    margin-top:60px;
}
.kj_tyjsfw h4{
    margin-top:30px;
}
.kj_tygzfwfl ul li{
    width:12%;
}
.kj_tygzfwfl ul li{
    margin:0px 10px;
}
.kj_tygzfwfl ul li:first-child{
    background:url(/content/xtheme/boaopaike/css/../images/fenlei1.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(2){
    background:url(/content/xtheme/boaopaike/css/../images/fenlei2.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(3){
    background:url(/content/xtheme/boaopaike/css/../images/fenlei3.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(4){
    background:url(/content/xtheme/boaopaike/css/../images/fenlei4.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(5){
    background:url(/content/xtheme/boaopaike/css/../images/fenlei5.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(6){
    background:url(/content/xtheme/boaopaike/css/../images/fenlei6.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(7){
    background:url(/content/xtheme/boaopaike/css/../images/fenlei7.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:first-child.active,
.kj_tygzfwfl ul li:first-child:hover{
    background:url(/content/xtheme/boaopaike/css/../images/fenlei1_2.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(2).active,
.kj_tygzfwfl ul li:nth-child(2):hover{
    background:url(/content/xtheme/boaopaike/css/../images/fenlei2_2.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(3).active,
.kj_tygzfwfl ul li:nth-child(3):hover{
    background:url(/content/xtheme/boaopaike/css/../images/fenlei3_2.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(4).active,
.kj_tygzfwfl ul li:nth-child(4):hover{
    background:url(/content/xtheme/boaopaike/css/../images/fenlei4_2.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(5).active,
.kj_tygzfwfl ul li:nth-child(5):hover{
    background:url(/content/xtheme/boaopaike/css/../images/fenlei5_2.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(6).active,
.kj_tygzfwfl ul li:nth-child(6):hover{
    background:url(/content/xtheme/boaopaike/css/../images/fenlei6_2.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li:nth-child(7).active,
.kj_tygzfwfl ul li:nth-child(7):hover{
    background:url(/content/xtheme/boaopaike/css/../images/fenlei7_2.png) no-repeat top 20px center;
}
.kj_tygzfwfl ul li a{
    display:block;
    font-size:16px;
    padding-top: 115px;
    padding-bottom: 30px;
}
.kj_tygzfwfl ul li.active a{
    border-bottom:4px solid #4270D2;
}
.kj_tygzfwfl{
    margin-top:45px;
}
.kj_jswzdnr .col-lg-4{
    margin:10px 0;
}
.kj_tyxfmb{
    margin-top:25px;
    display:none;
}
.kj_tyxfmb.active {
    display:block;
}
.kj_tyxfmb .panel-heading{
    font-size:18px;
    color:#1D75BB;
}
/*产品详情*/
.kj_product_top {
    margin-top: 15px;
}
.kj_pt_image {
    float: left;
    width: 300px;
}
.kj_pti_image {
    width: 100%;
    height: 287px;
    line-height: 287px;
    text-align: center;
    border: 1px solid rgb(228,228,228);
}
.kj_pti_image > img {
    max-width: 298px;
    max-height: 285px
}
.kj_pti_smallimage {
    margin-top: 15px;
    position: relative;
    height: 60px;
}
.kj_pti_smallimage > img {
    position: absolute;
    top: 14px;
}
.kj_pti_smallimage > img.product_left {
    left: 0;
}
.kj_pti_smallimage > img.product_right {
    right: 0;
}
.kj_pts_image {
    width: 230px;
    margin: 0 auto;
}
.kj_pts_image > ul > li {
    width: 60px;
    float: left;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border: 1px solid transparent;
    cursor: pointer;
}
.kj_pts_image > ul > li:hover {
    border: 1px solid rgb(202,21,30);
}
.kj_pts_image > ul > li > img {
    max-width: 58px;
    max-height: 58px;
}
.kj_pt_message {
    float: right;
    width: 880px;
}
.kj_pt_chanpin {
    float: left;
    width: 630px;
    font-size: 13px;
    border-bottom: 1px solid rgb(221,221,221);
}
.kj_pt_chanpin span {
    display: inline-block;
}
.kj_pt_chanpin > p:first-child {
    font-size: 15px;
    margin-top: 0;
    padding-left: 0;
}
.kj_pt_info {
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgb(245,245,245);
}
.kj_pt_chanpin > p > span:first-child,
.kj_pt_info > p > span:first-child {
    width: 75px;
}
.kj_pt_info > p > font {
    color: rgb(202,20,29);
    font-size: 15px;
}
.kj_pt_info > p > font span {
    font-size: 20px;
    margin-left: 5px;
}
.kj_pt_chanpin > p {
    margin-top: 20px;
    padding-left: 10px;
}
.kj_pt_info > p > span font {
    color: rgb(202,20,29);
    border: 1px solid rgb(202,20,29);
    padding: 2px 10px;
    margin-right: 10px;
}
.kj_pt_chanpin > p > span font {
    border: 1px solid rgb(214,214,214);
    padding: 5px 10px;
}
.kj_pt_chanpin > ul {
    margin-top: 20px;
    padding-left: 10px;
}
.kj_pt_chanpin > ul > li {
    margin-bottom: 20px;
}
.kj_pt_chanpin > ul > li span {
    display: inline-block;
    width: 180px;
}
.kj_pt_pinpai {
    float: right;
    width: 230px;
    border: 1px solid rgb(200,202,206);
    margin-top: 31px;
}
.kj_pt_title {
    height: 70px;
    width: 100%;
    text-align: center;
    line-height: 70px;
    border-bottom: 1px solid rgb(221,221,221);
    background-color: rgb(240,240,240);
    position: relative;
    text-indent: 45px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
.kj_pt_title > img {
    position: absolute;
    top: 0;
    left: 10px;
}
.kj_pt_nian {
    padding: 0 15px;
    margin-top: 15px;
}
.kj_pt_nian > div {
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid rgb(209,145,51);
}
.kj_pt_nian > span {
    padding-left: 10px;
    height: 20px;
    line-height: 18px;
    display: inline-block;
    margin-left: -4px;
    border-left: 1px solid rgb(110,177,236);
    color: #333;
}
.kj_pt_nian > span span {
    margin: 0 3px;
    font-size: 16px;
    color: red;
}
.kj_pt_inner {
    padding: 0 15px 5px;
    margin-top: 20px;
}
.kj_pt_inner > li {
    margin-bottom: 10px;
}
.kj_pt_count {
    border: 1px solid rgb(214,214,214);
    border-radius: 2px;
}
.kj_pt_count input {
    width: 42px;
    height: 44px;
    line-height: 45px;
    text-align: center;
    color: #000;
    font-size: 16px;
    border: 0;
    outline: 0;
}
.kj_pt_add {
    border-left: 1px solid rgb(226,226,226);
}
.kj_pt_add > a {
    display: block;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    border-bottom: 1px solid rgb(226,226,226);
    margin-bottom: -1px;
}
.kj_pt_gouwuche > a {
    display: inline-block;
    margin-left: 10px;
    width: 172px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    background-color: rgb(252,96,12);
    border-radius: 2px;
}
.kj_pt_gouwuche > a:last-child {
    background-color: rgb(202,21,29);
}
.kj_pt_gouma > p {
    font-size: 13px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 0;
}
.kj_product_bottom {
    margin-top: 15px;
    margin-bottom: 40px;
}
.kj_pb_left {
    float: left;
    width: 945px;
    border: 1px solid rgb(221,221,221);
}
.kj_pb_right {
    float: right;
    width: 230px;
}
.kj_pbl_title {
    background-color: rgb(245,245,245);
    height: 36px;
    line-height: 34px;
    border-bottom: 1px solid rgb(221,221,221);
}
.kj_pbl_title > li {
    border-right: 1px solid rgb(221,221,221);
    float: left;
    padding: 0 18px;
    font-size: 16px;
}
.kj_pbl_title > li.active {
    background-color: #fff;
    border-top:2px solid rgb(9,121,233);
}
.kj_pbl_inner {
    min-height: 560px;
    padding: 30px 12px;
    color: #666;
}
.kj_pbl_inner > p {
    padding: 0 20px;
}
.kj_pbl_inner table {
    margin-top: 20px;
}
.kj_pbl_inner table td {
    border: 1px solid rgb(228,228,228);
    height: 38px;
    line-height: 38px;
    text-indent: 20px;
    width: 180px;
}
.kj_pbl_inner table td:nth-of-type(odd) {
    width: 140px;
    background-color: rgb(245,245,245);
}
.kj_pbl_miaoshu {
    padding: 0 20px;
    margin-top: 35px;
}
.kj_pm_inner {
    color: #999;
    line-height: 28px;
}
.kj_pb_lxwm {
    border: 1px solid rgb(221,221,221);
}
.kj_pb_title {
    height: 46px;
    line-height: 44px;
    padding-left: 15px;
    background-color: rgb(243,243,243);
    border-bottom: 1px solid rgb(221,221,221);
}
.kj_pb_title > span {
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    color: #333;
    border-bottom: 2px solid rgb(84,135,228);
}
.kj_pblx_inner {
    padding: 25px 10px 20px;
    font-size: 12px;
    color: #999;
}
.kj_pblx_inner > li {
    margin-bottom: 30px;
    line-height: 24px;
}
.kj_pblx_inner > li:last-child {
    margin-bottom: 0;
}
.kj_pblx_inner > li a {
    color: #999;
}
.kj_pblx_inner > li a:hover {
    color: #ff6600;
}
.kj_pb_jswd {
    margin-top: 15px;
    border: 1px solid rgb(221,221,221);
    border-bottom: 1px solid rgb(200,202,206);
}
.kj_pbj_inner {
    padding: 15px;
}
.kj_pbj_inner > li {
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgb(220,220,220);
}
.kj_pbj_inner > li > span {
    color: rgb(82,195,241);
}
.kj_pbj_inner > li > a {
    color: #999;
}
.kj_pbj_inner > li a:hover {
    color: #ff6600;
}
/*注册2*/
.kj_reg {
    height: 580px;
    width: 100%;
    padding-top: 70px;
    margin-top: 30px;
    background: url("/content/xtheme/boaopaike/css/../images/reg_banner.jpg") no-repeat #2f5c90 center;
}
.kj_reg_content {
    width: 790px;
    height: 440px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 60px;
}
.kj_reg_title {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ff6600;
}
.kj_reg_title > span {
    display: inline-block;
    padding: 0 40px;
    border-bottom: 2px solid rgb(13,107,203);
}
.kj_reg_form {
    margin-top: 20px;
}
.kj_reg_input {
    width: 50%;
}
.kj_ri_person,
.kj_ri_address {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.kj_ri_person > input,
.kj_ri_address > input {
    border: 1px solid rgb(227,227,227);
    color: #666;
    border-radius: 5px;
    text-indent: 45px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    outline: 0;
}
.kj_ri_person > img,
.kj_ri_address > img {
    position: absolute;
    top: 9px;
    left: 10px;
}
.kj_reg_example {
    width: 50%;
    padding-left: 10px;
    color: #666;
}
.kj_reg_address > a {
    display: inline-block;
    width: 60px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background-color: rgb(244,244,244);
    margin-right: 3px;
    margin-bottom: 10px;
}
.kj_reg_address > a:nth-child(10n) {
    margin-right: 0;
}
.kj_reg_khly {
    margin-top: 15px;
    height: 24px;
    line-height: 24px;
}
.kj_reg_khly > span {
    margin-right: 35px;
}
.kj_reg_khly > span:first-child {
    margin-right: 25px;
}
.kj_reg_khly > span input {
    vertical-align: middle;
    margin-top: 0;
    margin-right: 5px;
}
.kj_reg_content > button {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background-color: rgb(26,117,209);
    font-size: 16px;
    border: 0;
    outline: 0;
    border-radius: 5px;
    padding: 0;
}
/*注册3*/
/*意见反馈*/
.kj_fwzctsjytit{
	margin-top:180px;
	
}
.kj_fwzctsjytit h2{
	margin-bottom:20px;
}
.kj_fwzctsjycont{
	border-left:1px solid #DBDBDB;
	margin-top:65px;
	padding-left:100px;
}
.kj_fwzctsjycont dd,.kj_fwzctsjycont dt{
	float:left;
}
.kj_fwzctsjycont dl{
	margin-bottom:20px;
    overflow:hidden;
}
.kj_fwzctsjycont dt{
	width:20%;
    height: 35px;
    line-height: 35px;
}
.kj_fwzctsjycont dd{
	width:80%;
}
.kj_fwzctsjycont dd textarea{
	background-color:#fff;
	width:96%;
	height:105px;
	border:1px solid #D1D1D1;
	text-indent:10px;
}
.kj_fwzctsjycont dd input{
	border:1px solid #D1D1D1;
	width:96%;
	height:35px;
	background-color:#fff;
    text-indent:10px;
}
.kj_shfwtjan input[type="button"] {
    width: 150px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    background-color: #0979e9;
    font-size: 15px;
    border-radius: 20px;
    margin-top: 20px;
}
/*@media (max-width: 1200px) {*/
    /*.container {*/
        /*width: 970px !important;*/
    /*}*/
/*}*/
/*@media (max-width: 991px) {*/
    /*.container {*/
        /*width: 750px !important;*/
    /*}*/
    /*.kj_banner {*/
        /*margin-top: 110px;*/
    /*}*/
    /*#mobilesearchbox .input-group {*/
        /*width: 650px;*/
    /*}*/
/*}*/
/*@media (max-width: 767px) {*/
    /*.container {*/
        /*width: 98% !important;*/
    /*}*/
    /*.row {*/
        /*margin-left: 0;*/
        /*margin-right: 0;*/
    /*}*/
    /*.kj_banner {*/
        /*margin-top: 60px;*/
    /*}*/
    /*#mobilesearchbox {*/
        /*position: absolute;*/
        /*left: 65px;*/
        /*right: 80px;*/
        /*top: 0;*/
        /*padding: 0;*/
        /*border-width: 0;*/
    /*}*/
    /*#mobilesearchbox .input-group {*/
        /*width: auto;*/
        /*margin-left: 20px;*/
    /*}*/
/*}*/


/*kj-floor-banner-txtdiv*/
.kj-floor-banner-txtdiv a{
    float:left;
    width:50%;
    white-space:nowrap;
    text-align:center;
    text-overflow:ellipsis;
    line-height:45px;
    overflow:hidden;
}

#ShopCartBox{
    display:none !important;
}

#RegUserLoginBox_modal .login-options-div{
    display:none;
}
#RegUserLoginBox_modal  .formcom-ipt{
    width:95%;
}
#RegUserLoginBox_modal .modal-dialog{
    width:300px;
}
#RegUserLoginBox_modal  .userloginbtn{
    border:0px;
    background-color:#0979e9;color:#ffffff; padding:10px 30px;
    display:block;
    width:95%;
}
#RegUserLoginBox_modal  a{
    display:none;
}
.has-error .form-control {
    border-color: #ff6600;
}
.has-error .input-group-addon {
    color: #ff6600;
    background-color: #f2dede;
    border-color: #ff6600;
}
.kj_nav_inner > li > ul.nav2 {
    min-width: 200px;
    height: auto;
    display: none !important;
}
li.nav1_li:hover ul{
    display: block !important;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 73px !important;
    }
    .kj_bottom{
        display:block !important;
    }
    .kj_foot {
        display: block !important;
        min-width: 1200px;
    }
    .kj_foot_inner .col-lg-9 {
        width: 70%;
        float:left;
    }
    .kj-footer-col {
        float: left;
    }
    .kj_contanct {
        width: 30%;
        float: left;
    }
    .kj_footer, .kj_top {
        display: block !important;
        min-width: 1200px;
    }
    .kj_banner,.kj_fuwu_banner {
        min-width: 1200px;
    }
    .carousel-inner .item a{
        height:441px !important;
    }
    .navbar-default .navbar-toggle {
        margin-left: 10px;
        margin-top: 20px;
    }
    .navbar-default .navbar-brand {
        margin-top: 10px;
    }
    .kj-phonefooter .container {
        width:100vw;
    }
}