@charset "utf-8";
.banner a{
    display: block;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner a img{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.banner .page{
    font-size: 0;
    bottom: .5rem;

}
.banner .page span{
    width: .11rem;
    height: .11rem;
    opacity: 1;
    margin: 0 .4rem;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}
.banner .page span:before{
    position: absolute;
    content: '';
    width: .22rem;
    height: .22rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px dashed #fff;
    transition: .5s;
}
.banner .page span:after{
    position: absolute;
    content: '';
    width: .8rem;
    right: 100%;
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}
.banner .page span:first-child:after{
    display: none;
}
.banner .page span.active{
    background: #f8b551;
}
.banner .page span.active:after{
    border-color: #f8b551;
}


.title001 {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.title001 .ll h6{
    font-family: Futura Md BT,sans-serif;
    font-size: .14rem;
    color: #999999;
    line-height: 1;
}
.title001 .ll h3{
    font-family: 'songti',sans-serif;
    font-size: .4rem;
    color: #333333;
    margin: 0.05rem 0 0;
    line-height: .4rem;
}
.title001.mid{
    justify-content: center;
}
.title001 .tabs{
    display: flex;
    align-items: center;
}
.title001 .tabs .li{
    position: relative;
    cursor: pointer;
}
.title001 .tabs .li:before{
    content: "";
    position: absolute;
    width: .08rem;
    height: .08rem;
    background: #990000;
    right: calc(-.27rem - .04rem);
    border-radius: 50%;
    bottom: .15rem;
}
.title001 .tabs .li:last-child:before{
    display: none;
}
.title001 .tabs .li{
    margin-right: .54rem;
}
.title001 .tabs .li:last-child{
    margin-right: 0;
}
.title001 .tabs .li h3{
    font-size: .32rem;
    color: #808080;
}
.title001 .tabs .li.active h3{
    font-size: .4rem;
    color: #333333;
}
.title001 .more{
    position: absolute;
    right: 0;
    bottom: .1rem;
}
.title001 .more a{
    display: flex;
    font-size: .14rem;
    color: #990000;
    line-height: .18rem;
    align-items: center;
}
.title001 .more a img{
    display: block;
    height: .16rem;
    margin-left: .05rem;
}
.title001 .tabsmore a{
    display: none;
}
.title001 .tabsmore a.active{
    display: flex;
}

.homea .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homea .left{
    width: 48.88%;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/xym/images/s1-img02.png") repeat-x bottom center;
}
.list1w a .pic{
    padding-top: 4.64rem;
}
.list1w a h2{
    font-size: .2rem;
    color: #fff;
    line-height: .24rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .28rem;
    padding: 0 1.4rem 0 .3rem;
    z-index: 3;
    font-weight: 600;
}
.list1w .page{
    font-size: 0;
    left: auto;
    width: auto;
    right: .33rem;
    bottom: .34rem;
}
.list1w .page span{
    width: .1rem;
    height: .1rem;
    opacity: 1;
    margin-left: .1rem;
    border: 1px solid #fff;
    background: transparent;
}
.list1w .page span.active{
    background: #f8b551;
    border-color: #f8b551;
}
.homea .right{
    width: 49.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homea .right .ll{
    width: 48.01%;
}
.homea .right a{
    display: block;
    position: relative;
}
.homea .right .ll .pic{
    padding-top: 2.69rem;
}
.homea .right .ll .txt time{
    display: block;
    font-size: .14rem;
    color: #a93035;
    line-height: 1;
    font-family: "PingFang SC",sans-serif;
    margin-bottom: .1rem;
}
.homea .right .ll .txt h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    margin-bottom: .1rem;
    transition: .5s;
}
.homea .right .ll .txt p{
    font-size: .14rem;
    color: #333333;
    line-height: .24rem;
    -webkit-line-clamp: 3;
    height: .72rem;
    opacity: .8;
}
.homea .right .ll .txt{
    padding-top: .24rem;
}
.homea .right .ll:hover .txt h3{
    color: #990000;
}
.homea .right .rr{
    width: 48.01%;
}
.homea .right .rr a .pic{
    padding-top: 2.25rem;
}
.homea .right .rr a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/xym/images/s1-img05.png") repeat-x bottom center;
}
.homea .right .rr a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .12rem;
    z-index: 3;
    padding: 0 .3rem;

}
.homea .right .rr a time{
    display: block;
    font-size: .14rem;
    color: #fff;
    line-height: 1;
    font-family: "PingFang SC",sans-serif;
    margin-bottom: .1rem;
}
.homea .right .rr a h3{
    font-size: .16rem;
    line-height: .28rem;
    color: #fff;
    height: .56rem;
}
.homea .right .rr .img_box:first-child{
    margin-bottom: .14rem;
}
.list_bds1_li{
    transform: scale(0);
    height: 0;
    visibility: hidden;
}
.list_bds1_li.active{
    transform: scale(1);
    height: auto;
    visibility: visible;
}

.more_wap{
    display: none;
    justify-content: center;
    margin-top: .24rem;
}
.more_wap a{
    display: block;
    font-size: .16rem;
    line-height: .4rem;
    color: #fff;
    text-align: center;
    background: #990000;
    border-radius: .5rem;
    min-width: 1.2rem;
}

.homea .title001{
    margin-bottom: .7rem;
}
.homea {
    padding-top: 1.05rem;
    margin-bottom: 1.15rem;
}
.list2w {
    position: relative;
    padding: 0 .5rem;
    z-index: 1;
}
.list2w a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 2.1rem;
    padding: 0 .24rem;
}
.list2w a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    transition: .5s;
}

