﻿/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, input, kbd, q, s, samp, select, small, strike, sub, sup, tt,
var, b, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    font-style: normal;
}

header, article, section, aside, nav, footer {
    display: block;
}

input, img, button {
    border: 0;
    background-color: transparent;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

/*公共*/
body {
    font-size: 14px;
    color: #000;
}

.c {
    overflow: hidden;
    zoom: 1;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.l {
    float: left;
}

.r {
    float: right;
}

a:hover {
    color: #d7140e;
}

.img_position {
    position: relative;
    display: block;
    width: 100%;
}

    .img_position img {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        max-width: 99%;
        max-height: 99%;
        width: expression(this.width > 99%? "99%" : this.width);
        height: expression(this.height > 99%? "99%" : this.height);
    }

/*顶部*/
.kj_top {
    height: 30px;
    line-height: 30px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e5e5e5;
}

    .kj_top .l {
        width: 680px;
    }

    .kj_top .r {
        line-height: 30px;
    }

        .kj_top .r a {
            float: left;
            padding: 0 5px;
        }

/*logo*/
.kj_header {
    height: 100px;
}

.kj_logo {
    padding-top: 5px;
}

.kj_search {
    margin-top: 30px;
    margin-left: 130px;
    display: inline-block;
    width: 430px;
    height: 40px;
}

    .kj_search select {
        float: left;
        width: 100px;
        height: 38px;
        text-indent: 10px;
        background-image: url(../images/searchdown.jpg);
        border: 0px;
    }

    .kj_search input[type=text] {
        float: left;
        width: 280px;
        height: 38px;
        line-height: 38px;
        text-indent: 10px;
        background-image: url(../images/searchtxt.jpg);
        border: 0px;
    }

    .kj_search input[type=button] {
        float: right;
        width: 50px;
        height: 38px;
        color: #ffffff;
        background-image: url(../images/searchtb.jpg);
        border: 0px;
    }

.kj_tel {
    padding-top: 20px;
    padding-left: 70px;
    margin-top: 20px;
    width: 260px;
    height: 80px;
    background-image: url(../images/tel.jpg);
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #d7140e;
}

/*Menu*/
.kj_nav {
    height: 43px;
    line-height: 43px;
    background-image: url(../images/navbg.jpg);
    font-size: 16px;
    clear: both;
}

    .kj_nav > ul > li {
        position: relative;
        float: left;
        background-image: url(../images/navbgtb.jpg);
        background-repeat: no-repeat;
        background-position: 0px 18px;
    }

        .kj_nav > ul > li ul {
            display: none;
        }

    .kj_nav > ul li:hover > ul {
        display: block;
    }

    .kj_nav > ul > li > ul {
        position: absolute;
        top: 43px;
        left: 0;
        width: 104%;
        background-color: #d6130d;
        z-index: 999;
    }

        .kj_nav > ul > li > ul li {
            position: relative;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border-bottom: 1px dotted #ffffff;
        }

        .kj_nav > ul > li > ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            width: 104%;
            background-color: #d6130d;
            z-index: 999;
        }

    .kj_nav > ul > li ul li a:hover{
        background-color:#fff !important;
	 color:#D7140E!important;
    }
	 .kj_nav > ul > li ul li a {
        display: inline-block;
        color: #fff !important;
    }
   .kj_nav > ul > li a {
        display: inline-block;
        color: #fff;
    }
    .kj_nav > ul > li > a {
        width: 150px;
        text-align: center;
    }
 .kj_nav > ul > li:nth-child(6) a{
	 background-color:#fff;
	 color:#D7140E;
 }
    .kj_nav li:hover {
        background-color: #fff;
    }
.kj_nav li:hover a{
	color:#d7140e;
	font-weight:bold;
}
    .kj_nav > ul > li.on > a {
        border-radius: 5px;
        color: #000;
        background-color: #ffce24;
    }

    .kj_nav > ul > li li.on > a {
        color: #ffce24;
    }

.kj_p_b {
    margin-top: 10px;
}
/*Prolist*/
.kl_prolist {
    width: 230px;
    border: 1px solid #d7140e;
}

.kl_prolist_tit {
    margin: 3px;
    height: 32px;
    background-color: #d7140e;
    line-height: 32px;
    text-indent: 40px;
    font-size: 16px;
    color: #ffffff;
}

.kl_prolist_cont {
    padding: 14px 0 20px 20px;
}

.kl_prolist .dorpdownpromenu {
}

    .kl_prolist .dorpdownpromenu li {
        position: relative;
        height: 37px;
        line-height: 37px;
        text-indent: 20px;
        border-bottom: 1px solid #eeeeee;
        background-image: url(../images/navheighttb.jpg);
        background-repeat: no-repeat;
        background-position: 160px 13px;
    }

    .kl_prolist .dorpdownpromenu .submenubox {
        z-index: 9999;
        display: none;
        padding: 15px;
        position: absolute;
        left: 100%;
        top: 0;
        width: 600px;
        border: 1px solid #d7140e;
        background-color: #fff;
    }

.submenubox .navheight {
    position: relative;
    height: 36px;
    line-height: 36px;
    text-indent: 20px;
    border-bottom: 1px solid #eeeeee;
    background-image: url(../images/navheighttb.jpg);
    background-repeat: no-repeat;
    background-position: 160px 13px;
}

    .submenubox .navheight a {
        color: #000000;
    }

.navheight:hover {
    background-color: #ffffff;
}

.navsnhovrf {
    display: block;
    line-height: 35px;
    background-position: 155px 14px;
    background-repeat: no-repeat;
}

    .navheight:hover .navsnhovrf, .navsnhovrf:hover {
        background-color: #ffffff;
        border: 1px solid #d7140e;
        border-right: 0px;
    }

.submenubox .catalog2 li {
    line-height: 35px;
    float: left;
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ffffff;
    text-align: center;
    text-indent: 0;
}

    .submenubox .catalog2 li a {
        color: #0084ff;
    }

.submenubox ul .catalog3 {
    padding-left: 10px;
    display: inline;
    float: left;
    width: 450px;
    background-color: #ffffff;
}

    .submenubox ul .catalog3 li {
        background-color: #ffffff;
        clear: none;
        float: left;
        display: inline;
    }

    .submenubox ul .catalog3 a {
        text-align: left;
        font-weight: normal;
        border-bottom: 0px;
        color: #000000;
        padding-left: 5px;
        padding-right: 5px;
        width: auto;
        text-indent: 0px;
    }
/*Banner*/
.kj_banner {
    overflow: hidden;
    position: relative;
    height: 370px;
    width: 950px;
    border: 1px solid #a7a7a7;
}

.ace_imgnavbox {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

    .ace_imgnavbox a {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background-color: #ddd;
        font-size: 0px;
        line-height: 0px;
        margin: 3px;
    }

    .ace_imgnavbox .activeSlide {
        background-color: #e10000;
    }

.kj_n_c {
    margin-top: 20px;
}

.kj_nc_news {
    float: left;
    padding-right: 37px;
    border-right: 1px solid #cecece;
    width: 388px;
}

.kj_nc_tech {
    float: left;
    margin-left: 37px;
    padding-right: 37px;
    border-right: 1px solid #cecece;
    width: 388px;
}

.kj_nc_contact {
    float: left;
    margin-left: 37px;
    width: 350px;
}

.kj_nc_news {
    margin-left: 0;
    padding-left: 0;
}

.kj_nc_contact {
    border: 0;
}

.kj_nc_tit {
    height: 35px;
    line-height: 35px;
    background-image: url(../images/bg1.jpg);
    font-size: 16px;
    text-indent: 25px;
    color: #fff;
}

    .kj_nc_tit span {
        float: right;
        margin-right: 30px;
        font-size: 12px;
    }

.kj_nc_img {
    margin-top: 10px;
}

.kj_nc_contn ul li {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url(../images/newtb.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 15px;
}

.kj_nc_cont, .kj_nc_contn {
    margin-top: 5px;
    line-height: 30px;
}

.kj_nc_cont {
    overflow: hidden;
    height: 180px;
}

.kj_indexprolist_box {
    overflow: hidden;
    height: 290px;
    padding: 30px 0;
    margin-top: 30px;
    background-color: #efefef;
}

    .kj_indexprolist_box .indexcata {
        float: left;
        margin: 0 50px;
        padding-left: 30px;
        width: 140px;
        background-image: url(../images/pl1.png);
        background-repeat: no-repeat;
        background-position: left 10px;
    }

    .kj_indexprolist_box div:nth-child(2n) {
        background-image: url(../images/pl2.png);
    }

    .kj_indexprolist_box div:nth-child(3n) {
        background-image: url(../images/pl3.png);
    }

    .kj_indexprolist_box div:nth-child(4n) {
        background-image: url(../images/pl4.png);
    }

    .kj_indexprolist_box div:nth-child(5n) {
        background-image: url(../images/pl5.png);
    }

    .kj_indexprolist_box .indexcata dt {
        font-size: 18px;
        line-height: 50px;
    }

    .kj_indexprolist_box .indexcata dd {
        height: 150px;
        overflow: hidden;
    }

        .kj_indexprolist_box .indexcata dd ul li {
            font-size: 14px;
            line-height: 25px;
        }

        .kj_indexprolist_box .indexcata dd.indexcatamore {
            height: 60px;
            line-height: 30px;
        }

            .kj_indexprolist_box .indexcata dd.indexcatamore a {
                color: #d7140e;
            }


/*Content*/
.kj_indexshow_box {
    margin-top: 25px;
}

.kj_ictitlt {
    height: 35px;
    line-height: 35px;
    background-image: url(../images/bg2.jpg);
    font-size: 16px;
    text-indent: 55px;
    color: #fff;
}

    .kj_ictitlt span {
        float: right;
        margin-right: 25px;
        font-size: 12px;
    }

.kj_icpro {
    padding-top: 15px;
}

    .kj_icpro li {
        float: left;
        width: 160px;
        height: 222px;
        margin-right: 13px;
    }

        .kj_icpro li:nth-child(7n) {
            margin-right: 0;
        }

.kj_icpimg {
    overflow: hidden;
    width: 100%;
    height: 160px;
    border: 1px solid #dedede;
}

    .kj_icpimg a {
        height: 158px;
        transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
    }

        .kj_icpimg a:hover {
            transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            -webkit-transform: scale(1.2);
        }

.kj_icptext {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    line-height: 25px;
    word-break: break-all;
    margin-top: 10px;
}


/*Footer*/
.kj_footer {
    margin-top: 25px;
    border-top: 1px solid #d7140e;
    background-color: #ebebeb;
}

.kj_link {
    padding: 30px 0;
    padding-bottom: 10px;
}

.kj_link_tit {
    font-size: 16px;
    line-height: 40px;
    color: #c00000;
}

    .kj_link_tit a {
        margin-left: 30px;
        color: #c00000;
    }

.kj_link_cont {
    line-height: 25px;
}

    .kj_link_cont a {
        margin-right: 10px;
    }

.kj_ftga {
    padding-bottom: 20px;
    line-height: 25px;
}

.kj_copyright {
    margin-bottom: 10px;
    border-top: 1px dotted #d7140e;
    font-size: 12px;
    padding: 15px 0;
}

    .kj_copyright .w {
        text-align: center;
        line-height: 25px;
    }

/*主体部分*/
.container {
    margin: 20px auto;
    margin-top: 10px;
}

/*左侧*/
.kj_leftnav {
    width: 230px;
}

.kl_promotions {
    margin-top: 10px;
    border: 1px solid #d7140e;
}

.kl_promotions_cont {
    padding: 10px;
}

.kl_promotionscont_c {
    height: 475px;
    overflow: hidden;
}

.kl_promotions_cont ul li {
    height: 92px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #1b77c2;
    font-size: 12px;
}

    .kl_promotions_cont ul li .kj_promoimg {
        overflow: hidden;
        width: 80px;
        height: 80px;
        border: 1px solid #dedede;
    }

        .kl_promotions_cont ul li .kj_promoimg a {
            height: 80px;
            transition: 1s;
            -moz-transition: 1s;
            -ms-transition: 1s;
            -o-transition: 1s;
            -webkit-transition: 1s;
        }

            .kl_promotions_cont ul li .kj_promoimg a:hover {
                transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                -webkit-transform: scale(1.2);
            }

    .kl_promotions_cont ul li .kj_promotext {
        overflow: hidden;
        width: 113px;
        height: 75px;
        line-height: 25px;
    }


/*右侧*/
.kj_position {
    line-height: 40px;
    font-size: 16px;
    background: url(../images/positiontitle.png) no-repeat left center;
    padding-left: 46px;
    border-bottom: 2px solid #d7140e;
}

    .kj_position a:hover {
        color: #af0000;
    }

.kj_rightcont {
    width: 950px;
}

.kj_rightconttext {
    padding: 20px 0;
}
/*单页面*/
.kj_pagesrightcontent {
    line-height: 30px;
}

.kj_webmap .catalog1 {
    clear: both;
}

    .kj_webmap .catalog1 li {
        padding-left: 15px;
        line-height: 30px;
        background-image: url(../images/navheighttb.jpg);
        background-repeat: no-repeat;
        background-position: left 12px;
    }

.kj_webmap ul li a {
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #d7140e;
}

.kj_webmap ul:nth-child(3) ul li {
    width: 1165px;
    display: inline-block;
}

.kj_webmap ul:nth-child(3) .catalog3 {
    padding-left: 100px;
    width: 1165px;
}

    .kj_webmap ul:nth-child(3) .catalog3 li {
        width: auto;
    }

.kj_webmap ul li .catalog2 {
    float: left;
    margin-left: 10px;
}

    .kj_webmap ul li .catalog2 li {
        float: left;
        margin-left: 10px;
    }

.kj_webmap ul li li a {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.kj_webmap ul li li li a {
    font-weight: normal;
    font-size: 14px;
}

.kj_webmap ul:nth-child(3) .catalog3 li:hover a {
    color: #d7140e;
}
/*新闻列表*/
.kj_newsrightcontent li {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    background-color: #d0eefa;
    padding: 0 30px;
    margin-bottom: 6px;
}

    .kj_newsrightcontent li a {
        display: inline-block;
        width: 770px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kj_newsrightcontent li:nth-child(2n) {
        background-color: #f2f7fd;
    }

    .kj_newsrightcontent li span {
        float: right;
    }
/*分页*/
.padding {
    font-size: 13px;
    text-align: center;
    margin: 20px auto;
}

    .padding span:nth-child(2),
    .padding span:nth-child(3),
    .padding span:nth-child(4),
    .padding span:nth-child(5) {
        height: 25px;
        display: inline-block;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        padding: 3px 7px;
        margin: 0 6px;
    }

    .padding select, .padding input {
        height: 25px;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        text-align: center;
        margin: 0 6px;
        cursor: pointer;
    }
/*新闻详情*/
.kj_newstitle {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.kj_newstime {
    line-height: 25px;
    text-align: center;
}

.bdsharebuttonbox {
    width: 150px;
    margin: 0 auto;
}

.proinfotabletxt .bdsharebuttonbox {
    width: auto;
    margin: 0;
}

.kj_newssummary {
    padding: 15px;
    border-bottom: 1px dashed #cccccc;
    line-height: 25px;
}

.kj_newsrightinfo_text {
    padding-top: 20px;
    line-height: 30px;
}
/*产品列表*/
.kj_prolistsj li {
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0 -3px 2px #bbb;
    padding: 8px;
    margin: 10px 0;
}

    .kj_prolistsj li > div:first-child > div {
        height: 137px;
    }

.kj_prol_cart {
    width: 95%;
    margin: 20px auto 0;
}

.kj_prolistsj li .kj_prol_img {
    position: relative;
    width: 20%;
}

.kj_prolistsj li .kj_prol_name {
    width: 75%;
    margin: 0 2%;
    word-break: keep-all;
}

.kj_prolistsj .kj_prol_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    max-width: 200px;
    max-height: 130px;
}

.kj_prolistsj .kj_prol_name a {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kj_prolistsj .price_final {
    font-size: 13px;
}

.kj_prolistsj .kj_prol_name a:first-child span {
    color: #af0000;
}

.kj_prolistsj div.kj_prol_name a:hover span {
    color: #af0000;
}

.kj_prolistsj .kj_prol_name a.kj_more_detail {
    position: absolute;
    width: 80px;
    top: 112px;
    left: 90%;
    text-align: center;
    border-radius: 33px 2px;
    font-size: 13px;
    color: #fff;
    background-color: rgba(175, 0, 0, 0.8);
}

.kj_prolistsj .kj_prol_name a.kj_chinese_name {
    width: 85%;
}

.addcartbox {
    border: 1px solid #dddddd;
    position: relative;
    height: 25px;
    line-height: 23px;
}

    .addcartbox a {
        position: absolute;
        top: 0px;
        height: 23px;
        width: 25px;
        text-align: center;
        color: #999;
        background-color: #eee;
    }

    .addcartbox:hover {
        border-color: rgba(175, 0, 0, 0.8);
    }

        .addcartbox:hover a {
            background-color: rgba(175, 0, 0, 0.5);
            color: #fff;
        }

.kj_prol_sj .addcartbox a:hover {
    background-color: #af0000;
    color: #fff;
}

.addcartbox .csimgdonewm {
    left: 0px;
}

.addcartbox .csimgdonewa {
    right: 0px;
}

.addcartbox input {
    border: 0px;
    line-height: 23px;
    width: 30px;
    text-align: center;
}

.goodstable tr td {
    border: 1px solid #e2e2e2;
}

.goodstable tr:first-child {
    background-color: #f5f5f5;
}

.kj_prol_sj .goodstable .price_final, #GoodsListBox .goodstable .price_final {
    font-size: 13px;
}

.prolist {
    margin-top: 20px;
}

    .prolist li {
        height: 275px;
        width: 227px;
        float: left;
        margin: 0 10px 15px 0;
        overflow: hidden;
        border: 1px solid #e2e2e2;
        padding: 0;
    }

        .prolist li:nth-child(4n) {
            margin-right: 0;
        }

        .prolist li:hover {
            border: 1px solid #af0000;
        }

.kj_contr_img {
    position: relative;
    display: block;
    height: 210px;
    overflow: hidden;
}

.prolist li img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.kj_prol_title {
    display: block;
    width: 97%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: content-box;
    border-top: 1px solid #ebebeb;
    margin: auto
}

.now_buy {
    display: block;
    font-size: 14px;
    width: 70px;
    text-align: center;
    background: #c9c7c7;
    color: #fff;
    line-height: 24px;
    margin-left: 6px;
}

a.now_buy:hover {
    background-color: #af0000;
    color: #fff;
}

.buy_sc {
    display: block;
    background: url(../images/shou2.jpg) no-repeat center center;
    width: 25px;
    height: 25px;
}

    .buy_sc:hover {
        background: url(../images/shou1.jpg) no-repeat;
    }
/*购物车Down*/
.ShopCartBox {
    position: fixed;
    bottom: 0;
    right: 10px;
    padding: 3px;
    width: 450px;
    background-color: #af0000;
}

* html .ShopCartBox {
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

.shopcartitembox {
    display: none;
    height: 200px;
    overflow: auto;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 2px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF7u7u5ubm6urqYPTI0gAAAB9JREFUeNoUiLERAAAMRLD/0Pk0HGSChSOLP/HqBBgAAfcAItOjOxwAAAAASUVORK5CYII=")
}

.shopcartitemtable {
    font-size: 12px;
}

    .shopcartitemtable td {
        border-bottom: 1px solid #dddddd;
        background-color: #ffffff;
        padding: 8px
    }

.shopcartitemtableheader td {
    background-color: #f8f8f8;
    font-weight: bold
}

.shopcartchgamounthref {
    vertical-align: middle;
}

.shopcartctrlbox {
    padding: 5px;
    font-size: 14px;
    color: #ffffff;
    background-repeat: no-repeat;
    line-height: 25px;
    background-position: 10px 10px;
    padding-left: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEEyQjkwRkEzNTJGMTFFMjkyNzk5MjZDMjYxMzRERUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEEyQjkwRkIzNTJGMTFFMjkyNzk5MjZDMjYxMzRERUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4QTJCOTBGODM1MkYxMUUyOTI3OTkyNkMyNjEzNERFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4QTJCOTBGOTM1MkYxMUUyOTI3OTkyNkMyNjEzNERFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiQvthAAAACISURBVHjanFGJDYAgDCzGjWAVd3GE7uQMjgArOEKFpJhaqTVeckAo1+cIRLTBHWvlDh6akJ4Aj6EtMg/vwSs4W414wgl+wqr41ip5FXMlDs6Xq5LSVRT3qN9o4cL3aHwDcnzRgUjfEEdZPXGLm+YkdlYzWeb04bMxY+7ejCoelcXopHAcTgEGAHOtLt9FRk3CAAAAAElFTkSuQmCC")
}

    .shopcartctrlbox .shopcartjiesau {
        line-height: 20px;
        float: right;
        background-color: #fff;
        color: #af0000;
        font-weight: bold;
        padding: 5px 10px 5px 10px;
    }

    .shopcartctrlbox .shopcarttogglebtn {
        color: #ffffff
    }

.cart-quantity-form input {
    width: 42px;
    height: 19px;
    text-align: center;
    border: 1px solid #ccc;
}

#cartclosebtn:hover {
    color: #af0000;
}
/*产品详情页面*/
.proinfortext {
    padding: 10px 0px 10px 0px;
}

    .proinfortext ul li {
        float: left;
        width: 180px;
        margin-right: 10px;
        height: 30px;
        line-height: 30px;
        text-indent: 10px;
        background-image: url(../images/leftnavtb.jpg);
        background-repeat: no-repeat;
        background-position: 0px 12px;
    }

.proinftit {
    margin-top: 10px;
    padding: 5px 20px;
    background-color: #e9e9e9;
}

.proinftit_t {
    color: #222;
    font-size: 18px;
}

.proinftit_b {
    font-size: 12px;
    line-height: 20px;
    color: #222;
}

.proinfotable {
    margin-top: 15px;
}

.proinfotabletxt {
    float: left;
    width: 720px;
    min-height: 240px;
    line-height: 30px;
    color: #333;
}

.proinfotabletxttable h1 {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.proinfotabletxttable tr td {
    border-bottom: 1px dotted #feadaf;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 15px;
}

.proinfotabletxttable .proinfotabletxttableheader td {
    line-height: 35px;
    color: #062989;
    font-size: 16px;
    border-bottom: 1px solid #feadaf;
}

.proinfotableimgxj {
    width: 200px;
    float: right;
}

.proinfotableimg {
    width: 198px;
    height: 198px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #efefef;
}

    .proinfotableimg img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        display: block;
        max-width: 198px;
        max-height: 198px;
    }

.proinfotablexj {
    margin-top: 15px;
    text-align: center;
}

.ngoodstable {
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

    .ngoodstable .goodstableheader {
        background-color: #f9f9f9;
    }

        .ngoodstable .goodstableheader:hover {
            background-color: #f9f9f9;
        }

.adfiledownlowd {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .adfiledownlowd a, .adfiledownlowd .nodataspan {
        display: inline-block;
        background: url(../images/attach.png) no-repeat 3px center;
        margin-left: 10px;
        background-color: #af0000;
        color: #fff;
        padding: 5px 12px;
        border-radius: 6px;
        line-height: 20px;
        padding-left: 22px;
    }

.productdet {
    clear: both;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

    .productdet .tab {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #e2e2e2;
        padding-left: 20px;
        font-size: 14px;
    }

        .productdet .tab a {
            display: block;
            float: left;
            width: 120px;
            height: 45px;
            overflow: hidden;
            text-align: center;
            text-decoration: none;
            color: #af0000;
        }

        .productdet .tab h2 {
            font-size: 16px;
        }

        .productdet .tab a.on {
            border: 1px solid #e2e2e2;
            border-bottom: #fff;
            border-radius: 4px 4px 0 0;
            line-height: 44px;
            background-color: #fff;
            color: #444;
        }

    .productdet .content {
        overflow: hidden;
    }

        .productdet .content .contentplist {
            display: none;
        }

        .productdet .content .contentplist {
            line-height: 35px;
            padding-top: 15px;
        }

.relatedpro_cont ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    display: inline;
    width: 150px;
    height: 175px;
    overflow: hidden;
}

    .relatedpro_cont ul li:nth-child(6n) {
        margin-right: 0;
    }

.relatedpro_cont ul .proimg {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #cccccc;
    text-align: center;
}

    .relatedpro_cont ul .proimg img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        display: block;
        max-width: 149px;
        max-height: 149px;
    }

.relatedpro_cont ul .proname {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-align: center;
}

.coamsdslisttable,
ul.kj_newsrightcontent {
    margin-top: 30px;
}

.coamsdslisttable {
    width: 100%;
}

    .coamsdslisttable td {
        height: 38px;
        width: 50%;
        word-break: break-all;
        text-align: center;
        padding: 0 15px;
    }

    .coamsdslisttable tr {
        border-bottom: 1px solid #e2e2e2;
    }

        .coamsdslisttable tr:first-child {
            border: 2px solid #e2e2e2;
            background-color: #f5f5f5;
        }

    .coamsdslisttable a {
        text-decoration: underline;
    }

        .coamsdslisttable a:hover {
            text-decoration: none;
        }
/*详情2*/
.kj_shopping_container {
    padding: 23px;
    border: 1px solid #e5e5e5;
}

.shopping_left {
    float: left;
    width: 400px;
    margin-right: 40px;
    margin-top: 20px;
    padding-bottom: 40px;
}

.shopl_img {
    text-align: center;
    border: 1px solid #e6e6e6;
}

    .shopl_img img {
        display: inline-block;
        max-height: 100%;
        max-width: 100%;
    }

#main_pic_src {
    background-image: url(../images/noimage.jpg);
    background-size: cover;
    max-width: 99%;
    max-height: 99%;
}

.price_final {
    font-size: 36px;
}

#shopCarttable .price_final {
    font-size: 16px;
}

.buyamount {
    padding-bottom: 10px;
    height: 50px;
}

    .buyamount span {
        float: left;
        line-height: 35px;
    }

    .buyamount div {
        border: 1px solid #ddd;
        width: 112px;
        height: 32px;
        float: left;
    }

        .buyamount div a {
            float: left;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            background-color: #efefef;
        }

            .buyamount div a:hover {
                background-color: #af0000;
                color: #fff;
            }

        .buyamount div input {
            float: left;
            height: 30px;
            border: 0px;
            margin: 0px;
            line-height: 30px;
            text-align: center;
            width: 50px;
        }

.shopping_right {
    width: 500px;
    padding: 0 0 40px;
    margin-top: 20px;
}

    .shopping_right .price {
        color: #af0000;
        font-size: 16px;
        line-height: 42px;
    }

    .shopping_right dt, .shopping_right dd {
        color: #777;
        line-height: 36px;
    }

    .shopping_right dt {
        float: left;
        width: 64px;
    }

    .shopping_right .line-through {
        color: #af0000;
        font-size: 28px;
        line-height: 36px;
    }

.xiaoqian {
    font-size: 14px;
}

.xuan {
    padding: 20px 0 0;
    margin: 15px 0;
    border-top: 1px dotted #e6e6e6;
}

.filter-size-list {
    margin: 10px 0;
}

    .filter-size-list li a {
        display: block;
        margin: 0 16px 8px 0;
        float: left;
        line-height: 28px;
        padding: 0 10px;
        text-transform: uppercase;
        border: 2px solid #ccc;
    }

    .filter-size-list .attribute-hover a, .filter-size-list li:hover a {
        border: 2px solid #af0000;
        background: url(../images/xuan-di.gif) right bottom no-repeat;
    }

.shopping_right .add-cart {
    float: left;
    border: none;
    font-size: 18px;
    width: 159px;
    height: 41px;
    line-height: 41px;
    margin-right: 10px;
    vertical-align: middle;
    background: #af0000;
    color: #fff;
    text-align: center;
}

.shopr_title {
    font-size: 16px;
    color: #555;
    padding: 20px 0;
    margin: 0 0 15px;
    border-bottom: 1px dotted #e6e6e6;
}

.shop_cont {
    width: 100%;
    line-height: 28px;
    padding-top: 40px;
}

    .shop_cont img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
/*大包装询价*/
.progoodsbig {
    text-align: center;
}

    .progoodsbig a {
        display: inline-block;
        width: 103px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #af0000;
        color: #fff;
        border-radius: 5px;
        margin-top: 8px;
    }
/*购物车*/
.order_item {
    margin-top: 20px;
}

.InfoHTMLBox {
    padding: 10px;
    line-height: 25px;
    font-size: 12px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

    .InfoHTMLBox li {
        padding: 8px;
        border: 1px solid #e2e2e2;
        background-color: #f5f5f5;
    }

        .InfoHTMLBox li:hover {
            background-color: #fff;
        }
/*提交订单后*/
.succtrl a.conshop {
    background-color: #3f86d6;
}

.shopchartpage {
    margin-top: 20px;
}

.cartsubmitsuccessedjl {
    min-height: 400px;
    background-color: #bee1f5;
    padding-top: 60px;
}

    .cartsubmitsuccessedjl h2 {
        text-align: center;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .cartsubmitsuccessedjl .img_box {
        text-align: center;
        margin-bottom: 52px;
    }

    .cartsubmitsuccessedjl div.text {
        text-align: center;
        color: #4c4c4c;
        margin-bottom: 20px;
    }

.dsuctxt {
    font-size: 18px;
    color: #3f86d6;
    line-height: 90px;
}

.succtrl {
    text-align: center;
    padding-bottom: 30px;
}

    .succtrl a {
        display: inline-block;
        background-color: #3f86d6;
        color: #fff;
        padding: 10px 15px;
    }

        .succtrl a.gotousercenter {
            margin-right: 10px;
        }

.autoreguser {
    line-height: 30px;
    color: #4c4c4c;
    margin-bottom: 20px;
    padding-left: 27%;
}
/*订单信息*/
.myordertableitem {
    margin-top: 10px;
    font-size: 12px;
    border: 1px solid #dddddd;
    border-left: 0px solid #dddddd;
    border-bottom: 0px solid #dddddd;
}

    .myordertableitem td {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        line-height: 20px;
    }

    .myordertableitem .myorderheader {
        background-color: #efefef;
    }

        .myordertableitem .myorderheader td {
            padding: 8px;
        }

    .myordertableitem .ordershoppingitems tr:last-child td {
        border-bottom: 0px;
    }

    .myordertableitem .ordershoppingitems td {
        border-left: 0;
    }

.proimgv {
    width: 60px;
}

.myordertableitem tr table td {
    height: 32px;
    padding-left: 5px;
}
/*购物车*/
div.shopcartarea {
    padding-top: 20px;
}

.gwc_container {
    padding: 0 20px;
}

.gwc_cont_title h1 {
    padding-left: 8px;
    border-left: 4px solid #af0000;
    font-size: 16px;
    margin-bottom: 15px;
}

.gwc_cont_content table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    font-size: 12px;
}

    .gwc_cont_content table th {
        padding: 20px;
        border-color: transparent;
        border-right: 1px solid #e0e0e0;
        background: #fafafa;
        border-bottom: 1px solid #e0e0e0;
    }
    /*.gwc_cont_content table th:nth-child(1){
    width: 410px;
}*/
    .gwc_cont_content table tr > td {
        border-top: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        text-align: center;
        padding: 5px 10px;
    }

        .gwc_cont_content table tr > td.ordercombtnbox {
            text-align: left;
            border-right: 0;
        }

        .gwc_cont_content table tr > td.merchandise_subtotal {
            text-align: right;
        }

.ordercombtn {
    color: #fff;
    background-color: #af0000;
    padding: 10px 12px;
}

.gwc_cont_content a.cart_img_box {
    float: left;
    display: inline-block;
    width: 180px;
    max-height: 108px;
    text-align: center;
}

.gwc_cont_content a.cart_img_title, span.cart_img_pagesize {
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.gwc_cont_content table img {
    display: inline-block;
    max-width: 130px;
    max-height: 80px;
}

.gwc_cont_content .custom-quantity-input {
    width: 108px;
    height: 44px;
    padding-right: 22px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

    .gwc_cont_content .custom-quantity-input input {
        height: 100%;
        width: 100%;
        font-size: 12px;
        text-align: center;
        line-height: 21px;
        color: #757575;
    }

    .gwc_cont_content .custom-quantity-input .quantity-btn {
        width: 22px;
        height: 22px;
        line-height: 20px;
    }

.custom-quantity-input .quantity-btn {
    background: #fafafa;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -1px;
    color: #777;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 17px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}

    .custom-quantity-input .quantity-btn.quantity-input-up {
        top: -1px;
        border-radius: 3px 3px 0 0;
    }

    .custom-quantity-input .quantity-btn.quantity-input-down {
        bottom: -1px;
        border-radius: 0 0 3px 3px;
    }

.close-button {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-radius: 2px;
    vertical-align: top;
    text-align: center;
}

    .close-button:hover, .custom-quantity-input .quantity-btn:hover {
        background-color: #af0000;
        color: #fff;
    }

.gwc_cont_content .item-price-special {
    font-size: 12px;
    display: inline-block;
    margin-top: 6px;
}

.item-total-col .item-price-special, .merchandise_subtotal {
    color: #e82c0c;
}

.merchandise_subtotal {
    text-align: right;
    margin-top: 40px;
    font-size: 22px;
    margin-bottom: 15px;
}

.btn {
    background: #af0000;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    padding: 10px 10px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}

.cart_back a {
    margin-bottom: 60px;
}
/*购物车结算*/
h4.order_cont_title {
    font-size: 18px;
    margin-bottom: 4px;
}

.order_payment a {
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 4px;
    margin-bottom: 50px;
    border-radius: 3px;
}

    .order_payment a:hover, .order_payment a.active {
        background-color: #af0000;
        color: #fff;
    }

.order_operating {
    border-bottom: 1px solid #e2e2e2;
    margin: 20px 0 40px;
    padding: 0 12px 20px;
}

    .order_operating a {
        margin-right: 10px;
    }

    .order_operating span i {
        font-size: 20px;
        font-weight: bold;
        color: #e82c0c;
    }

.order_total {
    height: 47px;
    text-align: right;
    font-size: 16px;
    line-height: 45px;
    border: 1px solid #af0000;
    background-color: #efe7f1;
    margin-top: 40px;
    margin-bottom: 30px;
}

    .order_total span {
        font-size: 20px;
        font-weight: bold;
        color: #af0000;
        padding-right: 6px;
    }

    .order_total input {
        width: auto;
        height: 45px;
        font-size: 18px;
        font-weight: bold;
        background-color: #af0000;
        color: #ffffff;
        padding: 0 12px;
    }

.order_message {
    margin-top: 15px;
    width: auto;
    padding-bottom: 20px;
}
/*订单详情*/
.ddxx_title {
    font-size: 16px;
    margin-bottom: 12px;
}

.ddxx_right > .ddxx_title {
    margin-bottom: 40px;
}

.ddxx_table table {
    width: 100%;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    margin-bottom: 60px;
}

    .ddxx_table table td {
        height: 45px;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

.forminfo {
    display: none;
}

.usercenterright11 .forminfo {
    display: block;
}

.gwc_order .forminfo dl,
.kj_usercenter .userfindpw_from dl,
.kj_usercenter .userreg_from dl,
.kj_usercenter .userlogn_from dl {
    position: relative;
    width: 437px;
    height: 47px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-bottom: 25px;
}

.gwc_order .forminfo dd span[style="color:red"],
.kj_usercenter .userfindpw_from dd span[style="color:red"],
.kj_usercenter .userreg_from dd span[style="color:red"],
.kj_usercenter .userlogn_from dd span[style="color:red"] {
    position: absolute;
    right: -15px;
    top: 35%;
}

.gwc_order .forminfo dd span.formcolumn-item-tipstxt,
.kj_usercenter .userfindpw_from dd span.formcolumn-item-tipstxt,
.kj_usercenter .userreg_from dd span.formcolumn-item-tipstxt,
.kj_usercenter .userlogn_from dd span.formcolumn-item-tipstxt {
    position: absolute;
    left: 120px;
    top: 105%;
}

#shopcartRemarkinfo .filedsetdiv, #shopcartpaymethod .filedsetdiv {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.filedsetdiv input {
    border: 1px solid #ccc;
}

.gwc_order .forminfo dl dt.formcolumn-item-tit,
.kj_usercenter .userfindpw_from dl dt.formcolumn-item-tit,
.kj_usercenter .userreg_from dl dt.formcolumn-item-tit,
.kj_usercenter .userlogn_from dl dt.formcolumn-item-tit {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #af0000;
    background-color: #f2f2f2;
    width: 120px;
    height: 45px;
    border-right: 1px solid #dcdcdc;
    border-radius: 3px 0 0 3px;
    line-height: 45px;
    letter-spacing: 2px;
    padding-left: 15px;
}

.gwc_order .forminfo dl:nth-last-child(-n + 2),
.kj_usercenter .userfindpw_from dl:nth-last-child(1),
.kj_usercenter .userreg_from dl:nth-last-child(1),
.kj_usercenter .userlogn_from dl:nth-last-child(-n + 2) {
    border: 0;
}

.kj_usercenter .userlogn_from dl {
    margin-bottom: 35px;
}

    .gwc_order .forminfo dl:nth-last-child(-n + 2) dt,
    .kj_usercenter .userreg_from dl:nth-last-child(1) dt,
    .kj_usercenter .userchgpwd_from dl:nth-last-child(1) dt,
    .kj_usercenter .userlogn_from dl:nth-last-child(-n + 2) dt {
        display: none;
    }

    .gwc_order .forminfo dl:nth-last-child(2) dd input,
    .kj_usercenter .userlogn_from dl:nth-last-child(2) dd input {
        width: 13px !important;
        height: 13px !important;
    }

.kj_usercenter .userreg_from .form-vcodebox {
    float: right;
}

.kj_usercenter .userlogn_from dl:nth-last-child(3) dd input,
.kj_usercenter .userreg_from dl:nth-last-child(2) dd input {
    width: 195px;
}

.kj_usercenter .userreg_from #formcolumn_reguser_uname span.formcolumn-item-tipstxt {
    width: 111%;
}

.gwc_order .forminfo dl:nth-last-child(2),
.kj_usercenter .userlogn_from dl:nth-last-child(2) {
    margin-bottom: 0;
}

.gwc_order .forminfo dl:nth-last-child(1) dd input,
.kj_usercenter .userfindpw_from dl:nth-last-child(1) dd input,
.kj_usercenter .userreg_from dl:nth-last-child(1) dd input,
.kj_usercenter .userlogn_from dl:nth-last-child(1) dd input {
    width: auto !important;
    height: auto !important;
    color: #fff;
    border-radius: 4px;
    background-color: #af0000;
    padding: 10px 15px !important;
}

.kj_usercenter .userlogn_from dl:nth-last-child(1) dd a {
    margin-left: 10px;
    line-height: 35px;
}

#userloginvimgbox img,
.kj_usercenter .userreg_from .form-vcodebox img {
    float: right;
    height: 46px;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.gwc_order .forminfo .formcolumn-item .formcolumn-item-ct,
.kj_usercenter .userfindpw_from .formcolumn-item .formcolumn-item-ct,
.kj_usercenter .userreg_from .formcolumn-item .formcolumn-item-ct,
.kj_usercenter .userlogn_from .formcolumn-item .formcolumn-item-ct {
    margin-left: 0;
}

.gwc_order .forminfo .formcolumn-item input,
.kj_usercenter .userfindpw_from .formcolumn-item input,
.kj_usercenter .userreg_from .formcolumn-item input,
.kj_usercenter .userlogn_from .formcolumn-item input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
}

.gwc_order .forminfo .formcolumn-item .formcolumn-item-ct select,
.kj_usercenter .userfindpw_from .formcolumn-item .formcolumn-item-ct select,
.kj_usercenter .userreg_from .formcolumn-item .formcolumn-item-ct select,
.kj_usercenter .userlogn_from .formcolumn-item .formcolumn-item-ct select {
    width: 33.333%;
    height: 45px;
}

.gwc_order .forminfo dd,
.kj_usercenter .userfindpw_from dd,
.kj_usercenter .userreg_from dd,
.kj_usercenter .userlogn_from dd {
    float: left;
    height: 47px;
}

    .gwc_order .forminfo dd input,
    .kj_usercenter .userfindpw_from dd input,
    .kj_usercenter .userreg_from dd input,
    .kj_usercenter .userlogn_from dd input {
        width: 100%;
        height: inherit;
    }

.gwc_order .forminfo dd,
.kj_usercenter .userfindpw_from dd,
.kj_usercenter .userreg_from dd,
.kj_usercenter .userlogn_from dd {
    width: 315px;
}

.formset_title {
    padding-left: 215px;
    margin: 0 auto 20px;
}
/*会员中心*/
.cont_mm_left {
    padding-bottom: 12px;
}

    .cont_mm_left h2 {
        padding-left: 20px;
        padding-bottom: 20px;
        margin-top: 22px;
        line-height: 30px;
        font-size: 18px;
        font-weight: bold;
        color: #191E1F;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    .cont_mm_left h3 {
        padding-left: 20px;
        font-size: 12px;
        margin: 0;
        height: 25px;
        line-height: 25px;
        color: #555;
        font-weight: bold;
        width: 100%;
        text-align: left;
    }

    .cont_mm_left ul ul {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .cont_mm_left li li {
        padding-left: 20px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

        .cont_mm_left li li a {
            padding-left: 8px;
            border-left: 2px solid transparent;
        }

        .cont_mm_left li li.on a {
            display: inline-block;
            border-left: 2px solid #af0000;
            line-height: 16px;
            font-weight: bold;
            color: #af0000;
        }

/*大包装询价*/
#ORDERFORM .formcolumn-item {
    clear: both;
}

    #ORDERFORM .formcolumn-item .formcolumn-item-tit {
        width: 120px;
        text-align: right;
        float: left;
        line-height: 30px;
    }

    #ORDERFORM .formcolumn-item .formcolumn-item-ct {
        margin-left: 130px;
    }

    #ORDERFORM .formcolumn-item select {
        height: 25px;
    }

    #ORDERFORM .formcolumn-item .formcom-area,
    #ORDERFORM .formcolumn-item .formcom-ipt,
    #ORDERFORM .formcolumn-item .formcom-vcode {
        width: 300px;
        padding: 6px 6px;
        border: #ABABAB 1px solid;
        box-shadow: 2px 2px 3px #EDEDED inset;
        font-size: 12px;
    }

    #ORDERFORM .formcolumn-item .formcom-area {
        height: 50px;
    }

    #ORDERFORM .formcolumn-item .formcom-vcode {
        width: 160px;
    }

    #ORDERFORM .formcolumn-item .form-vcodebox img {
        border: #ABABAB 1px solid;
    }

#ORDERFORM .extclass_title, .formset_title {
    font-size: 14px;
    font-weight: bold;
}

#ORDERFORM .formcolumn-item .formcolumn-item-tipstxt {
    color: #999999;
}

