.jb_more {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.more_txt {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.more_icon {
    height: 18px;
    width: 18px;
    margin-left: 12px;
}
.recycle_box {
    height: 495px;
    background: #162e45;
    overflow: hidden;
}
.recycle_title {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.recycle_tips {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 35px;
}
.recycle_navs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recycle_nav {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    margin: 0 24px;
    cursor: pointer;
}
.recycle_nav_b {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    margin: 0 24px;
    cursor: pointer;
}
.recycle_nav_a {
    color: #E9D2A3;
    border-bottom: 2px solid #E9D2A3;
}
.recycle_nav_active {
    color: #CA9720;
    border-bottom: 2px solid #CA9720;
}
.recycle_content {
    display: flex;
    width: 1200px;
    height: 250px;
    margin: 35px auto;
    justify-content: space-between;
}
.recycle_c_yj {
    width: 284px;
    height: 250px;
    position: relative;
}
.recycle_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yj_zhe {
    width: 100%;
    height: 85px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.7);
}
.yj_txt {
    font-weight: 600;
    font-size: 20px;
    color: #E9D2A3;
    text-align: center;
    margin-top: 12px;
}
.yj_btn {
    width: 105px;
    height: 25px;
    border: 1px solid #E9D2A3;
    text-align: center;
    line-height: 25px;
    color: #E9D2A3;
    font-size: 14px;
    border-radius: 100px;
    margin: 8px auto;
}
.recycle_c_sm {
    width: 179px;
    height: 250px;
    position: relative;
}
.recycle_sm_bottom {
    width: 155px;
    height: 58px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px 20px 0px 0px;
    background: rgba(0,0,0,.7);
}
.sm_txt {
    font-weight: 600;
    font-size: 18px;
    color: #E9D2A3;
    margin: 18px 0 0 16px;
}
.recycle_c_dd {
    width: 380px;
    height: 250px;
    position: relative;
}
.recycle_dd_bottom {
    width: 196px;
    height: 58px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px 20px 0px 0px;
    background: rgba(0,0,0,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    color: #E9D2A3;
}
.banner {
    height: 400px;
    position: relative;
}
.banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_center {
    width: 1200px;
    height: 288px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner_title {
    /*font-weight: 700;*/
    margin: 90px 0 0 30px;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    color: #E9D2A3;
}
.banner_tips {
    color: #fff;
    margin: 10px 0 0 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}
.case_box {
    height: 835px;
    background: #f3f3f5;
}
.case {
    width: 1200px;
    height: 835px;
    margin: 0 auto;
    overflow: hidden;
}
.case_title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}
.case_tips {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin-top: 9px;
    text-align: center;
}
.case_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 36px;
}
.case_item {
    width: 220px;
    height: 160px;
    margin-bottom: 40px;
}
.case_img {
    width: 220px;
    height: 125px;
    object-fit: cover;
    display: block;
}
.case_name {
    width: 220px;
    height: 50px;
    font-size: 16px;
    color: #000;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.guide_box {
    height: 500px;
    background: #162e45;
}
.guide {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.guide_title {
    font-size: 30px;
    color: #fff;
    /*font-weight: bold;*/
    margin-top: 40px;
    text-align: center;
}
.guide_tips {
    font-size: 14px;
    color: #a2abb5;
    font-weight: 400;
    margin-top: 9px;
    text-align: center;
}
.guide_content {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guide_item {
    display: flex;
    margin-bottom: 38px;
}
.guide_img {
    width: 162px;
    height: 99px;
}
.make_img {
    width: 160px;
    height: 98px;
    border: 1px solid #71593d;
    border-radius: 4px;
    object-fit: cover;
}
.guide_right {
    width: 380px;
    padding: 4px 20px;
}
.guide_name {
    width: 380px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.make_txt {
    font-size: 14px;
    color: #a8a39c;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    margin-top: 10px;
}
.guide_txt {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    margin-top: 10px;
}

/*估价*/
.appraisal {
    background: #f3f3f5;
    overflow: hidden;
}
.appraisal_center {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.appraisal_content {
    display: flex;
    margin-top: 26px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.identify_item {
    width: 285px;
    height: 318px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.identify_item:hover {
    transform: translate3d(0,-2px,0);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}
.jb_img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    border-radius: 6px 6px 0 0;
}
.jb_bottom {
    background: #fff;
    width: 100%;
    height: 88px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.jb_txt {
    width: 230px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 19px 0 0 14px;
}
.jb_tj {
    display: flex;
    align-items: center;
    margin-top: 7px;
}
.tj_icon {
    width: 14px;
    height: 13px;
    margin: 0 9px 0 14px;
}
.tj_txt {
    font-size: 12px;
    color: #89898a;
}
.page {
    display: flex;
    justify-content: space-between;
}

/*社学院*/
.school {
    width: 1200px;
    margin: 0 auto;
}
.school_title {
    font-size: 30px;
    text-align: center;
    margin-top: 73px;
}
.school_tips {
    font-size: 14px;
    font-weight: 400;
    margin-top: 9px;
    text-align: center;
    color: #666;
}
.school_content {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}
.school_img {
    width: 580px;
    height: 358px;
}
.school_right {
    width: 600px;
    position: relative;
}
.school_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.school_bottom {
    height: 80px;
    width: 600px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    right: 0;
}
.school_time {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.time_num {
    font-size: 30px;
    color: #040404;
    font-weight: 700;
}
.year {
    font-size: 14px;
    font-weight: 400;
}
.time_txt {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 6px;
}
.teacher_box {
    width: 1200px;
    height: 500px;
    display: flex;
    position: absolute;
}
.hua {
    width: 1200px;
    height: 500px;
    position: relative;
    margin: 37px auto;
    /*overflow: hidden;*/
}
.teacher_item {
    width: 216px;
    height: 500px;
    margin-right: 33px;
    flex: 0 0 auto;
}
.teacher_left {
    height: 38px;
    width: 21px;
    display: block;
    position: absolute;
    left: 10px;
    top: 135px;
    opacity: 40%;
    z-index: 999;
    cursor: pointer;
}
.teacher_right {
    height: 38px;
    width: 21px;
    display: block;
    position: absolute;
    right: 10px;
    top: 135px;
    opacity: 40%;
    z-index: 999;
    cursor: pointer;
}
.teacher_item:hover .teacher_bottom {
    background: #060606;
}
.teacher_item:hover .teacher_name {
    color: #E9D2A3;
}
.teacher_item:hover .teacher_js {
    color: #F4E6D2;
}
.teacher_item:hover .teacher_txt {
    color: #F4E6D2;
}
.teacher_photo {
    width: 216px;
    height: 270px;
    display: block;
}
.teacher_bottom {
    border-left: 1px solid #202020;
    height: 230px;
    overflow: hidden;
}
.teacher_name {
    font-size: 20px;
    font-weight: 700;
    margin: 17px 0 0 8px;
}
.teacher_js {
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 3px 0 0 8px;
}
.teacher_txt {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    margin: 6px 0 0 8px;
}
/*课程*/
.course {
    width: 1200px;
    margin: 0 auto;
}
.course_title {
    font-size: 30px;
    text-align: center;
    margin-top: 42px;
}
.course_tips {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 9px;
}
.course_content {
    display: flex;
    justify-content: space-around;
    margin-top: 52px;
    flex-wrap: wrap;
}
.course_item {
    width: 575px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.course_img {
    width: 255px;
    height: 160px;
}
.course_right {
    width: 300px;
}
.r_name {
    display: flex;
    align-items: center;
    margin-top: 4px;
}
.r_name_name {
    font-size: 20px;
    font-weight: 700;
}
.price {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}
.rmb {
    font-size: 12px;
}
.name_line {
    width: 40px;
    border-top: 1px solid #202020;
    margin-top: 12px;
}
.course_txt {
    font-size: 14px;
    color: #737373;
    font-weight: 400;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.active {
    width: 1200px;
    margin: 0 auto;
}
.active_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 33px;
}
.active_img {
    width: 382px;
    height: 217px;
    margin-bottom: 33px;
}
.question {
    width: 1200px;
    margin: 0 auto;
}
.question_content {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.question_item {
    width: 567px;
    margin-bottom: 39px;
}
.question_top {
    display: flex;
}
.question_icon {
    width: 40px;
    height: 31px;
}
.question_txt {
    color: #CA9720;
    font-size: 18px;
    margin-left: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ant {
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 50px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*鉴定师*/
.zs_jds {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-align: center;
}
.zs_tips {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    text-align: center;
    margin-top: 6px;
}
.jds_box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative;
}
/*伙伴*/
.partner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
}
.partner_img {
    width: 510px;
    height: 222px;
}
.partner_right {
    width: 623px;
}
.partner_name {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
.partner_tips {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin: 11px 0 15px 0;
}
.partner_txt {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 32px;
}
/*大事*/
.master_word {
    font-size: 50px;
    margin-top: 104px;
    font-weight: 900;
    color: #fff;
}
.private_word {
    font-size: 50px;
    color: #E9D2A3;
    margin: 79px 0 0 0 ;
}
.private_feng {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    text-align: right;
    margin: 4px 0 0 0;
}
.master_feng {
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #FFFFFF;
    margin-top: 14px;
}
.master_author {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    margin: 12px 90px 0 0;
    text-align: right;
}
.private_author {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    margin: 12px 0 0 0;
    text-align: right;
}
.fox {
    width: 1200px;
    margin: 0 auto;
}
.fox_title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
}
.fox_tips {
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
    text-align: center;
}
.fox_content {
    display: flex;
    margin-top: 40px;
    padding-bottom: 50px;
}
.column {
    width: 280px;
}

.fox_content .div_border {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-content: center;
}

.fox_big_img {
    object-fit: contain;
    width: 930px;
    /*height: 696px;*/
}

.column_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.column_item {
    width: 270px;
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000;
    cursor: pointer;
}
.column_name {
    font-size: 20px;
    margin-left: 20px;
    font-weight: 700;
}
.column_type {
    color: #999999;
    font-size: 14px;
    margin: 4px 0 0 20px;
}
.little_bag {
    width: 110px;
    height: 89px;
    margin: 10px 16px 0 0;
    object-fit: contain;
}
.column_item_a {
    border: 2px solid #e7a649;
}
/*作品*/
.works {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 76px;
}
.fox_content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.fox_top {
    width: 846px;
    display: flex;
    justify-content: space-between;
}
.fox_a {
    width: 399px;
    height: 288px;
    object-fit: cover;
}
.fox_b {
    width: 438px;
    height: 288px;
    object-fit: cover;
}
.fox_c {
    width: 510px;
    height: 362px;
    object-fit: cover;
}
.fox_d {
    width: 328px;
    height: 362px;
    object-fit: cover;
}
.fox_e {
    width: 346px;
    height: 416px;
    object-fit: cover;
}
.fox_f {
    width: 346px;
    height: 233px;
    margin-top: 10px;
    object-fit: cover;
}
/*清洗*/
.clear {
    background: #fff;
    width: 1200px;
    height: 350px;
    margin: 0 auto;
}
.clear_content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.clear_item {
    width: 228px;
    height: 188px;
    position: relative;
    border-radius: 4px;
}
.clear_img {
    width: 100%;
    height: 100%;
}
.clear_bottom {
    position: absolute;
    background: rgba(0,0,0,.8);
    bottom: 0;
    text-align: center;
    line-height: 47px;
    height: 47px;
    color: #E9D2A3;
    font-size: 16px;
    width: 100%;
    border-radius: 0 0 4px 4px;
}
/*私人订制*/
.five {
    width: 1200px;
    margin: 0 auto;
}
.fox_five {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px -11px;
}
.five_item {
    margin: 0 11px;
    margin-bottom: 30px;
}
.five_img {
    width: 385px;
    height: 225px;
}
.five_bottom {
    width: 385px;
    height: 50px;
    background: #eaeaea;
    border-radius: 0 0 6px 6px;
    display: flex;
    align-items: center;
}
.five_txt {
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
}
.make {
    height: 547px;
    width: 100%;
    background: url("../images/Group.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.make_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 67px;
}
/*服务*/
.service {
    width: 1200px;
    margin: 0 auto;
}
.service_content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 36px;
}
.service_item {
    width: 279px;
    height: 188px;
    border-radius: 4px;
    position: relative;
}
.service_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.service_bottom {
    width: 279px;
    height: 66px;
    background: rgba(0,0,0,.8);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.service_txt {
    color: #E9D2A3;
    font-size: 18px;
    text-align: center;
}
.service_l_txt {
    font-size: 12px;
    color: #E9D2A3;
    font-weight: 400;
    margin-top: 4px;
}
/*about*/
.about_bottom {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 30px;
}
.banner_b_item {
    display: flex;
    align-items: center;
    margin-right: 26px;
}
.checked {
    width: 16px;
    height: 16px;
}
.checked_name {
    color: #E9D2A3;
    font-size: 16px;
    font-weight: 400;
    margin-left: 9px;
}
.about_a_img {
    width: 1157px;
    height: 527px;
    display: block;
    margin: 50px auto;
}
.about_b {
    background: #f5f5f5;
    height: 429px;
    overflow: hidden;
}
.about_b_img {
    width: 1061px;
    height: 262px;
    display: block;
    margin: 83px auto;
}
.about_c {
    background: #fff;
    height: 445px;
    overflow: hidden;
}
.about_c_img {
    width: 909px;
    height: 260px;
    display: block;
    margin: 75px auto;
}

/*懂价格*/
.about_djg {
    height: 362px;
    overflow: hidden;
}
.djg_content {
    width: 882px;
    margin: 20px auto;
}
.djg_txt {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}
/*懂鉴定*/
.about_djd {
    height: 335px;
    background: url("../images/Rectangle 83.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.about_daq {
    height: 335px;
    background: url("../images/Rectangle 84.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.about_dmj {
    width: 1200px;
    height: 620px;
    overflow: hidden;
    margin: 0 auto;
}
.djd_content {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}
.djd_item {
    width: 30%;
    display: flex;
}
.djd_left {
    width: 73px;
    height: 73px;
}
.djd_name {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-top: 4px;
}
.djd_tips {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}
.djd_dd {
    display: flex;
    margin-bottom: 22px;
}
.dui_icon {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}
.dui_txt {
    font-size: 16px;
    font-weight: 600;
}
.dui_xi {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.crumbs {
    display: flex;
    align-content: center;
    width: 1200px;
    margin: 21px auto;
    cursor: pointer;
}
.crumbs_name {
    font-size: 16px;
    font-weight: 550;
}
.crumbs_icon {
    width: 6px;
    height: 9px;
    margin: 6px 12px;
}
.crumbs_title {
    font-size: 16px;
    color: #4c4c4c;
}
.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.list_item {
    display: flex;
    margin-bottom: 38px;
}
.list_icon {
    width: 162px;
    height: 99px;
    border-radius: 4px;
}
.list_right {
    margin-left: 20px;
}
.list_name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.list_txt {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    width: 373px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.page_box {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*详情*/
.detail {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 33px;
}
.detail_right {
    flex: 0 0 auto;
    padding: 20px;
    border-left: 1px solid #d7d7d7;
}
.detail_left {
    width: 889px;
}
.right_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.left_name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
}
.left_tips {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
}
.since {
    margin-right: 10px;
}
.video_content {
    padding-right: 20px;
}
.video {
    margin: 42px auto;
}
.video_txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 12px;
}
.video_txt img {
    width: 100%;
}
.video_txt video {
    width: 100%;
}
.article_content {
    padding-right: 20px;
}
.article_item {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    margin-bottom: 25px;
}
.article_num {
    background: #E9D2A3;
    height: 19px;
    width: 19px;
    border-radius: 4px;
    line-height: 19px;
    text-align: center;
    font-size: 14px;
    flex: 0 0 auto;
}
.article_name {
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px;
    flex: 0 0 auto;
    width: 210px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*品牌列表*/
.brand {
    width: 1200px;
    margin: 28px auto;
    display: flex;
    justify-content: space-between;
}
.brand_left {
    display: flex;
    height: 1192px;
}
.brand_word_list {
    height: 100%;
    width: 36px;
    background: #283949;
}
.brand_menu {
    width: 195px;
    height: 1192px;
    border: 1px solid #f2f2f2;
    overflow-y: scroll;
}
.letter {
    margin-top: 10px;
}
.letter_item {
    height: 26px;
    width: 100%;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}
.letter_item_a {
    background: #E9D2A3;
    color: #1E1E1E;
}
.menu_letter {
    padding-left: 11px;
    background: #f8f8f8;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
}
.menu_info {
    background: #fff;
    height: 56px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.brand_icon {
   width: 36px;
    height: 23px;
    object-fit: contain;
    margin: 0 12px 0 19px;
}
.brand_name {
    font-size: 15px;
    font-weight: 600;
}
.brand_right {
    width: 947px;
}
.brand_info {
    display: flex;
    width: 947px;
    justify-content: space-between;
}
.brand_img {
    width: 461px;
    height: 307px;
}
.ams {
    width: 407px;
}
.brand_logo {
    width: 165px;
    height: 127px;
    object-fit: contain;
}
.brand_info_name {
    font-size: 18px;
    font-weight: 600;
}
.brand_info_txt {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 22px;
}
.pp_about {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 30px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 11px;
}
.info_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 34px;
}
.about_item {
    height: 218px;
    width: 280px;
    margin-bottom: 22px;
    cursor: pointer;
}
.about_img {
    display: block;
    width: 280px;
    height: 156px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.about_under {
    background: #f3f3f5;
    padding-left: 20px;
    line-height: 62px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-radius: 0 0 6px 6px;
}

.swiper-container {
    width: 1200px;
    height: 500px;
    margin-top: 37px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/syou.png');
    right: -60px;
    left: auto;
    outline: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/szuo.png');
    right: auto;
    left: -60px;
    outline: none;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 90px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 90px 90px;
    background-position: center;
    background-repeat: no-repeat;
}
.quan_num {
    font-size: 24px;
    font-weight: 700;
    color: #E9D2A3;
    width: 28px;
    height: 28px;
    border: 1px solid #E9D2A3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
}
.wu_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.master_tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.master_tab {
    width: 206px;
    height: 73px;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}
.master_name {
    font-weight: 700;
    font-size: 14px;
}
.master_tab_a {
    color: #fff;
    background: #e7a649;
}
.master_fa {
    display: flex;
}
.master_ge {
    font-size: 20px;
    color: #BBBBBB;
    font-weight: 400;
    margin: 0 75px;
    margin-top: 4px;
}
.master_txt {
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
}
.new_case {
    height: 564px;
    background: #f3f3f5;
    overflow: hidden;
}
.new_case_tips {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.6);
    text-align: center;
    margin-top: 6px;
}
.new_case_center {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.new_case_item {
    width: 340px;
    height: 340px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: 12px;
}
.new_case_item:hover .new_case_zhe {
    display: block;
}
.new_case_img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.shop {
    width: 132px;
    height: 44px;
    background: #fff;
    border-radius: 22px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop_logo {
    width: 32px;
    height: 20px;
}
.shop_name {
    font-size: 15px;
    color: #000000;
    margin-left: 10px;
}
.new_case_zhe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.new_gx {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}
.new_gx_row {
    display: flex;
    margin-bottom: 60px;
}
.gx_item {
    width: 300px;
    height: 200px;
    position: relative;
}
.gx_img {
    width: 100%;
    height: 100%;
}
.gx_bottom {
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.5);
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #FFDE9D;
    position: absolute;
    bottom: 0;
}
.gx_ge {
    width: 150px;
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
}
.swiper-container {
    width: 1200px;
    height: 506px;
    margin: 40px auto;
}
.swiper-slide {
    width: 1200px;
    height: 506px;
}
.yi {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #000;
}
.gx_jj {
    width: 30px;
    height: 20px;
    object-fit: contain;
}
