@charset "UTF-8";

.ny-banner {
    position: relative;
    z-index: 1;
}

.ny-banner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.ny-banner>img {
    display: block;
    width: 100%;
}

.pagination {
    text-align: center;
    font-size: 0rem;
    padding-top: .5rem;
}

.pagination a {
    display: inline-block;
    border: .01rem solid rgb(220, 220, 220);
    padding: 0rem .12rem;
    font-size: .14rem;
    line-height: .3rem;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: .05rem;
}

.pagination a.active {
    background: #BE2B28;
    color: rgb(255, 255, 255);
    border: .01rem solid #BE2B28;
}

.pagination a:hover {
    background: #BE2B28;
    color: rgb(255, 255, 255);
    border: .01rem solid #BE2B28;
}

.pagination span {
    display: inline-block;
    font-size: .14rem;
}

.foot {
    background: url(../images/f-bg.png) no-repeat right bottom;
    background-size: cover;
}


.ny-wz {
    position: absolute;
    right: 1.6rem;
    bottom: .3rem;
    z-index: 2;
}

.ny-wz span {
    color: #ffffff;
    font-size: .16rem;
}

.ny-wz a {
    font-size: .16rem;
    color: #FFFFFF;
}

.ny-wz img {
    width: .11rem;
    margin-right: .1rem;
}

/* ny-nav */
.ny-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: .5rem;
}

.ny-nav h3 {
    font-size: .45rem;
    line-height: 1;
    color: #BE2B28;
    margin-right: .1rem;
}

.ny-nav>ul {
    flex: 1;
    min-width: 0;
    border-bottom: .01rem solid #BCBCBC;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: .2rem;
}

.ny-nav>ul>li {
    margin-left: .7rem;
}

.ny-nav>ul>li>a {
    color: #333333;
    font-size: .16rem;
    position: relative;
    display: block;
    padding: .12rem 0;
}

.ny-nav>ul>li>a:hover {
    color: #BE2B28;
}

.ny-nav>ul>li.cur>a {
    color: #BE2B28;
}

.ny-nav>ul>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.01rem;
    width: 0%;
    height: .02rem;
    background-color: #BE2B28;
}

.ny-nav>ul>li.cur>a::before {
    width: 100%;
}

/* 内容 */

/* list */
.list ul li {
    margin-bottom: .32rem;
}

.list ul li a {
    display: block;
    padding: .25rem .35rem;

    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border: .01rem solid rgba(190, 43, 40, 0.3);
    transition: all 0.3s;
}

.list ul li a:hover {
    box-shadow: 0rem .04rem .2rem .05rem rgba(0, 0, 0, 0.1);
}

.list ul li a:hover h3 {
    color: #BE2B28;
}

.list ul li a p {
    font-family: HarmonyOS Sans;
    color: #D4AF37;
    font-size: .2rem;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    position: relative;
    padding-left: .21rem;
    background: url(../images/ico-sj.png) no-repeat left .06rem;
    background-size: .17rem;
}

.list ul li a p::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #BE2B28;
    width: .19rem;
    height: .01rem;
}

.list ul li a h3 {
    font-size: .24rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* tw-lt */

.tw-lt ul li {
    margin-bottom: .55rem;
}

.tw-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .25rem;
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border: .01rem solid rgba(190, 43, 40, 0.3);
    transition: all 0.3s;
}

.tw-lt ul li a:hover {
    background: url(../images/tw-tbg.png) no-repeat right bottom;
    background-size: cover;
    box-shadow: 0rem .04rem .2rem .05rem rgba(0, 0, 0, 0.1);
}

.tw-lt ul li a:hover h3 {
    color: #BE2B28;
}

.tw-lt ul li a .pic {
    width: 4.16rem;
    padding-top: 2.59rem;
    margin-right: .34rem;
}

.tw-lt ul li a h3 {
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
}


.tw-lt ul li a .pic {
    width: 4.16rem;
    padding-top: 2.59rem;
    margin-right: .35rem;
}

.tw-tx {
    flex: 1;
    min-width: 0;
}

.tw-tx h3 {
    font-size: .24rem;
    font-weight: bold;
    line-height: .32rem;
    color: #BE2B28;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tw-tx p {
    font-size: .18rem;
    line-height: .34rem;
    height: .68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #9E9E9E;
    margin-top: .5rem;
}

.tw-tx span {
    font-size: .22rem;
    color: #BE2B28;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: HarmonyOS Sans;
    padding-top: .1rem;
    margin-top: .2rem;
    border-top: 1px dashed #D4AF37;
    position: relative;
}