#ORDERFORM .formcolumn-item .form-vcodebox {
    float: left;
    padding-right: 10px;
}

#ORDERFORM .formcolumn-item .needFill {
    border: 1px solid #e47a7a;
    box-shadow: 2px 2px 3px #f5e9e6 inset;
    background-color: #fefbfa;
}

#ORDERFORM .orderform .formcolumn-item .formcolumn-item-tipstxt {
    color: red;
}

#ORDERFORM .nombtn {
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    border: 0px;
    background-color: #af0000;
    color: #ffffff;
}

#ORDERFORM .formcolumn-item-ct .userloginbtn {
    float: left;
}

#ORDERFORM .formcolumn-item-ct a {
    float: left;
    margin-left: 10px;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #af0000;
    color: #ffffff;
}

.ui-dialog #ORDERFORM.ui-dialog-content {
    overflow: visible;
}

#ORDERFORM dl {
    margin-bottom: 6px;
}

    #ORDERFORM dl:last-child {
        padding: 20px 0;
    }

/*结构式搜索*/
.searchobtype {
    margin-top: 8px;
    height: 55px;
    line-height: 35px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f8f8f8;
}

.sirecitx {
    height: 34px;
    background-color: #af0000;
    color: #fff;
    border: 0px;
    width: 100px;
    float: right;
}

