﻿.join_consult_wrap {
    width: 350px;
    height: 360px;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 30px;
}

.join_consult_wrap .hd {
    height: 115px;
    background: #ed3a3e;
    padding-top: 20px;
}

.join_consult_wrap .hd h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.join_consult_wrap .hd p {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.join_consult_wrap .hd p b {
    padding: 0;
    font-size: 16px;
}

.join_consult_wrap .bd {
    width: 260px;
    height: 190px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px;
}

.join_consult_wrap .bd .pselect {
    white-space: nowrap;
    margin-bottom: 15px;
}

.join_consult_wrap .bd select {
    float: left;
    width: 32%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #999;
    margin-right: 3px;
    text-indent: 10px;
}

.join_consult_wrap input {
    text-indent: 10px;
}

.join_consult_wrap .bd input[type="text"] {
    width: 99%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.join_consult_wrap .bd input[type="button"] {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    border: none;
    background: #ed3a3e;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.cf {
    zoom: 1;
}

.cf:after {
    display: block;
    height: 0;
    font-size: 0;
    content: ".";
    visibility: hidden;
    clear: both;
}
/*品牌排行榜*/
.brandlist {
    width: 350px;
    margin-top: 20px;
}

.brandlist .hd li {
    float: left;
    width: 50%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background: #f5f5f5;
    *width: 49%;
}

.brandlist .hd li a {
    display: block;
    cursor: pointer;
}

.brandlist .hd li.on a, .brandlist .hd li a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #c2130e;
}

.brandlist .bd li {
    float: left;
    width: 48%;
    line-height: 32px;
    padding-left: 2%;
    font-size: 13px;
    *width: 47%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.brandlist .bd i {
    margin-right: 5px;
    font: 16px "Georgia";
}

.brandlist .bd i.red {
    color: #c2130e;
}

.brandlist .bd i.bold {
    font-weight: bold;
}

.brandlist .bd li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
}

.brandlist .bd {
    padding: 5px 5px 10px;
    border: 2px solid #c2130e;
    height: 315px;
    overflow: hidden;
}
/*品牌加盟标签词*/
.brand_hot {
    margin-top: 20px;
    margin-bottom: 20px;
}

.brand_hot .brand_hot_tit {
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    overflow: hidden;
    background: url(../images/tit-r-bg.gif) 0 3px repeat-x;
}

.brand_hot .brand_hot_tit h3 {
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 1px 10px 20px 10px;
    font-size: 20px;
    background: #fff;
    font-weight: bold;
}

.brand_hot ul.cf {
    padding: 0 2px;
}

.brand_hot li {
    float: left;
    width: 46%;
    margin: 0 2%;
    line-height: 35px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.brand_hot li a {
    color: #333;
    text-decoration: none;
}
/*加盟留言*/
.join_mess {
    margin: 10px auto;
    padding: 20px;
    background: #fff;
    clear: both;
}

.join_mess dl {
    float: left;
}

.join_mess dt, .join_mess dd {
    float: left;
    overflow: hidden;
}

.join_mess dt a {
    display: block;
}

.join_mess img {
    display: block;
    width: 160px;
    height: 90px;
    border: 1px solid #e2e2e2;
}

.join_mess dd {
    width: 350px;
}

.join_mess dd a.name {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.join_mess dd p {
    line-height: 22px;
}

.join_mess dd p a {
    font-size: 12px;
    color: #008aff;
}

.join_mess dd p em {
    color: #bf1923;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}

.join_mess .right {
    width: 100px;
    float: right;
}

.join_mess .right a {
    display: block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #bf1923;
    border-radius: 3px;
}

.join_mess dt {
    margin-right: 20px;
    background: #fff;
    box-shadow: 0 8px 12px #c5c5c5;
}

.join_mess .right a.btn1 {
    color: #fff;
    background: #bf1923;
}

.join_mess .right a.btn2 {
    color: #bf1923;
    background: #fff;
}
/*索取资料*/
.housekeeper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.hk {
    width: 680px;
    height: 566px;
    background: no-repeat url(../images/bw-bg.png) center;
    margin: 20px auto 0;
    overflow: hidden;
}

.hk_shut {
    width: 42px;
    height: 42px;
    float: right;
    margin-top: 10px;
    background: no-repeat url(../images/bw_close.png) center;
    cursor: pointer;
}

.hk_main {
    width: 582px;
    padding: 40px 30px 30px;
    margin: 190px auto 0;
    background: #fff;
    border-radius: 15px;
}

.hk_main_top {
    width: 528px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.hkmt_left {
    width: 160px;
    height: 90px;
    float: left;
    border-radius: 50%;
}

.hkmt_right {
    width: 340px;
    float: right;
    padding-top: 15px;
}

.hkmt_right h2 {
    font-size: 22px;
    color: #625556;
    line-height: 32px;
}

.hkmt_right p {
    color: #625556;
    font-size: 16px;
    padding-top: 8px;
}

.hkmt_right p b {
    font-size: 18px;
}

.hk_main_bottom {
    width: 582px;
}

.hk_main_bottom p:nth-child(1) {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0;
    color: #333;
}

.inpu_name {
    width: 140px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.phone {
    width: 200px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 3px;
}

.btn {
    width: 180px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    background: #dd2b54;
    border: 1px solid #dd2b54;
    box-shadow: 0 5px 10px 1px rgba(219,33,76,.4);
    cursor: pointer;
}

.hk_main_bottom p:nth-child(3) {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: rgba(0,0,0,.6);
}

.hk_main_bottom p:nth-child(3) em {
    color: #f53559;
    font-size: 24px;
    margin: 0 10px;
}
/*加盟预算*/
.budget {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.budget_box {
    width: 600px;
    background: #fff;
    border-radius: 5px;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -300px;
    padding: 60px 0 30px;
}

.bb_af {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    font-size: 0;
    z-index: 99;
    background: no-repeat url(../images/shut.png) center;
    background-size: 100%;
    cursor: pointer;
}

.bb_bf {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 30px;
    position: absolute;
    left: 0;
    top: 20px;
    width: 570px;
}

.bb_bf em {
    padding-bottom: 19px;
    border-bottom: 2px solid #db214c;
    font-size: 16px;
}

.bb_cf {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    line-height: 80px;
}

.bb_cf em {
    font-size: 30px;
    color: #fa9e03;
    font-weight: bold;
    padding: 0 10px;
}

.bb_df {
    width: 540px;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    padding: 5px 0;
    overflow: hidden;
}

.bb_df li {
    padding: 0 0 0 20px;
    font-size: 16px;
    float: left;
    line-height: 40px;
    text-align: center;
    width: 240px;
}

.bb_df li em {
    font-size: 20px;
    color: #fa9e03;
}

.budget_box p {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    width: 422px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.bb_ff input {
    width: 400px;
    height: 42px;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
}

.bbg_left {
    width: 220px;
    height: 42px;
    border: 1px solid #999;
    float: left;
    border-radius: 5px 0 0 5px;
    border-right: none;
    padding: 0 10px;
    color: #666;
}

.bbg_right {
    width: 180px;
    height: 44px;
    line-height: 44px;
    background: #fa9e03;
    float: left;
    color: #fff;
    border: 0;
    border-radius: 0 5px 5px 0;
}

.bb_hf button {
    width: 422px;
    height: 50px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    line-height: 48px;
    background: #db214c;
    color: #fff;
    border: 2px solid #db214c;
    font-size: 18px;
    cursor: pointer;
}

.bb_hf button:hover {
    background: #fff;
    color: #db214c;
}

.bullet_frame {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.bf {
    width: 500px;
    background: #fff;
    border-radius: 5px;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -250px;
    padding: 60px 0;
}

.bf i {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    background: no-repeat url(../images/shut.png) center;
    background-size: 100%;
    display: block;
}

.bf h3 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
}

.bf p {
    padding: 20px 0;
    text-align: center;
    height: 30px;
    line-height: 36px;
    font-size: 18px;
    font-weight: normal;
}

.bf p em {
    color: #db214c;
}

.bf span {
    width: 336px;
    height: 46px;
    line-height: 46px;
    background: #db214c;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 18px;
    border: 2px solid #db214c;
    cursor: pointer;
}

.bf span:hover {
    background: #fff;
    color: #db214c;
}
/*热门品牌*/
.mcr_af {
    margin-bottom: 45px;
}

.mcra_af {
    width: 830px;
    height: 28px;
    line-height: 28px;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

.mcra_af h2 {
    float: left;
    font-size: 20px;
    color: #333;
    border-bottom: 3px solid #db214c;
    padding-bottom: 14px;
    margin-right: 15px;
}

.mcra_af em {
    float: left;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    height: 28px;
    line-height: 28px;
}

.mcra_af a {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.mcra_af a:hover {
    color: #db214c;
}

.mcra_af span {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    padding: 0 20px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #db214c;
    border-radius: 5px;
    color: #db214c;
    cursor: pointer;
}

.mcra_af span:hover {
    background: #db214c;
    color: #fff;
}

.mcra_bf p, .mcra_bf {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    word-break: break-word;
    text-indent: 2em;
}

.mcra_bf p strong {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.mcra_cf {
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.mcra_cf:hover {
    background: #db214c;
}

.mcra_cf a {
    color: #333;
    display: block;
}

.mcra_cf a:hover {
    color: #fff;
}

.mcra_bf_1 {
    overflow: hidden;
    width: 830px;
}

.mcra_bf_1 li {
    float: left;
    margin: 0 60px 10px 0;
    width: 160px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.mcra_bf_1 li:nth-child(4n) {
    margin-right: 0;
}

.mcra_bf_1 li p {
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ccc;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mcra_bf_2 li {
    margin-bottom: 20px;
    height: 135px;
    overflow: hidden;
}

.mcra_bf_2 li dt {
    width: 200px;
    height: 135px;
    float: left;
    overflow: hidden;
}

.mcra_bf_2 li dd {
    width: 620px;
    float: right;
}

.mcra_bf_2 li dd h2 {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mcra_bf_2 li dd h2 a {
    color: #333;
}

.mcra_bf_2 li dd h2 a:hover {
    color: #db214c;
}

.mcra_bf_2 li dd p:nth-child(2) {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.mcra_bf_2 li dd p:nth-child(3) {
    height: 30px;
    line-height: 30px;
    margin-top: 7px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.mcra_bf_2 li dd p:nth-child(3) a {
    margin-left: 10px;
    padding: 3px 15px;
    color: #999;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.mcra_bf_2 li dd p:nth-child(3) a:hover {
    background: #db214c;
    border: 1px solid #db214c;
    color: #fff;
}

.mcr_bf {
    border: 10px solid #db214c;
    width: 810px;
    height: 430px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.mcrb_top {
    height: 113px;
    background: #db214c;
    text-align: center;
    padding-top: 25px;
}

.mcrb_top h3 {
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}

.mcrb_top h3 b {
    font-weight: bold;
}

.mcrb_top h4 {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
    font-weight: normal;
}

.mcrb_top h4 em {
    margin: 0 5px;
}

.mcrb_top h4 em b {
    width: 24px;
    height: 34px;
    line-height: 30px;
    margin: 0 3px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat url(../images/icon_count.png) center;
}

.mcrb_bottom dt {
    float: left;
    width: 370px;
    height: 260px;
    background: #fff;
    padding: 30px 25px 0;
}

.mcrb_bottom dt p {
    margin-bottom: 15px;
    font-size: 14px;
}

.mcrb_bottom dt p select {
    width: 85px;
    height: 40px;
    padding: 0 10px 0 3px;
    margin-left: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666;
}

.mcrb_bottom dt p input {
    width: 282px;
    height: 38px;
    line-height: 34px;
    margin-left: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 10px;
    color: #666;
}

.mcrb_bottom dt button {
    width: 362px;
    height: 52px;
    margin: 10px auto 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #db214c;
    border: 2px solid #db214c;
    border-radius: 5px;
    cursor: pointer;
}

.mcrb_bottom dt button:hover {
    background: #fff;
    color: #db214c;
}

.mcrb_bottom dd {
    float: left;
    width: 365px;
    height: 270px;
    background: #f0f0f0;
    padding: 20px 0 0 25px;
    overflow: hidden;
}

.mcrbb_dd li {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mcrbb_dd li em {
    padding: 0 15px;
}

.mcra_bf_3 {
    width: 830px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px
}

.mcra_bf_3 #mb3_span {
    bottom: 0px;
}

.mcra_bf_3 #mb3_span span {
    border-radius: 0;
    width: 10px;
    height: 10px;
}

.mcra_bf_3 #mb3_span .swiper-pagination-bullet-active {
    background: #db214c;
}

.mb3 {
    width: 830px;
    overflow: hidden;
}

.mb3 li {
    float: left;
    width: 20%;
    line-height: 28px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mcra_bf_4 {
    width: 830px;
    overflow: hidden;
}

.mcra_bf_4 li {
    width: 258px;
    border: 1px solid #ddd;
    margin: 0 25px 20px 0;
    text-align: center;
    font-size: 14px;
    float: left;
}

.mcra_bf_4 li:nth-child(3n) {
    margin-right: 0;
}

.mcra_bf_4 li:hover {
    border: 1px solid #db214c;
}

.mb4_img {
    width: 258px;
    height: 198px;
    overflow: hidden;
}

.mcra_bf_4 li p {
    line-height: 24px;
    height: 48px;
    padding: 0 10px;
    margin: 10px 0;
}

.fixed {
    position: fixed;
    top: 0;
}
/*分享二维码*/
.more_information_main {
    width: 1200px;
    margin: auto;
    padding-bottom: 10px;
}

.more_information_left {
    width: 350px;
    float: right;
}

.more_information_right {
    width: 832px;
    float: left;
    background-color: #fff;
    overflow: hidden;
}

.more_information_left_title {
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    padding-left: 5px;
    background: none;
    border: none;
    margin-top: 0;
}

.more_information_left_title span {
    font-size: 14px;
    color: #c7c7c9;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
    float: none;
    width: auto;
    padding-right: 0;
    line-height: 1;
}

.more_information_left_title span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '/';
    width: 20px;
    line-height: 14px;
    text-align: center;
}

.more_information_left_list {
    width: 248px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e0e0e0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #e0e0e0;
    border-bottom-color: #e0e0e0;
    float: left;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.more_information_left_list ul {
    list-style: none;
}

.more_information_left_list li {
    background-image: url(/img/ttd.gif);
    background-repeat: no-repeat;
    background-position: left center;
    float: right;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 7px;
    width: 220px;
    color: #503A3A;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 6px;
    _margin-right: 3px;
}

.more_information_left_list2 {
    min-height: 410px;
    border: 1px solid #e0e0e0;
    margin-bottom: 5px;
    position: relative;
    box-sizing: border-box;
    overflow: initial;
    padding-top: 4px;
}

.more_information_left_list2::before {
    position: absolute;
    top: -2px;
    left: -1px;
    content: '';
    width: 140px;
    height: 3px;
    background-color: #db214c;
}

.more_information_left_list2::after {
    position: absolute;
    top: 0px;
    left: 64px;
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #db214c transparent transparent transparent
}

.more_information_left_list2 li {
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: bottom;
    margin-top: 10px; /*ff*/
    *margin-top: 10px; /*ie7*/
    _margin-top: 8px; /*ie6*/
}

.more_information_list {
    margin-bottom: 2px;
    padding-bottom: 20px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e0e0e0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #e0e0e0;
    border-bottom-color: #e0e0e0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e0e0e0;
    position: relative;
}

.more_information_list .share {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 36px;
    height: 36px;
    text-align: center;
    background: #fff;
    /*border: 1px solid #fff;*/
    overflow: hidden;
    background: no-repeat url(../images/sp-base.png) center;
}

.more_information_list .share_1 {
    width: 170px;
    height: auto;
    padding: 10px;
    top: -1px;
    right: -1px;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.more_information_list .share p {
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    margin: 0;
    display: none;
}

.more_information_list .share_1 p {
    display: block;
}

.more_information_list .share p i {
    font-weight: bold;
    color: #db214c;
}

.more_information_list .share p img {
    width: 145px;
    height: 145px;
}

.more_time span {
    cursor: pointer;
}

.more_information_redtitle {
    margin-top: 20px;
    color: #940104;
    font: 800 26px/30px Verdana,arial;
    text-align: center;
    width: 94%;
    margin-left: 3%;
}

.more_information_futitle22 {
    width: 730px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.more_information_ny {
    width: 770px;
    margin-top: 10px;
    line-height: 23px;
    margin: auto;
    font-size: 16px;
}

.more_information_ny iframe {
    /*width:600px;*/
    width: 100%;
    /*height: 400px;*/
    height: 350px;
    margin: 0 auto;
}

.more_information_ny2 {
    margin-top: 10px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
    margin: 20px 30px;
}

.more_information_ny3 {
    width: 680px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 25px;
    *margin-left: 25px;
    _margin-left: 13px;
    float: left;
    color: #000000;
    line-height: 30px;
}

.more_information_copyright {
    line-height: 22px;
    margin: 20px 30px;
    font-weight: normal;
    font-size: 12px;
    color: #999;
}

.more_information_ny4 {
    width: 780px;
    height: 200px;
    background-image: url(../images/photorecom_bg.gif);
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
}

.more_information_ny4 ul {
    list-style: none;
    padding-top: 5px;
}

.more_information_ny4 li {
    width: 380px;
    float: left;
    line-height: 26px;
    padding-left: 5px;
    height: 26px;
    overflow: hidden;
}

.more_information_redSB:link, .more_information_redSB:visited {
    color: #cc0000;
    text-decoration: none;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.more_information_redSB:hover, .more_information_redSB:active {
    color: #cc0000;
    text-decoration: underline;
}

.more_information_buSB:link, .more_information_buSB:visited {
    color: #474747;
    text-decoration: none;
}

.more_information_buSB:hover, .more_information_buSB:active {
    color: #810081;
    text-decoration: underline;
}

#news_content p {
    /*margin: 20px 0px;*/
    margin-bottom: 10px;
}

#news_content img {
    max-width: 650px;
}

#news_content a:link, #news_content a:visited {
    color: #FF0000;
}

.shang_tiao {
    float: left;
    width: 330px;
    overflow: hidden;
    height: 30px;
    font-size: 14px;
}

.shang_tiao a,
.xia_tiao a {
    color: #FF0000;
    font-size: 14px;
}

.xia_tiao {
    float: right;
    width: 340px;
    text-align: right;
    overflow: hidden;
    height: 30px;
}

.more_time {
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-family: "宋体";
    font-size: 12px;
    color: #8F6060;
    margin-top: 3px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0px;
}

#more_information_zhaiyao {
    text-align: left;
    padding: 10px;
    font-size: 12px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    background-color: #f2f2f2;
    color: #666666;
}

.more_information_xiangguan {
    height: 30px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #C80000;
    overflow: hidden;
    display: inline;
    margin-left: 10px;
    font-weight: bold;
}

.more_information_left_list2 img {
    height: 100px;
    width: 150px;
}

.more_information_left_list2 h3 {
    line-height: 26px;
    text-align: center;
}

.floatleft {
    bottom: 100px;
    height: 200px;
    left: 4px;
    position: fixed;
    width: 66px;
    z-index: 10000;
}

.floatright {
    bottom: 100px;
    height: 200px;
    position: fixed;
    right: 4px;
    width: 66px;
    z-index: 10000;
}

.qrcoder, .qrcode {
    height: 200px;
    position: relative;
}

.qrcode.on .listBox, .qrcoder.on .listBox {
    display: block;
}

.listBox {
    bottom: 100px;
    display: none;
    height: 200px;
    overflow: hidden;
    position: fixed;
    width: 160px;
    z-index: 9999;
}

.qrcode .listBox {
    left: 70px;
}

.qrcoder .listBox {
    right: 70px;
}

.news_cont_ad a {
    display: block;
    margin-bottom: 15px;
}

.bm_Ad {
    width: 832px;
    margin: 15px auto;
    overflow: hidden;
    clear: both;
    text-align: center;
}

.right_ad {
    width: 350px;
    height: 182px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.right_ad u {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAA2UlEQVR42rWTIRLCMBBFewO4S87QC/QEYJgKFI6pQFVkUJiiEB0UU4EqKjKqKiampyFfZGaZbbqGiDdNNtu87jYplFKHP7MLlIFNoCCCLKJtUlBV1RFPibquTyu5ZVIwDMMNpNa6rmvjWGt9Seyz/xFM0/SieO8/dN40zRl5iDvn3ojRMej7/kr3ZAIylyuTK+ACqd/jON6jBOAdY8yDxpAnCNI/Hl8rgTwmQDAKJFAFcpdItgingvaWI1e6KrDWPnFKsgjQN7YoCJaY59kwAb+5MqhUjFNBTr4o+NIDSUJaEwAAAABJRU5ErkJggg==) left bottom no-repeat;
}

.right_ad img {
    width: 100%;
}

.tlb_li {
    width: 790px;
    padding: 10px 20px;
}

.tlb_li li:first-child {
    border: none;
}

.tlb_li li {
    width: 100%;
    height: 130px;
    padding: 19px 0;
    border-top: 1px #eee solid;
    display: block;
}

.tlb_li .focusPic_li {
    height: auto;
    position: relative;
}

.tlb_li_img {
    width: 196px;
    height: 130px;
    overflow: hidden;
    display: block;
    float: left;
}

.tlb_li_img img {
    width: 100%;
}

.tlb_li_right {
    width: 574px;
    float: right;
    padding-top: 10px;
}

.tlb_li_right h6 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.tlb_li_right h6 a {
    color: #595757;
}

.tlb_li_right h6 a:hover {
    color: #e50419;
}

.tlb_li_right p {
    color: #898989;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.label_box {
    width: 100%;
    height: 23px;
    overflow: hidden;
    padding-top: 20px;
}

.label_span {
    display: block;
    float: left;
    width: 85%;
    color: #898989;
    overflow: hidden;
}

.label_span i {
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    line-height: 23px;
}

.label_span a {
    display: inline-block;
    padding: 2px 5px;
    border: 1px #eee solid;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px;
    color: #898989;
}

.label_span a:hover {
    color: #fff;
    background: #bf1923;
}

.tab_right_af {
    width: 300px;
    padding: 30px 20px 10px;
    background: #fff;
    padding-top: 0;
    border: 1px #eee solid;
    margin-bottom: 20px;
}

.tra_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 2px #e50419 solid;
}

.tra_title span {
    padding-left: 8px;
    border-left: 4px #e50419 solid;
    font-size: 20px;
}

.tra_li_2 {
    width: 100%;
    padding-bottom: 15px;
}

.tra_li_2 dl {
    overflow: hidden;
    margin-top: 20px;
}

.tra_li_2 dl dt {
    width: 46%;
    min-height: 103px;
    float: left;
    overflow: hidden;
}

.tra_li_2 dl dt img {
    width: 100%;
}

.tra_li_2 dl dd {
    width: 47%;
    float: right;
}

.tra_li_2 dl dd p {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    font-size: 14px;
}

.tra_li_2 dl dd p a {
    color: #333;
}

.tra_li_2 dl dd p a:hover {
    color: #e50419;
}

.tra_li_2 dl dd em {
    float: right;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    color: #999;
}

.tra_li_2 dl dd em i {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat url(/tab/images/sbt_2.png) center;
    background-size: 100%;
    margin-right: 5px;
}

.brandRecomList .brandlist {
    margin-top: 10px;
}

.brandRecomList .brandlist .bd {
    padding: 0;
    border: 0;
}

.brandRecomList .brandlist .bd .cf {
    display: block;
}
#news_content p {
    line-height: 2;
}