.tw-tx span::after {
    content: '';
    position: absolute;
    top: -0.03rem;
    right: 0;
    width: .05rem;
    height: .05rem;
    background-color: #D4AF37;
    border-radius: 50%;
}

.tw-tx span img {
    width: .17rem;
    margin-right: .1rem;
}

/* con */
.con {
    max-width: 15rem;
    margin: 0 auto;
}

.c-tit {
    margin-bottom: .4rem;
}

.c-tit h3 {
    font-size: .28rem;
    line-height: .38rem;
    text-align: center;
    color: #333333;
    margin-bottom: .33rem;
}

.c-ifo {
    background: rgba(243, 175, 58, 0.051);
    line-height: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.c-ifo span {
    color: #BE2B28;
    margin: 0 .5rem;
    display: block;
}

.c-tx p {
    color: #333333;
    font-size: .18rem;
    line-height: .34rem;
    margin-bottom: .25rem;
}

.c-tx p img {
    /*! width: 80%; */
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.c-page {
    padding-top: .15rem;
    margin-top: .65rem;
    border-top: .01rem solid #D4AF37;
}

.c-page a {
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    padding: .1rem 0;
    color: #898989;
}

.c-page a:hover {
    color: #BE2B28;
}

.c-page a span {
    display: inline-block;
    min-width: .8rem;
}


/* sz */

.sz-js {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: .6rem;
}

.sz-js>div {
    margin: 0 .15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sz-js>div h3 {
    color: #333333;
    font-size: .22rem;
    margin-right: .12rem;
}

.sz-sel {
    position: relative;
}

.sz-r {
    flex: 1;
    min-width: 0;
    position: relative;
}

.sz-sel span {
    background: #FFFFFF;
    border: .01rem solid #BE2B28;
    line-height: .36rem;
    width: 2.45rem;
    display: block;
    padding: 0 .15rem;
    color: #757575;
    font-size: .16rem;
    cursor: pointer;
}

.sz-sel ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.3);
    z-index: 9;
    display: none;
}

.sz-sel ul li {
    line-height: .3rem;
    font-size: .16rem;
    color: #333333;
    padding: 0 .15rem;
    cursor: pointer;
}

.sz-sel ul li:hover {
    background: #BE2B28;
    color: #fff;
}

.sz-ipt input {
    width: 2.98rem;
    line-height: .36rem;
    height: .36rem;
    padding: 0 .15rem;
    color: #757575;
    font-size: .16rem;
    background: #FFFFFF;
    border: .01rem solid #BE2B28;
}

.sz-btn button {
    background: #D4AF37;
    color: #ffffff;
    font-size: .22rem;
    line-height: .36rem;
    padding: 0 .08rem;
    font-family: Butler;
    cursor: pointer;
}

.sz-qh {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: .01rem solid #DCBB87;
    margin-bottom: .6rem;
}

.sz-qh>div {
    margin: 0 .35rem;
    padding: .25rem 0;
    text-align: center;
    position: relative;
    color: #848484;
    cursor: pointer;
}

.sz-qh>div::before {
    content: '';
    width: 0rem;
    height: .03rem;
    background: #BE2B28;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.sz-qh>div.cur::before {
    width: 2.8rem;
}

.sz-qh>div.cur {
    color: #BE2B28;
}

.sz-qh h3 {
    font-size: .26rem;
}

.sz-qh p {
    font-size: .18rem;
}

.sz-lt h3 {
    font-size: .28rem;
    font-weight: 500;
    color: #333333;
    padding: 0 .2rem;
    border-left: .03rem solid #BE2B28;
    line-height: .6rem;
    background: #FCF8F0;
}

.sz-lt ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .6rem;
}

.sz-lt ul li {
    width: 16.66%;
}

.sz-lt ul li a {
    display: block;
    color: #333333;
    font-size: .22rem;
    margin-top: .35rem;
    padding: 0 .2rem;
}

.sz-lt ul li a:hover {
    color: #BE2B28;
}

/* sznr */

.sz-t {
    position: relative;
    padding-left: 3rem;
    background: url(../images/sz-lg.png) no-repeat right .3rem bottom #fff;
    background-size: auto 90%;
    margin-top: 1rem;
    box-shadow: 0rem .04rem .2rem .05rem rgba(0, 0, 0, 0.1);
    border-bottom: .03rem solid #BE2B28;
    margin-bottom: .5rem;
}

.sz-p {
    position: absolute;
    left: .4rem;
    bottom: .2rem;
    width: 2.33rem;
}

.sz-p img {
    width: 100%;
    display: block;
}

.sz-ifo {
    padding: .4rem;
}

.sz-ifo h3 {
    color: #333333;
    font-size: .3rem;
    margin-bottom: .5rem;
}

.sz-ifo p {
    color: #3D3D3D;
    font-size: .16rem;
    position: relative;
    padding-left: .1rem;
    margin-bottom: .15rem;
}

.sz-ifo p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .02rem;
    height: .14rem;
    background: #BE2B28;
}

.sz-b h3 {
    font-size: .24rem;
    font-weight: 500;
    line-height: .57rem;
    color: #FFFFFF;
    padding-left: .47rem;
    position: relative;
    background: url(../images/sz-dots.png) no-repeat left .18rem center #BE2B28;
    background-size: .1rem;
}

.sz-b h3::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: .02rem;
    height: .01rem;
    background: #ffffff;
}


.sz-tx {
    padding: .3rem .25rem;
    padding-bottom: 0;
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
}

.sz-tx>div {
    margin-bottom: .35rem;
}

/* tea-lt */

.tea-t {
    margin-bottom: .45rem;
}

.tea-t a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: .15rem;
    background: url(../images/sz-tbg.png) no-repeat right bottom rgba(255, 255, 255, 0.5);
    background-size: auto 100%;
    border: .01rem solid #E4E4E4;
    box-shadow: 0rem .04rem .2rem .05rem rgba(0, 0, 0, 0.06);
    margin-bottom: .6rem;
}

.tea-t a .pic {
    width: 2.08rem;
    padding-top: 2.86rem;
}

.tea-r {
    flex: 1;
    min-width: 0;
    padding: 0 .4rem;
    padding-top: .12rem;
}

.tea-ifo {
    text-align: center;
    padding: .3rem 0;
}

.tea-ifo h3 {
    font-size: .26rem;
    line-height: .4rem;
    color: #3D3D3D;
    display: inline-block;
    position: relative;
    border-bottom: .01rem solid #D4AF37;
}

.tea-r h3 {
    font-size: .26rem;
    line-height: .4rem;
    color: #3D3D3D;
    display: inline-block;
    position: relative;
    border-bottom: .01rem solid #D4AF37;
    margin-bottom: .4rem;
}

.tea-rtx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .5rem;
    position: relative;
}

.tea-rtx::after {
    content: '';
    position: absolute;
    left: 0;
    top: -0.01rem;
    width: .16rem;
    height: .03rem;
    background-color: #BE2B28;
}

.tea-rtx::before {
    content: '';
    position: absolute;
    left: .26rem;
    right: 0;
    top: 0;
    border-top: .01rem dashed rgba(212, 175, 55, 0.3);
}

.tea-rtx p {
    font-size: .16rem;
    line-height: .26rem;
    color: #3D3D3D;
    width: 100%;
    margin-bottom: .1rem;
}

.tea-lt ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}

.tea-lt ul li {
    width: 20%;
    margin-bottom: .45rem;
}

.tea-lt ul li a {
    display: block;
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    margin: 0 .2rem;
    padding: .2rem;
    background: url(../images/tea-ico.png) no-repeat right bottom rgba(255, 255, 255, 0.6);
}

.tea-p {
    padding-top: 137%;
    padding: .05rem;
    border: .01rem solid #E4E4E4;
}

.tea-p img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tea-lt .tea-rtx {
    padding-top: .35rem;
}

.tea-lt .tea-rtx p {
    width: 100%;
}

.tea-lt .tea-rtx::before {
    display: none;
}

.tea-lt ul li a:hover h3 {
    color: #BE2B28;
}

/* jjy */
.jj1 h3 {
    font-size: .26rem;
    text-align: center;
    color: #323333;
    margin-bottom: .25rem;
    font-weight: 600;
}

.jj1-p {
    float: right;
    width: 5.58rem;
    position: relative;
    z-index: 2;
}

.jj1-p::before {
    content: '';
    position: absolute;
    right: -0.15rem;
    left: .76rem;
    top: -0.15rem;
    bottom: .15rem;
    background-color: #BE2B28;
}

.jj1-p {
    margin-left: .6rem;
}

.jj1-p img {
    display: block;
    width: 100%;
    position: relative;
}

.jj-tx p {
    font-size: .2rem;
    line-height: .4rem;
    text-align: justify;
    color: #323333;
    margin-bottom: .5rem;
}

