﻿@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: 14px;
    color: #C3C3C3;
}

.hd_top_r {
    float: right;
    height: 37px;
    line-height: 37px;
}

.hd_top_r>a,
.hd_cart {
    font-size: 14px;
    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(../images/hdcartsj.png);
}

.hd_cart_box .cart_no_item {
    padding-left: 30px;
    background: url(../images/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: 12px;
}

.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 h2 {
    color: #AE1C2F;
    font-size: 26px;
    letter-spacing: 1px;
}

.hd_mid .hd_mid_l>div p {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
}

.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: 14px;
    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: 133px;
    background: #AE1C2F url(../images/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;
    width:650px;
}

.hd_pro_mn {
    height: 260px;
    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(../images/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(../images/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: 500px;
}

.hd_pro_mn .li_p>ul.w_300 {
    width: 300px;
}

.hd_pro_mn .cur>ul {
    display: block;
    background: #2F2F2F;
    height: 260px;
    padding: 20px 45px;
    overflow: hidden;
}

.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: 14px;
}

.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:url(../images/footer.jpg) repeat; 
}

.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 #D7A3A7;
}

.ft_top li a {
    font-size: 13px;
    line-height: 13px;
    color: #FFF;
    display:inline-block;
    width:132px;
    text-align:center;
}
.ft_top li a:hover{ color:#D7A3A7;}
.ft_top li.nobd {
    border: none;
}

.ft_mid {
    width: 100%;
    height: 3px;
    background: #D7A3A7;
    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: 14px;
    color: #D7A3A7;
}

.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: 14px;
    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: 14px;
    color: #F0F0F0;
}

.ft_down .ft_down_r>div p {
    font-size: 24px;
    color: #D7A3A7;
}

.ft_down .ft_wxewm {
    height: 138px;
}

.ft_tongji {
    width: 200px;
    height: 30px;
    line-height: 30px;
}

.ft_tongji a {
    display: block;
    float: left;
    margin-right: 10px;
}

.ft_tongji 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: -108px;
}

#bodd {
    display: block;
}

.kefubtn {
    text-align: right;
    cursor: pointer;
    display: none;
    margin-top: 72px;
    width: 140px;
    height: 150px;
    background: url(../images/kf-1.png) no-repeat center right;
}

.imclosed {
    position: absolute;
    width: 22px;
    height: 43px;
    right: 140px;
    top: 50% !important;
    margin-top: -24px;
    background: url(../images/closedkf_btn.png);
    cursor: pointer;
}

.ImHeader {
    height: 44px;
    cursor: pointer;
    background: #ae1c2f;
}
.ImHeader span{
    color:#fff;
    font-size: 17.4px;
    display: block;
    padding-top:17.6px;
    width: 100%;
    text-align: center;
}
.ImFooter {
    background: #ae1c2f;
    padding-bottom: 10px;
}

.ImFooter .kfbtn {
    display: block;
    cursor: pointer;
    background:#FFF;
    margin:auto;
    margin-bottom: 10px;
    width:120px;text-align: center;
}
.ImFooter .kfbtn span{
    display: inline-block;
    line-height: 32px;
    font-size: 17px;
    overflow: hidden;
}

.ImFooter .kfbtn span img{
    float:left;
    margin-top: 8px;
    margin-right: 5px;
}
.ImPhone{
    background: #ae1c2f;
}
.ImPhone p{
    color:#fff;
    font-size: 18px;
    display: block;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.ImPhone .tit{
    font-weight: normal;
    font-size: 17.4px;
    display: block;

}
#top_btn {
    cursor: pointer;
    width: 140px;
    height: 34px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color:#fff;text-align: center;color:#fff;font-size: 12px;padding-top: 3px;
    background: #ae1c2f;
}

/*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;
}
/*友情链接*/

.frlink { margin-top:50px;
    background:url(../images/footer.jpg) repeat;
}

.frlink .container {
    padding-top: 60px;
    overflow: hidden;
}

.frlink .frlinktitle {
    float: left;
    width: 78px;
    height: 40px;
    padding-left: 10px;
    background: url(../images/frlingsbg.png) no-repeat left center;
    font-weight: normal;
}

.frlink .frlinktitle a {
    color: #ffffff;
    font-size: 16px;
}

.frlink .frlinktitle span {
    display: block;
    color: #D7A3A7;
    font-size: 18px;
    font-family: "Times New Roman";
    text-transform: uppercase;
}

