@charset "utf-8";

.header_top {
    height: .55rem;
    background: #8D0942;
}

.header_top .wp {
    height: 100%;
}

.list_box0 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.list_box0 .li {
    font-size: .16rem;
    height: 100%;
    margin-left: .2rem;
}

.list_box0 .li a {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: .16rem;
    color: #fff;
}

.list_box0 .li a img {
    display: block;
    width: .16rem;
    margin-right: .07rem;
}

.home1 .wp {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.home1 .left {
    width: 11.32%;
}

.home1 .left .top a {
    display: block;
}

.home1 .left .top img {
    display: block;
    width: 1.25rem;
    max-width: 100%;
    margin: 0 auto;
}

.nav2 li h2 {
    font-size: .16rem;
    line-height: .42rem;
    color: #333333;
    text-align: center;
    position: relative;
    padding: 0 .1rem;
    transition: .5s;
}

.nav2 li a {
    display: block;
    position: relative;
    z-index: 3;
}

.nav2 li h2:after {
    position: absolute;
    content: '';
    left: 0;
    top: -.01rem;
    bottom: -.01rem;
    right: 0;
    background: #8D0942;
    opacity: 0;
    visibility: visible;
    transition: .5s;
}

.nav2 li:hover h2:after {
    right: -.19rem;
    opacity: 1;
    visibility: visible;
}

.nav2 li:hover h2 {
    color: #fff;
}

.nav2 {
    margin-top: .21rem;
    padding: .18rem .1rem;
    height: 4.71rem;
    background: url("../images/s1-img01.png") no-repeat top center/100% 100%;
}

.home1 .right {
    width: 86.81%;
    align-self: flex-end;
}

.home1 .right .top {
    position: relative;
}

.home1 .right .top .inpt {
    display: block;
    width: 100%;
    height: .55rem;
    line-height: .53rem;
    color: #ACA8A8;
    font-size: .16rem;
    padding: 0 .7rem 0 .36rem;
    border-radius: .5rem;
    border: 1px solid #F1EAEA;
    transition: border-right-color .3s;
}

.home1 .right .top .subm {
    position: absolute;
    right: .26rem;
    top: .15rem;
    width: .26rem;
    height: .24rem;
}

.home1 .right .top input::placeholder {
    color: #ACA8A8;
}

.home1 .right .top input::-ms-input-placeholder {
    color: #ACA8A8;
}

.home1 .right .top .inpt:focus {
    border-color: #8D0942;
}

.home1 .right .content {
    margin-top: .4rem;
    padding-left: .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.home1 .right .ll {
    width: 63.9%;
}

.list1w a {
    display: block;
    position: relative;
}

.list1w a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.26rem;
    background: url("../images/s1-img03.png") repeat-x bottom center/auto 99%;
}

.list1w a .pic {
    padding-top: 5.35rem;
}

.list1w a .txt-box .tag {
    font-size: .14rem;
    line-height: .28rem;
    color: #fff;
    width: .9rem;
    text-align: center;
    background: #8D0942;
    margin-bottom: .12rem;
}

.list1w a .txt-box h3 {
    font-size: .22rem;
    line-height: .3rem;
    color: #fff;
    margin-bottom: .1rem;
}

.list1w a .txt-box p {
    font-size: .16rem;
    line-height: .28rem;
    color: #E1E1E1;
    height: .56rem;
}

.list1w a .txt-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .27rem;
    z-index: 5;
    padding: 0 .46rem;
}

.home1 .right .rr {
    width: calc(100% - 63.9%);
    align-self: flex-end;
    position: relative;
    z-index: 3;
}

.list_box1 li a {
    padding: .34rem 0;
    display: flex;
    height: 100%;
    /*    align-items: center;*/
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.list_box1 .txt-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
width:100%;
}

.list_box1 time {
    display: flex;
    width: .6rem;
    height: .6rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #8D0942;
    background: no-repeat 50%/100% 100%;
    transition: .5s;
}

.list_box1 time span {
    display: block;
    font-size: .3rem;
    line-height: 1;
    font-family: 'Philosopher';
}

.list_box1 time em {
    display: block;
    font-size: .14rem;
    line-height: 1;
    font-family: 'Philosopher';
}

.list_box1 .txt {
    width: calc(100% - .8rem);
}

.list_box1 .txt h3 {
    font-size: .18rem;
    line-height: .26rem;
    color: #333;
    height: .52rem;
}

