<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    outline: none;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body a {
    outline: none;
    text-decoration: none;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:link {
    text-decoration: none;
    outline: none;
    color: #32363F;

}

a:visited {
    text-decoration: none;
    outline: none;
    color: #32363F;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #F08519;
}

a:active {
    text-decoration: none;
    outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: 900;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: 900;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: 900;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

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

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 0 0;
}

dd {
    margin: 0 0 0 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 0;
    list-style: none;
    list-style-image: none;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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


::-webkit-input-placeholder {
    color: #b4b4b4;
}

::-ms-input-placeholder {
    color: #b4b4b4;
}

.clearfix:after {
    content: "";
    overflow: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html,
body {
    font-family: 'Microsoft YaHei', 'HanHei SC', Arial, 'Hiragino Sans GB', å¾®è½¯é›…é»‘, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif, HYWenHei-GEW !important;
}

body {
    font-size: 14px;
    line-height: 1.50;
    color: #333;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

section {
    background-color: #ffffff;
    padding: 40px 0 60px;
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.container-fluid {
    padding-left: 4.5%;
    padding-right: 4.5%;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.Height100VH {
    height: 100vh;
}

.m-t-10 {
    margin-top: .1rem;
}

.m-t-20 {
    margin-top: .2rem;
}

.m-t-30 {
    margin-top: .3rem;
}

.m-t-40 {
    margin-top: .4rem;
}

.m-t-50 {
    margin-top: .5rem;
}

.m-t-60 {
    margin-top: .6rem;
}

.m-t-90 {
    margin-top: .9rem;
}

.m-b-10 {
    margin-bottom: .1rem;
}

.m-b-20 {
    margin-bottom: .2rem;
}

.m-b-30 {
    margin-bottom: .3rem;
}

.m-b-40 {
    margin-bottom: .4rem;
}

.m-b-50 {
    margin-bottom: .5rem;
}

.m-b-90 {
    margin-bottom: .9rem;
}

.p-t-10 {
    padding-top: .1rem;
}

.p-t-20 {
    padding-top: .2rem;
}

.p-t-30 {
    padding-top: .3rem;
}

.p-t-40 {
    padding-top: .4rem;
}

.p-t-50 {
    padding-top: .5rem;
}

.p-t-90 {
    padding-top: .9rem;
}

.p-b-10 {
    padding-bottom: .1rem;
}

.p-b-20 {
    padding-bottom: .2rem;
}

.p-b-30 {
    padding-bottom: .3rem;
}

.p-b-40 {
    padding-bottom: .4rem;
}

.p-b-50 {
    padding-bottom: .5rem;
}

.p-b-90 {
    padding-bottom: .9rem;
}

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

.text-nowrap-ellipsis {
    -webkit-line-clamp: 1;
}

.text-nowrap-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.text-nowrap-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-nowrap-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-nowrap-ellipsis-5 {
    -webkit-line-clamp: 5;
}

/* flex å¸ƒå±€ */
.flex {
    display: flex;
    flex-direction: row;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

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

.flex-nowrap {
    flex-wrap: nowrap;
}

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

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

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.align-start {
    align-items: flex-start;
}

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

.align-baseline {
    align-items: baseline;
}


/*å¤´éƒ¨æ&nbsp;·å¼*/
.header {
    z-index: 1000;
    height: .8rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
}

.header .cell {
    gap: .3rem;
}

.header .navMenu {
    opacity: 1.0;
    filter: Alpha(opacity=100);
  
    transform-origin: left center;
    -webkit-transform-origin: left center;
    display: flex;
    align-items: center;
    flex: 1;
    transition: all .5s;
    margin-left: 2.5rem;
    /* visibility: hidden; */
}

.header .navMenu li {
    float: left;
    position: relative;
    /* width: 125px; */
    flex: 1;
}

.header .navMenu li .subMenu {
    position: fixed;
    top: .8rem;
    width: 100%;
    background: rgba(19, 66, 116, .8);
    padding: .1rem 0;
    box-sizing: border-box;
    display: none;
    left: 0;

}

.header .navMenu li .subMenu li {
    margin: 0;
    width: auto;
}

.header .navMenu li .subMenu li a {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.header .navMenu li&gt;a {
    color: #fff;
    display: block;
    line-height: .8rem;
    font-size: .16rem;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.header .navMenu li&gt;a i {
    font-weight: 400;
    color: #DADADA;
}
.header .navMenu li&gt;a .iconfont {
    font-size: .16rem;
}
/* .header .navMenu li.active a {
    font-size: 16px;
} */

.header .navMenu li .line {
    position: absolute;
    width: 0;
    height: .04rem;
    background: #F08519;
    bottom: 0px;
    left: 0%;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.header .navMenu li:hover .line,.header .navMenu li.active .line {
    transition: all 0.3s;
    -webkit-transition: all .3s;
    width: .55rem;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
}

@font-face {
    font-family: 'D-DIN-PRO-400';
    src: url('/Temp/PC/fonts/D-DIN-PRO-400-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'D-DIN-PRO-500';
    src: url('/Temp/PC/fonts/D-DIN-PRO-500-Medium.otf') format('truetype');
}

@font-face {
    font-family: 'D-DIN-PRO-600';
    src: url('/Temp/PC/fonts/D-DIN-PRO-600-SemiBold.otf') format('truetype');
}

@font-face {
    font-family: 'D-DIN-PRO-700';
    src: url('/Temp/PC/fonts/D-DIN-PRO-700-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'D-DIN-PRO-800';
    src: url('/Temp/PC/fonts/D-DIN-PRO-800-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'D-DIN-PRO-900';
    src: url('/Temp/PC/fonts/D-DIN-PRO-900-Bold.otf') format('truetype');
}

@media screen and (min-width:768px) {

    .header .navMenu li:hover .subMenu {
        display: flex;
        align-items: center;
        gap: .3rem;
        /* justify-content: center; */
        box-sizing: border-box;
        -webkit-animation: anBox .3s;
        animation: anBox .3s;
    }

    .header .navMenu li:hover .subMenu li {
        margin: 0;
        flex: none;
        padding: 0 .1rem;
        position: relative;
    }

    .header .navMenu li:hover .subMenu li::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        border-radius: 9.99rem;
        background: #fff;
        left: 0;
    }

    .header .navMenu li:hover .subMenu li a {
        font-size: .14rem;
        line-height: 36px;
        font-weight: normal;
        color: #fff;
        text-align: center;
    }

    .header .navMenu li:hover .subMenu li a:hover {
        color: #fff;
    }

}

.header .hotline {
    transition: all 0.3s;
    -webkit-transition: all .3s;
    transform-origin: left center;
    font-size: 18px;
    color: #fff;
    gap: .05rem;
}

.header .hotline .iconfont {
    color: #F08519;
    font-size: .18rem;
}

.header .hotline .phone {
    font-size: .2rem;
    font-weight: 500;
}

.header .search {
    position: relative;
    line-height: 0;
}

.header .search .icons {
    background: none;
    text-align: center;
    font-size: .14rem;
}

.header .search .icon-sousuo {
    font-size: .22rem;
}


.header .search .iconfont {
    color: #fff;
    cursor: pointer;
}

.header .search .searchWrap {
    position: absolute;
    top: -3px;
    right: 45px;
    width: 370px;
    height: 50px;
    border-radius: 6px;
    background: #fff;
    padding-right: 50px;
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0);
    transform-origin: right center;
    -webkit-transform-origin: right center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.header .search .searchWrap input {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    background: #fff;
    text-indent: 10px;
    border: 0;
    padding: 0;
    font-size: 14px;
    vertical-align: top;
}

.header .search .searchWrap .iconfont {
    position: absolute;
    font-size: 22px;
    color: #292c31;
    right: 20px;
    top: 0;
    line-height: 50px;
}

.header .search.showSearch .two {
    display: block;
    font-size: 30px;
}

.header .search.showSearch .one {
    display: none;
}

.header .search.showSearch .searchWrap {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
}

/* .header.showNavMenu .navMenu {
    visibility: visible;
} */
.header .header_info .logoImg:nth-child(1) {
    display: none;
}

.header .header_info .logoImg:nth-child(2) {
    display: block;
}

.header.hideNavMenu .header_info .logoImg:nth-child(1) {
    display: block;
}

.header.hideNavMenu .header_info .logoImg:nth-child(2) {
    display: none;
}

.header.hideNavMenu .navMenu {
    visibility: hidden;
}

.header.hideNavMenu .header_info .logoImg:nth-child(2) {
    display: none;
}

.header .logo {
    width: 1.95rem;
    height: .39rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo img {
    position: absolute;
}

.header .logo .logo1 {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.header .logo .logo2 {
    opacity: 0;
    transition: all .3s ease-in-out;
}

.header.on {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 7px 10px rgb(0 0 0 / 6%);
}

.header.on .logo .logo1 {
    opacity: 0;
}

.header.on .logo .logo2 {
    opacity: 1;
}

.header.on .navMenu li&gt;a {
    color: #32363F;
}

.header.on .hotline .phone {
    color: #F08519;
}

.header.on .navMenu li.active a:after {
    background: #F08519;
}

.header.on .search .iconfont {
    color: #B7B8C0;
}

.header.on .search .icons {
    border-color: #32363F;
}

.header.on .search .searchWrap {
    border: 1px solid #d7dbe3;
    box-sizing: border-box;
}

.header.on .header_info .logoImg:nth-child(1) {
    display: block;
}

.header.on .header_info .logoImg:nth-child(2) {
    display: none;
}


/* è½®æ’­å›¾ */
/* .swiper-container {
    width: 100%;
    height: 100%;
} */
@keyframes anBox {
    from {
        top: .9rem;
        opacity: 0;
    }

    to {
        top: .8rem;
        opacity: 1;
    }
}

@-webkit-keyframes anBox {
    from {
        top: .9rem;
        opacity: 0;
    }

    to {
        top: .8rem;
        opacity: 1;
    }
}

/* toastè½»æç¤ºæ&nbsp;·å¼ */
@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast_box {
    position: fixed;
    bottom: 50%;
    left: 50%;
    z-index: 1001;
    transform: translate(-50%, -50%);
    display: none;
}

.toast_box p {
    box-sizing: border-box;
    padding: .1rem .2rem;
    width: max-content;
    /* æç¤ºæ¡†çš„èƒŒæ™¯è‰² */
    background: #707070;
    color: #fff;
    font-size: .16rem;
    text-align: center;
    border-radius: .06rem;
    opacity: 0.8;
}

.toliet {
    margin: 0 auto;
}

.pc-hide {
    display: none;
}

/* ä¾§è¾¹æ&nbsp; */
.sidebar {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    cursor: pointer;
}

.sidebarContent {
    width: 1.85rem;
    height: 1.3rem;
}

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

.sidebar .z {
    position: absolute;
    font-size: 20px;
    opacity: 0;
    left: 68px;
    top: 13px;
}

.sidebar .z img {
    width: 19px;
    height: 16px;
}

.sidebar .z-1 {
    animation: swayUpToRight 4s ease-out infinite;
}

.sidebar .z-2 {
    animation: swayUpToRight 4s ease-out 1s infinite;
}

.sidebar .z-3 {
    animation: swayUpToRight 4s ease-out 2s infinite;
}

.sidebar .z-4 {
    animation: swayUpToRight 4s ease-out 3s infinite;
}

/*æœç´¢*/
.searchBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.searchBox.active {
    display: block;
}

.searchBox .searchInput {
    width: 6rem;
    margin: 0 auto;
    height: .5rem;
    line-height: .5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.searchBox .searchInput .int1 {
    width: 5.4rem;
    height: .5rem;
    line-height: .5rem;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: .18rem;
    color: #fff;
    padding: 0 .1rem;
}

.searchBox .searchInput .int2 {
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 0;
    right: .5rem;
    cursor: pointer;
    text-align: center;
}

.searchBox .searchInput .int2 .iconfont {
    font-size: .26rem;
    color: #fff;
}

.searchBox .searchInput .searchClose .iconfont {
    font-size: .35rem;
    color: #fff;
}

.searchBox .searchInput .searchClose {
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 0;
    right: -.1rem;
    cursor: pointer;
    text-align: center;
}

.scale-img {
    overflow: hidden;
    position: relative;
    display: block;
}

.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.more-btn {
    
    box-sizing: border-box;
    border-radius: .1rem;
    background-color: #fff;
    box-shadow: 0 0 .15rem #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.more-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F08519;
    font-size: .18rem;
    padding: .2rem .2rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.more-btn.block {
    width: 100%;
}

.more-btn:hover {
    background-color: #F08519;
}

.more-btn:hover a {
    color: #fff;
}

.btn-group {
    gap: .3rem;
}

a.btn {
    width: 2.45rem;
    height: .7rem;
    color: #fff;
    font-size: .2rem;
    border-radius: .2rem;
    border: 1px solid #fff;
    gap: .2rem;
}

a.btn .iconfont {
    font-size: .26rem;
}

a.btn:hover,
a.btn.active {
    background-color: #F08519;
    border: 1px solid #F08519;
}

.fancybox-slide--iframe .fancybox-content {
    width: 13rem !important;
    height: 7.35rem !important;
    margin: 0;
}

/* å‹æƒ…é“¾æŽ¥æ¨¡æ‹Ÿä¸‹æ‹‰ */
.styled-select {
    padding: .1rem .15rem;
    border: 1px solid #0E355E;
    background-color: #0E355E;
    color: rgba(255, 255, 255, .6);
    font-size: .16rem;
    appearance: none; /* éšè—é»˜è®¤ç®­å¤´ */
    -webkit-appearance: none; /* Safari å’Œ Chrome */
    -moz-appearance: none; /* Firefox */
    background-image: url('data:image/svg+xml;utf8,&lt;svg fill="%23fff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M7 10l5 5 5-5z"/&gt;&lt;/svg&gt;');
    background-repeat: no-repeat;
    background-position: right .1rem center;
    cursor: pointer;
    width: 2rem;
    transition: all 0.3s ease;
  }
  
  .styled-select:hover {
    border-color: #0E355E;
  }
  
  .styled-select:focus {
    outline: none;
    border-color: #0E355E;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
  }
  .detail-title {
    font-size: .3rem;
    color: #3D3C46;
    position: relative;
    font-weight: bold;
  }
  .detail-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.18rem;
    width: .75rem;
    height: .03rem;
    background-color: #F08519;
  }
/* é˜´å½±åŠ¨æ•ˆ */
.shadow {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.shadow:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}
/* æ¨¡æ€å¼¹çª— */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}
.modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 7rem;
    background-color: #fff;
    border-radius: .15rem;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .5); */
    overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-header {
    background-color: #134274;
    color: #fff;
    height: .8rem;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
    margin: 0;
    font-size: .18rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: .15rem;
}
.modal .modal-dialog .modal-content .modal-header .modal-title .iconfont {
    font-size: .24rem;
}
.modal .modal-dialog .modal-content .modal-header .close {
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #85868B;
    cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-header .close  .iconfont {
    font-size: .24rem; 
}
.modal .modal-dialog .modal-content .modal-body {
    padding: .25rem .4rem;
    box-sizing: border-box;
}
.modal .modal-dialog .modal-content .modal-body form input,
.modal .modal-dialog .modal-content .modal-body form select,
.modal .modal-dialog .modal-content .modal-body form textarea  {
    width: 100%;
    height: .5rem;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
    padding: 0 .25rem;
    box-sizing: border-box;
    font-size: .16rem;
    color: #3D3C46;
}
.modal .modal-dialog .modal-content .modal-body form input:placeholder {
    color: #85868B;
}
.modal .modal-dialog .modal-content .modal-body form textarea {
    height: 1.5rem;
    padding: .25rem;
}
.modal .modal-dialog .modal-content .modal-body form div {
    display: flex;
    align-items: center;
    gap: .05rem;
}
.modal .modal-content button {
    background-color: #134274;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: .16rem;
    width: 2.65rem;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
@keyframes swayUpToRight {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translate(80px, -100px) rotate(30deg);
        opacity: 0;
    }
}

@media screen and (max-width:1200px) {
    .header .navMenu li {
        margin-right: 30px;
    }
}

@media screen and (max-width:1030px) {
    .header .navMenu li {
        margin-right: 10px;
    }

    .header .hotline {
        display: none;
    }
}

@media screen and (max-width:1815px) {
    .header .navMenu {
        margin-left: 2rem;
        visibility: visible;
    }

}

@media screen and (max-width:1665px) {
    .header .navMenu {
        margin-left: 1.5rem;
        visibility: visible;
    }

}

@media screen and (max-width:1580px) {
    .container-fluid {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .header .cell {
        gap: .2rem;
    }
    .header.hideNavMenu .navMenu {
        visibility: visible;
    }
    .header {
        height: .8rem;
    }
    .footer .head .content .left .logo {
        max-width: 2.4rem;
    }

    .footer .head .content .left .info .item {
        width: .35rem;
        height: .35rem;
    }

    .footer .head .content .left .info .item i {
        font-size: 20px;
    }
}

@media screen and (max-width:1440px) {
    .header .navMenu {
        margin-left: 1rem;
        visibility: visible;
    }
}

@media screen and (max-width:768px) {
    .container {
        width: 100%;
    }

    .header {
        height: 1.2rem;
        display: flex;
        align-items: center;
    }

    .header .container-fluid {
        width: 100%;
        box-sizing: border-box;
    }

    .header .logo {
        flex: 1;
        justify-content: flex-start;
    }

    .header .logo img {
        width: 2.5rem;
        /* height: .39rem; */
    }

    .header.on {
        box-shadow: unset;
    }

    .header.on .logo .logo1 {
        display: none;
    }

    .header.on .logo .logo2 {
        display: block;
    }

    .header .hotline {
        display: none;
    }

    .header.hideNavMenu .navMenu {
        visibility: unset;
    }

    .header .navMenu {
        position: fixed;
        height: 100vh;
        top: 0;
        right: -100%;
        margin-top: 0;
        width: 60%;
        background: #fff;
        float: none;
        overflow-y: scroll;
        padding-top: .5rem;
        box-sizing: border-box;
        z-index: 10;
        display: block;
        visibility: unset;
        margin-right: 0px;
    }

    .header .navMenu li {
        float: none;
        width: 100%;
        margin-right: 0;
        flex: inherit;
    }

    .header .navMenu li&gt;a {
        line-height: 1rem;
        font-size: .32rem;
        padding-bottom: 0;
        color: #393939;
    }
    .header .navMenu li:nth-child(1)&gt;a,
    .header .navMenu li:nth-child(5)&gt;a,
    .header .navMenu li:nth-child(8)&gt;a {
        padding-right: .27rem;
    }
    .header .navMenu li.active&gt;a {
        color: #F08519;
    }

    .header .navMenu li.active a:after {
        display: none;
    }

    .header .navMenu li .subMenu li.active a {
        color: #fff;
    }

    .header .search {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .header .menu_icon .iconfont,
    .header .search .iconfont {
        font-size: .5rem;
    }

    .header .menu_icon {
        display: block;
        color: #fff;
    }

    .header.on .menu_icon {
        color: #393939;
    }

    .header .search .searchWrap {
        width: 5rem;
        height: .8rem;
        top: -.08rem;
        right: 1.1rem;
        padding-right: .8rem;
        border-radius: .06rem;
    }

    .header .search .searchWrap .iconfont {
        font-size: .44rem;
        line-height: .8rem;
        right: .2rem;
    }

    .header .search .searchWrap input {
        height: .8rem;
        font-size: .28rem;
    }

    .header .navMenu li .line {
        display: none;
    }

    .header .navMenu li .subMenu {
        position: relative;
        top: 0;
        border: 0;
        padding: 0;
    }

    .header .navMenu li .subMenu li a {
        font-size: .28rem;
        line-height: .85rem;
        padding-right: 0;
    }
    
    .header .navMenu .close_btn {
        display: block;
        position: absolute;
        right: .2rem;
        top: .2rem;
        font-size: .58rem;
        color: #393939;
        z-index: 2;
    }

    .header.on .search .searchWrap {
        width: 6rem;
        border: .01rem solid #d7dbe3;
    }

    .header.on .search .searchWrap input {
        height: .75rem;
        line-height: .75rem;
    }

    .header.on .search .searchWrap .iconfont {
        line-height: .76rem;
    }

    .pc-hide {
        display: block;
    }

    .mb-hide {
        display: none;
    }

    .warp .title {
        height: 2rem;
        background-color: #fff;
    }


    .sidebar {
        display: none;
    }

    /*æœç´¢*/
    .searchBox .searchInput .int1 {
        font-size: .28rem;
    }

    .searchBox .searchInput .int2 .iconfont {
        font-size: .36rem;
    }

    .searchBox .searchInput .searchClose .iconfont {
        font-size: .55rem;
    }

    .toast_box p {
        font-size: .28rem;
    }

    .more-btn {
        padding: .05rem;
        margin-bottom: .3rem;
    }

    .more-btn a {
        font-size: .28rem;
        padding: .1rem;
    }

    a.btn {
        width: 2.45rem;
        height: .7rem;
        font-size: .26rem;
    }

    a.btn .iconfont {
        font-size: .3rem;
    }
    .styled-select {
        font-size: .22rem;
        width: 2.2rem;
      }
    /* æ¨¡æ€å¼¹çª— */
    .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: .28rem;
    }
    .modal .modal-dialog .modal-content .modal-header .modal-title .iconfont {
        font-size: .28rem;
    }
    .modal .modal-dialog .modal-content .modal-header .close {
        width: .4rem;
        height: .4rem;
    }
    .modal .modal-dialog .modal-content .modal-header .close  .iconfont {
        font-size: .28rem; 
    }
    .modal .modal-dialog .modal-content .modal-body {
        padding: .2rem;
    }
    .modal .modal-dialog .modal-content .modal-body form input,
    .modal .modal-dialog .modal-content .modal-body form select,
    .modal .modal-dialog .modal-content .modal-body form textarea  {
    
        font-size: .26rem;
    }
    .modal .modal-dialog .modal-content .modal-body form textarea {
        height: 1.5rem;
        padding: .25rem;
    }
    .modal .modal-content button {
        font-size: .26rem;
        width: 2.65rem;
        height: .6rem;
    }
}
@media screen and (max-width: 375px) {
    .header{
        height: 1rem;
    }
    .header .navMenu li&gt;a {
        font-size: .28rem;
    }
    .header .navMenu li .subMenu li a{
        font-size: .26rem;
        line-height: .7rem;
    }
    .more-btn {
        padding: .0rem;
        margin-bottom: .2rem;
    }
}</pre></body></html>