.jj2-p {
    width: 4.3rem;
    margin-right: .6rem;
    margin-right: .6rem;
    position: relative;
}

.jj2-p img {
    display: block;
    width: 100%;
}

.jj2-tx p {
    color: #ffffff;
    font-size: .2rem;
}

.jj2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.jj2::before {
    content: '';
    position: absolute;
    left: -1.6rem;
    top: .5rem;
    bottom: 0;
    right: -1.6rem;
    background-color: #BE2B28;
}

.jj2 .jj-tx {
    flex: 1;
    min-width: 0;
    position: relative;
    padding-top: 1rem;
}

.jj2 .jj-tx p {
    color: #ffffff;
}

.jj3 {
    margin-top: .6rem;
}

.jj3-p {
    float: right;
    width: 3.84rem;
    position: relative;
    margin-left: .6rem;
}

.jj3-p img {
    width: 100%;
    display: block;
    position: relative;
}

.jj3-p::before {
    content: '';
    right: -0.2rem;
    bottom: -0.33rem;
    left: .2rem;
    top: .33rem;
    position: absolute;
    background-color: #BE2B28;
}

/* zzjg */
.zzjg {
    max-width: 14rem;
    margin: 0 auto;
}

.zzjg>h2 {
    text-align: center;
    margin-bottom: .7rem;
    position: relative;
}

.zzjg>h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: .01rem;
    background-color: #BE2B28;
    height: 1.08rem;
}

.zzjg>h2>b {
    font-size: .26rem;
    padding: .2rem;
    color: #FFFFFF;
    padding: .15rem .36rem;
    display: inline-block;
    background: #BE2B28;
    border: .02rem solid #D4AF37;
}

.zz-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.zz-c h3 {
    font-size: .26rem;
    color: #3D3D3D;
    width: 3.9rem;
    text-align: center;
    line-height: .76rem;
    margin: 0 auto;
    position: relative;


    background: #FFFBEE;
    border: .01rem solid #BE2B28;
    margin-bottom: .5rem;
}

.zz-l h3::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: .01rem;
    height: .5rem;
    background-color: #BE2B28;
}


.zz-r h3::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: .01rem;
    height: .5rem;
    background-color: #BE2B28;
}

.zz-l h3::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 2rem;
    height: .01rem;
    background-color: #BE2B28;
}

.zz-r h3::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 2rem;
    height: .01rem;
    background-color: #BE2B28;
}

.zz-lt {
    width: 6.2rem;
    position: relative;
}



.zz-lt ul {
    background: rgba(255, 248, 241, 0.58);
    border: .01rem solid #BE2B28;
    padding: .25rem .15rem;
}

.zz-lt ul li a {
    text-align: center;
    display: block;
    padding: .15rem 0;
    font-size: .24rem;
    line-height: .3rem;
    color: #3D3D3D;
    border-bottom: .01rem dashed #E4D0C5;
}

.zz-lt ul li a:hover {
    color: #BE2B28;
}

.zz-lt ul li:last-child a {
    border-bottom: none;
}

/* agency */
.agency ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -0.15rem;
}

.agency ul li {
    width: 33.33%;
    margin-bottom: .5rem;
}

.agency ul li a {
    font-family: Butler;
    font-size: .22rem;
    color: #3D3D3D;
    height: .72rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 .15rem;

    background: #FFFBEE;
    border: .01rem solid #BE2B28;
    text-align: center;
    padding: 0 .1rem;
    transition: all 0.3s;
}

.agency ul li a:hover {
    /*! background: linear-gradient(0deg, #BE2B28, #BE2B28), #FFFBEE; */
    border: .02rem solid #D4AF37;
    /*! color: #ffffff; */
}

/* szlb */

.szlb-t {
    width: 6.25rem;
    margin: 0 auto;
    margin-bottom: .3rem;
    max-width: 100%;
}

.szlb .pic {
    padding-top: 137%;
}

.szlb-p {
    padding: .14rem .12rem;
    border: .01rem solid #E4E4E4;
    width: 2.9rem;
    margin: 0 auto;
    position: relative;
}

.szlb-tx {
    padding: .6rem;
    padding-bottom: .25rem;
    text-align: center;
    background: url(../images/sz-tbg.png) no-repeat right bottom rgba(255, 255, 255, 0.6);
    background-size: auto 90%;
    border: .01rem solid #E4E4E4;
    margin-top: -0.6rem;
}

