﻿.w1600
{
    width: 16rem;
    margin: 0 auto;
}
.cate-swiper-list .swiper-slide
{
    color: #333;
    font-size: .22rem;
    text-align: center;
    padding: .25rem 0;
    border-bottom: .01rem solid #eee;
    transition: .6s;
}
.cate-swiper-list .swiper-slide:hover
{
    border-bottom-color: #c6982f;
}
.cate-swiper-list .swiper-button-next::after
{
    font-size: .14rem!important;
    font-weight: bold;
}
.cate-swiper-list .swiper-button-prev::after
{
    font-size: .14rem!important;
    font-weight: bold;
}
.cate-swiper-list .active
{
    border-bottom-color: #c6982f;
}
.cate-swiper-list .swiper-wrapper
{
    display: flex;
}
.buju_content
{
    display: flex;
    margin-top: .7rem;
    padding-bottom: .7rem;
}
.buju_leftbox
{
    flex: 1;
    margin-right: .8rem;
}
.buju_left_titler
{
    color: #333;
    font-size: .4rem;
    font-weight: bold;
    padding-bottom: .2rem;
    position: relative;
}
.buju_left_titler::after
{
    content: '';
    position: absolute;
    width: 1.2rem;
    height: .04rem;
    background: #c6982f;
    border-radius: .02rem .02rem .02rem .02rem;
    bottom: 0;
    left: 0;
}
.buju_left_mess
{
    margin-top: .5rem;
    line-height: 2;
    font-size: .18rem;
    color: #333;
}
.buju_rightbox
{
    width: 7rem;
    height: 4.28rem;
    overflow: hidden;
}
.buju_rightbox:hover img
{
    transform: scale(1.1);
}
.buju_rightbox img
{
    width: 100%;
    height: 100%;
    transition: .6s;
}
.buju_js
{
    width: 100%;
    height: 4.8rem;
    background: url(/png/4rmm3jno.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 3rem;
    background-attachment: fixed;
}
.buju_mess
{
    padding: .8rem 0 0 0;
}
.buju_mess_tit
{
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
    padding-bottom: .2rem;
    position: relative;
    margin-bottom: .5rem;
}
.buju_mess_tit::after
{
    content: '';
    position: absolute;
    width: 1.2rem;
    height: .04rem;
    background: #c6982f;
    border-radius: .02rem .02rem .02rem .02rem;
    bottom: 0;
    left: 0;
}
.buju_mess_txt
{
    color: #fff;
    font-size: .16rem;
    line-height: 1.8;
}
.buju_swiper_box
{
    position: relative;
    height: 4.5rem;
    background-color: #fff;
    box-shadow: 0 0 .15rem .01rem rgba(0,0,0,.1);
    width: 16rem;/*bottom: -2rem;*//*left: 50%;*//*transform: translateX(-50%);*/
    padding: .6rem .5rem;
    margin-left: auto;
    margin-right: auto;
}
.buju_swiper_box .swiper-slide
{
    height: 3rem;
    overflow: hidden;
}
.buju_swiper_box img
{
    width: 100%;
    transition: linear .25s;
    height: 100%;
}
.buju_swiper_box .swiper-slide:hover img
{
    transform: scale(1.05);
}
.buju_swiper_box .swiper-button-next
{
    width: .3rem!important;
    height: .3rem!important;
    background: #096;
    top: 90%!important;
    border-radius: 50%;
    background: #005bab;
    left: 6%!important;
    right: auto!important;
}
.buju_swiper_box .swiper-button-prev
{
    width: .3rem!important;
    height: .3rem!important;
    background: #096;
    top: 90%!important;
    left: .5rem!important;
    border-radius: 50%;
    background: #005bab;
}
.buju_swiper_box .swiper-button-next::after
{
    font-size: .14rem;
    color: #fff!important;
}
.buju_swiper_box .swiper-button-prev::after
{
    font-size: .14rem;
    color: #fff!important;
}
@media only screen and (max-width: 1024px)
{
    .buju_content, .buju_mess_tit
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .buju_left_mess p
    {
        font-size: 14px;
    }
    .w1600, .buju_swiper_box
    {
        width: 100%;
    }
    .buju_content
    {
        display: block;
    }
    .buju_leftbox
    {
        margin-right: 0;
    }
    .buju_swiper_box .swiper-button-next
    {
        left: 12%!important;
    }
    .buju_mess_tit::after
    {
        left: 15px;
    }
    .buju_js
    {
        background-size: cover;
    }
}