/*大包装询价*/
.pageiquer .formcolumn-item {
    clear: both;
}

    .pageiquer .formcolumn-item .formcolumn-item-tit {
        width: 120px;
        text-align: right;
        float: left;
        line-height: 30px;
    }

    .pageiquer .formcolumn-item .formcolumn-item-ct {
        margin-left: 130px;
    }

    .pageiquer .formcolumn-item select {
        height: 25px;
    }

    .pageiquer .formcolumn-item .formcom-area,
    .pageiquer .formcolumn-item .formcom-ipt,
    .pageiquer .formcolumn-item .formcom-vcode {
        width: 300px;
        padding: 6px 6px;
        border: #ABABAB 1px solid;
        box-shadow: 2px 2px 3px #EDEDED inset;
        font-size: 12px;
    }

    .pageiquer .formcolumn-item .formcom-area {
        height: 50px;
    }

    .pageiquer .formcolumn-item .formcom-vcode {
        width: 160px;
    }

    .pageiquer .formcolumn-item .form-vcodebox img {
        border: #ABABAB 1px solid;
    }

.pageiquer .extclass_title, .formset_title {
    font-size: 14px;
    font-weight: bold;
}

.pageiquer .formcolumn-item .formcolumn-item-tipstxt {
    color: #999999;
}

