* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    overflow-x: hidden;
}

.jituans {
    padding: 2.27rem 0 2.7rem;
    background-image: url(/images/jituansbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ya {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #E1D5A0;
}

.ya1 {
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
    border: 1px solid #E1D5A080;
    position: relative;
}

.ya2 {
    width: 6rem;
    height: 6rem;
    border: 1px solid #E1D5A080;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ya3 {
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ya3 img {
    width: 2.32rem;
}


.ya1 .itm {
    position: absolute;
    width: 1.08rem;
    height: 1.08rem;
    border-radius: 50%;
    border: 5px solid #E1D5A0;
    background-color: #ffffff50;
}

.ya1 .itm .i {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ya1 .itm .i img {
    max-width: 80%;
}

.ya1 .itm .tx {
    position: absolute;
}

.ya1 .itm .tx1 {
    font-size: .24rem;
    font-weight: 500;
    line-height: .3182rem;
    text-align: left;
    color: #333333;
    white-space: nowrap;
}

.ya1 .itm .tx2 {
    font-size: .18rem;
    font-weight: 300;
    line-height: .2387rem;
    color: #666666;
    margin-top: .06rem;
    white-space: nowrap;
}


.ya1 .itm:nth-child(1) {
    top: -0.52rem;
    left: 3.42rem;
}

.ya1 .itm:nth-child(2) {
    top: .11rem;
    left: 5.81rem;
}

.ya1 .itm:nth-child(3) {
    top: 2.19rem;
    left: 7.3rem;
}

.ya1 .itm:nth-child(4) {
    top: 4.68rem;
    left: 7.3rem;
}

.ya1 .itm:nth-child(5) {
    top: 6.75rem;
    left: 5.81rem;
}

.ya1 .itm:nth-child(6) {
    top: 7.42rem;
    left: 3.46rem;
}

.ya1 .itm:nth-child(7) {
    top: 6.75rem;
    left: 1.12rem;
}

.ya1 .itm:nth-child(8) {
    top: 4.68rem;
    left: -0.34rem;
}

.ya1 .itm:nth-child(9) {
    top: 2.18rem;
    left: -0.32rem;
}

.ya1 .itm:nth-child(10) {
    top: .11rem;
    left: 1.12rem;
}

.tx {
    font-size: .2rem;
}

.ya1 .itm:nth-child(1) .tx {
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
}

.ya1 .itm:nth-child(6) .tx {
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
}

.ya1 .itm:nth-child(1) .tx1,
.ya1 .itm:nth-child(1) .tx2,
.ya1 .itm:nth-child(6) .tx1,
.ya1 .itm:nth-child(6) .tx2 {
    text-align: center;
}

.ya1 .itm:nth-child(2) .tx1,
.ya1 .itm:nth-child(2) .tx2,
.ya1 .itm:nth-child(3) .tx1,
.ya1 .itm:nth-child(3) .tx2,
.ya1 .itm:nth-child(4) .tx1,
.ya1 .itm:nth-child(4) .tx2,
.ya1 .itm:nth-child(5) .tx1,
.ya1 .itm:nth-child(5) .tx2 {
    text-align: left;
}

.ya1 .itm:nth-child(7) .tx1,
.ya1 .itm:nth-child(7) .tx2,
.ya1 .itm:nth-child(8) .tx1,
.ya1 .itm:nth-child(8) .tx2,
.ya1 .itm:nth-child(9) .tx1,
.ya1 .itm:nth-child(9) .tx2,
.ya1 .itm:nth-child(10) .tx1,
.ya1 .itm:nth-child(10) .tx2 {
    text-align: right;
}

.ya1 .itm:nth-child(2) .tx,
.ya1 .itm:nth-child(3) .tx,
.ya1 .itm:nth-child(4) .tx,
.ya1 .itm:nth-child(5) .tx {
    left: 1.33rem;
    top: 49%;
    transform: translateY(-50%);
}

.ya1 .itm:nth-child(7) .tx,
.ya1 .itm:nth-child(8) .tx,
.ya1 .itm:nth-child(9) .tx,
.ya1 .itm:nth-child(10) .tx {
    right: 1.33rem;
    top: 49%;
    transform: translateY(-50%);
}

.jittx {
    font-family: rr;
    font-size: .42rem;
    font-weight: 600;
    line-height: .5569rem;
    text-align: center;
    color: #27221C;
    margin-top: .14rem;
}

.xxpp {
    font-size: 0;
}

header {
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.banner {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zgsTit {
    font-family: rr;
    font-size: .42rem;
    font-weight: 500;
    line-height: .5569rem;
    text-align: center;
    color: #27221C;
    position: relative;
    margin-bottom: .4rem;

}

.zgsTit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.12rem;
    transform: translateX(-50%);
    width: .28rem;
    height: .02rem;
    background: #ACACAC;
}

.contact-zgs {
    padding: 1.16rem 2rem 1.4rem;
    background-image: url(/images/zgsbg.jpg);
}

.zgss .swiper-slide {
    background-color: #FCF8F5;
    width: 4.74rem;
    height: 4.4rem;
    padding: .58rem .4rem 0;
    border-radius: .12rem;
    box-shadow: 0px 2px 16px 4px #8A8A8A14;
    position: relative;
}

.zgss .swiper-slide .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    text-align: left;
    color: #474443;
    padding-bottom: .25rem;
    border-bottom: 1px solid #E6E6E6;
}

.conta {
    display: flex;
    align-items: center;
    line-height: .42rem;
    font-size: .16rem;
    color: #474443;
    white-space: nowrap;
}

.conta a[href]:hover {
    color: #BC0D17;
}

.conta img {
    width: .24rem;
    height: .24rem;
    margin-right: .13rem;
}

.em {
    display: inline-block;
    width: 2em;
}

.contac {
    padding-top: .13rem;
    height: 1.97rem;
}

.zgsewms {
    display: flex;
    padding-top: .24rem;
    border-top: 1px solid #E6E6E6;
}

.ewm-item .imgbox {
    width: .42rem;
    height: .42rem;
    overflow: hidden;
    cursor: pointer;

}

.ewm-item .imgbox:hover img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .42rem #BC0D17);
}

.ewm-item .imgbox img {
    width: 100%;
    height: 100%;
}

.ewm-item {
    position: relative;
    margin-right: calc((3.94rem - (4 * 0.42rem)) / 3);
}

.ewm-item .ewmbox {
    position: absolute;
    background-color: #f2f2f2;
    width: 1.2rem;
    height: 1.2rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, -102%);
    padding: .1rem;
}

.ewm-item .ewmbox img {
    width: 100%;
    height: 100%;
}

.ewm-item:hover .ewmbox {
    display: block;
}

.ewm-item .ewmbox {
    display: none;
}

.swiper-pagination-zgs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .32rem;
}

.swiper-pagination-zgs .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    background-color: #C7C7C7;
    margin: 0 10px !important;
}

.swiper-pagination-zgs .swiper-pagination-bullet:hover {
    background-color: #BC0D17;
}