.szlb-tx h3 {
    font-size: .34rem;
    line-height: .4rem;
    color: #3D3D3D;
    display: inline-block;
    position: relative;
    border-bottom: .01rem solid #D4AF37;
    margin-bottom: .4rem;
    margin-bottom: .3rem;
    margin-top: .1rem;

}

.szlb-tx p {
    font-family: Butler;
    font-size: .16rem;
    line-height: .26rem;
    color: #333333;
}

.szlb ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -0.15rem;
}

.szlb ul li {
    width: 33.33%;
    margin-bottom: .3rem;
}

.szlb ul li a {
    background: rgba(255, 255, 255, 0.6);
    border: .01rem solid #E4E4E4;
    display: block;
    margin: 0 .15rem;
    padding: .2rem 0;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
}

.sz-bp {
    width: 2.74rem;
    margin: 0 auto;
    padding: .1rem;
    border: .01rem solid #E4E4E4;
    max-width: 90%;
}

.sz-btx {
    text-align: center;
    background: url(../images/sz-tbg.png) no-repeat right bottom rgba(255, 255, 255, 0.6);
    background-size: auto 100%;
}

.sz-btx h3 {
    font-size: .34rem;
    line-height: .4rem;
    color: #3D3D3D;
    display: inline-block;
    position: relative;
    border-bottom: .01rem solid #D4AF37;
    margin-bottom: .4rem;
    margin-bottom: .3rem;
    margin-top: .1rem;
}

.sz-btx p {
    font-family: Butler;
    font-size: .16rem;
    line-height: .26rem;
    color: #333333;
}

/* cb */

.cb-qh {
    border-bottom: .01rem solid #DCBB87;
    margin-bottom: .5rem;
}

.cb-qh ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cb-qh ul li a {
    display: block;
    font-family: Butler;
    font-size: .26rem;
    color: #848484;
    padding: .2rem 0;
    position: relative;
}

.cb-qh ul li {
    margin: 0 0.75rem;
}

.cb-qh ul li.on {
    border-bottom: .03rem solid #BE2B28;
}

.cb-qh ul li.on a {
    color: #BE2B28;
}

.cb ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url(../images/cb-tbg.png) no-repeat center center rgba(255, 255, 255, 0.8);
    background-size: 100%;
    border: .01rem solid #D8807B;
    padding: .2rem;
    margin-bottom: .33rem;
}

.cb-p {
    margin-right: .3rem;
    width: 3.77rem;
    height: 3.72rem;
    max-width: 100%;
}

.cb-p img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.cb-tx {
    flex: 1;
    min-width: 0;
}

.cb-tx h3 {
    font-family: Butler;
    font-size: .26rem;
    line-height: .32rem;
    color: #BE2B28;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    position: relative;
    border-bottom: .01rem dashed #D4AF37;
}


.cb-tx h3::before {
    content: '';
    position: absolute;
    bottom: -0.03rem;
    right: 0;
    width: .05rem;
    height: .05rem;
    background-color: #D4AF37;
    border-radius: 50%;
}

