@charset "utf-8";

/**************************************色板&字体*/

.color_main {
    color: #AE1C2F;
}

.font_phone {
    font-family: impact;
}


/**************************************布局*/

.container {
    margin: 0 auto;
    width: 1200px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/**************************************页头*/

.header {
    width: 100%;
    background-color: #FFF;
    z-index: 20;
}


/*顶导航*/

.hd_top {
    height: 37px;
    line-height: 37px;
    background: #2A2A2A;
}

.hd_top span {
    float: left;
    font-size: 12px;
    color: #C3C3C3;
}

.hd_top_r {
    float: right;
    height: 37px;
    line-height: 37px;
}

.hd_top_r>a,
.hd_cart {
    font-size: 12px;
    color: #C3C3C3;
    float: left;
    height: 37px;
    line-height: 37px;
}

.hd_top_r>a>span,
.hd_cart>span {
    border-left: 1px dotted #7F7F7F;
    height: 13px;
    line-height: 13px;
    margin-top: 10px;
    padding: 0 10px;
    cursor: pointer;
}

.hd_top_r a span.nobd {
    border-left: 0;
}

.hd_top_r>a:last-of-type span {
    padding-right: 0;
}

/*购物车*/

.hd_cart {
    position: relative;
    display: block;
}

.hd_cart_box {
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    width: 300px;
    min-height: 100px;
    margin-left: -100px;
    border: 1px solid #333;
    background: #FFF;
    z-index: 999;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.18);
}

.hd_cart_box:before {
    display: block;
    position: absolute;
    top: -23px;
    left: 130px;
    width: 15px;
    content: url(/theme/img/hdcartsj.png);
}

.hd_cart_box .cart_no_item {
    padding-left: 30px;
    background: url(/theme/img/hdcartbg.png) no-repeat 15px center;
    line-height: 100px;
    font-size: 14px;
    text-align: center;
}

.hd_cart_box .cart_list {
    width: 300px;
    padding: 10px;
}

.hd_cart_box .cart_list p {
    height: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}

.hd_cart_box .cart_list i {
    display: inline-block;
    padding: 0 24px;
    color: #333;
    font-style: normal;
}

.hd_cart_box .cart_list i.hd_cart_cptp {
    padding-left: 10px;
}

.hd_cart_box .cart_list li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.hd_cart_box .cart_list img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 12px;
    border: 1px solid #999;
}

.hd_cart_box .cart_list .hd_cart_tt {
    display: block;
    float: left;
    width: 137px;
    height: 42px;
    padding-left: 18px;
    line-height: 42px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
}

.hd_cart_box .cart_list .hd_cart_num {
    width: 40px;
    margin-left: 5px;
    text-align: center;
}

.hd_cart_box .cart_list .hd_cart_del {
    display: block;
    float: left;
    width: 33px;
    height: 42px;
    line-height: 42px;
    color: #999;
    text-align: right;
}

