@charset "utf-8";
body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {margin:0;padding:0;-webkit-text-size-adjust: none}
h1, h2, h3, h4, h5, h6{font-size:36px;}
html{font-size : 16px; scroll-behavior: smooth;}
body>div{margin:0 auto;}
div {text-align:left}
img {border:0; display:block;}
body { color: #333; font: 12px; font-family:"微软雅黑","宋体"; }
ul, ol, li {list-style-type:none;vertical-align:0}
input,textarea,select{ outline:none; color:#333;}
a {color:#0278B6;text-decoration:none}
a:hover { color: #0278B6; /*color: #cb0000 !important;*/ text-decoration: none}
.clear::after {  content: ' '; display: block;height: 0; clear: both;}

input::-webkit-input-placeholder {
    /* placeholder颜色  */
     color:#9F9F9F;
     /* placeholder字体大小  */
      /*font-size: 12px;*/
     /* placeholder位置  */
       /*text-align: right;*/
   }
.xhy-gray {
    filter: grayscale(1)
}

:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title {
    font-family: PingFangSC-Medium, sans-serif
}

.flex {
    display: flex
}

.flex-x {
    flex-direction: row
}

.flex-y {
    flex-direction: column
}

.flex-ct {
    justify-content: center
}

.flex-st {
    justify-content: flex-start
}

.flex-end {
    justify-content: flex-end
}

.flex-bt {
    justify-content: space-between
}

.flex-ad {
    justify-content: space-around
}

.flex-evenly {
    justify-content: space-evenly
}

.flex-i-ct {
    align-items: center
}

.flex-i-st {
    align-items: flex-start
}

.flex-i-end {
    align-items: flex-end
}

.flex-s-st {
    align-self: flex-start
}

.flex-s-end {
    align-self: flex-end
}

.flex-s-ct {
    align-self: center
}

.flex-a-st {
    align-content: flex-start
}

.flex-1 {
    flex: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.text-center {
    text-align: center
}

.wrap {
    margin: auto;
    width: 1200px
}

.border {
    border: 1px solid #2e8b57
}

.over-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2 {
    -webkit-line-clamp: 2
}

.over-text-2,
.over-text-3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3 {
    -webkit-line-clamp: 3
}

.pos-f {
    position: fixed
}

.pos-a {
    position: absolute
}

.pos-r {
    position: relative
}

.pos-s {
    position: static
}

.cur-p {
    cursor: pointer
}

.fs-12 {
    font-size: 12px
}

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.fs-24 {
    font-size: 24px
}

.ml-10 {
    margin-left: 10px
}

.ml-5 {
    margin-left: 5px
}

.va-b {
    vertical-align: bottom
}

.td-u:hover {
    text-decoration: underline
}

.bg-c-f {
    background-color: #fff
}

.box-s-b {
    box-sizing: border-box
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@font-face {
    font-family: icon-xhy;
    src: url(//at.alicdn.com/t/c/font_2063403_c9zxi3oc2qm.woff2?t=1679372519242) format("woff2"), url(//at.alicdn.com/t/c/font_2063403_c9zxi3oc2qm.woff?t=1679372519242) format("woff"), url(//at.alicdn.com/t/c/font_2063403_c9zxi3oc2qm.ttf?t=1679372519242) format("truetype")
}

.icon-xhy {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icon-xhy !important;
    font-size: 16px;
    font-style: normal
}

.iconyoujiantou1:before {
    content: "\e618"
}

.iconyoujiantou:before {
    content: "\e616"
}

.iconzuojiantou:before {
    content: "\e617"
}

.iconxiaochengxu:before {
    content: "\e63a"
}

.icondaohang1-copy:before {
    content: "\e66c"
}


[data-v-7d78c27c]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-7d78c27c] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-7d78c27c] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-7d78c27c] {
    display: flex
}

.flex-x[data-v-7d78c27c] {
    flex-direction: row
}

.flex-y[data-v-7d78c27c] {
    flex-direction: column
}

.flex-ct[data-v-7d78c27c] {
    justify-content: center
}

.flex-st[data-v-7d78c27c] {
    justify-content: flex-start
}

.flex-end[data-v-7d78c27c] {
    justify-content: flex-end
}

.flex-bt[data-v-7d78c27c] {
    justify-content: space-between
}

.flex-ad[data-v-7d78c27c] {
    justify-content: space-around
}

.flex-evenly[data-v-7d78c27c] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-7d78c27c] {
    align-items: center
}

.flex-i-st[data-v-7d78c27c] {
    align-items: flex-start
}

.flex-i-end[data-v-7d78c27c] {
    align-items: flex-end
}

.flex-s-st[data-v-7d78c27c] {
    align-self: flex-start
}

.flex-s-end[data-v-7d78c27c] {
    align-self: flex-end
}

.flex-s-ct[data-v-7d78c27c] {
    align-self: center
}

.flex-a-st[data-v-7d78c27c] {
    align-content: flex-start
}

.flex-1[data-v-7d78c27c] {
    flex: 1
}

.flex-wrap[data-v-7d78c27c] {
    flex-wrap: wrap
}

.text-center[data-v-7d78c27c] {
    text-align: center
}

.wrap[data-v-7d78c27c] {
    margin: auto;
    width: 1200px
}

.border[data-v-7d78c27c] {
    border: 1px solid #2e8b57
}

.over-text[data-v-7d78c27c] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-7d78c27c] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-7d78c27c],
.over-text-3[data-v-7d78c27c] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-7d78c27c] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-7d78c27c] {
    position: fixed
}

.pos-a[data-v-7d78c27c] {
    position: absolute
}

.pos-r[data-v-7d78c27c] {
    position: relative
}

.pos-s[data-v-7d78c27c] {
    position: static
}

.cur-p[data-v-7d78c27c] {
    cursor: pointer
}

.fs-12[data-v-7d78c27c] {
    font-size: 12px
}

.fs-14[data-v-7d78c27c] {
    font-size: 14px
}

.fs-16[data-v-7d78c27c] {
    font-size: 16px
}

.fs-24[data-v-7d78c27c] {
    font-size: 24px
}

.ml-10[data-v-7d78c27c] {
    margin-left: 10px
}

.ml-5[data-v-7d78c27c] {
    margin-left: 5px
}

.va-b[data-v-7d78c27c] {
    vertical-align: bottom
}

.td-u[data-v-7d78c27c]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-7d78c27c] {
    background-color: #fff
}

.box-s-b[data-v-7d78c27c] {
    box-sizing: border-box
}

.disable-select[data-v-7d78c27c] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.top-icon[data-v-7d78c27c] {
    border-radius: 50%;
    box-shadow: 0 0 10px #999ca1;
    color: var(--home-text-color);
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}


[data-v-55a791b1]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-55a791b1] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-55a791b1] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-55a791b1] {
    display: flex
}

.flex-x[data-v-55a791b1] {
    flex-direction: row
}

.flex-y[data-v-55a791b1] {
    flex-direction: column
}

.flex-ct[data-v-55a791b1] {
    justify-content: center
}

.flex-st[data-v-55a791b1] {
    justify-content: flex-start
}

.flex-end[data-v-55a791b1] {
    justify-content: flex-end
}

.flex-bt[data-v-55a791b1] {
    justify-content: space-between
}

.flex-ad[data-v-55a791b1] {
    justify-content: space-around
}

.flex-evenly[data-v-55a791b1] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-55a791b1] {
    align-items: center
}

.flex-i-st[data-v-55a791b1] {
    align-items: flex-start
}

.flex-i-end[data-v-55a791b1] {
    align-items: flex-end
}

.flex-s-st[data-v-55a791b1] {
    align-self: flex-start
}

.flex-s-end[data-v-55a791b1] {
    align-self: flex-end
}

.flex-s-ct[data-v-55a791b1] {
    align-self: center
}

.flex-a-st[data-v-55a791b1] {
    align-content: flex-start
}

.flex-1[data-v-55a791b1] {
    flex: 1
}

.flex-wrap[data-v-55a791b1] {
    flex-wrap: wrap
}

.text-center[data-v-55a791b1] {
    text-align: center
}

.wrap[data-v-55a791b1] {
    margin: auto;
    width: 1200px
}

.border[data-v-55a791b1] {
    border: 1px solid #2e8b57
}

.over-text[data-v-55a791b1] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-55a791b1] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-55a791b1],
.over-text-3[data-v-55a791b1] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-55a791b1] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-55a791b1] {
    position: fixed
}

.pos-a[data-v-55a791b1] {
    position: absolute
}

.pos-r[data-v-55a791b1] {
    position: relative
}

.pos-s[data-v-55a791b1] {
    position: static
}

.cur-p[data-v-55a791b1] {
    cursor: pointer
}

.fs-12[data-v-55a791b1] {
    font-size: 12px
}

.fs-14[data-v-55a791b1] {
    font-size: 14px
}

.fs-16[data-v-55a791b1] {
    font-size: 16px
}

.fs-24[data-v-55a791b1] {
    font-size: 24px
}

.ml-10[data-v-55a791b1] {
    margin-left: 10px
}

.ml-5[data-v-55a791b1] {
    margin-left: 5px
}

.va-b[data-v-55a791b1] {
    vertical-align: bottom
}

.td-u[data-v-55a791b1]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-55a791b1] {
    background-color: #fff
}

.box-s-b[data-v-55a791b1] {
    box-sizing: border-box
}

.disable-select[data-v-55a791b1] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.page-warp[data-v-55a791b1] {
    background-attachment: fixed;
    background-color: #fff;
    background-repeat: repeat;
    background-size: calc(100% + 16px);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden
}

.page-warp.page-wrap-3[data-v-55a791b1] {
    background-color: #f7f7f7
}

@media screen and (max-width:1000px) {
    .page-warp[data-v-55a791b1] {
        width: 1250px
    }
}

.page-content[data-v-55a791b1] {
    flex: 1 1 auto
}


[data-v-5ccf0b02]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-5ccf0b02] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-5ccf0b02] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-5ccf0b02] {
    display: flex
}

.flex-x[data-v-5ccf0b02] {
    flex-direction: row
}

.flex-y[data-v-5ccf0b02] {
    flex-direction: column
}

.flex-ct[data-v-5ccf0b02] {
    justify-content: center
}

.flex-st[data-v-5ccf0b02] {
    justify-content: flex-start
}

.flex-end[data-v-5ccf0b02] {
    justify-content: flex-end
}

.flex-bt[data-v-5ccf0b02] {
    justify-content: space-between
}

.flex-ad[data-v-5ccf0b02] {
    justify-content: space-around
}

.flex-evenly[data-v-5ccf0b02] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-5ccf0b02] {
    align-items: center
}

.flex-i-st[data-v-5ccf0b02] {
    align-items: flex-start
}

.flex-i-end[data-v-5ccf0b02] {
    align-items: flex-end
}

.flex-s-st[data-v-5ccf0b02] {
    align-self: flex-start
}

.flex-s-end[data-v-5ccf0b02] {
    align-self: flex-end
}

.flex-s-ct[data-v-5ccf0b02] {
    align-self: center
}

.flex-a-st[data-v-5ccf0b02] {
    align-content: flex-start
}

.flex-1[data-v-5ccf0b02] {
    flex: 1
}

.flex-wrap[data-v-5ccf0b02] {
    flex-wrap: wrap
}

.text-center[data-v-5ccf0b02] {
    text-align: center
}

.wrap[data-v-5ccf0b02] {
    margin: auto;
    width: 1200px
}

.border[data-v-5ccf0b02] {
    border: 1px solid #2e8b57
}

.over-text[data-v-5ccf0b02] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-5ccf0b02] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-5ccf0b02],
.over-text-3[data-v-5ccf0b02] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-5ccf0b02] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-5ccf0b02] {
    position: fixed
}

.pos-a[data-v-5ccf0b02] {
    position: absolute
}

.pos-r[data-v-5ccf0b02] {
    position: relative
}

.pos-s[data-v-5ccf0b02] {
    position: static
}

.cur-p[data-v-5ccf0b02] {
    cursor: pointer
}

.fs-12[data-v-5ccf0b02] {
    font-size: 12px
}

.fs-14[data-v-5ccf0b02] {
    font-size: 14px
}

.fs-16[data-v-5ccf0b02] {
    font-size: 16px
}

.fs-24[data-v-5ccf0b02] {
    font-size: 24px
}

.ml-10[data-v-5ccf0b02] {
    margin-left: 10px
}

.ml-5[data-v-5ccf0b02] {
    margin-left: 5px
}

.va-b[data-v-5ccf0b02] {
    vertical-align: bottom
}

.td-u[data-v-5ccf0b02]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-5ccf0b02] {
    background-color: #fff
}

.box-s-b[data-v-5ccf0b02] {
    box-sizing: border-box
}

.disable-select[data-v-5ccf0b02] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media screen and (min-width:1200px) {
    .nav-top-new-warp[data-v-5ccf0b02] {
        padding-left: 50px
    }
}

.nav-top-wrap[data-v-5ccf0b02] {
    z-index: 0
}

.pos-ct[data-v-5ccf0b02] {
    left: 50%;
    transform: translateX(-50%)
}

.top-bg-img[data-v-5ccf0b02] {
    font-size: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.top-bg-img img[data-v-5ccf0b02] {
    min-width: 1920px;
    width: 100%
}

.search-ipt[data-v-5ccf0b02] {
    margin-right: 10px;
    opacity: .8;
    width: 250px
}

.search-ipt[data-v-5ccf0b02] .el-input__wrapper {
    border-radius: 0
}

.search-ipt[data-v-5ccf0b02] input:focus {
    border-color: var(--home-hover-color)
}

.search-btn[data-v-5ccf0b02] {
    border-radius: 0
}


[data-v-273cd056]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-273cd056] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-273cd056] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-273cd056] {
    display: flex
}

.flex-x[data-v-273cd056] {
    flex-direction: row
}

.flex-y[data-v-273cd056] {
    flex-direction: column
}

.flex-ct[data-v-273cd056] {
    justify-content: center
}

.flex-st[data-v-273cd056] {
    justify-content: flex-start
}

.flex-end[data-v-273cd056] {
    justify-content: flex-end
}

.flex-bt[data-v-273cd056] {
    justify-content: space-between
}

.flex-ad[data-v-273cd056] {
    justify-content: space-around
}

.flex-evenly[data-v-273cd056] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-273cd056] {
    align-items: center
}

.flex-i-st[data-v-273cd056] {
    align-items: flex-start
}

.flex-i-end[data-v-273cd056] {
    align-items: flex-end
}

.flex-s-st[data-v-273cd056] {
    align-self: flex-start
}

.flex-s-end[data-v-273cd056] {
    align-self: flex-end
}

.flex-s-ct[data-v-273cd056] {
    align-self: center
}

.flex-a-st[data-v-273cd056] {
    align-content: flex-start
}

.flex-1[data-v-273cd056] {
    flex: 1
}

.flex-wrap[data-v-273cd056] {
    flex-wrap: wrap
}

.text-center[data-v-273cd056] {
    text-align: center
}

.wrap[data-v-273cd056] {
    margin: auto;
    width: 1200px
}

.border[data-v-273cd056] {
    border: 1px solid #2e8b57
}

.over-text[data-v-273cd056] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-273cd056] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-273cd056],
.over-text-3[data-v-273cd056] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-273cd056] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-273cd056] {
    position: fixed
}

.nav-child-box[data-v-273cd056],
.pos-a[data-v-273cd056] {
    position: absolute
}

.pos-r[data-v-273cd056] {
    position: relative
}

.pos-s[data-v-273cd056] {
    position: static
}

.cur-p[data-v-273cd056] {
    cursor: pointer
}

.fs-12[data-v-273cd056] {
    font-size: 12px
}

.fs-14[data-v-273cd056] {
    font-size: 14px
}

.fs-16[data-v-273cd056] {
    font-size: 16px
}

.fs-24[data-v-273cd056] {
    font-size: 24px
}

.ml-10[data-v-273cd056] {
    margin-left: 10px
}

.ml-5[data-v-273cd056] {
    margin-left: 5px
}

.va-b[data-v-273cd056] {
    vertical-align: bottom
}

.td-u[data-v-273cd056]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-273cd056] {
    background-color: #fff
}

.box-s-b[data-v-273cd056] {
    box-sizing: border-box
}

.disable-select[data-v-273cd056] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.nav-child-box[data-v-273cd056],
.nav-wrap[data-v-273cd056] {
    background-color: var(--home-text-color);
    color: #fff;
    text-align: center
}

.nav-box[data-v-273cd056] {
    margin: auto;
    width: 100%
}

.nav-item .nav-title[data-v-273cd056] {
    height: 45px;
    width: 150px;
    line-height: 45px;
    text-align: center
}
.nav-item a{
    color: #ffffff;
}
.nav-item .nav-title[data-v-273cd056] a{
    color: #ffffff;
}

