* {
    box-sizing: border-box;
    outline: none;
    border-style: solid;
    border-width: 0;
    color: inherit
}

img {
    vertical-align: middle
}

html {
    scroll-behavior: smooth
}

ul,
li,
dl,
dt,
dd,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

a {
    text-decoration: none;
    color: inherit
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.header {
    background-image: linear-gradient(to bottom, #0009, #0000)
}

.header li {
    max-width: 200px
}

.header-bg {
    background-color: #f7f4ed00
}

.header-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../png/header-bg-1.png) left / auto 100%;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.header-over .header-bg {
    background-color: #fff;
    box-shadow: 0 2px 10px #89714a53
}

.header-over .header-bg:after {
    opacity: 1
}

.header-ctn {
    color: #fff;
    background-color: transparent;
    transition: background-color .3s .2s, height .3s
}

@media (min-width: 960px) {
    .header-ctn:hover {
        background-color: #bb831dcc;
        color: #fff !important;
        /* 蒙层高度*/
        height: 360px !important;
        transition: background-color .3s, height .3s
    }

    .header-ctn:hover .logo {
        background: url(../png/logo-2.png?v=20250124) left / auto 100% no-repeat
    }
}

.header-over .header-ctn {
    color: #252525
}

/* 底部小象 */
.right-elephant {
    right: 20px;
}

/* 新 */
.bottom-elephant {
    bottom: 62px;
}

.float-tool button .pa {
    display: none
}

.float-tool button .pa:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #E4DCC7;
    background: #fff;
    border-width: 1px 1px 0 0;
    right: 4px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg)
}

.float-tool button:hover .pa {
    display: flex
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 5px solid #E4DCC7;
    background-color: #c9a054
}

.logo {
    background: url(../png/logo-3.png?v=20250124) left / auto 120% no-repeat
}

/* 企业公告处标题控制一行显示 超过的隐藏 */
.text-overhidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 企业文化处 */
/* 原本是m0  margin:0*/
.text-overhidden2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

/*  企业文化处 控制2行展示*/
.culture-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  工程建设处 控制2行展示*/
.construction-h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 标题下正文控制3行展示 */
.construction-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 工程建设处右侧图片跟底部对齐 */
.img_style {
    position: relative;
    height: 362px;
}

/* 新 */
.header-over .logo {
    background: url(../png/logo-3.png?v=20250124) left / auto 120% no-repeat
}

.header.open {
    width: 100%;
    height: 100% !important;
    background: #e4dcc7 !important
}

.header.open .logo {
    background: url(../png/logo-0.png?v=20250124) left / auto 100% no-repeat
}

.header.open .header-ctn {
    width: 100%;
    height: 100% !important;
    display: block;
    color: #252525 !important
}

.header.open .nav-menu {
    display: block !important;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    overflow-y: auto;
    z-index: 9999;
}

.header.open li {
    max-width: 100% !important;
    text-align: left;
    padding: 0
}

.header.open li a {
    display: block;
    padding: 10px 20px
}

ul.grid-list li:hover {
    background-image: url(../svg/bg-texture-5.svg);
    background-size: cover
}

.page-tab a:hover {
    color: #c9a054;
    border-bottom: 2px solid #C9A054;
}

@font-face {
    font-family: ic;
    src: url(../woff2/iconfont.woff2?t=1706584241476) format("woff2"), url(../woff/iconfont.woff?t=1706584241476) format("woff"), url(../ttf/iconfont.ttf?t=1706584241476) format("truetype")
}

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

.ic-close:before {
    content: ""
}

.ic-menu:before {
    content: ""
}

.ic-end:before {
    content: ""
}

.ic-start:before {
    content: ""
}

.ic-talk:before {
    content: ""
}

.ic-time:before {
    content: ""
}

.ic-more:before {
    content: ""
}

.ic-shiwu:before {
    content: ""
}

.ic-map:before {
    content: ""
}

.ic-paixu:before {
    content: ""
}

.ic-jiantouyou:before {
    content: ""
}

.ic-bianji:before {
    content: ""
}

.ic-yanjing:before {
    content: ""
}

.ic-shangcanfukan:before {
    content: ""
}

.ic-erweima:before {
    content: ""
}

.ic-weibo:before {
    content: ""
}

.ic-weixin:before {
    content: ""
}

.ic-youjian:before {
    content: ""
}

.ic-arrow-left:before {
    content: ""
}

.ic-fanhuidingbu:before {
    content: ""
}

.ic-dayinchuanzhen:before {
    content: ""
}

.ic-search:before {
    content: ""
}

.ic-phone24h:before {
    content: ""
}

.ic-phone24h1:before {
    content: ""
}

.ic-laoren:before {
    content: ""
}

.ic-dizhi:before {
    content: ""
}

.ic-dianhua:before {
    content: ""
}

.ic-douyin:before {
    content: ""
}

.ic-jiantouzuo:before {
    content: ""
}

.ic-changyongtubiao-fuben-16:before {
    content: ""
}

.ic-arrow-right:before {
    content: ""
}


/** 自定义图标样式 ***/
@font-face {
    font-family: 'ict';
    /* Project id 4509330 */
    src: url(../woff2/iconfont_c.woff2?t=1713235664705) format('woff2'),
        url(../woff/iconfont_c.woff?t=1713235664705) format('woff'),
        url(../ttf/iconfont_c.ttf?t=1713235664705) format('truetype');
}

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

.icon-user-copy:before {
    content: "\e7af";
    color: #696969;
}

