
* {
    margin: 0;
    padding: 0;
}

body {
    background: #F5F5F5;
    color: #333;
    font: 12px/1.5 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
    min-width: 1200px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #FE3303;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

input::-ms-clear,
::-ms-reveal {
    display: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

.mask {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    zoom: 1;
}

:root .mask {
    filter: none \9;
}

/*for IE9*/

.outHide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-height: 99999999px;
}

.blue {
    color: #1F9CCC;
}

.green {
    color: #38b024;
}

.gray {
    color: #aaa !important;
}

.red {
    color: #f00;
}

.orange {
    color: #f60;
}

.borderBox {
    border: 1px solid #E6E6E6;
}

.fonts12 {
    font-size: 12px;
}


/*************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: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(../image/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(../image/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;
}

.logo {
    float: left;
    height: 120px;
    line-height: 120px;
    max-width: 400px;
    vertical-align: middle;
    overflow: hidden;
}

.logo img {
    max-height: 60%;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 3px;
}

.header_xcx {
    float: right;
    width: 75px;
    margin-top: 12px;
    text-align: center;
}

.header_xcx img {
    border: 1px solid #f2f2f2;
    padding: 1px;
    width: 70px;
    margin: 10px 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(http://pindaoye.51sole.com/images/fabu.png);
}

.header_btn1:hover i {
    background: url(http://pindaoye.51sole.com/images/fabu2.png);
}

.header_search {
    float: right;
    margin: 40px 24px 0 0;
    width: 770px;
}

.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(../image/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(../image/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(http://pindaoye.51sole.com/images/search.png);
}

.header_search_input {
    position: absolute;
    left: 78px;
    top: 0;
    height: 36px;
    padding: 0 15px 0 35px;
    width: 550px;
    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;
    border-bottom: 1px solid #eee;
}

.nav_hy_box {
    float: left;
    width: 220px;
    position: relative;
    z-index: 99;
}

.nav_hy_t {
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    background: #FE3303;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.nav_hy_t i {
    display: inline-block;
    width: 22px;
    height: 15px;
    margin: 0 15px -2px 0;
    background: url(../image/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);
}

.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(../image/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(http://pindaoye.51sole.com/images/yjt59.png);
}

.nav_hy_more:hover {
    background: #FE3303;
    color: #fff;
}

.nav_hy_more:hover i {
    background: url(http://pindaoye.51sole.com/images/yjt60.png);
}

.nav_hy_r {
    display: none;
    position: absolute;
    left: 220px;
    top: -1px;
    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 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;
}

.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: 975px;
    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 20px;
    height: 40px;
    font-size: 16px;
    color: #666;
}

.nav_r li a:hover,
.nav_r li a.on {
    color: #FE3303;
}


/*************nav*************/

.rb_cz_box {
    position: fixed;
    right: 50%;
    bottom: 50px;
    margin: 0 -656px 0 0;
    width: 40px;
    z-index: 99;
}

.rb_cz {
    display: block;
    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;
}

.goTop:hover i {
    /* background: url(../images/new/fhdb2.png) center center no-repeat; */
    display: none;
}

.goTop i {
    background: url(../image/fhdb1.png) center center no-repeat;
    background-size: 100% 100%;
}

.goTop span {
    display: none;
}


.goTop:hover span {
    display: block;
}


/*************footer*************/

.footer {
    position: relative;
    clear: both;
    background: #ebebeb;
    /* border-top: 2px solid #FF4E00; */
    padding-top: 10px;
    overflow: hidden;
}

.letter_class,
.footer_lj {
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.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;
}

.footer_lj a:hover {
    text-decoration: underline;
}

.footerTxt {
    line-height: 25px;
    margin: 5px auto 20px;
    text-align: center;
}

.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(../image/f_wb.png);
}