.nav-child-box p[data-v-273cd056]:after,
.nav-item .nav-title[data-v-273cd056]:after,
.text-hover-bold[data-v-273cd056]:after {
    color: transparent;
    content: attr(data-content-after);
    display: block;
    font-weight: 700;
    height: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    visibility: hidden
}

.nav-item[data-v-273cd056]:hover {
    background-color: var(--home-hover-color);
    color: #fff
}

.nav-item:hover .nav-title[data-v-273cd056] {
    font-weight: 700
}

.nav-item:hover .nav-child-box[data-v-273cd056] {
    max-height: 1000px;
    padding: 10px 0;
    transition: max-height .8s ease-in
}

.no-bg.nav-item[data-v-273cd056]:hover {
    background-color: unset
}

.nav-child-box[data-v-273cd056] {
    left: 50%;
    max-height: 0;
    min-width: 100%;
    overflow: hidden;
    transform: translateX(-50%);
    z-index: 999
}

.nav-child-box p[data-v-273cd056] {
    padding: 10px 20px;
    white-space: nowrap
}

.nav-child-box p[data-v-273cd056]:hover {
    background-color: var(--home-hover-color);
    font-weight: 700
}

.nav-child-box p.no-bg[data-v-273cd056]:hover {
    background-color: unset
}


[data-v-957fa303]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-957fa303] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-957fa303] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-957fa303] {
    display: flex
}

.flex-x[data-v-957fa303] {
    flex-direction: row
}

.flex-y[data-v-957fa303] {
    flex-direction: column
}

.flex-ct[data-v-957fa303] {
    justify-content: center
}

.flex-st[data-v-957fa303] {
    justify-content: flex-start
}

.flex-end[data-v-957fa303] {
    justify-content: flex-end
}

.flex-bt[data-v-957fa303] {
    justify-content: space-between
}

.flex-ad[data-v-957fa303] {
    justify-content: space-around
}

.flex-evenly[data-v-957fa303] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-957fa303] {
    align-items: center
}

.flex-i-st[data-v-957fa303] {
    align-items: flex-start
}

.flex-i-end[data-v-957fa303] {
    align-items: flex-end
}

.flex-s-st[data-v-957fa303] {
    align-self: flex-start
}

.flex-s-end[data-v-957fa303] {
    align-self: flex-end
}

.flex-s-ct[data-v-957fa303] {
    align-self: center
}

.flex-a-st[data-v-957fa303] {
    align-content: flex-start
}

.flex-1[data-v-957fa303] {
    flex: 1
}

.flex-wrap[data-v-957fa303] {
    flex-wrap: wrap
}

.text-center[data-v-957fa303] {
    text-align: center
}

.wrap[data-v-957fa303] {
    margin: auto;
    width: 1200px
}

.border[data-v-957fa303] {
    border: 1px solid #2e8b57
}

.over-text[data-v-957fa303] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-957fa303] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-957fa303],
.over-text-3[data-v-957fa303] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-957fa303] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-957fa303] {
    position: fixed
}

.pos-a[data-v-957fa303] {
    position: absolute
}

.pos-r[data-v-957fa303] {
    position: relative
}

.pos-s[data-v-957fa303] {
    position: static
}

.cur-p[data-v-957fa303] {
    cursor: pointer
}

.fs-12[data-v-957fa303] {
    font-size: 12px
}

.fs-14[data-v-957fa303] {
    font-size: 14px
}

.fs-16[data-v-957fa303] {
    font-size: 16px
}

.fs-24[data-v-957fa303] {
    font-size: 24px
}

.ml-10[data-v-957fa303] {
    margin-left: 10px
}

.ml-5[data-v-957fa303] {
    margin-left: 5px
}

.va-b[data-v-957fa303] {
    vertical-align: bottom
}

.td-u[data-v-957fa303]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-957fa303] {
    background-color: #fff
}

.box-s-b[data-v-957fa303] {
    box-sizing: border-box
}

.disable-select[data-v-957fa303] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.module-box>div[data-v-957fa303] {
    background: #fff;
    margin: 10px 0;
    position: relative
}

.module-box-width[data-v-957fa303] {
    background-color: #f7f7f7
}

.module-box-width .module-box>div[data-v-957fa303] {
    background: transparent;
    box-sizing: border-box;
    padding: 0 10px
}


:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title {
    font-family: PingFangSC-Medium, sans-serif
}

.flex {
    display: flex
}

.flex-x {
    flex-direction: row
}

.flex-y {
    flex-direction: column
}

.flex-ct {
    justify-content: center
}

.flex-st {
    justify-content: flex-start
}

.flex-end {
    justify-content: flex-end
}

.flex-bt {
    justify-content: space-between
}

.flex-ad {
    justify-content: space-around
}

.flex-evenly {
    justify-content: space-evenly
}

.flex-i-ct {
    align-items: center
}

.flex-i-st {
    align-items: flex-start
}

.flex-i-end {
    align-items: flex-end
}

.flex-s-st {
    align-self: flex-start
}

.flex-s-end {
    align-self: flex-end
}

.flex-s-ct {
    align-self: center
}

.flex-a-st {
    align-content: flex-start
}

.flex-1 {
    flex: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.text-center {
    text-align: center
}

.wrap {
    margin: auto;
    width: 1200px
}

.border {
    border: 1px solid #2e8b57
}

.over-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2 {
    -webkit-line-clamp: 2
}

.over-text-2,
.over-text-3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3 {
    -webkit-line-clamp: 3
}

.pos-f {
    position: fixed
}

.pos-a {
    position: absolute
}

.pos-r {
    position: relative
}

.pos-s {
    position: static
}

.cur-p {
    cursor: pointer
}

.fs-12 {
    font-size: 12px
}

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.fs-24 {
    font-size: 24px
}

.ml-10 {
    margin-left: 10px
}

.ml-5 {
    margin-left: 5px
}

.va-b {
    vertical-align: bottom
}

.td-u:hover {
    text-decoration: underline
}

.bg-c-f {
    background-color: #fff
}

.box-s-b {
    box-sizing: border-box
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.module-box-width .module-box>div>div {
    background: #fff
}


[data-v-986fd210]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-986fd210] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-986fd210] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-986fd210] {
    display: flex
}

.flex-x[data-v-986fd210] {
    flex-direction: row
}

.flex-y[data-v-986fd210] {
    flex-direction: column
}

.flex-ct[data-v-986fd210] {
    justify-content: center
}

.flex-st[data-v-986fd210] {
    justify-content: flex-start
}

.flex-end[data-v-986fd210] {
    justify-content: flex-end
}

.flex-bt[data-v-986fd210] {
    justify-content: space-between
}

.flex-ad[data-v-986fd210] {
    justify-content: space-around
}

.flex-evenly[data-v-986fd210] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-986fd210] {
    align-items: center
}

.flex-i-st[data-v-986fd210] {
    align-items: flex-start
}

.flex-i-end[data-v-986fd210] {
    align-items: flex-end
}

.flex-s-st[data-v-986fd210] {
    align-self: flex-start
}

.flex-s-end[data-v-986fd210] {
    align-self: flex-end
}

.flex-s-ct[data-v-986fd210] {
    align-self: center
}

.flex-a-st[data-v-986fd210] {
    align-content: flex-start
}

.flex-1[data-v-986fd210] {
    flex: 1
}

.flex-wrap[data-v-986fd210] {
    flex-wrap: wrap
}

.text-center[data-v-986fd210] {
    text-align: center
}

.wrap[data-v-986fd210] {
    margin: auto;
    width: 1200px
}

.border[data-v-986fd210] {
    border: 1px solid #2e8b57
}

.over-text[data-v-986fd210] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.footer .footer-code-box>div .footer-code-tit[data-v-986fd210],
.over-text-2[data-v-986fd210] {
    -webkit-line-clamp: 2;
}

.footer .footer-code-box>div .footer-code-tit[data-v-986fd210],
.over-text-2[data-v-986fd210],
.over-text-3[data-v-986fd210] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}
.footer1{
    width: 100%;
    background: #343434;
}
.footer-info-box div{
    margin-top: 6px;
    margin-left: 50px;
}

.over-text-3[data-v-986fd210] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-986fd210] {
    position: fixed
}

.pos-a[data-v-986fd210] {
    position: absolute
}

.pos-r[data-v-986fd210] {
    position: relative
}

.pos-s[data-v-986fd210] {
    position: static
}

.cur-p[data-v-986fd210] {
    cursor: pointer
}
.cur-p[data-v-986fd210] a{
    color: #ffffff;
}

.footer .footer-code-box>div .footer-code-tit[data-v-986fd210],
.fs-12[data-v-986fd210] {
    font-size: 12px
}