.hd_cart_box .cart_list a {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.hd_cart_box .cart_list a span:hover,
.hd_cart_box .cart_list a em:hover {
    color: #AE1C2F;
}

.hd_cart_box .cart_list .hd_cart_view {
    width: 100%;
    height: 30px;
    background: #333;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.hd_cart_box .cart_list .hd_cart_view:hover {
    background: #AE1C2F;
    color: #FFF;
}

/*logo & 热线*/

.hd_mid {
    height: 86px;
}

.hd_mid .container {
    overflow: hidden;
}

.hd_mid .hd_mid_l {
    margin-top: 36px;
}

.hd_mid .hd_mid_r dt,
.hd_mid .hd_mid_l>div,
.hd_mid .hd_mid_l h1 {
    float: left;
}

.hd_mid .hd_mid_l>div{
    margin-left: 30px;
}

.hd_mid .hd_mid_l>div h2 {
    color: #AE1C2F;
    font-size: 20px;
    letter-spacing: 7px;
}

.hd_mid .hd_mid_l>div p {
    margin-top: 13px;
    color: #666;
    font-size: 14px;
}

.hd_mid .hd_mid_r {
    overflow: hidden;
    margin-top: 40px;
}

.hd_mid .hd_mid_r dt img {
    display: block;
}

.hd_mid .hd_mid_r dd {
    padding-left: 56px;
}

.hd_mid .hd_mid_r dd span {
    font-size: 12px;
    color: #666;
}

.hd_mid .hd_mid_r dd p {
    font-size: 26px;
    color: #AE1C2F;
}

/*主导航*/

.hd_down {
    height: 65px;
}

.hd_down .menu {
    position: relative;
    top: 34px;
    left: 0px;
    height: 60px;
    font-size: 14px;
    z-index: 50;
}

.hd_down .menu>li {
    display: block;
    float: left;
    width: 150px;
    background: #AE1C2F url(/theme/img/menulibg.png) no-repeat left center;
    text-align: center;
    position: relative;
}

.hd_down .menu li.nobg {
    background: #AE1C2F;
}

.hd_down .menu>li>a {
    display: block;
    width: 100%;
    height: 60px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
}

.hd_down li.cur>a,
.hd_down a:hover{
    background: #2F2F2F;
}

.mn_xiala {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    background: #393233;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.18);
}

.mn_xiala a {
    display: block;
    color: #ABABAB;
}

.mn_xiala dl {
    text-align: left;
    float: left;
}

.mn_xiala dl dd a,
.mn_xiala dl {
    width: 100%;
}

.mn_xiala dl dd {
    height: 32px;
    line-height: 32px;
    text-align: center;
}

/*商品菜单*/

.hd_pro_menu .mn_xiala {
    left: -150px;
}

.hd_pro_mn {
    height: 390px;
    position: relative;
}

.hd_pro_mn .li_p {
    float: none;
    background: none;
    position: static;
}

.hd_pro_mn .li_p>a {
    display: block;
    width: 150px;
    height: 130px;
    padding: 0;
    background: url(/theme/img/jt_hv.png) no-repeat 130px center;
    line-height: 130px;
}

.hd_pro_mn li.cur>a,
.hd_pro_mn .li_p>a:hover {
    background: #2F2F2F url(/theme/img/jt_hv.png) no-repeat 130px center;
}

.hd_pro_mn .li_p>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 150px;
}

.hd_pro_mn .li_p>ul.w_1050 {
    width: 1050px;
}

.hd_pro_mn .li_p>ul.w_300 {
    width: 300px;
}

.hd_pro_mn .cur>ul {
    display: block;
    background: #2F2F2F;
    height: 390px;
    padding: 20px 45px;
}

.hd_pro_mn ul li.nav_p {
    display: block;
    float: left;
    width: 49%;
    margin: 0 2% 20px 0;
    padding-bottom: 5px;
    text-align: left;
}

.hd_pro_mn .li_p>ul.w_300 li.nav_p {
    width: 100%;
}

.hd_pro_mn ul li.btl{
    border-bottom: 1px dotted #383838;
}

.hd_pro_mn ul li.nav_p:nth-of-type(2n) {
    margin-right: 0;
}

.hd_pro_mn ul li.nav_p a {
    height: 14px;
    line-height: 14px;
    padding: 0;
    text-align: left;
}

.hd_pro_mn ul li.nav_p > a {
    color: #FFF;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hd_pro_mn ul li.nav_p ul {
    display: block;
    position: static;
    margin-top: 10px;
}

.hd_pro_mn ul li.nav_p ul li {
    background: none;
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    position: static;
}

.hd_pro_mn ul li.nav_p ul li a {
    float: left;
    border-right: 1px solid #ABABAB;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 12px;
}