.list_box1 ul {
    padding-left: .36rem;
    height: 5.36rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_box1 ul li {
    height: .98rem;
    /*transition: height .5s ease;*/
    border-bottom: 1px solid #F1EAEA;
}

.list_box1 ul li.show {
    height: 1.44rem;
}

.list_box1 li a .line1s {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: .01rem;
    background: #8D0942;
    transition: .5s;
}

.list_box1 li a .line2s {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .01rem;
    width: 0;
    background: #8D0942;
    transition: .5s;
}

.list_box1 li a .line3s {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: .01rem;
    background: #8D0942;
    transition: .5s;
}

.list_box1 li a .line4s {
    position: absolute;
    right: 0;
    top: 0;
    height: .01rem;
    width: 0;
    background: #8D0942;
    transition: .5s;
}


.list_box1 .line_box {
    content: "";
    position: absolute;
    top: 0;
    right: -.29rem;
    bottom: 0;
    left: -.53rem;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(141, 9, 66, 0.2);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list_box1 li.show a .line_box {
    opacity: 1;
    visibility: visible;
}

.list_box1 li.show a .line1s {
    height: 100%;
    transition: .5s .2s;
}

.list_box1 li.show a .line2s {
    width: 100%;
    transition: .5s .2s;
}

.list_box1 li.show a .line3s {
    height: 100%;
    transition: .5s .2s;
}

.list_box1 li.show a .line4s {
    width: 100%;
    transition: .5s .2s;
}

.list_box1 li.show time {
    width: .78rem;
    height: .78rem;
    margin-left: -.24rem;
    color: #fff;
    background-image: url("../images/s1-img04.png");
}

.home1 {
    padding: .3rem 0 1.03rem;
}

.title001 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title001 .tit {
    display: flex;
    align-items: center;
}

.title001 .tit img {
    display: block;
    margin-right: .15rem;
}

.title001 h3 {
    font-size: .34rem;
    line-height: .4rem;
    color: #333333;
    font-family: 'songtiB', sans-serif;
}

.title001 .more a {
    display: block;
    font-size: .14rem;
    color: #8D0942;
    line-height: .26rem;
    padding-right: .18rem;
    padding-left: .03rem;
    background: url("../images/more.png") no-repeat bottom right;
    background-size: 100% .1rem;
    transition: .5s;
}

.title001 .more:hover a {
    transform: translateX(.1rem);
}

.home2 .wp {
    /*display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;*/
}

.home2 .title001 .tit img {
    height: .49rem;
}

.home2 .title001 {
    margin-bottom: .45rem;
}

.list_box2 li {
    width: 31.81%;
}

.list_box2 li:nth-child(-n+3) {
    margin-bottom: .29rem;
}

.list_box2 li a {
    display: block;
    position: relative;
}

.list_box2 li .pic {
    padding-top: 2.73rem;
}

.list_box2 li h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    color: #fff;
    font-size: .18rem;
    line-height: .55rem;
    background: #8D0942;
    padding: 0 .25rem;
}

.list_box2 li time {
    position: absolute;
    left: -.1rem;
    top: .24rem;
    width: .96rem;
    background: #DB9F4C;
    color: #fff;
    font-size: .16rem;
    line-height: .35rem;
    font-family: 'Philosopher';
    text-align: center;
    z-index: 5;
}

.list_box2 li time:after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    border: .05rem solid transparent;
    border-top-color: #BF7E24;
    border-right-color: #BF7E24;
}

.home2 .right {
    width: 28.89%;
}

.home2 .right .title001 .tit {
    width: 100%;
}

.home2 .right .title001 .tit img {
    height: .45rem;
}

.home2 .right .title001 {
    margin-bottom: .49rem;
}

.list_tabs {
    display: flex;
    align-items: center;
}

.list_tabs1 {
    width: calc(100% - 1.32rem);
    justify-content: space-between;
}

.list_tabs h3 {
    font-size: .28rem;
    color: #969696;
    cursor: pointer;
    transition: .5s;
}

.list_tabs h3.active {
    color: #333333;
    font-size: .34rem;
}