.footer .footer-box[data-v-986fd210],
.fs-14[data-v-986fd210] {
    font-size: 14px
}

.fs-16[data-v-986fd210] {
    font-size: 16px
}

.fs-24[data-v-986fd210] {
    font-size: 24px
}

.ml-10[data-v-986fd210] {
    margin-left: 10px
}

.ml-5[data-v-986fd210] {
    margin-left: 5px
}

.va-b[data-v-986fd210] {
    vertical-align: bottom
}

.td-u[data-v-986fd210]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-986fd210] {
    background-color: #fff
}

.box-s-b[data-v-986fd210] {
    box-sizing: border-box
}

.disable-select[data-v-986fd210] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.footer[data-v-986fd210] {
    background-color: #1D1D1E;
    min-width: 1200px
}

.footer .flex-footer-nav>div[data-v-986fd210] {
    margin-top: 16px
}

.footer .footer-box[data-v-986fd210] {
    color: hsla(0, 0%, 100%, .8);
    line-height: 32px;
    padding: 30px 0 40px
}

.footer .footer-code-box>div[data-v-986fd210] {
    padding-top: 20px;
    position: relative;
    width: 155px
}

.footer .footer-code-box>div .footer-code-tit[data-v-986fd210] {
    width: 125px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 6px;
}

.footer .footer-code-box>div>img[data-v-986fd210] {
    width: 125px
}

.footer .footer-info-box[data-v-986fd210]:empty {
    display: none
}

.footer .footer-copyright[data-v-986fd210] {
    background: #343434;
    color: #fff;
    padding: 19px 0;
}


[data-v-7d75f50a]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-7d75f50a] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-7d75f50a] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-7d75f50a] {
    display: flex
}

.flex-x[data-v-7d75f50a] {
    flex-direction: row
}

.flex-y[data-v-7d75f50a] {
    flex-direction: column
}

.flex-ct[data-v-7d75f50a] {
    justify-content: center
}

.flex-st[data-v-7d75f50a] {
    justify-content: flex-start
}

.flex-end[data-v-7d75f50a] {
    justify-content: flex-end
}

.flex-bt[data-v-7d75f50a] {
    justify-content: space-between
}

.flex-ad[data-v-7d75f50a] {
    justify-content: space-around
}

.flex-evenly[data-v-7d75f50a] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-7d75f50a] {
    align-items: center
}

.flex-i-st[data-v-7d75f50a] {
    align-items: flex-start
}

.flex-i-end[data-v-7d75f50a] {
    align-items: flex-end
}

.flex-s-st[data-v-7d75f50a] {
    align-self: flex-start
}

.flex-s-end[data-v-7d75f50a] {
    align-self: flex-end
}

.flex-s-ct[data-v-7d75f50a] {
    align-self: center
}

.flex-a-st[data-v-7d75f50a] {
    align-content: flex-start
}

.flex-1[data-v-7d75f50a] {
    flex: 1
}

.flex-wrap[data-v-7d75f50a] {
    flex-wrap: wrap
}

.text-center[data-v-7d75f50a] {
    text-align: center
}

.wrap[data-v-7d75f50a] {
    margin: auto;
    width: 1200px
}

.border[data-v-7d75f50a] {
    border: 1px solid #2e8b57
}

.over-text[data-v-7d75f50a] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-7d75f50a] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-7d75f50a],
.over-text-3[data-v-7d75f50a] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-7d75f50a] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-7d75f50a] {
    position: fixed
}

.pos-a[data-v-7d75f50a] {
    position: absolute
}

.pos-r[data-v-7d75f50a] {
    position: relative
}

.pos-s[data-v-7d75f50a] {
    position: static
}

.cur-p[data-v-7d75f50a] {
    cursor: pointer
}

.fs-12[data-v-7d75f50a] {
    font-size: 12px
}

.fs-14[data-v-7d75f50a] {
    font-size: 14px
}

.fs-16[data-v-7d75f50a] {
    font-size: 16px
}

.fs-24[data-v-7d75f50a] {
    font-size: 24px
}

.ml-10[data-v-7d75f50a] {
    margin-left: 10px
}

.ml-5[data-v-7d75f50a] {
    margin-left: 5px
}

.va-b[data-v-7d75f50a] {
    vertical-align: bottom
}

.td-u[data-v-7d75f50a]:hover,
a[data-v-7d75f50a]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-7d75f50a] {
    background-color: #fff
}

.box-s-b[data-v-7d75f50a] {
    box-sizing: border-box
}

.disable-select[data-v-7d75f50a] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

a[data-v-7d75f50a] {
    color: inherit;
    text-decoration: none
}


[data-v-a7577fae]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-a7577fae] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-a7577fae] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-a7577fae] {
    display: flex
}

.flex-x[data-v-a7577fae] {
    flex-direction: row
}

.flex-y[data-v-a7577fae] {
    flex-direction: column
}

.flex-ct[data-v-a7577fae] {
    justify-content: center
}

.flex-st[data-v-a7577fae] {
    justify-content: flex-start
}

.flex-end[data-v-a7577fae] {
    justify-content: flex-end
}

.flex-bt[data-v-a7577fae] {
    justify-content: space-between
}

.flex-ad[data-v-a7577fae] {
    justify-content: space-around
}

.flex-evenly[data-v-a7577fae] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-a7577fae] {
    align-items: center
}

.flex-i-st[data-v-a7577fae] {
    align-items: flex-start
}

.flex-i-end[data-v-a7577fae] {
    align-items: flex-end
}

.flex-s-st[data-v-a7577fae] {
    align-self: flex-start
}

.flex-s-end[data-v-a7577fae] {
    align-self: flex-end
}

.flex-s-ct[data-v-a7577fae] {
    align-self: center
}

.flex-a-st[data-v-a7577fae] {
    align-content: flex-start
}

.flex-1[data-v-a7577fae] {
    flex: 1
}

.flex-wrap[data-v-a7577fae] {
    flex-wrap: wrap
}

.text-center[data-v-a7577fae] {
    text-align: center
}

.wrap[data-v-a7577fae] {
    margin: auto;
    width: 1200px
}

.border[data-v-a7577fae] {
    border: 1px solid #2e8b57
}

.over-text[data-v-a7577fae] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-a7577fae] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-a7577fae],
.over-text-3[data-v-a7577fae] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-a7577fae] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-a7577fae] {
    position: fixed
}

.pos-a[data-v-a7577fae] {
    position: absolute
}

.pos-r[data-v-a7577fae] {
    position: relative
}

.pos-s[data-v-a7577fae] {
    position: static
}

.cur-p[data-v-a7577fae] {
    cursor: pointer
}

.fs-12[data-v-a7577fae] {
    font-size: 12px
}

.fs-14[data-v-a7577fae] {
    font-size: 14px
}

.fs-16[data-v-a7577fae] {
    font-size: 16px
}

.fs-24[data-v-a7577fae] {
    font-size: 24px
}

.ml-10[data-v-a7577fae] {
    margin-left: 10px
}

.ml-5[data-v-a7577fae] {
    margin-left: 5px
}

.va-b[data-v-a7577fae] {
    vertical-align: bottom
}

.td-u[data-v-a7577fae]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-a7577fae] {
    background-color: #fff
}

.box-s-b[data-v-a7577fae] {
    box-sizing: border-box
}

.disable-select[data-v-a7577fae] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.float-box[data-v-a7577fae] {
    max-width: 200px;
    right: 0;
    top: 250px;
    z-index: 10
}

.qr-box[data-v-a7577fae] {
    max-width: 20px;
    transform: translateX(0);
    transition: transform .3s ease-in;
    z-index: 100
}

.qr-box.show-qr[data-v-a7577fae] {
    transform: translateX(-180px)
}

.qr-box img[data-v-a7577fae] {
    border: 5px solid var(--home-text-color);
    border-radius: 0 5px 5px 5px;
    margin-right: 20px;
    width: 150px
}

.qr-btn[data-v-a7577fae] {
    border-bottom: 10px solid transparent;
    border-right: 20px solid var(--home-text-color);
    border-top: 10px solid transparent;
    height: 30px;
    width: 0
}

.qr-btn i[data-v-a7577fae] {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}


[data-v-c223cab0]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-c223cab0] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-c223cab0] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-c223cab0] {
    display: flex
}

.flex-x[data-v-c223cab0] {
    flex-direction: row
}

.flex-y[data-v-c223cab0] {
    flex-direction: column
}

.flex-ct[data-v-c223cab0] {
    justify-content: center
}

