.ppad {
    padding-top: .88rem;
    padding-bottom: 1.08rem;
}

.df {
    display: flex;
}

.dfsb {
    display: flex;
    justify-content: space-between;
}

.dfc {
    display: flex;
    justify-content: center;
}

.dfcm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dfcm2 {
    display: flex;
    align-items: center;
}

.dfcol {
    display: flex;
    flex-direction: column;
}

.dfcolc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mc {
    display: block;
    margin: 0 auto;
}


.banner {
    height: 9rem;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    background-repeat: no-repeat;
    background-position: center;
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    content: '';
}

body::-webkit-scrollbar {
    width: 8px;
    height: 0;
}

body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #C1C1C1;
}


/* .head {
    height: 1rem;
    width: 100vw;
    padding: 0 .51rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    z-index: 999999;
}

.head .logo {
    display: flex;
    align-items: center;
}

.head .logo img {
    height: .54rem;
    margin-top: -0.02rem;
} */

.fac {
    display: flex;
    margin-left: .7855rem;
}

.hel {
    display: flex;
}

.fac a {
    font-size: .2rem;
    font-weight: 400;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: left;
    color: #0B2E8F;
    margin-top: .1rem;
}

.fac a:hover {
    color: #000;
}

.hl2 {
    display: none;
    position: fixed;
    height: .4rem;
    left: 0;
    top: .56rem;
    width: 100vw;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
}

.fac .item {
    position: relative;
    height: .56rem;
    display: flex;
    align-items: center;
    margin: 0 .3rem;
}

.fac .item:hover .hl2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner {
    width: 100%;
    height: 9rem;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hexi {
    background-color: #fff;
    padding-top: .76rem;
    padding-bottom: 1.06rem;
}

.hexis .hexii {
    width: 100%;
    height: 5.8rem;
}


.hexis img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hexii {
    position: relative;
}

/* .hexii::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, 0.95);
} */

.swiper-slide-active .hexii::after {
    display: none;
}





.hexip h1 {
    font-family: rr;
    font-size: .4rem;
    font-weight: 400;
    line-height: .47rem;
    text-align: center;
    color: #0B2E8F;
    margin: .57rem 0 .13rem;
}

.hexip .tag {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .28rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #626262;
}

.hexip p {
    font-family: ll;
    font-size: .24rem;
    font-weight: 500;
    line-height: .28rem;
    letter-spacing: 0.02em;
    margin-top: .17rem;
    text-align: center;
    color: #626262;
}

.swiper-slide .hexip {
    display: none;
}

.swiper-slide-active .hexip {
    display: block;
}

.swiper-pagination-hexis {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    bottom: 1.61rem !important;
}

.swiper-pagination-hexis .swiper-pagination-bullet {
    width: .96rem;
    height: .10rem;
    background: #b4b4b4;
    border-radius: 1px;
    opacity: 1;
    margin: 0 16px !important;
}

.swiper-pagination-hexis .swiper-pagination-bullet-active {
    background-color: #0B2E8F;
}

.hcate {
    background-color: #D2EBFF;
    padding: 1.25rem 0 .25rem;
    display: flex;
    justify-content: center;
}

.hcate ul {
    /* width: 9.82rem; */
    width: 11rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hcate ul li {
    width: 5.34rem;
    /* margin-right: .14rem; */
    /* margin-right: calc(100% - (5.5rem * 2)); */
    margin-bottom: .77rem;
    position: relative;
}

.hcate ul li:nth-of-type(2n) {
    margin-right: 0;
}

.hcate ul li a {
    display: flex;
    width: 100%;
    flex-direction: column;
    /* align-items: center; */
}

.hcate ul li a .diffage {
    width: 100%;
    height: 3.7rem;
    overflow: hidden;
}

.hcate ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease 0s;
}

.hcate ul li a:hover img {
    transform: scale(1.05);
}

.hcate ul li .i2 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

@keyframes fadeInIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.hcate ul li:hover .i2 {
    display: block;
    animation: fadeInIn 0.5s ease-in-out;
}

.catez {
    margin-top: .38rem;
    font-size: .24rem;
    font-weight: 600;
    color: #000;
}

.catez .top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catez .top h1 {
    font-size: .32rem;
    font-weight: 400;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: left;
    color: #0B2E8F;

    font-family: rr;
}

.catez .top .age {
    min-width: .93rem;
    width: 1.42rem;
    height: .32rem;
    border-radius: .5rem;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: rr;
    color: #626262;
    font-size: .24rem;
    background-color: #FFFFFF;
    margin: .13rem 0 0;
    font-weight: 400;
    padding: 0;
}

.catez .bottom {
    font-size: .18rem;
    font-weight: 400;
    line-height: .24rem;
    letter-spacing: 0em;
    text-align: left;
    color: #626262;
    margin-top: .12rem;
    font-family: mm;
}



.cpynews {
    padding: .93rem 3.86rem 1.21rem;
}

.cpynews .title {
    font-family: mm;
    font-size: .36rem;
    font-weight: 700;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: .4rem;
    color: #0B2E8F;
}

.cpynews ul {
    display: flex;
    justify-content: space-between;
}

.cpynews ul li {
    width: 3.43rem;
    /* margin-right: .41rem; */
}

.cpynews ul li:last-of-type {
    margin-right: 0;
}

.cpynews ul li .newscover {
    width: 100%;
    height: 2.62rem;
    overflow: hidden;
}

.cpynews ul li .newscover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease 0s;
}

.cpynews ul li:hover img {
    transform: scale(1.05);
}

.cpynews ul li .infop {
    margin-top: .34rem;
}

.cpynews ul li .infop h1 {
    font-size: .2rem;
    font-weight: 500;
    line-height: .24rem;
    letter-spacing: 0em;
    text-align: center;
    color: #0B2E8F;
    margin-bottom: .18rem;
}