.list_box3 li a {
    padding: .17rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_box3 li .img-box {
    width: .91rem;
    height: .46rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_box3 li .img-box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.list_box3 li .txt-box {
    width: calc(100% - 1.1rem);
}

.list_box3 li .txt-box h3 {
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
}

.list_box3 li {
    border-bottom: 1px dashed #DFCCCC;
}

.list_box3 li:last-child {
    border: none;
}


.list_bds {
    padding: .29rem .32rem .82rem .33rem;
    border-top: .03rem solid #8D0942;
    background: #FAF2F2 url("../images/s2-img06.png") no-repeat bottom right/contain;
}

.list_bds1_li {
    display: none;
}

.list_bds1_li.active {
    display: block;
}

.home2 {
    /* padding: .82rem 0 0 0;*/
    margin-bottom: .83rem;
    /*background: url("../images/home2.png") no-repeat bottom center/100% 100%;*/
}

.list2w a {
    display: block;
}

.list2w a .pic {
    padding-top: 1.6rem;
}

.list2w .page {
    position: static;
    font-size: 0;
    text-align: center;
    margin-top: .21rem;
}

.list2w .page span {
    width: .08rem;
    height: .08rem;
    background: #D8D8D8 no-repeat 50%/100%;
    opacity: 1;
    margin: 0 0.05rem;
    vertical-align: middle;
}

.list2w .page span.active {
    width: .14rem;
    height: .14rem;
    margin: 0 .02rem;
    background-color: transparent;
    background-image: url("../images/s3-img04.png");
}

.home3 .title001 {
    margin-bottom: .44rem;
    justify-content: center;
}

.home3 .title001 .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home3 .title001 .tit img {
    height: .58rem;
}

.home3 {
    padding: .81rem 0 .98rem;
}

.list_box5 li {
    width: 48%;
}

.list_box5 li {
    margin-top: .36rem;
}

.list_box5 li:nth-child(-n+2) {
    margin-top: 0;
}

.list_box5 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_box5 li a .pic {
    width: 2.27rem;
    height: 1.47rem;
}

.list_box5 li a .txt-box {
    width: calc(100% - 2.27rem);
    position: relative;
    padding: .23rem .15rem .34rem .25rem;
    border-bottom: 1px solid #DFCCCC;
}

.list_box5 li a time {
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .2rem;
    color: #8D0942;
    font-family: 'Philosopher';
    margin-bottom: .13rem;
}

.list_box5 li a time img {
    display: block;
    width: .15rem;
    margin-right: .09rem;
}

.list_box5 li a h3 {
    font-size: .2rem;
    line-height: .28rem;
    color: #3D3D3D;
    height: .56rem;
    transition: .5s;
}

.list_box5 li .line_box {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list_box5 li a .line1s {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: .01rem;
    background: #8D0942;
    transition: .5s;
}

.list_box5 li a .line2s {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .01rem;
    width: 0;
    background: #8D0942;
    transition: .5s;
}

.list_box5 li a .line3s {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: .01rem;
    background: #8D0942;
    transition: .5s;
}

.list_box5 li a .line4s {
    position: absolute;
    right: 0;
    top: 0;
    height: .01rem;
    width: 0;
    background: #8D0942;
    transition: .5s;
}

.list_box5 li:hover a .line_box {
    opacity: 1;
    visibility: visible;
}

/*.list_box5 li:hover a .line1s {
    height: 100%;
    transition: .5s .2s;
}*/

.list_box5 li:hover a .line2s {
    width: 100%;
    transition: .2s .1s;
}

.list_box5 li:hover a .line3s {
    height: 100%;
    transition: .2s .3s;
}

.list_box5 li:hover a .line4s {
    width: 100%;
    transition: .2s .5s;
}

.list_box5 li:hover a h3 {
    color: #8D0942;
}

.home4 .title001 .tit img {
    height: .73rem;
}

.home4 .title001 .tit {
    align-items: flex-end;
}

.home4 .title001 h3 {
    margin-bottom: .1rem;
}

.home4 .title001 {
    margin-bottom: .45rem;
}

.home4 {
    position: relative;
    z-index: 2;
    margin-bottom: 1.07rem;
}

.list_tabs2 {
    margin-bottom: .05rem;
    align-self: flex-end;
}

.list_tabs2 h3 {
    margin-right: .38rem;
}


.list_box6 li a {
    position: relative;
    /*padding: .52rem 0 ;*/
    padding: .34rem 0;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    transition: .5s;
}

.list_box6 li a .txt-box {
    width: calc(100% - 3.8rem);
}

.list_box6 li .txt-box .top {
    display: flex;
    align-items: center;
    margin-bottom: .18rem;
}

.list_box6 li .txt-box .top span {
    display: block;
    font-size: .16rem;
    line-height: .29rem;
    color: #8D0942;
    text-align: center;
    min-width: 1.11rem;
    border: 1px solid #8D0942;
    border-radius: .5rem;
    transition: .5s;
}

.list_box6 li .txt-box .top time {
    display: block;
    font-size: .18rem;
    line-height: .31rem;
    color: #8D0942;
    font-family: 'Philosopher';
    margin-left: .17rem;
}

.list_box6 li .txt-box h3 {
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}

.list_box6 li .img-box {
    width: 3.61rem;
    height: .78rem;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list_box6 li .img-box .pic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.09rem;
    height: 2.34rem;
    box-shadow: 0px 4px 10px 0px rgba(141, 9, 66, 0.3);

}

.list_box6 li .img-box .pic:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .02rem solid #8D0942;
    z-index: 3;
}

.list_box6 li a .bg {
    position: absolute;
    left: -1.17rem;
    width: 0;
    top: -1px;
    bottom: -1px;
    background: #F4EBEB;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}

.list_box6 li {
    /* height: 1.44rem;*/
    border-bottom: 1px solid #DFCCCC;
    transition: height .5s ease;
}

/*
.list_box6 li:hover{
    height: 1.83rem;
}
*/


.list_box6 li:hover a {
    padding: .52rem 0;
}

.list_box6 li:hover .txt-box .top span {
    background: #8D0942;
    color: #fff;
}

.list_box6 li:hover .txt-box h3 {
    color: #8D0942;
}

.list_box6 li:hover .img-box {
    opacity: 1;
    visibility: visible;

}

.list_box6 li:hover a .bg {
    width: 100vw;
    opacity: 1;
    visibility: visible;
    transition: .5s .2s;
}

.list_box6 {
    height: 7.59rem;
}

.home5 .wap_more a {
    display: block;
    font-size: .16rem;
    line-height: .4rem;
    width: 1rem;
    color: #fff;
    margin: 0 auto;
    background: #8D0942;
    border-radius: .05rem;
    text-align: center;
}

.home5 .wap_more {
    display: none;
}

.list_bds2_li {
    display: none;
}

.list_bds2_li.active {
    display: block;
}

.list_bds2 {
    border-top: 1px solid #DFCCCC;
}

.home5 .title001 {
    margin-bottom: .36rem;
}

.home5 .title001 .tit img {
    height: .6rem;
}

.home5 .title001 .more a {
    display: none;
}

.home5 .title001 .more a.active {
    display: block;
}

.homea-1 {
    position: relative;
    z-index: 3;
    padding: .66rem 0 .9rem 1.17rem;
}

.homea-1 .bg2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16.8rem;
    background: url("../images/s5-img02.png") no-repeat left center;
    background-size: 100% 100%;
    z-index: -1;
}

.homea {
    padding: 0 0 .74rem;
    height: 9.3rem;
    background: url("../images/homea.png") no-repeat bottom left;
    background-size: auto 9.07rem;
}


.mt-list {
    position: absolute;
    right: 1.24rem;
    bottom: -.09rem;
    display: flex;
    z-index: 9;
}

.mt-list .li {
    margin-left: .14rem;
    position: relative;
}

.mt-list .li a {
    display: block;
}

.mt-list .li .icon {
    position: relative;
    width: .56rem;
    height: .56rem;
    background: #fff;
    border-radius: 50%;
}

.mt-list .li .icon img {
    max-width: .32rem;
    max-height: .32rem;
    transition: .5s;
}

.mt-list .li .icon img.img2 {
    opacity: 0;
    visibility: visible;
}

.mt-list .li .code {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(.3rem);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: .1rem;
    border-radius: .1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mt-list .li .code:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -.08rem;
    margin-left: -.06rem;
    border-bottom: #fff .08rem solid;
    border-left: transparent .06rem solid;
    border-right: transparent .06rem solid;
}

.mt-list .li .code img {
    display: block;
    width: 1rem;
    height: 1rem;
}



.mt-list .li:hover .icon img.img2 {
    opacity: 1;
    visibility: visible;
}

.mt-list .li:hover .icon {
    background: #D5AF56;
}

.mt-list .li:hover .code {
    transform: translateX(-50%) translateY(.15rem);
    opacity: 1;
    visibility: visible;
}

.list3w a {
    display: block;
}

.list3w a .pic {
    padding-top: 2.1rem;
}

.list3w a .tag {
    position: absolute;
    left: .15rem;
    top: .13rem;
    min-width: .68rem;
    height: .24rem;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .1rem;
    z-index: 5;

}

.list3w a .tag img {
    display: block;
    width: .15rem;
    height: .12rem;
    margin-right: .05rem;
}

.list3w a .tag.wx {
    background: #098D68;
}

.list3w a .tag.wb {
    background: #8D0909;
}

.list3w a .txt-box time {
    display: block;
    font-size: .14rem;
    line-height: .3rem;
    color: #8D0942;
    font-family: 'Philosopher';
    margin-bottom: .04rem;
}

.list3w a .txt-box h3 {
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    margin-bottom: .07rem;
    transition: .5s;
}

.list3w a .txt-box p {
    font-size: .16rem;
    line-height: .26rem;
    color: #868686;
    height: .52rem;
    margin-bottom: .17rem;
}

.list3w a .txt-box b {
    display: block;
    height: .15rem;
    background: url("../images/s6-img02.png") no-repeat right center/auto 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list3w a .txt-box {
    position: relative;
    z-index: 2;
    padding: .15rem .32rem .31rem;
    background: #fff;
}

.list3w a .line_box {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list3w a .line1s {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: .02rem;
    background: #D5AF56;
    transition: .5s;
}

.list3w a .line2s {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .02rem;
    width: 0;
    background: #D5AF56;
    transition: .5s;
}

.list3w a .line3s {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: .02rem;
    background: #D5AF56;
    transition: .5s;
}

.list3w a:hover .line_box {
    opacity: 1;
    visibility: visible;
}

.list3w a:hover .line1s {
    height: 100%;
    transition: .2s .1s;
}

.list3w a:hover .line2s {
    width: 100%;
    transition: .2s .3s;
}

.list3w a:hover .line3s {
    height: 100%;
    transition: .2s .5s;
}

.list3w a:hover .txt-box h3 {
    font-family: 'PingFangSC_B', sans-serif;
}

.list3w a:hover .txt-box b {
    opacity: 1;
    visibility: visible;
}


.home6 .title001 .tit img {
    height: .58rem;
}

.home6 .title001 .tit h3 {
    color: #333333;
    align-self: flex-end;
}

.home6 .title001 .more a {
    /* color: #fff; */
    /* background-image: url("../images/more2.png"); */
}

.home6 .title001 {
    margin-bottom: .45rem;
}


.home6:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0.5rem;
    height: 1.99rem;
    background: url("../images/home6.png") no-repeat 50%/ 100% auto;
    z-index: -1;
}

.home6 {
    position: relative;
    z-index: 2;
    padding: 9.47rem 0 1.3rem;
    background: #f4e7e7;
}


.list4w a {
    display: block;
    position: relative;
}

.list4w a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.27rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 2%, rgba(0, 0, 0, 0) 90%);
}

.list4w a .pic {
    padding-top: 3.07rem;
}

.list4w a .txt-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .3rem;
    z-index: 5;
    padding: 0 .25rem;
}

