/* å¤´éƒ¨nav start */
.o_banner {
    width: 100%;
    height: 536px;
    /* background: url(img/index-banner.png) no-repeat center center; */
    background-size: cover; 
    position: relative;
}

.o_banner .o_head {
    /* background-color: transparent; */
    background: hsla(0,1%,10%,.2);
}

.o_banner .o_head.fixed {
    background-color: rgba(0,0,0,.85);
}
.o_banner_search{
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    z-index: 3;
}
.o_banner_search .msg {
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    padding: 81px 0 56px;
}

.search_box {
    width: 800px;
    margin: 0 auto;
    padding-top: 140px;
}

.search_box .search_tab {
    margin-bottom: 16px;
}

.search_box .search_tab .item {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-right: 30px;
    cursor: pointer;
}

.search_box .search_tab .item.on {
    color: #F13A3B;
}

.search_box .search_con .search_inp {
    float: left;
    width: 680px;
    height: 50px;
    background: #fff url(img/icon-index-search.png) no-repeat left 14px center;
    background-size: 19px 19px;
    border: none;
    outline: none;
    padding-left: 48px;
}

.search_box .search_con .search_btn {
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #F13A3B;
    border-radius: 0px 2px 2px 0px;
    font-size: 16px;
    color: #fff;
}

.search_list_box {
    height: 21px;
    margin-top: 20px;
}

.search_box .search_list {
    color: rgba(255, 255, 255, .8);
}

.search_box .search_list .tit {
    margin-right: 6px;
}

.search_box .search_list .hot_s a {
    color: #fff;
    float: left;
    margin-right: 15px;
    transition: all .3s ease-out;
}

.search_box .search_list .hot_s a:hover {
    color: #F13A3B;
}

.search_box .search_list .hot_change {
    margin-left: 10px;
    cursor: pointer;
}

.search_box .search_list .hot_change .change_icon {
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url(img/icon-index-change.png) no-repeat left center;
    background-size: 13px 14px;
    vertical-align: middle;
    margin-right: 10px;
}

.search_box .search_list .hot_change:hover {
    text-decoration: underline;
}

.o_gg {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 58px;
    line-height: 58px;
    background: hsla(0,1%,10%,.2);
    z-index: 2;
}

.o_gg .tit {
    margin-right: 30px;
    color: rgba(255, 255, 255, .6);
    padding-left: 24px;
    background: url(img/icon-index-gg-bg.png) no-repeat left center;
    background-size: 16px 18px;
}

.o_gg .o_gg_list span {
    width: 290px;
    float: left;
    color: rgba(255, 255, 255, .6);
    margin-right: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease-out;
}
.o_gg .o_gg_list span a{
    color: rgba(255, 255, 255, .6);
}

.o_gg .o_gg_list span a:hover {
    color: #F13A3B;
    text-decoration: underline;
}

.o_gg .o_gg_list a:first-child {
    margin-left: 0;
}

.o_gg .o_gg_more {
    font-size: 14px;
    font-weight: 500;
    color: #F13A3B;
    transition: all .3s ease-out;
}

.o_gg .o_gg_more:hover {
    text-decoration: underline;
}

/* å¤´éƒ¨ end */

/* å•†æ ‡æ³¨å†ŒæœåŠ¡ start */
.normal_tit {
    padding: 60px 0 50px;
}

.normal_tit .tit_1 {
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    line-height: 34px;
}

.normal_tit .tit_2 {
    margin-top: 30px;
}

.normal_tit .tit_2 span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 22px;
    padding-left: 24px;
    background: url(img/icon-right.png) no-repeat left center;
    background-size: 14px 10px;
    margin-left: 30px;
}

.normal_tit .tit_2 span:first-child {
    margin-left: 0;
}

.index_1_list .item {
    position: relative;
    float: left;
    width: 360px;
    height: 460px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E5E8ED;
    border-bottom: none;
    margin-left: 60px;
    transition: all .3s ease-out;
}

.index_1_list .item:hover {
    box-shadow: 0px 4px 20px 6px rgba(8, 5, 30, 0.06);
    transform: translateY(-12px);
    /* border-color:transparent; */
}

.index_1_list .item:hover .item_handle .btn {
    /* border-bottom-color:transparent; */
}

.index_1_list .item:first-child {
    margin-left: 0;
}

.index_1_list .item_tit {
    height: 132px;
    background: url(img/icon-index-reg-bg1.png) no-repeat center center;
    background-size: 360px 132px;
    padding: 26px 40px 0 40px;
    color: #4A4B64;
}
.index_1_list .item_tit a{
    color: #4A4B64;
}
.index_1_list .item:first-child + .item .item_tit {
    background: url(img/icon-index-reg-bg2.png) no-repeat center center;
    background-size: 360px 132px;
    color: #7E502A;
}
.index_1_list .item:first-child + .item .item_tit a{
    color: #7E502A;
}
.index_1_list .item:first-child + .item + .item .item_tit {
    background: url(img/icon-index-reg-bg3.png) no-repeat center center;
    background-size: 360px 132px;
    color: #E4C8A9;
}
.index_1_list .item:first-child + .item + .item .item_tit a{
    color: #E4C8A9;
}
.index_1_list .item_tit .t_1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}
.index_1_list .item_tit .t_2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.index_1_list .item_mid {
    padding: 40px 0 0 40px;
}

.index_1_list .item_mid p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
}

.index_1_list .item_mid p:first-child {
    margin-top: 0;
}

.index_1_list .item_price {
    padding: 40px 0 0 40px;
}
.index_1_list .item_tips{
        font-size: 12px;
        padding-left: 40px;
        color: #888;
        line-height: 28px;
}

.index_1_list .item_price span {
    font-size: 40px;
    font-family: "DINPro-Medium";
    color: #08051E;
    line-height: 28px;
}

.index_1_list .item_price i {
    font-size: 12px;
    font-weight: 400;
    color: #4D4A64;
    line-height: 12px;
}

.index_1_list .item:hover .item_price span, .index_1_list .item:hover .item_price i {
    color: #F13A3B;
}

.index_1_list .item_handle {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.index_1_list .item_handle .btn {
    position: relative;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #E5E8ED;
    border-bottom: 1px solid #E5E8ED;
    transition: all .3s ease-out;
    color: #333333;
}

.index_1_list .item_handle .btn:last-child {
    color: #F13A3B;
}

.index_1_list .item_handle .btn:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #E5E8ED;
    transition: all .3s ease-out;
}

.index_1_list .item_handle .btn:hover {
    color: #fff;
    border-color: #F13A3B;
    background-color: #F13A3B;
}

.index_1_list .item_handle .btn:first-child:hover:after {
    background-color: #F13A3B;
}

/* å•†æ ‡æ³¨å†ŒæœåŠ¡ end */


/* å•†æ ‡æ³¨å†Œæµç¨‹ start */
.o_index_2 {
    padding-bottom: 80px;
}

.index_2_list li {
    position: relative;
    float: left;
    width: 80px;
    text-align: center;
    padding-top: 90px;
    background: url(img/icon-flow-1.png) no-repeat top center;
    background-size: 60px 60px;
    margin-left: 142px;
    color: #666;
    line-height: 18px;
}

.index_2_list li:first-child + li {
    background: url(img/icon-flow-2.png) no-repeat top center;
    background-size: 60px 60px;
}

.index_2_list li:first-child + li + li {
    background: url(img/icon-flow-3.png) no-repeat top center;
    background-size: 60px 60px;
}

.index_2_list li:first-child + li + li + li {
    background: url(img/icon-flow-4.png) no-repeat top center;
    background-size: 60px 60px;
}

.index_2_list li:first-child + li + li + li + li {
    background: url(img/icon-flow-5.png) no-repeat top center;
    background-size: 60px 60px;
}

.index_2_list li:first-child + li + li + li + li + li {
    background: url(img/icon-flow-6.png) no-repeat top center;
    background-size: 60px 60px;
}

.index_2_list li:first-child {
    margin-left: 0;
}

.index_2_list li:before {
    content: "";
    position: absolute;
    left: -80px;
    top: 26px;
    width: 14px;
    height: 8px;
    background: url(img/icon-flow-dot.png) no-repeat center center;
    background-size: 14px 8px;
}

.index_2_list li:first-child:before {
    content: none;
}

/* å•†æ ‡æ³¨å†Œæµç¨‹ end */

/* å•†æ ‡å»¶ä¼¸æœåŠ¡ start */
.o_index_3 {
    height: 820px;
    background: url(img/icon-index-3-bg.png) no-repeat;
    background-size: 100% 100%;
}

.index_3_tab {
    height: 38px;
    border-bottom: 2px solid #F0F0F0;
}

.index_3_tab li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin: 0 40px;
    padding-bottom: 12px;
    cursor: pointer;
    transition: all .3s ease-out;
}