.cpynews ul li .infop p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .24rem;
    letter-spacing: 0em;
    text-align: center;
    color: #626262;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cpynews ul li .infop .more {
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-top: .27rem;
    width: .78rem !important;
    height: auto;
    color: #0B2E8F;
    border: none;
    font-family: rr;
}

.cpynews ul li .infop .more::before {
    display: none;
}

.cpynews ul li .infop .more:hover {
    color: #0B2E8F;
}

.cpynews ul li:hover .infop p {
    color: #0B2E8F;
}

.readMore {
    font-family: ll;
    display: flex;
    width: 1.58rem;
    height: .42rem;
    border-radius: .2rem;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    font-size: .16rem;
    font-weight: 300;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    border: 1px solid #0B2E8F;
    background-color: transparent;
}

.readMore span {
    position: relative;
    z-index: 10;
}

.readMore::before {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0B2E8F;
    transition: all ease 1s;
}

.readMore:hover::before {
    transform: translateX(100%);
}

.readMore:hover span {
    color: #0B2E8F;
}

.cpynews .readMore {
    /* left: calc(50% - .79rem); */
    left: 50%;
    transform: translateX(-50%);
    margin-top: .58rem;
    width: 1.62rem;
    height: .3rem;
    font-size: .18rem;
    font-family: rr;
}


.bbigt1 {
    width: 100%;
    /* margin-bottom: .87rem; */
    position: relative;
}