.cb-tx p {
    font-family: Butler;
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    margin-bottom: .1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.cb-tx p img {
    width: .14rem;
    margin-right: .05rem;
}


.fl {
    float: right;
    width: 5.52rem;
    margin: 0 auto;
    max-width: 100%;
}

/* ld2 */

.ld2 ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.ld2-p {
    width: 3.03rem;
    margin-left: 1.6rem;
    background: rgba(255, 255, 255, 0.35);
    border: .01rem solid #E4E4E4;
    padding: .1rem;
}

.ld2-p img {
    width: 100%;
    display: block;
}

.ld2-tx {
    flex: 1;
    min-width: 0;
}

.ld2-tx h3 span {
    background: url(../images/ld2-line.png) no-repeat center bottom;
    background-size: 100%;
    font-family: Butler;
    font-size: .3rem;
    line-height: .4rem;
    color: #3D3D3D;
    display: inline-block;
}

.ld2-tx h3 {
    padding-bottom: .4rem;
    border-bottom: .01rem solid #BE2B28;
    margin-bottom: .4rem;
}

.ld2-ifo h4 {
    font-family: Butler;
    font-size: .22rem;
    line-height: .26rem;
    color: #A40000;
    margin-bottom: .2rem;
}

.ld2-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ld2-txt p {
    font-family: Butler;
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    margin-bottom: .1rem;
    word-break: break-word;
}






























.ny-index {
    padding-top: .25rem;
    background: url(../images/ny-bg2.png) no-repeat center bottom #fffdf7;
    background-size: 100%;
    padding-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
    .fl {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .ny-nav {
        display: none;
    }

    .ny-wz {
        right: .2rem;
        bottom: .15rem;
    }

    .cb-qh ul li {
        margin: 0 .3rem;
    }

    .list ul li a {
        padding: .2rem;
    }

    .tw-lt ul li a .pic {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
        padding-top: 64%;
    }

    .tw-tx {
        flex: auto;
        width: 100%;
    }

    .tw-tx p {
        margin-top: .2rem;
    }

    .tw-lt ul li {
        margin-bottom: .3rem;
    }

    .c-ifo span {
        margin: 0 .2rem;
    }


    .sz-js>div {
        width: 100%;
        margin-bottom: .1rem;
    }

    .sz-sel span,
    .sz-ipt input {
        width: 100%;
    }

    .sz-js>div h3 {
        margin-right: 0;
        min-width: 1.8rem;
    }

    .sz-btn {
        justify-content: center;
        margin-top: .2rem !important;
    }

    .sz-js {
        margin-bottom: .2rem;
    }

    .sz-lt ul li {
        width: 25%;
    }

    .sz-lt ul li a {
        font-size: .18rem;
    }

    .tea-lt ul li {
        width: 25%;
    }

    .jj1 h3 {
        margin-bottom: .5rem;
    }

    .jj2-p {
        margin: 0 auto;
    }

    .jj3-p,
    .jj1-p {
        float: none;
        margin: .2rem auto;
        max-width: 100%;
    }

    .jj2 .jj-tx {
        flex: auto;
        width: 100%;
        padding-top: .3rem;
    }

    .jj3 .jj-tx {
        margin-top: .5rem;
    }

    .zz-lt {
        width: 48%;
    }

    .zz-l h3::after,
    .zz-r h3::after,
    .zzjg>h2::after {
        display: none;
    }

    .agency ul li {
        width: 50%;
        margin-bottom: .3rem;
    }

    .szlb ul li {
        width: 50%;
    }

    .sz-btx h3,
    .szlb-tx h3 {
        font-size: .24rem;
    }

    .sz-btx {
        background-position: center bottom;
    }

    .ld2-p {
        margin-left: .3rem;
    }
}


@media screen and (max-width: 768px) {
    .ld2-tx {
        flex: auto;
        width: 100%;
        padding: .2rem 0;
    }

    .ld2-tx h3 {
        text-align: center;
    }

    .ld2-p {
        order: -1;
        margin: 0 auto;
    }

    .tea-lt ul li {
        width: 33.33%;
    }

    .zzjg>h2>b {
        font-size: .2rem;
    }

    .zz-lt ul li a {
        line-height: .2rem;
        padding: .1rem 0;
        font-size: .18rem;
    }

    .zzjg>h2 {
        margin-bottom: .3rem;
    }

    .zz-c h3 {
        font-size: .18rem;
        line-height: .4rem;
    }

    .sz-t {
        margin: .3rem 0;
        padding: 0;
        padding-top: .2rem;
        background-size: 2rem;
    }

    .sz-p {
        position: static;
        margin: 0 auto;
    }

    .sz-lt ul li {
        width: 33.33%;
    }

    .tea-t a .pic {
        margin: 0 auto;
    }

    .tea-t .tea-r {
        flex: auto;
        width: 100%;
        padding: .1rem;
    }

    .tea-rtx p {
        width: 100%;
    }

    .tea-t a {
        background-size: auto 3rem;
    }

    .zz-lt {
        width: 100%;
        margin-bottom: .3rem;
    }

    .cb-p {
        margin: 0 auto;
    }

    .cb-tx {
        margin-top: 0.3rem;
        flex: auto;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {


    .tea-lt ul li {
        width: 50%;
    }


    .cb-qh ul li {
        margin: 0;
        width: 100%;
        text-align: center;
    }


    .szlb ul li {
        width: 100%;
    }

    .agency ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .agency ul li a {
        height: auto;
        padding: .1rem;
    }

    .tw-lt ul li a {
        padding: .1rem;
    }

    .sz-lt ul li a {
        padding: 0 .1rem;
    }

    .tea-p {
        margin: 0 auto;
    }

    .tea-r {
        flex: auto;
        width: 100%;
        padding: .1rem;
        text-align: center;
    }

    .tea-rtx::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .jj3-p,
    .jj2-p,
    .jj1-p {
        width: 100%;
    }

    .jj-tx p {
        margin-bottom: .2rem;
    }
}

@media screen and (max-width: 400px) {
    .sz-lt ul li {
        width: 50%;
    }
}