.index_3_tab li.on {
    color: #F13A3B;
    font-size: 20px;
}

.index_3_tab li.on:after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    height: 3px;
    background-color: #F13A3B;
}

.index_3_con {
    padding-top: 40px;
}

.index_3_con .con_1 {
    display: none;
}

.index_3_con .con_1:first-child {
    display: block;
}

.index_3_con .con_item {
    float: left;
    position: relative;
    width: 400px;
    height: 230px;
    background-color: #fff;
    border: 1px solid #E5E8ED;
    transition: all .3s ease-out;
    margin: 0 -1px -1px 0;
}

.index_3_con .con_item .tit {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    padding: 30px 40px 0;
    margin-bottom: 18px;
}

.index_3_con .con_item .msg {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding: 0 40px;
}

.index_3_con .con_price {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    line-height: 55px;
    padding: 0 40px;
    transition: all .3s ease-out;
}

.index_3_con .con_price .icon {
    font-size: 14px;
    font-weight: 400;
    color: #F13A3B;
    line-height: 20px;
}

.index_3_con .con_price .num {
    font-size: 40px;
    font-family: "DINPro-Medium";
    color: #F13A3B;
    line-height: 47px;
    margin-top: 8px;
}

.index_3_con .con_price .txt {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.index_3_con .con_price .con_see {
    opacity: 0;
    color: #fff;
    line-height: 70px;
}

.index_3_con .con_item:hover {
    z-index: 1;
    box-shadow: 0px 2px 10px 4px rgba(8, 5, 30, 0.06);
    border-color: transparent;
}

.index_3_con .con_item:hover .con_price {
    background-color: #F13A3B;
    color: #fff;
}

.index_3_con .con_item:hover .con_price .icon, .index_3_con .con_item:hover .con_price .num, .index_3_con .con_item:hover .con_price .txt {
    color: #fff;
}

.index_3_con .con_item:hover .con_price .con_see {
    opacity: 1;
}

/* å•†æ ‡å»¶ä¼¸æœåŠ¡ end */

/* ä¸“åˆ©ç”³è¯·æœåŠ¡ start */
.o_index_4 {
    height: 322px;
    background: url(img/icon-index-zl-bg.png) no-repeat center center;
    background-size: 100% 322px;
    margin-bottom: 114px;
}

.o_index_4 .normal_tit .tit_1, .o_index_4 .normal_tit .tit_2 span {
    color: #fff;
}

.o_index_4 .index_4_box {
    position: relative;
}

.o_index_4 .index_4_list {
    height: 240px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 4px rgba(8, 5, 30, 0.06);
    border-radius: 2px;
    padding: 0 0 40px;
}

.index_4_list .item {
    position: relative;
    width: 400px;
    height: 100%;
    padding: 48px 40px 0 90px;
    float: left;
    background: url(img/icon-zl-icon1.png) no-repeat left 40px top 40px;
    background-size: 35px 34px;
}

.index_4_list .item:first-child + .item {
    background: url(img/icon-zl-icon2.png) no-repeat left 40px top 40px;
    background-size: 35px 34px;
}

.index_4_list .item:first-child + .item + .item {
    background: url(img/icon-zl-icon3.png) no-repeat left 40px top 40px;
    background-size: 35px 34px;
}

.index_4_list .item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;
    height: 160px;
    background: #E5E8ED;
}

.index_4_list .item:last-child:after {
    content: none;
}

.index_4_list .item .p1 {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #08051E;
    line-height: 18px;
    margin-bottom: 16px;
}

.index_4_list .item .p2 {
    font-size: 14px;
    font-weight: 400;
    color: #4D4A64;
    line-height: 22px;
}

.index_4_list .item .p_xq {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 96px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    color: #666;
    border: 1px solid #666;
    transition: all .3s ease-out;
}

.index_4_list .item .p_xq:hover {
    color: #fff;
    background-color: #F13A3B;
    border-color: #F13A3B;
}

/* ä¸“åˆ©ç”³è¯·æœåŠ¡ end */

/* ç‰ˆæƒç™»è®°æœåŠ¡ start */
.o_index_5 {
    padding-bottom: 80px;
}

.index_5_list .item {
    position: relative;
    float: left;
    width: 400px;
    height: 240px;
    /* padding: 40px 0 0 40px; */
    transition: all .3s ease-out;
}