.list4w a .txt-box .tag {
    width: .82rem;
    height: .24rem;
    line-height: .24rem;
    font-size: .14rem;
    color: #fff;
    background: #8D0942;
    text-align: center;
    margin-bottom: .12rem;
}

.list4w a .txt-box h3 {
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
}

.list4w a .play {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: .55rem;
    height: .55rem;
    z-index: 5;
    background: url("../images/s7-img06.png") no-repeat 50%/100%;
    margin: auto;
}

.list4w .item {
    width: 4.12rem;
}

.list4w .swiper-container {
    padding: .2rem 0;
    margin: 0 -1.04rem;
}

.list4w a:hover .txt-box .tag {
    background: #D5AF56;
}

.list4w .btn_box {
    position: relative;
    z-index: 2;
    margin-top: -.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list4w .btn_box div {
    position: static;
    width: .64rem;
    height: .64rem;
    margin: 0 .22rem;
    border: 1px solid #8D0942;
    background: #fff no-repeat 50%/.26rem;
    border-radius: 50%;
    transform: none;
    transition: .5s;
}

.list4w .btn_box .prev {
    background-image: url("../images/s7-img03.png");
}

.list4w .btn_box .next {
    background-image: url("../images/s7-img02.png");
}

.list4w .btn_box div:hover {
    background-color: #D5AF56;
    border-color: #D5AF56;
}

.list4w .btn_box .prev:hover {
    background-image: url("../images/s7-img05.png");
}

.list4w .btn_box .next:hover {
    background-image: url("../images/s7-img04.png");
}

.list4w {
    position: relative;
}

.home7 .title001 .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home7 .title001 .tit img {
    height: .59rem;
}

.home7 .title001 .tit {
    align-items: flex-end;
}

.home7 .title001 {
    justify-content: center;
    margin-bottom: .56rem;
}

.home7 {
    padding: 1.08rem 0 0;
}

@media (max-width: 1650px) {
    .list4w .swiper-container {
        margin: 0;
    }

    .list4w .item {
        width: 3.6rem;
    }
}

@media (max-width: 1199px) {
    .list_box1 .line_box {
        right: -15px;
    }

    .list4w .item {
        width: calc(100vw / 4);
    }
}

@media (max-width: 1025px) {
    .home1 .left {
        display: none;
    }

    .home1 .right {
        width: 100%;
    }

    .home1 .right .content {
        margin-top: .3rem;
        padding-left: 0;
    }

    .list1w a .txt-box {
        padding: 0 .2rem;
        bottom: .15rem;
    }

    .list_box1 ul {
        padding-left: .2rem;
    }

    .home1 {
        margin-top: .75rem;
        padding: .45rem 0;
    }

    .title001 h3 {
        font-size: .26rem;
        line-height: .4rem;
    }

    .title001 .tit img {
        margin-right: .1rem;
    }

    .home2 .title001 .tit img {
        height: .35rem;
    }

    .home2 .left {
        width: 100%;
        margin-bottom: .45rem;
    }

    .list_box2 li .pic {
        padding-top: 61.07%;
    }

    .list_box2 li {
        width: 48%;
    }

    .home2 .left .title001 {
        margin-bottom: 0.3rem;
    }

    .home2 .right {
        width: 100%;
    }

    .home2 .right .title001 .tit img {
        height: .35rem;
    }

    .list_tabs h3.active {
        font-size: .26rem;
    }

    .list_tabs1 {
        justify-content: flex-start;
    }

    .list_tabs1 h3 {
        margin-right: .2rem;
    }

    .home2 .right .title001 {
        margin-bottom: .3rem;
    }

    .list_bds {
        padding: .25rem .2rem;
    }

    .list_box3 li .txt-box h3 {
        height: auto;
        max-height: .56rem;
    }

    .home2 {
        padding: .45rem 0 0;
        background: #F9F7F7;
    }

    .home3 .title001 .tit img {
        height: .4rem;
    }

    .home3 .title001 {
        margin-bottom: .25rem;
    }

    .list2w a .pic {
        padding-top: 34.26%;
    }

    .list2w .page {
        margin-top: .15rem;
    }

    .home3 {
        margin-bottom: .45rem;
    }

    .homea-1 {
        padding: .45rem 0 .45rem .2rem;
    }

    .homea-1 .bg2 {
        background-size: cover;
    }

    .home4 .title001 .tit img {
        height: .4rem;
    }

    .home4 .title001 h3 {
        margin-bottom: 0;
        align-self: center;
    }

    .home4 .title001 {
        margin-bottom: .3rem;
    }

    .list_box5 li {
        width: 49%;
        margin-top: .24rem;
    }

    .list_box5 li a .pic {
        width: 1.97rem;
        height: 1.27rem;
    }

    .list_box5 li a .txt-box {
        width: calc(100% - 1.97rem);
        padding: .2rem .15rem;
    }

    .list_box5 li a time {
        margin-bottom: .1rem;
    }

    .home4 {
        margin-bottom: .45rem;
    }

    .home5 .title001 .tit img {
        height: 0.4rem;
    }

    .list_tabs2 {
        margin-bottom: 0;
    }

    .list_tabs2 h3 {
        margin-right: .2rem;
    }

    .home5 .title001 {
        margin-bottom: .25rem;
    }

    .list_box6 li a {
        padding: .2rem 0;
    }

    .list_box6 li .txt-box .top {
        margin-bottom: .1rem;
    }

    .list_box6 li .img-box {
        height: 1.5rem;
        width: 2.21rem;
        opacity: 1;
        visibility: visible;
    }

    .list_box6 li .img-box .pic {
        position: static;
        opacity: 1;
        height: 100%;
        visibility: visible;
    }

    .list_box6 li a .txt-box {
        width: calc(100% - 2.5rem);
    }

    .list_box6 li .txt-box h3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .list_box6 li {
        height: auto;
    }

    .list_box6 {
        height: auto;
    }

    .home6 .title001 .tit img {
        height: .4rem;
    }

    .mt-list .li .icon {
        width: .45rem;
        height: .45rem;
    }

    .mt-list .li .icon img {
        max-width: .2rem;
        max-height: .2rem;
    }

    .mt-list {
        bottom: -.05rem;
    }

    .home6 .title001 {
        margin-bottom: .3rem;
    }

    .home6 {
        padding: 6.2rem 0 .45rem;
    }

    .list3w a .pic {
        padding-top: 62.13%;
    }

    .list3w a .txt-box {
        padding: .15rem .2rem;
    }

    .list3w a .txt-box p {
        margin-bottom: .1rem;
    }

    .home6:after {
        height: 3.89rem;
    }

    .list4w a .pic {
        padding-top: 76.94%;
    }

    .list4w a .txt-box {
        padding: 0 .1rem;
        bottom: .15rem;
    }

    .list4w a .txt-box .tag {
        margin-bottom: .1rem;
    }

    .list4w .btn_box div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: .45rem;
        height: .45rem;
        background-size: .18rem;
        margin: 0;
        background-color: transparent;
    }

    .list4w .btn_box {
        margin-top: 0;
        display: block;
        position: static;
    }

    .list4w .swiper-container {
        padding: 0;
    }

    .list4w {
        position: relative;
    }

    .homea {
        padding: .45rem 0;
    }

    .home7 .title001 {
        margin-bottom: .3rem;
    }

    .home7 .title001 .tit img {
        height: .45rem;
    }

    .home7 {
        padding: .45rem 0;
    }

}