.flex-st[data-v-c223cab0] {
    justify-content: flex-start
}

.flex-end[data-v-c223cab0] {
    justify-content: flex-end
}

.flex-bt[data-v-c223cab0] {
    justify-content: space-between
}

.flex-ad[data-v-c223cab0] {
    justify-content: space-around
}

.flex-evenly[data-v-c223cab0] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-c223cab0] {
    align-items: center
}

.flex-i-st[data-v-c223cab0] {
    align-items: flex-start
}

.flex-i-end[data-v-c223cab0] {
    align-items: flex-end
}

.flex-s-st[data-v-c223cab0] {
    align-self: flex-start
}

.flex-s-end[data-v-c223cab0] {
    align-self: flex-end
}

.flex-s-ct[data-v-c223cab0] {
    align-self: center
}

.flex-a-st[data-v-c223cab0] {
    align-content: flex-start
}

.flex-1[data-v-c223cab0] {
    flex: 1
}

.flex-wrap[data-v-c223cab0] {
    flex-wrap: wrap
}

.text-center[data-v-c223cab0] {
    text-align: center
}

.wrap[data-v-c223cab0] {
    margin: auto;
    width: 1200px
}

.border[data-v-c223cab0] {
    border: 1px solid #2e8b57
}

.over-text[data-v-c223cab0] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-c223cab0] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-c223cab0],
.over-text-3[data-v-c223cab0] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-c223cab0] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-c223cab0] {
    position: fixed
}

.pos-a[data-v-c223cab0] {
    position: absolute
}

.pos-r[data-v-c223cab0] {
    position: relative
}

.pos-s[data-v-c223cab0] {
    position: static
}

.cur-p[data-v-c223cab0] {
    cursor: pointer
}

.fs-12[data-v-c223cab0] {
    font-size: 12px
}

.fs-14[data-v-c223cab0] {
    font-size: 14px
}

.fs-16[data-v-c223cab0] {
    font-size: 16px
}

.fs-24[data-v-c223cab0] {
    font-size: 24px
}

.ml-10[data-v-c223cab0] {
    margin-left: 10px
}

.ml-5[data-v-c223cab0] {
    margin-left: 5px
}

.va-b[data-v-c223cab0] {
    vertical-align: bottom
}

.td-u[data-v-c223cab0]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-c223cab0] {
    background-color: #fff
}

.box-s-b[data-v-c223cab0] {
    box-sizing: border-box
}

.disable-select[data-v-c223cab0],
.suggest[data-v-c223cab0] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.suggest[data-v-c223cab0] {
    background: #fff;
    border-radius: 2px;
    bottom: 120px;
    box-shadow: 0 0 10px #999ca1;
    color: var(--home-text-color);
    font-size: 16px;
    height: 50px;
    right: 35px;
    width: 50px;
    z-index: 10
}

.suggest[data-v-c223cab0]:hover {
    background: var(--home-text-color);
    color: #fff
}


[data-v-3636e37c]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-3636e37c] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-3636e37c] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-3636e37c] {
    display: flex
}

.flex-x[data-v-3636e37c] {
    flex-direction: row
}

.flex-y[data-v-3636e37c] {
    flex-direction: column
}

.flex-ct[data-v-3636e37c] {
    justify-content: center
}

.flex-st[data-v-3636e37c] {
    justify-content: flex-start
}

.flex-end[data-v-3636e37c] {
    justify-content: flex-end
}

.flex-bt[data-v-3636e37c] {
    justify-content: space-between
}

.flex-ad[data-v-3636e37c] {
    justify-content: space-around
}

.flex-evenly[data-v-3636e37c] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-3636e37c] {
    align-items: center
}

.flex-i-st[data-v-3636e37c] {
    align-items: flex-start
}

.flex-i-end[data-v-3636e37c] {
    align-items: flex-end
}

.flex-s-st[data-v-3636e37c] {
    align-self: flex-start
}

.flex-s-end[data-v-3636e37c] {
    align-self: flex-end
}

.flex-s-ct[data-v-3636e37c] {
    align-self: center
}

.flex-a-st[data-v-3636e37c] {
    align-content: flex-start
}

.flex-1[data-v-3636e37c] {
    flex: 1
}

.flex-wrap[data-v-3636e37c] {
    flex-wrap: wrap
}

.text-center[data-v-3636e37c] {
    text-align: center
}

.wrap[data-v-3636e37c] {
    margin: auto;
    width: 1200px
}

.border[data-v-3636e37c] {
    border: 1px solid #2e8b57
}

.over-text[data-v-3636e37c] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-3636e37c] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-3636e37c],
.over-text-3[data-v-3636e37c] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-3636e37c] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-3636e37c] {
    position: fixed
}

.pos-a[data-v-3636e37c] {
    position: absolute
}

.pos-r[data-v-3636e37c] {
    position: relative
}

.pos-s[data-v-3636e37c] {
    position: static
}

.cur-p[data-v-3636e37c] {
    cursor: pointer
}

.fs-12[data-v-3636e37c] {
    font-size: 12px
}

.fs-14[data-v-3636e37c] {
    font-size: 14px
}

.fs-16[data-v-3636e37c] {
    font-size: 16px
}

.fs-24[data-v-3636e37c] {
    font-size: 24px
}

.ml-10[data-v-3636e37c] {
    margin-left: 10px
}

.ml-5[data-v-3636e37c] {
    margin-left: 5px
}

.va-b[data-v-3636e37c] {
    vertical-align: bottom
}

.td-u[data-v-3636e37c]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-3636e37c] {
    background-color: #fff
}

.box-s-b[data-v-3636e37c] {
    box-sizing: border-box
}

.disable-select[data-v-3636e37c],
.suggest[data-v-3636e37c] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.suggest[data-v-3636e37c] {
    right: 35px;
    top: 10px;
    z-index: 10
}


[data-v-5bcafab3]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-5bcafab3] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-5bcafab3] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-5bcafab3] {
    display: flex
}

.flex-x[data-v-5bcafab3] {
    flex-direction: row
}

.flex-y[data-v-5bcafab3] {
    flex-direction: column
}

.flex-ct[data-v-5bcafab3] {
    justify-content: center
}

.flex-st[data-v-5bcafab3] {
    justify-content: flex-start
}

.flex-end[data-v-5bcafab3] {
    justify-content: flex-end
}

.flex-bt[data-v-5bcafab3] {
    justify-content: space-between
}

.flex-ad[data-v-5bcafab3] {
    justify-content: space-around
}

.flex-evenly[data-v-5bcafab3] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-5bcafab3] {
    align-items: center
}

.flex-i-st[data-v-5bcafab3] {
    align-items: flex-start
}

.flex-i-end[data-v-5bcafab3] {
    align-items: flex-end
}

.flex-s-st[data-v-5bcafab3] {
    align-self: flex-start
}

.flex-s-end[data-v-5bcafab3] {
    align-self: flex-end
}

.flex-s-ct[data-v-5bcafab3] {
    align-self: center
}

.flex-a-st[data-v-5bcafab3] {
    align-content: flex-start
}

.flex-1[data-v-5bcafab3] {
    flex: 1
}

.flex-wrap[data-v-5bcafab3] {
    flex-wrap: wrap
}

.text-center[data-v-5bcafab3] {
    text-align: center
}

.wrap[data-v-5bcafab3] {
    margin: auto;
    width: 1200px
}

.border[data-v-5bcafab3] {
    border: 1px solid #2e8b57
}

.over-text[data-v-5bcafab3] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-5bcafab3] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-5bcafab3],
.over-text-3[data-v-5bcafab3] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-5bcafab3] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-5bcafab3] {
    position: fixed
}

.pos-a[data-v-5bcafab3] {
    position: absolute
}

.pos-r[data-v-5bcafab3] {
    position: relative
}

.pos-s[data-v-5bcafab3] {
    position: static
}

.cur-p[data-v-5bcafab3] {
    cursor: pointer
}

.fs-12[data-v-5bcafab3] {
    font-size: 12px
}

.fs-14[data-v-5bcafab3] {
    font-size: 14px
}

.fs-16[data-v-5bcafab3] {
    font-size: 16px
}

.fs-24[data-v-5bcafab3] {
    font-size: 24px
}

.ml-10[data-v-5bcafab3] {
    margin-left: 10px
}

.ml-5[data-v-5bcafab3] {
    margin-left: 5px
}

.va-b[data-v-5bcafab3] {
    vertical-align: bottom
}

.td-u[data-v-5bcafab3]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-5bcafab3] {
    background-color: #fff
}

