body{
    background: #b12c2c;
}
.banner {
    background: #b12c2c;
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    min-width: 1000px;
    margin: 0 auto;
}
.bx-title {
    position: relative;
    width: 1920px;
    height: 560px;
    left: 50%;
    margin-left: -960px;
    background-image: url("../img/pc_banner.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.box {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: auto;
}
.bx-box {
    border-radius: 0 0 5px 5px;
    margin-bottom: 90px;
    background: #fff;
    width: 940px;
    padding: 30px 30px 50px;
}
.bx-mod {
    width: 940px;
    display: none;
    position: relative;
}
.bx-mod.active {
    display: block;
}
.bx-mod-tit {
    height: 32px;
    margin-bottom: 20px;
}
.bx-mod-tit1 {
    background: url("../img/pc_title1.png") top center no-repeat;
}
.bx-mod-tit2 {
    position: relative;
    background: url("../img/pc_title2.png") top center no-repeat;
}

.bx-mod-tit2 .tips {
    position: absolute;
    right: 30px;
    top: 9px;
    color: rgba(109, 18, 11, 1);
    font-size: 14px;
    line-height: 14px;
}

.bx-mod-info {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 20px;
}
.bx-mod-info a {
    text-decoration: underline;
    color: #035fe9;
}
.bx-mod-dot {
    position: absolute;
    right: 25px;
    top: 2px;
    width: 100px;
    height: 30px;
    cursor: pointer;
    color: #b12c2c;
    text-indent: 23px;
    border: 1px solid #b12c2c;
    border-radius: 16px;
    line-height: 30px;
    font: 14px/30px "PingFang SC";
    background-color: #fff;
    background-image: url("../img/pc_dot4.png");
    background-position: 6px 8px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
}
.bx-mod-dot:hover {
    transform: translateY(-2px);
    transition: all 0.2s ease-out;
}
.bx-mod-dot.active {
    background-color: #b12c2c;
    color: #fff;
    background-image: url("../img/pc_dot3.png");
}
.bx-mod-tip {
    display: none;
    position: absolute;
    right: 25px;
    top: 40px;
    width: 235px;
    height: 90px;
    padding: 30px 20px;
    border: 1px solid #ffcdb6;
    box-shadow: 2px 2px 6px #ffcdb6;
    border-radius: 10px;
    background: #fff;
}
.bx-mod-arrow {
    position: absolute;
    width: 13px;
    height: 6px;
    top: -6px;
    right: 20px;
    background: url("../img/pc_arrow.png") no-repeat center;
}
.bx-mod-tip p {
    color: #b12c2c;
    line-height: 24px;
    font: 16px/24px "PingFang SC";
    margin-bottom: 5px;
}
.bx-mod-tip span.span1 {
    display: block;
    color: #251c1c;
    word-break: break-all;
    line-height: 24px;
    font: 13px/24px "PingFang SC";
}
.bx-mod-tip span.span2 {
    display: none;
}
.bx-mod-tip .button {
    display: none;
    /* width: 2.4rem;
    height: 0.8rem;
    margin: 0.3rem auto 0;
    border-radius: 0.4rem;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    font: 0.32rem/0.8rem 'PingFang SC';
    background: linear-gradient(45deg, #c41212, #ff4c4c); */
}

.bx-ul1,
.bx-ul2 {
    overflow: hidden;
}
.bx-ul1 li {
    display: flex;
    align-items: center;
    float: left;
    width: 420px;
    height: 100px;
    margin: 0 25px 20px;
    font: 18px/100px "PingFang SC";
    padding: 0 30px;
    color: #251c1c;
    border-radius: 8px;
    background: url("../img/pc_item_bg1.png") no-repeat left center;
    box-shadow: 1px 1px 4px #dbc9b8;
    box-sizing: border-box;
    line-height: 30px;
}
.bx-ul li:hover {
    box-shadow: 2px 2px 10px #dbc9b8;
    transition: all 0.3s linear;
}

.bx-ul2{
    padding-left: 30px;
}
.bx-ul2 li {
    overflow: hidden;
    float: left;
    margin: 0 40px 20px 0;
}
.bx-ul2 li:nth-child(3n){
    margin-right: 0;
}
.bx-ul2 li a {
    display: block;
    width: 266px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #251c1c;
    overflow: hidden;
    border: 1px solid #ffcdb6;
    border-radius: 8px;
    background: url("../img/pc_item_bg3.png") no-repeat bottom center;
    box-shadow: 1px 1px 4px #dbc9b8;
}
.bx-ul2 li .p1 img {
    width: 266px;
    height: 138px;
    display: inline-block;
    background: #c4c4c4;
}
.bx-ul2 li .title {
    height: 48px;
    box-sizing: border-box;
    margin: 8px 0 11px;
    padding:0 15px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 24px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bx-ul2 li .title::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 20px;
    background: #b12418;
    position: absolute;
    top:0;
    left: 0;
}
.bx-ul2 li .p2 {
    border-top: 1px solid #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    font-size: 12px;
    padding: 9px 15px;
}
.bx-ul2 li .p2 span {
    color: #D31A39;
    padding-left: 22px;
    font-weight: bold;
    background-size: 16px 16px;
}
.bx-ul2 li .p21 span {
    background: url("../img/pc_dot1.png") no-repeat left center;
}
.bx-ul2 li .p22 span {
    background: url("../img/pc_dot2.png") no-repeat left center;
}
.bx-ul2 li .p22 a {
    color: #035fe9;
    text-decoration: underline;
}

.bx-lis {
    position: absolute;
    width: 420px;
    height: 60px;
    top: -40px;
    left: 290px;
    text-align: center;
}
.bx-lis span {
    display: inline-block;
    width: 190px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font: 24px/60px "PingFang SC";
    cursor: pointer;
    position: relative;
    background: url('../img/tab_bg.png') no-repeat;
    background-size: 190px 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #FFECE2;

}
.bx-lis span i {
    position: absolute;
    display: none;
    bottom: 6px;
    left: 90px;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #f8cd70;
}
.bx-lis span.active {
    color: #6D120B;

    background: url('../img/tab_bg_active.png') no-repeat;
    background-size: 190px 40px;


}
.bx-lis span.active i {
    display: block;
}

.box-fly {
    position: absolute;
    top: 20px;
    width: 460px;
    height: 422px;
}
.box-fly1 {
    left: -460px;
    background: url("../img/pc_fix1.png") center no-repeat;
}
.box-fly2 {
    right: -460px;
    background: url("../img/pc_fix2.png") center no-repeat;
}