.frlink ul {
    float: right;
    width: 1106px;
    margin-top: 13px;
    overflow: hidden;
}

.frlink ul li {
    float: left;
    height: 13px;
    margin-bottom: 7px;
    border-left: 1px solid #D7A3A7;
    line-height: 13px;
}

.frlink ul li a {
    padding: 0px 8px;
    color: #D7A3A7;
    font-size: 14px;
}

.frlink ul li a:hover {
    text-decoration: underline;
}

/* 侧边菜单 */
.main{margin: 50px 0 0;}
.main .container{overflow: hidden;}
.main .container .sidebar_l{width:270px;float:left;}
.main .sidebar_l .title{color:#fff;background:#ae1c2f;text-align: center;font-size: 20px;height:48px;line-height: 48px;}
.main .sidebar_l .title span{font-weight: 600;}

.main .sidebar_l .subnav{margin-bottom: 50px;background:#f5f5f5;}
.main .sidebar_l .subnav>ul>li{border-bottom: 1px solid #f5f5f5;}
.main .sidebar_l .subnav>ul>li:nth-child(2){border-bottom: 1px solid #dbdbdb;}
.main .sidebar_l .subnav>ul>li>p{border-bottom: 1px solid #dbdbdb;}
.main .sidebar_l .subnav>ul>li>p>a{font-size: 18px;font-weight: bold;color:#000;display: block;width:100%;line-height: 55px;text-indent: 15px;border-bottom:2px solid #fff;}
.main .sidebar_l .subnav>ul>li>p>a span.arr-l{transform: rotate(-90deg);transition:transform 200ms;
    float: right;margin-right: 30px;display: inline-block;width: 19px;height:19px;margin-top:18px;background:url(../images/arr.png) center no-repeat; }
.main .sidebar_l .subnav>ul>li.active>p>a span.arr-l{transform: rotate(0deg);transition:all 200ms}
.main .sidebar_l .subnav>ul>li>ul{overflow: hidden;margin: 20px 0;display: block}
.main .sidebar_l .subnav>ul>li:nth-child(2)>ul{display: none;}
.main .sidebar_l .subnav>ul>li>ul>li{line-height: 25px;}
.main .sidebar_l .subnav>ul>li>ul>li .round{display: inline-block;width:8px;height:8px;border-radius: 50%;background:#919191;margin-left: 15px;margin-right: 25px;}
.main .sidebar_l .subnav>ul>li>ul>li:hover .round{background:#ae1c2f;}
.main .sidebar_l .subnav>ul>li>ul>li:hover a{color:#ae1c2f;}

.main .sidebar_l .contact .tag{
    padding:30px 0 20px 0;border-width:0 1px 1px 1px;border-style:solid;border-color:#dbdbdb;color:#545454;text-transform:Uppercase;font-size:14px;
}
.main .sidebar_l .contact .tag p{padding: 0 10px}
/* 主体内容 */
.main .content{
    width:880px;
    float:right;
}
.main .content .breadcrumb{
    line-height: 48px;
    margin-bottom: 10px;
    color:#ae1c2f;
}
.main .content .breadcrumb a{
    color:#ae1c2f;
}
/* 产品页 */
.main .content .products{overflow: hidden;}
.main .content .products .pro-cols{float:left;width:30%;margin-right: 5%;margin-bottom: 30px;}
.main .content .products .pro-cols:nth-child(3n){margin-right: 0}
.main .content .products .pro-cols .img{width:100%;}
.main .content .products .pro-cols p{text-align: center;line-height: 2em;}
/*单页*/
.main .content  .single-page h2{
    text-align: center;
    margin:30px 0;
}
/*分页*/
.paging {
    margin: auto;
    margin-top: 80px!important;
    margin-bottom: 25px;
    height: 28px;
    font-size: 12px;
    text-align: center;
}

.paging .up_down {
        width: 30px;
    }

.paging span, .paging p, .paging a, .paging strong {
    border: 1px solid #ae1c2f;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    margin-left: 5px;
    color: #c7c7c7;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: "微软雅黑";
    }

.page_in {
    display: inline-block;
}

.paging span:hover, .paging p:hover, .paging a:hover, .PageActive {
    background-color: #ae1c2f;
    color: #fff;
    border: 1px solid #ae1c2f;
}
.clear {
    clear:both;
}
.subnav > ul {
    white-space:nowrap;
}
.hd_slogan {
    width:695px;
}