.swiper-pagination-zgs .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-color: transparent !important;
    background: url(/images/G.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper-pagination-zgs2 .swiper-pagination-bullet {
    background-color: #E0D5A0;
}

.swiper-pagination-zgs2 .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-color: transparent !important;
    background: url(/images/G2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper-pagination-zgs .swiper-pagination-bullet:hover {
    background-color: #E0D5A060;
}

.lxsix .lxsixcen {
    background-image: url(/images/sixbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.lxsixcenr {
    padding-top: 1rem;
}

.lxsixtit {
    display: block;
    font-family: rr;
    font-size: .38rem;
    font-weight: 500;
    line-height: .4454rem;
    text-align: left;
    color: #474443;
}

.liuyan {
    background-image: url(/images/zxfkbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.liuyan h2 {
    font-family: rr;
    font-size: .42rem;
    font-weight: 500;
    line-height: .5569rem;
    text-align: center;
    color: #27221C;
    margin-bottom: .42rem;
    position: relative;
}

.liuyan h2::after {
    content: '';
    position: absolute;
    width: .28rem;
    height: .02rem;
    background-color: #ACACAC;
    left: 50%;
    bottom: -0.15rem;
    transform: translateX(-50%);
}

.lyLeft,
.lyTxt,
.lycontent textarea {
    border-color: #D0CCB6;
}

.lycontent textarea {
    border-radius: 8px;
    background-color: transparent;
    height: 2.41rem;
}

.abouts1 {
    padding: 1.35rem 2rem 1.72rem;
    background-image: url(/images/abouts1bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.gaik {
    display: flex;
    justify-content: space-between;
}

.gaik .le {
    flex: 1;
}

.gaik .ri {
    width: 4.61rem;
    margin-left: .89rem;
    margin-top: .31rem;
}

.gaik .ri img {
    width: 100%;
    height: auto;
}

.abouts1 .h1 {
    font-family: rr;
    font-size: .42rem;
    font-weight: 500;
    line-height: .5569rem;
    text-align: left;
    color: #27221C;
    position: relative;
    margin-bottom: .67rem;
}

.abouts1 .h1::after {
    content: '';
    position: absolute;
    width: .28rem;
    height: 1px;
    background-color: #BC0D17;
    left: 0;
    bottom: -0.27rem;
}

.abouts1 .h2 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 500;
    line-height: .2813rem;
    text-align: left;
    color: #BC0D17;
    margin-bottom: .16rem;
}

.abouts1 .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #666666;
    margin-top: 0.5em;
}

.abouts1 .hidep {
    display: none;
    margin-top: .3rem;
}

.goldgd {
    margin-top: .43rem;
    display: flex;
}

.goldgd .item {
    margin-right: .74rem;
}

.goldgd .item .counters {
    font-family: rr;
    font-size: .38rem;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: #BC0D17;
    display: flex;
    align-items: flex-end;
}

.goldgd .item .counters span {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .2387rem;
    text-align: left;
    color: #BC0D17;
    display: inline-block;
    margin-left: .06rem;
}

.goldgd .item .mss {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .2387rem;
    text-align: left;
    color: #666666;
    margin-top: .15rem;
}

.gold-more {
    width: 1.5rem;
    height: .45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/images/rmore.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    font-size: .18rem;
    font-weight: 300;
    color: #BC0D17;

    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gold-more span {
    position: relative;
    z-index: 2;
}

.gold-more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/images/rmore2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    transform: translateX(-102%);
    transition: all 0.5s;
}

.gold-more:hover::before {
    transform: translateX(0);
}

.gold-more:hover {
    color: #fff;
}

.gold-more2 {
    background-image: url(/images/rmore11.png);
    color: #E0D5A0;
}

.gold-more2::before {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNTAnIGhlaWdodD0nNDcnIHZpZXdCb3g9JzAgMCAxNTAgNDcnIGZpbGw9J25vbmUnPjxwYXRoIGQ9J00wLjUgNDFWNkM0LjEgNS42IDQuNjY2NjcgMi41IDQuNSAxSDE0NS41QzE0NS4xIDQuMiAxNDggNS42NjY2NyAxNDkuNSA2VjQxQzE0Ni4zIDQxLjQgMTQ1LjUgNDQuNSAxNDUuNSA0Nkg0LjVDNC45IDQyLjQgMiA0MS4xNjY3IDAuNSA0MVonIGZpbGw9JyNFMEQ1QTAnIHN0cm9rZT0nI0UwRDVBMCcvPjwvc3ZnPg==");
}

.gold-more2:hover {
    background-image: none;
    color: #BC0D17;
}

.abouts4 .gold-more2 {
    margin: 0 auto;
    margin-top: .31rem;
}

.gaik .gold-more {
    margin-top: .53rem;
}

.goldenTit {
    font-family: rr;
    font-size: .42rem;
    font-weight: 500;
    line-height: .5569rem;
    text-align: center;
    color: #E0D5A0;
}

.abouts2 {
    padding: 1.1rem 2rem 1.54rem;
    background-image: url(/images/abouts2bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.abouts2s {
    padding-top: 1.45rem;
}

.abouts2 .s2ctts a {
    cursor: auto;
}

.s2years {
    padding-bottom: .64rem;
    margin-top: .42rem;
}

.s2years .swiper-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1000000px;
    height: 1px;
    background-color: #E0D5A060;
}

.fzyear {
    font-family: ll;
    font-size: .26rem;
    font-weight: 400;
    line-height: .3448rem;
    text-align: center;
    color: #CDC498;
    position: relative;
    padding-bottom: .35rem;
    cursor: pointer;
}

.fzyear::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .12rem;
    height: .12rem;
    border-radius: 100%;
    background-color: #E0D5A0;
}

.swiper-slide-thumb-active .fzyear::after {
    width: .38rem;
    height: .55rem;
    background-image: url(/images/GG.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.swiper-slide-thumb-active .fzyear {
    font-weight: 600;
    font-size: .38rem;
}

.fzctt {
    display: flex;
}

.fzctt .le {
    flex: 1;
}

.fzctt .le .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .3182rem;
    text-align: left;
    color: #E0D5A0;
}

.fzctt .le .p,
.ecott {
    margin-top: .14rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #E0D5A0;
}

.ecott p {
    margin-bottom: 0.5em;
    margin-bottom: 0;
}


.fzctt .events {
    margin-bottom: .35rem;
    height: 2.5rem;
    overflow: hidden;
}

.fzctt .events.open {
    height: auto;
}

.fzctt .ri {
    width: 5rem;
    margin-left: .59rem;
    position: relative;
}

.fzctt .ri img {
    width: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.fzctt .gold-more.hide {
    display: none;
}

.ecott .p:first-of-type {
    margin: 0;
}


.aboutTit {
    font-family: rr;
    font-size: .42rem;
    font-weight: 500;
    line-height: .5569rem;
    text-align: center;
    color: #27221C;
    margin-bottom: .4rem;
}

.abouts3 {
    padding: .98rem 2rem 1.17rem;
    background-image: url(/images/abouts3bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.guanhs .swiper-slide {
    height: 3.56rem;
    border: 1px solid #D0CCB6;
    border-bottom: 4px solid #D0CCB6;
    ;
}

.guanhs .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .16rem .2rem 0;
}

.guanhs .swiper-slide .imgbox {
    width: 3.08rem;
    height: 2.05rem;
    overflow: hidden;
}

.guanhs .swiper-slide .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.guanhs .swiper-slide .txtbox {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    color: #666666;
    margin-top: .16rem;
}

.guanhs .swiper-slide:hover .imgbox img {
    transform: scale(1.05);
}


.guanhs .swiper-slide:hover .txtbox {
    color: #BC0D17;
}


.swiper-scrollbar-dragg {
    width: 100%;
    height: .42rem;
    background-color: transparent;
    margin-top: .5rem;
    position: relative;
}

.swiper-scrollbar-dragg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #B0AA8C;
    top: 50%;
    left: 5px;
}

.swiper-scrollbar-dragg .swiper-scrollbar-drag {
    background-color: transparent;
    position: relative;

}

.swiper-scrollbar-dragg .swiper-scrollbar-drag::before {
    content: '';
    position: absolute;
    width: .42rem;
    height: .42rem;
    background-image: url(/images/G.png);
    background-size: 100% 100%;
    left: 0;
}


.abouts3 .gold-more {
    margin: 0 auto;
    margin-top: .34rem;
}

.abouts4 {
    padding: 1.07rem 0rem 1.37rem;
    background-image: url(/images/abouts4bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.abouts4 .swiper-button-prev::after,
.abouts4 .swiper-button-next::after {
    display: none;
}

.abouts4 .swiper-button-prev {
    left: 1.59rem;
    top: 47%;
}

.abouts4 .swiper-button-next {
    right: 1.59rem;
    top: 47%;
}

.abouts4 .swiper-button-prev img,
.abouts4 .swiper-button-next img {
    width: .13rem;
}

.ymtxs {
    width: 16rem;
    padding-bottom: .55rem;
    margin-top: .49rem;
}

.ymtxs .swiper-wrapper {
    align-items: center;
    margin-left: 1.75rem;
}



.ymtxs .swiper-slide {
    transition: 100ms;
    width: 2rem;
    height: 3.41rem;
    transform: scale(0.6);
}

.ymtxs .swiper-slide-prev,
.ymtxs .swiper-slide-next {
    transform: scale(0.7);
}

.ymtxs .swiper-slide-prevprev {
    margin-right: -1.2rem;
}

.ymtxs .swiper-slide-nextnext {
    margin-left: -1.2rem;
}

.ymtxs .swiper-slide-prev {
    margin-right: -0.5rem;
}

.ymtxs .swiper-slide-next {
    margin-left: -0.5rem;
}


.ymtxs .swiper-slide-active {
    transform: scale(1);
}




.ymtxs .imgbox {

    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ymtxs .swiper-slide-active .imgbox {
    position: relative;
    top: 0;
    transform: translateY(0);
}

.ymtxs .swiper-slide-active {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ymtxs .imgbox img {
    width: 100%;
    object-fit: cover;
}

.ymtxs .txtbox {
    display: none;
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2387rem;
    text-align: center;
    color: #E0D5A0;
    margin-top: .26rem;
}

.ymtxs .swiper-slide-active .txtbox {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 3.05rem;
}

.abouts5 {
    padding: .96rem 2rem 1.1rem;
    background-image: url(/images/abouts5bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.shgxs .imgbox {
    width: 2.36rem;
    height: 2.36rem;
    border-radius: 100%;
    border: 1px dashed #CDC498;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shgxs .imgbox img {
    width: 1.82rem;
    height: 1.82rem;
    border-radius: 100%;
}

.shgxs .imgbox::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.06rem;
    height: 2.06rem;
    border-radius: 100%;
    border: 1px dashed #CDC498;
}

.shgxs a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 4.58rem;
    background-color: #F3EFE9;
    position: relative;
    padding: .38rem .34rem 0;

}

.shgxs .txtbox {
    font-family: rr;
    font-size: .18rem;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    color: #27221C;
    margin-top: .23rem;
}


.shgxs a .ljgd {
    position: absolute;
    left: .38rem;
    bottom: .36rem;
    cursor: pointer;

    font-family: rr;
    font-size: .18rem;
    font-weight: 300;
    line-height: .211rem;
    text-align: left;
    color: #BC0D17;
}

.jitlist {
    background-color: rgb(250, 245, 238);
    overflow: hidden;
}


.jitlist .ul .li {
    display: flex;
}



.jitlist .ul .li .lef,
.jitlist .ul .li .rig {
    width: 50%;
    flex-shrink: 0;
}



.jitlist .ul .li .lef {
    padding-left: 2rem;
    padding-right: 1.32rem;
}

.jitlist .ul .li .lef>img {
    max-height: 1rem;
}

.jitlist .ul .li .rig {
    overflow: hidden;
    display: flex;
    justify-content: start;
}

.jitlist .ul .li .rig,
.jitlist .ul .li .lef {
    height: 7.5rem;
}

.jitlist .ul .li .rig img {
    width: 7.5rem;
    height: 7.5rem;
    object-fit: cover;
    transition: all 1s;
}

.jitlist .ul .li .rig img:hover {
    transform: scale(1.05);
}

.jitlist .ul .li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.jitlist .ul .li:nth-of-type(2n) .lef {
    padding-right: 2rem;
    padding-left: 1.32rem;
}

.jitlist .ul .li:nth-of-type(2n) .rig {
    justify-content: flex-end;
}


.jitlist .ul .li .lef {
    padding-top: 1.26rem;
    position: relative;
}

.jitlist .ul .li .lef .h1 {
    font-family: rr;
    font-size: .42rem;
    font-weight: 600;
    line-height: .5569rem;
    text-align: left;
    margin: .75rem 0 .73rem;
}

.jitlist .ul .li .lef .p {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    color: #666666;
}

.jitlist .ul .li .lef .pagenum {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    bottom: .98rem;
}

.jitlist .ul .li .lef .pagenum img {
    width: .32rem;
}

.jitlist .ul .li .lef .pagenum span {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.caseloadingbox {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}

.caseloading img {
    width: .72rem;
    height: .72rem;
}

.headimg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}


.isdbanner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

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

.isdbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;

    display: none;
}

.lightbox .light {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-mask: linear-gradient(313.07deg, rgba(231, 196, 42, 1) 29.54%, rgba(255, 244, 45, 0.9) 79.13%);

    mask-repeat: no-repeat;
    mask-position: left top;
    mask-size: 0 0;
    animation: lightFn 2s ease;
    animation-delay: 1s;
    animation-fill-mode: both;

    width: 19.03rem;
    height: 9.67rem;
    object-fit: cover;
}

.fillB {
    fill: rgba(252, 215, 87, .9);
}

@keyframes lightFn {
    0% {
        mask-size: 0 0;
        mask-position: 600% 0;
    }

    100% {
        mask-size: 100% 100%;
        mask-position: 0 0;
    }
}

.goldtxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.goldt1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 63.65px;
    text-align: center;
    background: linear-gradient(180deg, #E7C42A 22.56%, #FFF42D 72.93%);
    -webkit-background-clip: text;
    color: transparent;
}

.goldt2 {
    font-size: 100px;
    font-weight: 700;
    line-height: 132.6px;
    text-align: left;
    background: linear-gradient(180deg, #E7C42A 22.56%, #FFF42D 72.93%);
    -webkit-background-clip: text;
    color: transparent;
}

.isdbanner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.jhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(/images/headbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.32rem;
    padding: 0 .48rem;
    z-index: 101;
}


.jinboLogo {
    display: block;
    width: 1.9557rem;
    height: .74rem;
    background-image: url(/images/jinbologo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.jhlist {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    align-items: center;
}

.jhlist .jiItem {
    margin-right: 1.02rem;
    display: flex;
    align-items: center;
    height: 100%;
}

.jhlist .jiItem:last-of-type {
    margin-right: 0;
}

.jhlist .jiItem>a {
    display: flex;
    position: relative;
}

.jhlist .jiItem>a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #B8946560;
    right: -0.12rem;
}

.jhlist .jiItem>a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: .14rem;
    right: -0.12rem;
    background-color: #FFD6A1;
    transition: all 0.5s;
}

.jhlist .jiItem>a:hover::after {
    height: 100%;
}

.jhen {
    font-family: ll;
    font-size: .12rem;
    font-weight: 400;
    line-height: .156rem;
    text-align: left;
    color: #FFD6A160;
    writing-mode: vertical-rl;
    margin-right: .03rem;
}

.jhcn {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: 21.22px;
    text-align: left;
    writing-mode: vertical-rl;
    color: #FFD6A1;
    letter-spacing: 0.3em;
}

.jhtab-box {
    position: fixed;
    top: 1.32rem;
    left: 0;
    width: 100%;
    background-color: #ccc;
    z-index: 9999;

    width: 100%;
    padding-bottom: .5rem;
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    /* padding-left: 5.2rem;
    padding-top: .37rem; */
    display: flex;
    justify-content: center;
    padding: .54rem 0 .63rem;
    /* border-bottom: 1px solid #BC0D17; */

    background-image: url(/images/tabsbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.jhtab-box .jhimg {
    width: 2.76rem;
    height: 1rem;
    margin-right: .45rem;
    overflow: hidden;
}

.jhtab-box .ul {
    width: 63%;
    padding-left: 0.61rem;
    border-left: 0.6px solid #C1C1C1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: left;
    color: #454545;
}

.jhtab-box .ul .li {
    color: #70757C;
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    line-height: .72rem;
    letter-spacing: 0em;

    width: 30%;
    height: .21rem;
    margin-bottom: .41rem;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
}

.jhtab-box .ul .li::before {
    content: "";
    display: inline-block;
    width: .08rem;
    height: .08rem;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(-45deg);
    position: relative;
    left: -0.08rem;
    top: -0.01rem;
}

.jhmid {
    display: flex;
    flex: 1;
    height: 100%;
    align-items: center;
}

.jhright {
    display: flex;
    margin-left: .41rem;

}
.mheader1 .ewxl:hover .xlsbox{
    display: block !important;
    opacity: 1 !important;
        }
.mheader .ewxl:hover .xlsbox{
display: block !important;
opacity: 1 !important;
    }

.jhright .ewxl {
    width: .36rem;
    height: .36rem;
    border: 1px solid #FFE3BE60;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-left: .34rem;

    font-size: .15rem;
    font-weight: 400;
    line-height: .2rem;
    color: #FFD6A1;
    cursor: pointer;
}

.jhright .ewxl:hover {
    background-color: #FFE3BE;
    border-color: transparent;
}

.jhright .ewxl:hover {
    color: #BC0D17;
}



.jhright .ewxl img {
    width: .2rem;
    height: .2rem;
}

.jhright .ewxl:hover>img {
    filter: invert(19%) sepia(48%) saturate(6216%) hue-rotate(347deg) brightness(72%) contrast(107%);
}

.jhright .ewxl {
    position: relative;
}

.jhright .ewxl .xlsbox {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #FFF3E3;
    top: .5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.05rem;
    /* box-shadow: 0px 2px 8px 0px rgba(164, 164, 164, 0.6); */
}

.jhright .ewxl .xlsbox::before {
    content: '';
    position: absolute;
    top: -.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #FFF3E3;
}

.jhright .ewxl .xlsbox img {
    width: 100%;
    height: 100%;
}


.xlsbox {
    display: none;
}

.jhright .ewxl:hover .xlsbox {
    /* display: block; */
}

.jfoot {
    padding: 1.17rem 2rem 0;
    background-image: url(/images/jfootbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.jftop {
    display: flex;
    justify-content: space-between;
    padding-bottom: .55rem;
}

.jftopleft {
    display: flex;
}

.jftopleft .item {
    width: 2.5rem;
}

.jftopleft .item>a {
    font-family: rr;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2652rem;
    letter-spacing: 0.01em;
    text-align: left;
    color: #FFD6A1;
    display: block;
    position: relative;
    margin-bottom: .43rem;
    width: fit-content;
}

.jftopleft .item>a::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFD6A160;
    position: absolute;
    bottom: -0.17rem;
    left: 0;
}

.jftopleft .item>a::after {
    content: '';
    width: .18rem;
    height: 1px;
    background-color: #FFD6A1;
    position: absolute;
    bottom: -0.17rem;
    left: 0;
}


.jftopleft .item .ul a {
    display: block;
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .38rem;
    letter-spacing: 0.01em;
    text-align: left;
    color: #E4CFB390;
}

.jftopleft .item .ul a:hover {
    color: #E4CFB3;
}

.jftopleft .zhuzuos .ul a {
    display: none;
}

.jftopleft .zhuzuos .ul a:nth-of-type(-n+6) {
    display: block;
}

.jftopleft .zhuzuos .ul::after {
    content: '...';
    display: block;
    font-family: ll;
    font-size: .28rem;
    font-weight: 300;
    line-height: .38rem;
    letter-spacing: 0.01em;
    text-align: left;
    color: #E4CFB390;
}

.swiper-foots {
    width: 1.5rem;
    height: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.swiper-foots .imgbox {
    text-align: center;
    margin-top: .17rem;
}

.swiper-foots .imgbox img {
    width: 1.19rem;
}

.swiper-foots .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .17rem;
}


.swiper-foots .txtbox {
    font-size: .16rem;
    font-weight: 300;
    line-height: .2122rem;
    letter-spacing: 0.01em;
    text-align: center;
    color: #E4CFB3;
}

.swiper-pagination-foots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .12rem;
}

.swiper-pagination-foots .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 5px !important;
    opacity: 1;
    background-color: #C89561;
}

.swiper-pagination-foots .swiper-pagination-bullet-active,
.swiper-pagination-foots .swiper-pagination-bullet:hover {
    background-color: #FFD6A1;
}

.jfcy {
    display: flex;
    align-items: center;
    padding: .39rem 0 .37rem;
    border-top: 1px solid #FFD6A120;
}

.jfcy .h2 {
    font-size: .2rem;
    font-weight: 400;
    line-height: .2652rem;
    letter-spacing: 0.01em;
    text-align: left;
    color: #FFD6A1;
    margin-right: .43rem;
}

.jfcy .ul {
    display: flex;
}

.jfcy .ul .li {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E1D5A080;
    border-radius: 50%;
    width: .62rem;
    height: .62rem;
    margin-right: .47rem;
}

.jfcy .ul .li img {
    max-width: 80%;
}

.jfcy .ul .li:hover {
    background-color: #E1D5A080;
}

.jfbot {
    display: flex;
    justify-content: space-between;
    height: .86rem;
    align-items: center;
    border-top: 1px solid #FFD6A120;
}

.jfbot .copy,
.jfbot .copy a {
    font-family: MiSans;
    font-size: 14px;
    font-weight: 300;
    line-height: 18.56px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #E4CFB390;
}

.jfbot .copy a:hover {
    color: #E4CFB3;
}

.jfbot .jshare {
    display: flex;
}

.jfbot .jshare a {
    width: .22rem;
    height: .22rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.jshareItem {
    margin-left: .26rem;
    cursor: pointer;
}

.jshareItem:hover {
    opacity: .5;
}

.jshareItem:nth-of-type(1) a {
    background-image: url(/images/jshare1.png);
}

.jshareItem:nth-of-type(2) a {
    background-image: url(/images/jshare2.png);
}

.jshareItem:nth-of-type(3) a {
    background-image: url(/images/jshare3.png);
}


.SonCompany {
    background-image: url(/images/sonjsbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sonintroduce p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #70757C;
    margin-top: .05rem;
    text-indent: 2em;
}

.sonpcontent .ul {
    margin-top: .45rem;
    margin-bottom: .48rem;
}

.sonpcontent .gold-more {
    margin: 0 auto;
}

.sonpcontent .ul .li:hover {
    border: 1px solid #D0CCB680;
}

.sonpcontent .ul .li {
    background-color: transparent;
    border: 1px solid #D0CCB680;
}

.sonpcontent .ul .li .litxt {
    border-color: #D0CCB680;
    color: #E0D5A0;
    line-height: 1.5;
}

.sonNews {
    background-image: url(/images/sonNewsbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sonNews .ul .li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #D0CCB6;
    border-bottom: 4px solid #D0CCB6;
}

.sonNews .ul .li .h4 {
    padding-bottom: .61rem;
}

.sonNews .gold-more {
    margin: 0 auto;
}

.sonContact {
    background-image: url(/images/sonContactbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sonContact .ju .left {
    background-color: transparent;
    padding: .64rem 0 0 .56rem;
}

.sonContact .ju {
    border: 1px solid #D0CCB6;
    height: 4.29rem;
}

.sonContact .ju .left .h1 {
    margin-bottom: .2rem;
}


.subewm {
    display: flex;
    padding-top: .29rem;
    width: 4.8rem;
    border-top: 1px solid #E2E2E2;
    margin-top: .22rem;
}

.subewm .item {
    margin-right: .6rem;
    position: relative;
}

.subewm .item .imgbox {
    width: .42rem;
    height: .42rem;
    overflow: hidden;
}

.subewm .item:hover .imgbox img {
    width: 100%;
    height: 100%;
}

.subewm .item:hover .imgbox img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .42rem #BC0D17);
}

.subewmbox {
    display: none;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    transform: translate(-50%, -100%);
    padding: .05rem;
}

.subewmbox img {
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: contain;
}

.subewm .item:hover .subewmbox {
    display: block;
}

.subewmbox::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .05rem solid transparent;
    border-right: .05rem solid transparent;
    border-top: .05rem solid #fff;
}

.jinbotxt {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.jinbotxt2,
.jinbotxt22 {
    background: linear-gradient(180deg, #E7C42A 22.56%, #FFF42D 72.93%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    font-family: rr;
    font-size: .68rem;
    font-weight: 700;
    line-height: .9017rem;
    text-align: center;
}

.jinbotxt2 {
    margin-bottom: .12rem;
}

.jinbotxt22 {
    margin-bottom: .2rem;
}

.bofang {
    width: .72rem;
    height: .72rem;
    background-image: url(/images/bofang.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s;
}

.bofang:hover {
    transform: scale(1.1);
}

.msban .next,
.banner .next,
.itemsbanner .next {
    background-color: #35353550;
    bottom: .29rem;
}

.isdyws .swiper-pagination {
    bottom: .98rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.isdyws .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 14px !important;
    opacity: 0.5;
    background-color: #FFD6A1;
    border-radius: 100%;
}

.isdyws .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.isdyws .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}

.sonTitle {
    font-family: rr;
    font-size: .42rem;
    font-weight: 500;
    line-height: .4922rem;
    text-align: center;
    color: #27221C;
}


.aboutwh {
    padding: 1.43rem 2rem 2.19rem;
    background-image: url(/images/aboutwhbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.aboutwh .ul {
    display: flex;
    justify-content: space-between;
    margin-top: .68rem;
}

.aboutwh .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 2rem;
}

.aboutwh .ul .li .imgbox {
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #BC0D17;
    transition: all 0.5s;
}

.aboutwh .ul .li .imgbox img {
    width: .64rem;
    height: .64rem;
}

.aboutwh .ul .li .txtbox {
    margin-top: .49rem;
}

.aboutwh .ul .li .t {
    font-family: rr;
    font-size: .24rem;
    font-weight: 500;
    line-height: .3182rem;
    text-align: center;
    color: #474443;
    position: relative;
    margin-bottom: .42rem;
}

.aboutwh .ul .li .t::after {
    content: '';
    position: absolute;
    width: .24rem;
    height: 2px;
    background-color: #BC0D17;
    bottom: -0.22rem;
    left: 50%;
    transform: translateX(-50%);
}

.aboutwh .ul .li .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: center;
    color: #666666;
}

.aboutwh .ul .li:hover .imgbox {
    background: linear-gradient(180deg, #E7C42A 22.56%, #FFF42D 72.93%);
    border-color: transparent;
}

.aboutwh .ul .li:hover .t {
    color: #BC0D17;
}


/* 首页 */
.homes2 {
    padding: 1.99rem 2rem 0;
    background-image: url(/images/homes2bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.homes2 .h1 {
    font-family: rr;
    font-size: .42rem;
    font-weight: 400;
    line-height: .5569rem;
    color: #27221C;
    position: relative;
    margin-bottom: .67rem;
}

.homes2 .h1::after {
    content: '';
    position: absolute;
    width: .28rem;
    height: 1px;
    background-color: #BC0D17;
    bottom: -0.26rem;
    left: 0;
}

.homes2 .h2 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 500;
    line-height: .3182rem;
    text-align: left;
    color: #BC0D17;
    margin-bottom: .18rem;
}

.homes2 .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #666666;
    width: 7.02rem;
}

.homes2 .cdata {
    margin-top: .64rem;
    display: flex;
    justify-content: space-between;
}

.homes2 .cdata .counters {
    font-family: rr;
    font-size: .38rem;
    font-weight: 600;
    line-height: .5039rem;
    text-align: left;
    color: #BC0D17;
    display: flex;
    align-items: end;
}

.homes2 .cdata .counters span {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    color: #BC0D17;
    display: block;
    margin-left: .04rem;
    margin-bottom: .13rem;
}

.homes2 .cdata .h3 {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .2387rem;
    text-align: left;
    color: #666666;
}

.homes2 .left {
    flex: 1;
}

.homes2 .left .gold-more {
    margin-top: .67rem;
    display: flex;
}

.homes2 .left .gold-more.mbshow {
    display: none;
}

.homes2 .right {
    width: 7.06rem;
    margin-left: 1.02rem;
}

.homes2 .right img {
    width: 100%;
}

.home-title {
    font-family: rr;
    font-size: .42rem;
    font-weight: 400;
    line-height: .5569rem;
    text-align: center;
    color: #27221C;
    position: relative;
    margin-bottom: .82rem;
}

.home-title::after {
    content: '';
    position: absolute;
    width: .28rem;
    height: 1px;
    background-color: #BC0D17;
    bottom: -0.16rem;
    left: 50%;
    transform: translateX(-50%);
}

.homes4 {
    padding: 1.21rem 2.1rem 0;
    background-image: url(/images/homes4bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.homes4 .gold-more {
    margin: 0 auto;
    margin-top: .6rem;
}

.home-news .ul {
    display: flex;
}

.home-news .ul .li {
    width: 1.56rem;
    padding-right: .41rem;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
}

.home-news .ul .li .zkq {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.home-news .ul .li:last-of-type::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 4.06rem;
    background-color: #DEDEDE;
    right: 0;
    top: 0;
}

.home-news .ul .li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 4.06rem;
    background-color: #DEDEDE;
    left: 0;
    top: 0;
}


.home-news .ul .li .date .y {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .234rem;
    text-align: right;
    color: #333333;
    white-space: nowrap;
}

.home-news .ul .li .date .m {
    font-family: rr;
    font-size: .24rem;
    font-weight: 600;
    line-height: .312rem;
    text-align: right;
    color: #333333;
    white-space: nowrap;
}

.home-news .ul .li .h1 {
    writing-mode: vertical-rl;
    font-family: ll;
    font-size: .18rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
    color: #333333;
    letter-spacing: 0.4em;
    height: 20em;
    margin-right: -0.58em;
}

.squu {
    width: .1rem;
    height: .1rem;
    border: 1px solid #BC0D17;
    transform: rotate(45deg);
    margin: .26rem 0;
    margin-left: .05rem;
}

.home-news .ul .li.active {
    width: auto;
}

.home-news .ul .li.active .newszk {
    width: auto;
    animation: expandWidthRightToLeft 1.6s forwards;
}

.newszk {
    width: 0;
    overflow: hidden;
    display: flex;
    transition: all 0.5s;
}

.newszk .txtbox {
    writing-mode: vertical-rl;
    margin-top: 1.2rem;
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: 1.8;
    text-align: left;
    color: #666666;
    letter-spacing: 0.4em;
    height: 21em;
}

.newszk .imgbox {
    width: 5.34rem;
    height: 3.56rem;
    overflow: hidden;
    margin-right: .33rem;
}

.newszk .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.home-news .ul .li img:hover {
    transform: scale(1.05);
}

.home-news .ul .li.active::before {
    display: none;
}

.home-news .ul .li.active .squu {
    background-color: #BC0D17;
}

.homes5 {
    background-image: url(/images/homes5bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

.homes5 .left,
.homes5 .right {
    width: 50%;
}

.homes5 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homes5 .left {
    position: relative;
    padding-left: 2.1rem;
    overflow: hidden;
}

.homes5 .h1 {
    position: absolute;
    font-family: rr;
    font-size: .42rem;
    font-weight: 400;
    line-height: .5569rem;
    color: #27221C;
    margin-top: 1.08rem;
    z-index: 2;
}

.homes5 .h1::after {
    content: '';
    position: absolute;
    width: .28rem;
    height: 1px;
    background-color: #BC0D17;
    bottom: -0.16rem;
    left: 0;
}

.homes5 .ul {
    display: flex;
}

.homes5 .ul .li {
    display: block;
    height: 100vh;
    width: .8rem;
    padding-top: 2.75rem;
    position: relative;
}

.homes5 .ul .li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(210, 210, 210, 0) 2.49%, #D2D2D2 46.49%, rgba(210, 210, 210, 0) 100%);
}

.homes5 .ul .li .wmtxt {
    width: 0;
    overflow: hidden;
}

.homes5 .ul .li.active .wmtxt {
    width: auto;
}

.dxf {
    width: .17rem;
    height: .17rem;
    background-image: url(/images/dxf.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: .09rem 0 .18rem;
}

.homes5 .ul .li .wmh2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 0.8rem;
    flex-shrink: 0;
}

.wmh2 .h2 {
    writing-mode: vertical-rl;
    min-height: 1.1rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 700;
    color: #666666;
    letter-spacing: 0.52em;
}

.wmh2 .enh2 {
    writing-mode: vertical-rl;
    font-family: rr;
    font-size: .14rem;
    font-weight: 400;
    color: #71747960;
}

.homes5 .ul .li.active {
    width: 4.3rem;
    background: linear-gradient(180deg, rgba(233, 229, 219, 0) 0%, #E8E3DA 47.99%, rgba(230, 226, 216, 0) 100%);

}

.homes5 .ul .li {
    display: flex;
}

.wmt2 {
    padding: 0 .35rem 0 .07rem;
    margin-top: -0.06rem;
}

.wmt2 .p,
.wmtxt p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    color: #666666;
    width: 3.08rem;
}

.wmdaily {
    display: flex;
    margin: .26rem 0 0;
    width: 3.08rem;
}

.wmdaily a {
    display: flex;
    align-items: center;
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    color: #666666;
    margin-right: .38rem;
}

.wmlist .gold-more {
    margin-top: .37rem;
}

.wmdaily a img {
    width: .2rem;
    height: .2rem;
    margin-right: .07rem;
}

.wmdaily a:hover {
    color: #BC0D17;
}

.wmdaily a:hover img {
    filter: invert(17%) sepia(99%) saturate(6529%) hue-rotate(346deg) brightness(71%) contrast(111%);
}


.wmlist .ul .li.active .wmtxt {
    width: auto;
    animation: expandWidthRightToLeft 0.8s forwards;
}

.homes5 .ul .li .imgbox {
    display: none;
}



@keyframes expandWidthRightToLeft {
    0% {
        width: 0;
        left: 100%;
    }

    100% {
        width: 100%;
        left: 0;
    }
}

#ContentPlaceHolder1_pnl_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.yearbox {
    position: relative;
}

.abouts2 .swiper-button-next,
.abouts2 .swiper-button-prev {
    color: #FFD6A1;
    display: flex;
    top: 56%;
}


.abouts2 .swiper-button-next::after,
.abouts2 .swiper-button-prev::after {
    font-size: .2rem;

}


.abouts2 .swiper-button-prev {
    left: -0.3rem;
}

.abouts2 .swiper-button-next {
    right: -0.3rem;
}

.bulider {
    display: inline;
}


/* 江宝全 */
.jbqs1 {
    background-image: url(/images/jbqs1bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.14rem 2rem 1.28rem;
}

.jbqs1 video {
    width: 15rem;
    height: 6rem;
    object-fit: cover;
    border-radius: .12rem;
}

.jbqs1 .videobox {
    position: relative;
}

.jbqs1 .videobtn {
    cursor: pointer;
    position: absolute;
    width: .72rem;
    height: .72rem;
    bottom: .38rem;
    right: .51rem;
    background-image: url(/images/bofang.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.videobg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.videobg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .12rem;
    margin: 0;
}

.jbqs2 {
    padding: 1.11rem 2rem 1.14rem;
    background-image: url(/images/jbqs2bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.liluns {
    padding: 0 .3rem;
    margin-top: .39rem;
}

.liluns .imgbox {
    width: 2.48rem;
    height: 3.51rem;
    overflow: hidden;
}

.liluns .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.liluns .imgbox img:hover {
    transform: scale(1.05);
}

.liluns .h1 {
    font-family: rr;
    font-size: .18rem;
    font-weight: 500;
    line-height: .2387rem;
    text-align: center;
    color: #E0D5A0;
    margin: .29rem 0 .2rem;
}

.liluns .tzbox {
    display: flex;
    justify-content: center;
}

.liluns .tzbox .gold-more {
    width: 1rem;
    height: .32rem;
    margin: 0 .07rem;
    font-size: .16rem;
}

.liluns .tzbox .gold-more span {
    font-size: .16rem;
}

.liluns .shujia {
    position: absolute;
    width: 100%;
    height: .14rem;
    background-color: #D4CEB0;
    left: 0;
    top: 3.51rem;
}

.jbqs3 {
    background-image: url(/images/jbqs3bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.18rem 2rem 1.17rem;
}

.jbqs3 .swiper-slide {
    height: 3.8rem;
    padding: .24rem .35rem .23rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #D0CCB6;
    border-bottom: 4px solid #D0CCB6;
}




.jbqs3 .imgbox {
    width: 3.9rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
}

.jbqs3 .imgbox img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.jbqs3 .txtbox {
    padding-top: .23rem;
    border-top: 1px solid #BEB9B4;
    font-family: rr;
    font-size: .18rem;
    font-weight: 300;
    line-height: .211rem;
    text-align: center;
    color: #333333;
}

.jbqs3 .swiper-slide:hover .imgbox img {
    transform: scale(1.05);
}

.jbqs3 .swiper-slide:hover .txtbox {
    color: #BC0D17;
}

.jbqs3 .gold-more {
    margin: 0 auto;
    margin-top: .17rem;
    margin-top: .7rem;
}

.jbqbanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;

    padding: calc(1.27rem + 1.32rem) 0 0 2.11rem;
}

.jbqbanner .jbqh1 {
    font-family: rr;
    font-size: .36rem;
    font-weight: 500;
    line-height: .5569rem;
    text-align: left;
    color: #E0D5A0;
    position: relative;
    margin-bottom: .58rem;
}

.jbqbanner .jbqh1::after {
    content: '';
    position: absolute;
    bottom: -0.26rem;
    left: 0;
    width: .28rem;
    height: 1px;
    background-color: #E0D5A0;
}

.jbqbanner .jbqh2 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 500;
    line-height: .2813rem;
    text-align: left;
    color: #E0D5A0;
}


.jbqbanner .jbqp {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    text-indent: 2em;
    color: #E0D5A0;
    margin-top: .18rem;
    width: 7.4rem;
}

.jbqbanner .gold-more {
    margin-top: .37rem;
}

.jbqbanner .right img {
    animation: none;
    width: 100%;
    height: auto;
}

.jbqbanner .right {
    position: absolute;
    bottom: 0;
    right: 2.72rem;
    width: 5.77rem;
}

.jbqbanner .right.jn {
    right: .75rem;
    width: 10.02rem;
    height: 8.36rem;
}

.jbqxu {
    padding: 1.17rem 0 1.48rem;
    margin-top: 1.32rem;
    background-image: url(/images/jbqxubg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.xucontainer {
    width: 14rem;
    margin: 0 auto;
    border: 3px solid #D0CCB6;
    padding: .1rem;
    margin-top: .44rem;
    background-color: #F6F4EE;
}

.xucontent {
    border: 1px solid #D0CCB6;
    position: relative;
    padding: .65rem .9rem .86rem;
}

.xuTit {
    font-family: rr;
    font-size: .42rem;
    font-weight: 500;
    line-height: .5569rem;
    text-align: center;
    position: relative;
    margin-bottom: .53rem;
}

.xuTit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.26rem;
    transform: translateX(-50%);
    width: 0.28rem;
    height: 1px;
    background-color: #BC0D17;
}


.xuTit2 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 500;
    line-height: .2813rem;
    text-align: center;
    color: #BC0D17;
}

.jiao1,
.jiao2,
.jiao3,
.jiao4 {
    position: absolute;
    width: .18rem;
    height: .18rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.jiao1 {
    background-image: url(/images/jiao1.png);
    top: -1px;
    left: -1px;
}

.jiao2 {
    background-image: url(/images/jiao2.png);
    top: -1px;
    right: -1px;
}

.jiao3 {
    background-image: url(/images/jiao3.png);
    bottom: -1px;
    left: -1px;
}

.jiao4 {
    background-image: url(/images/jiao4.png);
    bottom: -1px;
    right: -1px;
}

.xucontent .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 500;
    line-height: .2813rem;
    text-align: left;
    color: #BC0D17;
    margin-bottom: .21rem;
}

.xucontent .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    text-align: left;
    text-indent: 2em;
    color: #666666;
    margin-top: .12rem;

}

.xucontent .h3 {
    font-family: ll;
    font-size: .2rem;
    font-weight: 700;
    line-height: .42rem;
    text-align: center;
    color: #333333;
    margin: .27rem 0 .56rem;
}

.xucontent .pimg {
    margin: .39rem 0 .35rem;
}

.xucontent .pimg img {
    display: block;
    width: 10rem;
    height: auto;
    margin: 0;
    margin: 0 auto;
}

.xucontent .imgp {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2387rem;
    text-align: center;
    margin-top: .26rem;
}

.jg-zy {
    display: flex;
}

.jg-zy .le {
    flex: 1;
}

.jg-zy img {
    width: 4.09rem;
    height: auto;
    margin: 0;
    margin-left: .67rem;
}

.xuline {
    width: 100%;
    height: 1px;
    background-color: #D0CCB6;
    margin: .61rem 0 .53rem;
}

.dailymind {
    padding: 1.29rem 2.5rem 1.52rem;
    background-image: url(/images/jbqxubg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.dailymind .ul .li {
    display: block;
    width: 14rem;
    height: 5.8rem;
    background-color: #F6F4EE;
    border: 3px solid #D0CCB6;
    padding: .1rem;
    margin-bottom: .47rem;
}

.dailymind .ul .li:last-of-type {
    margin-bottom: 0;
}

.dailymind .ul .li .licontent {
    border: 1px solid #D0CCB6;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.dailymind .ul .li .licontent::before {
    content: '';
    position: absolute;
    display: block;
    width: 2.94rem;
    height: .93rem;
    top: .3rem;
    right: .93rem;
    background-image: url(/images/mrbg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.dailymind .ul .li .licontent::after {
    content: '';
    position: absolute;
    display: block;
    width: 7.82rem;
    height: 1.78rem;
    background-image: url(/images/mrbg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: .34rem;
    pointer-events: none;
}


.mryx {
    height: 4.78rem;
    width: 100%;
    display: flex;
    padding-left: 1.59rem;
}

.mryx .imgbox {
    width: 3.32rem;
    height: 4.78rem;
    overflow: hidden;
}

.mryx .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.dailymind .ul .li:hover .imgbox img {
    transform: scale(1.05);
}

.dailymindtxt {
    margin-left: .91rem;
}

.dailymindtxt .niandu {
    font-family: rr;
    font-size: .42rem;
    font-weight: 600;
    line-height: .5569rem;
    letter-spacing: 0.2em;
    text-align: left;
    color: #BC0D17;
}

.dailymindtxt .pianzhang {
    font-family: rr;
    font-size: .32rem;
    font-weight: 400;
    line-height: .38rem;
    letter-spacing: 0.4em;
    text-align: left;
    color: #666666;
    margin: .16rem 0 .1rem;
}

.dailymindtxt .pzen {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .28rem;
    text-align: left;
    color: #D2D0C2;
    padding-bottom: .24rem;
    border-bottom: .04rem solid #D2D0C2;
    padding-right: .71rem;
    margin-bottom: .21rem;
}

.dailymindtxt .h2 {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2387rem;
    letter-spacing: 0.2em;
    text-align: left;
    color: #666666;
}

.dailydownload {
    display: flex;
    align-items: flex-end;
    margin-top: .54rem;
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    text-align: left;
    color: #BC0D17;
}

.dailydownload img {
    width: .48rem;
    height: .48rem;
    margin: 0;
    margin-right: .09rem;
}

.dailymind .ul .li:hover .h2 {
    color: #BC0D17;
}

.zgsfengc {
    padding: 0 20px;
    background-image: url(/images/zgsfengc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.25rem 2rem 1.41rem;
}

.zgsfengc .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zgsfengc .ul .li {
    display: block;
    width: 4.36rem;
    margin-top: .47rem;
}

.zgsfengc .ul .li .imgbox {
    width: 100%;
    height: 2.91rem;
    overflow: hidden;
    border-top-right-radius: 50px;
}

.zgsfengc .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zgsfengc .ul::after {
    content: '';
    display: block;
    width: 4.36rem;
}

.zgsfengc .ul .li .txtbox {
    height: .79rem;
    width: 100%;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(224, 213, 160, 0) 0%, #E0D5A080 51.5%, rgba(224, 213, 160, 0) 100%) 1;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    color: #E0D5A0;
}


.zgsfengc .gold-more {
    margin: 0 auto;
    margin-top: .59rem;
}


.sonpcontent .ul .li .liimg {
    width: 2.88rem;
    height: 2.88rem;
    background-color: #D3C9BF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sonpcontent .ul .li .litxt {
    border: none;
    padding-top: .33rem;
}

.sonpcontent .ul .li {
    width: 3.45rem;
    height: 4.3rem;
}

.sonpcontent .ul .li img {
    object-fit: cover;
}


.lilunbooks {
    margin-top: 1.32rem;
    padding: .28rem 2.5rem 1.33rem;
    background-image: url(/images/jbqs3bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.lilunbread {
    display: flex;
    align-items: center;
}

.lilunbread img {
    width: .16rem;
    margin-right: .1rem;
}

.lilunbread,
.lilunbread a {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .2122rem;
    text-align: left;
    color: #999988;
}

.lilunbread a:last-of-type,
.lilunbooks a:hover {
    color: #BC0D17;
}

.bookname {
    font-family: rr;
    font-size: .42rem;
    font-weight: 500;
    line-height: .5569rem;
    text-align: center;
    color: #27221C;
    position: relative;
    margin-bottom: .62rem;
    margin-top: .71rem;
}

.bookname::after {
    content: '';
    position: absolute;
    bottom: -0.26rem;
    left: 50%;
    transform: translateX(-50%);
    width: .28rem;
    height: 1px;
    background-color: #BC0D17;
}

.bookborder {
    width: 14rem;
    /* height: 5.8rem; */
    border: 3px solid #D0CCB6;
    padding: .1rem;
    background-color: #F6F4EE;
}

.bookdir {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #D0CCB6;
    padding: .67rem .93rem .93rem .74rem;
}

.bookdir::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-99.5%);
    width: .84rem;
    height: 100%;
    /* background-image: url(/images/bookshade1.png);
    background-size: cover; */
    background: linear-gradient(90deg, rgba(246, 244, 238, 0) 0%, rgba(208, 204, 182, 0.3) 100%);


}

.bookdir::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(100%);
    width: .84rem;
    height: 100%;
    /* background-image: url(/images/bookshade2.png);
    background-size: cover; */
    background: linear-gradient(270deg, rgba(246, 244, 238, 0) 0%, rgba(208, 204, 182, 0.3) 100%);


}

.bookdir .ul {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.bookdir .ul .li {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .78rem;
    text-align: left;
    color: #333333;
    display: flex;
    width: 5.12rem;
    /* margin-left: 1.85rem; */
    align-items: center;
}

.bookdir .ul .li:hover {
    color: #BC0D17;
}

.bookdir .ul .li::before {
    content: '·';
    display: block;
    margin-right: 0.3em;
    flex-shrink: 0;
}

.bookdir .ul .li::after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    border-bottom: 1px dashed #928E7D;
    margin-left: .3rem;
}

.bookdir .ul .li:nth-of-type(-n+5) {
    margin-left: 0;
}

.homes3s .swiper-slide {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* padding: .1rem; */
}

.homes3s .swiper-slide .inten {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    background-image: url(/images/s3k.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 0.2rem) calc(100% - 0.2rem);
    flex-direction: column;
    align-items: center;
    padding-top: 35vh;
    transition: all 0.5s;
}



.homes3s .swiper-slide .inten .imgbox {
    margin-bottom: .45rem;
    height: .75rem;
    display: flex;
    align-items: center;
}


.homes3s .swiper-slide .inten .h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 500;
    line-height: .3182rem;
    text-align: center;
    color: #FFD6A1;
    margin-bottom: .16rem;
}

.homes3s .swiper-slide .inten .h2 {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .2387rem;
    text-align: center;
    color: #E0D5A0;
}

.homes3s .swiper-slide .s3lj {
    margin-top: .83rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .2387rem;
    text-align: center;
    color: #E0D5A0;
}

.homes3s .swiper-button-next:after,
.homes3s .swiper-button-prev:after {
    display: none;
    position: absolute;
    z-index: 2;
}

.homes3s .swiper-button-prev {
    left: .26rem;
}

.homes3s .swiper-button-next {
    right: .7rem;
}

.homes3s .swiper-button-prev,
.homes3s .swiper-button-next {
    display: none;
}

.rightnav {
    display: none !important;
}

.ymtxList {
    padding: .7rem 2rem 1.1rem;
    background-image: url(/images/jbqs3bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rongyulist {
    background-image: url(/images/rybg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: .73rem .82rem .2rem;
    background-size: 100% 100%;
}

.rongyulist::after {
    content: '';
    position: absolute;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #D0CCB6;
    z-index: 1;
}

.rongyuSwp {
    z-index: 2;
}

.rongyuSwp .imgbox {
    width: 100%;
    height: 2.67rem;
    overflow: hidden;
}

.rongyuSwp .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.rongyuSwp .txtbox {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    margin-top: .27rem;
}

.rongyuSwp .swiper-slide:hover .txtbox {
    color: #BC0D17;
}

.rongyuSwp .swiper-slide:hover img {
    transform: scale(1.05);
}


.ryblist {
    padding-top: .12rem;
    padding-bottom: 0.7rem;
    border-top: 1px solid #D0CCB6;
    position: relative;
    z-index: 2;
    margin-top: .37rem;
}

.ryblist::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-99.5%);
    width: .84rem;
    height: 100%;
    background: linear-gradient(90deg, rgba(246, 244, 238, 0) 0%, rgba(208, 204, 182, 0.3) 100%);
}

.ryblist::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(100%);
    width: .84rem;
    height: 100%;
    background: linear-gradient(270deg, rgba(246, 244, 238, 0) 0%, rgba(208, 204, 182, 0.3) 100%);
}

.ryblist .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ryblist .ul .li {
    display: flex;
    height: .88rem;
    width: 5.9rem;
    align-items: center;
    border-bottom: 1px dashed #726F6280;
}

.ryblist .ul .li img {
    width: .24rem;
    height: .24rem;
    margin-right: .12rem;
}

.ryblist .ul .li .p {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    color: #474443;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ryblist .ul .li:hover img {
    filter: invert(44%) sepia(99%) saturate(7026%) hue-rotate(346deg) brightness(72%) contrast(109%);
}

.ryblist .ul .li:hover .p {
    color: #BC0D17;
}

.fy .fy-con .pre {
    background-color: transparent;
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    text-align: center;
    color: #474443;
    cursor: pointer;
}

.fy .fy-con .pre[disabled="disabled"] {
    cursor: not-allowed;
}

.fy .fy-con .pre[disabled="disabled"]:hover {
    color: #474443;
}

.fy .cpb {
    width: .42rem;
    height: .42rem;
    background-color: transparent !important;
    background-image: url(/images/prebg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.fy a {
    width: .42rem;
    height: .42rem;
    background-color: transparent;
    font-size: .18rem;
    color: #474443;
}

.fy a:hover {
    background-color: transparent;
    background-image: url(/images/prebg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.fy a.pre:hover {
    background-image: none;
    color: #BC0D17;
}


.juanzhou {
    padding: .68rem .93rem .51rem .95rem;
    position: relative;
    /* width: fit-content; */
    background-image: url(/images/juanzhou.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: space-between;
}

.juanzhou .ul2 {
    display: flex;
}

.juanzhou .ul2 .li {
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;

    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .2122rem;
    text-align: left;
    color: #A6A18A;
    position: relative;
    letter-spacing: 0.5em;
    margin-right: .5rem;
    width: 1em;
    flex-shrink: 0;
    white-space: nowrap;
}

.juanzhou .ul2 .li:last-of-type {
    margin-right: 0;
}

.juanzhou .ul2 .li::before {
    content: '';
    display: block;
    width: .08rem;
    height: .08rem;
    transform: rotate(45deg);
    border: 1px solid #A6A18A;
    margin-bottom: .1rem;
}



.juanzhou .ul2 .li:hover {
    color: #BC0D17;
}

.juanzhou .ul2 .li:hover::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 36%;
    transform: rotate(45deg);
    border: 1px solid #BC0D17;
    width: .04rem;
    height: .04rem;
}



.juanzhou .ul2 .li:hover::before {
    border-color: #BC0D17;
}

.juanzhimg {
    width: 1.31rem;
    height: 1.31rem;
    margin-left: 1.23rem;
    flex-shrink: 0;
}

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

.juanzhouBox {
    width: 0;
    overflow: hidden;
    transition: all 1.5s;
}

.juanzhou {
    width: fit-content;
    min-width: 5rem;
}

.jhlist .jiItem:nth-of-type(2) .juanzhouBox {
    margin-left: 2rem;
}

.jhlist .jiItem:nth-of-type(3) .juanzhouBox {
    margin-left: 4.8rem;
}

.jhlist .jiItem:nth-of-type(4) .juanzhouBox {
    margin-left: 7.6rem;
}

.jhlist .jiItem:nth-of-type(5) .juanzhouBox {
    margin-left: 3.2rem;
}

.jhlist .jiItem:nth-of-type(6) .juanzhouBox {
    margin-left: 8.1rem;
}


.pop-video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    pointer-events: none;
    transition: 0.88s;
    transform: translateY(100%);
    overflow: hidden;
}

.pop-video.show {
    transform: translateY(0);
    visibility: visible;
    pointer-events: visible;
}

.pop-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.pop-close {
    display: block;
    position: absolute;
    right: .3rem;
    top: .3rem;
    z-index: 3;
    cursor: pointer;
    transition: 0.4s;
    display: flex;
    align-items: center;
}

.pop-video-wrap {
    position: absolute;
    left: 50%;
    margin-left: -37%;
    top: 50%;
    transform: translateY(-50%);
    width: 74%;
}

.pop-video-wrap .video {
    display: block;
    width: 100%;
    height: auto;
}

.pop-close p {
    margin-right: .12rem;
    color: #fff;
    font-size: .2rem;
}

.pop-close i {
    display: inline-block;
    font-style: normal;
    text-align: center;
    line-height: 1;
    font-size: .18rem;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    line-height: .4rem;
    color: #000;
    background: #fff;
    font-weight: bold;
    transition: 0.38s;

    background-image: url(/images/close.png);
    background-repeat: no-repeat;
    background-size: .24rem .24rem;
    background-position: center;
}


.swiper-pagination-zp {
    position: fixed;
    right: .23rem !important;
    top: 50%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* display: none; */
}


.swiper-pagination-zp .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0;
    width: .2rem;
    height: .2rem;
    background-color: transparent;
    background-repeat: no-repeat;
    /* background-image: url(/images/mr.png); */
    background-size: .1rem .1rem;
    background-position: center;
    /* background-color: #fff; */
    margin: .2rem 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-zp .swiper-pagination-bullet::after {
    content: "";
    width: .08rem;
    height: .08rem;
    background-color: #fff;
    display: block;
    margin: .05rem;
    border-radius: 50%;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); */
}

.swiper-pagination-zp .swiper-pagination-bullet-active,
.swiper-pagination-zp .swiper-pagination-bullet:hover,
.swiper-pagination-zp .swiper-pagination-bullet-active::after,
.swiper-pagination-zp .swiper-pagination-bullet:hover::after {
    width: .2rem;
    height: .2rem;
    background-color: transparent;
    background-image: url(/images/G2.png);
    background-size: .17rem;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-pagination-zp .swiper-pagination-bullet-active::after,
.swiper-pagination-zp .swiper-pagination-bullet:hover::after {
    margin: 0;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    background: none !important;
    border: none !important;
}

.banner .swiper-button-next img,
.banner .swiper-button-prev img {
    width: .13rem;
    height: auto;
}

.banner .swiper-button-next img:hover,
.banner .swiper-button-prev:hover img {
    filter: invert(41%) sepia(99%) saturate(7446%) hue-rotate(348deg) brightness(73%) contrast(104%);
}

.sonContact .ju .right {
    position: relative;
    overflow: hidden;
}

.zmap1 {
    z-index: 2;
}

.msban .ttxxtt {
    top: auto;
    right: auto;
    bottom: 1.45rem;
    left: 2.11rem;


}

.msban .ttxxtt .text2 {
    background: linear-gradient(180deg, #E7C42A 22.56%, #FFF42D 72.93%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: rr;
    font-size: .48rem;
    font-weight: 400;
    line-height: .6365rem;
    text-align: left;
    margin-bottom: .12rem;
}

.msban .ttxxtt .text22 {
    background: linear-gradient(180deg, #E7C42A 22.56%, #FFF42D 72.93%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: rr;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.sbox {
    background-image: url(/images/jituansbg.jpg);
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}

.shinav {
    display: none !important;
}


.sTh ul li a.current::after {
    background-color: #BC0D17;
    height: 1px;
    top: 1.8em;
}

.sTh ul li a.current::before {
    /* border-color: #BC0D17; */
    transform: translateX(-50%) rotate(0);
    background-image: url(/images/sthbf.png);
    width: .16rem;
    height: .16rem;
    background-size: contain;
    border: none;
    top: 1.4em;
}

.jnme3 .sTh ul li {
    position: relative;
}

.jnme3 .sTh ul li.current::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #BC0D17;
    height: 1px;
    top: 1.8em;
    width: .7rem;
}

.jnme3 .sTh ul li.current::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #F1EAE7;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) rotate(0);
    background-image: url(/images/sthbf.png);
    width: .16rem;
    height: .16rem;
    background-size: contain;
    border: none;
    top: 1.4em;
}

.sbox3 .baseTitle {
    display: none !important;
}

.htit {
    font-family: rr;
    font-size: .42rem;
    font-weight: 500;
    line-height: .5569rem;
    text-align: center;
    color: #27221C;
    margin-bottom: .36rem;
}

.sTh {
    margin-top: 0;
    padding-bottom: 0;
}

.sbox3 .me3 {
    margin-top: 0.84rem;
    margin-bottom: .66rem;
}

.sbox3 .companyjj {
    padding-top: 0;
}

/* 新 detail */
.detaill {
    display: none;
}

.detailr {
    padding-left: 0;
}

.detailcen {
    padding-bottom: 0;
}

.detailcen>h3 {
    font-family: rr;
    font-size: .42rem;
    font-weight: 700;
    line-height: .64rem;
    text-align: center;
    color: #27221C;
}

.detailcen>h6 {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .1875rem;
    text-align: left;
    color: #A5A5A5;
    margin-bottom: .31rem;

}

.detailcen>h6 a:last-of-type {
    color: #70757C;
}

.casharebox {
    display: flex;
    justify-content: center;
    position: relative;
}

.casharebox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0.1px;
    border-radius: 50%;
    background-color: #BDC5CE;
    z-index: 1;
}

.cashare {
    display: flex;
    justify-content: center;
    width: fit-content;
    background-color: #F5F5F5;
    padding: 0 .35rem;
    position: relative;
    z-index: 2;
}

.fxcq {
    flex-direction: row;
}

.fximg1,
.fximg2,
.fximg3,
.fximg4,
.fximg5 {
    margin-top: 0;
}

.cashare a {
    display: block;
    width: .3rem;
    height: .3rem;
    margin-right: .4rem;
}

.cashare a:last-of-type {
    margin-right: 0;
}

.detailcen {
    background-color: #F5F5F5;
}

.ddate {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .1836rem;
    text-align: center;
    margin: .41rem 0 .22rem;
    color: #70757C;
}

/* .detailrbom {
    display: none;
} */

.detail {
    display: block;
}

.detailr {
    margin-bottom: .5rem;
}

.detailr p:first-of-type {
    margin-top: 0;
}

.detailcen {
    padding-bottom: .5rem;
}

.detailcen>h3 {
    margin-top: 0;
}

.detailrbom .gold-more {
    position: absolute;
    right: 0;
    top: 0.61rem;
}

.detailcen {
    background-image: url(/images/jituansbg.jpg);
}

.cashare {
    background-color: transparent;
}

.casharebox::before {
    content: '';
    display: block;
    width: 34%;
    height: 1px;
    background-color: #D9D9D9;
    position: static;
}

.casharebox::after {
    content: '';
    display: block;
    width: 34%;
    height: 1px;
    background-color: #D9D9D9;
    position: static;
    border-radius: 0;
    transform: none;
}

.casharebox {
    justify-content: space-between;
    align-items: center;
}

.detailcen {
    padding-top: .36rem;
    padding-left: calc((100vw - 14rem) / 2);
    padding-right: calc((100vw - 14rem) / 2);
}


.detailcontainer {
    border: 3px solid #D0CCB6;
    padding: .1rem;
    margin-bottom: .68rem;
    background-color: #F6F4EE;
}

.gold-detail {
    border: 1px solid #D0CCB6;
    position: relative;
    padding: .66rem .9rem .8rem;
}

.fximg1,
.fximg2,
.fximg3,
.fximg4,
.fximg5 {
    background-color: transparent !important;
}

.fxcq img {
    width: .3rem;
    height: .3rem;
}

.detailrbom {
    padding-top: .62rem;
    border-top: none;
    margin-top: 0;
}

.detailr p {
    text-indent: 2em;
    color: #666;
}

.fximg1 img:hover {
    filter: invert(21%) sepia(76%) saturate(5370%) hue-rotate(340deg) brightness(77%) contrast(142%);
}

.fximg2 img:hover {
    filter: invert(53%) sepia(98%) saturate(394%) hue-rotate(95deg) brightness(98%) contrast(96%);
}

.fximg3 img:hover {
    filter: invert(54%) sepia(76%) saturate(6578%) hue-rotate(198deg) brightness(99%) contrast(101%);
}

.fximg4 img:hover {
    filter: invert(53%) sepia(98%) saturate(394%) hue-rotate(95deg) brightness(98%) contrast(96%);
}

.fximg5 img:hover {
    filter: invert(80%) sepia(92%) saturate(610%) hue-rotate(3deg) brightness(110%) contrast(101%);
}

/* 新 detail end */

.art6 .xinwenlist {
    background-color: #FAF5EF;
}

.art6 .xinwenlist:hover {
    /* background-color: #FAF5EF !important; */
    background-color: #BC0D17;
}

.art6 .xinwenlist .gosdetail {
    background-color: #FAF5EF;
}

.art6 .xinwenlist:hover .gosdetail {
    background-color: #FFD6A1;
}

.sbox[mid="1"][strid="89"] .art6 h6 span {
    display: none;
}


.sbox3 .dy3Box {
    border: 3px solid #D0CCB6;
    padding: .1rem;
    margin-bottom: .68rem;
    background-color: #F6F4EE;
}

.dy3Box .jiao1,
.dy3Box .jiao2,
.dy3Box .jiao3,
.dy3Box .jiao4 {
    display: none;
}

.sbox3 .dy3Box .jiao1,
.sbox3 .dy3Box .jiao2,
.sbox3 .dy3Box .jiao3,
.sbox3 .dy3Box .jiao4 {
    display: block;
}

.sbox3 .dy3Container {
    border: 1px solid #D0CCB6;
    position: relative;
    padding: .66rem .9rem .8rem;
}

.sbox[mid="273"] .art6 h6 span {
    display: none;
}

.zgsshuju {
    display: flex;
    margin: .45rem 0 .33rem;
}

.zgsshuju .item {
    width: 25%;
    height: 1.32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid;
    border-image: linear-gradient(180deg, rgba(232, 232, 232, 0) -7.14%, #E2E2E2 41.01%, rgba(204, 204, 204, 0) 93.98%, rgba(226, 226, 226, 0) 93.98%) 1;
}

.zgsshuju .item:last-of-type {
    border: none;
}

.zgsshuju .item .numbox {
    display: flex;
}

.zgsshuju .item .numbox .counters {
    font-family: rr;
    font-size: .38rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #BC0D17;
}

.zgsshuju .item .dwbox {
    display: flex;
    align-items: end;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    color: #BC0D17;
    vertical-align: bottom;
    margin-bottom: 0.15em;
    margin-left: .08rem;
}

.zgsshuju .item .evtbox {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .2387rem;
    color: #666666;
    margin-top: 0.8em;
}

.sonintroduce .gold-more {
    cursor: pointer;
    margin: 0 auto;
}

.sonintroduce .hidep {
    display: none;
    margin-top: .3rem;
}

.banner .item .wrap,
.banner .item .txt {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    transform: none;
}

.newbntxt {
    display: flex;
    position: absolute;
    /* top: 3.28rem; */
    top: 38vh;
    left: 3.79rem;
}

.newbntxt .newbntxt1,
.newbntxt .newbntxt2,
.newbntxt .newbntxt3 {
    transform: translateX(100px);
    opacity: 0;
}

.newbntxt .newbntxt1 {
    transform: translateX(50px);
}

.newbntxt .newbntxt3 {
    transform: translateX(150px);
}

.newbntxt .newbntxt1,
.newbntxt .newbntxt2,
.newbntxt .newbntxt3 {
    writing-mode: vertical-rl;
    opacity: 0;
}



.newbntxt .newbntxt1 {
    transition: all 2s;
}

.newbntxt .newbntxt2 {
    transition: all 2s;
}

.newbntxt .newbntxt3 {
    transition: all 2s;
}

.swiper-slide-active .newbntxt .newbntxt1,
.swiper-slide-active .newbntxt .newbntxt2,
.swiper-slide-active .newbntxt .newbntxt3 {
    transform: translateX(0);
    opacity: 1;
}


.newbntxt .newbntxt1 {
    height: 3.92rem;
    padding-right: .2rem;
    margin-right: .21rem;
    border-right: 1px solid #D4C164;
}

.newbntxt .newbntxt1 .h1 {
    font-family: rr;
    font-size: .28rem;
    font-weight: 400;
    line-height: .3639rem;
    text-align: left;
    color: #D4C164;
    margin-left: .09rem;
}

.newbntxt .newbntxt1 .h2 {
    font-family: ll;
    font-size: .14rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #D4C164;

}

.newbntxt .newbntxt2 {
    font-family: rr;
    font-size: .26rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    letter-spacing: 0.3em;

}

.newbntxt .newbntxt3 {
    margin-left: .28rem;
    margin-top: -0.41rem;
    font-family: rr;
    font-size: .36rem;
    font-weight: 400;
    line-height: .4774rem;
    text-align: left;
    color: #333333;
    letter-spacing: 0.3em;
}

.newbntxt .newbntxt3 span {
    display: inline-block;
    width: .68rem;
    height: .68rem;
    line-height: .68rem;
    border-radius: 50%;
    background-color: #BC0D17;
    text-align: center;
    font-family: rr;
    font-size: .38rem;
    font-weight: 400;
    color: #FFD6A1;
    letter-spacing: 0;
    margin-bottom: .15rem;
}

.hbimg {
    width: 6.6rem !important;
    height: auto !important;
    position: absolute;
    right: 1.99rem;
    bottom: .9rem;
}


.isdimgbanner {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.isdimgbanner .isdbimg {
    position: absolute;
    bottom: 0;
    right: 2.16rem;
    width: 5.28rem;
    height: 6.53rem;
}

.isdimgbanner .isdbimg img {
    width: 100%;
    height: 100%;
}

.svg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: rotate(-90deg);
}

.svg-box svg {
    width: 100%;
    height: auto;
}

.svg-box .svg-line,
.svg-box .svg-border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.b-p .svg-box {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: none;
}

.banner .swiper-button-prev {
    /* left: 3.79rem; */
    left: calc(50% - 40px);
    transform: translateX(-50%);
    bottom: .4rem;
    top: auto;
    right: auto;
}

.banner .swiper-button-next {
    left: calc(50% + 40px);
    transform: translateX(-50%);
    bottom: .4rem;
    top: auto;
    right: auto;
}

.banner .swiper-pagination {
    display: none;
}

.banner video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.banner .swiper-button-prev .jttt {
    content: '';
    display: block;
    width: .12rem;
    height: .12rem;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(-135deg);
    margin-right: -0.04rem;
}

.banner .swiper-button-next .jttt {
    content: '';
    display: block;
    width: .12rem;
    height: .12rem;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
    margin-left: -0.04rem;
}


#ContentPlaceHolder1_pnl_zuopin .lilunbooks {
    background-image: none;
    padding-bottom: 0;
    /* margin-bottom: -0.2rem; */
}

.sbox[mid="4"][strid="348"] .msban {
    display: none;
}

.sbox[mid="1"][strid="8"] .msban .ttxxtt {
    display: none;
}

/* .sbox[mid="1"][strid="8"] .msban video {
    background-image: url(/images/abbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.sbox[mid="1"] .msban video {
    background-image: url(/images/abbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jnsph {
    position: relative;
    cursor: pointer;
}

.jnsph .sphewm {
    position: absolute;
    z-index: 2;
    width: 1rem;
    height: 1rem;
    background-color: #FFF3E3;
    top: .5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.05rem;
    display: none;
}

.jnsph:hover .sphewm {
    display: block;
}

.jnsph .sphewm::before {
    content: '';
    position: absolute;
    top: -.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #FFF3E3;
}

.jnsph .sphewm img {
    width: 100%;
    height: 100%;
}

.wmdaily .jnsph:hover .sphewm img {
    filter: none;
}

.itemsbanner .next {
    display: none !important;
}


.sbox[mid="1"][strid="349"] .ttxxtt {
    display: none;
}

.art6>p {
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    font-family: rr;
}

.art6>p:last-of-type {
    margin-bottom: 1.4em;
}




.sbox[showtype="211"] .xinwenlist a,
.sbox[showtype="211"] .xinwenlist p,
.sbox[showtype="211"] .xinwenlist h6 {
    cursor: auto;

}

.sbox[showtype="211"] .xinwenlist>a {
    display: flex;
}

.sbox[showtype="211"] .xinwenlist>a .imgbox {
    margin-left: 0;
    margin-right: .41rem;
    /* width: 5rem; */
    width: fit-content;
    height: 3rem;
    flex-shrink: 0;
    overflow: hidden;
}

.sbox[showtype="211"] .xinwenlist>a .imgbox img {
    height: 100%;
    width: auto;
    object-fit: fill;
}

.sbox[showtype="211"] .xinwenlist div {
    margin-left: 0;
    flex: auto;
}

.noclick .xinwenlist {
    padding: .5rem 0;
    border-color: #D0CCB6;
}

.noclick .xinwenlist:first-of-type {
    padding-top: 0;
}

.noclick .xinwenlist:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.noclick .xinwenlist p {
    margin-bottom: 0;
    color: #666;
}

.noclick .xinwenlist:hover p {
    color: #BC0D17;
}

.noclick .xinwenlist h6 {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    line-height: .2813rem;
    color: #BC0D17;
    margin-bottom: .21rem;
}

.htit2 {
    font-family: rr;
    font-weight: 500;
    font-size: .42rem;
    line-height: .5569rem;
    text-align: center;
    color: #27221C;
    position: relative;
    margin-bottom: .53rem;
}
.htit2::after {
    content: '';
    position: absolute;
    width: .28rem;
    height: 1px;
    background-color: #BC0D17;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.27rem;
}

.jnme3desc p {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    line-height: .2813rem;
    text-align: center;
    color: #BC0D17;
}

.sbox3 .jnme3 {
    margin-bottom: .44rem;
    margin-top: .345rem;
}

.jnme3 .sTh {
    width: 14rem;
    height: .6rem;
    padding: 0 .23rem;
    border-top: 1px solid #D0CCB6;
    border-bottom: 1px solid #D0CCB6;
    margin-bottom: .475rem;
}

.jnme3 .sTh .container {
    height: 100%;
}

.jnme3 .sTh ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.jnme3 .sTh ul li {
    display: block;
    height: 100%;
}

.jnme3 .sTh ul li a {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.jnme3 .sTh ul li a.current::before {
    top: 100%;
    transform: translate(-50%, -50%) rotate(0);
}

.jnme3 .sTh ul li a.current::after {
    top: 100%;
    width: .7rem;
}

.jnme3 .sTh ul li.current::before {
    top: 0;
    transform: translate(-50%, -50%) rotate(0);
}


.jnme3 .sTh ul li.current::after {
    top: 0;
}

.abouts2new {
    padding: 1.16rem 0 1.31rem 2rem;
    background-image: url(/images/jituansbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.abouts2new .aboutTit {
    padding-right: 2rem;
    margin-bottom: .5rem;
}

.abs2ns {
    padding-top: .32rem;
    padding-bottom: .72rem;
}

.abs2ns .swiper-wrapper {
    cursor: url(/images/custom.png), auto !important;
}

.abs2ns .swiper-button-prev,
.abs2ns .swiper-button-next {
    width: .42rem;
    height: .42rem;
    background-color: #D2D0C6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.abs2ns .swiper-button-prev:hover,
.abs2ns .swiper-button-next:hover {
    background-color: #BC0D17;
}

.abs2ns .swiper-button-next:after,
.abs2ns .swiper-button-prev:after {
    display: none;
}

.abs2ns .swiper-button-prev img,
.abs2ns .swiper-button-next img {
    width: .18rem;
    height: .18rem;
}

.abs2ns .swiper-button-prev {
    top: auto;
    right: auto;
    bottom: 0 !important;
    left: 41%;
}

.abs2ns .swiper-button-next {
    top: auto;
    right: auto;
    bottom: 0 !important;
    left: 45%;
}

.abs2ns .swiper-button-disabled {
    display: flex !important;
    opacity: 1 !important;
    cursor: not-allowed;
}

.abs2ns .swiper-button-disabled:hover {
    background-color: #D2D0C6;
}


.abouts2new .swiper-slide {
    background-color: #F6F4EE;
    height: 3.8rem;

    border: 1px solid #D0CCB6;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
}

.abouts2new .swiper-slide:hover {
    background-color: #BC0D17;
    transform: translateY(-0.32rem);
}

.abouts2new .swiper-slide .txtbox1 {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    line-height: .3182rem;
    color: #BC0D17;
    position: relative;
    padding-top: .41rem;
    margin: 0 .38rem .33rem;
}

.abouts2new .swiper-slide:hover .txtbox1 {
    color: #E0D5A0;
}

.abouts2new .swiper-slide .txtbox1::after {
    content: '';
    position: absolute;
    width: .28rem;
    height: 1px;
    background-color: #BC0D17;
    left: 0;
    bottom: -0.25rem;
}

.abouts2new .swiper-slide:hover .txtbox1::after {
    background-color: #E0D5A0;
}

.abouts2new .swiper-slide .txtbox2 {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: .32rem;
    color: #666666;
    flex: 1;
    border-top-left-radius: .6rem;
    padding: .17rem .3rem 0 .38rem;
    background-color: #F6F4EE;
}

.abouts2new .swiper-slide:hover .txtbox2 {
    border: 1px solid #D0CCB6;
}


.pcgoldsearch {
    margin-left: .34rem;
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    border: 1px solid #FFE3BE60;
    cursor: pointer;
    position: relative;
}

.pcgoldsearch::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .2rem;
    height: .2rem;
    background-image: url(/images/pcgoldsearch.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pcgoldsearch:hover::after {
    filter: invert(19%) sepia(48%) saturate(6216%) hue-rotate(347deg) brightness(72%) contrast(107%);
}

.pcgoldsearch:hover,
.pcgoldsearch.active {
    background-color: #FFE3BE;
    border-color: transparent;
}

.pcgoldsearch.active:after {
    background-image: url(/images/pcgoldsearchclsoe.png);
}

.pcsearchDrop {
    padding: .86rem 0 1.25rem;
    position: fixed;
    top: 1.32rem;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 4.2rem;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url(/images/tabsbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.pcsearchDrop .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .68rem;
    color: #BC0D17;
}

.pcsearchDrop input {
    width: 9rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CDCDCD;
    height: .76rem;
    font-size: .24rem;
}

.pcsearchDrop input::-webkit-input-placeholder {
    color: #333333;
    font-family: rr;
}

.sepiaa {
    position: relative;
}

.sepiaass {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .32rem;
    height: .32rem;
    background-image: url(/images/pcgoldsearch2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.sepiaass:hover {
    opacity: 0.5;
}


@media screen and (min-width: 751px) {
    
    .sbox[mid="356"] .companyjj {
        padding: 0 calc((100vw - 14rem)/2) .92rem;
    }

    #ContentPlaceHolder1_pnl_zuopin .lilunbooks {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sTh {
        width: 15rem;
        margin: 0 auto;
    }

    .sTh ul li a {
        line-height: 2.5;
    }

    .swiper-pagination-mbs3s {
        position: absolute;
        z-index: 10;
        border: 0;
        bottom: .35rem !important;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-pagination-mbs3s .swiper-pagination-bullet {
        background-color: #E0D5A0;
        margin: 0 10px !important;
        opacity: 1;
    }

    .swiper-pagination-mbs3s .swiper-pagination-bullet-active {
        width: 20px;
        height: 20px;
        border-radius: 0;
        background-color: transparent !important;
        background: url(/images/G2.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .swiper-pagination-mbs3s .swiper-pagination-bullet:hover {
        background-color: #E0D5A060;
    }

    .footItem {
        height: fit-content !important;
    }

    .screens {
        width: 100vw;
        height: 100vh;
    }

    .detailcen {
        margin-top: 1.32rem;
    }

    .homes3s .swiper-slide .inten:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .homes2,
    .homes3,
    .homes4,
    .homes5 {
        height: 100vh;
        overflow: hidden;
    }

    .pcshow {
        display: block;
    }

    .mbshow {
        display: none;
    }

    .abouts2 .swiper-button-prev {
        background-image: url(/images/s2left.png);
        background-repeat: no-repeat;
        background-size: .3rem .3rem;
    }

    .abouts2 .swiper-button-next {
        background-image: url(/images/s2right.png);
        background-repeat: no-repeat;
        background-size: .3rem .3rem;
    }

    .abouts2 .swiper-button-next,
    .abouts2 .swiper-button-prev {
        top: 57%;
    }


}

#cloneContent {
    display: none;
}

.nhomes3 {
    padding: 12.6vh 2rem 0;
    height: 100vh;
    background-image: url(/images/nhomes3bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.nhomes3s .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .1rem;
    height: 4.39rem;
    background-image: url(/images/news3border.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nhomes3s .imgbox {
    width: 100%;
    height: 2.16rem;
    overflow: hidden;
}

.nhomes3s .imgbox img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.nhomes3s .swiper-slide:hover .imgbox img {
    transform: scale(1.05);
}

.nhomes3s .txtbox {
    margin-top: .33rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nhomes3s .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .18rem;
    line-height: .2387rem;
    color: #FFD6A1;
    text-align: center;
    margin-bottom: .09rem;
}

.nhomes3s .h2 {
    font-family: ll;
    font-weight: 300;
    font-size: .16rem;
    line-height: .2122rem;
    text-align: center;
    color: #E0D5A0;
}

.nhomes3s .icobox {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .09rem;
}

.nhomes3s .icobox img {
    max-height: .55rem;
    max-width: 1rem;
}

.nhomes3 .home-title {
    color: #F1E8BB;
    margin-bottom: .58rem;
}

.nhomes3 .home-title::after {
    background-color: #F1E8BB;
}

.nhomes3 .gold-more {
    margin: 0 auto;
    margin-top: .34rem;
}


.jglist .gold-more {
    margin: 0 auto;
    margin-top: .52rem;
}



@media screen and (max-width: 750px) {

    #cloneContent {
        display: block;
    }

    .lxsixewms .tcen {
        white-space: nowrap;
    }

    .jhead {
        display: none;
    }

    .pcshow {
        display: none;
    }

    .mbshow {
        display: block;
    }

    .abouts1 {
        padding: 1rem 0.35rem 1.55rem;
        background-image: url(/images/mabouts1bg.jpg);
    }

    .abouts1 .ri {
        display: none;
    }

    .abouts1 .le {
        width: 100%;
    }

    .abouts1 .h1 {
        text-align: center;
        margin-bottom: .52rem;
    }

    .abouts1 .h1::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .mbgoldjnb {
        text-align: center;
    }

    .mbgoldjnb img {
        width: 6.1rem;
        margin: 0;
        padding: 0;
    }

    .abouts1 .h2 {
        text-align: center;
        margin: .5rem 0 .21rem;
        font-size: .28rem;
    }

    .abouts1 .p {
        font-size: .24rem;
        font-weight: 300;
        line-height: 2;
        text-indent: 2em;
    }

    .goldgd {
        flex-wrap: wrap;
        margin-top: .18rem;
        position: relative;
    }

    .goldgd .item {
        width: 50%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: .28rem 0 .26rem;
    }

    .goldgd .item .counters {
        font-size: .48rem;
    }

    .goldgd .item .counters span {
        font-size: .24rem;
    }

    .goldgd .item .mss {
        font-size: .24rem;
    }


    .goldgd::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(206, 206, 206, 0) 0%, #CECECE 48.51%, rgba(206, 206, 206, 0) 99.51%);
        top: 50%;
        left: 0;
    }

    .goldgd::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, rgba(206, 206, 206, 0) 0%, #CECECE 50.01%, rgba(206, 206, 206, 0) 100%);
        left: 50%;
        top: 0;
    }

    .gaik .gold-more {
        margin: 0 auto;
        margin-top: .23rem;
    }

    .abouts2 {
        padding: 1.14rem .35rem 1.58rem;
        background-image: url(/images/mabouts2bg.jpg);
    }

    .fzctt {
        flex-direction: column-reverse;
    }

    .fzctt .ri {
        margin: 0;
        margin-bottom: .46rem;
        width: 100%;
    }

    .fzctt .le .p {
        font-size: .24rem;
        line-height: .48rem;
    }

    .gold-more {
        width: 1.9rem;
        height: .58rem;
        font-size: .24rem;
    }

    .gold-more span {
        font-size: .24rem;
    }

    .fzctt .gold-more {
        margin: 0 auto;
    }

    .yearbox {
        position: relative;
    }

    .abouts2 .swiper-button-next,
    .abouts2 .swiper-button-prev {
        color: #FFD6A1;
        display: flex;
        top: 56%;
    }


    .abouts2 .swiper-button-next::after,
    .abouts2 .swiper-button-prev::after {
        font-size: .2rem;

    }


    .abouts2 .swiper-button-prev {
        left: -0.35rem;
    }

    .abouts2 .swiper-button-next {
        right: -0.35rem;
    }

    .fzyear::after {
        width: .2rem;
        height: .2rem;
    }

    .swiper-slide-thumb-active .fzyear::after {
        width: .44rem;
        height: .64rem;
    }

    .fzyear {
        font-size: .32rem;
        padding-bottom: .47rem;
    }

    .swiper-slide-thumb-active .fzyear {
        font-size: .42rem;
    }

    .aboutwh {
        padding: 1rem .35rem 1.16rem;
    }

    .aboutwh .ul {
        display: block;
    }

    .aboutwh .ul .li {
        flex-direction: row;
        margin-bottom: .6rem;
        width: 100%;
    }

    .aboutwh .ul .li:last-of-type {
        margin-bottom: 0;
    }

    .aboutwh .ul .li .imgbox {
        margin-right: .47rem;
    }

    .aboutwh .ul .li .txtbox {
        margin-top: 0;
    }

    .aboutwh .ul .li .t {
        text-align: left;
        font-size: .28rem;
        font-weight: 500;
        line-height: .3713rem;
        margin-bottom: .3rem;
    }

    .aboutwh .ul .li .t::after {
        left: 0;
        transform: none;
        bottom: -0.17rem;
    }

    .aboutwh .ul .li .p {
        font-size: .24rem;
        font-weight: 300;
        line-height: .42rem;
        text-align: left;
    }

    .abouts3 {
        padding: 1rem 0 1.41rem 0.35rem;
    }

    .abouts3 .aboutTit {
        padding-right: 0.35rem;
    }

    .aboutTit {
        font-size: .42rem;
        font-weight: 500;
        line-height: .5569rem;
        margin-bottom: .46rem;
    }

    .abouts3 .gold-more {
        margin-top: .48rem;
    }


    .abouts4 {
        padding: 1.02rem 0 1.37rem;
    }

    .ymtxs {
        width: 7.5rem;
    }

    .ymtxs .swiper-slide-prevprev,
    .ymtxs .swiper-slide-nextnext {
        margin: auto;
    }

    .ymtxs .swiper-wrapper {
        margin-left: .5rem;
    }

    .ymtxs .swiper-slide {
        transform: scale(0.52);
    }

    .ymtxs .swiper-slide-active {
        transform: scale(1);
    }

    .abouts4 .swiper-button-prev {
        left: -0.06rem;
        top: 45%;
    }

    .abouts4 .swiper-button-next {
        right: -0.06rem;
        top: 45%;
    }

    .ymtxs .swiper-slide-active .txtbox {
        font-size: .24rem;
        white-space: nowrap;
        width: fit-content;
        left: 50%;
        transform: translateX(-50%);
        top: 2.75rem;
    }

    .ymtxs {
        padding-bottom: 0;
        margin-top: -0.05rem;
    }

    .abouts5 {
        padding: 1.06rem .35rem 1.24rem;
        overflow: hidden;
    }

    .shgxs .txtbox {
        font-size: .24rem;
        line-height: .42rem;
    }

    .shgxs a {
        height: 5.32rem;
    }

    .shgxs a .ljgd {
        font-size: .22rem;
    }

    .swiper-pagination-zgs {
        margin-top: .37rem;
    }


    .jituans {
        padding: 1.4rem 0.35rem;
    }

    .mbjit {
        width: 6.8rem;
        display: none;
    }

    .mbjit img {
        width: 100%;
    }

    .ya {
        flex-shrink: 0;
    }

    .ya1 {
        width: 4.13rem;
        height: 4.13rem;
    }

    .ya2 {
        width: 3.1rem;
        height: 3.1rem;
    }

    .ya3 {
        width: 2.71rem;
        height: 2.71rem;
    }

    .ya1 .itm {
        width: 0.82rem;
        height: 0.82rem;
        border-width: 0.04rem;
    }

    .ya1 .itm:nth-child(1) {
        left: 1.62rem;
        top: -0.4rem;
    }

    .ya1 .itm:nth-child(2) {
        left: 2.99rem;
        top: 0.12rem;
    }

    .ya1 .itm:nth-child(3) {
        left: 3.67rem;
        top: 1.15rem;
    }

    .ya1 .itm:nth-child(4) {
        left: 3.58rem;
        top: 2.35rem;
    }

    .ya1 .itm:nth-child(5) {
        left: 2.91rem;
        top: 3.3rem;
    }

    .ya1 .itm:nth-child(6) {
        left: 1.65rem;
        top: 3.69rem;
    }

    .ya1 .itm:nth-child(7) {
        left: .42rem;
        top: 3.3rem;
    }

    .ya1 .itm:nth-child(8) {
        left: -0.24rem;
        top: 2.35rem;
    }

    .ya1 .itm:nth-child(9) {
        left: -0.32rem;
        top: 1.14rem;
    }

    .ya1 .itm:nth-child(10) {
        left: .34rem;
        top: .12rem;
    }

    .ya1 .itm:nth-child(2) .tx,
    .ya1 .itm:nth-child(3) .tx,
    .ya1 .itm:nth-child(4) .tx,
    .ya1 .itm:nth-child(5) .tx {
        left: .95rem;
        top: 60%;
    }

    .ya1 .itm:nth-child(7) .tx,
    .ya1 .itm:nth-child(8) .tx,
    .ya1 .itm:nth-child(9) .tx,
    .ya1 .itm:nth-child(10) .tx {
        right: .95rem;
        top: 60%;
    }

    .ya1 .itm:nth-child(2) .tx,
    .ya1 .itm:nth-child(10) .tx {
        top: 49%;
    }

    .ya1 .itm:nth-child(5) .tx,
    .ya1 .itm:nth-child(7) .tx {
        top: 70%;
    }

    .ya1 .itm .tx2 {
        width: 10em;
        line-height: 1.6;
        white-space: normal;
    }

    .jituansbox {
        transform: scale(0.85);
    }

    .jitlist .ul .li .lef,
    .jitlist .ul .li .rig {
        width: 100%;
    }

    .jitlist .ul .li,
    .jitlist .ul .li:nth-of-type(2n) {
        flex-direction: column-reverse;
    }

    .jitlist .ul .li .lef {
        padding: .79rem .35rem 1.59rem !important;
    }

    .jitlist .ul .li .lef .h1 {
        margin: .43rem 0 .29rem;
    }

    .jitlist .ul .li .lef .p {
        font-size: .24rem;
    }

    .jitlist .ul .li .lef .pagenum {
        width: 6.8rem;
        bottom: .67rem;
    }

    .jitlist .ul .li .lef .pagenum span {
        font-size: .24rem;
    }

    .jitlist .ul .li:nth-of-type(2) .p {
        white-space: nowrap;
    }

    .jitlist .ul .li .lef {
        height: auto;
    }


    .zgsTit {
        margin-bottom: .41rem;
    }

    .liuyan7 {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .contact-zgs {
        padding: 1.14rem 0.35rem 1.55rem;
    }

    .zgss .swiper-slide {
        margin-top: 0.25rem !important;
        height: 5.52rem;
        padding: .55rem .4rem 0;
    }

    .zgss .swiper-slide .h1 {
        font-size: .28rem;
        font-weight: 400;
        line-height: .3282rem;
        padding-bottom: .27rem;
    }

    .contac {
        padding-top: .25rem;
        height: 2.87rem;
    }

    .conta {
        font-size: .24rem;
        font-weight: 300;
        line-height: .58rem;
    }

    .conta img {
        width: .32rem;
        height: .32rem;
        margin-right: .18rem;
    }

    .ewm-item .imgbox {
        width: .63rem;
        height: .63rem;
    }

    .ewm-item .imgbox:hover img {
        transform: translateY(-100%);
        filter: drop-shadow(0 .63rem #BC0D17);
    }

    .ewm-item .ewmbox {
        width: 1.6rem;
        height: 1.6rem;
    }


    .ewm-item {
        margin-right: calc((6rem - (4 * 0.63rem)) / 3);
    }

    .sbox {
        padding-bottom: 0;
    }

    .jfoot {
        padding: .54rem .35rem 0;
    }

    .jftopleft {
        display: none;
    }

    .jftopright {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .jfll .h4 {
        font-size: .28rem;
        font-weight: 400;
        line-height: .3713rem;
        letter-spacing: 0.01em;
        text-align: left;
        color: #FFD6A1;
        margin-bottom: .32rem;
    }

    .jflllx {
        display: flex;
        align-items: center;
        margin-bottom: .35rem;
    }

    .jflllx img {
        width: .32rem;
        height: .32rem;
        margin-right: .17rem;
    }

    .jflllx a {
        font-size: .24rem;
        font-weight: 300;
        line-height: .2813rem;
        text-align: left;
        color: #E4CFB3;
    }

    .jfcy {
        padding: .31rem 0 .33rem;
    }

    .jfcy .h2 {
        display: none;
    }

    .jfcy .ul {
        width: 100%;
        justify-content: space-between;
    }

    .jfcy .ul .li {
        width: .54rem;
        height: .54rem;
        margin: 0;
    }

    .jftop {
        padding-bottom: .49rem;
    }

    .jfbot {
        height: 1.16rem;
    }

    .jfbot .jshare {
        display: none;
    }

    .jfbot .copy,
    .jfbot .copy a {
        font-size: .2rem;
        line-height: .38rem;
    }

    .bulider {
        display: block;
    }

    .swiper-foots {
        margin-top: .7rem;
    }

    .mfooter {
        display: none;
    }

    .mbftlogo {
        display: block;
        width: 100%;
        border-bottom: 1px solid #FFD6A120;
        padding-bottom: .33rem;
        margin-bottom: .41rem;
    }

    .mbftlogo img {
        width: 1.95rem;
    }



    /* 首页 手机版 */
    .homes2 {
        padding: 1.24rem .35rem 1.16rem;
    }

    .homes2 .left {
        width: 100%;
    }

    .homes2 .left img {
        width: 100%;
    }

    .homes2 .p {
        width: 100%;
    }

    .homes2 .left .gold-more {
        display: flex;
        margin-top: .46rem;
    }

    .homes2 .left .gold-more.pcshow {
        display: flex;
        margin: 0 auto;
        margin-top: .46rem;
    }

    .homes2 .h1 {
        margin-bottom: .07rem;
    }

    .homes2 .h1::after {
        bottom: -0.16rem;
    }

    .homes2 .h2 {
        font-size: .28rem;
        font-weight: 500;
        line-height: .3713rem;
        text-align: left;
        margin: .32rem 0 .26rem;
    }

    .homes2 .p {
        font-size: .24rem;
        font-weight: 300;
        line-height: .48rem;
        text-align: left;
        color: #666666;
    }

    .homes2 .cdata {
        margin-top: .34rem;
        flex-wrap: wrap;
        position: relative;
    }

    .homes2 .cdata::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(206, 206, 206, 0) 0%, #CECECE 48.51%, rgba(206, 206, 206, 0) 99.51%);
        top: 50%;
        left: 0;
    }

    .homes2 .cdata::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, rgba(206, 206, 206, 0) 0%, #CECECE 50.01%, rgba(206, 206, 206, 0) 100%);
        bottom: 0;
        left: 50%;
    }


    .homes2 .cdata .item {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: .28rem 0 .26rem;
        padding-left: .95rem;
    }

    .homes2 .cdata .counters {
        font-size: .48rem;
        font-weight: 600;
        line-height: .6365rem;
        text-align: left;
    }

    .homes2 .cdata .counters span {
        font-size: .24rem;
        font-weight: 300;
        line-height: .2813rem;
        text-align: left;
    }

    .homes2 .cdata .h3 {
        font-size: .24rem;
        font-weight: 300;
        line-height: .3182rem;
        text-align: left;
        margin-top: 0.11rem;
    }



    .home-news .ul .li {
        flex-direction: column-reverse;
    }

    .homes4 {
        padding: .91rem 0.35rem 1rem;
    }

    .home-news .ul {
        display: block;
    }

    .home-news .ul .li {
        width: 100%;
        padding-right: 0;
    }

    .home-news .ul .li.active .newszk {
        width: 100%;
    }

    .newszk .imgbox {
        width: 100%;
        height: 4.53rem;
        margin-right: 0;
    }

    .newszk .txtbox {
        display: none;
    }

    .home-news .ul .li .h1 {
        writing-mode: horizontal-tb;
        width: 100%;
        height: auto;
        margin-right: 0;
        font-weight: normal;
        letter-spacing: normal;

        font-size: .24rem;
        font-weight: 400;
        line-height: .42rem;
        text-align: left;
        color: #333333;
    }

    .home-news .ul .li .h1::before {
        content: '· ';
    }

    .home-news .ul .li::before {
        display: none;
    }

    .squu {
        display: none;
    }

    .home-news .ul .li .date .y {
        display: none;
    }

    .home-news .ul .li .zkq {
        flex-direction: column-reverse;
    }

    .home-news .ul .li.active .zkq {
        margin-top: .24rem;

    }

    .home-news .ul .li .date {
        width: 100%;
    }

    .home-news .ul .li .date .m {
        text-align: left;
        font-weight: normal;
        font-family: MiSans;
        font-size: .22rem;
        font-weight: 300;
        line-height: .2917rem;
        color: #BC0D17;
        display: none;
        text-indent: 0.5em;
    }

    .home-news .ul .li.active .date .m {
        display: block;
    }

    .newszk {
        height: 0;
    }

    .home-news .ul .li.active .newszk {
        height: auto;
        animation: expandWidthRightToLeft 0.5s forwards;
    }

    .home-news .ul .li {
        padding: .35rem 0;
        border: none;
        border-bottom: 1px solid #CECECE;
    }


    .home-news .ul .li.active {
        padding-top: 0;
    }

    .homes4 .home-title {
        margin-bottom: .33rem;
    }

    .homes4 .home-title::after {
        display: none;
    }

    .home-news .ul .li:last-of-type::after {
        display: none;
    }

    .homes5 {
        padding: 1.08rem 0 .56rem;
    }

    .homes5 .left {
        width: 100%;
        padding: 0;
    }

    .homes5 .right {
        display: none;
    }

    .homes5 .ul {
        display: block;
    }

    .homes5 .h1 {
        position: relative;
        text-align: center;
        margin: 0;
    }

    .homes5 .h1::after {

        left: 50%;
        transform: translateX(-50%);
    }



    .homes5 .ul .li {
        height: auto;
        padding: .365rem 0;
        border-bottom: 1px solid;
        border-image: linear-gradient(90deg, rgba(210, 210, 210, 0.2) 2.49%, #D2D2D2 46.49%, rgba(210, 210, 210, 0.2) 100%) 1;
    }

    .homes5 .ul .li.active {
        background: transparent;
    }

    .homes5 .ul .li .wmtxt {
        width: auto;
        height: auto;
        display: none;
    }

    .homes5 .ul .li.active .wmtxt {
        width: auto;
        height: auto;
    }


    .wmh2 .h2 {
        writing-mode: horizontal-tb;
        letter-spacing: normal;
        min-height: auto;

        font-size: .26rem;
        font-weight: 400;
        line-height: .28rem;
        text-align: left;
        min-width: 4.2em;
    }

    .homes5 .ul .li.active .wmh2 .h2 {
        color: #BC0D17;
    }

    .homes5 .ul .li,
    .homes5 .ul .li.active {
        width: 100%;
        display: block;
    }

    .homes5 .ul {
        width: 6.8rem;
        margin: 0 auto;

    }

    .homes5 .ul .li {
        overflow: visible;

    }

    .homes5 .ul .li .wmh2 {
        width: 100%;
        flex-direction: row;
        align-items: center;
        background-image: url(/images/jdwl.png);
        background-repeat: no-repeat;
        background-size: .24rem .24rem;
        background-position: right center;
    }

    .homes5 .ul .li.active .wmh2 {
        background-image: url(/images/jdwr.png);
    }

    .wmh2 .enh2 {
        writing-mode: horizontal-tb;
        letter-spacing: normal;
        font-size: .24rem;
        font-weight: 400;
        line-height: .312rem;
    }

    .dxf {
        margin: 0 .18rem 0 .09rem;
    }

    .wmlist .ul .li.active .wmtxt {
        width: auto;
        height: auto;
        display: block;
    }

    .homes5 .ul .li.active .wmtxt {
        overflow: visible;
    }

    .wmlist .ul .li.active .wmtxt {
        animation: none;
    }

    .homes5 .ul .li .imgbox {
        display: block;
        width: 7.5rem;
        margin-left: -0.35rem;
        margin-top: .52rem;
        font-size: 0;
    }

    .homes5 .ul .li .imgbox img {
        width: 100%;
        object-fit: cover;
    }

    .wmt2 {
        padding: 0;
    }

    .wmt2 .p,
    .wmtxt p {
        width: 100%;

        font-size: .24rem;
        font-weight: 300;
        line-height: 2;
        text-align: left;

    }

    .wmtxt p:first-of-type {
        margin-top: 0.2rem;

    }

    .homes5 .ul .li.active .wmt2 {
        margin-top: 0.2rem;
    }

    .homes5 .ul .li.active {
        padding-bottom: 0;
    }

    .wmdaily {
        width: 100%;
    }

    .wmdaily a {
        font-size: .24rem;
    }

    .wmdaily a img {
        width: .24rem;
        height: .24rem;
        margin-right: .1rem;
    }

    .homes5 .ul .li::before {
        display: none;
    }



    .dytoptu .isdisimg {
        width: 100%;
        height: 6.8rem;
        object-fit: cover;
    }

    .mbjbqbanner {
        position: absolute;
        width: 100%;
        height: 100%;
        /* bottom: 0.66rem;
        left: 0.5rem; */
        z-index: 10;
        left: 0;
        top: 0;
        padding-left: 0.5rem;
        padding-bottom: 0.66rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .mbjbqbanner #bannerClone {
        display: none;
    }

    .mbjbqbanner .renwu {
        background-image: linear-gradient(180deg, #E7C42A 22.56%, #FFF42D 72.93%);
        -webkit-background-clip: text;
        color: transparent;
        font-size: .42rem;
        font-weight: 400;
        line-height: .5569rem;
        text-align: left;
        position: relative;
        z-index: 10;
    }

    .mbjbqbanner .renwuen {
        background: linear-gradient(180deg, #E7C42A 22.56%, #FFF42D 72.93%);
        -webkit-background-clip: text;
        color: transparent;
        font-size: .28rem;
        font-weight: 700;
        line-height: .9017rem;
        text-align: left;
        margin-top: .1rem;
        position: relative;
        z-index: 10;
    }

    .mbjbqbanner .renimg {
        position: absolute;
        animation: none;
        top: auto;
        left: auto;
        right: .27rem;
        bottom: 0;
        width: 3.68rem;
        height: auto;
    }

    .jbqsj {
        padding: 1rem 0.35rem 0;
        background-color: #FAF6F0;


    }

    .jbqsj .h1 {
        font-size: .42rem;
        font-weight: 400;
        line-height: .5569rem;
        text-align: center;
        color: #27221C;
        margin-bottom: .25rem;
    }

    .jbqsj .p {
        font-size: .24rem;
        font-weight: 300;
        line-height: .48rem;
        text-align: left;
        color: #666666;
        margin-top: .12rem;
        text-indent: 2em;
    }

    .jbqsj .gold-more {
        margin: 0 auto;
        margin-top: .49rem;
    }

    .jbqs1 {
        padding: .83rem 0.35rem 1.46rem;
        background-image: none;
        background-color: #FAF6F0;
    }

    .jbqs1 video {
        width: 6.8rem;
        height: 3.825rem;
    }

    .jbqs2 {
        padding: 1rem 0.35rem 1.15rem;
    }

    .liluns .imgbox {
        width: 2.8rem;
        height: 3.96rem;
    }

    .liluns .shujia {
        top: 3.96rem;
    }

    .liluns .h1 {
        font-size: .24rem;
        margin: .44rem 0 .25rem;
    }

    .liluns .tzbox .gold-more {
        width: 1.26rem;
        height: .42rem;
        margin: 0 .08rem;
    }

    .liluns .tzbox .gold-more span {
        font-size: .2rem;
    }

    .goldenTit {
        font-size: .42rem;
    }

    .jbqs3 {
        padding: 1.17rem 0 1.09rem .35rem;
    }

    .jbqs3 .swiper-slide {
        border: none;
    }

    .jbqs3 .txtbox {
        width: 3.9rem;
        padding-top: .29rem;
        font-size: .24rem;
    }

    .jbqs3 .gold-more {
        margin-top: .29rem;
    }

    .mbjbqbanner.jn .renimg {
        width: 6.78rem;
        right: 0;
        bottom: 0;
    }

    .jbqsj.jn {
        padding: 1rem 0.35rem 1.32rem;
    }

    .dailymind {
        padding: 1.2rem .35rem 1.1rem;
    }

    .dailymind .ul .li {
        width: 100%;
        height: 11.26rem;
    }

    .dailymind .ul .li .licontent {
        align-items: start;
        padding: 1.12rem .5rem 0;
    }

    .mryx {
        padding: 0;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .dailymindtxt {
        margin-left: 0;
        padding-top: .48rem;
        border-top: 1px solid #D0CCB6;
        width: 100%;
    }

    .mryx .imgbox {
        flex-shrink: 0;
    }

    .dailymindtxt .h2 {
        font-size: .24rem;
        line-height: .32rem;
    }

    .dailydownload {
        font-size: .24rem;
        margin-top: .4rem;
    }

    .dailydownload img {
        margin-right: .19rem;
    }

    .dailymindtxt .pianzhang {
        margin: .19rem 0 .2rem;
    }

    .dailymindtxt .pzen {
        padding-bottom: .35rem;
        margin-bottom: .3rem;
        padding-right: 0;
        width: 4rem;
    }

    .dailymind .ul .li .licontent::before {
        width: 2.88rem;
        height: .91rem;
        top: 0.3rem;
        right: .22rem;
    }

    .dailymind .ul .li .licontent::after {
        width: 6.6rem;
        height: 1.5rem;
        right: 0;
        bottom: 0;
    }

    .jbqxu {
        margin-top: 1.2rem;
        padding: .84rem 0 1.1rem;
    }

    .xucontainer {
        width: 6.8rem;
        margin-top: .31rem;
    }

    .xucontent {
        padding: .55rem .3rem .94rem;
    }

    .jg-zy {
        display: block;
    }

    .jg-zy img {
        margin-left: 0;
        margin-top: 2em;
        width: 100%;
    }

    .xucontent .pimg img {
        width: 100%;
    }

    .xucontent .h1 {
        font-size: .28rem;
        line-height: .32rem;
        margin-bottom: .23rem;
    }

    .xucontent .p {
        font-size: .24rem;
        line-height: 2;
    }

    .xucontent .imgp {
        font-size: .24rem;
        line-height: 2;
    }

    .xucontent .h3 {
        font-size: .28rem;
        line-height: 2;
        margin: .33rem 0 .39rem;
    }

    .xuTit2 {
        font-size: .28rem;
        line-height: .32rem;
    }

    .zgsfengc {
        padding: 1.17rem 0.35rem 1.32rem;
    }

    .zgsfengc .ul .li {
        width: 3.2rem;
        margin-top: .47rem;
    }

    .zgsfengc .ul .li .imgbox {
        width: 3.2rem;
        height: 2.13rem;
    }

    .zgsfengc .ul .li .txtbox {
        height: .87rem;
        font-size: .24rem;
    }

    .zgsfengc .gold-more {
        margin-top: .67rem;
    }

    .msban img.isdisimg {
        height: 100%;
    }

    .jinbotxt2,
    .jinbotxt22 {
        width: 7rem;
        margin-left: auto;
        margin-right: auto;
    }

    .sonTitle {
        font-size: .42rem;
        font-weight: 400;
        line-height: .5569rem;
        margin-bottom: .25rem;
    }

    .sonintroduce p {
        font-size: .24rem;
        font-weight: 300;
        line-height: .48rem;
    }

    .sonNews .ul .li {
        border-top: 1px solid #D0CCB6;
    }

    .sonContact .ju {
        height: auto;
        flex-direction: column;
    }

    .sonContact .ju .right .map {
        width: 100% !important;
        height: 100% !important;
    }

    .sonContact .nwidth {
        width: 6.8rem;
        margin: 0 auto;
    }

    .sonContact .sonpad {
        padding: 1.1rem 0;
    }

    .sonContact .ju .left {
        padding: .48rem .4rem .45rem;
    }

    .sonContact .ju .right {
        height: 3.87rem;
    }

    .subewm {
        width: 100%;
        padding-top: .35rem;
        margin-top: .33rem;
    }

    .subewm .item .imgbox {
        width: .63rem;
        height: .63rem;
    }

    .subewm .item:hover .imgbox img {
        transform: translateY(-100%);
        filter: drop-shadow(0 .63rem #BC0D17);
    }

    .subewm .item {
        margin-right: 1rem;
    }

    .dytoptu video {
        top: 0;
        width: 100%;
        margin-top: 0;
        height: 100%;
        object-fit: cover;
        display: block !important;
    }


    .mheader {
        height: 1.2rem;
        background-image: url(/images/mheadbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .gja {
        display: none;
    }

    .msban {
        margin-top: 1.2rem;
    }

    .mnav {
        display: none;
    }


    .lilunbooks {
        margin-top: 1.2rem;
        padding: .27rem 0.35rem 1.33rem;
    }

    .bookborder {
        width: 100%;
        height: auto;
    }

    .bookdir .ul .li {
        margin-left: 0;
    }

    .bookdir::before,
    .bookdir::after {
        display: none;
    }

    .bookdir .ul .li {
        font-size: .28rem;
        line-height: .8rem;
    }

    .bookdir {
        padding: .45rem .61rem .35rem .45rem;
    }

    .lilunbread,
    .lilunbread a {
        font-size: .18rem;
    }

    .lilunbread img {
        width: .18rem;
        margin-right: .12rem;

    }

    .homes3 {
        position: relative;
    }

    .mbhomes3s {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: .86rem;
        width: 6.8rem;
    }

    .mbhomes3s .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mbhomes3s .imgbox {
        width: .54rem;
        height: .54rem;
        border: 1px solid #E1D5A080;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mbhomes3s .imgbox img {
        max-width: 80%;
        max-height: .32rem;
    }

    .swiper-pagination-mbs3s {
        margin-bottom: .39rem;
        margin-top: .1rem;
        text-align: center;
        font-family: ll;
        font-size: .24rem;
        font-weight: 300;
        color: #E0D5A0;
        position: absolute;
        bottom: .39rem;
        margin: 0;
        z-index: 10;
    }

    .swiper-pagination-mbs3s span {
        font-size: .28rem;
        font-weight: bold;
    }

    .mbhomes3s .txtbox {
        font-family: ll;
        font-size: .24rem;
        font-weight: 400;
        line-height: .3182rem;
        text-align: center;
        color: #FFD6A1;
        margin-top: .15rem;
    }

    .mbhomes3s .swiper-slide-active .imgbox {
        background: linear-gradient(180deg, #E7C42A 22.56%, #FFF42D 72.93%);
    }

    .mbhomes3s .swiper-slide-active .txtbox {
        font-weight: 600;
    }

    .s3Tit {
        position: absolute;
        top: 1.24rem;
        width: 100%;
        text-align: center;
        z-index: 2;
        font-size: .42rem;
        font-weight: 400;
        line-height: .5569rem;
        color: #FFD6A1;
    }

    .s3Tit::after {
        content: '';
        position: absolute;
        bottom: -0.16rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0.28rem;
        height: 1px;
        background-color: #FFD6A1;
    }


    .homes3s .swiper-slide .inten {
        padding-top: 4.4rem;
    }

    .homes3s .swiper-slide .inten .imgbox {
        height: fit-content;
        margin-bottom: .59rem;
        justify-content: center;
    }

    .homes3s .swiper-slide .inten .imgbox img {
        max-height: 100%;
        min-width: 1.5rem;
        max-width: 28%;
    }

    .homes3s .swiper-slide .inten .h1 {
        font-size: .28rem;
        font-weight: 500;
        line-height: .3713rem;
    }

    .homes3s .swiper-slide .inten .h2 {
        font-size: .24rem;
        font-weight: 300;
        line-height: .3182rem;
        text-align: center;
    }

    .homes3s .swiper-slide .s3lj {
        font-size: .22rem;
        font-weight: 300;
        line-height: .2917rem;
        margin-top: .82rem;
    }

    .homes3s .swiper-button-prev img,
    .homes3s .swiper-button-next img {
        height: .36rem;
    }


    .mbanner {
        display: block;
        width: 100vw;
        height: 100vh;
        position: absolute;
    }

    .itemsbanner {
        height: 100vh;
    }

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


    .fzctt .le .p,
    .ecott {
        font-size: .22rem;
        line-height: 2;
    }


    .abouts2 .swiper-button-prev {
        background-image: url(/images/s2left.png);
        background-repeat: no-repeat;
        background-size: .3rem .3rem;
    }

    .abouts2 .swiper-button-next {
        background-image: url(/images/s2right.png);
        background-repeat: no-repeat;
        background-size: .3rem .3rem;
    }

    .abouts2 .swiper-button-next,
    .abouts2 .swiper-button-prev {
        top: auto;
        bottom: 0.64rem !important;
        align-items: center;
        display: flex;
        background-position: center;
        transform: translateY(50%);
    }

    .fzctt .events {
        height: 14em;
    }

    .msban .ttxxtt {
        left: 0.5rem;
        bottom: 0.66rem;
    }

    .msban .ttxxtt .text2 {
        font-size: .42rem;
        line-height: 1;
    }

    .msban .ttxxtt .text22 {
        font-size: .68rem;
    }

    .lightbox {
        top: -1rem;
        left: 1rem;
    }

    .sbox[mid="4"][strid="32"] .lightbox,
    .sbox[mid="4"][strid="283"] .lightbox {
        top: -2rem;
        left: 2rem;
    }

    .lightbox .light {
        width: 9.5rem;
        height: 6.8rem;
    }

    .sTh ul li a.current::before {
        top: 1.5em;
        width: .2rem;
        height: .2rem;
    }

    .sTh ul li a.current::after {
        top: 1.8em;
    }

    .sbox3 .me3 {
        margin-top: .7rem;
        margin-bottom: .3rem;
    }

    .sTh {
        border: none;
    }

    .gold-detail {
        padding: .5rem .3rem .6rem;
    }

    .detailcen {
        margin-top: 1.2rem;
    }

    .ddate {
        font-size: .2rem;
    }

    .detailcen>h6 {
        font-size: .2rem;
        display: flex;
        align-items: center;
    }

    .detailcen>h6 img {
        width: .2rem;
        height: auto;
        margin-right: 0.1rem;
    }

    .sonNews2 .ul {
        width: 100%;
    }

    .sonNews2 .ul .li {
        margin-right: 0 !important;
        width: 100%;
        height: auto;
    }

    .zgss {
        height: calc(3 * 5.52rem + 3 * 0.25rem);
    }

    .ymtxList {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .ryblist::after,
    .ryblist::before {
        display: none;
    }

    .fy a,
    .fy .cpb {
        font-size: .18rem;
    }

    .rongyuSwp .txtbox {
        font-size: .22rem;
    }

    .ryblist .ul .li .p {
        font-size: .22rem;
    }

    .rongyulist {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .rongyuSwp .imgbox {
        height: 3.9rem;
    }

    .sbox3 .pcdy {
        display: block;
    }

    .sbox3 .dy3Container {
        padding: .5rem .3rem .6rem;
    }

    .sbox3 .dy3Container p {
        margin-bottom: 0.24rem !important;
    }


    .zgsshuju .item .evtbox {
        line-height: .2387rem;
        height: .2387rem;
        width: 80%;
        text-align: center;
    }

    .isdimgbanner .isdbimg {
        right: .5rem;
        width: 3.2rem;
        height: 4rem;
    }

    .sonry .ul {
        flex-wrap: nowrap;
    }

    .dytoptu video {
        margin-top: 0 !important;
    }

    .zgsshuju .item .numbox .counters {
        white-space: nowrap;
        font-size: .32rem;
    }

    .zgsshuju .item .dwbox {
        white-space: nowrap;
    }

    .zgsshuju {
        width: 7.5rem;
        margin-left: -0.35rem;
    }

    .xwnrrbom {
        margin-top: 2em;
    }

    .xwnrrbom p {
        text-indent: 0;
        margin: 0;
        line-height: 2.5;
        color: #666;
    }

    .xwnrrbom p {
        margin: 0 !important;
        line-height: 1.8;
        margin-top: 0.5em !important;
    }

    .xwnrrbom p:first-of-type {
        margin-top: 0 !important;
    }

    .xwnrrbom p a {
        color: #666;
    }

    .droplist>ul {
        height: auto;
    }

    .droplist {
        background-image: url(/images/jituansbg.jpg);
    }

    .dropSearch {
        width: 6.8rem;
        height: .88rem;
        margin: 0 auto;
        margin-top: .61rem;
        position: relative;
    }

    .dropSearch input {
        width: 100%;
        height: 100%;
        border: 1px solid #D0CCB6;
        border-radius: .8rem;
        padding-left: .36rem;
        outline: none;
        font-size: .22rem;
    }

    .dropSearch .dropSearchbtn {
        width: .44rem;
        height: .44rem;
        position: absolute;
        top: 50%;
        right: .35rem;
        transform: translateY(-50%);
        background-image: url(/images/dropSearchbtn.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ssjg {
        margin-top: 1.2rem;
    }

    .sbox[mid="1"] .msban video {
        background-image: url(/images/abbanner2.jpg);
    }

    .sbox[showtype="211"] .detailcontainer {
        width: 6.8rem;
        margin: 0 auto;
    }

    .sbox[showtype="211"] .xinwenlist {
        background-color: transparent !important;
        display: block;
        /* padding-bottom: 0; */
        /* padding-top: 0; */
    }

    .sbox[showtype="211"] .xinwenlist:last-of-type {
        padding-bottom: 0;
    }

    .sbox[showtype="211"] .xinwenlist p {
        display: block;
    }

    .sbox[showtype="211"] .xinwenlist h6 {
        margin-bottom: 0.2em;
        font-size: .28rem;
        margin-bottom: 0.5em;
    }

    .sbox[showtype="211"] .xinwenlist p {
        font-size: .22rem;
        line-height: 2;
        margin-bottom: 0;
    }

    .sbox[showtype="211"] .xinwenlist div {
        margin-left: 0;
    }

    .sbox[showtype="211"] .xinwenlist>a .imgbox {
        width: 100%;
        height: 4rem;
        margin-bottom: .6rem;
    }

    .sbox[showtype="211"] .xinwenlist>a .imgbox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nhomes3 {
        height: auto;
        padding: 1.24rem .35rem 1.16rem;
    }

    .nhomes3 .imgbox {
        height: 2.05rem;
    }

    .nhomes3s .h1 {
        font-size: .22rem;
        line-height: 1.2;
    }

    .nhomes3s .h2 {
        font-size: .18rem;
        line-height: 1.2;
    }

   

    .jnme3  .container {
        margin-bottom: 0 !important;
    }

    .jnme3 .sTh ul li a {
        margin: 0 !important;
        padding: 0 !important;
    }

    .jnme3  .container {
        margin-bottom: 0 !important;
    }

    .jnme3 .sTh {
        height: .9rem;
        width: 6.8rem;
        overflow-x: auto;
        padding: .1rem 0;
        border: none;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .jnme3 .sTh::-webkit-scrollbar {
        display: none;
    }

    .jnme3 .mu3b {
        position: relative;
    }
    

    .jnme3 .mu3b::after {
        content: '';
        position: absolute;
        width: .48rem;
        height: .48rem;
        right: 0;
        bottom: 0;
        background-image: url(/images/fing.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .jnme3 .sTh .container {
        overflow: visible;
    }

    .jnme3  .sTh .container ul {
        height: 100% !important;
        width: fit-content;
        overflow: visible;
        border-top: 1px solid #D0CCB6;
        border-bottom: 1px solid #D0CCB6;
        padding: 0 .2rem;
    }

    .jnme3  .sTh .container ul li {
        margin-right: .72rem;
    }
    .jnme3  .sTh .container ul li:last-of-type {
        margin-right: 0;
    }

    .noclick .xinwenlist {
        padding: .6rem 0;
    }


    .abouts2new {
        padding: 1.02rem 0 .96rem 0.35rem;
    }

    .abouts2new .aboutTit {
        padding-right: .35rem;
    }

    .abouts2new .swiper-slide {
        height: 4.2rem;
    }

    .abouts2new .swiper-slide .txtbox1 {
        font-size: .28rem;
    }

    .abouts2new .swiper-slide .txtbox2 {
        font-size: .2rem;
        line-height: .36rem;
    }


    .abouts2new .swiper-slide:hover {
        background-color: #F6F4EE;
        transform: none;
    }

    .abouts2new .swiper-slide:hover .txtbox1 {
        color: #BC0D17;
    }

    .abouts2new .swiper-slide:hover .txtbox1::after {
        background-color: #BC0D17;
    }

    .abouts2new .swiper-slide:hover .txtbox2 {
        border: none;
    }

    .abouts2new .swiper-slide-active {
        background-color: #BC0D17;
        transform: translateY(-0.32rem);
    }

    .abouts2new .swiper-slide-active .txtbox1 {
        color: #E0D5A0;
    }

    .abouts2new .swiper-slide-active .txtbox1::after {
        background-color: #E0D5A0;
    }

    .abouts2new .swiper-slide-active .txtbox2 {
        border: 1px solid #D0CCB6;
    }

    .abs2ns .swiper-button-prev,
    .abs2ns .swiper-button-next {
        width: .48rem;
        height: .48rem;
    }

    .abs2ns .swiper-button-next {
        left: 51%;
    }

    .abs2ns .swiper-button-prev img,
    .abs2ns .swiper-button-next img {
        width: .24rem;
        height: .24rem;
    }

    .abs2ns::after {
        content: '';
        width: .9rem;
        height: .45rem;
        background-image: url(/images/custom.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 1.1rem;
        bottom: 1.27rem;
        z-index: 2;
    }

    .mu3b {
        position: relative;
    }

    .mu3b::after {
        content: '';
        position: absolute;
        width: .48rem;
        height: .48rem;
        right: 0;
        bottom: 0;
        background-image: url(/images/fing.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .mu3b.noscroll::after {
        display: none !important; 
    }

    /* .sbox[mid="4"][strid="285"] .msban .ttxxtt {
        display: none;
    } */

    .sbox[mid="4"][strid="285"] .msban img {
        display: none;
    }

    .sbox[mid="4"][strid="285"] .msban {
        background-image: url(/images/mzz.jpg);
    }

    .target-fix {
        top: -1.2rem;
    }

.mbanner .swiper-slide-active img { animation: none }
}