.hd_pro_mn ul li.nav_p ul li:last-of-type a {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.hd_pro_mn ul li.nav_p a:hover {
    color: #D1132C;
}

/**************************************页尾*/

.footer {
    background: #171717;
}

.footer .container {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.ft_top {
    height: 14px;
    line-height: 13px;
    overflow: hidden;
}

.ft_top li {
    float: left;
    border-left: 1px dotted #454545;
}

.ft_top li a {
    font-size: 13px;
    line-height: 13px;
    color: #FFF;
    padding: 0px 21px;
}

.ft_top li.nobd {
    border: none;
}

.ft_mid {
    width: 100%;
    height: 3px;
    background: #454545;
    margin-top: 16px;
}

.ft_down {
    overflow: hidden;
    height: 150px;
    margin-top: 48px;
}

.ft_down .ft_down_l {
    overflow: hidden;
}

.ft_down .ft_down_l dt {
    float: left;
    overflow: hidden;
}

.ft_down .ft_down_l dt * {
    display: inline-block;
    float: left;
}

.ft_down .ft_down_l dt span {
    height: 135px;
    border: 1px dotted #454545;
    margin-left: 42px;
}

.ft_down .ft_down_l dd {
    padding-left: 20px;
    float: left;
}

.ft_down .ft_down_l dd p {
    line-height: 20px;
    font-size: 12px;
    color: #8E8E8E;
}

.ft_down .ft_down_l dd p * {
    display: inline-block;
}

.ft_down .ft_down_l dd p em {
    width: 8px;
    height: 3px;
}

.ft_down .ft_down_l dd p a {
    font-size: 12px;
    color: #8E8E8E;
}

.ft_down .ft_down_r {
    overflow: hidden;
    margin-top: 50px;
}

.ft_down .ft_down_r h5 {
    float: left;
}

.ft_down .ft_down_r h5 img {
    display: block;
}

.ft_down .ft_down_r>div {
    padding-left: 41px;
}

.ft_down .ft_down_r>div span {
    font-size: 12px;
    color: #F0F0F0;
}

.ft_down .ft_down_r>div p {
    font-size: 24px;
    color: #CE0000;
}

.ft_down .ft_wxewm {
    height: 138px;
}

.ft_qwe {
    width: 200px;
    height: 30px;
    line-height: 30px;
}

.ft_qwe a {
    display: block;
    float: left;
    margin-right: 10px;
}

.ft_qwe a:first-of-type img {
    width: auto;
    height: 12px;
}

.ft_cxwz img {
    margin-top: 10px;
}


/**************************************kefu & share*/

#divOranIm {
    position: fixed;
    _position: absolute;
    right: 0;
    width: 140px;
    z-index: 999;
    top: 50% !important;
    margin-top: -230px;
}

#bodd {
    display: block;
}

.kefubtn {
    text-align: right;
    cursor: pointer;
    display: none;
    margin-top: 100px;
    width: 140px;
    height: 150px;
    background: url(/theme/img/kf-1.png) no-repeat center right;
}

.imclosed {
    position: fixed;
    _position: absolute;
    width: 22px;
    height: 43px;
    right: 140px;
    top: 50% !important;
    margin-top: -75px;
    background: url(/theme/img/closedkf_btn.png);
    cursor: pointer;
}

.ImHeader {
    height: 44px;
    cursor: pointer;
    background: url(/theme/img/im_01.png) no-repeat;
}

.ImFooter {
    height: 350px;
    background: url(/theme/img/im_04.png) no-repeat;
}

.ImFooter .kfbtn {
    display: block;
    width: 140px;
    height: 32px;
    margin-bottom: 13px;
    cursor: pointer;
}

#top_btn {
    cursor: pointer;
    width: 140px;
    height: 34px;
    background: #AE1C2F url(/theme/img/totop.png) no-repeat center 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*QQ客服*/

/* iframe {
    margin-top: -425px !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important; 
    filter:alpha(opacity=0) !important;
    opacity: 0 !important;
} */

/*其他页面框架*/

/* .age_li_about iframe {
    margin-top: 0px !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important; 
    filter:alpha(opacity=1) !important;
    opacity: 1 !important;
} */

/*百度商桥*/

/* ins.lxb-container {
    background: 0 !important;
}

.custom-text{
    display: none !important;
}

ins.lxb-container {
    top: 50% !important;
    width: 140px !important;
    margin-top: 51px !important;
}

#LXB_CONTAINER .lxb-cb-input, #LXB_INVITE .lxb-cb-input {
    left: 9px !important;
    width: 120px !important;
    height: 28px !important;
    line-height: 20px !important;
    text-align: center !important;
}

.lxb-cb-input-btn {
    top: 69px !important;
    width: 120px !important;
    height: 30px !important;
    line-height: 30px !important;
}

.nb-icon-icon,
.lxb-hide-btn {
    display: none !important;
}

#nb_icon_wrap {
    top: 50% !important;
    margin-top: -150px !important;
}

#newBridge .customer-invite-style .nb-invite-cancel {
    right: 165px !important;
    bottom: 20px !important;
}

#newBridge .nb-invite-skin-0 .nb-invite-ok {
    right: 270px !important;
    bottom: 20px !important;
}

#newBridge .customer-invite-style .nb-invite-tool {
    right: 60px !important;
    top: 23px !important;
    
}

.lxb-cb-input-btn,
#nb_icon_wrap,
#newBridge .customer-invite-style .nb-invite-cancel,
#newBridge .nb-invite-skin-0 .nb-invite-ok,
#newBridge .customer-invite-style .nb-invite-tool {
    position: absolute !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important; 
    opacity: 0 !important;
} */