* {
    margin: 0;
    padding: 0;
}
/*@font-face{*/
/*    font-family:'psb';*/
/*    src: url(/assets/default/font/SourceHanSansCN-Bold.otf);*/
/*}*/
/*@font-face{*/
/*    font-family:'psf';*/
/*    src: url(/assets/default/font/SourceHanSans-Regular.otf);*/
/*}*/
/*@font-face{*/
/*    font-family:'psg';*/
/*    src: url(/assets/default/font/SourceHanSans-Light.otf);*/
/*}*/
.page {
    width: 100%;
    /*padding-top: 1rem;*/
    padding-top: .85rem;
}

.section1 {
    width: 100%;
    height: 7.22rem;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img,
.swiper-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet{
    width: .15rem;
    height: .15rem;
    border-radius: .15rem;
    margin: .05rem;
    background: #000;
    opacity: .5!important;
    transition: all .3s;
}

.swiper-pagination-bullet-active{
    width: 30px;
    background: #3d414e;
    opacity: 1!important;
}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1!important;
  cursor: pointer!important;
     pointer-events: auto!important;
}

.swiper1 .swiper-button-prev::after,
.swiper1 .swiper-button-next::after {
  display: block!important;
  font-size: .24rem;
  color: #fff;
}

.swiper1 .swiper-button-prev {
  left: 5%;
}

.swiper1 .swiper-button-next {
  right: 5%;
}


.tiao {
    display: none;
    width: 16.35rem;
    height: 1.1rem;
    border-radius: 0.3rem;
    position: absolute;
    top: 75%;
    z-index: 9999;
    left: 10%;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}
.swiper-slide:first-child .tiao{
    display: flex;
}
.content1{
    display: none;
}
.content1.selected2{
    display: block;
}
.tiao-left {
    width: 4.38rem;
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.5rem;
    color: #323232;
    margin-left: 0.3rem;
}

.tiao-center {
    height: 1.1rem;
    display: flex;
    flex-direction: column;
}

.tiao-center span {
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.23rem;
    color: #3D414E;
    line-height: 0.48rem;
}

.tiao-center p {
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.4rem;
    color: #B40E12;
    line-height: 0.4rem;
}

.tiao-right {
    display: flex;
    margin-right: 0.6rem;
}

.left {
    width: 2.51rem;
    height: 0.53rem;
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.23rem;
    color: #FFFFFF;
    line-height: 0.53rem;
    background: #b40e12;
    text-align: center;
    margin-right: 0.48rem;
    transition: all .3s;
}

.right1 {
    width: 2.51rem;
    height: 0.53rem;
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.23rem;
    color: #FFFFFF;
    line-height: 0.53rem;
    text-align: center;
    background: #b40e12;
    transition: all .3s;
}

.left:hover {
    /*background: #b40e12;*/
    background: #3d414e;
}

.right1:hover {
    /*background: #b40e12;*/
    background: #3d414e;
}

.main {
    width: 100%;
}

.nr {
    width: 14rem;
    margin: 0 auto;
}

.top {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9999;
}

.top img {
    width: 0.33rem;
    height: 0.35rem;
}

.title {
    width: 100%;
    height: 0.45rem;
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.46rem;
    color: #131313;
    text-align: center;
    position: relative;
    z-index: 333;
}

.bgwz {
    width: 9.45rem;
height: 1.29rem;
    position: absolute;
    top: -150%;
    left: 50%;
        transform: translateX(-50%);
    z-index: -1;
    color: #B3B3B3;
    font-size: 1.5rem;
    /*opacity: 0.3;*/
    background: url(/assets/img/shouye2.png) no-repeat;
     background-size: 100%;
}

.bgwz1 {
    width: 9.45rem;
height: 1.29rem;
    position: absolute;
    top: -143%;
    left: 25%;
    z-index: -1;
    color: #FFFFFF;
    font-size: 1.5rem;
    opacity: 1;
    background: url(/assets/img/shouye1.png) no-repeat;
    background-size: 100%;
}