.footerTxt .wxcode {
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0 0 -4px 10px;
    background: url(http://pindaoye.51sole.com/images/f_wx.png);
    position: relative;
}

.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*************/

.banner_wapper {
    margin-bottom: 16px;
}

.banner_l {
    float: left;
    margin: 16px 0 0 236px;
    width: 725px;
    height: 325px;
    overflow: hidden;
    position: relative;
}

.banner_l_bottom {
    height: 97px;
}

.i_banner {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.i_banner img {
    width: 100%;
    height: 100%;
    display: block;
}

.i_banner_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    width: 102%;
    overflow: hidden;
    z-index: 9;
}

.i_banner_nav a {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 119px;
    padding: 2px 10px 0;
    margin-right: 8px;
    background: #000;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.i_banner_nav a.on {
    background: #fff;
    background: rgba(255, 255, 255, .85);
    color: #FE3303;
    border-top: 2px solid #FE3303;
    padding: 0 10px;
}

.banner_gg {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 12px;
    color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 9;
}

.o_gg {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 6px;
    background: #000;
    font-size: 12px;
    color: #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 9;
}

.banner_r {
    float: right;
    width: 223px;
    overflow: hidden;
    position: relative;
    bottom: 382px;
    right: 0;
    margin: 0 0 -382px;
}

.banner_r_info {
    background: #fff;
    max-height: 9999px;
}

.banner_r_info_second {
    border-bottom: 1px solid #eee;
    padding: 0 0 8px 0;
}

.banner_r_info:first-child {
    background: url(../image/bg_banner_right.png) center center no-repeat;
    background-size: 100% 100%;
}

.banner_r_user_t {
    padding: 75px 10px 0;
    height: 19px;
    line-height: 19px;
    text-align: center;
    background: url(http://style.51sole.com/masterwebsite/gpyg2022/images/new/banner_hi.png) center 25px no-repeat;
    font-size: 14px;
    color: #888;
    overflow: hidden;
}

.banner_r_user_b {
    text-align: center;
    padding: 14px 0 15px;
}

.banner_r_user_btn1 {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 90px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #FE3303;
    background: #FE3303;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
}

.banner_r_user_btn1:hover {
    background: #d02a02;
    color: #fff;
}

.banner_r_user_btn2 {
    display: inline-block;
    width: 90px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #FE3303;
    background: #fff;
    color: #FE3303;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
}

.banner_r_user_btn2:hover {
    background: #FE3303;
    color: #fff;
}

.mR-1 {
    margin-right: -1px;
}

.banner_r_link {
    display: block;
    float: left;
    width: 73px;
    /* height: 68px; */
    margin: -1px -1px 0 0;
    text-align: center;
    overflow: hidden;
}

.banner_r_link i {
    display: inline-block;
    margin-top: 14px;
    width: 48px;
    height: 48px;
}

.banner_r_link i.banner_r_tb1 {
    background: url(http://pindaoye.51sole.com/images/banner_r_tb1.png) center center no-repeat;
}

.banner_r_link i.banner_r_tb2 {
    background: url(http://pindaoye.51sole.com/images/banner_r_tb2.png) center center no-repeat;
}

.banner_r_link i.banner_r_tb3 {
    background: url(http://pindaoye.51sole.com/images/banner_r_tb3.png) center center no-repeat;
}

.banner_r_link i.banner_r_tb4 {
    background: url(http://pindaoye.51sole.com/images/banner_r_tb4.png) center center no-repeat;
}

.banner_r_link i.banner_r_tb5 {
    background: url(http://pindaoye.51sole.com/images/banner_r_tb5.png) center center no-repeat;
}

.banner_r_link i.banner_r_tb6 {
    background: url(http://pindaoye.51sole.com/images/banner_r_tb6.png) center center no-repeat;
}

.banner_r_link span {
    display: inline-block;
    width: 100%;
    height: 18px;
    color: #888;
    overflow: hidden;
}

.banner_r_link:hover span {
    color: #FE3303;
}

.banner_r_tzgg_t {
    /* height: 27px;
    line-height: 27px; */
    padding: 9px 14px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    color: #666;
}

.banner_r_tzgg_b {
    padding: 7px 8px;
    height: 100px;
    overflow: hidden;
}

.banner_r_tzgg_b li {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner_r_tzgg_b li a {
    color: #888;
}

.banner_r_tzgg_b li a.red {
    color: #f00;
}

.banner_r_tzgg_b li a:hover {
    text-decoration: underline;
}

.index_gg1 {
    display: block;
    height: 100px;
    margin-bottom: 16px;
    position: relative;
}

.i_info_box {
    padding: 0 24px;
    margin-bottom: 16px;
    background: #fff;
    overflow: hidden;
}

.i_tit1 {
    margin: 12px 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 22px;
    color: #000000;
    position: relative;
}

.i_tit1 i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}

.i_tit1 i.cgzsTb {
    background: url(http://pindaoye.51sole.com/images/cgzsTb.png);
}

.i_tit1 i.cgscTb {
    background: url(http://pindaoye.51sole.com/images/cgscTb.png);
}

.i_tit1 i.wntjTb {
    background: url(http://pindaoye.51sole.com/images/wntjTb.png);
}

.i_tit1 i.srsqTb {
    background: url(http://pindaoye.51sole.com/images/srsqTb.png);
}

.i_tit1 i.rdzxTb {
    background: url(http://pindaoye.51sole.com/images/rdzxTb.png);
}

.i_tit1 i.zxdtTb {
    background: url(http://pindaoye.51sole.com/images/zxdtTb.png);
}

.i_tit1 i.mqtjTb {
    background: url(http://pindaoye.51sole.com/images/mqtjTb.png);
}

.i_tit1 i.hyhyTb {
    background: url(http://pindaoye.51sole.com/images/hyhyTb.png);
}

.i_tit1 i.yqljTb {
    background: url(http://pindaoye.51sole.com/images/yqljTb.png);
}

.i_tit1_fbt {
    padding-left: 16px;
    font-size: 14px;
    color: #aaa;
}

.i_tit1_fbt span {
    color: #f50;
}

.i_tit1 .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #aaa;
}

.i_tit1 .more:hover {
    color: #FE3303;
}

.i_cgzs_info {
    max-height: 9999px;
    margin: 0 -13px 8px 0;
}

.i_cgzs {
    float: left;
    width: 220px;
    height: 120px;
    margin: 0 13px 13px 0;
    overflow: hidden;
    position: relative;
}

.i_cgzs1 {
    background: url(http://pindaoye.51sole.com/images/cgzs1.png) center center no-repeat;
}

.i_cgzs2 {
    background: url(http://pindaoye.51sole.com/images/cgzs2.png) center center no-repeat;
}

.i_cgzs3 {
    background: url(http://pindaoye.51sole.com/images/cgzs3.png) center center no-repeat;
}

.i_cgzs4 {
    background: url(http://pindaoye.51sole.com/images/cgzs4.png) center center no-repeat;
}

.i_cgzs5 {
    background: url(http://pindaoye.51sole.com/images/cgzs5.png) center center no-repeat;
}

.i_cgzs6 {
    background: url(http://pindaoye.51sole.com/images/cgzs6.png) center center no-repeat;
}

.i_cgzs7 {
    background: url(http://pindaoye.51sole.com/images/cgzs7.png) center center no-repeat;
}

.i_cgzs8 {
    background: url(http://pindaoye.51sole.com/images/cgzs8.png) center center no-repeat;
}

.i_cgzs9 {
    background: url(http://pindaoye.51sole.com/images/cgzs9.png) center center no-repeat;
}

.i_cgzs10 {
    background: url(http://pindaoye.51sole.com/images/cgzs10.png) center center no-repeat;
}

.i_cgzs_t {
    font-size: 18px;
    color: #fff;
    margin-top: 22px;
    padding: 0 130px 0 18px;
}

.i_cgzs_t span {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    background: url(http://pindaoye.51sole.com/images/bg5.png) center 28px no-repeat;
}

.i_cgzs_b {
    margin-top: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0 125px 0 18px;
    height: 36px;
    overflow: hidden;
}

.i_cgzs_link {
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 138px;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .2);
    transition: all 0.3s;
}

.i_cgzs_link a {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 280px;
    margin-left: -50px;
    width: 25px;
    line-height: 25px;
    width: 100px;
    border-radius: 500px;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    color: #FE3303;
    transition: all 0.3s;
}

.i_cgzs_link a:hover {
    background: #fff;
}

.i_cgzs:hover .i_cgzs_link {
    top: 0;
}

.i_cgzs:hover .i_cgzs_link a {
    bottom: 45px;
}

.i_xjdt_info {
    max-height: 9999px;
    margin-bottom: 15px;
}

.i_xjdt_l {
    float: left;
    width: 220px;
    height: 581px;
}

.i_xjdt_l_info {
}

.i_xjdt_l_info_t {
    height: 38px;
    line-height: 40px;
    margin-bottom: 2px;
    font-size: 15px;
    color: #222;
}

.i_xjdt_l_info_b {
    height: 246px;
    overflow: hidden;
}

.i_xjdt_l_info_b a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    margin: 0 14px 13px 0;
    color: #888;
    background: #f8f8f8;
    border: 1px solid #eee;
}

.i_xjdt_l_info_b a:hover {
    background: #e9e9e9;
    color: #777;
}

.i_xjdt_r {
    float: right;
    width: 915px;
    position: relative;
    height: 581px;
    overflow: hidden;
}

.i_xjdt_r_t {
    height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #FF6300;
    overflow: hidden;
}

.i_x_n {
    float: left;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #ff6300;
}

.i_x_n1 {
    width: 150px;
}

.i_x_n2 {
    width: 300px;
}

.i_x_n5 {
    width: 110px;
}

.i_x_n6 {
    width: 130px;
}

.i_x_n7 {
    width: 115px;
}

.i_xjdt_r_b {
    height: 538px;
    overflow: hidden;
    border: 1px solid #F5F5F5;
    border-top: 0;
}

.i_xjdt_r_b ul li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #F6F6F6;
    overflow: hidden;
}

.i_xjdt_r_b ul li:nth-child(2n) {
    background: #fbfbfb;
}

.i_x_i {
    float: left;
    padding: 0 10px;
    height: 43px;
    text-align: center;
    font-size: 14px;
    color: #888;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_x_i .hswz {
    color: #555;
}

.i_x_i .i_x_i_xj {
    color: #5ABE63;
}

.i_x_i .i_x_i_xj_wks {
    color: #3c98c8;
}

.i_x_i .i_x_i_xj_yjs {
    color: #aaa;
}

.i_xjdt_r_b ul li:hover {
    background: #fff6f1;
}

.i_xjdt_r_b ul li:hover .i_x_i_xj {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 70px;
    text-align: center;
    background: #FF6300;
    color: #fff;
    border-radius: 2px;
}

.i_x_i_hot {
    position: absolute;
    left: 12px;
    top: 8px;
}

.i_lc_box {
    height: 500px;
    margin-bottom: 16px;
    background: #fff;
    overflow: hidden;
}

.i_lc_l {
    float: left;
    width: 240px;
    height: 100%;
}

.i_lc_l_t {
    height: 152px;
    background: url(http://pindaoye.51sole.com/images/lc1_1.png) center center no-repeat;
    overflow: hidden;
}

.i_lc_l_t_tit {
    height: 35px;
    line-height: 35px;
    margin-top: 18px;
    text-align: center;
    overflow: hidden;
    font-size: 22px;
    color: #fff;
}

.i_lc_l_t_txt {
    margin-top: 10px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    height: 44px;
    line-height: 22px;
    opacity: .9;
    filter: alpha(opacity=90);
    overflow: hidden;
}

.i_lc_l_c {
    height: 265px;
    line-height: 265px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.i_lc_l_c img {
    max-height: 240px;
    max-width: 90%;
    vertical-align: middle;
    margin-bottom: 3px;
}

.i_lc_l_b {
    margin-top: 15px;
    text-align: center;
}

.i_lc_l_b a {
    display: inline-block;
    width: 156px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #6148F4;
    border-radius: 500px;
    color: #6148F4;
    font-size: 16px;
}

.i_lc_l_b a:hover {
    background: #6148F4;
    color: #fff;
}

.i_lc_c {
    float: left;
    width: 484px;
    padding: 0 20px;
    border-left: 1px solid #eee;
    height: 100%;
    overflow: hidden;
}

.i_lc_r {
    float: right;
    width: 404px;
    padding: 0 15px;
    border-left: 1px solid #eee;
    height: 100%;
    overflow: hidden;
}

.i_lc_c_t {
    height: 34px;
    line-height: 34px;
    margin-top: 17px;
    position: relative;
    overflow: hidden;
}

.i_lc_c_t_l {
    font-size: 18px;
    color: #555;
}

.i_lc_c_t_r {
    float: right;
    display: block;
    width: 80px;
    height: 34px;
    line-height: 32px;
    background: url(http://pindaoye.51sole.com/images/btn1.png);
    color: #fff;
    font-size: 15px;
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.i_lc_c_t_r:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}

.i_lc_c_c {
    height: 21px;
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
    margin-top: 10px;
    overflow: hidden;
}

.i_lc_c_c_info {
    display: inline-block;
    margin-right: 15px;
    color: #71A5D0;
    font-size: 14px;
}

.i_lc_c_c_info span {
    color: #1e80bf;
}

.i_lc_c_c_info span.red {
    color: #f00;
}

.i_lc_c_chart {
    height: 195px;
    margin: 10px 0 0;
    overflow: hidden;
}

.i_lc_c_b {
    max-height: 9999px;
    margin-right: -20px;
}

.i_lc_hy {
    float: left;
    width: 232px;
    margin: 20px 20px 0 0;
}

.i_lc_hy_t {
    height: 21px;
    overflow: hidden;
}

.i_lc_hy_t a {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    font-size: 14px;
}

.i_lc_hy_b {
    height: 44px;
    line-height: 22px;
    margin-top: 5px;
    overflow: hidden;
}

.i_lc_hy_b a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #555;
}

.i_lc_hy_b a:hover {
    color: #FE3303;
}

.i_lc_r_tit {
    height: 65px;
    line-height: 65px;
    font-size: 22px;
    color: #f60;
    position: relative;
}

.i_lc_r_tit .more {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
    color: #bbb;
}

.i_lc_r_tit .more:hover {
    color: #FE3303;
}

.i_lc_r_tit i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}

.i_lc_r_tit i.cpspTb {
    background: url(http://pindaoye.51sole.com/images/cpspTb.png);
}

.i_lc_r_tj_box {
    max-height: 9999px;
    margin-right: -20px;
    overflow: hidden;
}

.i_lc_r_tj {
    float: left;
    width: 195px;
    margin-right: 15px;
}

.i_lc_r_tj_img {
    display: block;
    height: 195px;
    overflow: hidden;
    position: relative;
}

.i_lc_r_tj_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.i_lc_r_tj_time {
    position: absolute;
    left: 8px;
    bottom: 4px;
    padding: 0 8px;
    background: #000;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
}

.i_lc_r_tj_spzz {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(http://pindaoye.51sole.com/images/video.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .05);
}

.i_lc_r_tj_img:hover .i_lc_r_tj_spzz {
    display: block;
}

.i_lc_r_tj_sptb {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    background: url(http://pindaoye.51sole.com/images/videoTb.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
}

.i_lc_r_tj_img:hover .i_lc_r_tj_sptb {
    display: none;
}

.i_lc_r_tj_mame {
    height: 45px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_lc_r_cgrz {
    height: 185px;
    margin: 10px -17px 0;
    padding: 0 20px 0 155px;
    border-top: 1px solid #eee;
    background: url(http://pindaoye.51sole.com/images/jiangbei.png) 12px center no-repeat;
    overflow: hidden;
}

.i_lc_r_cgrz_t {
    margin-top: 18px;
    font-size: 23px;
    color: #868686;
}

.i_lc_r_cgrz_gs {
    height: 28px;
    line-height: 28px;
    margin-top: 6px;
    font-size: 16px;
    color: #1f95cd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_lc_r_cgrz_gs a {
    color: #1f95cd;
}

.i_lc_r_cgrz_gs a:hover {
    color: #1f95cd;
    text-decoration: underline;
}

.i_lc_r_cgrz_hy {
    height: 21px;
    line-height: 21px;
    margin-top: 5px;
    font-size: 12px;
    color: #000;
    overflow: hidden;
}

.i_lc_r_cgrz_hy span,
.i_lc_r_cgrz_hy a {
    color: #f50;
}

.i_lc_r_cgrz_hy a:hover {
    text-decoration: underline;
    color: #f50;
}

.i_sdsjTb {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin: 0 8px 3px 0;
    background: url(http://pindaoye.51sole.com/images/sdsj.png) center center no-repeat;
}

.i_acgTb {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin: 0 8px 3px 0;
    background: url(http://pindaoye.51sole.com/images/acg.png) center center no-repeat;
}

.i_lc_r_cgrz_zy {
    height: 38px;
    line-height: 19px;
    padding-left: 48px;
    margin-top: 8px;
    position: relative;
    color: #999;
    overflow: hidden;
}

.i_lc_r_cgrz_zy span {
    display: inline-block;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
    color: #999;
}

.i_lc2 .i_lc_l_t {
    background: url(http://pindaoye.51sole.com/images/lc2_1.png) center center no-repeat;
}

.i_lc2 .i_lc_l_b a {
    border-color: #A63EF4;
    color: #A63EF4;
}

.i_lc2 .i_lc_l_b a:hover {
    background: #A63EF4;
    color: #fff;
}

.i_lc3 .i_lc_l_t {
    background: url(http://pindaoye.51sole.com/images/lc3_1.png) center center no-repeat;
}

.i_lc3 .i_lc_l_b a {
    border-color: #F45659;
    color: #F45659;
}

.i_lc3 .i_lc_l_b a:hover {
    background: #F45659;
    color: #fff;
}

.i_lc4 .i_lc_l_t {
    background: url(http://pindaoye.51sole.com/images/lc4_1.png) center center no-repeat;
}

.i_lc4 .i_lc_l_b a {
    border-color: #F28428;
    color: #F28428;
}

.i_lc4 .i_lc_l_b a:hover {
    background: #F28428;
    color: #fff;
}

.i_lc5 .i_lc_l_t {
    background: url(http://pindaoye.51sole.com/images/lc5_1.png) center center no-repeat;
}

.i_lc5 .i_lc_l_b a {
    border-color: #46C433;
    color: #46C433;
}

.i_lc5 .i_lc_l_b a:hover {
    background: #46C433;
    color: #fff;
}

.i_cptj_box {
    max-height: 9999px;
    margin-right: -18px;
}

.i_cptj_info {
    float: left;
    width: 214px;
    border: 1px solid #F2F2F2;
    margin: 0 18px 18px 0;
    position: relative;
    /* height: 402px; */
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 3px;
}

.i-find-similar {
    position: absolute;
    bottom: 0;
    display: none;
    width: 100%;
    height: 80px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #fff));
    background: -webkit-linear-gradient(transparent, #fff 60%);
    background: -o-linear-gradient(transparent, #fff 60%);
    background: linear-gradient(transparent, #fff 60%);
}

.i-find-similar .i-find-similar-btn {
    width: 128px;
    height: 30px;
    margin: 25px auto;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #ff4000;
    background: -webkit-gradient(linear, left top, right top, from(#ff6000), to(#ff4000));
    background: -webkit-linear-gradient(left, #ff6000, #ff4000);
    background: -o-linear-gradient(left, #ff6000, #ff4000);
    background: linear-gradient(90deg, #ff6000, #ff4000);
}

.i_cptj_img {
    display: block;
    height: 214px;
    line-height: 214px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.i_cptj_img img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    margin-bottom: 3px;
    transition: all 0.3s;
}

.i_cptj_info:hover {
    box-shadow: 0 0 8px 0 #fe3303;
}

.i_cptj_info:hover .i_cptj_img img {
    transform: scale(1.2);
}

.i_cptj_info:hover .i_cptj_name a {
    color: #ff4000;
}

.i_cptj_info:hover .i-find-similar {
    display: block;
}

.bottom-info {
    padding: 5px;
}

.bottom-info .service {
    position: relative;
    display: inline-block;
    height: 27px;
    margin-right: 5px;
}

.bottom-info .service img {
    width: 63px;
    height: 27px;
}

.bottom-info .service span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 3px;
    left: 30px;
}

.bottom-info .year {
    font-size: 12px;
    color: #FE3303;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
}

.bottom-info .company-name {
    height: 25px;
    line-height: 25px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #888;
    vertical-align: bottom;
    float: right;
}

.bottom-info .company-name:hover {
    color: #0189ff;
}

.product-price span {
    display: inline-block;
    padding: 10px 0;
    font-weight: bold;
    color: #FE3303;
}

.product-price span:first-of-type {
    font-size: 12px;
    padding-left: 5px;
}

.product-price span:last-of-type {
    font-size: 18px;
}

.product-name {
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    padding: 0 5px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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-location {
    margin-right: 0;
    background: url(http://pindaoye.51sole.com/images/location.png) no-repeat center center;
}

.location {
    border-bottom: 1px solid #e8e8e8;
    padding-right: 10px;
    padding-bottom: 5px;
}

.location a.fr {
    display: none;
}

.pd015 {
    padding: 0 15px;
}

.mg5050 {
    margin: 2px 0;
    display: inline-block;
}

.i_cptj_name {
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;

    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
}

.i_cptj_mark {
    margin-top: 5px;
    height: 20px;
    overflow: hidden;
}

.i_cptj_mark .i_span {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 6px;
    margin-right: 5px;
    display: inline-block;
}

.i_cptj_mark .i_span:last-child {
    margin-right: 0;
}

.i_red {
    background: #FCF1EE;
    color: #FF4000;
    padding: 0 6px;
    border-radius: 4px;
}

.i_blue {
    background: #EFF4FB;
    color: #4869AF;
    padding: 0 6px;
    border-radius: 4px;
}

.i_cptj_price {
    margin: 10px 0 8px;
    font-size: 12px;
    color: #ff4000;
    position: relative;
}

.i_cptj_price .priceWrap {
    display: inline-block;
}

.i_cptj_price .priceSymbol {
    font-size: 14px;
    color: #FF4000;
    letter-spacing: 0;
}

.i_cptj_price .priceLeft,
.i_cptj_price .priceRight {
    color: #FF4000;
    letter-spacing: 0;
    position: relative;
}

.i_cptj_price .priceLeft {
    font-size: 24px;
    top: 1px;
}

.i_cptj_price .priceRight {
    font-size: 16px;
    left: -6px;
}

.i_cptj_price .priceDesc {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 12px;
    color: #FF4000;
}

.i_cptj_price .sold-count {
    font-size: 12px;
    color: #888;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.i_zxdt_wapper {
    max-height: 9999px;
    margin: 0 -28px 15px 0;
}

.i_zxdt_box {
    float: left;
    width: 365px;
    margin-right: 28px;
}

.i_zxdt_t {
    display: block;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.i_zxdt_t img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.i_zxdt_t span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    font-size: 14px;
    color: #eee;
    overflow: hidden;
}

.i_zxdt_t:hover img {
    transform: scale(1.05);
}

.i_zxdt_b {
    padding: 8px 0;
    background: #fff;
}

.i_zxdt_b_info {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_zxdt_b_info i {
    padding-right: 4px;
    color: #FE3303;
}

.i_zxdt_b_info:hover {
    color: #FE3303;
}

.fs22 {
    font-size: 22px;
}

.i_tit1_jrmqtj {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #1981bc;
}

.i_tit1_more {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #999;
}

.i_mqtj_box {
    padding-right: 265px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.i_mqtj_l {
    position: absolute;
    right: 0;
    top: 0;
    width: 265px;
}

.i_mqtj_l_info {
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_mqtj_l_info i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0 10px 3px 0;
    text-align: center;
    background: #9E9E9E;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.i_mqtj_l_info i.i_mqtj1 {
    background: #f40;
}

.i_mqtj_l_info i.i_mqtj2 {
    background: #FF7D2B;
}

.i_mqtj_l_info i.i_mqtj3 {
    background: #F89F66;
}

.i_mqtj_r {
    max-height: 9999px;
}

.i_mqtj {
    float: left;
    width: 272px;
    margin: 0 18px 15px 0;
}

.i_mqtj_t {
    display: block;
    border: 1px solid #eee;
    background: #fff;
    padding: 2px;
    height: 80px;
}

.i_mqtj_t img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.i_mqtj:hover .i_mqtj_t img {
    transform: scale(1.04);
}

.i_mqtj_b {
    height: 25px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_cphyTab {
    display: inline-block;
    margin: 7px 30px 0 0;
    font-size: 17px;
    color: #888;
    line-height: 18px;
    vertical-align: top;
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 5px;
    cursor: pointer;
}

.i_cphyTab_on {
    color: #FE3303;
    font-size: 20px;
    margin-top: 4px;
    border-bottom-color: #FE3303;
}

.i_cphyTab:hover {
    color: #FE3303;
}

.i_cphy_box {
    margin: 18px 0 12px;
}

.i_cphy {
    display: none;
    height: 135px;
    overflow: hidden;
}

.i_cphy a {
    display: inline-block;
    width: 85px;
    height: 24px;
    line-height: 24px;
    margin: 0 39px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_yqlj_wapper {
    margin-bottom: 15px;
}

.i_yqljTab {
    display: inline-block;
    margin: 7px 0 0 30px;
    font-size: 15px;
    color: #888;
    line-height: 18px;
    vertical-align: top;
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 5px;
    cursor: pointer;
}

.i_yqljTab_on {
    color: #FE3303;
    font-size: 17px;
    margin-top: 4px;
    border-bottom-color: #FE3303;
}

.i_yqljTab:hover {
    color: #FE3303;
}

.i_yqlj_box {
    padding-bottom: 5px;
}

.i_yqlj {
    display: none;
    height: 112px;
    overflow: hidden;
}

.i_yqlj a {
    display: inline-block;
    line-height: 26px;
    margin: 0 39px 0 0;
}

.show {
    display: block;
}

.i_navTab {
    display: none;
    position: fixed;
    left: 50%;
    margin: -210px 0 0 -645px;
    /* top: 50%; */
    bottom: 20%;
    width: 40px;
    z-index: 99;
}

.i_navTab a {
    display: block;
    padding: 4px 8px;
    background: #fff;
    margin-bottom: 2px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.i_navTab a.on,
.i_navTab a:hover {
    color: #f50;
}


/*.i_navTab a:last-of-type{ font-size: 15px; font-weight: bold;}*/


/*******************************列表页开始**************************************/

.crumbs-bar {
    position: relative;
    padding-top: 15px;
    margin-bottom: 5px;
    z-index: 98;
}

.crumbs-nav {
    line-height: 24px;
    padding-right: 125px
}

.crumbs-nav-item {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px
}

.crumbs-link {
    float: left
}

.crumbs-arrow {
    float: left;
    margin: 0 5px;
    font-family: "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
    font-style: normal;
}

.menu-drop-main {
    display: none;
    width: 420px;
    padding: 10px 0 10px 8px;
    position: absolute;
    left: 0;
    top: 23px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.menu-drop-list li {
    float: left;
    width: 130px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu-drop-list li.first {
    color: #ababab;
}

.menu-drop-list li a {
    color: #666;
}

.menu-drop-list li a:hover {
    color: #E32C0D;
}

.menu-drop-list .all a,
.menu-drop-list a:hover {
    color: #E32C0D;
}

.menu-drop {
    height: 24px;
    float: left;
    z-index: 9;
}

.menu-drop .trigger {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 22px;
    padding: 0 4px 0 8px;
    border: 1px solid #ddd;
    line-height: 22px;
    vertical-align: top;
    background-color: #fff;
}

.menu-drop .trigger .curr {
    display: inline-block;
    _zoom: 1;
    vertical-align: top;
    color: #666;
}

.menu-drop .trigger .curr:hover {
    color: #E32C0D;
}

i.down,
i.up {
    display: inline-block;
    width: 9px;
    height: 5px;
    margin: 0 0 2px 5px;
    background: url(http://pindaoye.51sole.com/images/down.png) no-repeat;
}

i.up {
    background: url(http://pindaoye.51sole.com/images/up.png) no-repeat;
}

.trigger .down {
    transform: scale(.8);
}

.z-menu-drop-open .trigger .down {
    transform: rotate(180deg) scale(.8);
}

.z-menu-drop-open {
    position: relative;
    z-index: 5
}

.z-menu-drop-open .trigger {
    position: relative;
    z-index: 6;
    height: 23px;
    border-bottom: medium none
}

.z-menu-drop-open .menu-drop-main {
    display: block
}

.z-menu-drop-open:hover .trigger {
    border-bottom: medium none;
    height: 23px
}

.list_flxz_info {
    float: left;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    margin-right: 15px;
    border: 1px dashed #E32C0D;
    color: #E32C0D;
}

.list_flxz_info a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    margin-bottom: -1px;
    background: url(http://pindaoye.51sole.com/images/close887.png);
}

.list_flxz_info:hover {
    border: 1px solid #E32C0D;
}

.clf_wapper {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-bottom: 0;
}

.clf_box {
    border-bottom: solid 1px #eee;
}

.clf_l {
    float: left;
    width: 75px;
    margin: 12px 10px;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.clf_c {
    float: left;
    overflow: hidden;
    position: relative;
    line-height: 30px;
    height: 30px;
    width: 1000px;
    margin: 12px 0;
}

.clf_c a {
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin: 0 35px 0 0;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
}

.clf_c a:hover {
    color: #E32C0D;
}

.clf_r {
    float: right;
    width: 70px;
    text-align: right;
    margin: 18px 12px 0 0;
}

.moreShow {
    font-size: 12px;
    color: #806F66;
    display: none;
    padding: 3px 6px;
    border: solid 1px #ddd;
    background: #fff;
}

.listSort_box {
    background: #fff;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    color: #666;
    font-size: 12px;
    max-height: 9999px;
    position: relative;
}

.sort_btn {
    display: block;
    float: left;
    padding: 0 16px;
    height: 100%;
    border: solid 1px #ddd;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #666;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.sort_btn:hover {
    border: solid 1px #FE3303;
    color: #FE3303;
}

.sort_btnActive {
    background: #FE3303;
    color: #fff;
    border-color: #FE3303;
}

.sort_btnActive:hover {
    background: #FE3303;
    border: solid 1px #FE3303;
    color: #fff;
}

.nBbtn.sort_btn:hover {
    border-bottom: solid 1px #fff;
}

i.sortTop,
i.sortBottom {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 0 0 6px;
    background: url(http://pindaoye.51sole.com/images/sortTop.png) no-repeat;
    cursor: pointer;
}

i.sortBottom {
    background: url(http://pindaoye.51sole.com/images/sortDown.png) no-repeat;
}

.proNum {
    position: absolute;
    right: 15px;
    top: 15px;
}

.proNum span {
    color: #ff4e00;
    padding: 0 2px;
}

.listProBox {
    max-height: 999999px;
    margin: 0 -15px -15px 0;
}

.listPro_gj {
    float: left;
    width: 226px;
    margin: 0 15px 15px 0;
    border: 1px solid #fff;
    background: #fff;
    overflow: hidden;
}

.listPro_gj:hover {
    border-color: #e6e6e6;
}

.list_spxx_img {
    height: 226px;
    line-height: 226px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.list_spxx_img img {
    width: 185px;
    height: 185px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.ps-wrap {
    margin: 0 10px;
    overflow: hidden;
    height: 30px;
}

.ps-wrap ul li {
    float: left;
    margin-right: 5px;
    line-height: 0;
}

.ps-wrap ul li:last-of-type {
    margin-right: 0;
}

.ps-wrap ul li img {
    border: solid 1px #ececec;
    padding: 1px;
    width: 26px;
    height: 26px;
}

.ps-wrap ul li.onwrap img {
    border-color: #f00;
}

.list_spxx_name {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    margin-top: 6px;
    overflow: hidden;
    font-size: 12px;
}

.list_jg_info {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 4px 0 10px;
    overflow: hidden;
    font-size: 20px;
    color: #E32C0D;
}

.list_jg_info span {
    font-size: 14px;
}

.page {
    text-align: center;
    margin: 50px 0;
}

.page a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin: 0 2px;
    color: #666;
    font-size: 14px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
}

.page a:hover,
.page a.active,
.page a.active:hover {
    background: #FE3303;
    border-color: #FE3303;
    color: #fff;
}

.page a.disible {
    background: #EBEBEB;
    color: #888;
}

.page a.disible:hover {
    background: #EBEBEB;
    color: #888;
    border-color: #dcdcdc;
}


/************************************招商专题页开始********************************************/

.zs_wjgj_banner {
    height: 711px;
    background: url(http://pindaoye.51sole.com/images/wjgj_banner.jpg) center top no-repeat;
}

.zs_data {
    padding: 70px 0;
    background: #fff;
}

.zs_data_info_box {
    text-align: center;
}

.zs_data_info {
    display: inline-block;
    width: 188px;
    height: 188px;
    border: 1px solid #eee;
    margin: 0 70px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.zs_data_info_img {
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin-top: 22px;
    vertical-align: middle;
    overflow: hidden;
}

.zs_data_info_img img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 3px;
}

.zs_data_info_t {
    display: inline-block;
    width: 100%;
    margin-top: 13px;
    font-size: 19px;
    font-weight: bold;
    color: #1296db;
}

.zs_data_info_b {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
    font-size: 16px;
    color: #555;
}

.zs_data_info_b i {
    font-size: 18px;
    font-weight: bold;
    padding-right: 3px;
}

.zs_rmsp {
    padding: 50px 0;
}

.zs_tit {
    text-align: center;
    margin-bottom: 60px;
}

.zs_tit span {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #1296DB;
    padding-bottom: 9px;
    position: relative;
}

.zs_tit span i {
    display: inline-block;
    width: 45px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    margin-left: -23px;
    background: #1296DB;
}

.zs_rmsp_box {
    max-height: 9999px;
    margin: 0 -10px;
}

.zs_rmsp_info {
    float: left;
    width: 285px;
    margin: 0 10px 20px;
    background: #fff;
}

.zs_rmsp_img {
    padding: 15px;
    height: 255px;
    line-height: 255px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.zs_rmsp_img img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 3px;
    transition: all 0.3s;
}

.zs_rmsp_info:hover .zs_rmsp_img img {
    transform: scale(1.04);
}

.zs_rmsp_name {
    height: 44px;
    line-height: 22px;
    padding: 0 15px;
    margin-top: 2px;
    overflow: hidden;
    font-size: 16px;
    color: #555;
}

.zs_rmsp_o {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 12px 0 16px;
    position: relative;
}

.zs_rmsp_price {
    font-size: 16px;
    color: #f00;
}

.zs_rmsp_price span {
    font-size: 20px;
    padding-left: 1px;
}

.zs_rmsp_btn {
    position: absolute;
    right: 15px;
    top: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    background: #EE3721;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
}

.zs_rmsp_btn:hover {
    background: #ce2713;
    color: #fff;
}

.zs_rmsp_btn i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 8px -2px 0;
    background: url(http://pindaoye.51sole.com/images/chat.png);
}

.zs_hypp {
    height: 522px;
    background: url(http://pindaoye.51sole.com/images/zs_bg1.jpg) center top no-repeat;
    overflow: hidden;
}

.zs_tit2 {
    margin: 45px 0 55px;
}

.zs_tit2 span {
    color: #fff;
    border-color: #fff;
}

.zs_tit2 span i {
    background: #fff;
}

.zs_hypp_info {
    width: 1200px;
    margin: 0 auto;
    height: 330px;
    overflow: hidden;
}

.zs_hypp_img {
    display: block;
    float: left;
    width: 173px;
    height: 85px;
    margin: 0 13px 25px;
}

.zs_hypp_img img {
    width: 100%;
    height: 100%;
}

.zs_zrlc {
    padding: 70px 0;
    background: url(http://pindaoye.51sole.com/images/zs_bg2.jpg) left top no-repeat #fafafa;
}

.zs_zrlc_info {
    width: 1200px;
    margin: 0 auto;
    height: 560px;
    overflow: hidden;
    background: url(http://pindaoye.51sole.com/images/zs_bg3.png) center center no-repeat;
    position: relative;
}

.zs_zrlc_nr {
    position: absolute;
    width: 205px;
}

.zs_zrlc_nr i {
    display: inline-block;
    width: 48px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.zs_zrlc_t {
    margin-top: 10px;
    font-size: 24px;
    color: #222;
}

.zs_zrlc_b {
    margin-top: 10px;
    font-size: 18px;
    color: #6f6f6f;
}

.zs_zrlc1 {
    top: 400px;
    left: 65px;
}

.zs_zrlc2 {
    top: 20px;
    left: 290px;
}

.zs_zrlc3 {
    top: 400px;
    left: 480px;
}

.zs_zrlc4 {
    top: 20px;
    left: 700px;
}

.zs_zrlc5 {
    top: 400px;
    left: 900px;
}

.zs_zrlc1 i {
    background: #CB83C2;
}

.zs_zrlc2 i {
    background: #4775E7;
}

.zs_zrlc3 i {
    background: #F9ADC3;
}

.zs_zrlc4 i {
    background: #D54773;
}

.zs_zrlc5 i {
    background: #8971E1;
}

.zs_zslxr {
    height: 676px;
    background: url(http://pindaoye.51sole.com/images/zs_bg4.jpg) center top no-repeat;
    overflow: hidden;
}

.zs_tit3 {
    margin: 130px 0 75px;
}

.zs_tit3 span {
    color: #D9A22D;
    border-color: #D9A22D;
    font-size: 30px;
}

.zs_tit3 span i {
    background: #D9A22D;
}

.zs_zslxr_info {
    width: 318px;
    height: 198px;
    margin: 0 auto;
    padding-left: 160px;
    border: 2px solid #D9A22D;
    background: url(http://pindaoye.51sole.com/images/zs_mp.png) 35px center no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.zs_zslxr_info_t {
    margin-top: 46px;
    font-size: 30px;
    color: #D9A22D;
}

.zs_zslxr_info_b {
    margin-top: 10px;
    font-size: 15px;
    color: #D9A22D;
}

.zs_zslxr_btn {
    text-align: center;
    margin-top: 80px;
}

.zs_zslxr_btn a {
    display: inline-block;
    width: 215px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #D9A22D;
    border-radius: 999px;
    color: #000;
    font-size: 20px;
}

.zs_zslxr_btn a i {
    display: inline-block;
    width: 31px;
    height: 28px;
    margin: 0 10px -5px 0;
    background: url(http://pindaoye.51sole.com/images/zs_zc.png);
}

.zs_zslxr_btn a:hover {
    background: #ca9523;
    color: #000;
}

.footer_zs {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1d1d1d;
    color: #7B7B7D;
    font-size: 12px;
}

.zs_lbaf_banner {
    height: 711px;
    background: url(http://pindaoye.51sole.com/images/lbaf_banner.jpg) center top no-repeat;
}

.zs_jzcl_banner {
    height: 711px;
    background: url(http://pindaoye.51sole.com/images/jzcl_banner.jpg) center top no-repeat;
}

.zs_dxdl_banner {
    height: 711px;
    background: url(http://pindaoye.51sole.com/images/dxdl_banner.jpg) center top no-repeat;
}

.zs_jxsb_banner {
    height: 711px;
    background: url(http://pindaoye.51sole.com/images/jxsb_banner.jpg) center top no-repeat;
}

.zs_bgyp_banner {
    height: 711px;
    background: url(http://pindaoye.51sole.com/images/bgyp_banner.jpg) center top no-repeat;
}

.zs_dgdq_banner {
    height: 711px;
    background: url(http://pindaoye.51sole.com/images/dgdq_banner.jpg) center top no-repeat;
}

.zs_jsps_banner {
    height: 711px;
    background: url(http://pindaoye.51sole.com/images/jsps_banner.jpg) center top no-repeat;
}

.zs_wyzm_banner {
    height: 711px;
    background: url(http://pindaoye.51sole.com/images/wyzm_banner.jpg) center top no-repeat;
}

.zs_xfnt_banner {
    height: 711px;
    background: url(http://pindaoye.51sole.com/images/xfnt_banner.jpg) center top no-repeat;
}

.n_hyIndex_box {
    max-height: 999999px;
    margin: 30px 0;
}

.n_hyIndex_l {
    float: left;
    width: 220px;
    background: #f60;
}

.n_hyIndex_l_tit {
    height: 40px;
    line-height: 40px;
    border-bottom: 4px solid #F0D4C2;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.n_hyIndex_l_info {
    padding: 10px 0;
    height: 536px;
    overflow-y: auto;
}

.n_hyIndex_l_info_link {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.n_hyIndex_l_info a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}

.n_hyIndex_l_info a:hover {
    color: #fff;
    text-decoration: underline;
}

.n_hyIndex_r {
    float: left;
    width: 980px;
    background: #fff;
    padding-bottom: 30px;
}

.n_hyIndex_r_info_box {
    max-height: 999999px;
}

.n_hyIndex_r_info {
    padding: 20px 30px 0;
}

.n_hyIndex_r_info_t {
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: bold;
    overflow: hidden;
}

.n_hyIndex_r_info_b {
    line-height: 24px;
}

.n_hyIndex_r_info_b a {
    display: inline-block;
    margin-right: 30px;
    color: #666;
}

.n_hyIndex_r_info_b a:hover {
    color: #FE3303;
}

.o_path {
    line-height: 50px;
    color: #666;
    font-size: 12px;
}

.o_path a {
    color: #666;
}

.o_path a:hover {
    color: #FE3303;
}

.o_path i {
    padding: 0 5px;
}

.xbj_list_box {
    padding: 0 24px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.xbj_list_nr_box {
    margin: 10px 0;
}

.xbj_list_nr_t {
    height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #FF6300;
    overflow: hidden;
}

.xbj_list_n {
    float: left;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #ff6300;
}

.xbj_list_n1 {
    width: 160px;
}

.xbj_list_n2 {
    width: 400px;
}

.xbj_list_n5 {
    width: 150px;
}

.xbj_list_n6 {
    width: 190px;
}

.xbj_list_n7 {
    width: 120px;
}

.xbj_list_nr_b {
    border: 1px solid #F5F5F5;
    border-top: 0;
}

.xbj_list_nr_b ul li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #F6F6F6;
    overflow: hidden;
}

.xbj_list_nr_b ul li:nth-child(2n) {
    background: #fbfbfb;
}

.xbj_list_i {
    float: left;
    padding: 0 10px;
    height: 43px;
    text-align: center;
    font-size: 14px;
    color: #888;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xbj_list_i .hswz {
    color: #555;
}

.xbj_list_i .hswz a {
    color: #555;
}

.xbj_list_i .hswz a:hover {
    color: #FE3303;
}

.xbj_list_i .xbj_list_i_xj {
    color: #5ABE63;
}

.xbj_list_i .xbj_list_i_xj_wks {
    color: #3c98c8;
}

.xbj_list_i .xbj_list_i_xj_yjs {
    color: #aaa;
}

.xbj_list_nr_b ul li:hover {
    background: #fff6f1;
}

.xbj_list_nr_b ul li:hover .xbj_list_i_xj {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 70px;
    text-align: center;
    background: #FF6300;
    color: #fff;
    border-radius: 2px;
}

.xbj_list_i_hot {
    position: absolute;
    left: 15px;
    top: 8px;
}

.xbj_detail_tit {
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
}

.xbj_detail_tit span {
    font-size: 14px;
    color: #999;
    padding-left: 10px;
    font-weight: normal;
}

.xbj_detail_o {
    max-height: 99999px;
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.xbj_detail_o_nr {
    float: left;
    width: 46%;
    padding-right: 4%;
    line-height: 35px;
    font-size: 14px;
}

.xbj_detail_o_nr_l {
    float: left;
    width: 140px;
    text-align: right;
    color: #888;
}

.xbj_detail_o_nr_r {
    float: left;
    margin-left: 15px;
    color: #333;
    max-width: 370px;
}

.xbj_table_box {
    width: 90%;
    margin: 0 auto 10px;
}

.xbj_table {
    width: 100%;
}

.xbj_table tr th {
    line-height: 20px;
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-weight: normal;
    color: #555;
}

.xbj_table tr td {
    line-height: 20px;
    padding: 12px 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #555;
}

.xbj_table tr td a {
    color: #1F9CCC;
}

.xbj_table tr td a:hover {
    text-decoration: underline;
    color: #1F9CCC;
}

.xbj_detail_b {
    text-align: center;
    margin: 30px 0;
}

.xbj_detail_btn1 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    margin: 0 15px;
    border-radius: 4px;
    background: #FE3303;
    font-size: 14px;
    color: #fff;
}

.xbj_detail_btn1:hover {
    background: #da2a01;
    color: #fff;
}

.xbj_detail_btn2 {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    margin: 0 15px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-size: 14px;
    color: #666;
}

.xbj_detail_btn2:hover {
    background: #f5f5f5;
    color: #666;
}

.xbj_detail_b_txt {
    margin-top: 10px;
    color: #aaa;
    text-align: center;
}

.i_ggbz_box {
    position: relative;
    margin-bottom: 30px;
}

.i_ggbz_box img {
    display: block;
    width: 100%;
}

.i_ggbz_box a {
    display: block;
    position: absolute;
}

.i_ggbz_box a.i_ggbz1 {
    width: 586px;
    height: 266px;
    left: 306px;
    top: 164px;
}

.i_ggbz_box a.i_ggbz2 {
    width: 972px;
    height: 88px;
    left: 114px;
    top: 526px;
}

.i_ggbz_box a.i_ggbz3 {
    width: 972px;
    height: 88px;
    left: 114px;
    top: 1322px;
}

.i_ggbz_box a.i_ggbz4 {
    width: 972px;
    height: 88px;
    left: 114px;
    top: 2858px;
}

.i_ggbz_box a.i_ggbz5 {
    width: 110px;
    height: 344px;
    left: 0;
    top: 172px;
}

.i_ggbz_box a.i_ggbz6 {
    width: 110px;
    height: 344px;
    right: 0;
    top: 172px;
}

.i_ggbzDialog {
    padding: 30px;
    overflow: hidden;
}

.i_ggbzDialog_t {
    text-align: center;
}

.i_ggbzDialog_t img {
    max-width: 100%;
    vertical-align: bottom;
}

.i_ggbzDialog_b {
    padding: 15px 20px;
    margin-top: 15px;
    border: 1px solid #e2e2e2;
    background: #f4f4f4;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #444;
}

.i_ggbzDialog_b span {
    display: inline-block;
    margin: 0 20px;
}


/* yqb_box */

.yqb_box {
    clear: both;
    position: relative;
    background: #fff;
    margin-bottom: 16px;
    overflow: hidden;
    padding: 0 24px 24px 24px;
}

.yqbbanner {
    width: 1152px;
    height: 120px;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    margin: -45px auto 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    border-bottom: solid 1px #e1e1e1;
}

.yqbbanner::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 45px;
    height: 120px;
    width: 1px;
    background: #e1e1e1;
    overflow: hidden;
}

.yqbbanner::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 45px;
    height: 120px;
    width: 1px;
    background: #e1e1e1;
    overflow: hidden;
}

.yqbbanner .swiper-slide {
    width: 190px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    box-sizing: content-box;
}

.yqbbanner .swiper-slide div {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 90px;
    padding-top: 30px;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-size: 16px;
    transition: all .4s;
}

.yqbbanner .swiper-slide:hover div {
    top: 0;
}

.yqbbanner .swiper-slide div span {
    display: block;
    width: 80px;
    height: 30px;
    margin: 10px auto 0 auto;
    line-height: 30px;
    font-size: 14px;
    background: #FE3303;
    border-radius: 20px;
}

.yqbbanner .swiper-slide::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0px;
    height: 120px;
    width: 1px;
    background: #e1e1e1;
    overflow: hidden;
}

.pagination {
    position: absolute;
    z-index: 20;
    right: 10px;
    top: 20px;
}

.i_banner_pagination {
    position: absolute;
    z-index: 20;
    right: 20px;
    bottom: 10px;

}

.i_banner_arrow_left {
    background: url(http://pindaoye.51sole.com/images/new/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 9;
    display: none;
    cursor: pointer;
    opacity: .8;
}

.i_banner_arrow_right {
    background: url(http://pindaoye.51sole.com/images/new/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 9;
    display: none;
    cursor: pointer;
    opacity: .8;
}

.i_banner_arrow_left:hover, .i_banner_arrow_right:hover {
    opacity: 1;
}

.banner_l:hover .i_banner_arrow_left,
.banner_l:hover .i_banner_arrow_right {
    display: block;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #aaa;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid transparent;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #ff6300;
}

.i_tit1 i.yqbTb {
    background: url(http://style.51sole.com/masterwebsite/gpyg2022/images/yqbTb.png) no-repeat;
}

.fixedTop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.hot_recommend_box {
    background: #fff;
    width: 100%;
}

.hot_recommend {
    position: relative;
}

.fixedTop .hot_recommend {
    width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.hot_recommend .hot_recommend_content {
    width: 94%;
    display: inline-block;
    color: #333;
}

.hot_recommend .hot_recommend_content_collapsed {
    height: 40px;
    overflow: hidden;
}

.hot_recommend .hot_recommend_content .hot_span {
    margin-right: 15px;
    margin-left: 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    display: inline-block;
}

.hot_recommend .hot_recommend_content .active {
    color: #FF4000;
}

.hot_recommend .hot_recommend_control_btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
}

.hot_recommend .hot_recommend_control_btn img {
    vertical-align: middle;
}

.hot_recommend .hot_recommend_control_btn:hover {
    color: #FF4000;
}

.hot_recommend .hot_recommend_control_btn img.hot_recommend_control_img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.item_card {
    display: inline-block;
    width: 592px;
    padding: 12px 24px 10px;
    margin-bottom: 16px;
    background: #fff;
    margin-right: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.item_card_r {
    float: right;
    margin-right: 0;
}

.item_card_double {
    width: 264px;
    margin-left: 12px;
    box-sizing: content-box;
    float: left;
}

.item_card_three {
    width: 176px;
    margin-left: 8px;
    box-sizing: content-box;
    float: left;
}

.item_card_double:first-child,
.item_card_three:first-child {
    margin: 0;

}

.item_card_double_img {
    height: 234px;
    display: block;
    position: relative;
    overflow: hidden;
}

.item_card_double_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.item_card_double_name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all .4s;
}

.item_card_double_img img {
    transition: all .8s;
}

.item_card_double_img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    filter: alpha(opacity=80);
}

.item_card_three_img {
    height: 173px;
}


.item_card_three_mark {
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    color: #222222;
    margin-top: 8px;
}

.border_color_red {
    border: 1px solid #FE3303;
    color: #FE3303;
    padding: 2px 7px;
    border-radius: 4px 0 0 4px;
}

.bg_color_red {
    background: #FE3303;
    color: #fff;
    padding: 3px 8px;
    border-radius: 0 4px 4px 0;
}


.item_card_double_video_img {
    height: 202px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.item_card_double_video_img img {
    max-width: 100%;
    max-height: 100%;
}

.item_card_double_video_time {
    position: absolute;
    left: 8px;
    bottom: 4px;
    padding: 0 8px;
    background: #000;
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
    border-radius: 8px;
    filter: alpha(opacity=40);

}

.item_card_double_video_spzz {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/video.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .05);
}

.item_card_double_video_img:hover .item_card_double_video_spzz {
    display: block;
}

.item_card_double_video_sptb {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    background: url(../image/videoTb.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
}

.item_card_double_video_img:hover .item_card_double_video_sptb {
    display: none;
}


.item_card_double_video_mame {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sct_choose {
    position: relative;
    display: block;
    overflow: hidden;
}

.sct_choose_detail {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 70%;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-size: 16px;
    transition: all .4s;
    overflow: hidden;
    padding: 18px;
    box-sizing: border-box;
}

.sct_choose_detail_title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.sct_choose_detail_content {
    font-size: 12px;
    padding: 18px 0 0;
    overflow: hidden;
    max-height: 52px;
}

.sct_choose_detail_content_all {
    display: inline-block;
    display: -webkit-inline-box;
    width: 70%;
    vertical-align: top;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sct_choose:hover .sct_choose_detail {
    top: 30%;
}

.img_box {
    position: relative;
    width: 176px;
    height: 176px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 2px;
}


.img_box img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.item_img:hover .item_card_double_video_mame {
    color: #FE3303;
}

.item_img:hover .scale_img.img_box img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    filter: alpha(opacity=80);
}

.img_box .img_bg {
    width: 176px;
    height: 176px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .04;
    filter: alpha(opacity=4);
}


.ad {
    position: fixed;
    top: 22%;
    z-index: 99;
}

.ad.ad_left {
    left: 50%;
    margin: 0px 0 0 -746px;
}

.ad.ad_right {
    right: 50%;
    margin: 0 -746px 0 0;
}

.ad_model {
    position: relative;
}

.ad_model .ad_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.ad_model .ad_tip {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #C3C3C3;
    font-size: 12px;
}

.ad_model .ad_close:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.topbanner {
    background: #fff;
    padding: 16px 0;
    text-align: center;
    height: 65px;
    overflow: hidden;
}

.videobanner {
    height: 236px;
    overflow: hidden;
}

.topbanner-swiper-button {
    position: absolute;
    width: 15px;
    height: 97px;
    top: 0;
    cursor: pointer;
}

.topbanner-swiper-button:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.topbanner-swiper-button-prev {
    left: 0;
    background: url("http://style.51sole.com/masterwebsite/gpyg2022/images/new/button-prev.png") center center no-repeat;
}

.topbanner-swiper-button-next {
    right: 0;
    background: url("http://style.51sole.com/masterwebsite/gpyg2022/images/new/button-next.png") center center no-repeat;
}

@media screen and (max-width: 1599px) {
    .ad.ad_left {
        left: 10px;
        margin: 0;
    }

    .ad.ad_right {
        right: 10px;
        margin: 0;
    }
}


@media screen and (max-width: 1025px) {
    .rb_cz_box {
        display: none;
    }
}