.index_5_list .item .item_box{
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.index_5_list .item:first-child + .item {
    border-left: 1px solid #E5E8ED;
    border-right: 1px solid #E5E8ED;
}

.index_5_list .item:first-child {
    background: url(img/icon-bq-icon1.png) no-repeat bottom 35px right 32px;
    background-size: 94px 112px;
}

.index_5_list .item:first-child + .item {
    background: url(img/icon-bq-icon2.png) no-repeat bottom 32px right 17px;
    background-size: 177px 68px;
}

.index_5_list .item:first-child + .item + .item {
    background: url(img/icon-bq-icon3.png) no-repeat bottom 35px right 25px;
    background-size: 82px 112px;
}

.index_5_list .item .p1 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 27px;
    margin-bottom: 12px;
}

.index_5_list .item .p2 {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.item_div {
    width: 70%;
}

.index_5_list .item .imm_btn {
    position: absolute;
    display: inline-block;
    padding-right: 18px;
    background: url(img/icon-bq-dot.png) no-repeat center right;
    background-size: 12px 12px;
    margin-top: 40px;
    transition: all .3s ease-out;
    bottom: 40px;
    left: 40px;
    color: #333;
}

.index_5_list .item:hover {
    box-shadow: 0px 2px 10px 4px rgba(8, 5, 30, 0.06);
    z-index: 2;
    border-color: #fff !important;
}

.index_5_list .item:hover .imm_btn {
    background: url(img/icon-bq-dot-on.png) no-repeat center right;
    background-size: 12px 12px;
}

.index_5_list .item:hover .imm_btn {
    text-decoration: underline;
}

/* ç‰ˆæƒç™»è®°æœåŠ¡ end */

/* å¤´ç‰ŒåŠ¨æ€ start */
.o_index_6 {
    padding-bottom: 60px;
    background: #F8F8F8;
}

.index_6_list .index_6_left {
    width: 790px;
    height: 348px;
    background-color: #fff;
}

.index_6_list .index_6_right {
    width: 380px;
    height: 348px;
    background-color: #fff;
    overflow: hidden;
}

.index_6_list_more .index_6_right{
    margin-top: 20px;
}
.index_6_list_more .index_6_right {
    margin-left: 30px;
}

.index_6_list_more .index_6_right:first-child,.index_6_list_more .index_6_right:nth-child(3n+1) {
    margin-left: 0;
}

.index_6_list .left_new_head {
    padding: 0 30px;
    height: 62px;
    border-bottom: 1px solid #E5E8ED;
}

.index_6_list .left_head_tab span {
    position: relative;
    float: left;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4D4A64;
    line-height: 20px;
    padding: 30px 0 12px;
    margin-right: 40px;
    cursor: pointer;
}

.left_head_tab a {
    font-size: 20px;
    font-weight: bold;
    color: #4D4A64;
    line-height: 62px;
}

.index_6_list .left_head_tab span.on {
    font-weight: bold;
    color: #08051E;
}

.index_6_list .left_head_tab span.on:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    background: #F13A3B;
}

.index_6_list .left_con {
    padding: 30px 30px 0;
}

.left_con .left_con_img {
    width: 300px;
    height: 224px;
}

.index_6_list .more {
    font-size: 14px;
    font-weight: 400;
    color: #8F97A5;
    line-height: 62px;
}

.index_6_list .more:hover {
    color: #F13A3B;
}

.left_tab_con .left_con {
    display: none;
}

.left_tab_con .left_con:first-child {
    display: block;
}

.index_6_list .con_list {
    width: 410px;
}

.index_6_list .con_list li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E5E8ED;
}

.index_6_list .con_list li:last-child {
    border-color: transparent;
}

.index_6_list .con_list li a {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #4D4A64;
    line-height: 50px;
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_6_list.index_6_list_more .con_list li a{
    width: 100%;
}
.index_6_list .con_list li span {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #8F97A5;
    line-height: 50px;
}

.index_6_list .con_list li:first-child {
    margin-top: -15px;
}

.index_6_list .con_list li:hover a {
    color: #F13A3B;
}

.index_6_list .right_head {
    padding: 0 30px;
    border-bottom: 1px solid #E5E8ED;
}

.index_6_list .index_6_right .left_head_tab span.on:after {
    content: none;
}

.index_6_list .index_6_right .con_list {
    width: 100%;
    padding: 0 30px;
}

.index_6_list .index_6_right .con_list li:first-child {
    margin-top: 14px;
}

/* å¤´ç‰ŒåŠ¨æ€ end */

/* åˆä½œä¼™ä¼´ start */
.index_7_list {
    /* margin-left: -75px; */
    text-align: center;
}

.index_7_list .item {
    float: left;
    width: 160px;
    height: 68px;
    margin-left: 100px;
    margin-bottom: 40px;
}

.index_7_list .item img {
    width: 100%;
    height: auto;
}

.index_7_list .item:first-child, .index_7_list .item:nth-child(6), .index_7_list .item:nth-child(11), .index_7_list .item:nth-child(16) {
    margin-left: 0;
}

/* åˆä½œä¼™ä¼´ end */

/* å¹¿å‘Š start */
.o_index_guangg {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 156px;
    overflow: hidden;
}

.o_index_guangg img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 156px;
}

