<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">i.more {
    position        : absolute;
    top             : 42%;
    left            : 50%;
    transform       : translateX(-50%);
    z-index         : 9;
    display         : inline-block;
    width           : 1px;
    background-color: #fff;
    vertical-align  : middle;
    animation       : ss 1.5s linear forwards infinite;
}

.img_more {
    position      : absolute;
    top           : 45%;
    left          : 48%;
    transform     : translateX(-50%);
    z-index       : 9;
    display       : inline-block;
    width         : 0.34rem;
    height        : 0.6rem;
    vertical-align: middle;
    animation     : sss 1.5s linear forwards infinite;
}

@keyframes ss {
    0% {
        opacity: 0;
        height : 0;
    }

    50% {
        opacity: .5;
        height : 2%;
    }

    100% {
        opacity: 1;
        height : 5%;
    }
}

@keyframes sss {
    0% {
        transform: translateY(.2rem);
    }

    50% {
        transform: translateY(.4rem);
    }

    100% {
        transform: translateY(.2rem);
    }
}



.head {
    height  : 1.38rem;
    overflow: hidden;
    width   : 100%;
}

.menuBtn {
    display    : block;
    width      : .52rem;
    height     : .38rem;
    box-sizing : border-box;
    text-align : center;
    margin-left: 0.26rem;
}

.menuBtn .line {
    width             : 100%;
    height            : .06rem;
    background-color  : #999999;
    display           : block;
    -webkit-transition: all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    border-radius     : 2px;
    transform         : scaleY(0.8);
}

.menuBtn.active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg) scaleY(.8);
    transform        : translateY(6px) rotate(45deg) scaleY(.8);
}

.menuBtn.active .line:nth-child(2) {
    opacity: 0;
}

.menuBtn.active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg) scaleY(.8);
    transform        : translateY(-8px) rotate(-45deg) scaleY(.8);
}

.menuBtn.active .line {
    background: #999999;
}

.menuBtn .line:nth-child(2) {
    margin: .08rem 0;
}

.head .header {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    margin         : 0 0.34rem;
    height         : 1.38rem;
    position       : relative;
    z-index        : 10000002;
}

.head .header .right {
    display        : flex;
    justify-content: space-between;
    align-items    : flex-end;
}

.head .header .logo img {
    width : 2.54rem;
    height: 0.69rem;
}

.head .header .right .ss_img {
    width       : 0.36rem;
    height      : 0.38rem;
    padding     : 0 0.26rem 0 0;
    border-right: 0.01rem solid #d6d6d6;
}

.head .header .right .admin {
    width       : 0.39rem;
    height      : 0.41rem;
    padding     : 0 0.22rem 0 0.26rem;
    border-right: 0.01rem solid #fff;
}

.head .header .right .admin {
    display: block;
}

.head.active {
    box-shadow: 0px 0px 10px 1px #eeeeee;
}

.head .header .right .admins {
    display     : none;
    width       : 0.39rem;
    height      : 0.41rem;
    padding     : 0 0.22rem 0 0.26rem;
    border-right: 0.01rem solid #e3e3e3;
}

.head .header .right.active .admin {
    display: none;
}

.head .header .right.active .admins {
    display: block;
}

.head .header .right .menu {
    width       : 0.33rem;
    height      : 0.34rem;
    padding-left: 0.22rem;
    transition  : all 0.3s ease-in-out;
}

.head .header .right .cuo {
    width  : 0.31rem;
    height : 0.31rem;
    display: none;
}

.head .header .right .cuo.active {
    display   : block;
    position  : fixed;
    top       : 0.45rem;
    right     : 0.3rem;
    z-index   : 1000001;
    transition: all 0.3s ease-in-out;
}

.head .searchBox {
    padding           : 0.25rem 0rem;
    margin            : 0 0.3rem;
    padding-right     : 0;
    transition        : all 0.5s;
    -webkit-transition: all 0.5s;
    visibility        : hidden;
    display           : flex;
    justify-content   : space-between;
    align-items       : center;
}

.head .searchBox.show {
    visibility: visible;
    margin-top: 0;
}

