    html,
    body,
    div,
    span,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    abbr,
    address,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    samp,
    small,
    strong,
    sub,
    sup,
    var,
    b,
    i,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }
    
    table {
        margin: 0;
        padding: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }
    
    html {
        font-size: 16px;
        overflow-x: hidden;
    }
    
    body {
        line-height: 1;
        overflow-x: auto;
    }
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    
    a {
        margin: 0;
        padding: 0;
        font-size: 100%;
        vertical-align: baseline;
        text-decoration: none;
    }
    
    body {
        /* overflow: hidden; */
        background-color: #F2F2F2;
    }
    
    input:focus,
    textarea:focus,
    select:focus,
    button:focus {
        outline: none;
    }
    
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .box {
        width: 1400px;
        margin: 0 auto;
        position: relative;
        max-height: 99999999px;
    }
    /*************topbar*************/
    
    .topbar {
        height: 30px;
        line-height: 30px;
        background: #E9EAEC;
        border-bottom: 1px solid #dfdfdf;
        font-size: 12px;
        color: #2E2E2E;
        position: relative;
        z-index: 100;
    }
    .topbar a{
        color: #333;
    }
    
    .topbar a:hover {
        color: #FE3303;
        /* text-decoration: underline; */
    }
    
    .topbar_l {
        float: left;
    }
    
    .topbar_l a {
        color: #2E2E2E;
    }

    /* .topbar_l a:hover {
    color: #f50;
} */
    .top_welcome{
        float: left;
        margin-right: 10px;
    }
    .top_xl_box {
        float: left;
        position: relative;
    }
    
    .top_xl {
        display: inline-block;
        padding: 0 10px;
        color: #2E2E2E;
        cursor: pointer;
        position: relative;
    }
    
    .top_xl:first-child {
        padding: 0 24px 0 0;
    }
    
    .top_xl_active {
        /* height: 31px; */
        /* background: #DD0000; */
        /* border-color: #dfdfdf; */
    }
    
    i.top_arrow {
        display: inline-block;
        width: 11px;
        height: 10px;
        overflow: hidden;
        margin-left: 5px;
        vertical-align: middle;
        background: url(/https/www.51sole.com/images/company/toolbarArrow.png) no-repeat center center;
        opacity: .8;
        filter: alpha(opacity=80);
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
    }
    
    .top_xl_box:hover i.top_arrow {
        background: url(/https/www.51sole.com/images/company/toolbarArrowActive.png) no-repeat center center;
        /* transform: rotate(180deg);
    -webkit-transform: rotate(180deg); */
        filter: alpha(opacity=40);
    }
    
    .top_xl_info {
        display: none;
        position: absolute;
        background: #fff;
        top: 31px;
        border: solid 1px #dfdfdf;
        border-top: 0;
        color: #666;
        right: 20px;
    }
    
    .top_xl_info a:hover {
        color: #DD0000;
    }
    
    .top_xl_box_mobile {
        width: 183px;
        padding: 10px;
        text-align: center;
    }
    
    .top_xl_box_mobile_txt {
        margin: -10px 0 0;
        font-size: 14px;
        color: #888;
    }
    
    #login_Div {
        float: left;
    }
    
    .top_link {
        color: #3b73ab;
        padding: 0 5px;
    }
    
    .top_login {
        display: inline-block;
        height: 31px;
        padding: 0 15px;
        color: #666;
        text-align: center;
    }
    
    .top_login:hover {
        color: #FE3303 !important;
    }
    
    #login_Div .top_reg {
        display: inline-block;
        height: 31px;
        padding: 0 8px;
        text-align: center;
        margin-left: -3px;
        color: #FE3303;
    }
    
    #login_Div a{
        color: #FE3303!important;
    }
    #login_Div .top_login,
    #login_Div .top_link{
        color: #2E2E2E!important;
    }
    #login_Div a:hover{
        color: #FE3303!important;
    }
    
    .top_reg:hover {}
    
    .topbar_r {
        float: right;
    }
    
    .top_rightinfo {
        right: 0;
        width: 290px;
        padding: 10px;
    }
    
    .top_dh_box {
        margin-bottom: 15px;
        max-height: 9999px;
    }
    
    .top_dh_box:last-of-type {
        margin-bottom: 0;
    }
    
    .top_dh_l {
        float: left;
        width: 80px;
        font-weight: bold;
        color: #f50;
    }
    
    .top_dh_r {
        float: right;
        width: 205px;
        padding-top: 3px;
        line-height: 0;
    }
    
    .top_dh_r a {
        color: #666;
        display: inline-block;
        height: 12px;
        line-height: 12px;
        margin: 6px 0;
        margin-right: 6px;
        border-right: 1px solid #e5e5e5;
        padding-right: 6px;
    }
    
    .top_dh_r a:last-child {
        border-right: 0;
    }
    
    .top_dh_r a:hover {
        color: #f50;
    }
    
    .top_fr {
        right: 0;
        left: inherit;
    }
    
    .topbar_r .fr {
        float: right;
        /* margin-left: 8px; */
    }
    
    .top_xl_mr {
        width: 82px;
        text-align: center;
    }
    
    .top_xl_mr a {
        display: block;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        padding: 0 5px;
    }
    
    .top_zssl {
        width: 330px;
        padding: 0 10px;
    }
    
    .top_zssl_box {
        max-height: 9999px;
        margin-top: 5px;
    }
    
    .top_zssl_info {
        float: left;
        width: 80px;
        margin: 0 15px;
    }
    
    .top_zssl_t {
        text-align: center;
        font-size: 12px;
    }
    
    .top_zssl_t span {
        font-size: 12px;
        color: #888;
    }
    
    .top_zssl_b img {
        width: 77px;
        height: 77px;
        padding: 2px;
        border: 1px solid #e6e6e6;
    }
    
    .top_cpyl {
        width: 110px;
        padding: 5px 15px 0;
        right: -8px;
    }
    
    .top_cpyl_info {
        display: block;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 8px;
        margin-bottom: 6px;
        text-align: center;
    }
    
    .top_cpyl_t {
        display: block;
        font-size: 14px;
        font-weight: bold;
    }
    
    .topbar a.top_cpyl_info:hover {
        text-decoration: none;
    }
    
    .top_cpyl1 .top_cpyl_t,
    .top_cpyl1:hover .top_cpyl_b {
        color: #00B0F5;
    }
    
    .top_cpyl2 .top_cpyl_t,
    .top_cpyl2:hover .top_cpyl_b {
        color: #C65911;
    }
    
    .top_cpyl3 .top_cpyl_t,
    .top_cpyl3:hover .top_cpyl_b {
        color: #3AB050;
    }
    
    .top_cpyl4 .top_cpyl_t,
    .top_cpyl4:hover .top_cpyl_b {
        color: #7030A0;
    }
    
    .top_cpyl_b {
        display: block;
        margin-top: -2px;
        line-height: 19px;
        font-size: 12px;
        color: #999;
    }
    
    .top_cpyl_info_more {
        display: block;
        height: 40px;
        line-height: 40px;
        margin-top: -6px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }
    
    .topbar_r_phone {
        float: right;
        color: #D94536;
    }
    
    .topbar_r_phone span {
        padding-left: 3px;
    }
    /*************topbar*************/
    /*************header*************/
    
    .header {
        height: 120px;
        background: #fff;
        clear: both;
        min-width: 1200px;
    }
    
    .header_company {
        float: left;
        position: relative;
        color: #262626;
        font-size: 14px;
        vertical-align: middle;
        margin-top: 35px;
        height: 80px;
    }
    
    .header_company_t {
        height: 25px;
        line-height: 25px;
        cursor: pointer;
    }
    
    .header_company_t i {
        display: inline-block;
        width: 12px;
        height: 6px;
        margin: 0 0 1px 6px;
        background: url(https://style.51sole.com/masterwebsite/gpyg2022/images/new/arrow_top.png) no-repeat center center;
        transform: rotate(180deg);
    }
    
    .header_company_b {
        line-height: 25px;
        font-size: 12px;
        margin-top: 4px;
    }
    
    .header_company_b i {
        display: inline-block;
        width: 14px;
        height: 15px;
        margin: 0 0 -2px 12px;
        background: url(/https/www.51sole.com/images/company/renzheng6.png);
    }
    
    .header_company_info {
        z-index: 99;
        display: none;
        position: absolute;
        left: 0;
        top: 74px;
        width: 290px;
        background: #fff;
        padding: 15px;
        border: 1px solid #eee;
        box-shadow: rgba(0, 0, 0, .24) 0px 0px 12px;
        animation: tdh .5s;
        -webkit-animation: tdh .5s;
    }
    
    .hci_name {
        height: 40px;
        line-height: 40px;
        padding-left: 80px;
        background: url(/https/www.51sole.com/images/company/icon/slsj.png) left center no-repeat;
        font-size: 15px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .hci_name a {
        color: #262626;
    }
    
    .hci_c {
        position: relative;
        margin-top: 10px;
        padding-right: 100px;
        min-height: 110px;
    }
    
    .hci_ewm {
        position: absolute;
        right: 0;
        top: 4px;
        width: 88px;
        height: 88px;
    }
    
    .hci_ewm_txt {
        position: absolute;
        right: 0;
        top: 96px;
        width: 88px;
        text-align: center;
        font-size: 12px;
        color: #888;
    }
    
    .hci_hynf {
        color: #555;
    }
    
    .hci_hynf span {
        color: #f50;
        padding: 0 2px;
    }
    
    .hci_hynf i {
        display: inline-block;
        width: 14px;
        height: 15px;
        margin: 0 0 -2px 12px;
        background: url(/https/www.51sole.com/images/company/renzheng7.png);
    }
    
    .hci_rz {
        margin-top: 15px;
        padding-left: 4px;
    }
    
    .hci_rz img {
        height: 20px;
        margin-right: 15px;
    }
    
    .hci_txt {
        margin-top: 8px;
        line-height: 26px;
        color: #888;
        font-size: 12px;
    }
    
    .hci_txt span {
        color: #333;
    }
    
    .hci_b {
        border-top: 1px solid #e6e6e6;
        margin-top: 15px;
        padding-top: 15px;
    }
    
    .hci_b .btn1 {
        display: inline-block;
        width: 95px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        background: #f90;
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
    }
    
    .hci_b .btn1:hover {
        background: #f80;
        color: #fff;
    }
    
    .hci_b .btn2 {
        float: right;
        display: inline-block;
        height: 22px;
        line-height: 22px;
        width: 90px;
        text-align: center;
        color: #666;
        font-size: 14px;
    }
    
    .hci_b .btn2:hover {
        color: #f50;
    }
    
    .jrdp {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0 5px -2px 0;
        background: url(/https/www.51sole.com/images/company/icon/dianpu8.png);
    }
    
    .sctb {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 8px -2px 0;
        background: url(/https/www.51sole.com/images/company/icon/xx6.png);
    }
    
    .sctbOn {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 8px -2px 0;
        background: url(/https/www.51sole.com/images/company/icon/xx7.png);
    }
    
    .fxtb {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 8px -3px 0;
        background: url(/https/www.51sole.com/images/company/fenxiang5.png);
    }
    
    @keyframes tdh {
        from {
            opacity: 0;
            top: 100px;
        }
        to {
            opacity: 1;
            top: 74px;
        }
    }
    
    @-webkit-keyframes tdh {
        from {
            opacity: 0;
            top: 100px;
        }
        to {
            opacity: 1;
            top: 74px;
        }
    }
    
    .header_company_ewm {
        float: left;
        margin: 35px 0 0 20px;
        position: relative;
        width: 42px;
        height: 42px;
    }
    
    .header_company_ewm img {
        width: 42px;
        height: 42px;
    }
    
    .header_company_ewm_info {
        z-index: 99;
        display: none;
        position: absolute;
        left: 0;
        top: 72px;
        width: 160px;
        padding: 20px 0 15px;
        text-align: center;
        background: #fff;
        font-size: 12px;
        border: 1px solid #eee;
        box-shadow: rgba(0, 0, 0, .24) 0px 0px 12px;
        animation: tdh2 .5s;
        -webkit-animation: tdh2 .5s;
    }
    
    .header_company_ewm_info img {
        width: 120px;
        height: 120px;
        margin-bottom: 2px;
    }
    
    .header_company_ewm:hover .header_company_ewm_info {
        display: block;
    }
    
    @keyframes tdh2 {
        from {
            opacity: 0;
            top: 92px;
        }
        to {
            opacity: 1;
            top: 72px;
        }
    }
    
    @-webkit-keyframes tdh2 {
        from {
            opacity: 0;
            top: 92px;
        }
        to {
            opacity: 1;
            top: 72px;
        }
    }
    
    .cross-line {
        float: left;
        width: 2px;
        height: 50px;
        background: linear-gradient(0deg, #FFFFFF 0%, #FF8585 47%, #FFFFFF 100%);
        vertical-align: middle;
        margin: 0 13px;
        margin-top: 35px;
    }
    
    .logo {
        float: left;
        height: 120px;
        line-height: 120px;
        /* max-width: 335px; */
        /* max-width: 450px; */
        vertical-align: middle;
        overflow: hidden;
    }
    
    .logo a {
        display: inline-block;
    }
    
    .logo img {
        max-height: 60%;
        max-width: 100%;
        vertical-align: middle;
        margin-bottom: 3px;
    }
    
    .webcode {
        float: right;
        font-size: 12px;
        width: 80px;
        display: inline;
        height: 80px;
        margin: 10px 0 0 20px;
        color: #999;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    
    .webcode i {
        width: 80px;
        height: 58px;
        display: block;
        text-align: center;
        background: url(/https/www.51sole.com/images/company/icon/m-code.jpg) no-repeat center bottom;
        margin-top: 5px;
    }
    
    .webcode div {
        position: absolute;
        z-index: 1;
        top: 80px;
        left: -80px;
        width: 150px;
        height: 150px;
        padding: 4px;
        background: #fff url(/https/www.51sole.com/images/company/icon/b-code.jpg) no-repeat center;
        border: solid 1px #e2e2e2;
        display: none;
    }
    
    .webcode.show-code div {
        display: block;
    }
    
    .header .page-title {
        /* left: 188px;
        top: 8px; */
        font-weight: 400;
        font-size: 18px;
        height: 25px;
        line-height: 25px;
        border-left: 1px solid #ccc;
        /* padding-left: 10px; */
        /* margin: 28px 0 0 5px; */
        display: inline-block;
        color: #444;
        padding: 5px 13px;
        margin-left: 13px
    }
    
    .header .page-title h1 {
        font-weight: normal;
    }
    
    .header_xcx {
        float: right;
        width: 75px;
        margin-top: 17px;
        text-align: center;
    }
    
    .header_xcx img {
        border: 1px solid #f2f2f2;
        padding: 1px;
        width: 70px;
        margin: 5px 0 -5px;
    }
    
    .header_xcx span {
        display: inline-block;
        width: 100%;
        color: #aaa;
    }
    
    .header_btn1 {
        display: inline-block;
        float: right;
        width: 133px;
        height: 38px;
        line-height: 38px;
        margin: 35px 24px 0 0;
        text-align: center;
        border: 1px solid #e2e2e2;
        border-radius: 2px;
        font-size: 14px;
        color: #8f8f8f;
    }
    
    .header_btn1:hover {
        border-color: #FE3303;
    }
    
    .header_btn1 i {
        display: inline-block;
        width: 20px;
        height: 18px;
        vertical-align: middle;
        margin: -2px 8px 0 0;
        background: url(/https/www.51sole.com/images/company/fabu.png);
    }
    
    .header_btn1:hover i {
        background: url(/https/www.51sole.com/images/company/fabu2.png);
    }
    
    .header_search {
        float: right;
        margin: 40px 24px 0 0;
        width: 970px;
    }
    
    .header_search_t {
        height: 36px;
        border: 2px solid #FE3303;
        border-radius: 4px;
        position: relative;
    }
    
    .header_search_key {
        display: none;
        position: absolute;
        top: 36px;
        left: -2px;
        border: 2px solid #FE3303;
        border-radius: 5px;
        width: 100%;
        background: #fff;
        z-index: 2;
        line-height: normal;
    }
    
    .header_search_key .header_search_key_content {
        padding: 10px;
    }
    
    .header_search_key .header_search_key_content .title {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        margin-bottom: 10px;
    }
    
    .header_search_key .header_search_key_content a {
        margin-right: 10px;
        line-height: 28px;
        overflow: hidden;
        cursor: pointer;
        display: inline-block;
        background-color: #f6f7fb;
        padding: 0 10px;
        color: #333;
        font-size: 12px;
    }
    
    .header_search_key .header_search_key_content a:hover {
        color: #FE3303;
    }
    
    .header_search_b {
        height: 18px;
        line-height: 18px;
        margin-top: 5px;
        overflow: hidden;
        font-size: 12px;
        color: #999;
    }
    
    .header_search_b a {
        display: inline-block;
        margin-left: 15px;
        color: #999;
    }
    
    .header_search_b a:hover {
        color: #FE3303;
    }
    
    .header_search_l_box {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .header_search_t_l {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 78px;
        height: 36px;
        line-height: 36px;
        background: url(//style.51sole.com/masterwebsite/gpyg2022/images/new/search_line.png) center right no-repeat;
        text-align: center;
        font-size: 14px;
        color: #7e7d7c;
        cursor: pointer;
    }
    
    .header_search_t_l i {
        display: inline-block;
        width: 9px;
        height: 6px;
        overflow: hidden;
        margin-left: 5px;
        vertical-align: middle;
        background: url(//style.51sole.com/masterwebsite/gpyg2022/images/new/search_arrow.png) center center no-repeat;
        opacity: .8;
        filter: alpha(opacity=80);
    }
    
    .header_search_t_l_b {
        display: none;
        position: absolute;
        left: 3px;
        top: 36px;
        width: 70px;
        border: 2px solid #FE3303;
        border-top: 0;
        background: #fff;
        z-index: 99;
    }
    
    .header_search_t_l_b a {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        color: #666;
    }
    
    .header_search_t_l_b a:hover {
        color: #FE3303;
    }
    
    .header_search_l_box:hover .header_search_t_l_b {
        display: block;
    }
    
    .header_search_btn {
        position: absolute;
        right: -2px;
        top: -2px;
        height: 40px;
        line-height: 40px;
        width: 88px;
        background: #FE3303;
        border: 0;
        border-radius: 0 4px 4px 0;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }
    
    .header_search_btn_icon {
        position: absolute;
        left: 90px;
        top: 10px;
    }
    
    .header_search_btn:hover {
        background: #da2a01;
        color: #fff;
    }
    
    .header_search_btn i {
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin: 0 5px 2px 0;
        background: url(/https/www.51sole.com/images/company/search.png);
    }
    
    .header_search_input {
        position: absolute;
        left: 78px;
        top: 0;
        height: 36px;
        padding: 0 15px 0 35px;
        width: 750px;
        background: #fff;
        border: 0;
        font-size: 14px;
        color: #666;
        line-height: 36px;
    }
    
    .header_search_input::-webkit-input-placeholder {
        color: #aaa;
    }
    /*************header*************/
    /*************nav*************/
    
    .nav {
        background: #fff;
        min-width: 100px;
    }
    
    .nav_hy_box {
        float: left;
        width: 220px;
        position: relative;
        z-index: 99;
    }
    
    .nav_hy_t {
        height: 40px;
        line-height: 40px;
        padding-left: 24px;
        background-color: #FE3303;
        border-radius: 4px 4px 0 0;
        font-size: 16px;
        cursor: pointer;
        color: #fff;
    }
    
    .nav_hy_t i {
        display: inline-block;
        width: 22px;
        height: 15px;
        margin: 0 15px -2px 0;
        background: url(/https/www.51sole.com/images/company/icon/menu57.png) center center no-repeat;
    }
    
    .nav_hy_b {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        width: 220px;
        /* padding: 6px 0 5px; */
        background: #fff;
        background: rgba(255, 255, 255, .95);
    }
    
    .nav_hy_b.show {
        display: block;
    }
    
    .img_h_title{
        vertical-align: sub;
    }
    
    .nav_hy_l {
        height: 38px;
        line-height: 38px;
        padding: 0 24px 0 50px;
        border-left: 2px solid #fff;
        font-size: 14px;
        color: #333;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    
    .nav_hy_l a {
        color: #c5c5c5;
    }
    
    .nav_hy_l i {
        display: inline-block;
        position: absolute;
        left: 24px;
        top: 10px;
        width: 16px;
        height: 16px;
        background: url(/https/www.51sole.com/images/company/icon/smenu_icon.png);
    }
    
    .nav_hy_l i.nav_tb1 {
        background-position: -320px 0;
    }
    
    .nav_hy_l i.nav_tb2 {
        background-position: -352px 0;
    }
    
    .nav_hy_l i.nav_tb3 {
        background-position: -64px 0;
    }
    
    .nav_hy_l i.nav_tb4 {
        background-position: -96px 0;
    }
    
    .nav_hy_l i.nav_tb5 {
        background-position: -128px 0;
    }
    
    .nav_hy_l i.nav_tb6 {
        background-position: -160px 0;
    }
    
    .nav_hy_l i.nav_tb7 {
        background-position: -192px 0;
    }
    
    .nav_hy_l i.nav_tb8 {
        background-position: -224px 0;
    }
    
    .nav_hy_l i.nav_tb9 {
        background-position: -256px 0;
    }
    
    .nav_hy_l i.nav_tb10 {
        background-position: -288px 0;
    }
    
    .nav_hy_l i.nav_tb11 {
        background-position: 0px 0;
    }
    
    .nav_hy_l i.nav_tb12 {
        background-position: -32px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb1 {
        background-position: -336px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb2 {
        background-position: -368px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb3 {
        background-position: -80px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb4 {
        background-position: -111px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb5 {
        background-position: -144px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb6 {
        background-position: -176px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb7 {
        background-position: -208px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb8 {
        background-position: -240px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb9 {
        background-position: -272px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb10 {
        background-position: -304px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb11 {
        background-position: -16px 0;
    }
    
    .nav_hy_info:hover .nav_hy_l i.nav_tb12 {
        background-position: -48px 0;
    }
    
    .nav_hy_more {
        display: block;
        height: 36px;
        line-height: 36px;
        margin-top: 8px;
        border-top: 1px dashed #D4D4D4;
        text-align: center;
        font-size: 14px;
        color: #999;
    }
    
    .nav_hy_more i {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 0 -2px 8px;
        background: url(/https/www.51sole.com/images/company/yjt59.png);
    }
    
    .nav_hy_more:hover {
        background: #FE3303;
        color: #fff;
    }
    
    .nav_hy_more:hover i {
        background: url(/https/www.51sole.com/images/company/yjt60.png);
    }
    
    .nav_hy_r {
        display: none;
        position: absolute;
        left: 220px;
        top: 0;
        width: 700px;
        height: 425px;
        padding: 15px 20px;
        background: #fff;
        border: 2px solid #ff4000;
        overflow-y: auto;
        transition: all 0.4s;
    }
    
    .nav_hy_r::-webkit-scrollbar {
        width: 8px;
    }
    /* 滚动条宽度 */
    
    .nav_hy_r::-webkit-scrollbar-track {
        background-color: #f2f2f2;
    }
    /* 滚动条的滑轨背景颜色 */
    
    .nav_hy_r::-webkit-scrollbar-thumb {
        background-color: #e0e0e0;
    }
    /* 滑块颜色 */
    
    .nav_hy_r_info {
        margin-bottom: 20px;
    }
    
    .nav_hy_r_info_t {
        padding-bottom: 3px;
        border-bottom: 1px solid #ddd;
        font-size: 18px;
        color: #ff6300;
    }
    
    .nav_hy_r_info_t a {
        color: #333;
    }
    
    .nav_hy_r_info_t i {
        display: inline-block;
        width: 4px;
        height: 18px;
        margin: 0 10px -2px 4px;
        background: #ff6300;
        border-radius: 4px;
    }
    
    .nav_hy_r_info_b {
        margin-top: 8px;
        line-height: 28px;
    }
    
    .nav_hy_r_info_b a {
        display: inline-block;
        margin-right: 30px;
        color: #666;
        font-size: 12px;
    }
    
    .nav_hy_r_info_b a:hover {
        color: #ff6300;
    }
    
    .nav_hy_info:hover .nav_hy_r {
        display: block;
    }
    
    .nav_hy_info:hover .nav_hy_l {
        background: #FFEDE9;
        color: #FE3303;
        border-left: 2px solid #FE3303;
    }
    
    .nav_r {
        float: left;
        width: 1180px;
        max-height: 9999px;
        border-bottom: 1px solid #FE3303;
    }
    
    .nav_r li {
        float: left;
        height: 39px;
        line-height: 40px;
    }
    
    .nav_r li a {
        display: block;
        padding: 0 30px;
        height: 40px;
        font-size: 16px;
        color: #666;
    }
    
    .nav_r li a:hover,
    .nav_r li a.on {
        color: #FE3303;
    }
    /*************nav*************/
    /*********bread-link********/
    
    .bread-link {
        height: 40px;
        line-height: 40px;
        font-size: 0;
    }
    
    .bread-link a {
        color: #333;
        font-size: 14px;
    }
    
    .bread-link span {
        padding: 0 9px;
        font-size: 14px;
    }
    
    .bread-link span.current-link {
        color: #888;
        padding: 0;
    }
    
    .bread-link-num {
        color: #FE3303;
        font-size: 16px;
        font-weight: 500;
        margin: 0 5px;
    }
    
    .bread-link .fr p {
        font-size: 12px;
    }
    /*********bread-link********/
    /*********menu-list********/
    
    .menu-list {
        height: auto;
        background-color: #fff;
        border: 1px solid #e8e8e8;
        border-bottom: none;
    }
    
    .menu-item {
        height: auto;
        line-height: 46px;
        height: 46px;
        border-bottom: 1px solid #e8e8e8;
        font-size: 14px;
        transition: all 0.5s;
        overflow: hidden;
    }
    
    .menu-item label,
    .menu-item ul,
    .menu-item ul li {
        display: inline-block;
    }
    
    .menu-item ul li a.active {
        padding: 3px 6px;
        border-radius: 3px;
        border: 1px solid #ff4000;
        color: #ff4000;
        position: relative;
    }
    
    .menu-item ul li a.active::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        display: block;
        background: url("/https/www.51sole.com/images/company/icon/selected.png") no-repeat center center/ 100% 100%;
        right: 0;
        bottom: 0;
    }
    
    .menu-item ul li a {
        color: #000;
    }
    
    .menu-item ul li a:hover {
        color: #f00;
    }
    
    .menu-item label {
        width: 100px;
        color: #666;
        text-align: right;
        vertical-align: top;
    }
    
    .menu-item ul {
        overflow: hidden;
        white-space: normal;
        width: 1180px;
        vertical-align: top;
        transition: height 1.5s;
    }
    
    .menu-item.open {
        max-height: 9999px;
        height: auto;
        white-space: normal;
    }
    
    .menu-item ul li {
        padding: 0 20px;
    }
    
    .menu-item .more {
        display: none;
        width: 100px;
        text-align: center;
        vertical-align: top;
        cursor: default;
    }
    
    i.top_arrow_sq {
        transform: rotate(0deg) !important;
    }
    
    i.top_arrow_more {
        display: inline-block;
        width: 9px;
        height: 10px;
        overflow: hidden;
        margin-left: 5px;
        *margin-top: -10px;
        background: url(/https/www.51sole.com/images/company/icon/arrow_top.png) no-repeat center center;
        opacity: .8;
        filter: alpha(opacity=80);
        -webkit-transition: all 0.1s;
        transition: all 0.5s;
        margin-right: 5px;
        transform: rotate(180deg);
    }
    /*********menu-list********/
    /*********图标********/
    
    i.ico-img {
        display: inline-block;
        width: 20px;
        height: 20px;
        overflow: hidden;
        margin-left: 5px;
        *margin-top: -10px;
        margin-right: 5px;
        position: relative;
        top: 4px;
    }
    
    i.ico-gs {
        background: url(/https/www.51sole.com/images/company/icon/dyqy.png) no-repeat center center;
    }
    
    i.ico-cp {
        background: url(/https/www.51sole.com/images/company/icon/cpxx.png) no-repeat center center;
    }
    
    i.ico-qy {
        background: url(/https/www.51sole.com/images/company/icon/qy.png) no-repeat center center;
    }
    
    i.ico-lb {
        background: url(/https/www.51sole.com/images/company/icon/icon-list.gif) no-repeat left center;
        left: 2px;
        width: 15px;
        position: relative;
    }
    
    i.ico-cc {
        background: url(/https/www.51sole.com/images/company/icon/icon-list.gif) no-repeat;
        background-position: -12px 6px;
    }
    
    i.ico-bd {
        background: url(/https/www.51sole.com/images/company/icon/bd.png) no-repeat center center;
    }
    
    i.ico-acg {
        background: url(/https/www.51sole.com/images/company/icon/acg.png) no-repeat center center;
    }
    
    i.ico-ss360 {
        background: url(/https/www.51sole.com/images/company/icon/ss360.png) no-repeat center center;
    }
    
    i.ico-sg {
        background: url(/https/www.51sole.com/images/company/icon/sg.png) no-repeat center center;
    }
    
    i.ico-location {
        background: url(/https/www.51sole.com/images/company/icon/location.png) no-repeat center center;
    }
    
    i.ico-dj {
        background: url(/https/www.51sole.com/images/company/icon/dj.png) no-repeat center center;
        width: 30px;
        height: 45px;
    }
    
    i.ico-dh {
        background: url(/https/www.51sole.com/images/company/icon/dh.png) no-repeat center center;
        width: 30px;
        height: 45px;
    }
    
    i.ico-zx {
        background: url(/https/www.51sole.com/images/company/icon/lxwm.png) no-repeat center center;
        width: 30px;
        height: 45px;
    }
    
    i.ico-sc {
        background: url(/https/www.51sole.com/images/company/icon/xx6.png) no-repeat center center;
        width: 20px;
        height: 45px;
    }
    
    i.ico-rz {
        background: url(/https/www.51sole.com/images/company/icon/rz.png) no-repeat center center;
        width: 15px;
        height: 16px;
        margin-left: 0;
        margin-right: 8px;
        top: 0px;
    }
    /*********图标********/
    /*********tip-content********/
    
    .tip-content {
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        margin: 15px auto;
    }
    
    .tip-content .fl .active-ico {
        background-color: #FE3303;
        color: #fff;
        position: relative;
    }
    
    .tip-content .fl .title {
        font-size: 12px;
        color: #666;
        padding-left: 15px;
    }
    
    .tip-content .fl a,
    .tip-content .fl span {
        display: inline-block;
        color: #333;
        padding: 0 18px;
        font-size: 14px;
    }
    
    .tip-content .fl a.pr0 {
        padding-right: 0;
    }
    
    .tip-content .fl a.pl10 {
        padding-left: 10px;
    }
    
    .tip-content .fl a.fz12 {
        font-size: 12px;
    }
    
    .tip-content .fr a {
        display: inline-block;
        color: #333;
        padding: 0 8px;
        font-size: 14px;
    }
    
    .tip-content .fr p {
        font-size: 12px;
        color: #FE3303;
        padding-right: 14px;
    }
    /*********tip-content********/
    /*********page********/
    
    .page {
        margin-top: 20px;
        text-align: center;
    }
    
    .page a {
        border: 1px solid #e8e8e8;
        background-color: #fff;
        color: #666;
        padding: 5px 15px;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        margin: 0 2px;
    }
    
    .page a:hover {
        background-color: #f6f6f6;
    }
    
    .page a.disabled {
        cursor: not-allowed;
        background-color: #e8e8e8;
    }
    
    .page a.active {
        background-color: #FE3303;
        border-color: #FE3303;
        color: #fff;
    }
    
    .page-desc {
        font-size: 14px;
        color: #666;
        text-align: center;
        padding: 20px 0;
    }
    
    .page-bottom-desc {
        font-size: 14px;
        background-color: #fff;
        padding: 10px;
        line-height: 25px;
        margin-top: 20px;
    }
    /*********page********/
    /*********badge********/
    
    .badge {
        /* margin-bottom: 10px; */
        margin: 10px 0;
    }
    
    .badge span {
        font-size: 12px;
        padding: 3px 6px;
        border-radius: 2px;
        cursor: default;
        display: inline-block;
        margin-top: 5px;
    }
    /*********badge********/
    /*************footer*************/
    
    .footer {
        position: relative;
        clear: both;
        background: #ebebeb;
        /* border-top: 2px solid #FF4E00; */
        padding-top: 10px;
        overflow: hidden;
        margin-top: 50px;
        z-index: 2;
        min-width: 1200px;
    }
    
    .letter_class,
    .footer_lj {
        height: 30px;
        line-height: 30px;
        text-align: center;
        overflow: hidden;
        font-size: 12px;
    }
    
    .letter_class {
        color: #ccc;
        font-size: 12px;
    }
    
    .letter_class span {
        color: #039;
    }
    
    .letter_class a {
        padding: 0 8px;
        color: #039;
        margin: 0 5px;
    }
    
    .letter_class a:hover {
        color: #f60;
        text-decoration: underline;
    }
    
    .footer_lj a {
        padding: 0 8px;
        color: #666;
    }
    
    .footer_lj a:hover {
        text-decoration: underline;
    }
    
    .footerTxt {
        line-height: 25px;
        margin: 5px auto 20px;
        text-align: center;
        font-size: 12px;
    }
    
    .footerTxt p {
        clear: both;
        width: 100%;
        margin: 0 auto;
        color: #999;
        text-align: center;
        line-height: 28px;
    }
    
    .footerTxt p span {
        padding: 0 10px;
    }
    
    .footerTxt p a {
        color: #555;
    }
    
    .footerTxt p a:hover {
        color: #555;
        text-decoration: underline;
    }
    
    .footerTxt p.orange {
        color: #f60;
    }
    
    .footerTxt p.orange a {
        color: #f60;
    }
    
    .footerTxt p.orange a:hover {
        color: #f60;
        text-decoration: underline;
    }
    
    .footerTxt .sina {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0 0 -4px 10px;
        background: url(/https/www.51sole.com/images/company/icon/f_wb.png);
        background-size: 18px 18px;
    }
    
    .footerTxt .wxcode {
        display: inline-block;
        width: 18px;
        height: 18px;
        padding: 0;
        margin: 0 0 -4px 10px;
        background: url(/https/www.51sole.com/images/company/icon/f_wx.png);
        position: relative;
        background-size: 18px 18px;
    }
    
    .footerTxt .wxcode img {
        display: none;
        position: absolute;
        top: -5px;
        right: -100px;
        width: 100px;
        height: 100px;
        z-index: 9;
    }
    
    .footerTxt .wxcode:hover img {
        display: block;
    }
    
    .bottom_img {
        width: 620px;
        margin: 10px auto 20px;
        height: 47px;
    }
    
    .bottom_img ul li {
        float: left;
        margin: 0 10px;
        position: relative;
        height: 47px;
        line-height: 0;
        overflow: hidden;
    }
    /*************footer*************/
    /***********pd页头部************/
    
    .s_t_info {
        height: 124px;
        background: #fff;
        overflow: hidden;
    }
    
    .s_t_info_name {
        height: 40px;
        line-height: 40px;
        margin-top: 30px;
        padding: 0 30px;
        font-size: 36px;
        color: #242424;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 650px;
    }
    
    .s_t_info_zy {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin-top: 6px;
        padding: 0 30px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .s_t_nav {
        height: 40px;
        background: #050505;
    }
    
    .s_t_nav ul li {
        float: left;
    }
    
    .s_t_nav ul li a {
        display: block;
        padding: 0 24px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }
    
    .s_t_nav ul li a:hover {
        background: #383838;
    }
    /***********pd页头部************/
    /***********表格************/
    
    table {
        border-collapse: collapse;
    }
    
    .pd_d_t_table tr td {
        line-height: 24px;
        width: 35%;
        padding: 10px 20px;
        border: 1px solid #d6d6d6;
        color: #666;
        vertical-align: middle;
    }
    
    .pd_d_t_table tr td {
        text-align: center;
        padding: 10px;
        font-size: 14px;
        color: #262626;
    }
    
    .pd_d_t_table tr td.pd_d_t_table_l {
        width: 15%;
        background: #f8f8f8;
    }
    
    .pd_d_t_table_info {
        max-height: 48px;
        overflow: hidden;
        text-align: left;
    }
    
    .pdtip_more {
        text-align: right;
    }
    
    .pdtip_more a {
        color: #0c8af4;
    }
    
    .pdtip_more a:hover {
        text-decoration: underline;
    }
    /***********表格************/
    /***********温馨提示************/
    
    .pd_fbtx {
        margin-top: 20px;
        padding: 10px 25px;
        border: 1px solid #ffd6ba;
        background: #fcf3df;
        line-height: 25px;
        letter-spacing: 1px;
        font-size: 14px;
        color: #333;
    }
    
    .pd_fbtx span {
        color: #333;
    }
    
    .pd_fbtx a {
        color: #f00;
        text-decoration: underline;
    }
    /***********温馨提示************/
    /***********right-info************/
    
    .right_info {
        position: fixed;
        top: 160px;
        right: 5px;
        width: 115px;
        z-index: 10;
        background: #fff;
    }
    
    .right_info_tit {
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #26a3e4;
        color: #fff;
        font-weight: bold;
        letter-spacing: 1px;
        position: relative;
    }
    
    .right_close {
        position: absolute;
        right: 1px;
        top: 9px;
        width: 18px;
        height: 18px;
        background: url(/https/www.51sole.com/images/company/icon/close55.png);
    }
    
    .right_info_box {
        border: 1px solid #eee;
        border-top: 0;
    }
    
    .right_info_qq {
        text-align: center;
        padding: 15px 0 4px;
        line-height: 30px;
    }
    
    .right_info .goTop {
        display: block;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-top: 1px solid #eee;
        color: #666;
        font-size: 14px;
    }
    
    .right_info .goTop img {
        vertical-align: middle;
        margin: 0 6px 2px 0;
    }
    
    .right_info .goTop:hover {
        background: #fbfbfb;
        color: #666;
    }
    
    .ri_wx,
    .ri_fwrx {
        border-top: 1px solid #eee;
        text-align: center;
        padding: 8px 0;
    }
    
    .ri_wx_tit {
        margin-bottom: 6px;
        font-size: 12px;
        font-weight: bold;
    }
    
    .ri_wx img {
        width: 98px;
        height: 98px;
    }
    
    .ri_fwrx_info span {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        color: #777;
        line-height: 20px;
    }
    
    .rb_cz_box {
        position: fixed;
        right: 50px;
        bottom: 50px;
        width: 40px;
        z-index: 99;
    }
    
    .rb_cz {
        display: none;
        height: 39px;
        margin-bottom: -1px;
        border: 1px solid #e0e0e0;
        background: #fff;
        text-align: center;
        color: #333;
        position: relative;
        cursor: pointer;
    }
    
    .rb_cz:hover {
        background: #ff6300;
        color: #fff;
        border-color: #ff6300;
    }
    
    .rb_cz i {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: 10px 0 -3px;
    }
    
    .rb_cz.goTop:hover i {
        display: none;
    }
    
    .rb_cz.goTop i {
        background: url(/https/www.51sole.com/images/company/icon/fhdb1.png) center center no-repeat;
        background-size: 100% 100%;
    }
    
    .rb_cz.goTop span {
        display: none;
        font-size: 12px;
        line-height: 18px;
    }
    
    .rb_cz.goTop:hover span {
        display: block;
    }
a.headerPublish { float: right; color: #fe3303; border: solid 2px #fe3303; background: #fff; box-sizing: border-box; height: 40px; line-height: 36px; padding: 0 12px; border-radius: 4px; font-size: 16px; margin-top: 40px; display: block; }
a.headerPublish:hover { background: #fe3303; color: #fff; }
    /***********right-info************/
    /***********未找到相关内容************/
    
    .product-list-warning {
        text-align: center;
        padding: 20px;
        background-color: #fff;
    }
    
    .product-list-warning img.warning {
        display: inline-block;
        vertical-align: top;
        width: 33px;
        height: 30px;
        margin-right: 15px;
    }
    
    .product-list-warning .warning-tips {
        display: inline-block;
        width: 300px;
        text-align: left;
    }
    
    .product-list-warning .warning-tips p {
        font-size: 14px;
        line-height: 25px;
        color: #888;
    }
    
    .product-list-warning .warning-tips p.first-text {
        color: #FE3303;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .product-list-warning .warning-tips input {
        margin-top: 15px;
        padding: 5px 20px;
        color: #666;
        border: 1px solid #d6d6d6;
        border-radius: 4px;
    }
    
    .product-list-warning .warning-tips input:hover {
        background-color: #FE3303;
        color: #fff;
    }
    /***********未找到相关内容************/
    
    @media screen and (max-width: 1600px) {
        .rb_cz_box {
            right: 10px;
        }
    }
    
    @media screen and (max-width: 1551px) {
        .box {
            width: 1200px;
        }
        .menu-item ul,
        .nav_r {
            width: 980px;
        }
        .nav_r li a {
            padding: 0 22px;
        }
        .header_search {
            width: 770px;
        }
        .header_search_input {
            width: 550px;
        }
    }
    
    @media screen and (max-width: 1300px) {
        body {
            overflow-x: auto;
        }
    }