/* 轮播图样式 */
.bannercx {
    width: 100%;
    /* height: 590px; */
    position: relative;
    left: 0;
    display: flex;
    justify-content: space-between;
}


.paginglb{
    position: absolute;
    left: 40%;
    /* bottom: 50px; */
    transform: translateX(-50%);

}
.swiper-pagination-bullet{
    width: 38px;
    height: 5px;
    border-radius:0;
    margin-left: 10px;
}
.swiper-pagination-bullet-active{
    background-color: #d71a21;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    left: 30%;
}



.swiper-slide,
.swiper-slides {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide>img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper {
    width: 50%;
    /* height: 300px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.swipers {
    width: 50%;
    position: absolute;
    left: 10%;
    bottom: 50px;
    cursor: pointer;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.mengbimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mengbimg>img {
    width: 100%;
    height: 100%;
}

.mengbimgs {
    width: 100%;
    height: 100%;
    /* opacity: 0.3; */
}

.outxiao {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* z-index: 999; */
}

.mySwiper2 {
    width: 63%;
    overflow: hidden;
}

.mySwiper {
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 10% !important;
    /* opacity: 0.4; */
    margin-left: 10px;
    border-radius: 10px;
    background-color: #ffffff00;

}

.mySwiper .swiper-slide-thumb-active {
    /* width: 70%; */
    opacity: 1;
    border: 2px solid #d71a21;
}


/* --------------- */
.swiper-slide>img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}



.bannerri {
    width: 37%;
    /* height: 100%; */
    background-color: #333333;
    padding: 55px 30px 55px 30px;
}

.bannerri_top {
    width: 90%;
    display: flex;
    justify-content: flex-start;
}

.bannerri_top>div:nth-child(1)>img {
    width: 100%;
}

.bannerri_toptxt {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    margin-left: 20px;
}

.bannerri_toptxt>p:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
}

.bannerri>p {
    color: #e0e0e0;
    font-size: 16px;
    text-align: left;
}

.bannerri_cent {
    text-align: left;
    margin-top: 30px;
    margin-left: 10px;
}

.bannerri_cent>p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 550;
    margin-bottom: 20px;
}

.bannerri_cent>.textarea {
    color: #e0e0e0;
    width: 100%;
    height: 170px;
    font-size: 18px;
    text-align: left;
    resize: none;
    text-indent: 2;
    line-height: 28px;
    background-color: #333333;
    overflow-x: hidden !important;
}

/* 滚动条框设置 */
.bannerri_cent>.textarea::-webkit-scrollbar {
    width: 3px;
    background-color: rgb(220, 223, 224);
}

.bannerri_cent>.textarea::-moz-scrollbar {
    width: 3px;
    background-color: rgb(220, 223, 224);
}

/* 滚动条的设置 */
.bannerri_cent>.textarea::-webkit-scrollbar-thumb {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: rgb(252, 38, 0);
}

.bannerri_cent>.textarea::-moz-scrollbar-thumb {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: rgb(252, 38, 0);
}


/* .bannerri_cent>a{
    color: #d71a21;
    font-size: 18px;
    margin: 20px 0;
} */
.bannerri_btm {
    text-align: left;
    display: flex;
    margin-top: 30px;

}

.bannerri_btm>div {
    width: 30%;
    height: 56px;
    margin-left: 10px;
}

.bannerri_btmle>img:nth-child(1) {
    display: none;
}

.bannerri_btmri>img:nth-child(1) {
    display: none;
}

.bannerri_btmle>img:nth-child(2) {
    display: block;
}

.bannerri_btmri>img:nth-child(2) {
    display: block;
}

.bannerri_btm>div>img {
    width: 100%;
    height: 100%;
}



/* .bannerri_btm >text{
    font-size: 22px;
    color: #d71a21;
    margin: 0 10px;
    padding: 5px 20px;
    border: 2px solid #d71a21;
    border-radius: 25px;
}
.bannerri_btm >text:hover{
    color: #ffffff;
    background-color: #d71a21;
} */











.main_boxc {
    width: 80%;
    position: relative;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 100px;
}

.main_title {
    width: fit-content;
    margin-left: 15px;
}

.main_title>p {
    font-size: 28px;
    font-weight: 600;
}


.main_boxc>ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.main_boxc>ul li {
    width: 17%;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 30px;
    margin: 20px 15px;
    box-shadow: 0 10px 10px #f5f5f5;
    opacity: 0.9;
    transition: all 0.2s linear;

}

.main_boxc>ul li:hover {
    box-shadow: 0 10px 10px #e9e8e8;
    transition: all 0.2s linear;
    opacity: 1;
}

.main_boxc>ul li .main_box_img {
    width: 100%;
    position: relative;
    cursor: pointer;

}

.main_boxc>ul li .main_box_img img:nth-child(2) {
    width: 40%;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}

.main_boxc>ul li .main_box_img img:nth-child(1) {
    width: 100%;
    transition: all 0.2s linear;
    transform: scale(1);
}

.main_boxc>ul li .main_box_img img:nth-child(1):hover {
    transition: all 0.2s linear;
    transform: scale(1.1);
}

.main_boxc>ul li .products {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

.main_boxc>ul li .products text:nth-child(1) {
    font-size: 18px;
    /* font-weight: 550; */
}

.main_boxc>ul li .products text:nth-child(2) {
    width: 40px;
    height: 2px;
    background-color: #d71a21;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0;
}

/* .main_boxc>ul li .products text:nth-child(3) {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #666666;

} */