.head.active .searchBox {
    visibility: visible;
}

.head .searchBox .searchInput {
    width        : 100%;
    position     : relative;
    border-radius: .14rem;
}

.head .searchBox .searchInput img {
    position     : absolute;
    top          : 50%;
    left         : .2rem;
    transform    : translateY(-50%);
    width        : 0.32rem;
    height       : 0.34rem;
    padding-right: 0.18rem;
    border-right : 1px solid #ececec;
}

.head .searchBox .searchInput input {
    height            : 0.84rem;
    line-height       : 0.84rem;
    vertical-align    : middle;
    width             : 100%;
    border-radius     : 0.1rem;
    box-sizing        : border-box;
    -webkit-box-sizing: border-box;
    padding           : 0 0.5rem;
    border            : 1px solid #ececec;
    text-indent       : 2em;
}

.head .searchBox .cancellation {
    position                  : absolute;
    right                     : 0;
    top                       : 0;
    height                    : 0.84rem;
    line-height               : 0.84rem;
    width                     : 1.45rem;
    text-align                : center;
    color                     : #fff;
    font-size                 : .28rem;
    background-color          : #ed1c24;
    border-top-right-radius   : .14rem;
    border-bottom-right-radius: .14rem;
}

.head .menuBg {
    position          : fixed;
    width             : 200vh;
    height            : 200vh;
    left              : 100vh;
    top               : -200vh;
    border-radius     : 50%;
    background        : #ed1c24;
    z-index           : 100000;
    visibility        : hidden;
    opacity           : 0;
    transition        : 1s;
    -webkit-transition: 1s;
    transform         : scale(0);
    background        : #fff;
}

.head .menuBg.active {
    visibility: visible;
    opacity   : 1;
    transform : scale(1);
    left      : -50vh;
    top       : -50vh;
}

.head .menuPage {
    position          : fixed;
    width             : 100%;
    height            : calc(100% - 1.25rem);
    right             : 0px;
    top               : 1.38rem;
    z-index           : 100002;
    overflow-y        : auto;
    display           : flex;
    flex-direction    : column;
    visibility        : hidden;
    transition        : all 0.5s;
    -webkit-transition: all 0.5s;
    box-sizing        : border-box;
    -webkit-box-sizing: border-box;
    padding           : 0;
    transform         : translateY(-100%);
    -webkit-transform : translateY(-100%);
    opacity           : 0;
}

.head .menuPage .nav_xl {
    margin-bottom: 1.5rem;
}

.head .menuPage .nav_xl ul {
    margin: 0 0.3rem;
}

.head .menuPage .nav_xl ul li {
    transform       : translateX(50px);
    transition      : 0.4s;
    transition-delay: 0;
    opacity         : 0;
}

.head .menuPage .nav_xl ul li .a1 {
    display        : block;
    color          : #333333;
    font-size      : 0.34rem;
    background     : url(../img/xia.png) no-repeat right center;
    background-size: 0.24rem 0.23rem;
    position       : relative;
    height         : 1.2rem;
    font-weight    : 700;
    line-height    : 1.2rem;
}

.head .menuPage .nav_xl ul li .a1.on {
    background     : url(../img/shang.png) no-repeat right center;
    background-size: 0.23rem 0.07rem;
    border-bottom  : none;
    color          : #ed1c24;
}

.head .menuPage .nav_xl ul li .a1.on.on+.ej_nav {
    display: block;
}

.head .menuPage .nav_xl ul li .ej_nav {
    display: none;
    margin : 0.3rem 0;
}

.head .menuPage .nav_xl ul li .ej_nav a {
    display        : inline-block;
    color          : #333333;
    font-size      : 0.28rem;
    background     : url(../img/yuan.png) no-repeat left center;
    background-size: 0.11rem 0.11rem;
    margin-bottom  : 0.24rem;
    margin-right   : 0.3rem;
    position       : relative;
    padding-left   : .2rem;
}

.head .menuPage .nav_xl ul li .ej_nav a::before {
    content         : '';
    display         : none;
    width           : 0.13rem;
    height          : 0.05rem;
    background-color: #ed1c24;
    position        : absolute;
    top             : 50%;
    left            : 0;
    transform       : translateY(-50%);
}