@media (max-width: 769px) {
    .home1 .right .ll {
        width: 100%;
        margin-bottom: .45rem;
    }

    .list1w a .pic {
        padding-top: 68.07%;
    }

    .home1 .right .rr {
        width: 100%;
    }

    .list_box1 .line_box {
        left: -15px;

    }

    .list_box1 ul {
        padding-left: 0;
    }

    .list_box1 li a {
        display: block;
        padding: .15rem 0;
    }

    .list_box1 li.show time {
        margin-left: 0;
    }

    .list_box1 time {
        width: .78rem;
        height: .78rem;
    }

    .list_box1 .txt {
        width: calc(100% - 1rem);
    }

    .list_box1 ul li {
        height: auto;
        display: block;
    }

    .list_box1 ul li.show {
        height: auto;
    }

    .list_box1 ul {
        height: auto;
    }

    .list_box1 .txt-box {
        width: 100%;
    }

    .list_box5 li {
        width: 100%;
        margin-top: .2rem;
    }

    .list_box5 li:nth-child(-n+2) {
        margin-top: .2rem;
    }

    .list_box5 li:nth-child(1) {
        margin-top: 0;
    }

    .home6 {
        padding-top: 10.2rem;
    }
}

@media (max-width: 641px) {
    .mt-list {
        position: static;
        justify-content: center;
        margin-top: .2rem;
        width: 100%;
    }

    .mt-list .li {
        margin: 0 .08rem;
    }

    .mt-list .li .icon {
        width: .4rem;
        height: .4rem;
    }

    .home6 .title001 {
        flex-wrap: wrap;
    }

    .home6 {
        padding-top: .35rem;
    }

    .home5 .wap_more {
        display: block;
        margin-top: .2rem;
    }

    .homea-1 {
        padding: .3rem 0;
    }

    .home5 .title001 .more {
        display: none;
    }

    .list_box6 li .img-box {
        height: 1.2rem;
        width: 1.7rem;
    }

    .list_box6 li a .txt-box {
        width: calc(100% - 1.9rem);
    }

    .list_box5 li a h3,
    .list_box6 li .txt-box h3 {
        font-size: .18rem;
    }

    .homea-1 .bg2 {
        background-color: #F9F7F7;
        left: -15px;
    }

    .homea {
        height: auto;
        padding-bottom: 0;
    }
}