.box-s-b[data-v-5bcafab3] {
    box-sizing: border-box
}

.disable-select[data-v-5bcafab3] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.module-wrap[data-v-5bcafab3] {
    height: 410px;
    overflow: hidden
}

.module-wrap[data-v-5bcafab3]:has(.customTitle5) {
    height: 395px
}

.module-wrap[data-v-5bcafab3]:has(.titBg) {
    height: 400px
}

.view-carousel-cont[data-v-5bcafab3] {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.view-carousel-cont .carousel-height[data-v-5bcafab3] {
    height: 100%
}

.swiper-bottom[data-v-5bcafab3] {
    bottom: 0;
    height: 44px;
    left: 0;
    position: absolute;
    width: 100%
}

.swiper-bottom .s-b-bg[data-v-5bcafab3] {
    background-color: var(--home-hover-color);
    opacity: .7
}

.swiper-bottom .s-b-bg[data-v-5bcafab3],
.swiper-bottom .tit[data-v-5bcafab3] {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.swiper-bottom .tit[data-v-5bcafab3] {
    box-sizing: border-box;
    color: #0278B6;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    height: 83px;
    font-size: 21px;
    font-weight: bold;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
}

.view-carousel-cont>div[data-v-5bcafab3] {
    position: relative
}

.view-carousel-cont>div[data-v-5bcafab3] .swiper-pagination {
    bottom: 11px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.view-carousel-cont>div[data-v-5bcafab3] .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border-radius: 0;
    display: inline-block;
    height: 12px;
    margin: 0 4px;
    opacity: 1;
    outline: none;
    position: relative;
    width: 12px;
    z-index: 11;
    
    border-radius: 50%;
    background: #D5D5D5;
}

/* .view-carousel-cont>div[data-v-5bcafab3] .swiper-pagination .swiper-pagination-bullet:after {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 12px;
    background: #D5D5D5;
} */

.view-carousel-cont>div[data-v-5bcafab3] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0278B6;
    width: 24px;
    border-radius: 6px;
}

.view-carousel-cont>div[data-v-5bcafab3] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #0278B6;
    width: 24px;
}

.view-carousel-custom5>div .swiper-pagination[data-v-5bcafab3] {
    bottom: 11px;
    left: unset;
    right: 16px;
    text-align: right;
    width: 30%
}

.view-carousel-custom5 .swiper-bottom .s-b-bg[data-v-5bcafab3] {
    background: rgba(51, 51, 51, .8)
}

.view-carousel-custom5 .swiper-bottom .tit[data-v-5bcafab3] {
    line-height: 44px;
    padding: 0 16px;
    text-align: left;
    width: 70%
}


[data-v-db0288aa]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-db0288aa] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-db0288aa] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-db0288aa] {
    display: flex
}

.flex-x[data-v-db0288aa] {
    flex-direction: row
}

.flex-y[data-v-db0288aa] {
    flex-direction: column
}

.flex-ct[data-v-db0288aa] {
    justify-content: center
}

.flex-st[data-v-db0288aa] {
    justify-content: flex-start
}

.flex-end[data-v-db0288aa] {
    justify-content: flex-end
}

.flex-bt[data-v-db0288aa] {
    justify-content: space-between
}

.flex-ad[data-v-db0288aa] {
    justify-content: space-around
}

.flex-evenly[data-v-db0288aa] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-db0288aa] {
    align-items: center
}

.flex-i-st[data-v-db0288aa] {
    align-items: flex-start
}

.flex-i-end[data-v-db0288aa] {
    align-items: flex-end
}

.flex-s-st[data-v-db0288aa] {
    align-self: flex-start
}

.flex-s-end[data-v-db0288aa] {
    align-self: flex-end
}

.flex-s-ct[data-v-db0288aa] {
    align-self: center
}

.flex-a-st[data-v-db0288aa] {
    align-content: flex-start
}

.flex-1[data-v-db0288aa] {
    flex: 1
}

.flex-wrap[data-v-db0288aa] {
    flex-wrap: wrap
}

.text-center[data-v-db0288aa] {
    text-align: center
}

.wrap[data-v-db0288aa] {
    margin: auto;
    width: 1200px
}

.border[data-v-db0288aa] {
    border: 1px solid #2e8b57
}

.over-text[data-v-db0288aa] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-db0288aa] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-db0288aa],
.over-text-3[data-v-db0288aa] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-db0288aa] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-db0288aa] {
    position: fixed
}

.pos-a[data-v-db0288aa] {
    position: absolute
}

.pos-r[data-v-db0288aa] {
    position: relative
}

.pos-s[data-v-db0288aa] {
    position: static
}

.cur-p[data-v-db0288aa] {
    cursor: pointer
}

.fs-12[data-v-db0288aa] {
    font-size: 12px
}

.fs-14[data-v-db0288aa] {
    font-size: 14px
}

.fs-16[data-v-db0288aa] {
    font-size: 16px
}

.fs-24[data-v-db0288aa] {
    font-size: 24px
}

.ml-10[data-v-db0288aa] {
    margin-left: 10px
}

.ml-5[data-v-db0288aa] {
    margin-left: 5px
}

.va-b[data-v-db0288aa] {
    vertical-align: bottom
}

.td-u[data-v-db0288aa]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-db0288aa] {
    background-color: #fff
}

.box-s-b[data-v-db0288aa] {
    box-sizing: border-box
}

.disable-select[data-v-db0288aa] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.module-wrap[data-v-db0288aa] {
    height: 410px;
    overflow: hidden
}

.module-wrap[data-v-db0288aa]:has(.customTitle5) {
    height: 395px
}

.module-wrap[data-v-db0288aa]:has(.titBg) {
    height: 400px
}

.new-tip[data-v-db0288aa],
p.top[data-v-db0288aa] {
    color: red
}

p.top[data-v-db0288aa] {
    font-weight: 700
}

.article-item[data-v-db0288aa] {
    cursor: pointer;
    font-size: 14px;
    padding-bottom: 8px;
    margin: 0;
    padding-left: 15px;
    position: relative
}

.article-item p[data-v-db0288aa] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.article-item p[data-v-db0288aa] a{
   color: #333333; 
}
.article-item[data-v-db0288aa]:after {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #0278B6;
    border-radius: 50%;
}

.article-item[data-v-db0288aa]:hover:after {
    background-color: var(--home-new-icon)
}

.article-item[data-v-db0288aa]:hover {
    color: var(--home-text-color);
    font-weight: 700
}

.article-item:hover p[data-v-db0288aa] {
    text-decoration: underline
}

.article-item[data-v-db0288aa]:not(:last-child),
.tag[data-v-db0288aa] {
    margin-bottom: 7px
}
.article-item span{
    font-size: 13px;
    color: #999999;
}

.tag[data-v-db0288aa] {
    background: #f1f1f1;
    box-sizing: border-box;
    cursor: pointer;
    gap: 4px 10px;
    height: 59px;
    overflow-y: auto;
    padding: 3px 8px
}

.tag[data-v-db0288aa]::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0)
}

.tag[data-v-db0288aa]::-webkit-scrollbar {
    background-color: #e5e5e5;
    width: 6px
}

.tag[data-v-db0288aa]::-webkit-scrollbar-thumb {
    background-color: var(--home-text-color);
    height: 20px
}

.tag span[data-v-db0288aa] {
    border: 1px solid transparent;
    border-radius: 57px;
    font-size: 14px;
    padding: 2px 10px
}

.tag span.active[data-v-db0288aa],
.tag span[data-v-db0288aa]:hover {
    border: 1px solid var(--home-text-color)
}

.branch-cont[data-v-db0288aa] {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(20% - 6px));
    justify-content: space-between;
    overflow: hidden
}

.branch-cont .branch-item[data-v-db0288aa] {
    border: 1px solid var(--home-text-color);
    box-sizing: border-box;
    color: var(--home-text-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: 60px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    width: 100%
}

.branch-cont .branch-item[data-v-db0288aa]:hover {
    background: var(--home-text-color);
    color: #fff
}

.branch-cont-w50[data-v-db0288aa] {
    grid-template-columns: repeat(auto-fill, calc(33% - 6px))
}

.branch-cont-w25[data-v-db0288aa] {
    grid-template-columns: repeat(auto-fill, calc(50% - 6px))
}

.branch-cont-w25 .branch-item[data-v-db0288aa] {
    margin-bottom: 20px
}


[data-v-e3efb810]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-e3efb810] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-e3efb810] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-e3efb810] {
    display: flex
}

.flex-x[data-v-e3efb810] {
    flex-direction: row
}