.head .menuPage .nav_xl ul li .ej_nav a.on {
    color: #ed1c24;
}

.head .menuPage .nav_xl ul li .ej_nav a.on::before {
    display: block;
}

.head .menuPage .nav_xl ul li:first-child .a1 {
    background: none;
}

.head .menuPage .nav_xl ul li:nth-child(3) .a1 {
    background: none;
}

.head .menuPage.active {
    visibility       : visible;
    opacity          : 1;
    transform        : translateY(0);
    -webkit-transform: translateY(0);
    background-color : #f3f3f3;
}

.head .menuPage.active .nav_xl ul {
    overflow: hidden;
}

.head .menuPage.active .nav_xl ul li {
    overflow : hidden;
    transform: translateX(0);
    opacity  : 1;
}

.head .menuPage.active .nav_xl ul li:nth-child(1) {
    transition-delay: 300ms;
}

.head .menuPage.active .nav_xl ul li:nth-child(2) {
    transition-delay: 400ms;
}

.head .menuPage.active .nav_xl ul li:nth-child(3) {
    transition-delay: 500ms;
}

.head .menuPage.active .nav_xl ul li:nth-child(4) {
    transition-delay: 600ms;
}

.head .menuPage.active .nav_xl ul li:nth-child(5) {
    transition-delay: 700ms;
}

.head .menuPage.active .nav_xl ul li:nth-child(6) {
    transition-delay: 800ms;
}

.head .menuPage.active .nav_xl ul li:nth-child(7) {
    transition-delay: 900ms;
}

.head .menuPage.active .nav_xl ul li:nth-child(8) {
    transition-delay: 1000ms;
}

.head .menuPage.active .nav_xl ul li:nth-child(9) {
    transition-delay: 1100ms;
}

.banner {
    width   : 100%;
    height  : 6rem;
    position: relative;
    overflow: hidden;
}

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

