
header {
    background: #000;
    width: 100%;
    height: 100px;
}

header.locate {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    z-index: 9999;
}

header .w1920 {
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    height: 90px;
}

.logo {
    width: 130px;
    position: relative;
    z-index: 99;
    height: 90px;
}

.logo a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    display: block;
    height: auto;
}

.logo a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.h_l {
    display: flex;
    justify-content: flex-start;
}

.h_l li {
    padding: 0 25px;
    line-height: 90px;
    position: relative;
}
.h_l li h4 a {
    color: #000;
    font-size:  20px;
    font-weight: 400;
}


.Level2B {
    display: none;
    position: absolute;
    left: 50%;
    right: 0px;
    top: 90px;
    width: 180px;
    margin-left: -90px;
    line-height: 40px;
    z-index: 9;
    background: rgb(255, 255, 255, .88);
}

.Level2B .w1200 {
    justify-content: center;
}

.Level2 {
    cursor: pointer;
    position: relative;
}
.Level3Text,
.Level2Tt{
    padding: 0 10px;
    text-align: center;
}
.Level3Text  a,
.Level2Tt  a{
    font-size: 18px;
    color: #000;
    padding: 5px 0px;
    border-bottom: 2px solid transparent; 
}

.Level3,
.Level3Img,
.Level2Img {
    display: none;
}
.Level3{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    text-align: center;
    background: rgb(255, 255, 255, .88);
}


.h_r {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.language {
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.language h4 {
    background: #a9111d;
    padding: 0px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    font-weight: 400;
}

.language h4 span {
    color: #fff;
    font-size: 14px;
}

.language h4 img {
    width: 10px;
    height: 4px;
    margin-left: 4px;
}

.lang_list {
    position: absolute;
    top: 24px;
    right: 0px;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    background: #fff;
    text-align: center;
    padding: 5px 0px;
    display: none;
}

.lang_list a {
    display: block;
    line-height: 26px;
    color: #333;
    padding: 0 10px;
    font-size: 14px;
}

.share_l, .share_2 {
  margin-right: 10px;
}
.share_2:last-child{
  margin-right: 0px;
}
.share_l:last-child {
    margin-right: 0px;
}

footer {
    background: #a9111d;
    color: #fff;
    padding: 10px 0px;
}

footer .w1200 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    footer .w1200 h4, footer .w1200 a {
        font-size: 14px;
        line-height: 30px;
        padding-right: 10px;
        color: #eee;
        font-weight: 400;
    }

.foor_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
}

    .foor_img img {
        height: 19px;
        margin-right: 5px;
    }

.foor_img h4 {
     font-weight: 400;
    padding-left: 5px;
    padding-right: 0px;
}

.index {
    margin-top: 100px;
}
.index_top{
    width: 100%;
    height: 160px;
    background: #000000;
}
.bg_text{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.index_i{
    width: calc(50% - 600px);
    background: #000000;
}
.index_m{
    width: 1200px;
}
.index_m{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.fill{
   width: calc((100% - 831px)/4);
   background: #000;
}
.fill1{
       width: calc((100% - (100% - 831px)/4 - 554px)/2);
   background: #000;
}
.index_m  a{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
        background-size: 100%;
    width: 277px;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_m  a:hover{
    background-image: url(../images/bg_h.png);
}
.index_a {
    display: block;
}
.inde_img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.index_a h4{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center;
   font-weight: 400;
}
.inde_mobile{
    display: none;
}
.index_foor{
    width: 100%;
    height: 120px;
   background: #000;
}

.breadcrumb {
    padding-top: 130px;
}

.breadcrumb .w1200 {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.crumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding: 5px 0px;
}

.crumb a {
    margin: 0px 10px;
    font-size: 16px;
    color: #666666;
}

.crumb a:first-child {
    margin-left: 0px;
}

.crumb span {
    color: #333;
    display: inline-block;
    margin-left: 10px;
}

.crumb a:hover {
    color: #333;
}

.breadcrumb.crumb_white .w1200 {
    border-bottom: 1px solid #565656;
}

.crumb_white .crumb,
.crumb_white .crumb a {
    color: #999;
}

.crumb_white .crumb a:hover,
.crumb_white .crumb span {
    color: #ffff;
}

.product {
    padding-bottom: 40px;
}

.product ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 40px;
}

.product ul li {
    width: calc(25% - 18px);
    margin-right: 24px;
    margin-bottom: 24px;
}

.product ul li:nth-child(4n) {
    margin-right: 0px;
}

.product ul li a {
    display: block;
    border: 1px solid transparent;
}

.product_img {
    width: 100%;
    height: 363px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product ul li a h4 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product ul li a p {
    color: #a9111d;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 15px;
    font-family: "Arial", sans-serif;
}

.product ul li a:hover {
    border-color: #a9111d;
}
.paging {
    padding-top: 30px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagingI {
    margin: 0 20px;
}

.pagingI span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.pagingI.current span,
.pagingI span:hover {
    background: #a9111d;
    border-radius: 100%;
    color: #fff;
}

.crumb_return a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #a9111d;
}

.crumb_return a img {
    width: 15px;
    height: 5px;
    margin-left: 10px;
}

.pxq1 {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.pxq1L {
    width: 50%;
    position: relative;
}

.gallery-top {
    width: 100%;
    height: 450px;
}

.gallery-top .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.gallery-top .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 0;
}

.gallery-thumbs {
    margin: 0 30px;
    margin-top: 15px;
}

.gallery-thumbs .swiper-slide {
    width: 100%;
    height: 99px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-video-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.about-video .bofang {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-thumbs .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}


.cpNext {
    top: auto;
    left: auto;
    right: 0;
    width: 25px;
    height: 99px;
    bottom: 0px;
    margin: 0px;
    align-items: center;
    justify-content: center;
    color: transparent !important;
}

.cpPrev {
    top: auto;
    left: 0;
    width: 25px;
    height: 99px;
    bottom: 0px;
    margin: 0px;
    justify-content: center;
    align-items: center;
    color: transparent !important;
}

.cpNext:after,
.cpPrev:after {
    display: none;
    visibility: hidden;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    background: #666666;
}

.cpNext:hover,
.cpPrev:hover {
    background: #a9111d;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #da3133;
    background: #fff;
}

.pxq1R {
    width: 50%;
    padding-left: 60px;
    padding-top: 30px;
}

.pxq1R h4 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
}

.pxq1R p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 10px;
}

.price {
    font-size: 30px;
    color: #a9111d;
    margin-bottom: 30px;
    font-family: "Arial", sans-serif;
}

.butBox {
    margin-top: 20px;
    min-height: 174px;
}

.butI {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
}

.butI h6 {
    width: 70px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
}

.butList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 70px);
}

.butList button {
    font-size: 16px;
    color: #333333;
    padding: 5px 15px;
    line-height: 26px;
    background: #ebebec;
    border: 1px solid #ebebec;
    border-radius: 5px;
    margin: 0 5px;
}

.butList button.current,
.butList button:hover {
    border: 1px solid #ae1f2a;
}

.quantity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.quantity button {
    width: 42px;
    height: 42px;
    border: 1px solid #e7e7e7;
    font-size: 24px;
    color: #333;
    display: flex;
    justify-content: center;
}

.quantity button.jia {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: none;
}

.quantity button.jian {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: none;
}

.quantity input {
    height: 42px;
    width: 42px;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    color: #333;
    display: block;
    text-align: center;
    line-height: 40px;
}

.buy {
    margin-top: 40px;
}

.buy button {
    color: #fff;
    font-size: 16px;
    background: #a9111d;
    line-height: 30px;
    padding: 5px 30px;
    border-radius: 5px;
}

.pxq2 {
    padding-bottom: 70px;
}

.pxq_tt {
    background: #efefef;
    padding: 10px 15px;
    font-size: 24px;
    color: #333333;
    border-bottom: 5px solid #a9111d;
}

.pxq2_ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0px;
}