.flex-y[data-v-e3efb810] {
    flex-direction: column
}

.flex-ct[data-v-e3efb810] {
    justify-content: center
}

.flex-st[data-v-e3efb810] {
    justify-content: flex-start
}

.flex-end[data-v-e3efb810] {
    justify-content: flex-end
}

.flex-bt[data-v-e3efb810] {
    justify-content: space-between
}

.flex-ad[data-v-e3efb810] {
    justify-content: space-around
}

.flex-evenly[data-v-e3efb810] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-e3efb810] {
    align-items: center
}

.flex-i-st[data-v-e3efb810] {
    align-items: flex-start
}

.flex-i-end[data-v-e3efb810] {
    align-items: flex-end
}

.flex-s-st[data-v-e3efb810] {
    align-self: flex-start
}

.flex-s-end[data-v-e3efb810] {
    align-self: flex-end
}

.flex-s-ct[data-v-e3efb810] {
    align-self: center
}

.flex-a-st[data-v-e3efb810] {
    align-content: flex-start
}

.flex-1[data-v-e3efb810] {
    flex: 1
}

.flex-wrap[data-v-e3efb810] {
    flex-wrap: wrap
}

.text-center[data-v-e3efb810] {
    text-align: center
}

.wrap[data-v-e3efb810] {
    margin: auto;
    width: 1200px
}

.border[data-v-e3efb810] {
    border: 1px solid #2e8b57
}

.over-text[data-v-e3efb810] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-e3efb810] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-e3efb810],
.over-text-3[data-v-e3efb810] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-e3efb810] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-e3efb810] {
    position: fixed
}

.pos-a[data-v-e3efb810] {
    position: absolute
}

.pos-r[data-v-e3efb810] {
    position: relative
}

.pos-s[data-v-e3efb810] {
    position: static
}

.cur-p[data-v-e3efb810] {
    cursor: pointer
}

.fs-12[data-v-e3efb810] {
    font-size: 12px
}

.fs-14[data-v-e3efb810] {
    font-size: 14px
}

.fs-16[data-v-e3efb810] {
    font-size: 16px
}

.fs-24[data-v-e3efb810] {
    font-size: 24px
}

.ml-10[data-v-e3efb810] {
    margin-left: 10px
}

.ml-5[data-v-e3efb810] {
    margin-left: 5px
}

.va-b[data-v-e3efb810] {
    vertical-align: bottom
}

.td-u[data-v-e3efb810]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-e3efb810] {
    background-color: #fff
}

.box-s-b[data-v-e3efb810] {
    box-sizing: border-box
}

.disable-select[data-v-e3efb810] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.list-wrap1 .item[data-v-e3efb810] {
    flex: 1 1 20%
}

.list-wrap1 .item .content[data-v-e3efb810] {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .078);
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    display: grid;
    height: calc(100% - 20px);
    margin: 10px;
    padding: 20px 30px;
    text-align: center
}

.list-wrap1 .item .content[data-v-e3efb810]:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
    transition: .2s ease-in-out;
    z-index: 2
}

.list-wrap1 .item .content .img[data-v-e3efb810] {
    height: 85px;
    margin: 0 auto;
    width: 85px
}

.list-wrap1 .item .content h6[data-v-e3efb810] {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 18px
}

.list-wrap2 .item[data-v-e3efb810] {
    flex: 1 1 20%
}

.list-wrap2 .item .content[data-v-e3efb810] {
    background: linear-gradient(180deg, var(--home-new-icon) 0, var(--home-text-color) 100%);
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .078);
    box-sizing: border-box;
    cursor: pointer;
    gap: 10px;
    margin: 10px;
    padding: 12px 0;
    text-align: center
}

.list-wrap2 .item .content[data-v-e3efb810]:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
    transition: .2s ease-in-out;
    z-index: 2
}

.list-wrap2 .item .content .img[data-v-e3efb810] {
    flex-shrink: 0;
    height: 20px;
    width: 20px
}

.list-wrap2 .item .content h6[data-v-e3efb810] {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin: 0
}

.list-wrap3[data-v-e3efb810] {
    align-content: flex-start;
    box-sizing: border-box;
    height: 359px;
    overflow: hidden;
    padding: 15px
}

.list-wrap3 .item[data-v-e3efb810] {
    box-sizing: border-box;
    cursor: pointer;
    flex: 1 1 20%;
    height: 65px;
    margin-bottom: 3px;
    padding: 0 3px
}

.list-wrap3 .item .content[data-v-e3efb810] {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden
}

.list-wrap3 .item .content[data-v-e3efb810]:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
    transition: .2s ease-in-out;
    z-index: 2
}

.list-wrap3 .img[data-v-e3efb810] {
    flex-shrink: 0;
    height: 47px;
    margin: 7px 0 7px 7px;
    width: 47px
}

.list-wrap3 h6[data-v-e3efb810] {
    font-size: 14px;
    margin: 0;
    text-align: center;
    width: 100%
}

.w100 .list-wrap3[data-v-e3efb810] {
    height: auto
}

.w61 .list-wrap2 .item[data-v-e3efb810],
.w61 .list-wrap3 .item[data-v-e3efb810],
.w66 .list-wrap2 .item[data-v-e3efb810],
.w66 .list-wrap3 .item[data-v-e3efb810],
.w75 .list-wrap2 .item[data-v-e3efb810],
.w75 .list-wrap3 .item[data-v-e3efb810] {
    flex: 1 1 30%
}

.w33 .list-wrap2 .item[data-v-e3efb810],
.w33 .list-wrap3 .item[data-v-e3efb810],
.w38 .list-wrap2 .item[data-v-e3efb810],
.w38 .list-wrap3 .item[data-v-e3efb810],
.w50 .list-wrap2 .item[data-v-e3efb810],
.w50 .list-wrap3 .item[data-v-e3efb810] {
    flex: 1 1 50%
}

.w25 .list-wrap2 .item[data-v-e3efb810],
.w25 .list-wrap3 .item[data-v-e3efb810] {
    flex: 1 1 100%
}


[data-v-e3ff5125]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-e3ff5125] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-e3ff5125] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-e3ff5125] {
    display: flex
}

.flex-x[data-v-e3ff5125] {
    flex-direction: row
}

.flex-y[data-v-e3ff5125] {
    flex-direction: column
}

.flex-ct[data-v-e3ff5125] {
    justify-content: center
}

.flex-st[data-v-e3ff5125] {
    justify-content: flex-start
}

.flex-end[data-v-e3ff5125] {
    justify-content: flex-end
}

.flex-bt[data-v-e3ff5125] {
    justify-content: space-between
}

.flex-ad[data-v-e3ff5125] {
    justify-content: space-around
}

.flex-evenly[data-v-e3ff5125] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-e3ff5125] {
    align-items: center
}

.flex-i-st[data-v-e3ff5125] {
    align-items: flex-start
}

.flex-i-end[data-v-e3ff5125] {
    align-items: flex-end
}

.flex-s-st[data-v-e3ff5125] {
    align-self: flex-start
}

.flex-s-end[data-v-e3ff5125] {
    align-self: flex-end
}

.flex-s-ct[data-v-e3ff5125] {
    align-self: center
}

.flex-a-st[data-v-e3ff5125] {
    align-content: flex-start
}

.flex-1[data-v-e3ff5125] {
    flex: 1
}

.flex-wrap[data-v-e3ff5125] {
    flex-wrap: wrap
}

.text-center[data-v-e3ff5125] {
    text-align: center
}

.wrap[data-v-e3ff5125] {
    margin: auto;
    width: 1200px
}

.border[data-v-e3ff5125] {
    border: 1px solid #2e8b57
}

.over-text[data-v-e3ff5125] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-e3ff5125] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-e3ff5125],
.over-text-3[data-v-e3ff5125] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-e3ff5125] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-e3ff5125] {
    position: fixed
}

.pos-a[data-v-e3ff5125] {
    position: absolute
}

.pos-r[data-v-e3ff5125] {
    position: relative
}

.pos-s[data-v-e3ff5125] {
    position: static
}

.cur-p[data-v-e3ff5125] {
    cursor: pointer
}

.fs-12[data-v-e3ff5125] {
    font-size: 12px
}

.fs-14[data-v-e3ff5125] {
    font-size: 14px
}

.fs-16[data-v-e3ff5125] {
    font-size: 16px
}

.fs-24[data-v-e3ff5125] {
    font-size: 24px
}

.ml-10[data-v-e3ff5125] {
    margin-left: 10px
}

.ml-5[data-v-e3ff5125] {
    margin-left: 5px
}