.pageiquer .formcolumn-item .form-vcodebox {
    float: left;
    padding-right: 10px;
}

.pageiquer .formcolumn-item .needFill {
    border: 1px solid #e47a7a;
    box-shadow: 2px 2px 3px #f5e9e6 inset;
    background-color: #fefbfa;
}

.pageiquer .orderform .formcolumn-item .formcolumn-item-tipstxt {
    color: red;
}

.pageiquer .nombtn {
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    border: 0px;
    background-color: #af0000;
    color: #ffffff;
}

.pageiquer .formcolumn-item-ct .userloginbtn {
    float: left;
}

.pageiquer .formcolumn-item-ct a {
    float: left;
    margin-left: 10px;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #af0000;
    color: #ffffff;
}

.ui-dialog .pageiquer.ui-dialog-content {
    overflow: visible;
}

.pageiquer dl {
    margin-bottom: 6px;
}


/*品牌中心*/
.pingpaizhongxin {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

    .pingpaizhongxin a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: calc(100% / 5);
        margin:0 !important;
        margin-bottom: 15px;
		margin-right:0 !important;
        text-decoration: none !important;
        padding: 10px;
    }

    .pingpaizhongxin .img {
        width: 80%;
        height: 70px;
        background-size: 100%;
        background-position: center center;
    }

    .pingpaizhongxin .title {
        margin-top: 10px;
    }