.pxq2_ul li:last-child {
    border-bottom: 1px solid transparent;
}

.pxq2I {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.pxq2I span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: right;
    width: 100px;
}

.pxq2 p {
    padding-left: 30px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    width: calc(100% - 100px);
}

.pxq2_nr {
    padding-top: 30px;
}

.pxq2_img {
    display: flex;
    justify-content: center;
}

.pxq2_img img {
    max-width: 100%;
    height: auto;
}

.productCover {
    width: 100%;
    height: 100vh;
}

.productCover .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr_next {
    right: 50%;
    margin-right: -600px;
    color: #fefbfb;
    background: transparent;
}

.pr_prev {
    left: 50%;
    margin-left: -600px;
    color: #fefbfb;
    background: transparent;
}

.pr_pagination {
    bottom: 30px !important;
}

.pr_pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .2;
    margin: 0 10px !important;
}

.pr_pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.cover {
    position: relative;
}

.slideText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.slideText p {
    font-size: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideText p img {
    width: auto;
    height: 80px;
    margin-right: 20px;
}

.about {
    padding-bottom: 80px;
}

.about_bg {
   /* background-image: url(../images/about3.png);*/
    background-repeat: no-repeat;
    background-size: auto 92%;
    background-position: top;
}

.aboutT {
    font-size: 40px;
    color: #a9111d;
    letter-spacing: 10px;
    text-align: center;
    padding-top: 60px;
}

.aboutS {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    padding-top: 10px;
}

.aboutP {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px;
}
.form .aboutT, .form .aboutS, .form .aboutP {
    text-align: left;
}
.about_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.about_l {
    width: 50%;
    height: 500px;
}

.about_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_r {
    width: 50%;
    height: 500px;
    padding-left: 40px;
    padding-top: 35px;
    overflow: auto;
}
.about_r {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 35px;
}

.contact {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_l {
    width: calc(50% - 25px);
    border: 1px solid rgb(255, 255, 255, .25);
    padding: 40px 10px;
    border-radius: 10px;
}

.contact_img {
    display: flex;
    justify-content: center;
    width: 69px;
    height: 69px;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.contact_l h6 {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact_l p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.contact_l p b{
    font-size: 24px;
    font-weight: bold;
}
.form {
    padding-top: 90px;
}

.form h4 {
    font-size: 24px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 400;
}

    .form .form-div {
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.formV {
    width: calc(50% - 40px);
    color: #fff;
    border: 1px solid rgb(255, 255, 255, .2);
    line-height: 30px;
    padding: 5px 20px;
    display: flex;
    justify-content: flex-start;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.formV label {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-right: 15px;
    position: relative;
}

.formV label::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    width: 1px;
    height: 16px;
    background: rgb(255, 255, 255, .2);
}

.formV label span {
    color: #a9111d;
}

.formV input {
    display: block;
    border: none;
    width: calc(100% - 90px);
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
}

.formF input {
    width: calc(100% - 180px);
}

.formV button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #bc4a14;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    width: 110px;
    text-align: center;
}

.formV textarea {
    width: calc(100% - 90px);
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 120px;
    border: none;
}

.formV.long {
    width: 100%;
}

.formC {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

.formC input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: #666666;
}

.formC span {
    color: #df1c2b;
    font-size: 16px;
    cursor: pointer;
}

.formM {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.formM button {
    width: 140px;
    background: #a9111d;
    border-radius: 5px;
    line-height: 30px;
    padding: 5px 0px;
    font-size: 16px;
    color: #fff;
}

.exhibit {
    padding-bottom: 50px;
}

.exhibit ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.exhibit ul li {
    margin-top: 50px;
    width: calc(33.33% - 50px);
    margin-right: 75px;
}

.exhibit ul li:nth-child(3n) {
    margin-right: 0px;
}

.exhibit_img {
    width: 100%;
    height: 339px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.exhibit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.exhibit ul li a h4 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    line-height: 30px;
}

.solution_xq {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.solution_box {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.sol_xq_img {
    width: 100%;
    height: 540px;
    cursor: pointer;
}

.sol_xq_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution_box h4 {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    padding-top: 15px;
    font-weight: 400;
}

.solution-thumbs {
    margin: 0 35px;
}
    .solution-thumbs .swiper-slide  {
        height: 90px;
    }
.solution-thumbs .swiper-slide img {
    border: 5px solid transparent;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    width:100%;
}

.solution-thumbs .swiper-slide.swiper-slide-thumb-active img {
    border: 5px solid #a9111d;
}

.solution_xq .cpPrev,
.solution_xq .cpNext {
    bottom: 5px;
    height: 80px;
}

.xq1 .layui-layer {
    height: 640px !important;
    border-radius: 10px;
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-color: #a9111d;
}

.xq2 .xq_box {
    margin: 15px;
}

.xq2 .solution_xq {
    margin: 0px;
}

.xq2 .solution_box {
    max-width: 100%;
    padding-bottom: 0px
}

.thumbs_box {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    width: 100%;
}
.xq2 .solution-thumbs .swiper-slide{
    height: 60px;
}
.xq2 .solution-thumbs .swiper-slide img {
    border: 2px solid #fff;
    height: 60px;
    object-fit: cover;
    border-radius: 0px;
}

.xq2 .solution-thumbs .swiper-slide.swiper-slide-thumb-active img {
    border: 2px solid #a9111d;
}

.xq2 .solution_xq .cpPrev,
.xq2 .solution_xq .cpNext {
    bottom: 20px;
    height: 62px;
    left: 15px;
}

.xq2 .solution_xq .cpNext {
    left: auto;
    right: 15px;
}

.xq2 .solution-thumbs {
    margin: 0 50px;
}

.xq2 .solution_box .swiper-slide img {
    width: 100%;
    height: 658px;
    object-fit: cover;
}

.xq_describe {
    margin-top: 10px;
}

.xq_describe p {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}

.metaverse {
    width: 100%;
    height: calc(100vh - 50px);
}

.metaverse .popup-video {
    object-fit: cover;
}

.metaverse a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_box {
    padding-top: 40px;
    padding-bottom: 60px;
}

.info_box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.info_box ul li {
    width: calc(25% - 18px);
    margin-right: 24px;
    margin-bottom: 24px;
    background: #303638;
    border-radius: 20px;
    padding: 20px;
}

.info_box ul li:nth-child(4n) {
    margin-right: 0px;
}

.info_img {
    width: 83px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.info_img img {
    max-width: 100%;
    max-height: 100%;
}

.info_box ul li h4 {
    font-size: 24px;
    color: #ffff;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}

.info_box ul li p {
    text-align: center;
    font-size: 16px;
    color: #999999;
    line-height: 30px;

}

.info_box ul li a {
    background: #a9111d;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
    width: 80%;
    display: block;
    text-align: center;
    padding: 8px 0px;
    margin-top: 15px;
    border: 1px solid #a9111d;
}

.info_box ul li a:hover {
    background: transparent;
    color: #a9111d;
}

.exhibit_xq {
    padding-bottom: 40px;
}

.exhibit_xq_I {
    padding-bottom: 30px;
}

.exhibit_xq_tt {
    margin-top: 30px;
    padding: 10px 20px;
    background: #666666;
    border-bottom: 5px solid #a9111d;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.ex_xq_box{
    position: relative;
    padding: 0  30px;
}
.exhibit_xq_I .swiper{
   height: 680px;
   margin-top: 30px;
   margin-bottom: 30px;
}

.exhibit_xq_I  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2) !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.exhibit_xq_I .swiper-button-next{
     background: transparent;
     right: 0;
     width: auto;
     height: auto;
}
.exhibit_xq_I .swiper-button-prev{
 background: transparent;
 left: 0;
      width: auto;
      height: auto;
}
.exhibit_xq_I .swiper-button-prev::after,
.exhibit_xq_I .swiper-button-next::after{
 font-size: 18px;
 color: #333;
}

.exhibit_xq_img {
    width: 100%;
    height: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exhibit_xq_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.exhibit_xq_slide  h4 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding-top: 10px;
    font-weight: 400;
}


.exhibit_xq_xinxi {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #f4f4f4;
    border-radius: 16px;
    align-items: center;
}

.exhibit_xq_L {
    width: 256px;
    height: 256px;
}

.exhibit_xq_L img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.exhibit_xq_R {
    width: calc(100% - 256px);
    padding: 20px;
    padding-right: 35px;
}

.exhibit_xq_R h4 {
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 20px;
}

.exhibit_xq_R p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.exhibit_xq_R h6 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: 400;
}

.exhibit_xq2 .layui-layer {
    background: transparent;
    box-shadow: none;
}

.exhibit_xq2 .layui-layer-title {
    color: #fff;
    font-size: 24px;
    border-bottom: none;
    text-align: center;
    padding: 0 30px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.exhibit_xq2  .layui-layer-setwin span{
  font-size: 30px;
  color: #fff;
}
.ex_xq {
    padding: 0px 60px;
    padding-top: 40px;
}

.exPrev,
.exNext {
    background: transparent;
    color: #fff;
    top: var(--swiper-navigation-top-offset, 40%);
}

.exNext {
    right: 0px;
}

.exPrev {
    left: 0px;
}

.ex_xq .swiper-slide {
    border: 10px solid #fff;
    background: #fff;
    width: 75%;
}

.slide_img {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
}

.slide_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.slide_text {
    justify-content: space-between;
    display: none;
}

.slide_l {
    width: calc(100% - 170px);
    padding-left: 10px;
    max-height: 120px;
    overflow: auto;
}

.slide_l p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.slide_r {
    width: 130px;
}

.slide_r a {
    background: #a9111d;
    font-size: 18px;
    color: #fff;
    width: 120px;
    display: block;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    padding: 10px 0px;
    border-radius: 5px;
}
.ex_xq .swiper-slide-active  .slide_text{
  display: flex;
  flex-wrap: wrap;
}
.ex_xq .swiper-slide-active {
     box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.slide_l::-webkit-scrollbar {
  width: 5px; /* 滚动条的宽度 */
}

.slide_l::-webkit-scrollbar-track {
  background: transparent; /* 滚动条轨道的背景颜色 */
}

.slide_l::-webkit-scrollbar-thumb{
 background: rgb(0, 0, 0, .1);
}
.nav_but{
    display: none;
}
.share_ing{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.share_ing img{
    width: 180px !important;
    width: auto;
}
.ser_text {
    width: 580px;
    max-height: 520px;
    overflow: auto;
    padding: 30px;
}
.ser_tex p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.paging{
    color: #333;
}
.page-item{
    margin: 0 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
}
.page-item:hover,
.page-item.current{
        background: #a9111d;
    border-radius: 100%;
    color: #fff;
}
.load{
    padding: 10px 0px;
    display: flex;
    justify-content: center;
}
.load button{
    font-size: 16px;
    cursor: pointer;
    color: #666;
    line-height: 30px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}
.load button:hover{
    color: #333;
}