@media (max-width: 481px) {
    .list_box5 li a .pic {
        width: 1.5rem;
    }

    .list_box5 li a .txt-box {
        width: calc(100% - 1.5rem);
    }

    .list_tabs2 {
        width: calc(100% - .9rem);
        justify-content: space-between;
    }

    .list_tabs2 h3 {
        margin: 0;
    }

    .home5 .title001 .tit {
        width: 100%;
        justify-content: space-between;
    }

    .list_box6 li .img-box {
        height: 1.3rem;
        width: 1.3rem;
    }

    .list_box6 li a .txt-box {
        width: calc(100% - 1.5rem);
    }

    .list_tabs h3.active {
        font-size: .26rem;
    }

    .list_tabs h3,
    .title001 h3 {
        font-size: .26rem;
    }

    .home1 {
        padding-top: .3rem;
    }

    .list_box2 li {
        width: 100%;
        margin-bottom: .24rem;
    }

    .list_box2 li:last-child {
        margin-bottom: 0;
    }

    .list_box2 li:nth-child(-n+2) {
        margin-bottom: .24rem;
    }

    .home3 .title001,
    .home7 .title001 {
        justify-content: flex-start;
    }
}

/*通知公告 修改*/
.list_bds1_li .gd {
    margin-top: .13rem;
    display: flex;
    justify-content: flex-end;
}