.banner .swiper-pagination {
    bottom: 0.25rem !important;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    border    : 0.01rem solid #fff;
    opacity   : 1;
    background: none;
    width     : 0.12rem;
    height    : 0.12rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner .ban_l {
    position : absolute;
    bottom   : 0.24rem;
    left     : 41%;
    z-index  : 10;
    animation: left 1s linear alternate infinite;
}

.banner .ban_l img {
    width : 0.15rem;
    height: 0.12rem;
}

.banner .ban_r img {
    width : 0.15rem;
    height: 0.12rem;
}

.banner .ban_r {
    position : absolute;
    bottom   : 0.24rem;
    left     : 58%;
    z-index  : 10;
    animation: right 1s linear alternate infinite;
}

@keyframes left {
    0% {
        left: 41%;
    }

    50% {
        left: 40%;
    }

    100% {
        left: 39%;
    }
}

@keyframes right {
    0% {
        left: 58%;
    }

    50% {
        left: 59%;
    }

    100% {
        left: 60%;
    }
}

.module1 {
    text-align: center;
    width     : 100%;
    padding   : 0 .34rem;
    box-sizing: border-box;
}

.module1 h1 {
    color      : #333333;
    font-size  : 0.48rem;
    margin     : 0.7rem 0 .5rem 0;
    text-align : center;
    font-weight: 400;
}

.module1 img {
    max-width: 100%;
}

/* è®¾è®¡å›¢é˜Ÿ */
.module2 {
    margin          : .2rem 0;
    width           : 100%;
    padding-left    : 0.34rem;
    box-sizing      : border-box;
    overflow        : hidden;
    background-color: #f9f9f9;
    height          : 7.5rem;
}

.sjtd .tit {
    text-align: center;
    margin-top: 0.5rem;
}

.tit_icon {
    display: block;
}

.tit h2 {
    font-size  : 0.48rem;
    font-weight: 700;
    color      : #020202;
}

.tit p {
    margin-top  : 0.1rem;
    font-size   : 0.28rem;
    color       : #333333;
    margin-right: 0.34rem;
}

.sjs .sj_rw h2 {
    color         : #333333;
    text-align    : left;
    padding-bottom: 0.1rem;
    padding-top   : 0rem;
    font-weight   : 700;
    font-size     : .26rem;
}

.sjtd .inner {
    position  : relative;
    /* width  : 15.1rem; */
    height    : 7.28rem;
    margin    : 0.3rem auto 0;
    overflow  : hidden;
    max-height: 5.5rem;
}

.sjs .swiper-container {
    width : 100%;
    height: 100%;
}

.sjs .swiper-slide {
    text-align             : center;
    font-size              : 18px;
    background             : none;
    display                : -webkit-box;
    display                : -ms-flexbox;
    display                : -webkit-flex;
    display                : flex;
    -webkit-box-pack       : center;
    -ms-flex-pack          : center;
    -webkit-justify-content: center;
    justify-content        : center;
    -webkit-box-align      : center;
    -ms-flex-align         : center;
    -webkit-align-items    : center;
    align-items            : center;
}

.sjtd .swiper-wrapper {
    height: auto;
}

.sjtd .swiper-container a {
    width          : calc(100% - 2.21rem);
    display        : flex;
    justify-content: space-between;
}

.sjtd .box_z {
    width : 5.57rem;
    height: 3.73rem;
}

.sjtd .box_z img {
    width : 100%;
    height: 100%;
}

.sjtd .y_box {
    display        : flex;
    justify-content: space-between;
    width          : 5.7rem;
    height         : 3.32rem;
    margin-top     : 1.5rem;
    box-sizing     : border-box;
    margin-left    : -4rem;
    background     : #ffffff;
}

.sjtd .y_box .img1 {
    position: relative;
    width   : 2.21rem;
    height  : 3.33rem;
}

.sjtd .y_box .img1 img {
    width : 100%;
    height: 100%;
}

.sjtd .sj_rw {
    padding   : 0.2rem 0.4rem 0 0.32rem;
    box-sizing: border-box;
    text-align: initial;
}

.sjtd .sj_rw .eng {
    font-size: 0.34rem;
    color    : #b3b3b3;
}

.sjtd .sj_rwo h2 {
    font-size  : 0.26rem;
    color      : #000;
    font-weight: bold;
    margin     : 0.15rem 0 0.2rem;
}

.sjtd .sj_rw h2 span {
    font-size  : 0.20rem;
    color      : #666666;
    display    : inline-block;
    margin-left: .16rem;
}

.sty_box .bt {
    color        : #333333;
    font-size    : .24rem;
    margin-bottom: 0.16rem;
}

.sty_box .wz {
    color      : #333333;
    font-size  : .2rem;
    font-weight: 700;
    width      : 3rem;
}

.yysjs {
    display        : block;
    width          : 1.86rem;
    height         : 0.63rem;
    background     : url(../img/sjs_r.png) #ed1c24 no-repeat 90% center;
    background-size: .12rem .22rem;
    line-height    : 0.63rem;
    color          : #fff;
    text-indent    : .3rem;
    border-radius  : .32rem;
    margin-top     : 0.4rem;
    font-size      : .28rem;
}

.module2 .swiper-pagination-bullet {
    width           : 0.33rem;
    height          : 0.05rem;
    border-radius   : .03rem;
    background-color: #ed1c24;
}

.jt_l {
    color : #ed1c24;
    right : auto;
    left  : .56rem;
    bottom: 0.4rem;
    top   : auto;
}

.jt_r {
    color : #ed1c24;
    right : auto;
    left  : 0;
    bottom: 0.4rem;
    top   : auto;
}

.jt_l::after {
    font-size  : .3rem;
    font-weight: 700;
}

.jt_r::after {
    content    : 'prev';
    display    : block;
    font-size  : .3rem;
    font-weight: 700;
}

.module3 .jpal {
    margin-bottom: .7rem;
    overflow     : hidden;
}

.module3 .jpal .tit_icon {
    display   : block;
    text-align: center;
    margin    : 0.62rem auto 0.4rem;
}

.module3 .jpal .tit_icon h2 {
    color        : #333333;
    font-size    : 0.48rem;
    font-weight  : 700;
    margin-bottom: 0.2rem;
}

.module3 .jpal .tit_icon p {
    color    : #333333;
    font-size: 0.28rem;
}

.module3 .jpal .inner&gt;.qh_tit {
    display        : flex;
    justify-content: flex-start;
    flex-wrap      : wrap;
    align-items    : center;
    margin         : 0.1rem 0.34rem;
    box-sizing     : border-box;
    border         : 0.01rem solid #ececec;
    margin-bottom  : 0.3rem;
    padding-top    : 0.26rem;
}

.module3 .jpal .inner&gt;.qh_tit .tit_item {
    text-align   : center;
    border-right : 0.01rem solid #ececec;
    margin-bottom: 0.26rem;
    width        : 24%;
}

.module3 .jpal .inner&gt;.qh_tit .tit_item:nth-child(4n+4) {
    border-right: 0;
}

.module3 .jpal .inner&gt;.qh_tit .tit_item span {
    color    : #333333;
    font-size: 0.28rem;
    display  : inline-block;
}

.module3 .jpal .inner&gt;.qh_tit .tit_item.on span {
    color        : #ed1b23;
    border-bottom: 0.01rem solid #fde504;
}

.module3 .jpal .inner .qh_cont .cont_item {
    display: none;
}

.module3 .jpal .inner .qh_cont .cont_item img {
    width : 100%;
    height: 5.3rem;
}

.module3 .jpal .inner .qh_cont .cont_item a {
    display : block;
    position: relative;
}

.module3 .jpal .inner .qh_cont .cont_item a .zzc {
    position  : absolute;
    top       : 0;
    left      : 0;
    background: rgba(0, 0, 0, 0.3);
    z-index   : 9;
    text-align: center;
    transition: all 0.5s;
    height    : 100%;
    opacity   : 1;
    width     : 100%;
}

.module3 .jpal .inner .qh_cont .cont_item a .zzc .zzc_bg {
    position: absolute;
    bottom  : .84rem;
    left    : .4rem;
    width   : 80%;
}

.module3 .jpal .inner .qh_cont .cont_item a .zzc .zzc_bg h2 {
    color        : #ffffff;
    font-size    : 0.36rem;
    font-weight  : 700;
    margin-bottom: 0.2rem;
    text-align   : left;
}

.module3 .jpal .inner .qh_cont .cont_item a .zzc .zzc_bg div {
    display        : flex;
    justify-content: flex-start;
    margin-bottom  : 0.3rem;
}

.module3 .jpal .inner .qh_cont .cont_item a .zzc .zzc_bg div span {
    color       : #ffffff;
    font-size   : 0.28rem;
    display     : inline-block;
    margin-right: 0.48rem;
}

.module3 .jpal .inner .qh_cont .cont_item a .zzc .zzc_bg .more {
    width        : 1.2rem;
    height       : 0.4rem;
    line-height  : 0.4rem;
    color        : #fde504;
    font-size    : 0.16rem;
    display      : inline-block;
    border-radius: 0.22rem;
    border       : 0.01rem solid #fde504;
    background   : url(../img/yjt.png) no-repeat 90% center;
}

.module3 .jpal .inner .qh_cont .cont_item .gdal {
    display    : block;
    color      : #999999;
    font-size  : 0.26rem;
    width      : 3.27rem;
    text-align : center;
    height     : 0.87rem;
    line-height: 0.87rem;
    margin     : 0.5rem auto 0;
    border     : 0.01rem solid #ececec;
}

.module3 .jpal .inner .qh_cont .cont_item.on {
    display: block;
}

.module4 {
    background-color: #f9f9f9;
    box-sizing      : border-box;
    overflow        : hidden;
    position        : relative;
    padding-bottom  : 0.4rem;
}

.module4 .tit_icon {
    display   : block;
    text-align: center;
    margin    : 0.62rem auto 0.4rem;
}

.module4 .tit_icon h2 {
    color        : #333333;
    font-size    : 0.48rem;
    font-weight  : 700;
    margin-bottom: 0.2rem;
}

.module4 .tit_icon p {
    color    : #333333;
    font-size: 0.28rem;
}

.module4 .swiper {
    width: 6.81rem;
}

.module4 .swiper .img {
    width   : 100%;
    height  : 3.94rem;
    position: relative;
}

.module4 .swiper .img img {
    width : 100%;
    height: 100%;
}

.module4 .swiper .img img {
    width : 100%;
    height: 100%;
}

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

.module4 .img img.play {
    width   : 0.57rem;
    height  : 0.57rem;
    position: absolute;
    top     : 45%;
    left    : 45%;
}

.module4 .swiper .swiper-slide {
    display: block;
}

.module4 h3 {
    margin-top : 0.2rem;
    color      : #333333;
    font-size  : .34rem;
    font-weight: 400;
}

.module5 {
    overflow: hidden;
    position: relative;
}

.module5 .tit_icon {
    display   : block;
    text-align: center;
    margin    : 0.62rem auto 0.4rem;
}

.module5 .tit_icon h2 {
    color        : #333333;
    font-size    : 0.48rem;
    font-weight  : 700;
    margin-bottom: 0.2rem;
}

.module5 .tit_icon p {
    color    : #333333;
    font-size: 0.28rem;
}

.module5 .swiper {
    margin        : 0 .25rem;
    padding-bottom: 2rem;

}

.module5 .swiper .swiper-slide {
    display: block;
}

.module5 .swiper .swiper-slide a {
    text-align: left;
    padding   : .4rem .6rem;
    display   : block;
    border    : .01rem solid #e5e5e5;
}

.module5 .swiper a h5 {
    color      : #333;
    font-size  : .54rem;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-align : left;
}

.module5 .swiper a h3 {
    color        : #999999;
    font-size    : .26rem;
    font-family  : Arial, Helvetica, sans-serif;
    font-weight  : 400;
    text-align   : left;
    margin-bottom: 0.1rem;
}

.module5 .swiper a img {
    width        : 5.72rem;
    height       : 3.72rem;
    margin-bottom: 0.2rem;
}

.module5 .swiper a h4 {
    color      : #333333;
    font-size  : .36rem;
    font-weight: 700;
    line-height: 0.46rem;
    text-align : left;
    height     : .92rem;
}

.module5 .swiper a span {
    margin-top     : 0.4rem;
    color          : #999999;
    font-size      : .26rem;
    display        : inline-block;
    background     : url(../img/icon2.png) no-repeat right center;
    background-size: .2rem .2rem;
    padding-right  : 0.3rem;
}

.module5 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.module5 .swiper-button-next {
    width          : 0.66rem;
    height         : 0.64rem;
    background     : url(../img/xw_r.png) no-repeat center;
    background-size: 100% 100%;
    top            : auto;
    bottom         : 1rem;
    right          : 34%;
}

.module5 .swiper-button-prev {
    width          : 0.65rem;
    height         : 0.64rem;
    background     : url(../img/xw_l.png) no-repeat center;
    background-size: 100% 100%;
    top            : auto;
    bottom         : 1rem;
    left           : 34%;
}

.module5 .xw_list_xq {
    display : block;
    width   : 0.64rem;
    height  : 0.64rem;
    position: absolute;
    bottom  : 1rem;
    left    : 45.5%;
}

.module5 .swiper .xw_list_xq img {
    width : 100%;
    height: 100%;
}

.module6 {
    background     : url(../img/hf.jpg) no-repeat center;
    background-size: 100% 100%;
    width          : 100%;
    height         : 1.96rem;
    padding        : 0 .34rem;
    box-sizing     : border-box;
}

.module6 .left img {
    width        : 5.71rem;
    height       : 0.36rem;
    margin-top   : 0.28rem;
    margin-bottom: 0.1rem;
}

.module6 .right ol {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    text-align     : center;
}


.module6 .right ol li img {
    width : 0.2rem;
    height: 0.24rem;
}

.module6 .right ol li h3 {
    color      : #fff;
    font-size  : 0.2rem;
    font-weight: 400;
    margin-top : 0.06rem;
}

.module6 .right ol li h5 {
    color      : #fff;
    font-weight: 400;
    font-size  : 0.16rem;
}

.module6 .right ol li:nth-child(2) img {
    width : 0.28rem;
    height: 0.2rem;
}

.module6 .right ol li:nth-child(3) img {
    width : 0.26rem;
    height: 0.24rem;
}

.module6 .right ol li:nth-child(4) img {
    width : 0.23rem;
    height: 0.2rem;
}

.module6 .right ol li:nth-child(5) img {
    width : 0.23rem;
    height: 0.21rem;
}

footer {
    width          : 100%;
    padding        : 0 .25rem;
    box-sizing     : border-box;
    /* height         : 6.29rem; */
    background     : url(../img/foot_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow       : hidden;
    padding-bottom: 0.5rem;
}

.f_top .ewm {
    text-align: center;
    margin-top: 0.4rem;
}

.f_top .ewm img {
    width : 3.27rem;
    height: 0.9rem;
}

.f_top .line {
    display         : block;
    width           : 0.01rem;
    height          : 0.5rem;
    background-color: #464646;
    margin          : 0.16rem auto;
    position        : relative;
}

.f_top .line::before {
    content         : '';
    display         : block;
    width           : 0.01rem;
    height          : 0.2rem;
    background-color: #ed1b23;
    position        : absolute;
    top             : 0;
    left            : 0;
    animation       : line 2s linear alternate infinite;
}

@keyframes line {
    0% {
        top: 0;
    }

    50% {
        top: 35%;
    }

    100% {
        top: 70%;
    }
}

.f_top p {
    color      : #464646;
    font-size  : 0.26rem;
    font-weight: 700;
    margin-top : 0.14rem;
    text-align : center;
}

.f_top h1 {
    color      : #fff;
    font-size  : 0.5rem;
    font-weight: 700;
    text-align : center;
}

.f_top .link {
    width        : 5.52rem;
    border       : 0.01rem solid #595c60;
    height       : 0.84rem;
    box-sizing   : border-box;
    margin-bottom: 0.26rem;
    position     : relative;
    margin       : .36rem auto .42rem;
}

.f_top .link h3 {
    color          : #ffffff;
    height         : 0.84rem;
    line-height    : 0.84rem;
    font-size      : 0.29rem;
    font-weight    : 400;
    padding        : 0 0.26rem;
    box-sizing     : border-box;
    background     : url(../img/yl_jt.png) no-repeat 94% center;
    background-size: 0.22rem 0.14rem;
}

.f_top .link .xl_xl {
    display         : none;
    position        : absolute;
    bottom          : 0.82rem;
    left            : -0.01rem;
    z-index         : 9;
    background-color: #fff;
    border          : 0.01rem solid #e5e5e5;
    width           : 100%;
    padding         : 0.2rem;
    box-sizing      : border-box;
    height          : 3.4rem;
    overflow-y      : scroll;
}

.f_top .link .xl_xl::-webkit-scrollbar-thumb {
    border-radius     : 0.025rem;
    box-shadow        : inset 0 0 5px rgba(88, 87, 173, 0.31);
    -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
    background        : #ed1b23;
}

.f_top .link .xl_xl::-webkit-scrollbar {
    width: 0.04rem;
}

.f_top .link.up {
    cursor: pointer;
    border: 0.01rem solid #ed1b23;
}

.f_top .link.up h3 {
    color: #ed1b23;
}

.f_top .link.up .xl_xl {
    display: block;
}

.f_top .link .xl_xl a {
    display      : block;
    color        : #333;
    margin-bottom: 0.14rem;
    margin-right : 0.1rem;
}

.f_bot .gjz {
    display        : flex;
    justify-content: center;
    align-items    : center;
    margin-top     : 0.1rem;
}

.f_bot .gjz a {
    display  : inline-block;
    color    : #464646;
    font-size: .26rem;
}

.f_bot .gjz img {
    margin: 0 .1rem;
}

.f_bot .la {
    width : 0.82rem;
    height: 0.19rem;
}

.f_bot .a {
    width : 0.22rem;
    height: 0.22rem;
}

.f_bot .b {
    width : 0.35rem;
    height: 0.33rem;
}

.db_wzdt {
    margin: 0 .1rem;
}</pre></body></html>