/* å¹¿å‘Šend */

.advertising .advertisingInner {
    width: 100%;
    height: 110px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -110px;
    margin: auto;
    z-index: 888;
    transition: all 1s ease;
}

.advertising .advertisingInner.active {
    bottom: 0;
}
.advertising .advertisingInner img{
    width: 100%;
    height: 100%;
}
.advertising .advertisingInner .inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.advertising .advertisingInner .inner img{
    width: 100%;
    margin: 0 auto;
    height: 110px;
    position: relative;
}

.advertising .advertisingInner .inner:after {
    content: "";
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
}

.advertising .advertisingInner .inner .close {
    width: 50px;
    height: 50px;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.advertising .advertisingInner {
    width: 100%;
    height: 110px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -110px;
    margin: auto;
    z-index: 888;
    transition: all 1s ease;
}

.advertising .advertisingInner.active {
    bottom: 0;
}

.advertising .inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background-position: left bottom;
}

.advertising .inner:after {
    content: "";
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
}

.advertising .close {
    width: 50px;
    height: 50px;
    background: url("/pub/mb1/web/images/close.png") center no-repeat;
    -webkit-background-size: 32px;
    background-size: 32px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


.brand_jxsb {
    min-width: 1200px;
    height: 648px;
    background: url("../images/brand/brand_jxsb_bg.png") no-repeat center;
    -webkit-background-size: 100% 648px;
    background-size: 100% 648px;
}

.brand_jxsb .left {
    position: relative;
    margin-top: 82px;
    padding: 0 19px;
    width: 190px;
    height: 460px;
    text-align: center;
    background: url("../images/brand/brand_jxsb1.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.brand_jxsb .left .tit {
    margin-top: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.brand_jxsb .left p {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.brand_jxsb .left .btn {
    position: absolute;
    bottom: 18px;
    left: 19px;
    display: block;
    width: 152px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
}

.brand_jxsb .left .btn:hover {
    color: #E1251B;
    background-color: #fff;
}

.brand_jxsb .right {
    margin-top: 111px;
    width: 997px;
}

.brand_jxsb .right li {
    margin-bottom: 19px;
    margin-right: 11px;
    padding: 15px;
    float: left;
    width: 323px;
    height: 131px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px 0 rgba(176, 179, 185, 0.16);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.brand_jxsb .right li:hover {
    box-shadow: 0 8px 30px 0 rgba(176, 179, 185, 0.2);
}

.brand_jxsb .right li:nth-child(3n) {
    margin-right: 0;
}

.brand_jxsb .photo {
    display: block;
    width: 101px;
    height: 101px;
    line-height: 101px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
}

.brand_jxsb .photo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.brand_jxsb .text {
    margin-left: 10px;
    width: calc( 100% - 122px );
}

.brand_jxsb .name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #181C29;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.brand_jxsb .right li:hover .name {
    color: #E1251B;
}


.brand_jxsb .text p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #828897;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand_jxsb .bottom {
    margin-top: 10px;
}

.brand_jxsb .price {
    font-size: 12px;
    font-weight: bold;
    color: #E1251B;
    font-family: "DINPro-Medium";
    line-height: 46px;
}

.brand_jxsb .price i {
    font-size: 18px;
}

.brand_jxsb .btn {
    display: block;
    width: 70px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #E1251B;
    border: 1px solid #E1251B;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
}


.brand_jxsb .right li:hover .btn {
    color: #fff;
    background-color: #E1251B;
}


.brand_jxsb.zxfb {
    background: #fff;
}

.brand_jxsb.zxfb .left {
    background-image: url('../images/brand/brand_jxsb2.png');
}

.brand_jxsb.zxfb .left .btn:hover {
    color: #f87729;
}
