@charset "utf-8";
.loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background-size: 100% 100%;
    z-index: 999;
}

html {
    font-size: 100px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, picture {
    display: block
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-weight: normal;
}

ol, ul {
    list-style: none
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    color: #595757;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #182e65
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    border: none;
    border-top: 2px solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    border: none
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.none {
    display: none
}

.check:checked, .check:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.check:checked + label, .check:not(:checked) + label {
    position: relative;
    display: inline-block;
    height: 14px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
}

.check + label:after, .check + label:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 13px;
    border-radius: 3px;
    content: '';
    background: #000
}

.check:checked + label:after {
    background: #ca140d
}

.radio:checked + label, .radio:not(:checked) + label {
    position: relative;
    display: inline-block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 20px
}

.radio + label:after, .radio + label:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: ''
}

.radio:not(:checked) + label:after, .radio:not(:checked) + label:before {
    border: 1px solid #888
}

.radio:checked, .radio:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.radio:checked + label:before {
    border: 1px solid #d9a65c
}

.radio:checked + label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9a65c;
    top: 3px;
    left: 4px
}

::-webkit-input-placeholder {
    color: #999;
    opacity: .54
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

:-ms-input-placeholder {
    color: #999
}

/*::selection{background:#0662d4;color:#fff}
::-moz-selection{background:#0662d4;color:#fff}
::-webkit-selection{background:#0662d4;color:#fff}
*/
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.l {
    float: left
}

.r {
    float: right
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.bor {
    border: 1px dashed #999
}

.poab {
    position: absolute
}

.pore {
    position: relative
}

.texto a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.imgInline {
    display: inline-block !important;
    vertical-align: middle
}

.imgMargin {
    margin: 0 auto
}

.imgW100 {
    width: 100%
}

.text-r {
    text-align: right
}

.text-m {
    text-align: center
}

.text-bold {
    font-weight: 700;
}

.text-light {
    font-weight: 100;
}

.text-up {
    text-transform: uppercase;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.trans {
    transition: all .5s
}

.trans-mask {
    display: block;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.trans-mask img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trans-mask:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.bg-mask .pic {
    overflow: hidden;
}

.bg-mask .pic .a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ablink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0);
}

.wp {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px
}

.wpIndex{
    width: 98%;
    margin: 0 auto;
    max-width: 1440px
}

.greybg {
    background: #f2f2f2
}

.textup {
    text-transform: uppercase
}

.co {
    color: #bd2323
}

.co-fff {
    color: #fff !important
}

.fixdbody {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m-show {
    display: none
}

.filter-page {
    filter: blur(5px);
}

@media screen and (max-width: 1080px) {
    .pc-show {
        display: none
    }

    .m-show {
        display: block
    }
}

.titline_w {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.titlin_w:hover .titline_w {
    background-size: 100% 1px
}

.titline_w:hover {
    background-size: 100% 1px
}

.titline_y {
    position: relative;
    background-image: linear-gradient(#eb8e08, #eb8e08);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.titlin_y:hover .titline_y {
    background-size: 100% 1px
}

.titline_y:hover {
    background-size: 100% 1px
}

.zi6 {
    position: relative;
    z-index: 6
}

.zi5 {
    position: relative;
    z-index: 5
}

.zi4 {
    position: relative;
    z-index: 4
}

.zi3 {
    position: relative;
    z-index: 3
}

.zi2 {
    position: relative;
    z-index: 2
}

.zi1 {
    position: relative;
    z-index: 1
}

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

.fs-13 {
    font-size: 13px;
}

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

.text-theme {
    color: #182e65
}

@keyframes go5 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes aniBlink {
    from {
        margin-left: -50%
    }
    to {
        margin-left: 120%
    }
}

@-webkit-keyframes aniBlink {
    from {
        margin-left: -50%
    }
    to {
        margin-left: 120%
    }
}

@keyframes go {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes roted1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes roteda {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.overhide {
    overflow: hidden
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

/*ͷ��*/

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header .topa {
    height: 90px;
    background: transparent;
    border-bottom: none;
    position: relative;
    transition: all 0.3s ease;
}

/* 鼠标悬浮导航栏时背景变白 */
.header .topa:hover {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

/* 导航栏文字默认白色 */
.header .topa .nav li a {
    color: #ffffff !important;
}

/* 悬浮导航栏时文字变深色 */
.header .topa:hover .nav li a {
    color: #30343e !important;
}

.header .topa .nav li a:hover,
.header .topa .nav li.on a {
    color: #d7211f !important;
}

/* 滚动时固定导航栏 */
.header.fixed {
    position: fixed;
}

.header.fixed .topa {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 滚动后导航栏文字变回深色 */
.header.fixed .topa .nav li a {
    color: #30343e !important;
}

.header.fixed .topa .nav li a:hover,
.header.fixed .topa .nav li.on a {
    color: #d7211f !important;
}

.header .topa > .wp {
    height: 100%;
    width: 100%;
    max-width: none;
    padding: 0 60px;
}

.header .topa .logo {
    flex-shrink: 0;
}

.header .topa .logo img {
    max-height: 40px;
    width: auto;
}

/* 导航栏三列布局：Logo左、导航中、功能右 */
.nav-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.navbar-center {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 90px;
}

.header .topa .nav {
    align-items: center;
    justify-content: flex-start;
}

.header .topa .nav li {
    margin: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.header .topa .nav li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #30343e;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/* 传统下拉菜单样式（用于了解我们等菜单项，排除多列菜单） */
.header .topa .nav li:not(.nav-megamenu) ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    border-top: none;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.header .topa .nav li:not(.nav-megamenu):hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header .topa .nav li:not(.nav-megamenu) ul li {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
}

.header .topa .nav li:not(.nav-megamenu) ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header .topa .nav li:not(.nav-megamenu) ul li a:hover {
    color: #d7211f;
    background: #f8f9fa;
    padding-left: 25px;
}

.header .topa .nav li a i {
    color: #81868e;
    margin-left: 6px;
    font-size: 14px;
}

.header .topa .nav li.on a, .header .topa .nav li a:hover {
    color: #d7211f;
}

.header .topa .aright > div {
    align-items: center;
}

.header .topa .aright .tel {
    font-size: 18px;
    color: #182e65;
    margin-right: 38px;
    line-height: 24px;
    align-items: center;
    font-family: 'din'
}

.header .topa .aright .tel i {
    font-size: 24px;
    margin-right: 8px;
    vertical-align: -2px
}

.header .topa .aright .yuyue {
    position: relative;
}

.header .topa .aright .yuyue a {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #182e65;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.header .topa .aright .yuyue a i {
    font-size: 19px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: -2px;
    color: #fff;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.navbar.show {
    opacity: 1;
    visibility: visible;
    display: block;
}

.menu-btn {
    z-index: 999;
    overflow: hidden;
    margin-left: 35px;
    width: 30px;
    height: 30px;
    background: 0 0;
    text-indent: -5260px;
    opacity: 1;
    position: relative;
    z-index: 999;
}

.menu-btn .line-1, .menu-btn .line-2, .menu-btn .line-3 {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    right: 0;
    width: 30px;
    height: 2px;
    background: #d7211f;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
    margin-top: -9px;
    width: 26px
}

.menu-btn .line-3 {
    margin-top: 9px;
    width: 26px
}

.drawerMenu-open .menu-btn .line-1 {
    visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
    margin-top: 0 !important;
    width: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drawerMenu-open .menu-btn .line-3 {
    margin-top: 0 !important;
    width: 28px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.searchbtn {
    width: 30px;
    text-align: center;
    line-height: 40px
}

.searchbtn i {
    color: #c80d17;
    font-size: 18px
}

.mobNav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 98;
    padding: 30px 8% 30px;
    display: none
}

.mobNav ul {
    max-height: 70vh;
    overflow: auto;
    margin-top: 20px
}

.mobNav ul::-webkit-scrollbar {
    display: none;
}

.mobNav ul li {
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
}

.mobNav ul li .navp a {
    font-size: 18px;
    color: #d7211f;
    font-weight: bold;
    background-size: auto 100%
}

.mobNav ul li .navp i {
    display: block;
    width: 16px;
    transition: .3s;
    transform-origin: center;
    margin-right: 5px;
    height: 16px;
    background: url(../images/more.svg) no-repeat center;
    background-size: 16px 16px
}

.mobNav ul li.on .navp i {
    transform: rotate(-45deg);
}

.mobNav ul li .subNavm {
    margin-top: 10px;
    padding-left: 10px;
    display: none
}

.mobNav ul li .subNavm a {
    display: block;
    line-height: 30px;
    font-size: 14px
}

.mobNav .toplink {
    margin-bottom: 20px
}

.mobNav .toplink a i {
    font-size: 24px;
}

.mobNav .toplink a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    transition: .3s;
    color: #bd2323;
    background: #f2f2f2;
    position: relative;
}

.mobNav .toplink a span {
    width: 100px;
    height: 100px;
    background: #fff;
    top: 100%;
    left: -15px;
    position: absolute;
    z-index: 10;
    padding: 3px;
    display: none
}

.mobNav .toplink a:hover span {
    display: block;
}

.mobNav .slog h4 {
    font-size: 20px;
    color: #292c33;
    margin-bottom: 5px;
    font-weight: bold;
}

.mobNav .slog p span {
    font-size: 14px;
    color: #666
}

.headerm {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    height: 60px;
    padding-right: 4%;
    padding-left: 4%
}

.headerm .logo img {
    height: 60px
}

.scrolling .headerm {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.headerm .tel {
    font-size: 16px;
    color: #d7211f;
    margin-right: 15px;
    line-height: 32px
}

.headerm .tel a {
    color: #d7211f;
}

.headerm .tel i {
    font-size: 28px;
    margin-right: 5px;
    vertical-align: -2px
}

/* 多列下拉菜单样式 */
.nav-megamenu {
    position: static;
}

.nav-megamenu > a {
    position: relative;
}

.nav-megamenu > a i {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.nav-megamenu:hover > a i {
    transform: rotate(180deg);
}

.megamenu-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
}

.header .topa .nav li:hover .megamenu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 600px;
}

.megamenu-content {
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.megamenu-column {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.megamenu-title {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 8px;
}

.megamenu-title a {
    color: #333;
    text-decoration: none;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.megamenu-title a:hover {
    color: var(--primary-color);
}

.megamenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.megamenu-list li {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
}

.megamenu-list li a {
    display: block;
    padding: 8px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: left;
}

.megamenu-list li a:hover {
    color: var(--primary-color);
    padding-left: 10px;
}

.megamenu-list li:after {
    display: none;
}

/* 确保下拉菜单在topa内部正确定位 */
.header .topa .megamenu-dropdown {
    left: 0;
    right: 0;
}

/* 产品中心左右分栏下拉菜单 */
.product-center-dropdown {
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    height: 60vh;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
    z-index: 999;
}

.header .topa .nav li:hover .product-center-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 60vh;
}

.nav-product-center .product-center-dropdown {
    left: 0;
    transform: translateY(-10px);
    margin-left: 0;
}

.header .topa .nav li.nav-product-center:hover .product-center-dropdown {
    transform: translateY(0);
}

/* 产品中心特殊布局 - 左右分栏 */
.product-center-content {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    padding: 0;
    align-items: stretch;
}

/* 左侧分类列表（二级标题） */
.product-category-list {
    width: 240px;
    min-width: 240px;
    background: #f8f9fa;
    border-right: 1px solid #e9ecef;
    padding: 0;
    flex-shrink: 0;
}

.category-item {
    position: relative;
    padding: 0;
    margin: 0;
}

.category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    background: transparent;
}

.category-link:hover {
    background: #f0f0f0;
    color: #000;
}

.category-item.active .category-link {
    background: #e9ecef;
    color: var(--primary-color);
    border-left-color: var(--primary-color);
    font-weight: 500;
}

.category-name {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}

.category-arrow {
    font-size: 14px;
    color: #999;
    opacity: 0.6;
    transition: all 0.2s ease;
}

.category-item.active .category-arrow {
    opacity: 1;
    color: var(--primary-color);
}

.category-link:hover .category-arrow {
    opacity: 0.8;
}

/* 右侧产品展示区域（三级标题和图片） */
.product-display-area {
    flex: 1;
    padding: 30px 35px;
    background: #fff;
    position: relative;
    min-height: 100%;
    min-width: 0;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.category-products {
    display: none;
    width: 100%;
    height: 100%;
}

.category-products.active,
.category-products[style*="display:flex"] {
    display: flex !important;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 20px;
}

/* 产品网格 */
.product-items-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 25px;
    align-content: start;
    justify-items: center;
    min-height: 300px;
    min-width: 0;
    max-width: 1200px;
}

/* 当产品网格为空时显示提示 */
.product-items-grid:empty::before {
    content: '暂无产品';
    display: block;
    text-align: center;
    color: #999;
    padding: 50px 0;
    grid-column: 1 / -1;
}

.product-item {
    text-align: center;
}

.product-link {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-link:hover {
    transform: translateY(-5px);
}

.product-image {
    position: relative;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-link:hover .product-image {
    border-color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    opacity: 1;
    filter: none;
}

.product-link:hover .product-image img {
    transform: scale(1.05);
}

.product-name {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    transition: color 0.3s ease;
    font-weight: 500;
}

.product-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    text-align: center;
    margin-top: 0;
}

.product-link:hover .product-name {
    color: var(--primary-color);
}

@media (max-width: 1600px) {
    .header .topa .nav li {
        margin: 0 20px;
    }

    .header .topa .nav li a {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .header .topa .nav li {
        margin: 0 15px;
    }

    .header .topa .nav li a {
        font-size: 16px;
    }
}

@media (max-width: 1400px) {
    .header .topa .nav li {
        margin: 0 10px;
    }

    .header .topa .nav li a {
        font-size: 16px;
    }

    .header .topa .aright .yuyue a {
        width: 150px;
    }
}

@media (max-width: 1300px) {
    .header .topa .nav li {
        margin: 0 10px;
    }

    .header .topa .nav li a {
        font-size: 16px;
    }

    .header .topa .aright .yuyue a {
        width: 130px;
        font-size: 16px;
    }
}

.footer {
    background-color: #292c33;
    color: #ababad;
    font-size: 14px
}

.footer a {
    color: #ababad;
}

.footer a:hover {
    color: #fff;
}

.footer .fta {
    padding: 55px 0 80px
}

/* 页脚网格布局 */
.footer .fta .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
}

/* 页脚列样式 */
.footer .fta .footer-column {
    min-width: 0;
}

.footer .fta .footer-column dt {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 26px;
    font-weight: normal;
}

.footer .fta .footer-column dt a {
    color: #ffffff;
    display: block;
    transition: color 0.3s ease;
}

.footer .fta .footer-column dt a:hover {
    color: #d7211f;
}

.footer .fta .footer-column dd ul {
    list-style: none;
}

.footer .fta .footer-column dd ul li {
    padding: 9px 0;
}

.footer .fta .footer-column dd ul li a {
    color: #b1bac6;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer .fta .footer-column dd ul li a:hover {
    color: #d7211f;
}

/* 联系我们列特殊样式 */
.footer .fta .footer-contact .contact-info .tel {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 15px;
}

.footer .fta .footer-contact .contact-info .tel i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
}

.footer .fta .footer-contact .contact-info .info-item {
    padding: 8px 0;
    color: #b1bac6;
    font-size: 14px;
    line-height: 1.8;
}

.footer .fta .footer-contact .contact-info .info-item span {
    display: block;
}

.footer .fta .footer-contact .qr-code {
    margin-top: 20px;
    text-align: center;
}

.footer .fta .footer-contact .qr-code img {
    display: block;
    margin: 0 auto 10px;
}

.footer .fta .footer-contact .qr-code p {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

/* 保留旧样式兼容 */
.footer .fta .aleft {
    width: 43.75%
}

.footer .fta .aleft dl dt {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 26px;
}

.footer .fta .aleft dl dd ul li {
    padding: 9px 0
}

.footer .fta .aleft dl dd ul li a {
    color: #b1bac6;
    font-size: 14px;
}

.footer .fta .aleft dl dd ul li a:hover {
    color: #d7211f;
    opacity: 1;
}

.footer .fta .aleft dl dd p {
    padding: 6px 0
}

.footer .fta .aleft dl dd p.spt {
    font-size: 32px;
    color: #fff
}

.links {
    margin-bottom: 30px;
    color: rgba(177, 186, 198, .8);
}

.links a {
    margin-right: 10px;
    color: rgba(177, 186, 198, .8);
}

.footer .fta .aright .news-section {
    margin-right: 50px;
    min-width: 280px;
}

.footer .fta .aright .news-section h4 {
    font-size: 20px;
    line-height: 1;
    color: #eeeeee;
    margin-bottom: 25px;
}

.footer .fta .aright .news-section .footer-news {
    list-style: none;
}

.footer .fta .aright .news-section .footer-news li {
    padding: 8px 0;
    line-height: 1.6;
}

.footer .fta .aright .news-section .footer-news li a {
    color: #b1bac6;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
}

.footer .fta .aright .news-section .footer-news li a:hover {
    color: #d7211f;
}

.footer .fta .aright .qr {
    text-align: center;
    margin-right: 50px;
}

.footer .fta .aright .qr p {
    margin-top: 12px;
    color: rgba(255, 255, 255, .8);
}

.footer .fta .aright .lx {
    text-align: right;
}

.footer .fta .aright .lx h4 {
    font-size: 20px;
    line-height: 1;
    color: #eeeeee;
    margin-bottom: 25px;
}

.footer .fta .aright .lx .tel {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.footer .fta .aright .lx .tel i {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    margin-top: -4px;
    width: 36px;
    height: 36px;
    background-color: #d7211f;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}

.footer .fta .aright .lx .des {
    margin-top: 26px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, .8);
}

.footer .fta .aright .lx .des span {
    display: block;
}

.footer .fta .aright .lx .des span ~ span {
    margin-top: 15px;
}

.footer .ftb {
    padding: 22px 0;
    background: #21242a;
    color: rgba(177, 186, 198, .8);
}

.footer .ftb a {
    color: rgba(177, 186, 198, .8);
}

.footer .ftb a:hover, .links a:hover {
    color: #d7211f;
}

.footer .ftb .aleft {
    width: 50%
}

.footer .ftb .aright p:last-child {
    margin-left: 20px
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1080px) {
    body {
        padding-top: 60px
    }

    .header {
        display: none
    }

    .headerm {
        display: flex;
    }

    html {
        font-size: 80px !important
    }

    .footer .ftb .aleft {
        width: 100%;
        margin-bottom: 10px
    }

    .footer .ftb .aright {
        width: 100%;
        max-width: inherit;
    }
}

@media screen and (max-width: 1200px) {
    .footer .fta .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media screen and (max-width: 980px) {
    .footer .fta .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .footer .fta .aleft {
        width: 100%
    }

    .footer .fta .aleft dl {
        margin-bottom: 30px
    }

    .footer .fta .aright {
        width: 100%;
        text-align: center;
    }

    .footer .fta .aright img {
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    .footer .fta .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer .fta .footer-contact .qr-code {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 640px) {
    body {
        padding-top: 55px
    }

    .menu-btn {
        margin-left: 10px
    }

    .headerm {
        height: 55px
    }

    .headerm .logo img {
        height: 55px
    }

    .footer .ftb .aleft {
        text-align: center;
    }

    .footer .ftb .aright p {
        width: 100%;
        text-align: center;
    }

    .footer .ftb .aright p:last-child {
        margin-left: 0;
        margin-top: 5px
    }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 360px) {
    .footer .fta .aleft dl {
        width: 48%
    }
}

/*ͼƬ�Ŵ�*/
.pic-scale .pic, .img-scale {
    position: relative;
    overflow: hidden;
}

.img-scale img, .pic-scale img {
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.img-scale:hover img, .pic-scale:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.img-scale.scale2:hover img, .pic-scale.scale2:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.img-product:hover img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.jjfa_card:hover img {
    transform: translate(0, -8px);
    transition: transform 0.3s, -webkit-transform 0.3s;
}

/*.jjfa_title:hover {*/
/*    transform: translate(0, -10px);*/
/*    transition: transform 0.4s, -webkit-transform 0.4s;*/
/*}*/

.jjfa_title:hover p{
    color: rgb(240, 152, 99) !important;
}

.oh {
    overflow: hidden;
}

/*����*/
.topser .serpc {
    display: none;
    position: absolute;
    width: 300px;
    height: 50px;
    padding: 5px;
    top: 31px;
    right: 0;
    z-index: 66;
    background: #fff
}

.topser .inp {
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-size: 14px;
    color: #444;
    background: none;
    border: 1px solid #eee;
}

.topser .sub {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 5px;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(../fonts/serbtn.svg) no-repeat center;
    background-size: 20px 20px
}

.topser .close {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    color: #888;
    cursor: pointer;
}

.topser .close:hover {
    color: #2c06a0;
}

.sermob {
    position: fixed;
    width: 100%;
    padding: 10px;
    top: 60px;
    right: 0;
    z-index: 66;
    background: #fff;
    display: none
}

.sermob .inp {
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-size: 14px;
    color: #444;
    background: none;
    border: 1px solid #eee;
}

.sermob .sub {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(../fonts/serbtn.svg) no-repeat center;
    background-size: 20px 20px
}

.sermob .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    line-height: 42px
}

.topser .close:hover {
    color: #2c06a0;
}

@media screen and (max-width: 640px) {
    .sermob {
        top: 55px;
    }
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
}

.line5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

.line8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical
}

/*�������ŵ�����ʽ*/
.video_shadow {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
}

.playnow {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -410px;
    margin-top: -286px;
    width: 820px;
    height: 550px;
    background-color: transparent;
    z-index: 1000;
}

.video_control {
    width: 820px;
    height: 500px;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, .5);
}

.video_control video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.closevideo {
    position: absolute;
    right: -30px;
    top: -24px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.closevideo:hover {
    right: -35px;
}

@media (max-width: 1000px) {
    .playnow {
        left: 5%;
        top: 30%;
        margin-left: 0;
        margin-top: 0;
        width: 90%;
        height: auto;
    }

    .video_control {
        width: 100%;
        height: auto;
        box-shadow: none;
    }

    .closevideo {
        position: absolute;
        right: 0;
        top: -50px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }
}

.BMap_bubble_content {
    font-size: 14px;
}

.bg-gray {
    background: #f8f8f8;
}

.page-mbx {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    color: #767676;
    font-size: 14px;
    background-color: #fafafa;
}

.page-mbx a {
    color: #767676;
}

.page-mbx .back {
    font-size: 16px;
    color: #61030a;
}

.page-mbx a:hover {
    color: #61030a;
}

.page-mbx i {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

/*����դ��*/
.col {
    margin-left: -10px;
    margin-right: -10px;
    zoom: 1;
}

.col:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col > li, .col .item {
    float: left;
    padding: 0 10px;
}

.col li img, .col .item img {
    max-width: 100%;
    width: 100%;
    height: 150px;
}

.col-2 li, .col-2 .item {
    width: 100%;
}

.col-3 li, .col-3 .item {
    width: 33.3333%;
}

.col-4 > li, .col-4 .item {
    width: 25%;
}

.col-4 > li, .col-4 .itemResolve:nth-child(-n+2){
    width: 50%;
}

.col-5 li, .col-5 .item {
    width: 20%;
}

.col-6 li, .col-6 .item {
    width: 16.6666%;
}

.col-7 li, .col-7 .item {
    width: 14.2857%;
}

.col-8 li, .col-8 .item {
    width: 12.5%;
}

.col.k10 {
    margin-left: -5px;
    margin-right: -5px;
}

.col.k10 > li, .col.k10 .item {
    padding: 0 5px;
}

.col.k15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.col.k15 > li, .col.k15 .item {
    padding: 0 7.5px;
}

.col.k26 {
    margin-left: -13px;
    margin-right: -13px;
}

.col.k26 > li, .col.k26 .item {
    padding: 0 13px;
}

.col.k30 {
    margin-left: -15px;
    margin-right: -15px;
}

.col.k30 > li, .col.k30 .item {
    padding: 0 15px;
}

.col.k90 {
    margin-left: -45px;
    margin-right: -45px;
}

.col.k90 > li, .col.k90 .item {
    padding: 0 45px;
}

@media (max-width: 1280px) {
    .col {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col > li, .col .item {
        padding: 0 10px;
    }
}

@media (max-width: 992px) {
    .col-4 > li, .col-4 .item {
        width: 50%;
    }

    .col {
        margin-left: -8px;
        margin-right: -8px;
    }

    .col > li, .col .item {
        padding: 0 8px;
    }
}

@media (max-width: 768px) {
    .col-xs-2 .item, .col-xs-2 > li {
        width: 50%;
    }
}

.abox {
    display: block;
}

/*hover����*/
.anim {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.link {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.link:hover .anim {
    animation: anim-out 0.75s;
}

.link:hover .anim:after {
    animation: anim-out-pseudo 0.75s;
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 新闻卡片样式 */
.news-swiper-container {
    overflow: hidden;
}

.swiper-news-cards {
    overflow: visible;
}

.swiper-news-cards .swiper-slide {
    width: 480px;
    height: auto;
}

.news-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.news-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.news-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.news-card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.05);
}

.news-card-content {
    padding: 20px;
}

.news-card-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.5;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 54px;
}

.news-card-date {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-tag {
    background: #d7211f;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.news-swiper-prev,
.news-swiper-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.news-swiper-prev:hover,
.news-swiper-next:hover {
    background: #d7211f;
    border-color: #d7211f;
}

.news-swiper-prev::after,
.news-swiper-next::after {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.news-swiper-prev:hover::after,
.news-swiper-next:hover::after {
    color: #fff;
}

.news-swiper-prev {
    left: -25px;
}

.news-swiper-next {
    right: -25px;
}

.news-swiper-prev::after {
    content: '‹';
}

.news-swiper-next::after {
    content: '›';
}

@media (max-width: 1400px) {
    .swiper-news-cards .swiper-slide {
        width: 400px;
    }
    
    .news-card-image {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .swiper-news-cards .swiper-slide {
        width: 320px;
    }
    
    .news-card-image {
        height: 200px;
    }
    
    .news-card-title {
        font-size: 16px;
    }
    
    .news-swiper-prev,
    .news-swiper-next {
        display: none;
    }
}

/*������������Ч��*/
@keyframes pulse {
    from {
        -webkit-transform: scale3d(.95, .95, .95);
        transform: scale3d(.95, .95, .95);
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(.95, .95, .95);
        transform: scale3d(.95, .95, .95);
    }
}

input {
    border: none;
}

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

.elp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pulse {
    -webkit-animation: pulse 2s 0s ease both infinite;
    -moz-animation: pulse 2s 0s ease both infinite;
    animation: pulse 2s 0s ease both infinite;
}

/*������������Ч��*/
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
}

.ie-tip {
    background-color: #ffefe5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    text-align: center;
}

/*ie11 css hack*/
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .header .topa .aleft {
        padding-left: 0
    }
}

/*ie11ע������ı�����*/

/*ie10 css hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header .topa .aleft {
        padding-left: 0
    }
}