@charset "UTF-8";

@font-face {
    font-family: Cardo;
    src: url('fonts/Cardo-Regular.ttf');
    font-style: normal;
}

/* jzfh */
.jz-qh {
    margin-bottom: .2rem;
    border-bottom: .02rem solid #fff;
}

.jz-qh ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.jz-qh ul li {
    width: 20%;
    position: relative;
}

.jz-qh ul li:last-child:before {
    display: none;
}

.jz-qh ul li::before {
    content: '';
    width: .04rem;
    height: .26rem;
    background: url(../images/fh-dots.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.jz-qh ul li {
    text-align: center;
}

.jz-qh ul li:first-child {
    text-align: left;
}


.jz-qh ul li a {
    color: #666666;
    font-size: .22rem;
    font-family: 'sy';
    display: inline-block;
    padding: .1rem 0;
    position: relative;
}

.jz-qh ul li.on a::after {
    content: '';
    width: 100%;
    height: .02rem;
    background-color: #AA1917;
    position: absolute;
    left: 0;
    bottom: -0.02rem;
}

.jz-qh ul li.on a {
    color: #AA1917;
}

.jz-ban .pic {
    padding-top: 66%;
}

.jz-ban a:hover p {
    color: #AA1917;
}

.jz-ban {
    padding: .3rem;
}

.jz-ban p {
    font-size: .2rem;
    line-height: .3rem;
    height: 0.9rem;
    text-align: center;
    color: #333333;
    margin: .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jz-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.jz-p {
    width: .5rem;
    height: .5rem;
    background: url(../images/fh-l.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .2rem;
    cursor: pointer;
    transition: all 0.3s;
}

.jz-p:hover {
    background: url(../images/fh-lh.png) no-repeat;
    background-size: 100% 100%;
}

.jz-n {
    width: .5rem;
    height: .5rem;
    background: url(../images/fh-r.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.jz-n:hover {
    background: url(../images/fh-rh.png) no-repeat;
    background-size: 100% 100%;
}

.jz-banbox {
    position: relative;
    width: 6rem;
    margin: 0 auto;
    background: #ffffff;
    max-width: 100%;
}

.jz-ban.on {
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.jz-ban {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}


/* jzfh */




/* content */
.c-tit {
    padding-bottom: .3rem;
    margin-bottom: .3rem;
    background: url(../images/ny-titline.png) no-repeat left bottom;
    background-size: 100%;
    text-align: center;
}

.c-tit h3 {
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;

    margin-bottom: .25rem;
}

.c-ifo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.c-ifo p {
    margin: 0 .15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
}

.c-ifo p img {
    min-width: .15rem;
    max-width: .24rem;
    margin-right: .1rem;
}

.c-tx p {
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    text-align: justify;
    text-indent: 2em;
}

.c-page a {
    display: inline;
    color: #333333;
}

.c-page a:hover {
    color: #AA1917;
    text-decoration: underline;
}

/* content---end */



/* page */
.pb_sys_common {
    margin-top: 0.8rem !important;
}

/* page */


.ny-main {
    padding-top: 1.2rem;
}

a {
    display: block;
}

a:hover .pic img {
    transform: scale(1.05);
}

/* 头部导航 */
.nav {
    position: relative;
    font-size: 0;
}

.nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav>ul>li {
    position: relative;
    margin-right: .35rem;
}

.nav>ul>li>a {
    display: block;
    font-size: .18rem;
    text-align: center;
    position: relative;
    color: #3E3E3E;
    line-height: .7rem;
    font-family: 'sy';
    transition: all 0.5s;
}

.nav>ul>li>a:hover {
    transform: translateY(.05rem);
}

.nav>ul>li>div {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    padding: .1rem 0;
    visibility: hidden;
    opacity: 0;
    border-radius: .05rem;
    transition: all 0.5s;
}

.nav>ul>li>div::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #fff;
    border-left: .1rem solid transparent;
}

.nav>ul>li:hover>div {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .17rem;
    color: #333333;
    line-height: .45rem;
    white-space: nowrap;
    padding: 0 .1rem;
    transition: all 0.5s;
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
    background-color: #AA1917;
}


.nav>ul>li:hover>a {
    font-weight: 600;
}

.w14 {
    max-width: 14rem;
    margin: 0 auto;
    width: 100%;
}

/* ny-hd */

.ny {
    width: 100%;
    min-height: 100vh;
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

.ny1 {
    background: url(../images/ny1.png) no-repeat center center;
    background-size: cover;
}

.ny-hd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .2rem .7rem;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.ny-lg a img {
    width: 3.29rem;
    display: block;
}

.ny-hr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ser {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #3E3E3E;
    font-size: .16rem;
    cursor: pointer;
    transition: all 0.5s;
}

.ser:hover {
    opacity: 0.8;
}

.ser img {
    margin-right: .1rem;
    display: block;
    width: .16rem;
}

.ny-tit {
    margin-bottom: .4rem;
    text-align: center;
}

.ny-tit h3 {
    font-size: .32rem;
    color: #3E3E3E;
    font-family: 'sy';
}

.ny-tit h3 b:first-child {
    color: #AA1917;
}



/* xqxw */

.xw-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xw-ban {
    width: 52%;
    margin-right: .5rem;
}

.xw-ban .pic {
    padding-top: 69%;
}

.xw-lt {
    flex: 1;
    min-width: 0;
}

.xw-ban a {
    position: relative;
}

.xw-ban a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.xw-tx {
    padding: .3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
}

.xw-tx p {
    color: #ffffff;
    font-size: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xw-ban .slick-dots {
    text-align: right;
    width: auto;
    left: auto;
    right: .3rem;
    bottom: .35rem;
}

.xw-ban .slick-dots li {
    width: .18rem;
    height: .19rem;
    background: url(../images/xw-dots1.png) no-repeat center center;
    background-size: .1rem;
    position: relative;
}

.xw-ban .slick-dots li:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 105%;
    transform: translateY(-50%);
    width: .1rem;
    height: .01rem;
    background: #ffffff;
}

.xw-ban .slick-dots li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 105%;
    transform: translateY(-50%);
    width: .1rem;
    height: .01rem;
    background: #ffffff;
}

.xw-ban .slick-dots li.slick-active {
    width: .18rem;
    height: .19rem;
    background: url(../images/xw-dots2.png) no-repeat;
    background-size: 100% 100%;
}

.xw-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xw-date {
    text-align: center;
    margin-right: .35rem;
    width: 1rem;
    height: 1rem;
    color: #AA1917;
    padding-top: .18rem;
    background: url(../images/xw-date1.png) no-repeat center center;
    background-size: .85rem;
}

.xw-date b {
    font-family: 'sy';
    font-size: .4rem;
    line-height: 1;
    display: block;
    font-weight: normal;
}

.xw-date span {
    font-size: .16rem;
    display: block;
}

.xw-txt {
    flex: 1;
    min-width: 0;
    padding-top: .1rem;
}

.xw-txt h3 {
    color: #333333;
    font-size: .18rem;
    margin-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xw-txt p {
    color: #B0B0B0;
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xw-lt ul li {
    margin-bottom: .45rem;
}

.xw-lt ul li:last-child {
    margin-bottom: 0;
}

.xw-lt ul li.on h3 {
    color: #AA1917;
}

.xw-lt ul li.on .xw-date {
    background: url(../images/xw-date2.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

/* xxgg */
.ny2 {
    background: url(../images/ny2.png) no-repeat center center;
    background-size: cover;
}

.ny2 .nav>ul>li>a {
    color: #ffffff;
}

.ny2 .ser {
    color: #ffffff;
}

.ny2 .ny-tit h3 b {
    color: #ffffff;
}

.xqgg {
    margin-top: -0.2rem;
}

.xqgg ul li a {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .35rem 0;
    border-bottom: .01rem solid rgba(255, 255, 255, .3);
    transition: all 0.3s;
    position: relative;
}

.xqgg ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: .01rem;
    background: #ffffff;
    transition: all 1s;
}

.xqgg ul li a:hover:after {
    width: 100%;
}


.xqgg ul li a span {
    font-size: .32rem;
    font-family: Cardo;
    color: #FFFFFF;
    display: block;
    margin-right: .3rem;
}

.xqgg ul li a h3 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .27rem;
    text-align: justify;
    color: #FFFFFF;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.xqgg ul li a p {
    font-size: .14rem;
    line-height: .27rem;
    max-height: .54rem;
    text-align: justify;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 40%;
    margin-left: 1rem;
}


/* zfmx1 */

.ny3 {
    background: url(../images/ny3.png) no-repeat center center;
    background-size: cover;
}

.ny3 .ny-tit h3 b:first-child {
    color: #FFE7C7;
}

.ny3 .ny-tit h3 b {
    color: #ffffff;
}

.ny3 .nav>ul>li>a {
    color: #ffffff;
}

.ny3 .ser {
    color: #ffffff;
}

.zf1 {
    position: relative;
    margin-top: -0.2rem;
}

.zf-lg {
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.kp-lg {
    top: -0.5rem;
}

.zf-lg img {
    width: 100%;
    height: 100%;
    animation: roate 10s linear infinite;
}

/* 旋转动画 */
@keyframes roate {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.zf1 ul li a {
    padding: .3rem;
    padding-top: .15rem;
    background: url(../images/zf-tbg3.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 .3rem;
    position: relative;
    min-width: 3rem;
    max-width: 4rem;
}

.zf1 ul li:nth-child(odd) a {
    background: url(../images/zf-tbg2.png) no-repeat;
    background-size: 100% 100%;
}

.zf1 ul li a p {
    color: #ffffff;
    font-size: .18rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zf1 ul li:hover a p::before {
    opacity: 1;
}

.zf1 ul li:hover a p {
    transform: translateX(.2rem);
}

.zf1 ul li a::before {
    content: '';
    position: absolute;
    top: 40%;
    left: .12rem;
    transform: translateY(-50%);
    width: .3rem;
    height: .3rem;
    background: url(../images/zf-lg.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.3s;
}

.zf1 ul li:hover a::before {
    opacity: 1;
}

.zf1 ul {
    position: relative;
    z-index: 2;
    height: 5.6rem;
}


.zf1 ul li {
    transition: all 0.6s;
    position: absolute;
    top: 57%;
    left: 60%;
}

.zf1 ul li:nth-child(1) {
    top: 0%;
    left: 14%;
}

.zf1 ul li:nth-child(2) {
    top: 15%;
    left: 26%;
    transform: scale(0.8);
}

.zf1 ul li:nth-child(3) {
    top: 10%;
    left: 54%;
}

.zf1 ul li:nth-child(4) {
    top: 24%;
    left: 0%;
}

.zf1 ul li:nth-child(5) {
    top: 34%;
    left: 31%;
}

.zf1 ul li:nth-child(6) {
    top: 25%;
    left: 66%;
    transform: scale(0.8);
}

.zf1 ul li:nth-child(7) {
    top: 63%;
    left: 2%;
}

.zf1 ul li:nth-child(8) {
    top: 50%;
    left: 23%;
    transform: scale(0.8);
}

.zf1 ul li:nth-child(9) {
    top: 65%;
    left: 32%;
}

.zf1 ul li:nth-child(10) {
    top: 42%;
    left: 62%;
}

.zf1 ul li:nth-child(11) {
    top: 44%;
    left: -5%;
}

.zf1 ul li:nth-child(12) {
    top: 83%;
    left: 15%;
}

.zf1 ul li:nth-child(13) {
    top: 85%;
    left: 49%;
}

.zf1 ul li:nth-child(14) {
    top: 71%;
    left: 69%;
    transform: scale(0.8);
}



.zf1 ul li a.bg1 {
    background: url(../images/zf-tbg2.png) no-repeat;
    background-size: 100% 100%;
}

.zf1 ul li a.bg2 {
    background: url(../images/zf-tbg3.png) no-repeat;
    background-size: 100% 100%;
}

.zf1 ul li:hover a {
    background: url(../images/zf-tbg1.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.zf1 ul li:hover {
    transform: scale(1.3) !important;
}

.send-zf {
    margin-top: 0.2rem;
    position: relative;
    z-index: 3;
}

.send-zf a {
    width: 1.84rem;
    height: 1.84rem;
    margin: 0 auto;
    border-radius: 50%;
    transition: all 0.3s;
}

.send-zf a:hover {
    transform: scale(0.9);
}

.send-zf a img {
    width: 100%;
    height: 100%;
}

/* 光影药大 */
.ny4 {
    background: url(../images/gy-bg.png) no-repeat;
    background-size: cover;
}

.gy-ban {
    width: 57%;
    position: relative;
    z-index: 2;
}

.gy-ban .slick-prev {
    width: .42rem;
    height: .42rem;
    background: url(../images/gy-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.6rem;
    top: auto;
    bottom: .8rem;
    transform: none;
}

.gy-ban .slick-next {
    width: .42rem;
    height: .42rem;
    background: url(../images/gy-r.png) no-repeat;
    background-size: 100% 100%;
    right: auto;
    left: -0.6rem;
    top: auto;
    bottom: .2rem;
    transform: none;
}

.gy-ban a {
    position: relative;
}

.gy-ban a::after {
    content: '';
    width: .59rem;
    height: .57rem;
    background: url(../images/gy-play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gy-ban .pic {
    padding-top: 65%;
}

.gyyd {
    position: relative;
}

.gyyd::before {
    content: '';
    position: absolute;
    left: -1.8rem;
    right: 4.4rem;
    top: 1.5rem;
    bottom: 0;
    background-color: #AA1917;
}

.gy-lt {
    position: absolute;
    right: 0;
    bottom: .4rem;
    width: 66%;
    z-index: 3;
}

.gy-lt ul li a {
    margin: 0 .1rem;
    padding: .05rem;
    background: #ffffff;
}

.gy-lt ul li a .pic {
    padding-top: 56%;
}

.gy-more {
    position: relative;
    z-index: 2;
    margin-top: .5rem;
    text-align: right;
}

.gy-more a {
    display: inline-block;
    width: 1.12rem;
    height: .8rem;
    background: url(../images/gy-more.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: .16rem;
    padding: .18rem .55rem .2rem .1rem;
    transition: all 0.3s;
}

.gy-more a:hover {
    transform: scale(1.1);
}

/* zf2 */
.zf2 {
    position: relative;
}

.zf2 ul li {
    width: auto !important;
}

.zf2 ul li a {

    padding: .15rem .2rem .33rem .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(../images/zf-tx.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 0.1rem;
    width: 3.4rem;
}



.zf2 ul li a.on span {
    background: url(../images/zf-d2.png) no-repeat;
    background-size: 100% 100%;
}

.zf2 ul li a.on,
.zf2 ul li a:hover {
    background: url(../images/zf-txh.png) no-repeat;
    background-size: 100% 100%;
}

.zf2 ul li a p {
    color: #ffffff;
    font-size: .14rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zf2 ul li a span {
    width: .18rem;
    height: .18rem;
    background: url(../images/zf-d1.png) no-repeat;
    background-size: 100% 100%;
}

.zf-slick {
    margin-bottom: .2rem;
}





.zf-ifo {
    margin: 0 auto;
    width: 5.6rem;
    height: .52rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .2rem;
    background: url(../images/zf-ifo.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    max-width: 90%;
}

.zf-ifo::before {
    content: '';
    width: .01rem;
    height: .16rem;
    background: #AA1917;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.zf-ifo>input {
    width: 50%;
    padding: 0 .4rem;
    background-color: transparent;
    color: #AA1917;
    font-size: .14rem;
}

.zf-bot {
    margin-top: .3rem;
}

.zf-bot p {
    color: #FFE9C1;
    font-size: .14rem;
    text-align: center;
    margin-top: .12rem;
}

/* ny5 */
.ny5 {
    background: url(../images/ny5.png) no-repeat;
    background-size: cover;
}

.ny5 .ny-tit {
    opacity: 0;
}

/* 祝福卡片 */

.kp-box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border: .08rem solid #FFE9C1;
}

.kp-bc {
    position: absolute;
    top: 50%;
    right: -0.4rem;
    transform: translateY(-50%);

    color: #FFE9C1;
    font-size: .12rem;
    width: .14rem;
    line-height: 1.5;
}

.kp-close {
    position: absolute;
    top: 0;
    right: 0;
    width: .4rem;
    height: .4rem;
    background: url(../images/close-kp.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 2;
}

.kp {
    width: 3.6rem;
    height: 5.4rem;
}

.kp>img {
    width: 100%;
    height: 100%;
}

.kp-tx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
}

.kp-tx h3 span {
    color: #FFE9C1;
    font-size: .14rem;
}

.kp-tx h3 b {
    color: #FFE9C1;
    font-size: .42rem;
}

.kp-tx p {
    color: #FFE9C1;
    font-size: .14rem;
    max-width: 90%;
    margin: 0 auto;
    margin-top: .2rem;
    width: 100%;
}

#result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.6rem;
    height: 5.4rem;
    z-index: 10;
    /* display: none; */
}

#result img {
    width: 100%;
}



.wap {
    display: none;
}



@media screen and (max-width: 1024px) {

    .ny-main {
        padding-top: 0;
    }

    html {
        font-size: 80px;
    }

    html,
    body {
        overflow-y: auto;
    }

    .wap {
        display: block;
    }

    .pc {
        display: none;
    }

    .ny {
        display: block;
        padding: 0 .1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .jz-qh ul li {
        width: 33.33%;
        text-align: center !important;
    }

    .jz-qh ul li:before {
        display: none;
    }

    .xw-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .xw-lt {
        flex: auto;
        width: 100%;
    }

    .ny-tit {
        margin-bottom: .3rem;
    }

    .ny-tit h3 {
        font-size: .26rem;
    }

    .gy-ban {
        width: 100%;
        margin-bottom: .3rem;
    }

    .gy-lt {
        position: static;
        width: 100%;
    }

    .gyyd::before {
        display: none;
    }

    .gy-ban .slick-prev {
        left: .2rem;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }

    .gy-ban .slick-next {
        right: .2rem;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        bottom: auto;
    }

    .xqgg ul li a span {
        width: 100%;
        margin: 0;
        font-size: .24rem;
    }

    .xqgg ul li a p {
        margin: 0;
        width: 100%;
    }

    .xqgg ul li a h3 {
        flex: auto;
        width: 100%;
        margin: .1rem 0;
    }

    .zf1 ul {
        flex-wrap: wrap;
        margin-bottom: 0rem;
    }

    .zf1 ul li {
        width: 50%;
        margin-bottom: .3rem;
    }

    .zf1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: auto;
    }

    .zf1 ul li {
        position: static;
    }

    .zf1 ul li a {
        position: static;
        background: url(../images/zf-tbg2.png) no-repeat;
        background-size: 100% 100%;
    }

    .zf1 ul li:nth-child(3n+1) a {
        background: url(../images/zf-tbg3.png) no-repeat;
        background-size: 100% 100%;
    }

    .zf-lg {
        width: 4rem;
        height: 4rem;
    }

}

@media screen and (max-width: 768px) {
    .jz-qh ul li {
        width: 50%;
    }

    .jz-qh ul li a {
        font-size: .2rem;
    }

    .jz-ban {
        padding: .5rem;
    }
}

@media screen and (max-width: 640px) {
    .zf1 ul li {
        width: 100%;
        text-align: center;
    }

    .zf1 ul li a {
        width: 4rem;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {}