.xy_black_breadcrumb_bg {
    background-color: #38332f;
}

.xy_black_breadcrumb {

    height: 68px;
    line-height: 68px;
}

.xy_black_breadcrumb_in {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xy_black_breadcrumb_in .left {
    padding-left: 78px;
}

.xy_black_breadcrumb_in .right {
    padding-right: 44px;
}

.xy_black_breadcrumb_in a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

/* 头部swiper */
.xy_breadcrumb_swiper {
    display: block;
}

.xy_breadcrumb_swiper .swiper_list {
    overflow: hidden;
}

.xy_breadcrumb_swiper .swiper_list .item {
    width: 1000px;
    position: relative;
}

.xy_breadcrumb_swiper .swiper_list .item .img {
    width: 924px;
    height: 524px;
    display: block;
}

.xy_breadcrumb_swiper .swiper_list .item .title {
    width: 100%;
    box-sizing: border-box;
    font-size: 24px;
    padding: 30px 100px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.xy_breadcrumb_swiper .swiper_arrow{
    width: 80px;
    height: 80px;
}

.banner_swiper_box {
    display: flex;
    justify-content: space-between;
    width: 1568px;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 18px 0 0 0;
}

.index_swiper_list_out {
    display: block;
}

/* //第2个 */
.index_swiper_list_out:nth-child(2) {
    margin-left: 13px;
    margin-right: 13px;
}

.xy_breadcrumb_swiper .index_swiper_list {
    max-width: 514px;
    position: relative;
    overflow: hidden;
}

.index_swiper_list .index_swiper_list_title {
    width: 100%;
    box-sizing: border-box;

    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    font-size: 14px;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.index_swiper_list .index_swiper_list_title .zh {
    font-size: 18px;
}

.xy_breadcrumb_swiper .index_swiper_list .item {
    width: 514px;
    position: relative;
}


.xy_breadcrumb_swiper .index_swiper_list .item .img {
    width: 514px;
    height: 514px;
    display: block;
}

.xy_breadcrumb_swiper .index_swiper_list .item .title {
    width: 100%;
    box-sizing: border-box;

    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    font-size: 14px;
    bottom: 0;
    right: 0;

}

.xy_breadcrumb_swiper .index_swiper_list .item .title .zh {
    font-size: 18px;
}

.bg_banner_bottom {
    height: 96px;
    background: url(../image/bg_banner_bottom.png) no-repeat 100% 100%;
}

/* 菜单 */
.xy_menu {
    background-color: #fff;

    box-shadow: 0px 10px 10px #777;
    z-index: 1;
    position: relative;
}

.xy_menu_in {
    display: flex;
    justify-content: space-around;
    width: 1360px;
    margin: 0 auto;

}

.xy_menu_in .item {
    font-size: 28px;
    color: #4c4c4c;
    text-decoration: none;
    padding: 32px 20px;
    flex: 1;
    text-align: center;

}

.xy_menu_in .item:hover {
    background-color: #f5bb40;
    color: #fff;
}

.xy_menu_in .item.active {
    background-color: #f5bb40;
    color: #fff;
}