.list_bds1_li .gd a {
    display: block;
    font-size: .14rem;
    color: #8D0942;
    line-height: .26rem;
    padding-right: .18rem;
    padding-left: .03rem;
    background: url("../images/more.png") no-repeat bottom right;
    background-size: 100% .1rem;
    transition: .5s;
}

.list_bds {
    padding: .29rem .32rem .43rem .33rem;
}

@media (max-width: 1025px) {
    .list_bds {
        padding: .25rem .2rem;
    }
}

/*2024-09-09 修改*/

.home8 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home8 .left {
    width: 72.22%;
}

.home8 .left .title001 {
    justify-content: flex-start;
}

.home8 .left .more {
    margin-left: 0.4rem;
}

.list_box7 {
    padding: 0 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list_box7 li {
    width: 32%;
    background: #fff;
    border: 1px solid #DFCCCC;
    position: relative;
    transition: .5s;
    margin-top: .21rem;
}

.list_box7 li:nth-child(-n+2) {
    /* margin-top: 0; */
}

.list_box7 li:nth-child(2n) {
    /* transform: translateY(.5rem); */
}

.list_box7 {
    margin-top: -0.21rem;
}

.list_box7 li a {
    padding: .16rem .22rem .23rem;
    display: block;
    position: relative;
    z-index: 2;
    transition: .5s;
}

.list_box7 li time {
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #8D0942;
    font-family: 'Philosopher';
    padding-left: .21rem;
    background: url("../images/s4-img02.png") no-repeat left center/.15rem;
    transition: .5s;
}

.list_box7 li h3 {
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    margin-top: .06rem;
    transition: .5s;
}

.list_box7 li .ico {
    margin-top: .13rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_box7 li .ico .ll img {
    display: block;
    height: .3rem;
}

.list_box7 li .ico .rr img {
    display: block;
    height: .18rem;
}

.list_box7 li .line1s {
    position: absolute;
    left: -1px;
    top: -1px;
    height: 0;
    width: .02rem;
    background: #D5AF56;
    transition: .5s;
}

.list_box7 li .line2s {
    position: absolute;
    left: -1px;
    bottom: -1px;
    height: .02rem;
    width: 0;
    background: #D5AF56;
    transition: .5s;
}

.list_box7 li .line3s {
    position: absolute;
    right: -1px;
    bottom: -1px;
    height: 0;
    width: .02rem;
    background: #D5AF56;
    transition: .5s;
}

.list_box7 li .line4s {
    position: absolute;
    right: -1px;
    top: -1px;
    height: .02rem;
    width: 0;
    background: #D5AF56;
    transition: .5s;
}

.list_box7 li a:hover .line1s {
    height: 100%;
    transition: .5s .2s;
}

.list_box7 li a:hover .line2s {
    width: 100%;
    transition: .5s .2s;
}

.list_box7 li a:hover .line3s {
    height: 100%;
    transition: .5s .2s;
}

.list_box7 li a:hover .line4s {
    width: 100%;
    transition: .5s .2s;
}

.list_box7 li a:hover {
    background: #8D0942
}

.list_box7 li a:hover time {
    color: #fff;
    background-image: url("../images/s8-img-1.png");
}

.list_box7 li a:hover h3 {
    color: #FFFFFF;
}

.list5w .swiper-container {
    padding-bottom: .5rem;
}

.list5w .btn_box {
    position: absolute;
    right: 0;
    top: -.84rem;
    display: flex;
    align-items: center;
    z-index: 5;
}

.list5w .btn_box .btn {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    border: 1px solid #8D0942;
    background: transparent no-repeat 50%/.21rem;
    transition: .5s;
    cursor: pointer;
}

.list5w .btn_box .prev {
    margin-right: .25rem;
    background-image: url("../images/s7-img03.png");
}

.list5w .btn_box .next {
    background-image: url("../images/s7-img02.png");
}

.list5w .btn_box .prev:hover {
    background-image: url("../images/s7-img05.png");
}

.list5w .btn_box .next:hover {
    background-image: url("../images/s7-img04.png");
}

.list5w .btn_box .btn:hover {
    background-color: #D5AF56;
    border-color: #D5AF56;
}


.list5w {
    position: relative;
}

.home8 .right {
    width: 26.11%;
}

.home8 .right .top a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #8D0942;
}

.home8 .right .top .pic {
    width: 100%;
    height: 1.58rem;
}

.home8 .right .top .txt-box {
    width: 100%;
    padding: 0.18rem 0.2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home8 .right .top .time {
    width: 0.94rem;
    text-align: center;
}

.home8 .right .top time {
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    font-family: 'Philosopher';
}

.home8 .right .top .time img {
    display: block;
    height: .3rem;
}

.home8 .right .top h3 {
    width: calc(100% - 1.24rem);
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
    height: .6rem;
}

.home8 .right .top h6 {
    margin-top: .36rem;
    height: .15rem;
    background: url("../images/s8-img-6.png") no-repeat right center/auto .15rem;
}

.home8 .right .top .line1s {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: .02rem;
    background: #DB9F4C;
    transition: .5s;
}

.home8 .right .top .line2s {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .02rem;
    width: 0;
    background: #DB9F4C;
    transition: .5s;
}

.home8 .right .top .line3s {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: .02rem;
    background: #DB9F4C;
    transition: .5s;
}

.home8 .right .top .line4s {
    position: absolute;
    right: 0;
    top: 0;
    height: .02rem;
    width: 0;
    background: #DB9F4C;
    transition: .5s;
}

.home8 .right .top a:hover .line2s {
    width: 100%;
    transition: .2s .1s;
}

.home8 .right .top a:hover .line3s {
    height: 100%;
    transition: .2s .3s;
}

.home8 .right .top a:hover .line4s {
    width: 100%;
    transition: .2s .5s;
}

.home8 .right .list_box8 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home8 .right .list_box8 li {
    /* width: 48%; */
}

.home8 .page {
    width: auto;
    left: inherit;
    right: 0.2rem;
}

.home8 .page span {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    margin: 0 0.04rem;
}

.home8 .page span.active {
    background: #D5AF56;
}

.list_box8 li a {
    padding: 0.17rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_box8 li time {
    display: block;
    width: .94rem;
    text-align: center;
}

.list_box8 li time span {
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #8D0942;
    font-family: 'Philosopher';
}

.list_box8 li time img {
    display: block;
    max-width: 100%;
    height: .4rem;
}

.list_box8 li .txt {
    width: calc(100% - 1.24rem);
}

.list_box8 li h3 {
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}

.list_box8 li:after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -1px;
    height: 1px;
    background: #8D0942;
    transition: .5s;
}

.list_box8 li {
    position: relative;
    border-bottom: 1px solid #DFCCCC;
}

.list_box8 li:hover:after {
    right: 0;
}

.list_box8 li:hover h3 {
    color: #8D0942;
}

.home8 .right .bot {
    /* margin-top: .07rem; */
}

.home8 .title001 {
    margin-bottom: .44rem;
}

.home8 {
    margin-bottom: .64rem;
    padding: .75rem 0 .41rem;
    background: url("../images/home2.png") no-repeat bottom center/100% 100%;
}

@media (max-width: 1025px) {
    .home8 .left {
        width: 100%;
        margin-bottom: .3rem;
    }

    .list_box7 li:nth-child(2n) {
        transform: none;
    }

    .list_box7 li {
        /* width: 49%; */
        margin: 0 !important;
    }

    .list_box7 {
        gap: .24rem 2%;
        margin-top: 0;
    }

    .list5w .btn_box {
        opacity: 0;
    }

    .list5w .swiper-container {
        padding-bottom: 0;
    }

    .home8 .right {
        width: 100%;
    }

    .home8 .right .top .pic {
        height: auto;
        padding-top: 52.02%;
    }

    .home8 .right .list_box8 li {
        width: 100%;
    }

    .list_box8 li a {
        padding: .2rem 0;
    }

    .home8 .title001,
    .home2 .title001 {
        margin-bottom: .3rem;
    }

    .home8 {
        padding: .45rem 0 0;
        margin-bottom: .4rem;
        background: #F9F7F7;
    }

    .home2 {
        padding: 0;
        margin-bottom: 0;
        background: none;
    }

    .home3 {
        margin-bottom: 0;
        padding: 0 0 .45rem;
    }

    .home8 .title001 .tit img {
        height: .35rem;
    }
}

@media (max-width: 769px) {
    .list_box7 li a {
        padding: .15rem;
    }

    .home8 .right .top .txt-box {
        /* padding: .2rem; */
        /* width: calc(100% - 2.7rem); */
    }

    .home8 .right .top .pic {
        /* width: 2.7rem;
        height: 2.05rem; */
    }

    .home8 .right .bot {
        margin-top: 0;
    }
}

@media (max-width: 481px) {
    .list_box7 li .ico {
        margin-top: .05rem;
    }

    .list_box7 {
        gap: .2rem 2%;
    }

    .home8 .right .top .pic {
        width: 100%;
        height: auto;
        padding-top: 71.65%;
    }

    .home8 .right .top .txt-box {
        width: 100%;
    }

    .home8 .right .top h6 {
        margin-top: 0.1rem;
    }

    .home8 .right .top h3 {
        margin-top: .15rem;
    }

    .list_box7 li .ico .ll img {
        height: .24rem;
    }

    .home8 {
        padding: .3rem 0;
    }

    .home8 .right .list_box8 li {
        width: 100%;
    }

    .home8 .page {
        width: 100%;
        left: 0;
    }
}