.list2w a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: .03rem;
    transition: .5s;
}
.list2w a time{
    display: block;
    font-size: .14rem;
    color: #a93035;
    line-height: 1;
    font-family: "PingFang SC",sans-serif;
}
.list2w a .dots{
    margin: .2rem 0;
    padding: 0 0 0 .3rem;
}
.list2w a .dots .dot{
    width: 0.2rem;
    height: 0.2rem;
    border: transparent 1px solid;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.list2w a .dots .dot:after{
    content: "";
    position: absolute;
    width: .08rem;
    height: .08rem;
    background: #ab1a26;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.list2w a h5{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    transition: .5s;
}
.list2w a:hover:before{
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px .1rem 0px rgba(0, 0, 0, 0.1);
}
.list2w a:hover:after{
    width: 100%;
    left: 0;
    background: #ebb041;
}
.list2w a:hover h5{
    font-weight: 600;
}
.list2w a:hover .dot{
    border-color: #d58c92;
}
.list2w .swiper-container {
    padding: .2rem;
    margin: -.2rem;
}
.list2w .btn{
    top: 1.03rem;
    width: .28rem;
    height: .28rem;
    z-index: 10;
    background: #fff no-repeat 50%/100% 100%;
    border-radius: 50%;
    transition: .5s;
}

.list2w .prev{
    left: 0;
    background-image: url("/xym/images/s2-img01.png");
}
.list2w .next{
    right: 0;
    background-image: url("/xym/images/s2-img02.png");
}
.list2w .prev:hover{
    background-image: url("/xym/images/s2-img03.png");
}
.list2w .next:hover{
    background-image: url("/xym/images/s2-img04.png");
}
.list2w::before {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: .03rem;
    background: #e5272d;
    top: 1.03rem;
    margin-top: -0.015rem;
}

.homeb .title001{
    margin-bottom: .37rem;
}

.list_bds2_li{
    transform: scale(0);
    height: 0;
    visibility: hidden;
}
.list_bds2_li.active{
    transform: scale(1);
    height: auto;
    visibility: visible;
}
.list_bds2{
    overflow: visible;
}
.list_bds2.swiper-container-fade .swiper-slide .swiper-slide{
    pointer-events:auto;
}
.list_bds2 .swiper-slide-active{
    z-index: 3;
}
.homeb{
    overflow: hidden;
    margin-bottom: 1rem;
}
.homec .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homec .left{
    width: 34.07%;
}
.list3w{
    margin-left: -.15rem;

}
.list3w a{
    display: block;
    padding-left: .15rem;
}
.list3w a .pic{
    padding-top: 3.2rem;
    border-radius: 1rem 0 0 0;
    z-index: 3;
}
.list3w a .imgBox{
    position: relative;
    padding-bottom: .2rem;
}
.list3w a .imgBox:after{
    position: absolute;
    content: '';
    left: -.15rem;
    bottom: 0;
    right: .17rem;
    top: .17rem;
    border: 1px solid #d7b678;
    border-radius: 1rem 0 0 0 ;
}
.list3w .txt h3{
    font-size: .2rem;
    line-height: .34rem;
    color: #333333;
    font-weight: 600;
    transition: .5s;
    height: .68rem;
    margin-bottom: .22rem;
}
.list3w .txt p{
    font-size: .14rem;
    line-height: .24rem;
    color: rgba(51, 51, 51, 0.8);
    -webkit-line-clamp: 3;
    height: .72rem;
}
.list3w .txt{
    padding-top: .33rem;
    padding-bottom: .52rem;
}
.list3w .page{
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list3w .page span{
    width: .3rem;
    height: .06rem;
    background: #990000;
    border-radius: .5rem;
    opacity: 1;
    margin: 0 .11rem;
    transition: .5s;
}
.list3w .page span.active{
    background: #d7b678;
}
.list3w a:hover .txt h3{
    color: #990000;
}
.homec .right{
    width: 60%;
}
.list_box1{
    position: relative;

}
.list_box1 .line1{
    position: absolute;
    top: 50%;
    margin-top: -.5px;
    left: .52rem;
    right: .52rem;
    height: 1px;
    background: rgba(215, 182, 120, 0.5);
}
.list_box1 .line2 {
    position: absolute;
    left: calc(33.33%);
    margin-left: -.5px;
    top: .52rem;
    bottom: .52rem;
    width: 1px;
    background: rgba(215, 182, 120, 0.5);
}

.list_box1 .line3 {
    position: absolute;
    right: calc(33.33%);
    margin-left: -.5px;
    top: .52rem;
    bottom: .52rem;
    width: 1px;
    background: rgba(215, 182, 120, 0.5);
}

.list_box1 ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.list_box1 ul li{
    width: 33.33%;
}
.list_box1 ul li a{
    display: flex;
    height: 2.97rem;
    flex-direction: column;
    justify-content: center;
    padding: 0 .3rem;
    position: relative;
    z-index: 1;

}
.list_box1 ul li a .bg{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #b21319;
    box-shadow: 0px 0px .4rem 0px rgba(0, 0, 0, 0.1);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 ul li a .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: rgba(243, 222, 204, 0.2) 1px solid;
    margin: 0 0 .19rem;
    padding-bottom: .22rem;
}

.list_box1 li a .top time {
    display: block;
    font-size: .24rem;
    color: #b60408;
    font-family:Georgia,sans-serif;
    line-height: 1;
    font-weight: 600;
}

.list_box1 li a .top span {
    display: block;
    font-size: .14rem;
    color: #b60408;
    line-height: 1;
    font-family: "PingFang SC",sans-serif;
}
.list_box1 li a h5{
    font-size: .16rem;
    color: #333333;
    line-height: .28rem;
    height: .56rem;
    margin: 0 0 .3rem;
    transition: .5s;
}
.list_box1 li a h6{
    font-size: .14rem;
    color: #666666;
    line-height: .3rem;
    padding: 0 0 0 .26rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_box1 li a  h6.h61 {
    background: url(/xym/images/s3-img02.png) left center no-repeat;
    background-size: .2rem;
}

.list_box1 li a  h6.h62 {
    background: url(/xym/images/s3-img03.png) left .03rem center no-repeat;
    background-size: .14rem;
}
.list_box1 li *{transition: .5s}
.list_box1 li a:hover .bg {
    opacity: 1;
    visibility: visible;
    transform: scale(1.1);
}
.list_box1 li a:hover .top time,
.list_box1 li a:hover .top span{
    color: #fff;
}
.list_box1 li a:hover h5,
.list_box1 li a:hover h6{
    color: #fff;
}
.list_box1 li a:hover  h6.h61{
    background-image: url(/xym/images/s3-img04.png);
}
.list_box1 li a:hover  h6.h62{
    background-image: url(/xym/images/s3-img05.png);
}
.homec .title001{
    margin-bottom: .42rem;
}
.homec{
    margin-bottom: 1.3rem;
}
.list_box2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.list_box2 li{
    width: 17.11%;
    margin-left: 3.33%;
    transition: .5s;
    height: 5.2rem;
}
.list_box2 li:first-child{
    margin-left: 0;
}
.list_box2 li.show{
    width: 38.66%;
}
.list4w a{
    display: block;
    height: 100%;

    position: relative;
}
.list4w a .img{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.list4w a .img .img_hz{
    padding-bottom: 100%;
}
.list4w a .img img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list4w .box1 .txt h5{
    font-size: .2rem;
    color: #333333;
    font-weight: 600;
    text-align: center;
    line-height: .24rem;
}
.list4w .box1 .txt h5 i{
    color: #990000;
}
.list4w .box1 .txt{
    margin-top: .12rem;
    padding-top: .47rem;
    padding-bottom: .48rem;
    background: url("/xym/images/s4-img08.png") no-repeat top center;
    background-size: .1rem .37rem;
}
.list_box2 li .box2{
    position: absolute;
    width: 5.2rem;
    left: 50%;
    top: 50%;
    margin-left: -2.6rem;
    margin-top: -2.6rem;
    height: 5.2rem;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transform: scale(.6);
    transition: .3s
}
.list_box2 li .box2 .img{
    padding: .54rem;
    overflow: visible;
}
.list_box2 li .box2 .img .img_zd{
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.list_box2 li .box2 .img .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.list_box2 li .box2 .img .txt h4{
    font-size: .18rem;
    color: #fff;
    line-height: 1;
}
.list_box2 li .box2 .img .txt i{
    font-size: .6rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}
.list_box2 li .box2 .img .txt h5{
    font-size: .2rem;
    color: #fff;
    line-height: .34rem;
    font-weight: 600;
    text-align: center;
    margin-top: .44rem;
width:66%;
}
.list_box2 li .box2 .img:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/xym/images/s4-img05.png") no-repeat 50%;
    background-size: 100% 100%; animation: play 10s linear infinite;
}
@keyframes play {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}


.list_box2 li.show .box2{
    opacity: 1;
    visibility: visible;
    z-index: 3;
    transform: scale(1);
}
.list_box2 li.show .box1{
    opacity: 0;
    visibility: hidden;

}

.list_box2 li .box1{
    display: flex;
    height: 100%;
    max-width: 2.31rem;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 1;
    visibility: visible;
    transition: .5s;
    transition-duration: .2s;
}
.list_box2 {
    padding: 0 .85rem ;
}
.list4w{
    position: relative;
}
.list4w .btn{
    width: .17rem;
    height: .29rem;
    margin-top: .1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;

}
.list4w .prev{
    left: .45rem;
    background-image: url("/xym/images/s4-img06.png");
}
.list4w .next{
    right: .45rem;
    background-image: url("/xym/images/s4-img07.png");
}
.list4w2{
    display: none;
}
.homed .title001{
    margin-bottom: .56rem;
    text-align: center;
}
.homed{
    margin-bottom: .6rem;
}
.list5w_hd{
    margin-right: -.14rem;
}
.list5w_hd .con  a{
    display: block;
}
.list5w_hd .con{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-right: .14rem;
}
.list5w_hd .con .left{
    width: 48.28%;
}
.list5w_hd .con .left .img_box{
    padding-top: .14rem;
    position: relative;

}
.list5w_hd .con .left .img_box .pic{
    padding-top: 4.56rem;
    border-radius: 0 1.2rem 0 0;
    z-index: 3;
}
.list5w_hd .con .left .img_box:after{
    position: absolute;
    content: '';
    right: -0.14rem;
    top: 0;
    left: 0.13rem;
    bottom: 0.14rem;
    border: 1px solid #d7b678;
    border-radius:  0 1.2rem 0 0;
}
.list5w_hd .con .right{
    width: 37.17%;
}
.list5w_hd .con .txt img{
    display: block;
    height: .05rem;
    margin-bottom: .25rem;
}
.list5w_hd .con .txt h4{
    font-size: .2rem;
    color: #c8262c;
    line-height: .24rem;
    max-height: .48rem;
    margin-bottom: .29rem;
}
.list5w_hd .con .txt p{
    font-size: .14rem;
    line-height: .24rem;
    color: rgba(51, 51, 51, 0.8);
    -webkit-line-clamp: 3;
    height: .72rem;
}

.list5w_bd{
    position: absolute;
    left: 0;
    bottom: .28rem;
    width: 7.18rem;
    z-index: 55;
    overflow: hidden;
    padding: 0 .1rem 0 .18rem;
}
.list5w_bd .img{
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow:  0 0 .2rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.list5w_bd .img:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .03rem solid #c8262c;
    border-radius: 50%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list5w_bd .img .img_hz{
    padding-top: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;

}
.list5w_bd .img img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.list5w_bd .swiper-slide h3{
    font-size: .18rem;
    color: #333;
    line-height: .24rem;
    text-align: center;
    font-weight: 600;
    transition: .5s;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list5w_bd .swiper-slide-active .img:after{
    opacity: 1;
    visibility: visible;
}
.list5w_bd .swiper-slide-active h3{
    font-size: .24rem;
    color: #c8262c;
}

.list5w_bd .swiper-container{
    width: 8.64rem;
    padding: .2rem;
}
.list5w_bd .btn{
    width: .14rem;
    height: .24rem;
    margin-top: -.15rem;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.list5w_bd .prev{
    left: 0;
    background-image: url("/xym/images/s5-img04.png");
}
.list5w_bd .next{
    right: 0;
    background-image: url("/xym/images/s5-img05.png");
}

.homee .title001{
    margin-bottom: .36rem;
}
.homee{
    margin-bottom: 1.5rem;
}

.homef .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homef .left{
    width: 52.1%;
}
.homef .left a{
    display: block;
    position: relative;
    border-radius: 0 0 0 1.5rem;
    overflow: hidden;
}
.homef .left a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/xym/images/s1-img02.png") repeat-x bottom center;
}
.homef .left a .pic{
    padding-top: 7.65rem;

}
.homef .left a .pic video{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homef .left a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .86rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .64rem;
}
.homef .left a .txt img{
    display: block;
    width: .54rem;
}
.homef .left a .txt h4{
    width: calc(100% - .8rem);
    font-size: .2rem;
    line-height: .24rem;
    color: #fff;
    padding-bottom: .34rem;
    background: url("/xym/images/s6-img12.png") no-repeat bottom left;
    background-size: auto .08rem;
}
.homef .right{
    width: 47.9%;
}
.homef .mtbox{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2.41rem;
    background: url("/xym/images/s6-img13.png") no-repeat bottom center;
    background-size: cover;
    border-radius: 0 1.5rem 0 0;
}
.homef .mtbox h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #fff;
    font-family: 'songti',sans-serif;
    text-align: center;
    margin-bottom: .2rem;
}
.homef .mtbox ul{
    display: flex;
    justify-content: center;
}
.homef .mtbox ul li{
    width: .69rem;
    position: relative;
    margin: 0 .225rem;
}
.homef .mtbox li a{
    display: block;
    width: .69rem;
    height: .69rem;
}
.homef .mtbox li img{
    display: block;
    width: 100%;
    height: 100%;
}
.homef .mtbox li .code{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top: .8rem;
    transform: translateX(-50%);
    transition: .5s;
    background: #fff;
    box-shadow: 0 .04rem 0.1rem rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: .05rem;
    opacity: 0;
    visibility: hidden;
    padding: .05rem ;
}
.homef .mtbox li .code:after{
    position: absolute;
    left: 50%;
    content: '';
    top: 0;
    transform: translate(-50%,-100%);
    border: 0.05rem solid #fff;
    border-color: transparent transparent #fff;
}
.homef .mtbox li:hover .code{
    opacity: 1;
    visibility: visible;
}
.list_box3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box3 .ll{
    width: 53.49%;

}
.list_box3 a{
    display: block;
    position: relative;
}
.list_box3 a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/xym/images/s6-img14.png") repeat-x bottom center;
}
.list_box3 .ll .pic{
    padding-top: 2.62rem;
}
.list_box3 a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .16rem;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0 .18rem;
}
.list_box3 a .txt img{
    display: block;
    max-width: .28rem;
    margin-right: .15rem;
}
.list_box3 a .txt h3{
    width: calc(100% - .45rem);
    font-size: .18rem;
    line-height: .28rem;
    color: #fff;
}
.list_box3 .rr{
    width: calc(100% - 53.49%);
}
.list_box3 .rr .pic{
    padding-top: 5.24rem;
}
.homef .title001{
    margin-bottom: .5rem;
}
.homef {
    margin-bottom: 1.36rem;
}
.list6w{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.list6w .swiper-container{
    width: calc(100% - 2.78rem);
    padding-top: .3rem;
}
.list6w a{
    display: block;
    transition: .5s;
}
.list6w a .pic{
    padding-top: 2.05rem;


}
.list6w a.rt .pic{
    border-radius: 0 .5rem 0 0;
}
.list6w a.bt .pic{
    border-radius: 0 0 .5rem 0;
}


.list6w  .btn{
    width: 2.78rem;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: .35rem;
}
.list6w  .btn div{
    position: static;
    transform: none;
    width: .52rem;
    height: .52rem;
    border: 1px solid #990000;
    border-radius: 50%;
    transition: .5s;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: .12rem;
}
.list6w  .btn .next{
    margin-left: .22rem;
    background-image: url("/xym/images/s7-img05.png");
}
.list6w  .btn .prev{
    background-image: url("/xym/images/s7-img04.png");
}
.list6w  .btn div:hover{
    background-color: #990000;
}
.list6w  .btn .prev:hover{
    background-image: url("/xym/images/s7-img06.png");
}
.list6w  .btn .next:hover{
    background-image: url("/xym/images/s7-img07.png");
}
.list6w a:hover{
    transform: translateY(-.3rem);
}

.homeg .title001{
    margin-bottom: .28rem;
}
.homeg{
    margin-bottom: 1.97rem;
}

.index_home{
    background: url("/xym/images/index.png") no-repeat bottom center;
    background-size: cover;
}

@media (max-width: 1199px){
    .banner a{
        height: auto;
        padding-top: 51%;
    }
    .banner a img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner{
        margin-top: .75rem;
    }
}

@media (max-width: 1025px){
    .banner .page{
        bottom: .2rem;
    }
    .homea{
        padding-top: .45rem;
        margin-bottom: .45rem;
    }
    .title001 .ll h3{
        font-size: .3rem;
        margin-top: 0;
    }
    .title001 .tabs .li.active h3{
        font-size: .3rem;

    }
    .title001 .tabs .li h3{
        font-size: .26rem;
        margin-top: 0;
    }
    .title001 .tabs .li:before{
        width: .05rem;
        height: .05rem;
        right: calc(-0.21rem);
    }
    .title001 .tabs .li:first-child{
        margin-right: .36rem;
    }
    .homea .title001{
        margin-bottom: .32rem;
    }
    .homea .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list1w a .pic{
        padding-top: 62.45%;
    }
    .homea .right{
        width: 100%;
    }
    .homeb .title001{
        margin-bottom: .32rem;
    }
    .homeb{
        margin-bottom: .45rem;
    }
    .homec .title001{
        margin-bottom: .32rem;
    }
    .homec .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list3w a .pic{
        padding-top:61.77%;

    }
    .list3w a .imgBox:after{
        display: none;
    }
    .list3w a .imgBox{
        padding-bottom: 0;
    }
    .list3w .txt{
        padding-top: .24rem;
        padding-bottom: .24rem;
    }
    .list3w .txt h3{
        margin-bottom: .15rem;
    }
    .homec .right{
        width: 100%;
    }
    .list3w .txt p{
        font-size: .16rem;
        line-height: .26rem;
        height: .78rem;
    }
    .list_box1 li a h5{
        font-size: .18rem;

    }
    .list_box1 li a h6{
        font-size: .16rem;
    }
    .homec{
        margin-bottom: .45rem;
    }
    .list4w1{
        display: none;
    }
    .list4w2{
        display: block;
    }
    .list4w .btn{
        transform: none;
        top: 1.1rem;
        margin-top: 0;
    }
    .list4w .next{
        right: 0;
    }
    .list4w .prev{
        left: 0;
    }
    .list4w .box1 .txt{
        padding-top: .1rem;
        padding-bottom: 0;
        background: none;
    }
    .list4w .box1 .txt h5{
        line-height: .3rem;
    }
    .homed .title001{
        margin-bottom: .3rem;
    }
    .homed{
        margin-bottom: .45rem;
    }
    .list5w_hd .con .left{
        width: 100%;
    }
    .list5w_hd .con .left .img_box .pic{
        padding-top: 62.13%;
    }
    .list5w_hd .con .right{
        width: 100%;
        padding-top: .24rem;
    }
    .list5w_hd .con .txt h4{
        margin-bottom: .12rem;
    }
    .list5w_hd .con .txt img{
        margin-bottom: .2rem;
    }
    .list5w_hd{
        margin-right: 0;

    }
    .list5w_bd{
        position: relative;
        width: auto;
        bottom: auto;
        margin-top: .1rem;
    }
    .list5w_bd .swiper-container{
        width: auto;
        padding: .2rem ;
        margin: 0 -.2rem;
    }
    .homee{
        margin-bottom: .25rem;
    }
    .homef .title001{
        margin-bottom: .3rem;
    }
    .homef .right{
        width: 100%;
    }
    .homef .left{
        width: 100%;
    }
    .homef .left a .pic{
        padding-top: 97.98%;
    }
    .homef .left a{
        border-radius: 0;
    }
    .homef .left a .txt{
        bottom: .3rem;
        padding: 0 .2rem;
    }
    .homef .left a .txt h4{
        padding-bottom: .24rem;
    }
    .homef .content{
        flex-direction: column-reverse;
    }
    .homef .mtbox{
        height: 1.8rem;
        border-radius: 0;
    }
    .homef .mtbox ul li{
        width: .5rem;
        margin: 0 .15rem;
    }
    .homef .mtbox li a{
        width: .5rem;
        height: .5rem;
    }
    .homef .mtbox h3{
        font-size: .22rem;
        line-height: .3rem;
        margin-bottom: .2rem;
    }
    .list_box3 .ll .pic{
        padding-top: 67.17%;
    }
    .list_box3 .rr .pic{
        padding-top: 154.27%;
    }
    .homef{
        margin-bottom: .45rem;
    }
    .list6w{
        display: block;
        position: relative;
    }
    .list6w .swiper-container{
        width: 100%;
        padding-top: 0;
    }
    .list6w .btn{
        width: auto;
        position: static;
        margin-bottom: 0;
        padding-left: 0;
        height: auto;
    }
    .list6w .btn div{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .list6w a .pic{
        padding-top:52.56%;
    }
    .list6w a:hover{
        transform: none;
    }
    .homeg{
        margin-bottom: .45rem;
    }

}

@media (max-width: 769px){
    .homea .right .ll{
        width: 100%;
        margin-bottom: .4rem;
    }
    .homea .right .ll .pic{
        padding-top: 82.59%;
    }
    .homea .right .ll .txt p{
        font-size: .14rem;
    }
    .homea .right .rr{
        width: 100%;
    }
    .homea .right .rr a .pic{
        padding-top: 62.15%;
    }
    .homea .right .rr a .txt{
        padding: 0 .2rem;
    }
    .list4w .box1 .txt h5{
        display: block;
        height: auto;
    }
    .list4w .box1 .txt{
        padding-top: 0;
    }
    .list4w .btn{
        top: .8rem;
    }
    .list_box1 ul li{
        width: 50%;
    }
    .list_box1 .line2{
        left: 50%;
    }
    .list_box1 .line1{
        left: 0;
        right: 0;
        top: 33.33%;

    }
    .list_box1 .line3{
        left: 0;
        right: 0;
        top: 66.66%;
        width: auto;
        height: 1px;
    }
    .list_box1 ul li a{
        height: 2.8rem;
        padding: 0 .2rem;
    }
}

@media (max-width: 481px){
    .more_wap{
        display: flex;
    }
    .homea .title001 .more,
    .homeb .title001 .more{
        display: none;
    }
    .homea .title001{
        justify-content: flex-start;
    }
    .homeb .title001 .tabs .li{
        max-width: 1.5rem;
    }
    .homeb .title001 .tabs .li:before{
        right: calc(-0.11rem);
    }
    .list2w a{
        height: 2rem;
    }
    .list2w::before{
        top: 1.03rem;
    }
    .list2w .swiper-slide-active a:before{
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 0px .1rem 0px rgba(0, 0, 0, 0.1);
    }
    .list2w .swiper-slide-active a:after{
        width: 100%;
        left: 0;
        background: #ebb041;
    }
    .list2w .swiper-slide-active a .dot{
        border-color: #d58c92;
    }

    .list_box1 ul li{
        width: 100%;

    }
    .list_box1 ul li a{
        height: auto;
        padding: .2rem;
    }
    .list_box1 ul li a .top{
        padding-bottom: 0;
        border: none;
    }
    .list_box1 li a h5{
        margin-bottom: .1rem;
    }
    .list_box1 .line_box{
        display: none;
    }
    .homef .left a .txt img{
        width: .45rem;
    }
    .homef .left a .txt h4 {
        width: calc(100% - 0.64rem);
        background-size: 100% .04rem;
        padding-bottom: .2rem;
    }

}