/*! CSS Used from: https://bjsc.net.cn/static/css/2.10af47a8.chunk.css */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

body {
    width: 100%;
    height: 100%;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-variant: tabular-nums;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum", "tnum";
}

h2 {
    margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

input[type=text] {
    -webkit-appearance: none;
}

a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #40a9ff;
}

a:active {
    color: #096dd9;
}

a:active, a:hover {
    text-decoration: none;
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a, input:not([type=range]) {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

input {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

input {
    overflow: visible;
}

::selection {
    color: #fff;
    background: #1890ff;
}

/*! CSS Used from: https://bjsc.net.cn/static/css/main.edb6fcb2.chunk.css */
body, div, h2, input {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

i {
    font-style: normal;
    font-weight: 400;
}

h2 {
    font-size: 100%;
    font-weight: 400;
}

input {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input {
    *font-size: 100%;
}

a {
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

a img {
    border-width: 0;
    vertical-align: middle;
}

body {
    font: 12px Helvetica, Arial, sans-serif;
    line-height: 1.62;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-container-common {
    width: 100% !important;
    height: 100%;
}

.swiper-container-common .swiper-slide {
    width: 100% !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.swiper-slide img, .swiper-wrapper img {
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper img {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-pagination {
    opacity: 0;
}

.opa {
    opacity: 1;
}

/*! CSS Used from: Embedded */
@media (min-width: 750px) {
    .haFTBu {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .haFTBu .header_bg {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }

    .haFTBu .header {
        width: 1240px;
        height: 50px;
        margin: 30px auto 20px;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .haFTBu .header .logo {
        width: 156px;
    }

    .haFTBu .header .search {
        width: 385px;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-left: 200px;
        margin-right: 50px;
        -webkit-box-align: center;
        align-items: center;
    }

    .haFTBu .header .search input {
        width: 350px;
        height: 26px;
        border: 2px solid rgb(235, 110, 32);
        border-radius: 12px;
        outline: none;
        text-indent: 20px;
    }

    .haFTBu .header .search .search_btn {
        width: 20px;
        height: 20px;
        cursor: pointer;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-left: 5px;
    }

    .haFTBu .header .search .search_btn svg {
        width: 100%;
    }

    .haFTBu .header .hdbm {
        width: 114px;
        margin-left: 0px;
        height: 32px;
        background: rgb(255, 255, 255);
        border-radius: 13px;
        display: flex;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        color: rgb(235, 110, 32);
        border: 2px solid rgb(235, 110, 32);
        font-size: 18px;
    }

    .haFTBu .header .hdbm svg {
        width: 20px;
    }

    .haFTBu .header .hdbm02 {
        width: 214px;
        margin-left: 10px;
        height: 32px;
        background: rgb(255, 255, 255);
        border-radius: 13px;
        display: flex;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        color: rgb(235, 110, 32);
        border: 2px solid rgb(235, 110, 32);
        font-size: 18px;
    }

    .haFTBu .header .lang-box {
        width: 116px;
        height: 32px;
        line-height: 32px;
        border-radius: 16px;
        background-color: rgb(235, 110, 32);
        color: rgb(255, 255, 255);
        margin-right: 10px;
        margin-left: 10px;
        font-size: 18px;
        display: flex;
        text-align: center;
    }

    .haFTBu .header .lang-box span {
        width: 58px;
        height: 100%;
    }

    .haFTBu .header .lang-box .mpyd {
        width: 58px;
        height: 100%;
        background-color: rgb(255, 255, 255);
        color: rgb(235, 110, 32);
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .haFTBu .nav_bg {
        width: 100%;
        height: 60px;
        background: 0% 0% / auto 60px rgb(235, 110, 32);
        position: absolute;
        bottom: 0px;
    }

    .haFTBu .nav_bg .nav {
        width: 1240px;
        margin: 0px auto;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .haFTBu .nav_bg .nav .headerNav {
        font-size: 20px;
        height: 60px;
        text-align: center;
        color: rgb(255, 255, 255);
        font-weight: bold;
        line-height: 60px;
    }

    .haFTBu .nav_bg .nav .selected {
        border-bottom: 5px solid rgb(255, 255, 255);
    }
}

@media (max-width: 750px) {
    .haFTBu {
        display: none;
    }
}

@media (max-width: 750px) {
    .kEqUgD {
        width: 100%;
        overflow: hidden;
    }

    .kEqUgD .addny {
        width: 100%;
    }

    .kEqUgD .addny img {
        width: 100%;
    }

    .kEqUgD .header {
        margin: 0px auto;
        height: 1.37rem;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        padding: 0px 0.2rem;
        background: rgb(255, 255, 255);
        box-sizing: border-box;
        border-bottom: 1px solid rgb(229, 229, 229);
    }

    .kEqUgD .header .logo {
        width: 2.28rem;
    }

    .kEqUgD .header .logo img {
        width: 100%;
    }

    .kEqUgD .header .search {
        width: 2.3rem;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        height: 24px;
        border: 1px solid rgb(235, 110, 32);
        border-radius: 12px;
        -webkit-box-align: center;
        align-items: center;
    }

    .kEqUgD .header .search input {
        width: 1.6rem;
        height: 20px;
        outline: none;
        border: none;
        margin-left: 0.1rem;
        background: none;
    }

    .kEqUgD .header .search .search_btn {
        width: 20px;
        height: 20px;
        margin-right: 0.1rem;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .kEqUgD .header .search .search_btn svg {
        width: 20px;
    }

    .kEqUgD .header .menu_btn {
        width: 0.41rem;
    }

    .kEqUgD .header .menu_btn img {
        width: 100%;
    }
}

@media (min-width: 750px) {
    .kEqUgD {
        display: none;
    }
}

@media (min-width: 750px) {
    .gpIKpv {
        width: 100%;
        height: 365px;
        background: rgb(235, 110, 32);
        position: relative;
    }

    .gpIKpv .code-list {
        display: none;
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 320px;
        z-index: 99;
    }

    .gpIKpv .code-list img {
        width: 100%;
        height: auto;
    }

    .gpIKpv .jzmooter {
        display: none;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 2000000000;
    }

    .gpIKpv .jzmooter .conBox {
        margin: 150px auto;
        width: 95%;
        background: rgb(255, 255, 255);
        padding: 30px;
        box-sizing: border-box;
    }

    .gpIKpv .jzmooter .conBox .closeBtn {
        width: 40px;
        float: right;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .gpIKpv .jzmooter img {
        width: 100%;
        display: block;
        height: auto;
    }

    .gpIKpv .footer {
        width: 100%;
        margin: 0px auto;
        padding: 60px 0px;
        box-sizing: border-box;
    }

    .gpIKpv .footer .line {
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
    }

    .gpIKpv .footer .footer_top {
        width: 1240px;
        height: 242px;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin: 0px auto;
    }

    .gpIKpv .footer .footer_top .footer_top_left {
        display: flex;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .gpIKpv .footer .footer_top .footer_top_left .footer_meun {
        margin-right: 100px;
    }

    .gpIKpv .footer .footer_top .footer_top_left .footer_meun .footer_menu_title {
        text-indent: 14px;
        font-size: 21px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        background: url("/images/footer_03.png") left center no-repeat;
    }

    .gpIKpv .footer .footer_top .footer_top_left .footer_meun .footer_menu_list {
        margin-left: 14px;
        margin-top: 11px;
        font-size: 15px;
        line-height: 35px;
        color: rgb(255, 255, 255);
    }

    .gpIKpv .footer .footer_top .footer_top_left .footer_meun .footer_menu_list .footer_link {
        display: block;
        color: rgb(255, 255, 255);
    }

    .gpIKpv .footer .footer_top .footer_top_right {
        display: flex;
        flex-direction: row;
    }

    .gpIKpv .footer .footer_top .footer_top_right .ir_img {
        cursor: pointer;
        width: 135px;
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        -webkit-box-align: center;
        align-items: center;
    }

    .gpIKpv .footer .footer_top .footer_top_right .ir_img img {
        width: 120px;
        height: 120px;
    }

    .gpIKpv .footer .footer_top .footer_top_right .ir_img span {
        color: rgb(255, 255, 255);
        font-size: 15px;
        text-align: center;
        line-height: 20px;
        padding-top: 10px;
    }

    .gpIKpv .footer .footer_bot {
        width: 1240px;
        height: 50px;
        line-height: 50px;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        color: rgb(255, 255, 255);
        font-size: 12px;
        -webkit-box-align: center;
        align-items: center;
        margin: 0px auto;
    }

    .gpIKpv .footer .footer_bot span {
        margin: 0px 15px;
    }

    .gpIKpv .footer .footer_bot a {
        color: rgb(255, 255, 255);
        margin: 0px 15px;
    }
}

@media (max-width: 750px) {
    .gpIKpv {
        width: 100%;
        background: rgb(235, 110, 32);
        margin-bottom: 1.2rem;
        position: relative;
    }

    .gpIKpv .code-list {
        display: none;
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 4.2rem;
        z-index: 99;
    }

    .gpIKpv .code-list img {
        width: 100%;
        height: auto;
    }

    .gpIKpv .jzmooter {
        display: none !important;
    }

    .gpIKpv .footer {
        width: 100%;
        overflow: hidden;
        padding: 0px 0.34rem;
        box-sizing: border-box;
    }

    .gpIKpv .footer .footer_top {
        width: 100%;
        height: 2.62rem;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }

    .gpIKpv .footer .footer_top .footer_top_left {
        width: 3.8rem;
        overflow: hidden;
    }

    .gpIKpv .footer .footer_top .footer_top_left .footer_meun:nth-of-type(1) {
        display: none;
    }

    .gpIKpv .footer .footer_top .footer_top_left .footer_meun:nth-of-type(2) {
        display: none;
    }

    .gpIKpv .footer .footer_top .footer_top_left .footer_meun .footer_menu_title {
        display: none;
    }

    .gpIKpv .footer .footer_top .footer_top_left .footer_meun .footer_menu_list {
        font-size: 0.22rem;
        line-height: 0.32rem;
        color: rgb(255, 255, 255);
    }

    .gpIKpv .footer .footer_top .footer_top_right {
        width: 2.95rem;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .gpIKpv .footer .footer_top .footer_top_right .ir_img {
        display: flex;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        height: 2.3rem;
    }

    .gpIKpv .footer .footer_top .footer_top_right .ir_img img {
        width: 1.35rem;
    }

    .gpIKpv .footer .footer_top .footer_top_right .ir_img span {
        width: 100%;
        color: rgb(255, 255, 255);
        font-size: 0.22rem;
        text-align: center;
        line-height: 0.3rem;
        margin-top: 0.1rem;
    }

    .gpIKpv .footer .line {
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
    }

    .gpIKpv .footer .footer_bot {
        width: 100%;
        line-height: 0.4rem;
        -webkit-box-pack: center;
        justify-content: center;
        color: rgb(255, 255, 255);
        font-size: 0.22rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }

    .gpIKpv .footer .footer_bot span {
        margin: 0px;
        display: block;
    }

    .gpIKpv .footer .footer_bot a {
        color: rgb(255, 255, 255);
    }
}

.sc-hSdWYo {
    color: rgb(0, 161, 180);
    font-size: 18px;
}

.Eqdd {
    width: 1200px;
    margin: 10px auto;
}

.Eqdd a {
    color: rgb(0, 161, 180);
    font-size: 18px;
}

@media (min-width: 750px) {
    .jCJeFn {
        width: 100%;
        overflow: hidden;
        background: url("/images/zlzs/etly_03.png") center center / 100% repeat-y;
    }

    .jCJeFn .header_wrap {
        width: 100%;
        height: 540px;
        background: url("/images/zlzs/etly_02.png") center center / cover no-repeat;
        position: relative;
    }

    .jCJeFn .header_wrap .header {
        width: 1200px;
        margin: 0px auto;
        position: relative;
    }

    .jCJeFn .header_wrap .header .sw {
        width: 1200px;
        height: 540px;
        margin: 0px auto;
    }

    .jCJeFn .header_wrap .header .right_font {
        width: 415px;
        height: 100%;
        background: rgba(40, 177, 166, 0.8);
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 2;
        padding: 20px 47px;
        box-sizing: border-box;
    }

    .jCJeFn .header_wrap .header .right_font .r_f_title {
        font-size: 35px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-align: center;
    }

    .jCJeFn .header_wrap .header .right_font .r_f_detail {
        font-size: 16px;
        line-height: 28px;
        color: rgb(255, 255, 255);
        text-align: justify;
    }

    .jCJeFn .header_wrap .header .right_font .r_f_line {
        width: 100%;
        height: 2px;
        background: rgb(255, 255, 255);
        margin: 35px 0px;
    }

    .jCJeFn .header_wrap .header .right_font .r_f_bot_title {
        font-size: 20px;
        color: rgb(255, 255, 255);
        height: 20px;
        margin-bottom: 10px;
    }

    .jCJeFn .header_wrap .header .right_font .r_f_detail {
        font-size: 16px;
        line-height: 27px;
    }

    .jCJeFn .header_wrap .bot {
        width: 100%;
        height: 180px;
        background: url("../images/bannerBot_02.png") center center / 100% 100% no-repeat;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 2;
    }

    .jCJeFn .tab {
        width: 1200px;
        height: 380px;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin: -50px auto 0px;
        align-items: flex-end;
        position: relative;
        z-index: 30;
    }

    .jCJeFn .tab .etly_tab {
        width: 195px;
    }

    .jCJeFn .tab .etly_tab .link_part {
        width: 190px;
        height: 190px;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        cursor: pointer;
    }

    .jCJeFn .tab .etly_tab .link_part p {
        width: 36px;
        font-size: 36px;
        color: rgb(255, 255, 255);
        margin: 0px 6px;
        line-height: 36px;
        font-weight: bold;
    }

    .jCJeFn .tab .active p {
        color: rgb(255, 253, 74) !important;
    }


    .jCJeFn .tab .etly_tab1 {
        height: 380px;
        background: url("../images/tab_03.png") center center / 100% 100% no-repeat;
    }

    .jCJeFn .tab .etly_tab2 {
        height: 330px;
        background: url("../images/tab_09.png") center center / 100% 100% no-repeat;
    }

    .jCJeFn .tab .etly_tab3 {
        height: 375px;
        background: url("../images/tab_06.png") center center / 100% 100% no-repeat;
    }

    .jCJeFn .tab .etly_tab4 {
        height: 305px;
        background: url("../images/tab_12.png") center center / 100% 100% no-repeat;
    }
}

@media (max-width: 750px) {
    .jCJeFn {
        width: 100%;
        overflow: hidden;
        background: url("../images/etly_03.png") center center / 100% repeat-y;
    }

    .jCJeFn .opa {
        opacity: 1 !important;
    }

    .jCJeFn .header_wrap {
        width: 100%;
        overflow: hidden;
    }

    .jCJeFn .header_wrap .header {
        width: 100%;
    }

    .jCJeFn .header_wrap .header .sw {
        width: 100%;
        height: 4rem;
    }

    .jCJeFn .header_wrap .header .right_font {
        width: 100%;
        background: rgba(40, 177, 166, 0.8);
        padding: 0.2rem 0.47rem;
        box-sizing: border-box;
    }

    .jCJeFn .header_wrap .header .right_font .r_f_title {
        font-size: 0.35rem;
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-align: center;
    }

    .jCJeFn .header_wrap .header .right_font .r_f_detail {
        font-size: 0.26rem;
        line-height: 0.38rem;
        color: rgb(255, 255, 255);
    }

    .jCJeFn .header_wrap .header .right_font .r_f_line {
        width: 100%;
        height: 2px;
        background: rgb(255, 255, 255);
        margin: 0.3rem 0px;
    }

    .jCJeFn .header_wrap .header .right_font .r_f_bot_title {
        font-size: 0.26rem;
        color: rgb(255, 255, 255);
        height: 0.26rem;
        margin-bottom: 0.1rem;
    }

    .jCJeFn .header_wrap .bot {
        display: none;
    }

    .jCJeFn .tab {
        width: 7.1rem;
        height: 2.8rem;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin: 0.5rem auto 0px;
        align-items: flex-end;
        position: relative;
        z-index: 0;
    }

    .jCJeFn .tab .etly_tab {
        width: 1.6rem;
    }

    .jCJeFn .tab .etly_tab .link_part {
        width: 0.8rem;
        height: 1.2rem;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        cursor: pointer;
        margin: 0.1rem auto;
    }

    .jCJeFn .tab .etly_tab .link_part p {
        width: 0.36rem;
        font-size: 0.36rem;
        color: rgb(255, 255, 255);
        margin: 0px 0.06rem;
        line-height: 0.36rem;
        font-weight: bold;
    }

    .jCJeFn .tab .etly_tab1 {
        height: 2.8rem;
        background: url("../images/tab_03.png") center center / 100% 100% no-repeat;
    }

    .jCJeFn .tab .etly_tab2 {
        height: 2.34rem;
        background: url("../images/tab_09.png") center center / 100% 100% no-repeat;
    }

    .jCJeFn .tab .etly_tab3 {
        height: 2.76rem;
        background: url("../images/tab_06.png") center center / 100% 100% no-repeat;
    }

    .jCJeFn .tab .etly_tab4 {
        height: 2.2rem;
        background: url("../images/tab_12.png") center center / 100% 100% no-repeat;
    }

    .jCJeFn .tab .active p {
        color: rgb(255, 253, 74) !important;
    }
}

@media (min-width: 750px) {
    .TymTh {
        width: 1200px;
        border: 1px solid rgb(72, 179, 147);
        overflow: hidden;
        margin: 0px auto 120px;
        padding: 25px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .TymTh .etlyHeader {
        width: 1150px;
        height: 370px;
        display: flex;
        flex-direction: row;
        border-radius: 10px;
        margin: 0px auto;
        overflow: hidden;
    }

    .TymTh .etlyHeader .sw {
        width: 780px;
        height: 370px;
    }

    .TymTh .etlyHeader .etly_describe {
        flex: 1 1 0%;
        background: rgb(23, 162, 128);
        padding: 0px 27px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-size: 18px;
        color: rgb(255, 255, 255);
        line-height: 26px;
        text-align: justify;
    }

    .TymTh .etlyList {
        width: 1150px;
        margin-top: 30px;
        display: flex;
        flex-flow: wrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
        overflow: hidden;
    }

    .TymTh .etlyList .tabSection:nth-of-type(3n) {
        margin-right: 0px;
    }

    .TymTh .etlyList .tabSection {
        width: 365px;
        height: 226px;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 25px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 27px;
        cursor: pointer;
    }

    .TymTh .etlyList .tabSection .tab_section_mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: rgb(255, 255, 255);
        transition: 1s;
        opacity: 0;
        overflow: hidden;
    }

    .TymTh .etlyList .tabSection .tab_section_mask .t_s_mask_wrap {
        width: 333px;
        height: 190px;
        margin: 17px auto;
        border: 3px solid rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border-radius: 10px;
        padding: 0px 25px;
        box-sizing: border-box;
    }

    .TymTh .etlyList .tabSection .tab_section_mask .t_s_mask_wrap h2 {
        color: rgb(255, 255, 255);
        font-size: 18px;
    }

    .TymTh .etlyList .tabSection .tab_section_mask .t_s_mask_wrap p {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: justify;
    }

    .TymTh .etlyList .tabSection:hover .tab_section_mask {
        opacity: 1;
    }

    .TymTh .hide {
        display: none;
    }

    .TymTh .tabMask {
        display: none !important;
    }
}

@media (max-width: 750px) {
    .TymTh {
        width: 7.1rem;
        overflow: hidden;
        margin: 0px auto;
    }

    .TymTh .tabMask {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgba(0, 0, 0, 0.7);
        z-index: 31;
    }

    .TymTh .tabMask img {
        width: 0.8rem;
        float: right;
        margin-top: 2rem;
        margin-right: 0.2rem;
    }

    .TymTh .tabMask .t_s_mask_wrap {
        width: 90%;
        overflow-y: scroll;
        background: rgb(255, 255, 255);
        z-index: 1001;
        padding: 20px;
        box-sizing: border-box;
        line-height: 25px;
        margin: 3.5rem auto;
        border-radius: 0.2rem;
    }

    .TymTh .tabMask .t_s_mask_wrap h2 {
        text-align: center;
    }

    .TymTh .hide {
        display: none;
    }

    .TymTh .etlyHeader {
        width: 7.1rem;
        overflow: hidden;
    }

    .TymTh .etlyHeader .sw {
        width: 100%;
        height: 3.4rem;
        border-radius: 0.1rem;
        overflow: hidden;
    }

    .TymTh .etlyHeader .etly_describe {
        font-size: 0.28rem;
        color: rgb(40, 40, 40);
        line-height: 0.45rem;
        text-align: justify;
        margin-top: 0.3rem;
    }

    .TymTh .etlyList {
        width: 7.1rem;
        margin: 0.3rem auto;
        display: flex;
        flex-flow: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        overflow: hidden;
    }

    .TymTh .etlyList .tabSection {
        width: 3.47rem;
        height: 2.17rem;
        border-radius: 0.1rem;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 0.3rem;
    }

    .TymTh .etlyList .tabSection .tab_section_mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: rgb(255, 255, 255);
        transition: 1s;
        opacity: 0;
        overflow: hidden;
    }

    .TymTh .etlyList .tabSection .tab_section_mask .t_s_mask_wrap {
        width: 3.2rem;
        height: 1.88rem;
        margin: 0.14rem auto;
        border: 0.02rem solid rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border-radius: 0.1rem;
        padding: 0px 0.1rem;
        box-sizing: border-box;
        opacity: 0;
    }

    .TymTh .etlyList .tabSection .tab_section_mask .t_s_mask_wrap h2 {
        color: rgb(255, 255, 255);
        font-size: 0.2rem;
    }

    .TymTh .etlyList .tabSection .tab_section_mask .t_s_mask_wrap p {
        color: rgb(255, 255, 255);
        font-size: 0.15rem;
    }

    .TymTh .etlyList .tabSection:hover .tab_section_mask {
        opacity: 1;
    }
}

@media (min-width: 750px) {
    .gwftjE {
        display: none;
    }
}

@media (max-width: 750px) {
    .gwftjE {
        width: 100%;
        height: 1.2rem;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 3;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 0px 0.5rem;
        box-sizing: border-box;
        background: rgb(255, 255, 255);
        -webkit-box-align: center;
        align-items: center;
    }

    .gwftjE .footer_link {
        width: 3.2rem;
        height: 0.8rem;
        border-radius: 0.06rem;
        background: rgb(112, 193, 248);
        font-size: 0.35rem;
        color: rgb(255, 255, 255);
        line-height: 0.8rem;
        text-align: center;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .gwftjE .footer_link i {
        width: 0.54rem;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-right: 0.12rem;
    }

    .gwftjE .footer_link i img {
        width: 100%;
    }
}

.inFGdv {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 750px) {
    .inFGdv {
        min-width: 1240px;
    }
}

.hhEiLH {
    width: 100%;
    overflow: hidden;
}

@media (max-width) {
    .hhEiLH {
        padding-top: 4.26rem;
    }
}