.bgwz2 {
    width: 9.45rem;
height: 1.29rem;
    position: absolute;
    top: -150%;
    left: 25%;
    z-index: -1;
    color: #dcdcdc;
    font-size: 1.5rem;
    /*opacity: 0.3;*/
    background: url(/assets/img/shouye2.png) no-repeat;
    background-size: 100%;
}

.xiaotitle {
    width: 100%;
    font-family: 'psf';
    font-weight: 400;
    font-size: 0.16rem;
    color: #B3B3B3;
    line-height: 0.23rem;
    text-align: center;
    margin-top: 0.6rem;
}

.bottom-tu {
    width: 100%;
    height: auto;
}

.bottom-tu img {
    width: 100%;
    display: block;
}

.nr1 {
    width: 100%;
    height: 12.79rem;
    background: #f7f7f7;
    /*z-index: -11111;*/
    position: relative;
}

.xiaotitle1 {
    width: 16.2rem;
    margin: 0 auto;
    font-family: 'psf';
    font-weight: 400;
    font-size: 0.16rem;
    color: #B3B3B3;
    line-height: 0.23rem;
    text-align: center;
    margin-top: 0.6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zuo {
    position: absolute;
    top: 5%;
    left: -2%;
    opacity: 1;
}

.you {
    position: absolute;
    bottom: 0%;
    left: 103%;
    opacity: 1;
}

.chankan {
    width: 0.96rem;
    height: 0.25rem;
    border: 0.01rem solid #B40E12;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: Source Han Sans SC;
    font-weight: 300;
    font-size: 0.16rem;
    color: #B40E12;
    line-height: 0.23rem;
    position: absolute;
    right: 0;
}
.chankan a{
    font-family: 'psg';
    color: #B40E12;
}
.chankan img {
    width: 0.06rem;
    height: 0.1rem;
    
}
.chankan:hover{
    background: #B40E12;
}
.chankan:hover a{
    color: #FFFFFF;
}
.chankan:hover img{
    filter：invert(1);
}
.tupian {
    width: 16.2rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.tupian ul {
    display: flex;
    flex-wrap: wrap;
}

.tupian ul li {
    width: 5.22rem;
    height: 3.65rem;
    list-style: none;
    margin-right: 0.25rem;
    margin-bottom: 0.2rem;
    position: relative;
    /*overflow: hidden;*/
}

.tupian ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tupian ul li:nth-child(3n) {
    margin-right: 0;
}

.nr2 {
    width: 100%;
    height: 12.79rem;

    z-index: -11111;
}

.center {
    width: 14rem;
    margin: 0 auto;
    margin-top: 0.7rem;
}

.center-top ul {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.center-top ul li {
    list-style: none;
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.38rem;
    color: #B40E12;
    line-height: 0.23rem;
    justify-content: space-around;
    align-items: center;
    position: relative;
    text-align: center;
}

.weilei::after {
    content: '+';
    width: 0.1rem;
    position: absolute;
    left: 60%;
    top: -80%;
    color: #b40e12;
}



.weilei1::after {
    content: '+';
    width: 0.1rem;
    position: absolute;
    left: 38%;
    top: -80%;
    color: #b40e12;
}



.weilei2::after {
    content: '+';
    width: 0.1rem;
    position: absolute;
    left: 53%;
    top: -80%;
    color: #b40e12;
}

.center-top ul li span {
    /*margin-right: 0.3rem;*/
}

.center-wz ul {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
    
}
.center-top ul li{
    max-width: 2.1rem;
    flex: 1;
}
/*.center-top ul li:first-child{*/
/*    margin-left: 0.11rem;*/
/*}.center-top ul li:nth-child(2n){*/
/*    margin-left: 1.26rem;*/
/*}.center-top ul li:nth-child(3n){*/
/*    margin-left: 1.21rem;*/
/*}.center-top ul li:last-child{*/
/*    margin-left: 1.41rem;*/
/*}*/
/*.center-wz ul li:first-child{*/
/*    margin-left: 0;*/
/*}*/
/*.center-wz ul li:nth-child(2n){*/
    /*margin-left: 0.9rem;*/
/*    margin-left: 1.21rem;*/
/*}*/
/*.center-wz ul li:nth-child(3n){*/
/*    margin-left: 0.5rem;*/
/*}.center-wz ul li:nth-child(4n){*/
/*    margin-left: 0.7rem;*/
/*}*/
/*.center-wz ul li:last-child{*/
/*    margin-left: 0.9rem;*/
/*}*/
/*.center-wz ul{*/
/*    justify-content: space-between;*/
/*}*/
.center-wz ul li {
    max-width: 2.1rem;
    height: 0.85rem;
    font-family: 'psf';
    font-weight: 400;
    font-size: 0.16rem;
    color: #B3B3B3;
    line-height: 0.23rem;
    text-align: center;
    list-style: none;
    /*margin-left: 0.3rem;*/
    /*flex: 1;*/
    
}
.jie {
    width: 100%;
    height: 3.24rem;
    background: url(/assets/default/img/hongkuang.png) no-repeat center center;
    background-size: 100%;
}

.jie-center {
    width: 16.2rem;
    margin: 0 auto;
}

.jie-top {
    width: 100%;
}

.jie-top ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    padding-top: 0.35rem;

}

.jie-top ul li {
    height: auto;
    list-style: none;
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.23rem;
    color: #FFFFFF;
    line-height: 0.48rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*margin-left: -0.4rem;*/
}

.jie-top ul li:nth-child(3n) {
    padding-top: 0.2rem;
}

.bt {
    font-size: 0.48rem !important;
    /*margin-top: 1.3rem;*/
    margin-top: 1.8rem;
}

.xbt {
    font-size: 0.38rem !important;
    margin-bottom: 0.39rem;
    letter-spacing: 10px;
    margin-top: 0.4rem;
    display: none;
}

.news {
    /*width: 5.17rem;*/
    /*height: 0.52rem;*/
    font-family: 'psg';
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.3rem;
}
.news2 {
    font-family: 'psf';
    width: 2.96rem;
    height: 0.63rem;
    /*font-family: Source Han Sans SC;*/
    font-weight: 400;
    font-size: 0.16rem;
    color: #4D4D4D;
    line-height: 0.23rem;
}
.dh {
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
}

.zx {
    width: 2.51rem;
    height: 0.53rem;
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.23rem;
    line-height: 0.53rem;
    text-align: center;
    transition: all .3s;
    background: #FFFFFF;
    color: #B40E12;
}
.zx:hover{
    background: #c5c5c5;
    color: #FFFFFF;
}
.jie-top ul li img {
    width: 1.29rem;
    height: 1.29rem;
    margin-top: 0.45rem;
    display: block;
}

.nr3 {
    width: 100%;
    background: #f7f7f7;
    height: 8.43rem;
    /*z-index: -111111;*/
    position: relative;
}

.hezuo {
    width: 14.22rem;
    margin: 0 auto;
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
}

.hezuo img {
    width: 100%;
    height: 100%;
}

.bao1 .swiper-container {
    width: 12.71rem;
    /*margin: 0 auto;*/
    height: 3.85rem;
    margin: 0.5rem auto;
    margin-left: 0;
    display: flex;
    position: relative;
    /*background: #FFFFFF;*/
    
}

.swiper-container .swiper-slide {
    height: 3.65rem;
    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: center;
    -ms-flex-pack: center;
    /* -webkit-justify-content: center; */
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 5.24rem;
    height: 3.86rem;
    background: #fff;
}

.swiper-container .swiper-slide img {
    opacity: 0.4;
}

.swiper-container .swiper-slide-active img {
    opacity: 1;
}

.swiper-container .swiper-slide a{
    width: 100%;
    height: 100%;
}
.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}

.swiper-container {
    /*background: url('../img/index/bgwz.png') no-repeat center center;*/
    /*background-size: 100%;*/
    z-index: 10000;
}

.bt_1 {
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.46rem;
    color: #131313;
    border-left: 0.1rem solid #B40E12;
    padding-left: 0.2rem;
    margin-bottom: 0.5rem;
}

.tags1 ,
.tags1 a{
    width: 2.96rem;
    height: 0.63rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #4D4D4D;
    line-height: 0.23rem;
}

.zuo1 {
    /*width: 5rem;*/
    /* z-index: 11; */
    /*margin-top: 1.2rem;*/
    margin-left: 1.87rem;
    margin-top: -2.2rem;
}

.swiper-container .swiper-wrapper {
    width: 100%;
}

.you1 {
    /*width: 5rem;*/
    margin-top: -2rem;
    /* z-index: 11; */
    margin-right: 1.51rem;
    /* z-index: 11; */
}

.bt_2 {
    font-family: 'psb';
    font-weight: bold;
    font-size: 0.46rem;
    color: #131313;
    border-right: 0.1rem solid #B40E12;
    padding-right: 0.2rem;
    margin-bottom: 0.5rem;
}

.bao {
    width: 100%;
    /*height: 4.82rem;*/
    /*background: #f7f7f7;*/
    /* position: relative; */
}
.bao .swiper-container .swiper-slide{
    height: 100%;
}


.wai {
    background: url('../img/index/bgwz1.png') no-repeat center center;
    background: url(/assets/default/img/index/bgwz.png) no-repeat center center;
    background-size: 90%;
    background-repeat: no-repeat;
    /*width: 16.2rem;*/
    height: 4.82rem;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: space-between;
        align-items: center;
}

.swiper-pagination {
    width: 0.37rem;
    height: 0.16rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.23rem;
}

.bao .swiper-pagination {
    width: 0.37rem;
    height: 0.16rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.23rem;
    top: 82%;
    left: 4.1%;
}

/* .swiper-button-next{
    background-image: url(/img/index/you1.png);
    position: absolute;
    bottom: -295%;
    right: 860%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-button-prev::after{
    content: 'prev';
    position: absolute;
} */
.bao1 {
    position: relative;
    height: 4.82rem;
     background: #f7f7f7;
}
.bao1 .wai{
    background: url(/assets/default/img/index/bgwz.png) no-repeat center center;
    background: url('../img/index/bgwz1.png') no-repeat center center;
    background-size: 90%;
}
.bao1 .swiper-button-next {
    background-image: url(../img/index/you1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 0.21rem;
    height: 0.15rem;
    right: 8%;
    margin-top: 1.65rem;
}

.bao1 .swiper-button-prev {
    background-image: url(../img/index/zuo1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 0.21rem;
    height: 0.15rem;
    z-index: 99999;
    left: 83%;
    margin-top: 1.65rem;
}

.swiper-button-next::after {
    /*content: '';*/
    display: none;
}

.swiper-button-prev::after{
    /*content: '';*/
    display: none;
}

.bao .swiper-button-next::after {
    /*content: '';*/
    display: none;
}

.bao .swiper-button-next {
    background-image: url(../img/index/you1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 0.21rem;
    height: 0.15rem;
    left: 8%;
    margin-top: 1.56rem;
    margin-left: 1.6rem;
}

.bao .swiper-button-prev::after {
    content: '';
    display: none;
}

.bao .swiper-button-prev {
    background-image: url(../img/index/zuo1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 0.21rem;
    height: 0.15rem;
    z-index: 99999;
    margin-top: 1.56rem;
    margin-left: 2.01rem;
}

.bao .swiper-container {
    /*width: 10rem;*/
    margin-right: 0;
    width: 12.7rem;
   height: 3.85rem;
    /*margin: 1rem auto;*/
    background: #f7f7f7;
}
.bao1 .swiper-pagination{
    top: 83.5%;
    right: 12%;
}
.hdbk{
    width: 100%!important;
    height: 100%!important;
    background: rgba(180,14,18,0.5);
    display: none;
}

.tupian ul li a:hover .hdbk{
    display: block;
}

/*.hdbk_l{*/
/*    left: -100%;*/
/*    top: 0;*/
/*}*/

/*.tupian ul li a:hover .hdbk_l{*/
/*    left: 0;*/
/*}*/

/*.hdbk_t{*/
/*    left: 0;*/
/*    top: -100%;*/
/*}*/

/*.tupian ul li a:hover .hdbk_t{*/
/*    top: 0;*/
/*}*/

/*.hdbk_r{*/
/*    left: auto;*/
/*    right: -100%;*/
/*    top: 0%;*/
/*}*/

/*.tupian ul li a:hover .hdbk_r{*/
/*    right: 0;*/
/*}*/

/*.hdbk_b{*/
/*    left: auto;*/
/*    top: auto;*/
/*    right: 0;*/
/*    bottom: -100%;*/
/*}*/

/*.tupian ul li a:hover .hdbk_b{*/
/*    bottom: 0;*/
/*}*/

.hdbk p:first-child{
    /*margin-left: 1rem;*/
    /*margin-top: 1rem;*/
    padding: 1rem .15rem 0;
    width: 100%;
    box-sizing: border-box;
    font-family: 'psb';
    text-align: center;
}
.hdbk p:nth-child(2n){
    /*margin-left: 1.8rem;*/
    /*margin-top: 0;*/
    padding: 0 .15rem 0;
    width: 100%;
    text-align: center;
}
.tupian ul li a{
    /*width: 3.12rem;*/
    /*height: 0.71rem;*/
    width: 100%;
    height: 100%;
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 0.23rem;
    color: #FFFFFF;
    line-height: 0.48rem;
    display: block;
    overflow: hidden;
    position: relative;
}
.yuanjia{
    width: 0.36rem;
    height: 0.36rem;
    /*margin-left: 2.2rem;*/
    margin: 0 auto;
}
.yuanjia img{
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 0.2rem;
}

.swiper-Pagenumber .current {
    font-family: 'psf';
    font-size: 0.2rem;
}
.swiper-Pagenumber .total{
    font-family: 'psf';
}
.swiper-number .total{
    font-family: 'psf';
}
.swiper-number .current{
    font-family: 'psf';
    font-size: 0.2rem;
    margin-left: 1.7rem
    ;
}
.hezuo-zhong{
    width: 14.22rem;
    margin: 0 auto;
    display: flex;
        align-items: center;
            flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-bottom: 0.1rem;
}
.hezuo-zhong:last-child{
    margin-bottom: 0;
}
.hezuo-logo{
    width: 1.48rem;
    height: 0.62rem;
    margin-right: 0.3rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
}
.hezuo-logo:nth-child(8n){
    margin-right: 0;
}
.hezuo-logo img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s;
}
.hezuo-logo:hover img{
    transform: scale(1.3);
}
.tag1{
    font-family: 'psf';
    list-style: none;
    text-align: right;
    margin-bottom: 0.22rem;
    cursor: pointer
}

.tag1:hover a{
     color: #B40E12;
}
/*.selected1{*/
/*    color: #B40E12;*/
/*}*/
.nr4{
    background: #FFFFFF;
}

.hezuo-logo {
            cursor: pointer;
        }
        .hezuo-logo img {
            max-width: 100%;
            max-height: 100%;
            transition: transform 0.3s;
            filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)); /* 添加阴影效果 */
        }
        .hezuo-logo.enlarge {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 999999;
            background: rgba(0,0,0,0.5);
        }
        
        .hezuo-logo.enlarge img{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 50%;
            height: auto;
        }
        




@media only screen and (max-width: 1024px){
 .section1{
     height: auto;
 }   
 .swiper1 .swiper-button-prev, .swiper1 .swiper-button-next{
     display: none;
 }
 .center, 
 .nr, 
 .tiao{
    width: 100%;
 }
 .tiao-center{
     flex: 0 0 auto;
 }
 .tiao-left{
     width: auto;
     flex: 0 0 16%;
 }
 .tiao-center p, 
 .tiao-left{
     font-size: 14px !important;
 }
 .center-top ul li, 
 .xiaotitle, 
 .center-wz ul li, 
 .tiao-center span{
     font-size: 12px !important;
     line-height: 1.5 !important;
 }
 .center-wz ul, 
 .center-top ul, 
 .center{
     flex-direction: column;
     display: flex;
         height: 100%;
 }
 .center{
     flex-direction: row;
 }
 .center-wz ul li{
     height: auto;
 }
 .center div{
     flex:1;
     
 }
 .center-wz ul{
     margin-top: 0;
 }
 .center-new{
     flex: 0 0 auto !important;
 }
 .center-top ul li, 
 .center-wz ul li{
     max-width: none;
 }
.center-top ul li span::after{
         top: 3px;
 }
}