*,
:before,
:after {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgb(0 0 0 / 0);
    --un-ring-shadow: 0 0 rgb(0 0 0 / 0);
    --un-shadow-inset: ;
    --un-shadow: 0 0 rgb(0 0 0 / 0);
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgb(147 197 253 / .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
}

::backdrop {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgb(0 0 0 / 0);
    --un-ring-shadow: 0 0 rgb(0 0 0 / 0);
    --un-shadow-inset: ;
    --un-shadow: 0 0 rgb(0 0 0 / 0);
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgb(147 197 253 / .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
}

@font-face {
    font-family: Punctuation Chinese;
    src: local("Punctuation Chinese"), local("-apple-system"), local("BlinkMacSystemFont"), local("PingFang SC"), local("Hiragino Sans GB"), local("Heiti SC"), local("Microsoft YaHei"), local("system-ui"), local("Ubuntu"), local("Droid Sans"), local("Source Han Sans SC"), local("Source Han Sans CN"), local("Source Han Sans"), local("sans-serif");
    unicode-range: U+201C, U+201D, U+2018, U+2019, U+2E3A, U+2014, U+2013, U+2026, U+00B7, U+007E, U+002F
}

@font-face {
    font-family: Punctuation Hei;
    src: local("Punctuation Hei"), local("PingFang SC"), local("Heiti SC"), local("Microsoft YaHei"), local("Source Han Sans SC"), local("Source Han Sans CN"), local("Noto Sans SC"), local("Noto Sans CJK SC"), local("WenQuanYi Micro Hei"), local("WenQuanYi Zen Hei"), local("SimHei"), local("WenQuanYi Zen Hei Sharp"), local("sans-serif");
    unicode-range: U+201C, U+201D, U+2018, U+2019, U+2E3A, U+2014, U+2013, U+2026, U+00B7, U+007E, U+002F
}

@font-face {
    font-family: Punctuation Kai;
    src: local("Punctuation Kai"), local("Kaiti SC"), local("STKaiti"), local("AR PL UKai CN"), local("AR PL UKai HK"), local("AR PL UKai TW"), local("AR PL UKai TW MBE"), local("AR PL KaitiM GB"), local("KaiTi"), local("KaiTi_GB2312"), local("DFKai-SB"), local("-apple-system"), local("BlinkMacSystemFont"), local("PingFang SC"), local("Hiragino Sans GB"), local("Heiti SC"), local("Microsoft YaHei"), local("system-ui"), local("Ubuntu"), local("Droid Sans"), local("Source Han Sans SC"), local("Source Han Sans CN"), local("Source Han Sans"), local("sans-serif");
    unicode-range: U+201C, U+201D, U+2018, U+2019, U+2E3A, U+2014, U+2013, U+2026, U+00B7, U+007E, U+002F
}

@font-face {
    font-family: Punctuation Song;
    src: local("Punctuation Song"), local("Songti SC"), local("Noto Serif SC"), local("Noto Serif CJK SC"), local("Source Han Serif SC"), local("Source Han Serif CN"), local("STSong"), local("AR PL New Sung"), local("AR PL SungtiL GB"), local("NSimSun"), local("SimSun"), local("WenQuanYi Bitmap Song"), local("AR PL UMing CN"), local("PMingLiU"), local("MingLiU"), local("-apple-system"), local("BlinkMacSystemFont"), local("PingFang SC"), local("Hiragino Sans GB"), local("Heiti SC"), local("Microsoft YaHei"), local("system-ui"), local("Ubuntu"), local("Droid Sans"), local("Source Han Sans SC"), local("Source Han Sans CN"), local("Source Han Sans"), local("sans-serif");
    unicode-range: U+201C, U+201D, U+2018, U+2019, U+2E3A, U+2014, U+2013, U+2026, U+00B7, U+007E, U+002F
}

@font-face {
    font-family: Punctuation Imitation-song;
    src: local("Punctuation Imitation-song"), local("STFangsong"), local("FangSong"), local("FangSong_GB2312"), local("-apple-system"), local("BlinkMacSystemFont"), local("PingFang SC"), local("Hiragino Sans GB"), local("Heiti SC"), local("Microsoft YaHei"), local("system-ui"), local("Ubuntu"), local("Droid Sans"), local("Source Han Sans SC"), local("Source Han Sans CN"), local("Source Han Sans"), local("sans-serif");
    unicode-range: U+201C, U+201D, U+2018, U+2019, U+2E3A, U+2014, U+2013, U+2026, U+00B7, U+007E, U+002F
}

@font-face {
    font-family: Punctuation New-song;
    src: local("Punctuation New-song"), local("SimSun-ExtB"), local("NSimSun"), local("Songti SC"), local("Noto Serif SC"), local("Noto Serif CJK SC"), local("Source Han Serif SC"), local("Source Han Serif CN"), local("STSong"), local("AR PL New Sung"), local("AR PL SungtiL GB"), local("NSimSun"), local("SimSun"), local("WenQuanYi Bitmap Song"), local("AR PL UMing CN"), local("PMingLiU"), local("MingLiU"), local("-apple-system"), local("BlinkMacSystemFont"), local("PingFang SC"), local("Hiragino Sans GB"), local("Heiti SC"), local("Microsoft YaHei"), local("system-ui"), local("Ubuntu"), local("Droid Sans"), local("Source Han Sans SC"), local("Source Han Sans CN"), local("Source Han Sans"), local("sans-serif");
    unicode-range: U+201C, U+201D, U+2018, U+2019, U+2E3A, U+2014, U+2013, U+2026, U+00B7, U+007E, U+002F
}

@font-face {
    font-family: Punctuation Li;
    src: local("Punctuation Li"), local("STLiti"), local("LiSu"), local("Hiragino Mincho ProN W6"), local("Hiragino Mincho ProN W3"), local("-apple-system"), local("BlinkMacSystemFont"), local("PingFang SC"), local("Hiragino Sans GB"), local("Heiti SC"), local("Microsoft YaHei"), local("system-ui"), local("Ubuntu"), local("Droid Sans"), local("Source Han Sans SC"), local("Source Han Sans CN"), local("Source Han Sans"), local("sans-serif");
    unicode-range: U+201C, U+201D, U+2018, U+2019, U+2E3A, U+2014, U+2013, U+2026, U+00B7, U+007E, U+002F
}

.pointer-events-auto {
    pointer-events: auto
}

.pointer-events-none {
    pointer-events: none
}

.absolute,
.pa {
    position: absolute
}

.sticky {
    position: sticky
}

.-bottom-10px {
    bottom: -10px
}

.-bottom-9px {
    bottom: -9px
}

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

.-left-11px {
    left: -11px
}

.-left-9px {
    left: -9px
}

.-right-10px {
    right: -10px
}

.-right-11px {
    right: -11px
}

.-top-10px {
    top: -10px
}

.-top-11px {
    top: -11px
}

/* 调总体规划处的竖线 */
.shuxian-top {
    top: -68px;
}

.-top-88px {
    top: -88px
}

.-top-9px {
    top: -9px
}

.bottom-0 {
    bottom: 0
}

.bottom-100\% {
    bottom: 100%
}

.bottom-130px {
    bottom: 130px
}

.bottom-20\% {
    bottom: 20%
}

.bottom-2px {
    bottom: 2px
}

.bottom-40px {
    bottom: 40px
}

.bottom-a\! {
    bottom: auto !important
}

.left-0 {
    left: 0
}

.left-1 {
    left: 45px
}

.left-1000px {
    left: 1000px
}

.left-100px {
    left: 100px
}

.left-1100px {
    left: 1100px
}

.left-1px {
    left: 1px
}

.left-200px {
    left: 200px
}

.right-0 {
    right: 0
}

.right-10px {
    right: 10px
}

/* 新 */
/* .box-wai { */
/* display: flex; */
/* flex-direction: column; */
/* } */
.box-style {
    box-shadow: 0 4px 10px 0 #966c5833;
}

/* .box-special { */
/* box-shadow: 0px -4px 10px 0px #966c5833; */
/* } */
/* 新 */
.right-20px {
    right: -44px
}

.right-300px {
    right: 300px
}

.right-50px {
    right: 50px
}

.right-80px {
    right: 80px
}

.right-full {
    right: 100%
}

.top-0 {
    top: 0
}

.top-16px {
    top: 16px
}

.top-18px {
    top: 18px
}

.top-200px {
    top: 200px
}

.top-20px {
    top: 20px
}

.top-260px {
    top: 260px
}

.top-300px {
    top: 300px
}

.top-400px {
    top: 400px
}

.top-40px {
    top: 40px
}

.top-50\% {
    top: 423px
}

.z-10 {
    z-index: 10
}

.z-11 {
    z-index: 11
}

.z-12 {
    z-index: 12
}

.z-2 {
    z-index: 2
}

.grid {
    display: grid
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.m-10px {
    margin: 10px
}

.m0 {
    margin: 0
}

.mx-10px {
    margin-left: 10px;
    margin-right: 10px
}

.mx-20px {
    margin-left: 20px;
    margin-right: 20px
}

.mx-5px {
    margin-left: 5px;
    margin-right: 5px
}

.mx-a,
.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-100px {
    margin-top: 100px;
    margin-bottom: 100px
}

.my-20px {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-30px {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-40px {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-4px {
    margin-top: 4px;
    margin-bottom: 4px
}

.my-5px {
    margin-top: 5px;
    margin-bottom: 5px
}

.-mt-80px {
    margin-top: -80px
}

.mb-0,
.mb0 {
    margin-bottom: 0
}

.mb-20px {
    margin-bottom: 20px
}

.mb-40px {
    margin-bottom: 40px
}

.ml-0\! {
    margin-left: 0 !important
}

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

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

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

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

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

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

.mr-100px {
    margin-right: 100px
}

.mr-10px {
    margin-right: 10px
}

.mr-15px {
    margin-right: 15px
}

.mr-20px {
    margin-right: 20px
}

.mr-20px\! {
    margin-right: 20px !important
}

.mr-25px {
    margin-right: 25px
}

.mr-30px {
    margin-right: 30px
}

.mr-40px {
    margin-right: 40px
}

.mr-4px {
    margin-right: 4px
}

.mr-5px,
.mr5px {
    margin-right: 5px
}

.mt-0,
.mt0 {
    margin-top: 0
}

.mt-10px,
.mt10px {
    margin-top: 10px
}

.mt-12px {
    margin-top: 12px
}

.mt-15px {
    margin-top: 15px
}

.mt-20px {
    margin-top: 20px
}

.mt-24px {
    margin-top: 24px
}

.mt-3 {
    margin-top: .75rem
}

.mt-30px {
    margin-top: 30px
}

.mt-3px {
    margin-top: 3px
}

.mt-40px {
    margin-top: 40px
}

.mt-5px {
    margin-top: 5px
}

.mt-8px {
    margin-top: 8px
}

.block,
.group:hover .group-hover-block {
    display: block
}

.inline-block {
    display: inline-block
}

.hidden {
    display: none
}

.hidden\! {
    display: none !important
}

.size-12px {
    width: 12px;
    height: 12px
}

.size-150px {
    width: 149.81px;
    height: 149.81px
}

.size-240px {
    width: 240px;
    height: 240px
}

.size-60px {
    width: 60px;
    height: 60px
}

.size-full {
    width: 100%;
    height: 100%
}

.h-100px {
    height: 100px
}

.h-110px {
    height: 113px
}

.h-120px {
    height: 120px
}

.h-13px {
    height: 13px
}

.h-142px {
    height: 142px
}

.h-160px {
    height: 160px
}

.h-16px {
    height: 16px
}

.h-190px {
    height: 190px
}

.h-1px {
    height: 1px
}

.h-200px {
    height: 200px
}

.h-20px {
    height: 20px
}

.h-220px {
    height: 220px
}

.h-22px {
    height: 22px
}

.h-230px {
    height: 230px
}

.h-240px {
    height: 240px
}

.h-24px {
    height: 24px
}

.h-268px {
    height: 268px
}

.h-288px {
    height: 288px
}

.h-2px {
    height: 2px
}

.h-3 {
    height: .75rem
}

.h-300px {
    height: 300px
}

.h-30px {
    height: 29px
}

.h-360px {
    height: 360px
}

.h-36px {
    height: 38px
}

.h-37px {
    height: 37px
}

.h-380px {
    height: 380px
}

.h-3px {
    height: 3px
}

.h-40px {
    height: 40px
}

.h-45px {
    height: 45px
}

.h-48px {
    height: 48px
}

.h-4px {
    height: 4px
}

.h-5 {
    height: 1.25rem
}

.h-50px {
    height: 50px
}

.h-580px {
    height: 580px
}

.h-60px {
    height: 50px
}

.h-64px {
    height: 64px
}

.h-70px {
    height: 70px
}

.h-80px {
    height: 77px
}

.h-88px {
    height: 88px
}

.h-8px {
    height: 8px
}

.h-full {
    height: 100%
}

.h-full\! {
    height: 100% !important
}

/* 新 */
.w-1000px {
    width: 540px
}

.w-100px {
    width: 104px
}

.w-110px {
    width: 110px
}

.w-120px {
    width: 120px
}

.w-13px {
    width: 13px
}

.w-140px {
    width: 121px
}

.w-16px {
    width: 16px
}

.w-170px {
    width: 174px;
}

.w-180px {
    width: 180px
}

.w-190px {
    width: 190px
}

.w-1px {
    width: 1px
}

.w-2000px {
    width: 2000px
}

.w-20px {
    width: 20px
}

.w-24px {
    width: 24px
}

.w-26\% {
    width: 26%
}

.w-290px {
    width: 290px
}

.w-2px {
    width: 2px
}

.w-30\% {
    width: 30%
}

.w-300px {
    width: 300px
}

.w-370px {
    width: 370px
}

.w-40px {
    width: 40px
}

.w-45px {
    width: 45px
}

.w-50px {
    width: 50px
}

.w-60px {
    width: 60px
}

.w-64px {
    width: 64px
}

.w-75px {
    width: 75px
}

.w-8 {
    width: 2rem
}

.w-80px {
    width: 80px
}

.w-8px {
    width: 8px
}

.w-90px {
    width: 86.16px
}

.w-a\! {
    width: auto !important
}

.w-full {
    width: 100%
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.table {
    display: table
}

.border-collapse {
    border-collapse: collapse
}

.-rotate-45 {
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-rotate: -45deg;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.rotate-180 {
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-rotate: 180deg;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.group:hover .group-hover\:rotate-0 {
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-rotate: 0;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.-skew-x-10 {
    --un-skew-x: -10deg;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.-skew-x-20 {
    --un-skew-x: -20deg;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.skew-x-15 {
    --un-skew-x: 15deg;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.transform {
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

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

.resize {
    resize: both
}

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

.overflow-x-auto {
    overflow-x: auto
}

.overflow-x-hidden {
    /*overflow-x: hidden*/
    overflow: hidden
}

.b,
.border {
    border-width: 2px
}

.b-b {
    border-bottom-width: 1px
}

.b-b-0 {
    border-bottom-width: 0px
}

.b-b-2 {
    border-bottom-width: 2px
}

.b-l {
    border-left-width: 1px
}

.b-l-4 {
    border-left-width: 4px
}

.b-l-5 {
    border-left-width: 5px
}

.b-r {
    border-right-width: 1px
}

.b-r-0 {
    border-right-width: 0px
}

.b-t,
.border-t {
    border-top-width: 1px
}

.border-t-10px {
    border-top-width: 10px
}

/*  新*/
.bottom-border {
    --un-border-opacity: 1;
    border-color: rgb(188 37 30 / var(--un-border-opacity))
}

/* 新 */
.bottom-border:hover {
    border-color: #fff
}

.b-fire,
.border-fire,
.h\:b-fire:hover {
    --un-border-opacity: 1;
    border-color: rgb(188 37 30 / var(--un-border-opacity))
}

.b-gold {
    --un-border-opacity: 1;
    border-color: rgb(201 160 84 / var(--un-border-opacity))
}

.b-gold-1 {
    --un-border-opacity: 1;
    border-color: rgb(247 244 237 / var(--un-border-opacity))
}

.b-gold-2,
.border-gold-2 {
    --un-border-opacity: 1;
    border-color: rgb(228 220 199 / var(--un-border-opacity))
}

.b-gray-1 {
    --un-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--un-border-opacity))
}

.b-gray-2 {
    --un-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--un-border-opacity))
}

.border-white {
    --un-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--un-border-opacity))
}

.border-op-40 {
    --un-border-opacity: .4
}

.rd,
.rd-1 {
    border-radius: .25rem
}

.rd-0 {
    border-radius: 0
}

.rd-10 {
    border-radius: 2.5rem
}

.rd-10px {
    border-radius: 10px
}

.rd-30px {
    border-radius: 30px
}

.rd-40px {
    border-radius: 40px
}

.rd-50\% {
    border-radius: 50%
}

.rd-5px {
    border-radius: 5px
}

.rd-7px {
    border-radius: 7px
}

.rd-8px {
    border-radius: 8px
}

.rd-l-5px {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.rd-t-10px {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.rd-rt-20px {
    border-top-right-radius: 20px
}

.b-dashed {
    border-style: dashed
}

.bg-black {
    --un-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--un-bg-opacity))
}

.bg-blue-1 {
    --un-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--un-bg-opacity))
}

.bg-fire,
.h\:bg-fire:hover,
.group:hover .group-hover\:bg-fire {
    --un-bg-opacity: 1;
    background-color: rgb(188 37 30 / var(--un-bg-opacity))
}

.bg-gold {
    --un-bg-opacity: 1;
    background-color: rgb(201 160 84 / var(--un-bg-opacity))
}

.bg-gold-1,
.h\:bg-gold-1:hover {
    --un-bg-opacity: 1;
    background-color: rgb(247 244 237 / var(--un-bg-opacity))
}

/* 调整红色 */
.transformRed {
    --un-bg-opacity: 1;
    background-color: rgb(247 244 237 / var(--un-bg-opacity))
}

/* hover之后变白 */
.transformRed:hover {
    /* 新 */
    background-color: #BC251E;
    color: white;

    .c-gold {
        color: white;
    }
}

.bg-gold-2,
.h\:bg-gold-2:hover {
    --un-bg-opacity: 1;
    /*background-color: rgb(228 220 199 / var(--un-bg-opacity))*/
    background-color: #F7F4ED;
}

.bg-gold-3 {
    --un-bg-opacity: 1;
    background-color: rgb(203 182 136 / var(--un-bg-opacity))
}

.bg-gray-2 {
    --un-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--un-bg-opacity))
}

.bg-gray-3 {
    --un-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--un-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --un-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--un-bg-opacity))
}

.bg-op-30 {
    --un-bg-opacity: .3
}

.bg-op-50 {
    --un-bg-opacity: .5
}

.from-black {
    --un-gradient-from-position: 0%;
    --un-gradient-from: rgb(0 0 0 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);
    --un-gradient-to-position: 100%;
    --un-gradient-to: rgb(0 0 0 / 0) var(--un-gradient-to-position);
    --un-gradient-stops: var(--un-gradient-from), var(--un-gradient-to)
}

.to-transparent {
    --un-gradient-to-position: 100%;
    --un-gradient-to: transparent var(--un-gradient-to-position)
}

.from-op-50 {
    --un-from-opacity: .5
}

.bg-gradient-to-t {
    --un-gradient-shape: to top;
    --un-gradient: var(--un-gradient-shape), var(--un-gradient-stops);
    background-image: linear-gradient(var(--un-gradient))
}

.object-cover {
    object-fit: cover
}

.object-contain {
    object-fit: contain
}

.p-10px {
    padding: 10px
}

.p-15px {
    padding: 15px
}

.p-20px {
    padding: 20px
}

.p-24px {
    padding: 24px
}

.p-30px {
    padding: 30px
}

.p-32px {
    padding: 32px
}

.p-5px {
    padding: 5px
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px
}

.px-12px {
    padding-left: 12px;
    padding-right: 12px
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px
}

.px-20px {
    padding-left: 20px;
    padding-right: 20px
}

.px-22px\! {
    padding-left: 22px !important;
    padding-right: 22px !important
}

.px-25px {
    padding-left: 25px;
    padding-right: 25px
}

.px-30px {
    padding-left: 30px;
    padding-right: 30px
}

.py-100px {
    padding-top: 100px;
    padding-bottom: 100px
}

.py-10px {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15px {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20px {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-24px {
    padding-top: 24px;
    padding-bottom: 24px
}

.py-25px {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30px {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-40px {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-46px {
    padding-top: 46px;
    padding-bottom: 46px
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-50px {
    padding-top: 50px;
    padding-bottom: 50px
}

.py-5px {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-60px {
    padding-top: 60px;
    padding-bottom: 60px
}

.py-7px {
    padding-top: 7px;
    padding-bottom: 7px
}

.pb-100px {
    padding-bottom: 100px
}

.pb-10px {
    padding-bottom: 10px
}

.pb-20px {
    padding-bottom: 20px
}

.pb-30px {
    padding-bottom: 30px
}

.pb-56\% {
    padding-bottom: 56%
}

.pb-5px {
    padding-bottom: 5px
}

.pb-60px {
    padding-bottom: 60px
}

.pl-10px {
    padding-left: 10px
}

.pl-15px {
    padding-left: 15px;
    padding-right: 130px;
}

.pl-20px {
    padding-left: 20px
}

.pl-24px {
    padding-left: 24px
}

.pl-50px {
    padding-left: 50px
}

.pr-10px {
    padding-right: 10px
}

.pr-20px {
    padding-right: 20px
}

.pr-22px {
    padding-right: 22px
}

.pt-130px {
    padding-top: 130px
}

.pt-30px {
    padding-top: 30px
}

.pt-40px {
    padding-top: 40px
}

.pt-60px {
    padding-top: 60px
}

.pt-78px {
    padding-top: 78px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-left\! {
    text-align: left !important
}

.text-right {
    text-align: right
}

.font-size-0\.7rem {
    font-size: .7rem
}

.font-size-0\.8rem {
    font-size: .8rem
}

.font-size-0\.95rem {
    font-size: .95rem
}

.font-size-0\.9rem {
    font-size: .9rem
}

/*友情链接*/
.p-style {
    color: #261900;
    font-size: 1rem;
    font-family: "PingFang SC";
    /* line-height: 1.2rem; */
}

.font-size-1\.1rem {
    font-size: 1.1rem
}

.font-size-1\.2rem {
    font-size: 1.2rem
}

.font-size-30px {
    font-size: 20px
}

.font-size-40px {
    font-size: 30px
}

/* 人名和浏览量变灰色 */
/* .c-gray */
.c-dark,
.text-dark {
    --un-text-opacity: 1;
    color: rgb(37 37 37 / var(--un-text-opacity))
}

/* 按钮背景色 */
.btn-color {
    background-color: #cbb6881a;
}

/* 红色border */
.btn-border {
    border-width: 1px;
}

/* .btn-color { */
/* color:#CBB6881A */
/* } */
.c-fire,
.h\:c-fire:hover,
.text-fire {
    --un-text-opacity: 1;
    color: rgb(188 37 30 / var(--un-text-opacity))
}

.c-gold,
.text-gold {
    --un-text-opacity: 1;
    color: rgb(201 160 84 / var(--un-text-opacity))
}

.c-gold-3,
.text-gold-3 {
    --un-text-opacity: 1;
    color: rgb(203 182 136 / var(--un-text-opacity))
}

.c-white,
.h\:c-white:hover,
.text-white,
.group:hover .group-hover\:c-white {
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity))
}

.c-blue {
    --un-text-opacity: 1;
    color: rgb(96 165 250 / var(--un-text-opacity))
}

.c-dark\! {
    --un-text-opacity: 1 !important;
    color: rgb(37 37 37 / var(--un-text-opacity)) !important
}

.c-gold-1 {
    --un-text-opacity: 1;
    color: rgb(247 244 237 / var(--un-text-opacity))
}

.c-gold-2 {
    --un-text-opacity: 1;
    color: rgb(228 220 199 / var(--un-text-opacity))
}

.c-gray {
    --un-text-opacity: 1;
    color: rgb(156 163 175 / var(--un-text-opacity))
}

.c-gray-5 {
    --un-text-opacity: 1;
    color: rgb(107 114 128 / var(--un-text-opacity))
}

.c-op-50 {
    --un-text-opacity: .5
}

.font-bold {
    font-weight: 700
}

.font-thin {
    font-weight: 100
}

.line-height-1\.7em {
    line-height: 1.7em
}

/* input框 */
input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #FFFFFF;
}

/* 控制搜索框label宽度 */
.input-style {
    width: 30%;
}

/* 控制label内的 */
.label-style {
    display: flex;
    justify-content: space-around;
}

.line-height-5 {
    line-height: 1.25rem
}

.line-height-6 {
    line-height: 1.5rem
}

.line-height-8 {
    line-height: 2rem
}

.font-hei {
    font-family: Punctuation Hei, Arial, PingFang SC, Heiti SC, Microsoft YaHei, Source Han Sans SC, Source Han Sans CN, Noto Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, WenQuanYi Zen Hei, SimHei, WenQuanYi Zen Hei Sharp, sans-serif
}

.font-serif {
    font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif
}

.h\:underline:hover {
    text-decoration-line: underline
}

.tab {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

.op-100 {
    opacity: 1
}

.shadow-gold-2 {
    --un-shadow-opacity: 1;
    --un-shadow-color: rgb(228 220 199 / var(--un-shadow-opacity))
}

.shadow-md {
    --un-shadow: var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / .1)), var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / .1));
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-flex {
    transition-property: flex;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.fr {
    display: flex;
    flex-direction: row
}

.fc {
    display: flex;
    flex-direction: column
}

.as {
    align-items: start
}

.ac {
    align-items: center
}

.ae {
    align-items: end
}

.jc {
    justify-content: center
}

.je {
    justify-content: end
}

.ct {
    display: flex;
    align-items: center;
    justify-content: center
}

.f-1,
.f1 {
    flex: 1
}

.f-2,
.f2 {
    flex: 2
}

.f-4,
.f4 {
    flex: 4
}

.f-6 {
    flex: 6
}

.f3 {
    flex: 3
}

.f5 {
    flex: 5
}

.f7 {
    flex: 7
}

.pa\! {
    position: absolute !important
}

.pr {
    position: relative
}

.pr\! {
    position: relative !important
}

.pf {
    position: fixed
}

.oh {
    overflow: hidden
}

.box {
    box-shadow: 0 0 0 1px inset #0ff
}

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

.nowrap {
    white-space: nowrap
}

.a {
    cursor: pointer
}

.fs-10 {
    font-size: 36px
}

.fs-19 {
    font-size: 4.75rem
}

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

.fs-4 {
    font-size: 1rem
}

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

.fs-6 {
    font-size: 20px
}

.fs-7 {
    font-size: 1.75rem
}

.fs-8 {
    font-size: 2rem
}

.fs-9 {
    font-size: 2.25rem
}

.maxw-1366px {
    max-width: 1366px
}

.maxw-360px {
    max-width: 360px
}

.maxw-387px {
    max-width: 387px
}

.maxw-922px {
    max-width: 922px
}

.minw-150px {
    min-width: 150px
}

.minh-200px {
    min-height: 200px
}

.minh-300px {
    min-height: 300px
}

.minh-50px {
    min-height: 50px
}

.grid-gap-10px {
    gap: 10px;
    grid-gap: 10px
}

.grid-gap-20px {
    gap: 20px;
    grid-gap: 20px
}

@media (min-width: 320px) {
    .xs\:fr {
        display: flex;
        flex-direction: row
    }
}

@media (min-width: 640px) {
    .sm\:grid {
        display: grid
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:m0 {
        margin: 0
    }

    .sm\:ml-20px {
        margin-left: 20px
    }

    .sm\:mr-20px {
        margin-right: 20px
    }

    .sm\:mt-15px {
        margin-top: 15px
    }

    .sm\:mt0 {
        margin-top: 0
    }

    .sm\:block {
        display: block
    }

    .group:hover .sm\:group-hover\:hidden {
        display: none
    }

    .sm\:h-180px {
        height: 180px
    }

    .sm\:h-300px {
        height: 300px
    }

    .sm\:h-320px {
        height: 320px
    }

    .sm\:h-330px {
        height: 330px
    }

    .sm\:h-340px {
        height: 340px
    }

    .sm\:h-360px {
        height: 360px
    }

    .sm\:h-400px {
        height: 400px
    }

    .sm\:h-auto {
        height: auto
    }

    .sm\:w-270px {
        width: 270px
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:py-20px {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .sm\:pl-0 {
        padding-left: 0
    }

    .sm\:pl-20px {
        padding-left: 20px
    }

    .sm\:fr {
        display: flex;
        flex-direction: row
    }

    .sm\:fc {
        display: flex;
        flex-direction: column
    }

    .sm\:f-2,
    .sm\:f2 {
        flex: 2
    }

    .sm\:f-4 {
        flex: 4
    }

    .sm\:f1 {
        flex: 1
    }

    .sm\:minh-300px {
        min-height: 300px
    }
}

@media (min-width: 960px) {
    .md\:left-0 {
        left: 0
    }

    .md\:right-0 {
        right: 0
    }

    .md\:top-50px {
        top: 50px
    }

    .md\:top-auto {
        top: auto
    }

    .md\:grid {
        display: grid
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .md\:m-20px {
        margin: 20px
    }

    .md\:m0 {
        margin: 0
    }

    .md\:mx-40px {
        margin-left: 40px;
        margin-right: 40px
    }

    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .md\:my-20px {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .md\:-mt-80px {
        margin-top: -80px
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:ml-20px {
        margin-left: 20px
    }

    .md\:ml-24px {
        margin-left: 24px
    }

    .md\:mr-20px {
        margin-right: 20px
    }

    .md\:mr-50px {
        margin-right: 50px
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mt-40px {
        margin-top: 40px
    }

    .md\:mt-50px {
        margin-top: 50px
    }

    .md\:block {
        display: block
    }

    .md\:hidden {
        display: none
    }

    .md\:size-full {
        width: 100%;
        height: 100%
    }

    .md\:h-100px {
        height: 100px
    }

    .md\:h-1px {
        height: 1px
    }

    .md\:h-380px {
        height: 380px
    }

    .md\:h-430px {
        height: 430px
    }

    .md\:h-462px {
        height: 462px
    }

    .md\:h-480px {
        height: 480px
    }

    .md\:h-600px {
        height: 600px
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-full {
        height: 100%
    }

    .md\:w-140\% {
        width: 140%
    }

    .md\:w-160\% {
        width: 160%
    }

    .md\:w-1px {
        width: 1px
    }

    .md\:w-300px {
        width: 300px
    }

    .md\:w-360px {
        width: 360px
    }

    .md\:w-40px {
        width: 40px
    }

    .md\:w-50\% {
        width: 50%
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-full {
        width: 100%
    }

    .md\:flex {
        display: flex
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .md\:rotate-90 {
        --un-rotate-x: 0;
        --un-rotate-y: 0;
        --un-rotate-z: 0;
        --un-rotate: 90deg;
        transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
    }

    .md\:b-l-2 {
        border-left-width: 2px
    }

    .md\:border-r {
        border-right-width: 1px
    }

    .md\:p-30px {
        padding: 30px
    }

    .md\:p-40px {
        padding: 40px
    }

    .md\:px-20px {
        padding-left: 20px;
        padding-right: 20px
    }

    .md\:px-22px {
        padding-left: 22px;
        padding-right: 22px
    }

    .md\:px-30px {
        padding-left: 30px;
        padding-right: 30px
    }

    .md\:px-40px {
        padding-left: 40px;
        padding-right: 40px
    }

    .md\:px-46px {
        padding-left: 46px;
        padding-right: 46px
    }

    .md\:py-20px {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .md\:py-30px {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .md\:py-40px {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .md\:py-50px {
        padding-top: 50px;
        padding-bottom: 51px
    }

    .md\:py-60px {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .md\:pl-20px {
        padding-left: 20px
    }

    .md\:pl-30px {
        padding-left: 30px
    }

    .md\:pl-40px {
        padding-left: 40px
    }

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pr-30\% {
        padding-right: 30%
    }

    .md\:pr-30px {
        padding-right: 30px
    }

    .md\:text-right {
        text-align: right
    }

    .md\:shadow-lg {
        --un-shadow: var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)), var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));
        box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
    }

    .md\:fr {
        display: flex;
        flex-direction: row
    }

    .md\:fc {
        display: flex;
        flex-direction: column
    }

    .md\:ac {
        align-items: center
    }

    .md\:f-1,
    .md\:f1 {
        flex: 1
    }

    .md\:f-10 {
        flex: 10
    }

    .md\:f-3 {
        flex: 3
    }

    .md\:f-4 {
        flex: 4
    }

    .md\:f0 {
        flex: 0
    }

    .md\:h\:f-2:hover {
        flex: 2
    }

    .md\:pa {
        position: absolute
    }

    .md\:pr {
        position: relative
    }

    .md-fs-6 {
        font-size: 1.5rem
    }

    .md\:fs-7 {
        font-size: 1.75rem
    }

    .md\:minh-180px {
        min-height: 126px
    }
}

@media (min-width: 1300px) {
    .lg\:left-0 {
        left: 0
    }

    .lg\:left-130px {
        left: 130px
    }

    /*  新*/
    .lg\:right-50px {
        right: -69px
    }

    .lg\:top-0 {
        top: 0
    }

    .lg\:top-340px {
        top: 340px
    }

    .lg\:mx-80px {
        margin-left: 80px;
        margin-right: 80px
    }

    .lg\:mt-100px {
        margin-top: 100px
    }

    .lg\:block {
        display: block
    }

    .lg\:h-420px {
        height: 420px
    }

    .lg\:h-430px {
        height: 430px
    }

    .lg\:h-480px {
        height: 480px
    }

    .lg\:h-530px {
        height: 530px
    }

    .lg\:h-600px {
        height: 600px
    }

    .lg\:h-60px {
        height: 60px
    }

    .lg\:w-110px {
        width: 110px
    }

    .lg\:w-240px {
        width: 242px
    }

    .lg\:w-480px {
        width: 480px
    }

    .lg\:scale-100 {
        --un-scale-x: 1;
        --un-scale-y: 1;
        transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
    }

    .lg\:scale-110 {
        --un-scale-x: 1.1;
        --un-scale-y: 1.1;
        transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
    }

    .lg\:scale-120 {
        --un-scale-x: 1.2;
        --un-scale-y: 1.2;
        transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
    }

    .lg\:scale-90 {
        --un-scale-x: .9;
        --un-scale-y: .9;
        transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
    }

    .lg\:b-r-2 {
        border-right-width: 2px
    }

    .lg\:b-t-1 {
        border-top-width: 1px
    }

    .lg\:b-gold-1 {
        --un-border-opacity: 1;
        border-color: rgb(247 244 237 / var(--un-border-opacity))
    }

    .lg\:p-50px {
        padding: 50px
    }

    .lg\:px-20px {
        padding-left: 20px;
        padding-right: 20px
    }

    .lg\:px-25px {
        padding-left: 25px;
        padding-right: 25px
    }

    .lg\:px-40px {
        padding-left: 40px;
        padding-right: 40px
    }

    .lg\:px-50px {
        padding-left: 50px;
        padding-right: 50px
    }

    .lg\:px-70px {
        padding-left: 70px;
        padding-right: 70px
    }

    .lg\:py-40px {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
    }

    .lg\:py-60px {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .lg\:pl-50px {
        padding-left: 50px
    }

    .lg\:pl-600px {
        padding-left: 600px
    }

    .lg\:pl-60px {
        padding-left: 60px
    }

    /* 新 */
    .lg\:pr-50px {
        padding-right: 25px
    }

    .lg\:pr-80px {
        padding-right: 80px
    }

    .lg\:font-size-1\.1rem {
        font-size: 1.1rem
    }

    .lg\:shadow-lg {
        --un-shadow: var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)), var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));
        box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
    }

    .lg\:fr {
        display: flex;
        flex-direction: row
    }

    .lg\:pa {
        position: absolute
    }

    .lg\:fs-4 {
        font-size: 1rem
    }
}

@media (min-width: 1640px) {
    .xl\:w-140px {
        width: 110px
    }

    .xl\:maxw-1540px {
        max-width: 1540px
    }
}

.l-height {
    /*line-height: 10px;*/
    line-height: 1.2
}

.h1_hover h2:hover {
    color: #bc251e;
}

@media (min-width: 640px) {
    .newMap {
        background-color: white;
    }
}

@media (min-width: 1300px) {
    .newMap {
        position: absolute;
        background-color: white;
        margin-left: 850px;
        z-index: 10;
        margin-top: -400px;
    }
}

@media (min-width: 960px) {
    .marginImg {
        margin: 30px;
    }
}

.mainTop {
    margin-top: 80px;
}

.group:hover .hidden1 {
    display: none
}

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

.maxHeight {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px;
    max-height: 140px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.bg_one {
    --un-bg-opacity: 1;
    background-color: #CBB688
}

/*  动画效果*/
.tagcloud {
    position: relative;
    margin-top: -100px;
}

.div-position {
    position: relative;
}

/*修改导航选中状态*/
.lihover {
    text-align: center;
    width: 80px;
}

.lihover:hover {
    opacity: 1;
    border-bottom: white solid 2px;
    animation: 0.5s;
    position: relative;
}

/* 新 */
.aColor a:hover {
    color: white;
    border-left: white solid 2px;
    padding-left: 4px;
}

nav:hover .nav-menu>li {
    color: rgba(255, 255, 255, .6);
}

nav:hover .nav-menu>li:hover,
.nav-menu>li:hover>ul {
    color: #fff;
}

/* 消息公告变小 */
.small {
    width: 120.81px;
    height: 120.81px
}

/* 消息公告位置上 */
/* .top-50\% { */
/* top: 423px */
/* } */
.bounce-top {
    top: 423px
}

/* 消息公告上下滚动 */

.animated-div {
    animation: bounce-down 6s linear infinite;
}

@keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-100px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(100px);
    }
}

/*  鼠标悬停时动画暂停*/
.animated-div:hover {
    animation-play-state: paused;
}

/* 新 */
.section-container {
    position: relative;
}

/* 新section */
.header-search-boxcontain {
    width: 100%;
    height: 55%;
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
}


/* 搜索框 */
.header-search-box {
    width: 100%;
    height: 100%;
    background: #00000099;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 平行四边形 */
.parallelogram {
    position: absolute;
    left: 33.5%;
    /* width: 40px; */
    /* height: 50px; */
    --un-bg-opacity: 1;
    border-top: 50px solid transparent;
    border-right: 28px solid #fff;
}

.search-close {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 24px;
    height: 24px;
}

.searchBox {
    display: flex;
    margin: auto;
    width: 60%;
    height: 50px;
    /* background-color: red; */
}

.search-container {
    position: absolute;
    width: 30%;
    height: 50px;

    &::before {
        content: "";
        position: absolute;
        left: -26px;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-right: 26px solid #fff;
    }
}

.search-box {
    width: 100%;
    height: 50px;
    border: 1px solid #c9a054;
    border: none;
    outline: none;
    border-radius: 0 30px 30px 0;
    display: flex;
    justify-content: center;
}

.search-box::placeholder {
    color: #999;
}

.searchBar {
    position: absolute;
    top: 8%;
    left: 84%;
    /* right: 1%; */
    width: 15%;
    height: 42px;
    background-color: #c9a054;
    border: none;
    border-radius: 0 22px 22px 0;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;

    &::before {
        content: "";
        position: absolute;
        left: -22px;
        width: 0;
        height: 0;
        border-top: 42px solid transparent;
        border-right: 22px solid #c9a054;
    }
}

.seachIcon {
    width: 18px;
    height: 18px;
    stroke-width: 2.5px;
}

.sousuo {
    color: #fff;
    font-size: 16px;
}

/* 控制三角形 */
.trangle-color {
    --un-bg-opacity: 1;
    background-color: #fff;
}

.trangle-height {
    height: 50px;
}

.trangle-width {
    width: 40px;
}

.trangle-left {
    position: absolute;
    left: 33.5%;
}

.trangle2-left {
    position: absolute;
    left: 81.5%;
    top: 8%;
}

.trangle2-color {
    --un-bg-opacity: 1;
    background-color: #c9a054;
}

.trangle2-height {
    height: 42px;
}

.trangle2-width {
    width: 40px;
}

/* 企业介绍-企业概况 */

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

/* 搜索结果页 */
.search-header-style {
    position: relative;
    height: 300px;
    background-color: rgba(247, 244, 237, 1);
}

.search-style {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
}

.tab-style {
    display: flex;
    flex-direction: row;
    width: 66%;
    margin: auto;
}

.tab-box {
    display: flex;
    height: 70px;
    width: 100%;
    align-items: center;
}

.label-style2 {
    display: flex;
    /* border-radius:4px; */
    width: 66%;
    border: 1px solid var(---, #C9A054);
    margin: auto;
    margin-bottom: 24px;
}

.ul-style>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
}

.results_count {
    width: 66%;
    /* color: #666; */
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 16px;
    display: flex;
    color: hsla(0, 0%, 40%, 1);
}

.time-style {
    color: #C9A054;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.time-box {
    width: 72px;
    height: 72px;
    --un-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--un-border-opacity));
}

.time-box:hover {
    background: var(---, #C9A054);

    .time-style,
    .text-style {
        color: white;
    }
}

.text-style {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    line-height: 18px;
}

.a-style {
    display: flex;
    flex-direction: row;
    height: 145px;
    justify-content: center;
    border-bottom: 1px solid var(--grey-LG03-Line, #EBEBEB);
}

.right-style {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

.h2-style {
    --un-text-opacity: 1;
    color: rgb(37 37 37 / var(--un-text-opacity))
}

.h2-style:hover {
    color: rgb(188, 37, 30);
}

/* 控制搜索结果页 超过3行隐藏*/
.control-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(102, 102, 102, 1)
}

/* 无搜索结果 */
.notfound {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.notfound>img {
    width: 200px;
    height: 200px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    align-items: center;
}

.notfound>p {
    font-family: "PingFang SC";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.f-bluc {
    color: rgb(107 114 128 / var(--un-text-opacity));
}

/* 地铁保护 */
.protect_style {
    background: #fff;
    border-bottom: 0.5px solid var(--grey-LG03-Line, #EBEBEB);
    padding: 20px;
}

.pt-28px {
    padding-top: 12px;
}

.dot_small {
    width: 6px;
    height: 6px;
    background-color: #C9A054;
    border-radius: 6px;
}

.page_number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 4px 6px;
    border-radius: 6px;
    font-family: "Source Han Sans CN";
    color: #595959;
    font-size: 10px;
    font-weight: 400;
    line-height: 8px;
    border: 1px solid var(--Neutral-Color-LG02, #DCDCDC);
    margin-right: 6px;
    background: #fff;
}

.total {
    font-family: "Source Han Sans CN";
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.per_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 32px;
    padding: 4px 6px;
    border-radius: 2px;
    font-family: "Source Han Sans CN";
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    border: 1px solid var(--grey-LG03-Line, #EBEBEB);
    margin: 10px;
    background: #fff;
}

.jump {
    display: flex;
    flex-direction: row;
    font-family: "Source Han Sans CN";
    color: #666666;
    font-weight: 400;
    line-height: 16px;
    align-items: center;
}

.bigline_img {
    width: 100%;
    height: 930px;
}

.lb-box {
    cursor: pointer;
    max-width: 649px;
}

.lunbo-pic {
    width: 649px;
    width: 100%;
    height: 364px;

}

.new-title-box {
    padding-top: 20px;
    width: 649px;
    box-sizing: border-box;
}

.new-title-box .new-title-t {
    display: flex;
    justify-content: space-between;
    color: #1d1300;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.new-title-box .new-title-t .tit-t {
    flex: 8;
}

.new-title-box .new-title-t .tit-t-b {
    color: #C9A054;
    width: 16px;
    flex: 2;
    text-align: right;
}

.new-title-box .new-ms {
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-right-style {
    padding-top: 40px;
    padding-right: 40px;
    overflow: hidden;
}

.news-right-style .news-info {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    flex-direction: row;
    flex-wrap: nowrap;
}

.news-right-style .a-news-info {
    overflow: hidden;
    display: block;
    height: 70px;
}

.news-right-style .news-info .news-info-time {
    width: 70px;
    height: 70px;
    font-size: 12px;
    /* flex: 2; */
    text-align: center;
    /* line-height: 70px; */
    background-color: #F2EEE3;
    color: #C9A054;
    padding-top: 18px;
    box-sizing: border-box;
}

.news-right-style .news-info .news-info-time .big-size {
    font-size: 20px;
    font-weight: bold;
}

.news-right-style .news-info .news-info-time .small-size {
    margin-top: 5px;
}

.news-right-style .a-news-info:hover .news-info .news-info-time,
.news-right-style .a-news-info.ho .news-info .news-info-time {
    color: #ffffff;
    background-color: #C9A054;
}

.news-right-style .news-info .news-info-bt-ms {
    margin-left: 20px;
    /* flex: 5; */
}

.news-right-style .news-info .news-info-bt-ms .news-info-bt {
    width: 310px;
    /* width: 60%; */
    color: #bc251e;
    color: #1D1300;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.news-right-style .a-news-info:hover .news-info .news-info-bt-ms .news-info-bt,
.news-right-style .a-news-info.ho .news-info .news-info-bt-ms .news-info-bt {
    color: #bc251e;
}

.news-right-style .news-info .news-info-bt-ms .news-info-ms {
    margin-top: 8px;
    font-size: 14px;
    /* height: 70px; */
    color: #666;
    /* width: 439px; */
    /* width: 70%; */
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-right-style .a-news-info:hover .news-info .news-info-bt-ms .news-info-ms {
    color: #252525;
}

.news-right-style .a-news-info+.a-news-info {
    margin-top: 40px;
}

@media (min-width: 375px) {
    .news-right-style .news-info .news-info-bt-ms .news-info-bt {
        width: 200px;
    }

    .news-right-style .news-info .news-info-bt-ms {
        width: 230px;
    }

    .news-right-style .news-info .news-info-bt-ms .news-info-ms {
        width: 230px;
    }

    /* .lunbo-pic {
        width: 100%;
        height: 364px;
    } */
    .new-title-box {
        width: 100%;
    }
}

@media (min-width: 640px) {
    .news-right-style .news-info .news-info-bt-ms .news-info-bt {
        width: 400px;
    }

    .news-right-style .news-info .news-info-bt-ms {
        width: 429px;
    }

    .news-right-style .news-info .news-info-bt-ms .news-info-ms {
        width: 429px;
    }

    /* .lunbo-pic {
        width: 649px;
        height: 364px;
    } */
    .new-title-box {
        width: 649px;
    }
}

@media (min-width: 1650px) {
    .news-right-style .news-info .news-info-bt-ms {
        width: 560px;
    }

    .news-right-style .news-info .news-info-bt-ms .news-info-ms {
        width: 560px;
    }
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.company-info {
    background-color: #F7F4ED;
    /* height: 453px; */
    margin-top: 40px;
}

.company-info-de {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    cursor: pointer;
}

.company-info-de .company-yg {
    /* float: left; */
    /* width: 460px;
    width: 520px; */
    flex: 4;
    position: relative;
}

.company-info-de .company-yg .dot {
    position: absolute;
    left: -9px;
    bottom: -9px;
}

.company-info-de .company-yg .zs-sx {
    width: 2px;
    background-color: #E4DCC7;
    height: 223px;
    position: absolute;
    left: 0;
    bottom: -81px;
}

.company-info-de .company-yg .zs-ta {
    background: url(../png/ta-bg-2x.png) center right no-repeat;
    background-size: contain;
    width: 91px;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: -105px;
}

.company-info-de .company-yg .company-yg-pic {
    position: relative;
}

.company-info-de .company-yg .company-yg-pic,
.company-info-de .company-yg .company-yg-pic .tp {
    width: 100%;
    height: 312px;
}

.company-info-de .company-yg .company-yg-ms {
    width: 100%;
    box-sizing: border-box;
    padding: 28px;
}

.company-info-de .company-yg .company-yg-ms:hover .yg-ms-title-name {
    color: #BC251E;
    text-decoration-line: underline;
}

.company-info-de .company-yg .company-yg-ms:hover .ms-txt,
.company-info-de .yg-more .zb-rc-item:hover .ms-txt {
    color: #c9a054;
}

.company-info-de .qy-wh .qy-l:hover .qy-l-ms {
    color: #252525;
}

.company-info-de .company-yg .company-yg-ms .yg-ms-title {
    font-size: 18px;
    color: #252525;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-info-de .company-yg .company-yg-ms .yg-ms-title .yg-ms-title-l {
    display: flex;
    align-items: center;
}

.yg-ms-title-name {
    margin-left: 20px;
}

.company-yg-ms .ms-txt {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 28px;
}

.company-info-de .yg-more {
    /* width: 720px; */
    flex: 6;
}

.company-info-de .yg-more .zb-rc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.company-info-de .yg-more .zb-rc .zb-rc-item {
    padding-top: 38px;
    padding-left: 34px;
    padding-right: 40px;
    padding-bottom: 38px;
    /* width: 360px;
    width: 410px; */
    border-right: 2px solid #E6DFCC;
    box-sizing: border-box;
    position: relative;
    height: 151px;
    flex: 1;
}

.company-info-de .yg-more .zb-rc .zb-rc-item:hover .yg-ms-title-name {
    text-decoration-line: underline;
    color: #bc251e;
}

.company-info-de .yg-more .zb-rc .zb-rc-item .dot {
    position: absolute;
    right: -10px;
    top: -10px;
}

.zb-rc-item-top {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #252525;
    font-weight: 600;
}

.zb-rc-item .ms-txt {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 28px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px
}

.zb-rc-item-top .yg-ms-title-name {
    margin-left: 0;
}

.yg-more .qy-wh {
    height: 302px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.yg-more .qy-wh .qy-l {
    /* width: 280px;
    width: 380px; */
    background-color: #CBB688;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 35px;
    box-sizing: border-box;
    height: 100%;
    flex: 4;
}

.yg-more .qy-wh .qy-l:hover .qy-l-bt {
    text-decoration-line: underline;
    color: #bc251e;
}

.yg-more .qy-wh .qy-l .qy-l-bt {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.yg-more .qy-wh .qy-l .qy-l-bt .dot {
    background-color: #CBB688;
}

.yg-more .qy-wh .qy-l .qy-l-bt .t {
    margin-left: 8px;
}

.yg-more .qy-wh .qy-l .qy-l-hx {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-top: 165px;

}

.yg-more .qy-wh .qy-l .qy-l-ms {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 18px;
}

.yg-more .qy-wh .qy-r {
    /* width: 440px; */
    height: 302px;
    flex: 6;
}

.yg-more .qy-wh .qy-r .tp {
    /* width: 440px;
    width: 560px;
    height: 302px; */
    width: 100%;
    height: 100%;
}

.metro-box {
    margin-top: 80px;
    min-height: 492px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F7F4ED;
    border-bottom: 2px solid #E4DCC7;
    margin-bottom: 80px;
    position: relative;
}

.metro-box .tb-box {
    width: 130px;
    height: 37px;
    position: absolute;
    bottom: -2px;
    right: -129px;
    border-bottom: 2px solid #E4DCC7;
}

.metro-box .dot {
    position: absolute;
    bottom: -9px;
    right: -9px;
    z-index: 1;
}

.metro-box .sx-i {
    width: 2px;
    background-color: #E4DCC7;
    height: 100px;
    position: absolute;
    bottom: -98px;
    right: 0px;
}

.metro-box .tb-box img {
    width: 130px;
    height: 37px;
}

.metro-box .metro-cx {
    flex: 1;
    padding: 40px;
    background-color: #F7F4ED;
    background: url(../png/chaxun-bg.png) center center no-repeat;
    background-size: cover;
}

.metro-box .metro-cx .cx-bt {
    text-align: center;
    font-size: 18px;
    color: #252525;
    font-weight: 600;
}

.metro-box .metro-cx .cx-box {
    margin-top: 80px;
    text-align: center;
}

.metro-box .metro-cx .cx-box .cx-inp {
    /* background-color: #fff; */
    display: inline-flex;
    align-items: center;
}

.metro-box .metro-cx .cx-box .cx-inp .cx-inp-l {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 212px;
    height: 62px;
    line-height: 62px;
    padding-left: 20px;
    flex: 1;
    padding-right: 20px;
    box-sizing: border-box;
}

.metro-box .metro-cx .cx-box .cx-inp .cx-inp-l .sx {
    color: #EEEEEE;
    margin-left: 20px;
}

.metro-box .metro-cx .cx-box .cx-inp .cx-inp-l .sele,
.metro-box .metro-cx .cx-box .cx-inp .cx-inp-r .sele {
    margin-left: 20px;
    color: #1d1300;
    font-weight: 600;
    font-size: 16px;
}

.metro-box .metro-cx .cx-box .cx-inp .cx-inp-r {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 230px;
    height: 62px;
    line-height: 62px;
    margin-left: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    flex: 1;
    padding-right: 20px;
}

.metro-box .metro-cx .cx-box .cx-inp+.cx-inp {
    margin-top: 40px;
}

.metro-box .metro-more-cx {
    flex: 1;
    margin-left: 80px;
    padding-top: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    /* border-bottom: 2px solid #E4DCC7; */
}

.metro-box .metro-more-cx .metro-more-icon {
    /* width: 136px;
    height: 190px;
    background-color: #fff; */
    background: url(../png/chaxun-list-bg.png) center right no-repeat;
    background-size: contain;
}

.metro-box .metro-more-cx .metro-more-icon .metro-more-i {
    width: 136px;
    height: 190px;
    background-color: #fff;
    margin-right: 66px;
    margin-top: 30px;
}

.metro-box .metro-more-cx .metro-more-icon .metro-more-i:hover {
    box-shadow: 0 2px 8px 0 #bfac8280;
}

.metro-box .metro-more-cx .metro-more-icon .metro-more-i .ms-icon {
    font-size: 16px;
    margin-top: 20px;
    color: #252525;
    font-weight: bold;
}

.lxwm-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.lxwm-box .lxwm-pic {
    flex: 4;
}

.lxwm-box .lxwm-dt {
    flex: 6;
    padding-top: 62px;
}

.lxwm-box .lxwm-pic .lxwm-img {
    height: 426px;
    width: 100%;
}

.lxwm-box .lxwm-pic .lxwm-txt {
    padding: 32px 32px 34px 32px;
    box-shadow: 0 2px 12px 0 #96825833;
}

.lxwm-box .lxwm-pic .lxwm-txt .lxwm-txt-head {
    color: #bc251e;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
}

.lxwm-box .lxwm-pic .lxwm-txt .lxwm-txt-c {
    color: #252525;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-top: 26px;
    font-weight: bold;
}

.lxwm-box .lxwm-pic .lxwm-txt .lxwm-txt-c .tb {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: text-bottom;
}

.lxwm-pic .lxwm-img .tp {
    height: 426px;
    width: 100%;
}

.lxwm-box .lxwm-dt {
    position: relative;
}

.lxwm-box .lxwm-dt .map-shade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(1, 1, 1, 0.01);
    z-index: 111;
}

.lxwm-box .lxwm-dt .lxwm-dt-top {}

.lxwm-box .lxwm-dt .lxwm-dt-top .dot {
    display: inline-block;
}

.lxwm-box .lxwm-dt .lxwm-dt-top .lxwm-dt-top-1 {
    margin-left: -56px;
    text-align: center;
}

.lxwm-box .lxwm-dt .lxwm-dt-top .lxwm-dt-top-2 {
    text-align: center;
    color: #c9a054;
    font-size: 32px;
    font-style: normal;
    font-weight: 100;
    margin-top: 20px;
}

.lxwm-box .lxwm-dt .lxwm-dt-top .lxwm-dt-top-1 .t {
    color: #252525;
    font-size: 36px;
    font-weight: 600;
    margin-left: 20px;
}

.lxwm-box .lxwm-dt .map-box {
    height: 568px;
    margin-top: 63px;

}

.fgs-de {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
    box-shadow: 0 2px 12px 0 #96825833;
    position: relative;
}

.fgs-de .map-shade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(1, 1, 1, 0.01);
    z-index: 111;
}

.fgs-de .fgs-map-box {
    flex: 1;
    height: 430px;
}

.fgs-de .fgs-de-txt {
    flex: 1;
    padding: 40px 28px 0 32px;
}

.fgs-de .fgs-de-txt .lxwm-txt-head {
    color: #bc251e;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
}

.fgs-de .fgs-de-txt .lxwm-txt-c {
    color: #252525;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-top: 26px;
    font-weight: bold;
}

.fgs-de .fgs-de-txt .lxwm-txt-c .tb {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: text-bottom;
}

.fgs-de .fgs-de-txt .lxwm-txt-c .ewm-pic {
    width: 130px;
    height: 130px;
    margin-left: 8px;
    vertical-align: top;
}

.qfrx-de {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
    box-shadow: 0 2px 12px 0 #96825833;
    padding-top: 40px;
    padding-bottom: 32px;
}

.qfrx-de .qfrx-map-box {
    flex: 1;
    height: 430px;
}

.qfrx-de .qfrx-de-txt {
    flex: 1;
    padding: 0 28px 0 40px;
}

.qfrx-de .qfrx-de-txt+.qfrx-de-txt {
    border-left: 1px solid #EBEBEB;
}

.qfrx-de .qfrx-de-txt .qfrx-txt-head {
    color: #bc251e;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
}

.qfrx-de .qfrx-de-txt .qfrx-txt-c {
    color: #252525;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-top: 26px;
    font-weight: bold;
}

.qfrx-de .qfrx-de-txt .qfrx-txt-c .tb {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: text-bottom;
}

.qfrx-de .qfrx-de-txt .qfrx-txt-c .ewm-pic {
    width: 130px;
    height: 130px;
    margin-left: 8px;
    vertical-align: top;
}

.qfrx-de .qfrx-de-txt .qfrx-txt-c .sr {
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    border: 1px solid #E4DCC7;
    padding: 16px 20px;
    color: #c9a054;
    font-size: 16px;
}

.qfrx-de .qfrx-de-txt .qfrx-txt-c .sr::placeholder {
    color: #c9a054;
}

.ts-shade {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 1, 1, 0.7);
    z-index: 12;
    display: none;
}

.ts-shade .msg-ts {
    width: 600px;
    background-color: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -300px;
    border-radius: 8px;
    z-index: 13;
}

.ts-shade .msg-ts .msg-ts-title {
    text-align: center;
    color: #252525;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;

}

.ts-shade .msg-ts .msg-ts-de {
    margin-top: 30px;
}

.ts-shade .msg-ts .msg-ts-de .msg-ts-de-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.ts-shade .msg-ts .msg-ts-de .msg-ts-de-item .msg-ts-de-item-l {
    width: 110px;
    color: #252525;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    flex: 1;
}

.ts-shade .msg-ts .msg-ts-de .msg-ts-de-item .msg-ts-de-item-r {
    flex: 3;
    margin-left: 10px;
}

.ts-shade .msg-ts .msg-ts-de .msg-ts-de-item.txtarea {
    align-items: flex-start;
}

.ts-shade .msg-ts .msg-ts-de .msg-ts-de-item .msg-ts-de-item-r .sr {
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    border: 1px solid #E4DCC7;
    padding: 8px 10px;
    color: #252525;
    font-size: 16px;
    width: 100%;
}

.ts-shade .msg-ts .msg-ts-de .msg-ts-de-item .msg-ts-de-item-r .sr::placeholder,
.ts-shade .msg-ts .msg-ts-de .msg-ts-de-item .msg-ts-de-item-r .sr-area::placeholder {
    color: #999999;
}

.ts-shade .msg-ts .msg-ts-de .msg-ts-de-item+.msg-ts-de-item {
    margin-top: 20px;
}

.ts-shade .msg-ts .msg-ts-de .msg-ts-de-item .msg-ts-de-item-r .sr-area {
    border-radius: 2px;
    border: 1px solid #E4DCC7;
    padding: 8px 10px;
    color: #252525;
    font-size: 16px;
    width: 100%;
    height: 130px;
}

.ts-shade .msg-ts .msg-ts-btn {
    width: 200px;
    height: 46px;
    line-height: 46px;
    background: #C9A054;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    cursor: pointer;
}

.dt-bh {
    margin-top: 60px;
}

.dt-bh .dt-bh-title {
    color: #c9a054;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.dt-bh .dt-bh-de {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #252525;
}

.lxcy-de {
    margin-top: 40px;

}

.lxcy-de .lxcy-bt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.lxcy-de .lxcy-bt .lxcy-bt-i {
    padding: 12px 26px;
    color: #333333;
    font-size: 14px;
    background: #F7F4ED;
    cursor: pointer;
}

.lxcy-de .lxcy-bt .lxcy-bt-i.ho {
    color: #ffffff;
    background: #CD0720;
}

.lxcy-de .lxcy-content {
    margin-top: 10px;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.lxcy-de .lxcy-content .lxcy-content-i {
    flex: 1;
    padding: 32px 24px 32px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.lxcy-de .lxcy-content .lxcy-content-i .lxcy-content-time {
    padding: 13px 8px;
    border: 1px solid #EBEBEB;
    text-align: center;
}

.lxcy-de .lxcy-content .lxcy-content-i .lxcy-content-time .small-time {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
}

.lxcy-de .lxcy-content .lxcy-content-i .lxcy-content-time .big-time {
    color: #c9a054;
    font-size: 36px;
    font-weight: 600;
    margin-top: 8px;
}

.lxcy-de .lxcy-content .lxcy-content-i:hover .lxcy-content-time {
    border: 1px solid #BC251E;
    background-color: #BC251E;
}

.lxcy-de .lxcy-content .lxcy-content-i .lxcy-ms {
    margin-left: 24px;
}

.lxcy-de .lxcy-content .lxcy-content-i .lxcy-ms .lxcy-title {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    /* max-width: 450px; */
}

.lxcy-de .lxcy-content .lxcy-content-i .lxcy-ms .lxcy-msg {
    color: #666666;
    font-size: 14px;
    /* font-weight: 600; */
    margin-top: 16px;
    overflow: hidden;
}

.lxcy-de .lxcy-content .lxcy-content-i:hover .small-time,
.lxcy-de .lxcy-content .lxcy-content-i:hover .big-time {
    color: #FFFFFF;
}

.lxcy-de .lxcy-content .lxcy-content-i:hover .lxcy-title {
    color: #BC251E;
}

.lxcy-de .lxcy-content .lxcy-content-i .lxcy-ms .lxcy-a {
    margin-top: 18px;
}

.lxcy-de .lxcy-content .lxcy-content-i .lxcy-ms .lxcy-a .read-all {
    color: #c9a054;
    font-size: 16px;
    font-weight: 500;
}

.cul-slh {
    height: 96px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cul-bt-slh {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}

.lxcy-de .lxcy-content .lxcy-content-i .lxcy-ms {
    display: grid;
}

@media (min-width: 960px) {
    .lxcy-de .lxcy-content {
        margin-top: 10px;
        display: grid;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        grid-template-columns: repeat(2, minmax(350px, 1fr));
    }

    .lxcy-de .lxcy-content .lxcy-content-i .lxcy-ms .lxcy-msg {
        max-width: 450px;
    }

    .lxcy-de .lxcy-content .lxcy-content-i .lxcy-ms .lxcy-title {
        max-width: 450px;
    }
}

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

.swiper_box_new {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.swiper_box_new_l {
    transform: rotate(180deg);
    height: 44px;
    width: 44px;
    cursor: pointer;
    margin-left: 40px;
}

.swiper_box_new_r {
    height: 44px;
    width: 44px;
    cursor: pointer;
    margin-right: 40px;
}

.new_img_box {
    width: 100%;
    height: 270px;
}

@media (max-width: 640px) {
    .new_img_box {
        width: 100px;
        height: 100%;
    }

    .overHide {
        white-space: pre-wrap;
    }
}

@media (max-width: 500px) {
    .metro-box {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .metro-box .metro-cx .cx-box .cx-inp {
        display: flex;
        /* flex-wrap: wrap; */
    }

    .metro-box .metro-cx .cx-box .cx-inp .cx-inp-r {
        margin-left: 0;
    }

    .metro-box .metro-cx {
        /* padding: 16px 16px; */
    }

    .metro-box .metro-cx .cx-box .cx-inp .cx-inp-l {
        flex: 1;
        width: auto;
    }

    .metro-box .metro-cx .cx-box .cx-inp .cx-inp-r {
        flex: 1;
        width: auto;
    }

    .metro-box .metro-cx .cx-box {
        padding: 0;
        margin-top: 40px;
    }

    .metro-box .metro-more-cx .metro-more-icon {
        width: 100%;
        justify-content: space-around;

    }

    .metro-box .metro-more-cx .metro-more-icon .metro-more-i {
        margin-right: 0;
        width: 40%;
    }

    .metro-box .metro-more-cx {
        width: 100%;
        margin-left: 0;

    }

    .footer {
        text-align: center;
    }

    .honer {
        width: 100%;
        height: auto;
        background: url(jpg/honer-bg.jpg) center / auto 100% no-repeat;
        height: 800px;
    }

    .tagcloud {
        min-width: 100% !important;
        margin-top: 0;
    }

    .tagcloud:first-of-type {
        margin-top: 80px;
    }

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

    .lxwm-box .lxwm-pic {
        flex: none;
        width: 100%;
    }

    .fgs-de .fgs-de-txt {
        flex: none;
        width: 100%;
    }

    #app {
        padding: 0 16px !important;
    }

    #app article {
        padding: 16px 0 0 !important;
    }

    .max-390 {
        padding: 60px 16px !important;
    }

    .ct {
        overflow-x: scroll;
        width: 100%;
        margin-top: 0;
        padding-top: 16px !important;
    }

    .text-overhidden2-390 {
        white-space: break-spaces;
    }

    .contactde1Mask390 {
        width: 100% !important;
    }

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

    .mr-390-0 {
        margin-left: 0;
    }

    .header.open {
        background: #fff !important;
        color: #1D1300;
    }

    nav:hover .nav-menu>li {
        color: #1D1300;
    }

    .header.open li {
        width: 80%;
    }

    .header.open li .lihover {
        width: 100%;
        text-align: left;
        color: #1D1300;
        font-weight: 600;
    }

    .header.open ul {
        margin-top: 0 !important;
    }

    .header.open .nav-menu {
        padding-top: 0;

    }

    .header.open .nav-menu a {
        height: 40px !important;
        line-height: 40px;
    }

    .aColor a:hover {
        color: #1D1300;
    }

    .header .aColor {
        color: #1D1300;
    }

    .company-info-de .company-yg {
        width: 100%;
        flex: none;
    }

    .yg-more .qy-wh .qy-l {
        width: 100%;
        flex: none;
    }

    .yg-more .qy-wh {
        height: auto;
    }

    .sele option {
        font-size: 18px;
    }

    .yg-more .qy-wh .qy-l .qy-l-hx {
        display: none;

    }

    .yg-more .qy-wh .qy-l .qy-l-ms {
        padding-bottom: 20px;
    }

    .text-fire {
        font-size: 16px;
    }

    .pa-16 {
        padding: 16px !important;
    }

    .pa-t {
        padding-top: 0px !important;
    }

    .pa-b {
        padding-bottom: 0 !important;
    }

    .pa-0 {
        padding: 0 !important;
    }

    .news-right-style {
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;

    }

    .pa-t-16 {
        padding-top: 16px !important;
    }

    .mar-0 {
        margin-top: 0 !important;
    }

    .mar-0-b {
        margin-bottom: 0 !important;
    }
    .ma-0{
        margin: 0 !important;
    }

    .mar-16 {
        margin-top: 16px !important;
    }

    .display-f {
        display: none !important;
    }
.dt-bh{
margin-top: 40px;}
    .pa-b-16 {
        padding-bottom: 16px !important;
    }

    .company-info {
        margin-top: 0;
    }

    .company-info-de .company-yg .company-yg-ms {
        padding: 16px;
    }

    .company-info-de .yg-more .zb-rc .zb-rc-item {
        padding: 16px 16px 0;
    }

    .footer-title {
        width: 100%;
        padding-right: 0;
    }

    .flex-1 {
        flex: 1;
    }

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

    .footer-box-img {
        margin: 0 0 5px;
        width: 30%;
    }
    .footer-box-img a{
        width: 100%;
        display: block;
    }

    .h-280 {
        height: 280px;
    }

    .lxwm-box .lxwm-pic .lxwm-img {
        height: auto;
    }

    .lxwm-pic .lxwm-img .tp {
        height: auto;
    }

    .lxwm-box .lxwm-pic .lxwm-txt .lxwm-txt-head {
        font-size: 24px;
    }

    .lxwm-box .lxwm-pic .lxwm-txt {
        padding: 16px;
    }

    .lxwm-box .lxwm-dt .lxwm-dt-top .lxwm-dt-top-1 .t,
    .lxwm-box .lxwm-dt .lxwm-dt-top .lxwm-dt-top-2,
    .fgs-de .fgs-de-txt .lxwm-txt-head,
    .qfrx-de .qfrx-de-txt .qfrx-txt-head {
        font-size: 24px;
    }

    .lxwm-box .lxwm-dt .map-box {
        margin-top: 16px;
    }

    .lxwm-box .lxwm-dt {
        padding-top: 16px;
    }

    .fgs-de {
        margin-top: 16px;
    }

    .fgs-de .fgs-de-txt {
        padding: 16px;
    }

    .qfrx-de {
        margin: 0;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .qfrx-de-txt {
        padding: 16px;
    }

    .flex-414 {
        display: flex;
        flex-wrap: wrap;
    }
    .w-414-30{
    width: 30%;}
    .new_img_box {
        width: 100% ;

    }
    .new_img_box2 {
        width: 100% !important;
       max-height: 281px !important;
    }

    .lxcy-de .lxcy-content .lxcy-content-i {
        padding: 16px 0 16px 0;
    }

    .protect_style {
        padding: 0 0 16px;
    }

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

    .flex2 {
        flex: 2;
    }

    .top-414 {
        top: 40px;
    }

    .lunbo-pic {
        height: auto;
    }

    .new-title-box {
        width: 100%;
    }

    .company-info-de .company-yg .company-yg-pic,
    .company-info-de .company-yg .company-yg-pic .tp {
        height: auto;
    }

    .yg-more .qy-wh .qy-r {
        height: auto;
    }

    .w-30 {
        width: 100%;
        height: auto;
    }
    .z-index-111{
    z-index:2 !important;}
    .header-bg:after{
    height: 56px;}
.w-n{
width: 25%;;}
}


.lxcy-de .lxcy-content1 .lxcy-content-i {
    padding: 16px 0 16px 0;
}

.lxcy-de .lxcy-bt .lxcy-bt-i1 {
    padding: 12px 26px;
    color: #333333;
    font-size: 14px;
    /*background: #F7F4ED;*/
    background: #E4DCC7;
    cursor: pointer;
}

.lxcy-de .lxcy-bt .lxcy-bt-i1.ho {
    color: #ffffff;
    background: #CD0720;
}

.lxcy-de .lxcy-content1 {
    margin-top: 10px;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.lxcy-de .lxcy-content1 .lxcy-content-i {
    flex: 1;
    padding: 32px 24px 32px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-content-time {
    padding: 13px 8px;
    border: 1px solid #EBEBEB;
    text-align: center;
}

.lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-content-time .small-time {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
}

.lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-content-time .big-time {
    color: #c9a054;
    font-size: 36px;
    font-weight: 600;
    margin-top: 8px;
}

.lxcy-de .lxcy-content1 .lxcy-content-i:hover .lxcy-content-time {
    border: 1px solid #BC251E;
    background-color: #BC251E;
}

.lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-ms {
    margin-left: 24px;
}

.lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-ms .lxcy-title {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    /* max-width: 450px; */
}

.lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-ms .lxcy-msg {
    color: #666666;
    font-size: 14px;
    /* font-weight: 600; */
    margin-top: 16px;
    overflow: hidden;
}

.lxcy-de .lxcy-content1 .lxcy-content-i:hover .small-time,
.lxcy-de .lxcy-content1 .lxcy-content-i:hover .big-time {
    color: #FFFFFF;
}

.lxcy-de .lxcy-content1 .lxcy-content-i:hover .lxcy-title {
    color: #BC251E;
}

.lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-ms .lxcy-a {
    margin-top: 18px;
}

.lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-ms .lxcy-a .read-all {
    color: #c9a054;
    font-size: 16px;
    font-weight: 500;
}


.lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-ms {
    display: grid;
}

@media (min-width: 960px) {
    .lxcy-de .lxcy-content1 {
        margin-top: 10px;
        display: grid;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        grid-template-columns: repeat(2, minmax(350px, 1fr));
    }

    .lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-ms .lxcy-msg {
        max-width: 450px;
    }

    .lxcy-de .lxcy-content1 .lxcy-content-i .lxcy-ms .lxcy-title {
        max-width: 450px;
    }
}