.va-b[data-v-e3ff5125] {
    vertical-align: bottom
}

.td-u[data-v-e3ff5125]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-e3ff5125] {
    background-color: #fff
}

.box-s-b[data-v-e3ff5125] {
    box-sizing: border-box
}

.disable-select[data-v-e3ff5125] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.module-wrap[data-v-e3ff5125] {
    overflow: hidden
}

.list-common:hover span[data-v-e3ff5125] {
    font-weight: 700
}

.list-bg[data-v-e3ff5125] {
    background-color: var(--home-text-color);
    border-radius: 3px;
    color: #fff;
    margin: 5px;
    padding: 3px 12px
}

.list-border[data-v-e3ff5125] {
    border: 1px solid var(--home-text-color);
    border-radius: 2px;
    line-height: 20px;
    margin-right: 15px;
    margin-top: 10px;
    overflow: hidden;
    padding: 7px 11px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-border[data-v-e3ff5125]:hover {
    background: var(--home-text-color);
    color: #fff
}

span[data-v-e3ff5125] {
    line-height: 1
}

.list-wrap[data-v-e3ff5125] {
    color: #666;
    font-size: 14px;
    padding: 20px
}

.list-wrap span[data-v-e3ff5125] {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 3px 5px;
    padding: 5px
}

.list-wrap span[data-v-e3ff5125]:hover {
    color: var(--home-text-color);
    font-weight: 700;
    text-decoration: underline
}

.list-end[data-v-e3ff5125] {
    padding-left: 12px
}

.list-other[data-v-e3ff5125] {
    border-right: 2px solid #c5c5c5;
    padding: 0 12px
}

.top_box{
    width: 100%;
    height: 221px;
    background: url(../images/top-bg.png) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.top_main{
    width: 1200px;
    margin: auto;
    margin-top: 23px;
}
.top_maint1{
    display: flex;
    justify-content: space-between;
}
.top_maint1_left{
    font-size: 14px;
    color: #0278B6;
}
.top_maint1_right{
    font-size: 14px;
    color: #0278B6;
    display: flex;
    align-items: center;
}
.top_maint1_right span{
    display: block;
    width: 1px;
    height: 19px;
    background: #C7C7C7;
    margin-left: 8px;
    margin-right: 8px;
}
.top_maint2{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.top_maint2_left{
    width: 455px;
    height: 77px;
}
.top_maint2_left img{
    width: 100%;
    height: 100%;
}
.searchForm{
    display: flex;
    align-items: center;
}
.sechInput{
    width: 350px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #95D3FF;
    margin-right: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sechInput input{
    border: 0;
    line-height: 36px;
    width: 280px;
    margin-left: 12px;
    font-size: 16px;
}
.sechInput img{
    margin-right: 21px;
    width: 25px;
    height: 22px;
}
.sechBtn{
    width: 100px;
    height: 40px;
    border-radius: 6px;
    background: #0278B6;
}
.sechBtn input{
    border: 0;
    width: 100%;
    height: 100%;
    background: #0278B6;
    border-radius: 6px;
    font-size: 20px;
    color: #FFFFFF;
}
.news_top{
    overflow: hidden;
}
.news_top h2{
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 19px;
    color: #333333;
}
.news_top h2 a{
    font-size: 19px;
    color: #333333;
}
.news_top>div{
    display: flex;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px dashed #999999;
}
.news_top div p{
    width: 470px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.news_top div p a{
    font-size: 14px;
    color: #666666;
}
.news_top div span{
    font-size: 14px;
    color: #999999;
    line-height: 32px;
}
.swiperzt{
    margin-top: 28px;
}
.swiperzt .swiper-button-next,
.swiperzt .swiper-button-prev {
    color: rgba(0, 0, 0, 0.5);
    height: 96px;
    width: 40px;
    text-align: center;
    background-image: url(none);
    cursor: pointer;
    margin-top: 0;
    top: auto;
    top: 50%;
    margin-top: -48px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
}

.swiperzt .swiper-button-next {
    right: 0;
    background-image: url(../images/right.png);
}

.swiperzt .swiper-button-prev {
    left: 0;
    background-image: url(../images/left.png);
}
.swiperzt .swiper-slide{
    margin: 0 13px;
    /* margin-right: 12px; */
    width: 340px !important;
}
.swiperzt .swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiperzt .swiper-wrapper{
    margin-left: -13px;
}

.hfbanner{
    width: 100%;
    height: 123px;
    margin-top: 24px;
    margin-bottom: 30px;
}
.hfbanner img{
    width: 100%;
    height: 100%;

}


.left-nav[data-v-e005cfee] {
    box-sizing: border-box;
    padding-bottom: 20px;
    width: 300px
}

.left-nav .left-navtitle[data-v-e005cfee] {
    border-bottom: 1px solid var(--home-text-color)
}

.left-nav .category-item1-box[data-v-e005cfee] {
    overflow: hidden
}

.left-nav .category-item1-box .item2-box[data-v-e005cfee] {
    max-height: 0;
    transition: max-height .8s ease-in
}

.left-nav .category-item1-box.is-active .item2-box[data-v-e005cfee] {
    max-height: 1000px
}

.left-nav .category-item1-box.is-active .category-item[data-v-e005cfee] {
    background-color: var(--home-text-color);
    color: #fff
}
.left-nav .category-item1-box.is-active .category-item[data-v-e005cfee] a{
    color: #fff;
}

.left-nav .category-item1-box.is-active .category-item[data-v-e005cfee]:before {
    background-color: #fff
}

.left-nav .category-item1-box.is-active .item2-box-item[data-v-e005cfee] {
    background-color: transparent;
    color: #2c3e50
}

.left-nav .category-item1-box.is-active .item2-box-item[data-v-e005cfee]:hover {
    background-color: #e60016;
    background-color: var(--home-text-color);
    color: #fff;
    opacity: .75
}

.left-nav .category-item1-box.is-active .item2-box-item[data-v-e005cfee]:before {
    background-color: #2c3e50
}

.left-nav .category-item1-box.is-active .item2-box-item.is-active[data-v-e005cfee] {
    background-color: var(--home-text-color);
    color: #fff
}

.left-nav .category-item1-box.is-active .item2-box-item.is-active i[data-v-e005cfee] {
    color: #fff
}

.left-nav .category-item1-box.is-active .item2-box-item.is-active[data-v-e005cfee]:before {
    background-color: #fff
}

.left-nav .category-item[data-v-e005cfee] {
    background: #f6f7f9;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 15px 30px;
    position: relative;
    color: #333333;
}

.left-nav .category-item[data-v-e005cfee]:hover {
    background: var(--home-text-color);
    color: #fff
}

.left-nav .category-item[data-v-e005cfee]:hover a{
    color: #fff;
}
.left-nav .category-item[data-v-e005cfee]:hover:before {
    background-color: #fff
}

.left-nav .category-item:hover .icon-show[data-v-e005cfee] {
    display: inline-block
}

.left-nav .category-item .icon[data-v-e005cfee] {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.left-nav .category-item .icon[data-v-e005cfee]:after {
    content: "\e6d8";
    left: -15px;
    position: absolute;
    top: 0
}

.left-nav .category-item .icon-left[data-v-e005cfee] {
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    transform: rotate(180deg)
}

.left-nav .category-item .icon-left[data-v-e005cfee]:after {
    content: "\e6d8";
    left: -15px;
    position: absolute;
    top: 0
}

.left-nav .category-item .icon-show[data-v-e005cfee] {
    color: #fff;
    display: none
}

.left-nav .category-item.is-active[data-v-e005cfee] {
    background: var(--home-text-color);
    color: #fff
}

.left-nav .category-item.is-active[data-v-e005cfee]:before {
    background-color: #fff
}

.left-nav .category-skin2-item[data-v-e005cfee]:hover {
    line-height: 30px;
    padding: 5px 7px
}

.wxcode-box[data-v-e005cfee] {
    padding: 10px 45px
}

.wxcode-box img[data-v-e005cfee] {
    width: 100%
}

.nav-t-r[data-v-e005cfee] {
    color: #888
}

.nav-t-r .home-icon[data-v-e005cfee] {
    color: var(--home-new-icon);
    font-size: 28px
}

.nav-t-r span[data-v-e005cfee] {
    cursor: pointer;
    font-size: 14px;
    margin: 0 2px
}
.nav-t-r a {
    cursor: pointer;
    font-size: 14px;
    margin: 0 2px;
    color: #888;
}

.nav-t-r span[data-v-e005cfee]:hover {
    color: #333
}