.bbigt1 p {
    position: absolute;
    top: 2.27rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: mm;
    font-size: .66rem;
    font-weight: 700;
    line-height: .72rem;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

.bbigt1 img {
    width: 100%;
    height: 8.76rem;
}


.bbigt2 {
    width: 100%;
    position: relative;
}

.bbigt2 .bbigt2content {
    position: absolute;
    top: .8rem;
    right: 4.5rem;
}

.bbigt2content p {
    font-family: mm;
    font-size: .8rem;
    font-weight: 700;
    line-height: .83rem;
    color: #0B2E8F;
}

.bbigt2 img {
    width: 100%;
    height: 8.6rem;
}

.funfoot {
    display: flex;
    justify-content: space-between;
    height: 1.67rem;
    align-items: flex-end;
    /* padding: 0 .51rem .13rem; */
    padding: 0 .51rem .4rem;
    background: #FFFFFF;
}

.hofootbtn {
    width: 100%;
    height: .55rem;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    padding: 0 .51rem;
}

.hofootbtncen {
    height: 100%;
    width: 100%;
    border-top: 1px solid #0B2E8F;
    font-family: mm;
    font-size: .22rem;
    font-weight: 400;
    line-height: .55rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #0B2E8F;
}

.funfoot .logo {
    display: block;
    width: 2.6rem;
    height: 1.02rem;
    background-image: url(/images/footlogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.funfoot .mid h1,
.funfoot .ri h1 {
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: center;
    color: #626262;
    margin-bottom: .08rem;
    font-family: mm;

}

.funfoot .mid p,
.funfoot .ri p {
    font-size: .12rem;
    font-weight: 300;
    line-height: .14rem;
    letter-spacing: 0em;
    text-align: center;
    color: #626262;
    margin-bottom: .17rem;
    font-family: rr;
}


.funfoot .mid .midinp {
    position: relative;
    width: 3.7rem;
    height: .36rem;
}


.funfoot .mid input[type="text"] {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    border: 1px solid #E8EAEC;
    padding-left: .18rem;
}

.funfoot .mid input[type="button"] {
    cursor: pointer;
    width: .58rem;
    height: .36rem;
    background-color: #0B2E8F;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-image: url(/images/searchbtn.png);
    background-repeat: no-repeat;
    background-size: .24rem .24rem;
    background-position: .13rem center;
}


.hdesign {
    padding-left: 1.21rem;
    padding-top: 2.62rem;
    width: 100%;
    height: 7.01rem;
    margin-bottom: .29rem;
    background-image: url(../images/hdesignbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hdesign p {
    font-size: .14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: .24rem;
    margin-top: .2rem;
    margin-bottom: .45rem;
}

.hdesign img {
    height: .45rem;
}

.gots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: .42rem;
    background: hsla(0, 0%, 100%, .2);
    border-radius: .04rem;
    border: 1px solid #000;
    font-size: .12rem;
    font-weight: 400;
    color: #000;
    transition: all .4s;
    cursor: pointer;
}

.gots:hover {
    background-color: #DAE1ED;
}

.hdesign1 {
    background-image: url(../images/hdesignbg1.jpg);
}

.msao {
    width: 100%;
    height: 5.81rem;
    display: flex;
    justify-content: center;
}

.msao img {
    width: 14.4rem;
    height: 100%;
}





.foot .want a {
    font-size: .14rem;
    font-weight: 500;
    color: #f6f6f6;
    padding: 0 .04rem;
}

.foot .want a:first-of-type {
    padding-left: 0;
}


.foot .foottop {
    display: flex;
    justify-content: space-between;
    padding: .81rem 2.9rem .665rem 3.97rem;
    background-color: #0B2E8F;
}


.foot .foottop .list h1 {
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: .275rem;
}


.foot .foottop .list a {
    display: block;
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin-top: .12rem;
}

.foot .foottop .list a:hover {
    color: #fff;
}

.foot .foottop .right {
    display: flex;
}

.foot .foottop .right .wbo {
    display: block;
    width: .4rem;
    height: .4rem;
    margin-left: .08rem;
    cursor: pointer;
}

.foot .foottop .right .wbo img {
    width: 100%;
    height: 100%;
}

.foot .footbottom {
    font-family: mm;
    background-color: #fff;
    height: .94rem;
    padding-top: .28rem;
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: center;
    color: #0B2E8F;
}



.wbo {
    position: relative;
}

.wbo .shareQr {
    position: absolute;
    top: -1.45rem;
    width: 1.32rem;
    height: 1.24rem;
    background-color: #fff;
    left: calc(50% - 0.66rem);
    display: flex;
    justify-content: center;
    align-items: center;
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
    display: none;
}

.wbo:hover .shareQr {
    display: flex;
    animation: fadeInIn 0.2s ease-in-out;
}

.foot .foottop .right .wbo .shareQr img {
    width: 1rem;
    height: 1rem;
}

.wbo .shareQr::after {
    content: '';
    position: absolute;
    width: .1rem;
    height: .1rem;
    background-color: #fff;
    left: 50%;
    bottom: -0.05rem;
    transform: translateX(-50%) rotate(45deg);
}

.wbo img {
    width: 100%;
    height: 100%;
}

.wbo .shareQr img {
    width: 100%;
    height: 100%;
}

.funfoot .ri .wbo {
    width: .36rem;
    height: .36rem;
    cursor: pointer;
    margin: 0 .025rem;
}

.funfoot .ri .ris {
    display: flex;
    justify-content: center;
}


.funfoot .ri .ris .a {
    display: block;
}

.funfoot .ri .ris .b {
    display: none;
}

.funfoot .ri .wbo:hover .a {
    display: none;
}

.funfoot .ri .wbo:hover .b {
    display: block;
}



.floatnav {
    height: .86rem;
    display: flex;
    align-items: flex-end;
    padding-bottom: .08rem;
}

.facjp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ct1120 {
    width: 11.2rem;
    margin: 0 auto;
}

.floatnav .dz {
    display: flex;
    align-items: center;
}

.floatnav .dz img {
    width: .3rem;
    height: .3rem;
}

.floatnav .dz p {
    font-size: .24rem;
    font-weight: 600;
    color: #555;
    margin-left: .14rem;
}

.floatnav .dzn {
    display: flex;
}

.floatnav .dzn .item {
    font-size: .12rem;
    font-weight: 300;
    color: #000;
    margin-left: .36rem;
    cursor: pointer;
    position: relative;
}

.floatnav .dzn .item.active:after {
    content: "";
    width: 100%;
    border-radius: 1px;
    background-color: #333;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.ct1088 {
    width: 10.88rem;
    margin: 0 auto;
}

.content___33UpC {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .16rem;
}

.content___33UpC .item___Ug8Ba {
    margin-bottom: .98rem;
}

.content___33UpC .item___Ug8Ba p {
    text-align: center;
    font-size: .24rem;
    font-weight: 600;
    color: #000;
    line-height: .33rem;
    margin-top: .36rem;
}

.content___33UpC .item___Ug8Ba span {
    display: block;
    font-size: .14rem;
    color: #000;
    margin-top: .07rem;
    text-align: center;
}

.itemlist .item {
    display: none;
}

.itemlist .item:first-of-type {
    display: block;
}

.img___1K-wn {
    width: 536px;
    height: 302px;
    object-fit: cover;
}

.floatfixed {
    position: fixed;
    left: 0;
    top: .56rem;
    width: 100%;
    background: #fff;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, .05);
}

/* .head .her {
    display: flex;
}

.head .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .14rem;
    height: .24rem;
    width: .24rem;
    border-radius: 50%;
    color: #fff;

}


.head .langIcon {
    background-color: #0B2E8F;
    border: 1px solid #0B2E8F;
    font-family: ll;
}

.head .langIcon:hover {
    color: #0B2E8F;
    background-color: transparent;
}

.head .shopIcon {
    font-family: ll;
    width: .62rem;
    height: .24rem;
    color: #0B2E8F;
    font-size: .16rem;
    font-weight: 300;
    line-height: .24rem;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #0B2E8F;
    border-radius: .2rem;
}

.head .shopIcon:hover {
    background-color: #0B2E8F;
    color: #fff;
}

.head .loginIcon {
    background: url('/images/loginico1.png') no-repeat 50%/cover;
}

.head .loginIcon:hover {
    background: url('/images/loginico2.png') no-repeat 50%/cover;
} */

.freeDesign {
    width: 1rem;
    height: .24rem;
    border-radius: .04rem;
    border: 1px solid #000;
    margin-left: .14rem;
    color: #000;
    font-size: .12rem;
    font-weight: 600;
    transition: all .4s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailbanner {
    height: 40vw;
    width: 100vw;
    background-color: #f7fafc;
    display: flex;
    align-items: center;
    margin-top: .56rem;
}

.detailbanner .left {
    width: 5.28rem;
    height: 100%;
    position: relative;
}

.detailbanner .left p {
    margin-top: 2.361111vw;
    margin-left: 1.319444vw;
    display: flex;
    align-items: center;
    font-size: .12rem;
    font-weight: 300;
    color: #999;
}

.detailbanner .left p img {
    width: .25rem;
    height: .25rem;
    margin-right: 8px;
}

.detailbanner .left .title {
    margin-top: 5.625vw;
    margin-left: 8.3333333vw;
    font-size: .45rem;
    font-weight: 600;
    color: #000;
    line-height: .48rem;
}

.detailbanner .left .sub {
    margin-top: 1.5972vw;
    margin-left: 8.3333333vw;
    font-size: .24rem;
    font-weight: 600;
    color: #000;
    line-height: .33rem;
}

.detailbanner .left .desc {
    margin-top: 0.625vw;
    margin-left: 8.3333333vw;
    width: 1.96rem;
    font-size: .14rem;
    font-weight: 400;
    color: #000;
    line-height: .2rem;
}

.detailbanner .left .dzbtn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 28.125vw;
    left: 8.3333333vw;
    width: 1.8rem;
    height: .42rem;
    border-radius: .04rem;
    border: 1px solid #000;
    cursor: pointer;
    padding-left: .16rem;
}

.detailbanner .left .dzbtn span {
    font-size: .12rem;
    font-weight: 400;
    color: #000;
}

.detailbanner .left .dzbtn img {
    width: .2rem;
    height: .2rem;
    margin-right: .3rem;
}


.detailbanner .right {
    width: calc(100vw - 5.28rem);
    height: 40vw;
}

.detailbanner .right img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
}

.swiper-pagination-details {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: .5rem !important;
    z-index: 2;
}

.swiper-pagination-details .swiper-pagination-bullet {
    width: .48rem;
    height: .02rem;
    opacity: 0.5;
    background-color: #fff;
}

.swiper-pagination-details .swiper-pagination-bullet-active {
    opacity: 1;
}

img {
    object-fit: cover;
}

.pdetailp img {
    width: 100%;
}

.loginbox {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.logincard {
    display: flex;
    display: none;
    width: 10rem;
    height: 6rem;
    background: #fff;
}

.logincard img {
    width: 50%;
    height: 100%;
}

.logincard .lloogg {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logincard .lloogg img {
    height: .44rem;
    width: auto;
}

.logincard .lloogg .txt {
    font-size: .36rem;
    color: #000;
    margin-top: .15rem;
    margin-bottom: .67rem;
}

.logincard .lloogg .loginp .item {
    width: 2.94rem;
    height: .4rem;
    margin-bottom: .15rem;
    position: relative;
}

.logincard .lloogg .loginp .item input[type='text'] {
    width: 100%;
    height: 100%;
    padding: .04rem .11rem;
}

.logincard .lloogg .loginp .item .a {
    position: absolute;
    right: .06rem;
    top: .06rem;
    width: 1.3rem;
    height: .28rem;
    border: none;
    background: #d8d8d8;
    font-size: .16rem;
    cursor: pointer;
}

.logincard .lloogg .loginp .item .b {
    width: 100%;
    height: 100%;
    background-color: #D6D6D6;
    border: none;
    color: #fff;
    font-size: .14rem;
    cursor: pointer;
}

.logincard .lloogg h6 {
    cursor: pointer;
    font-size: .14rem;
}

.logincard .lloogg2 {
    display: none;
}

.foot {
    padding: 0;
}

.foottop {
    width: 100%;
    height: auto;
}

.foottopleft {
    width: 100%;
    height: auto;
    justify-content: space-between;
}

.footico {
    display: none;
}

.foottopleft .hengg {
    display: none;
}

.foottopright {
    display: none;
}

.foottopleft>li>a:first-of-type {
    display: block;
    font-family: mm;
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    letter-spacing: 0em;
    margin-bottom: .275rem;
    text-transform: uppercase;
}

.foottopleft a>p {
    color: #fff;
    font-family: mm;
    font-size: .18rem;
    font-weight: 400;
    /* line-height: .19rem; */
    letter-spacing: 0em;
    /* margin-top: .12rem; */
    margin-top: 0;
    line-height: 1.6;
}

.foottopleft a>p:hover {
    color: #1E88D5;
}

.footbtn {
    width: 100%;
    background-color: #fff;
    justify-content: center;
    /* display: none; */
}

.footbtn .footbtnl {
    font-family: mm;
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: center;
    color: #0B2E8F;
}

.head,
.head1,
.head2 {
    padding: 0 .36rem 0 .5rem;
    position: relative;
}

.head .headtab,
.head1 .headtab,
.head2 .headtab {
    justify-content: flex-start;
    padding-left: .62rem;
    height: 100%;
    padding-top: .15rem;
}

.head .headtab>li>a,
.head1 .headtab>li>a,
.head2 .headtab>li>a {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    letter-spacing: 0em;
    color: #0B2E8F;
}

.head .headtab>li>a {
    color: #fff;
}

.head .headtab>li>a:hover,
.head1 .headtab>li>a:hover,
.head2 .headtab>li>a:hover {
    color: #1E88D5;
}

.head .logo,
.head1 .logo,
.head2 .logo {
    /* margin-top: -0.1rem; */
    margin-bottom: .08rem;
}

.headright {
    display: none;
}

.head .her,
.head1 .her,
.head2 .her {
    display: flex;
    margin-top: .1rem;
    align-items: center;
}

.head .langIcon,
.head1 .langIcon,
.head2 .langIcon {
    background-color: #0B2E8F;
    border: 1px solid #0B2E8F;
    font-family: ll;
}

.head .icon,
.head1 .icon,
.head2 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.38rem;
    height: 0.26rem;
    width: 0.26rem;
    border-radius: 50%;
    color: #fff;
    font-size: .14rem;

    line-height: 1;
}

.head .shopIcon,
.head1 .shopIcon,
.head2 .shopIcon {
    font-family: ll;
    width: 0.82rem;
    height: 0.26rem;
    color: #fff;
    font-size: .18rem;
    font-weight: 300;
    line-height: .24rem;
    letter-spacing: 0em;
    text-align: center;
    background-color: #0B2E8F;
    border-radius: 0.2rem;
}

.head .langIcon {
    border: 1px solid #fff;
    background-color: transparent;
}

.head .shopIcon {
    color: #fff;
    border: 1px solid #fff;
}

/*  */
.newdetail,
.pedetail {
    width: 12rem;
    margin: 0 auto;
}

.newdetail {
    padding-bottom: 1.1rem;
}

.newdetail h6 {
    font-family: RR;
    font-size: .3rem;
    font-weight: 500;
    line-height: .35rem;
    text-align: left;
    margin-top: .3rem;

    color: #7A7A7A !important;
}

.newdetail h6 a {
    cursor: pointer;
    font-family: RR;
    font-size: .3rem;
    font-weight: 500;

    text-align: left;

    color: #7A7A7A !important;
}

.newdetail h6 a span {

    font-family: RR;
    font-size: .3rem;
    font-weight: 500;

    text-align: left;


    color: #7A7A7A !important;
}

.newdetail h3 {
    font-family: RR;
    font-size: .3rem;
    font-weight: 500;
    line-height: .35rem;
    text-align: center;
    margin: 1.16rem 0 .22rem;
    padding-bottom: .37rem;
    color: #0B2E8F;
    border-bottom: 1px solid #CDCDCD;
}

.Relatedtit {
    border: none !important;
    margin: 1.12rem 0 1.04rem;
}

.newdetail p {
    font-family: LL;
    font-size: .18rem;
    font-weight: 400;
    line-height: .24rem;
    text-align: left;
    color: #565656;
    margin-bottom: .31rem;
}

.newdetail img {
    width: 100%;
}

.Relatedcen {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.Relatedcens {
    width: 3.46rem;
    height: 3.4rem;
    margin-right: .81rem;
}

.Relatedcensimgs {
    width: 100%;
    height: 2.11rem;
}

.Relatedcensimgs img {
    width: 100%;
    height: 100%;
}

.Relatedcenstxt {
    padding-top: .25rem;
    display: flex;
}

.Relatedcenstxt .date {
    width: .67rem;
    height: .67rem;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    margin-right: .17rem;
}

.Relatedcenstxt .date1 {
    font-family: RR;
    font-size: .24rem;
    font-weight: 500;
    line-height: .28rem;
    text-align: center;
    color: #0B2E8F;

}

.Relatedcenstxt .date2 {
    font-family: RR;
    font-size: .12rem;
    font-weight: 500;
    line-height: .14rem;
    text-align: left;
    color: #0B2E8F;
}

.titcen {
    width: 2.6rem;
    /* margin-left: .17rem ; */
}

.titcen .tit {
    font-family: RR;
    font-size: .18rem;
    font-weight: 500;
    line-height: .21rem;
    text-align: left;
    color: #0B2E8F;
}

.titcen .cen {
    color: #565656;
    font-family: RR;
    font-size: .14rem;
    font-weight: 400;
    line-height: .24rem;
    text-align: left;

}

.debaner {
    width: 100%;
    height: 8.33rem;
}

.debaner img {
    width: 100%;
    height: 100%;
}

.ptit {
    color: #0B2E8F;
    font-family: RR;
    font-size: .7rem;
    font-weight: 700;
    line-height: .82rem;
    text-align: center;
    margin: .51rem 0;
}

.pedetail p {
    margin-bottom: .31rem;
    font-family: LL;
    font-size: .24rem;
    font-weight: 700;
    line-height: .32rem;
    text-align: left;
    color: #6A6A6A;
}

.pedetail img {
    width: 100%;
    height: auto;
}

.pedetail {
    padding-bottom: 1rem;
}

.xinwencenter {
    width: 12rem;
    margin: 0 auto;
}

.xinwenlist img {
    width: 5.1rem;
    height: 3.12rem;
}

.xinwenlist .mover {
    font-family: LL;
    width: .84rem;
    height: .28rem;
    line-height: .28rem;
    font-size: .18rem;
    border-radius: .5rem;
}

.xinwenlist div a:first-of-type {
    display: flex;

}

.xinwenlist div .date {
    width: 1rem;
    height: 1rem;
    margin-right: .42rem;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.xinwenlist div .date1 {
    font-family: RR;
    font-size: .42rem;
    font-weight: 500;
    line-height: .49rem;
    text-align: left;
    color: #0B2E8F;
}

.xinwenlist div .date2 {
    font-family: LL;
    font-size: .2rem;
    font-weight: 500;
    line-height: .23rem;
    text-align: left;
    color: #0B2E8F;
}

.xinwenlist div .titcen {
    width: 4.43rem;
}

.xinwenlist div .tit {
    font-family: RR;
    font-size: .3rem;
    font-weight: 500;
    line-height: .35rem;
    text-align: left;

}

.xinwenlist div .cen {
    font-family: LL;
    font-size: .18rem;
    font-weight: 400;
    line-height: .24rem;
    text-align: left;
    color: #565656;
    margin-top: .08rem;
}

.weblogo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.weblogo span {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2158rem;
    letter-spacing: 0.03em;
    text-align: left;
    color: #0B2E8F;
}

.doublisure {
    /* width: 1.7rem; */
    width: 1.3rem;
    height: .36rem;
    background-image: url(/images/doublisure.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .38rem;
}

/* #ContentPlaceHolder1_pnl_tpfg3 {
    border-bottom: 1px solid #F0F0F0;
} */

.funfoot {
    border-top: 1px solid #F0F0F0;
}

#ContentPlaceHolder1_pnl_tpfg3 .imgSquare {
    margin-bottom: .44rem;
    margin-top: 1.09rem;
}


.banner .item .txt .titss {
    font-family: mm;
    font-size: .48rem;
    font-weight: 700;
    line-height: .5759rem;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
}

.banner .descss {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .22rem;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: .45rem;
    color: #fff;
}

.SocialPlatform .h1 {
    font-family: mm;
    font-size: .16rem;
    font-weight: 400;
    line-height: .1875rem;
    text-align: center;
    margin-bottom: .08rem;
    color: #626262;
}

.SocialPlatform .h2 {
    font-family: rr;
    font-size: .12rem;
    font-weight: 300;
    line-height: .1406rem;
    text-align: center;
    color: #626262;
    margin-bottom: .17rem;
}

#bannermap {
    width: 100%;
    height: 100%;
    position: static;
    filter: brightness(0.5);
}

.shinav {
    display: none;
}

.lx5bannertext {
    height: calc(100vh - 1rem);
}

.tiaodong {
    margin-bottom: .5rem;
}

.findsotre {
    margin-top: .08rem;
    display: flex;
    align-items: center;
}

.findsotre a {
    font-family: rr;
    font-size: .22rem;
    font-weight: 400;
    line-height: .2637rem;
    letter-spacing: 0.04em;
    color: #0C348B;
}

.funfoot .le {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.funfoot .mid {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.funfoot .logo {
    background-image: url(/images/logo1.png);
    width: 2.78rem;
    height: 0.7rem;
}

.fuch {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #05102750;
    z-index: 100;
}

.fuchss {
    width: 6.77rem;
    height: 3.37rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: .23rem;
    right: .18rem;
    display: flex;
    flex-direction: column;
}

.fccontent {
    padding: .31rem .26rem 0;
    height: 2.55rem;
    overflow-y: auto;
}

.fccontent .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    margin-bottom: .4rem;
    color: #0C348B;
}

.fccontent .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    margin-bottom: .33rem;
    color: #0C348B;
}

.fccontent .p {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .28rem;
    text-align: justify;
    color: #0C348B;
    margin-bottom: 1em;
}

.fcunder {
    height: .82rem;
    flex-shrink: 0;
    background-color: #F0F8FF;
    padding: 0 .26rem;
    display: flex;
    align-items: center;
}

.fcbtn {
    width: 2rem;
    height: .48rem;
    background-color: #0C348B;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}


.fccontent::-webkit-scrollbar {
    width: 6px;
}

.fccontent::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 0;
}

.fccontent::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
    border-radius: 0;
}

.fccontent::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.fcclose {
    width: .2rem;
    height: .2rem;
    background-image: url(/images/fcclose.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -0.1rem;
    right: 0;
    transform: translateY(-100%);
    cursor: pointer;
}


@media screen and (min-width:751px) {

    /* .hexi .swiper-slide{
       
    } */
    .hexis {
        padding-bottom: 1.9rem;
        width: 11.08rem;
        overflow: inherit !important;
    }

    .hexi .swiper-slide-active {
        width: 11.08rem !important;
        height: 5.8rem !important;
        /* margin: 0 .56rem; */

    }

}


.mbenter {
    background-image: url(/images/mbenterbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 7.5rem;
    margin: 0 auto;
    padding: 2.04rem 0 .52rem;
}

.mbenter img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}



.mdbss1 img {
    display: block;
    margin: 0 auto;
}

.mdbss1 .img1 {
    width: 2.8rem;
}

.mdbss1 .img2 {
    width: 4.88rem;
    margin-top: -0.5rem;
}

.mdbss2 {
    margin-bottom: .59rem;
}

.mdbss2 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    text-align: center;
    color: #0037A7;
}

.mdbss3 {
    margin-bottom: .9rem;
}

.mdbss3 .h1 {
    font-family: rr;
    font-weight: 900;
    font-size: .32rem;
    text-align: center;
    color: #0037A7;
}

.mdbss3 .h2 {
    font-family: rr;
    font-weight: 900;
    font-size: .42rem;
    text-align: center;
    color: #0037A7;
}

.mdbss3 img {
    width: 2.18rem;
    display: block;
    margin: .29rem auto .38rem;
}

.mdbss3 .h3 {
    font-family: rr;
    font-weight: 700;
    font-size: .32rem;
    text-align: center;
    color: #0037A7;
}

.mdbss3 .h4 {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    text-align: center;
    color: #0037A7;
}

.mdbss3 .h4 span {
    font-weight: 700;
}

.mdbss3 .txtbox1 {
    width: 5.94rem;
    height: 1.74rem;
    margin: 0 auto;
    background-image: url(/images/gogogo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.mdbss4 {
    margin-bottom: .46rem;
}

.mdbss4 img {
    display: block;
    width: 3.4rem;
    margin: 0 auto .13rem;
}

.mdbss4 .h1 {
    font-family: rr;
    font-weight: 900;
    font-size: .48rem;
    text-align: center;
    color: #0037A7;
}

.mdbss5 {
    padding: 0 .55rem;
}

.mdbss5 .lef {
    margin-bottom: .35rem;
}

.mdbss5 .lef img {
    /* width: 3.43rem; */
    width: 2.6rem;
}

.mdbss5 .rig {
    /* padding-top: .57rem; */
}

.mdbss5 .rig .h1 {
    font-family: rr;
    font-weight: 700;
    font-size: .38rem;
    color: #0037A7;
}

.mdbss5 .rig .h1.h11 {
    margin-top: .68rem;
}

.mdbss6 {
    width: 6.4rem;
    margin: 0 auto;
    padding-top: .6rem;
    border-top: 4px solid #0037A7;
}

.mdbss6 .ul .li {
    width: 100%;
    height: .44rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: .26rem;
    font-family: rr;
    font-weight: 700;
    font-size: .22rem;
    color: #0037A7;
}

.mdbss6 .ul .li .lef {
    width: 2.16rem;
    padding-left: .33rem;
}

.mdbss7 {
    margin-top: 2.2rem;
}

.mdbss7tt {
    margin-bottom: .88rem;
}

.mdbss7tt img {
    width: 4rem;
    display: block;
    margin: 0 auto;
}

.mdbss7 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    text-align: center;
    color: #0037A7;
    margin-bottom: 0.88rem;
}

.mdbss7 .h1 span {
    font-weight: 700;
    display: inline-block;
    background-image: url(/images/ggbg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 .2rem;
}

.mdbss7 .ul {
    margin-left: 1rem;
}

.mdbss7 .ul .li {
    display: flex;
    margin-bottom: .42rem;
}

.mdbss7 .ul .li .imgbox {
    width: 2.21rem;
    flex-shrink: 0;
}

.mdbss7 .ul .li:nth-of-type(1) .imgbox img {
    width: 1.36rem;
}

.mdbss7 .ul .li:nth-of-type(2) .imgbox img {
    width: .99rem;
}

.mdbss7 .ul .li:nth-of-type(3) .imgbox img {
    width: 1.09rem;
}

.mdbss7 .ul .li:nth-of-type(4) .imgbox img {
    width: 1.24rem;
}

.mdbss7 .ul .li .h2 {
    font-family: rr;
    font-weight: 700;
    font-size: .36rem;
    color: #0037A7;
}

.mdbss7 .ul .li .h3 {
    font-family: rr;
    font-weight: 700;
    font-size: .22rem;
    color: #0037A7;
}

.mdbss7 .ul .li .h4 {
    font-family: rr;
    font-weight: 400;
    font-size: .22rem;
    color: #0037A7;
}

.mdbss8 {
    margin-top: 1.55rem;
}

.mdbss8 img {
    display: block;
    margin: 0 auto;
    width: 3.2rem;
    margin-bottom: .2rem;
}

.mdbss8 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .48rem;
    margin-bottom: .2rem;
    text-align: center;
    color: #0037A7;
    margin-bottom: .21rem;
}

.mdbss8 .h2 {
    font-family: rr;
    font-weight: 500;
    font-size: .36rem;
    text-align: center;
    color: #0037A7;
}

.mdbsfooter {
    margin-top: 1rem;
}

.mdbsfooter img {
    display: block;
    width: 4.4rem;
    margin: 0 auto;
}

.welcome {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #B0B0B0;
    width: 100vw;
    padding: .69rem 0 .5rem;
    min-height: 100vh;
}

.welcome img {
    display: block;
}

.welbox {
    width: 6.73rem;
    background-image: url(/images/welbox.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding: .83rem .83rem .76rem;
}

.wellogo {
    width: 4.34rem;
    margin: 0 auto;
}

.welbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.61rem;
    height: 1.17rem;
    background-image: url(/images/welbtn.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    font-family: rr;
    font-weight: 700;
    font-size: .24rem;
    text-align: center;
    color: #0037A7;
    cursor: pointer;
}

.welbox .h1 {
    font-family: rr;
    font-weight: 900;
    font-size: .48rem;
    text-align: center;
    color: #0037A7;
}

.welbox .h2 {
    font-family: rr;
    font-weight: 900;
    font-size: .4rem;
    text-align: center;
    color: #0037A7;
    line-height: 1;
}

.welbox .h3 {
    font-family: rr;
    font-weight: 500;
    font-size: .32rem;
    text-align: center;
    color: #CE9B21;
    line-height: 2;
    margin-bottom: .15rem;
}

.welbox .p {
    font-family: rr;
    font-weight: 500;
    font-size: .22rem;
    line-height: .36rem;
    text-align: justify;
    color: #3C3C3C;
    margin-bottom: .25rem;
}

.welbox .h4 {
    font-family: rr;
    font-weight: 400;
    font-size: .22rem;
    color: #0037A7;
}

.welbox .h4 span {
    font-size: .26rem;
    font-weight: 700;
}


@media screen and (max-width:750px) {

    /* .sbox[mid="71"] .mnav1 {
        display: none !important;
    } */
    .mnav1 {
        display: none !important;
    }

    .fuch {
        display: none;
    }

    .swiper-slide-active .hexip {
        height: 1.4rem;
    }

    .minputs {
        display: none;
    }

    .lx5bannertext {
        height: 5.84rem;
    }

    .xinwencenternf {
        width: 6.8rem;
        padding-top: 0;
        border-top: none;
    }


    .xinwencenternf .xinwenlist {
        flex-direction: column;
        padding: .5rem 0 .4rem;
    }

    .xinwencenternf .xinwenlist>div {
        margin: 0;
    }

    .xinwencenternf .xinwenlist img {
        width: 6.8rem;
        height: 4.17rem;
    }

    .xinwencenternf .xinwenlist div a:first-of-type {
        margin-top: .32rem;
    }

    .xinwencenternf .xinwenlist:first-of-type {
        padding-top: 0;
    }

    .xinwencenternf .xinwenlist:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }

    .xinwencenternf .xinwenlist div .cen {
        font-size: .2rem;
        line-height: 1.5;
    }



    .findsotre {
        display: none;
    }

    .mfooter {
        display: none;
    }

    .foot {
        display: block;
        background-color: #0B2E8F;
    }

    .foottopleft a>p {
        display: none;
    }

    .footbtn {
        background-color: #0B2E8F;
    }

    .foottopleft>li {
        width: auto !important;
    }

    .foottopleft>li>a:first-of-type {
        font-size: .22rem;
        margin-bottom: 0;
    }

    .footbtn {
        height: auto;
    }

    .footbtn .footbtnl {
        padding-top: .245rem;
        line-height: .2344rem;
        font-size: .2rem;
        color: #fff;
    }

    .mbs {
        width: 100vw;
        height: 100vh;
    }

    .head {
        display: none;
    }

    .banner {
        display: none;
    }

    .hexi {
        padding-left: .35rem;
        padding-right: .35rem;
    }

    .hcate {
        padding: .67rem .35rem .31rem;
    }

    .hcate ul li {
        width: 3.24rem;
        margin-right: calc(100% - (3.24rem * 2));
        margin-bottom: .65rem;
    }

    .hcate ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .hcate ul li a .diffage {
        height: 2.1796rem;
    }

    .catez .bottom {
        font-size: .22rem;
        line-height: .38rem;
    }

    .catez .top .age {
        min-width: 1.4rem;
        height: .42rem;
        font-size: .22rem;
    }

    .cpynews {
        padding: 1rem .35rem;
    }

    .cpynews .title {
        font-family: mm;
        font-size: .38rem;
        font-weight: 700;
        line-height: .45rem;
        letter-spacing: 0em;
        text-align: center;
        color: #0B2E8F;
        margin-bottom: .39rem;
    }

    .cpynews ul {
        display: block;
    }

    .cpynews ul li {
        margin-right: 0;
        width: 100%;
        margin-top: .65rem;
    }

    .cpynews ul li:first-of-type {
        margin-top: 0;
    }

    .cpynews ul li .newscover {
        height: 4.5333rem;
    }

    .cpynews ul li .infop {
        margin-top: .41rem;
    }

    .cpynews ul li .infop h1 {
        font-size: .26rem;
    }

    .cpynews ul li .infop p {
        font-size: .22rem;
        line-height: .38rem;
    }

    .cpynews ul li .infop .more {
        font-size: .22rem;
        margin-top: .21rem;
    }



    .cpynews .readMore {
        width: 2rem;
        height: .68rem;
        border-radius: .5rem;
    }

    .cpynews .readMore span {
        font-size: .22rem;
    }

    .bbigt1 {
        margin-bottom: .5rem;
    }

    .bbigt1 img {
        height: auto;
    }

    .bbigt2 img {
        height: auto;
    }

    .funfoot {
        display: block;
        height: auto;
        padding: .57rem .35rem;

        width: 100vw;
        margin-left: -0.35rem;
        margin-top: -0.42rem;
        margin-bottom: 0.42rem;
    }

    .funfoot .logo {
        display: none;
    }

    .funfoot .mid .midinp {
        width: 100%;
        height: .68rem;
    }

    .funfoot .mid input[type="text"] {

        border-radius: .5rem;
    }

    .funfoot .mid input[type="button"] {
        width: 1rem;
        height: 0.68rem;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        background-size: 0.42rem 0.42rem;
        background-position: .25rem center;
    }

    .funfoot .mid h1,
    .funfoot .ri h1 {
        font-size: .26rem;
        margin-bottom: .14rem;
        line-height: .3rem;
    }

    .funfoot .mid p,
    .funfoot .ri p {
        font-size: .22rem;
        line-height: .32rem;
    }

    .funfoot .mid {
        margin-bottom: .5rem;
        position: static;
        transform: none;
    }

    .SocialPlatform .h1 {
        font-size: .26rem;
    }

    .SocialPlatform .h2 {
        display: none;
    }

    .funfoot .ri .ris {
        margin-top: .3rem;
    }

    .funfoot .ri .wbo {
        width: .48rem;
        height: .48rem;
        margin: 0 .04rem;
    }

    .foot {
        padding: .42rem .35rem .35rem;
        background-color: #0B2E8F;
    }

    .foot .foottop {
        padding: 0;
        background-color: transparent;
    }

    .foot .footbottom {
        background-color: transparent;
        color: #fff;
        font-family: ll;
        font-size: .2rem;
        height: auto;
        padding-top: .245rem;
    }

    .foot .foottop .list a {
        display: none;
    }

    /* .foot .foottop .list {
        width: 25%;
    } */
    .foot .foottop .list h1 {
        /* text-align: center; */
        font-size: .22rem;
        margin: 0;
    }


    .foot .foottop {
        padding-bottom: .22rem;
        border-bottom: 1px solid rgba(211, 211, 211, 0.3);
    }


    .bbigt1 p {
        top: 26%;
        font-size: .42rem;
        line-height: 1.2;
    }

    .bbigt2 .bbigt2content {
        top: 0.4rem;
        right: 1.24rem;
    }

    .bbigt2content p {
        font-size: .32rem;
        line-height: 1.2;
    }

    .bbigt2content p span {
        font-size: 0.16rem !important;
    }

    .newdetail,
    .pedetail {
        width: 6.8rem;
    }

    .newdetail h3 {
        font-size: .36rem;
        margin-top: .47rem;
        margin-bottom: .35rem;
    }

    .newdetail h6,
    .newdetail h6 a,
    .newdetail h6 a span {
        font-size: .2rem;
        line-height: 1;
    }

    .newdetail h6 a {
        margin: 0 0.5em;
    }

    .newdetail p {
        font-size: .24rem;
        line-height: 1.6;
        margin-bottom: .24rem;
    }



    .Relatedcen {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100vw;
        margin-left: -0.35rem;
        padding-left: 0.35rem;

    }

    .Relatedcen:-webkit-scrollbar {
        display: none;
    }

    .Relatedcens>a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .Relatedcens {
        flex-shrink: 0;
        width: 4.6rem;
        height: auto;
    }

    .Relatedcensimgs {
        width: 100%;
        height: 2.8rem;
    }

    .Relatedcenstxt {
        width: 100%;
    }

    .titcen {
        flex: 1;
    }

    .Relatedcenstxt .date {
        width: 1rem;
        height: 1rem;
        justify-content: start;
        padding-top: .12rem;
        align-items: center;
    }

    .Relatedcenstxt .date1 {
        font-size: .42rem;
        line-height: .5035rem;
    }

    .Relatedcenstxt .date2 {
        font-size: .2rem;
        line-height: .2397rem;
        margin-top: .03rem;
    }

    .titcen .tit {
        font-size: .24rem;
        margin-bottom: .18rem;
    }

    .titcen .cen {
        font-size: .2rem;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .ptit {
        font-size: .36rem;
    }

    .newdetail {
        padding: 0;
    }

    .pedetail {
        padding-bottom: 0;
    }

    .pedetail p {
        font-size: .24rem;
        line-height: 1.6;
        margin-bottom: .24rem;
    }


    .mbanner .swiper-button-prev,
    .mbanner .swiper-button-next {
        display: none;
    }


}