@charset "utf-8";
:root { --color: #94E1FF; --vh: 100vh; }

/* 最细 */
@font-face { font-family: "FZLTCXHJW"; src: url(../fonts/FZLTCXHJW.TTF) format('truetype'); font-display: swap; }

/* 细 */
@font-face { font-family: "FZLTXHJW"; src: url(../fonts/FZLTXHJW.TTF) format('truetype'); font-display: swap; }

/* 普通粗 */
@font-face { font-family: "FZLTHJW"; src: url(../fonts/FZLTHJW.TTF) format('truetype'); font-display: swap; }

/* 最粗 */
@font-face { font-family: "FZLTZHJW"; src: url(../fonts/FZLTZHJW.TTF) format('truetype'); font-display: swap; }
.TCX { font-family: 'FZLTCXHJW'; }
.TX { font-family: 'FZLTXHJW'; }
.LT { font-family: 'FZLTHJW'; }
.LTZ { font-family: 'FZLTZHJW'; }
* { padding: 0; margin: 0; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-break: break-all; }
html { font-size: -webkit-calc(100vw / 19.2); font-size: -moz-calc(100vw / 19.2); font-size: calc(100vw / 19.2); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scrollbar-width: thin; }
html::-webkit-scrollbar {    /*滚动条整体样式*/
width: 5px;    /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; }
html::-webkit-scrollbar-thumb {    /*滚动条-滑块*/
border-radius: 3px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #94E1FF; }
html::-webkit-scrollbar-track {    /*滚动条-背景*/
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 3px; background: #ededed; }
@media (min-width:1440px) {
    html { font-size: 100px; }
}
@media (max-width:1439px) {
    html { font-size: 86px; }
}
@media (max-width:1200px) {
    html { font-size: 76px; }
}
@media (max-width:1090px) {
    html { font-size: 66px; }
}
@media (max-width:944px) {
    html { font-size: -webkit-calc(100vw / 7.5); font-size: -moz-calc(100vw / 7.5); font-size: calc(100vw / 7.5); }
}
body { min-height: 100%; font-family: 'FZLTXHJW'; font-size: 16px; line-height: 1.5; color: #333; background: #fff; }
@media (max-width:1440px) {
    body { font-size: 14px; }
}
@media (max-width:944px) {
    body { font-size: 0.24rem; }
}
img { max-width: 100%; border: 0; vertical-align: top; -o-object-fit: cover; object-fit: cover; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-family: inherit; font-style: inherit; font-size: inherit; font-weight: normal; }
a, a:hover, a:focus { text-decoration: none; }
input, button { -webkit-appearance: none; border-radius: 0; }
button { cursor: pointer; }
input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
textarea { resize: none; overflow: auto; }
input, button, textarea, select { border: 0; font-family: inherit; font-style: inherit; font-size: inherit; font-weight: normal; color: inherit; background: transparent; }
select { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select::-ms-expand { display: none; }
table { border-collapse: collapse; }

/* 字体一行显示 */
.line1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

/* 字体显示两行 */
.line2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* 字体显示三行 */
.line3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* 字体显示四行 */
.line4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.line5 { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }

/* 字体显示六行 */
.line6 { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.itemcenter { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; }

/* flex 布局  强制不换行 */
.flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.flexb { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

/* flex 布局  换行 */
.flexs { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex1 { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.width { width: 92.22%; max-width: 1328px; margin: auto; }
.maodian { padding-top: 1.4rem; margin-top: -1.4rem; position: relative; z-index: -1; }

/* pc端顶部导航 */
.header { width: 100%; height: 1.4rem; padding-top: 0.3rem; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; position: fixed; top: 0; left: 0; z-index: 100; }
.header-bj { position: absolute; top: 0; left: 0; width: 100%; height: 100%; backdrop-filter: blur(0.408rem); -webkit-backdrop-filter: blur(0.408rem); background: rgba(255, 255, 255, 0.01); z-index: -1; }
.wap-box { display: none; }
.logo-box { width: 1.33rem; height: 0.38rem; display: block; margin: auto; text-align: center; }
.logo { height: 100%; fill: #fff; margin: auto; }
.logo path { fill: #fff; }
.logo rect { fill: none; }
.menus-box { margin-top: 0.27rem; }
.menus-ul > li { width: auto; margin-right: 0.36rem; position: relative; height: 0.26rem; }
.menus-li { width: auto; text-align: center; font-size: 0.18rem; color: #fff; font-family: "FZLTXHJW"; font-weight: 400; line-height: 0.26rem; position: relative; display: block; z-index: 3; height: 0.45rem; }
.menus-ul > li:last-child { margin-right: 0; }
.menus-li.on, .menus-ul > li:hover .menus-li { font-family: "FZLTZHJW"; }
.menus-li.on i, .menus-ul > li:hover .menus-li i { width: 100%; height: 1px; background: #fff; position: absolute; bottom: 0.1rem; left: 0; right: 0; margin: auto; }
.menus-xl { position: absolute; width: 2.08rem; top: 0.25rem; left: -90%; z-index: 2; display: none; padding-top: 0.4rem; }
.menus-xl > ul { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; border-radius: 0 0.2rem 0.2rem 0.2rem; overflow: hidden; position: relative; background: #fff; }
.menus-xl > ul > li { height: 0.4rem; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.menus-xl > ul > li a { font-family: "FZLTXHJW"; font-size: 0.16rem; font-weight: normal; text-align: center;    /*color: #fff;*/ color: #333; line-height: normal; }
.menus-xl2 { width: 7.68rem; left: -2.2rem; }
.menus-xl2 > ul { width: 100%; height: 0.4rem; background: #fff; backdrop-filter: unset; -webkit-backdrop-filter: unset; }
.menus-xl2 > ul > li a { color: #333; }
.menus-xl > ul > li a.on { font-family: "FZLTZHJW"; }
.black .menus-xl > ul > li a { color: #333; }
.menus-right { padding-right: 0.56rem; -webkit-box-pack: right; -webkit-justify-content: right; -moz-box-pack: right; -ms-flex-pack: right; justify-content: right; }
.menus-right > li { margin-left: 0.3rem; }
.menus-right-a { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; height: 0.2rem; font-size: 0.18rem; color: #fff; line-height: normal; }
.menus-right-a .iconfont { font-size: 0.18rem; color: #fff; }
.menus-right > li { position: relative; }
.menus-sousuo-box { position: absolute; left: -0.7rem; top: 0.2rem; padding-top: 0.4rem; display: none; }
.menus-sousuo { width: 2.29rem; height: 0.4rem; border-radius: 0.4rem; overflow: hidden; background: #F7FDFF; }
.menus-sousuo > input { width: 1.81rem; height: 100%; font-size: 0.16rem; color: #333; font-family: "FZLTXHJW"; padding-left: 0.2rem; }
.menus-sousuo > .btn { min-width: 0.48rem; height: 100%; background: #F2E5D3; }
.menus-sousuo > .btn .iconfont { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); color: #C69F62; font-size: 0.16rem; }
.header.black { background: #fff; }
.header.black .menus-li, .header.black .menus-right-a, .header.black .menus-right-a .iconfont { color: #333; }
.header.black .menus-li.on i, .header.black .menus-ul > li:hover .menus-li i { background: #333; }
.header.black .logo, .header.black .logo path { fill: #333; }
.header.black .logo rect { fill: none; }
.header.transparent { background: transparent; border-bottom: 1px solid #fff; }
.header.transparent .menus-li, .header.transparent .menus-right-a, .header.transparent .menus-right-a .iconfont { color: #fff; }
.header.transparent .menus-li.on i, .header.transparent .menus-ul > li:hover .menus-li i { background: #fff; }
.header.transparent .logo, .header.transparent .logo path { fill: #fff; }
.header.transparent .logo rect { fill: none; }
.header.transparent .header-bj { display: none; }
.zw-box { width: 100%; height: 1.2rem; }
.menus-left { padding-left: 0.63rem; }
.menus-left > li { height: 0.26rem; margin-left: 0.3rem; position: relative; }
.menus-left > li:nth-child(1) { margin-left: 0; width: 0.95rem; text-align: center; }
.menus-left > li:nth-child(1) > a { display: inline-block; height: 0.45rem; color: #fff; font-size: 0.18rem; }
.black .menus-left > li:nth-child(1) > a { color: #333; }
.menus-left-second { width: 1.07rem; text-align: center; background: #fff; position: absolute; top: 0.45rem; z-index: 2; left: -15%; display: none; }
.menus-left-second > li { width: 0.81rem; margin: auto; height: 0.41rem; border-bottom: 1px solid #C6C6C6; }
.menus-left-second > li a { line-height: 0.41rem; color: #A9A9A9; font-size: 0.14rem; font-family: "FZLTXHJW"; }
.menus-left-second > li:last-child { border: 0; }
.menus-left-second > li.on a { color: #000; }
.menus-child { background: #fff; position: absolute; top: 0.45rem; z-index: 2; left: 0; border-top: 1px solid #979797; display: none; }
.menus-child > div { padding: 0.5rem 0; }
.menus-first { width: 11rem; }
.menus-first > li, .menus-second > li { height: 0.46rem; margin-bottom: 0.1rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.menus-first a, .menus-second a { height: 0.46rem; font-family: "FZLTXHJW"; font-size: 0.18rem; color: #A9A9A9; border-bottom: 1px solid #979797; }
.menus-first a { width: 1.68rem; }
.menus-second a { width: 2.52rem; }
.menus-first > li:last-child > a, .menus-second > li:last-child > a { border-bottom: 0; }
.menus-first a .iconfont, .menus-second a .iconfont { color: #A9A9A9; font-size: 0.18rem; margin-right: -0.05rem; }
.menus-first > li.on > a, .menus-first > li.on > a .iconfont, .menus-second > li.on > a, .menus-second > li.on > a .iconfont { color: #000; }
.menus-first a span, .menus-second a span { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.menus-first a span i, .menus-second a span i { font-style: normal; }
.menus-third-title { font-family: "FZLTZHJW"; font-size: 0.18rem; color: #333; margin-bottom: 0.22rem; }
.menus-third-con { font-family: "FZLTXHJW"; font-size: 0.16rem; color: #333; line-height: 0.24rem; }
.menus-second, .menus-third { margin-left: 1rem; display: none; position: relative; }
.menus-second { margin-left: 0.8rem; }
.menus-first > li.on .menus-second, .menus-second > li.on .menus-third { display: block; }
.menus-first > li.on > a > span > i, .menus-second > li.on > a > span > i { border-bottom: 1px solid #333; }
.menus-third { width: 5rem; padding-top: 0.1rem; }
.menus-child a { -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.menus-child { height: 3.2rem; }
.menus-child-kcxfz { height: auto; }
.menus-child-kcxfz .menus-first { width: 8.4rem; }
.menus-child-kcxfz .menus-first a { width: 2.4rem; }
.menus-child-kcxfz .menus-second { margin-left: 0; }
.menus-child-kjcx { height: 3.2rem; }
.menus-child-kjcx .menus-first { width: 8.4rem; }
.menus-child-kjcx .menus-first a { width: 2.4rem; }
.menus-child-kjcx .menus-second a { width: 2.4rem; }
.menus-child-kjcx .menus-second { width: 4.8rem; margin-left: 1.2rem; }

/* pc导航 品牌矩阵 */
.menus-jz-imgs { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.menus-jz-imgs > a {    /*width: 1.5rem;*/
height: 0.8rem;    /*margin-right: 0.5rem;*/ margin: 0 0.35rem; }
.menus-jz-imgs > a:last-child { margin-right: 0; }
.menus-jz-img, .menus-jz-img path, .menus-jz-img polygon { max-width: 100%; max-height: 100%; fill: #C4C4C4; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.menus-jz-imgs > a:hover .menus-jz-img, .menus-jz-imgs > a:hover .menus-jz-img path, .menus-jz-imgs > a:hover .menus-jz-img polygon { fill: #333; }
.menus-jz-txt { color: #AFAFAF; font-size: 0.16rem; text-align: center; margin-top: 0.4rem; }
.menus-jz { height: 2.2rem; }
.menus-jz > div { padding: 0.55rem 0 0 0; }

/* 底部 */
.footer-box { width: 100%; position: relative; z-index: 2; background: #fff; }
.footer { border-radius: 0px 0.4rem 0px 0px; background: #FCFCFC; padding-top: 0.6rem; }
.footer .logo {    /*width: 1.54rem;*/

    /*height: 0.45rem;*/
fill: #333; margin: auto; display: block; }
.footer .logo path { fill: #333; }
.footer .logo rect { fill: none; }
.footer-menu { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 91.64%; margin: auto; margin-top: 0.6rem; }
.footer-menu > div { margin-right: 0.2rem; }
.footer-menu > div:last-child { margin-right: 0; flex: unset; width: 1.9rem; }
.footer-menu > div:nth-child(3), .footer-menu > div:nth-child(4) { flex: unset; width: 2.5rem; }
.footer-t { color: #333; font-family: "FZLTZHJW"; font-size: 0.18rem; padding-bottom: 0.1rem; }
.footer-t .iconfont { display: none; }
.footer-p { color: #333; font-family: "FZLTXHJW"; font-size: 0.14rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; line-height: 0.24rem; padding-top: 0.05rem; }
.footer-p i { display: block; font-style: normal; min-width: 0.48rem; font-family: "FZLTZHJW"; }
@media (max-width:1030px) {
    .footer-p i { min-width: 0.55rem; }
}
.footer-p span { display: block; }
.footer-oa { width: 91.64%; margin: auto; margin-top: 0.4rem; }
.footer-oa > div { margin-right: 0.3rem; }
.footer-oa > div:last-child { margin-right: 0; text-align: right; }
.footer-oa .ico { width: 0.32rem; height: 0.32rem; margin-right: 0.3rem; position: relative; }
.footer-oa .img { width: 100%; height: 100%; fill: #333; }
.footer-oa .img path { fill: #333; }
.footer-oa .img rect { fill: none; }
.footer-oa .ico:last-child { margin-right: 0; }
.footer-btn { width: 0.96rem; height: 0.32rem; display: inline-block; font-weight: 400; font-family: "FZLTXHJW"; font-size: 0.18rem; color: #333; border-radius: 0.16rem; border: 1px solid #333; text-align: center; line-height: 0.32rem; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.footer-btn:last-child { margin-left: 0.12rem; }
.footer-btn:first-child { margin-left: 0; }
.footer-btn:hover { background: #333; color: #fff; }
.footer-bot { border-top: 1px solid #333; width: 91.64%; margin: auto; margin-top: 0.4rem; font-size: 0.16rem; font-weight: normal; font-family: "FZLTXHJW"; color: #333; padding: 0.2rem 0; text-align: center; }
.footer-yszc { font-size: 0.16rem; font-weight: normal; font-family: "FZLTXHJW"; color: #333; margin-top: 0.1rem; display: inline-block; }
.footer-gwab a { font-size: 0.16rem; font-weight: normal; font-family: "FZLTXHJW"; color: #333; margin-right: 0.05rem; }
.footer-gwab a:last-child { margin-right: 0; }
.footer-bot .img { width: 0.18rem; height: 0.2rem; margin-left: 0.2rem; }
.footer-oa .ico .footer-tan { position: absolute; left: -0.4rem; bottom: 0.48rem; width: 1.2rem; height: 1.72rem; border-radius: 0px 0.18rem 0.18rem 0.18rem; background: #FFFFFF; -webkit-box-shadow: 0.03rem 0.03rem 0.1rem 0px rgba(173, 173, 173, 0.35); box-shadow: 0.03rem 0.03rem 0.1rem 0px rgba(173, 173, 173, 0.35); padding-top: 0.16rem; display: none; }
.footer-oa .ico .footer-tan img { width: 1rem; height: 1rem; display: block; margin: auto; }
.footer-oa .ico .footer-tan p { font-family: "FZLTZHJW"; font-size: 0.12rem; font-weight: normal; line-height: 0.16rem; text-align: center; color: #333; padding-top: 0.1rem; }

/* 首页 start */
.banner-box { width: 100%; position: fixed; top: 0; left: 0; z-index: 1; }
.banner-slide, .banner-slide .banner-img, .banner-slide .banner-img .pc-img { width: 100%; height: 100%; }
.banner-slide { position: relative; }
.banner-box > .banner-pag { bottom: 0.4rem; }
.banner-pag .swiper-pagination-bullet { width: 0.16rem; height: 0.16rem; background: #fff; opacity: 0.16; }
.banner-pag .swiper-pagination-bullet-active { background: #fff; opacity: 1; }
.banner-box > .banner-pag .swiper-pagination-bullet { margin: 0 0.2rem; }
.banner-box .index-search-btn { background: #C1EAFF; }
.banner-text { width: 100%; position: absolute; left: 0; bottom: 0.8rem; text-align: center; }
.banner-box .index-search-btn { background: #C1EAFF; }
.index-search { width: 10rem; height: 0.5rem; border-radius: 0 0.25rem 0.25rem 0.25rem; background: #fff; -webkit-box-shadow: 0.02rem 0.02rem 0.2rem 0 rgba(107, 107, 107, 0.1); box-shadow: 0.02rem 0.02rem 0.2rem 0 rgba(107, 107, 107, 0.1); overflow: hidden; position: absolute; z-index: 20; bottom: 0.2rem; left: 0; right: 0; margin: auto; }
.index-search input { height: 100%; text-align: center; font-family: "FZLTXHJW"; font-size: 0.18rem; margin: 0 0.2rem; }
.index-search-btn { width: 2.3rem; height: 100%; border-radius: 0.25rem; background: #B7B0D6; font-family: "FZLTXHJW"; font-size: 0.18rem; letter-spacing: 0.0245rem; color: #000000; }
.p1 { font-weight: 400; font-size: 0.48rem; color: #fff; font-family: "FZLTZHJW"; }
.p2 { font-weight: 400; font-size: 0.24rem; color: #fff; font-family: "FZLTXHJW"; margin-bottom: 0.1rem; }
.main { width: 100%;    /*min-height: 100vh;*/ position: relative; z-index: 2; background: #fff; padding-bottom: 0.8rem; }
.ppjz-box { padding-top: 1.2rem; }
.index-title { font-family: "FZLTZHJW"; font-size: 0.4rem; color: #000000; text-align: center; font-weight: 400; line-height: 1; }
.index-text { font-family: "FZLTXHJW"; font-size: 0.24rem; color: #000000; text-align: center; padding-top: 0.2rem; }
.index-desc { font-size: 0.16rem; color: #000000; font-family: "FZLTXHJW"; padding-top: 0.24rem; text-align: center; }
.ppjz-logo-swiper { width: 100%; margin: auto; margin-top: 0.4rem; overflow: unset; }
.ppjz-logo-swiper .swiper-slide { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; }
.ppjz-logo { width: 1.97rem; height: 2.24rem; background: #FCFCFD; border-radius: 0 0.4rem 0.4rem 0.4rem; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; cursor: pointer; }
.ppjz-logo.on { -webkit-box-shadow: 0px 0.02rem 0.3rem 0px rgba(173, 173, 173, 0.5); box-shadow: 0px 0.02rem 0.3rem 0px rgba(173, 173, 173, 0.5); }
.ppjz-logo .img { max-width: 80%; max-height: 50%; fill: #C4C4C4; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.ppjz-logo .img path { fill: #C4C4C4; }
.ppjz-logo.on .img, .ppjz-logo.on .img path { fill: #333; }
.ppjz-logo .img rect, .ppjz-logo.on .img rect { fill: none; }
.ppjz-jt { display: none; }
.ppjz-swiper { width: 100%; height: 6.4rem; margin-top: 0.4rem; }
.ppjz-slide { width: 100%; height: 100%; position: relative; }
.ppjz-slide img { width: 100%; height: 100%; border-radius: 0 0.4rem 0.4rem 0.4rem; }
.ppjz-slide-video { width: 100%; height: 100%; border-radius: 0 0.4rem 0.4rem 0.4rem;    /*-o-object-fit: cover;*/    /*object-fit: cover;*/
background: #333; position: absolute; top: 0; left: 0; z-index: 20; display: none; }
.ppjz-swiper-next, .ppjz-swiper-prev { background: transparent; width: 0.6rem; height: 0.6rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; top: 45%; margin-top: 0; }
.ppjz-swiper-next .icon, .ppjz-swiper-prev .icon { width: 0.45rem; height: 0.45rem; }
.ppjz-swiper-next { right: 0.3rem; }
.ppjz-swiper-prev { left: 0.3rem; }
.ppjz-swiper-next .iconfont, .ppjz-swiper-prev .iconfont { font-size: 0.56rem; color: #fff; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.ppjz-swiper-prev .iconfont { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.ppjz-slide-left { width: 100%; height: 100%; border-radius: 0 0.4rem 0.4rem 0.4rem; overflow: hidden; position: relative; }
.ppjz-slide-left .bjimg { height: 100%; border-radius: 0 0.4rem 0.4rem 0.4rem; }
.ppjz-swiper-prev.swiper-button-disabled, .ppjz-swiper-next.swiper-button-disabled { opacity: 1; }
.ppjz-slide-left .ppjzlogo { position: absolute; top: 0.5rem; left: 0.6rem; max-width: 1.4rem; max-height: 0.99rem; }
.ppjztxt { width: 54.82%; position: absolute; bottom: 0; left: 0; padding: 0.8rem 0.96rem; font-size: 0.3rem; font-weight: 400; font-family: "FZLTZHJW"; color: #fff; }
.ppjztxt p { font-family: "FZLTXHJW"; font-size: 0.18rem; padding-top: 0.2rem; }
.ppjz-slide-right { position: absolute; right: 0; top: 0; width: 45.18%; height: 100%; background: #FCFCFD; border-radius: 0px 0.4rem 0.4rem 0.4rem; text-align: center; padding-top: 0.8rem; }
.ppjz-slide-right .ppimg { height: 3.2rem; }
.ppjz-slide-right .ppp { font-size: 0.18rem; font-weight: 400; font-family: "FZLTZHJW"; color: #B7B0D6; margin-top: 0.4rem; }
.ppjz-slide-right .ppt { font-size: 0.16rem; font-weight: 400; font-family: "FZLTXHJW"; color: #B7B0D6; margin-top: 0.05rem; }
.pp-btn { font-size: 0.18rem; font-weight: 400; font-family: "FZLTXHJW"; border: 1px solid #B7B0D6; display: inline-block; padding: 0.05rem 0.1rem; border-radius: 0.32rem; color: #B7B0D6; line-height: normal; margin-top: 0.3rem; }
.pp-btn .iconfont { display: none; }
.zxxd-box { width: 100%; padding: 0.8rem 0; background: #F7FDFF; margin-top: 0.8rem; }
.zxxd-swiper { width: 100%;    /* height: 6.4rem; */ margin-top: .4rem; }
.zxxd-slide { width: 100%; height: 100%; position: relative; }
.zxxd-img { width: 100%; height: 4.22rem; border-radius: 0 0.4rem 0.4rem 0.4rem; }
.zxxd-slide-bot { padding: 0.2rem; }
.zxxd-slide-bot-time { font-family: "FZLTXHJW"; font-size: 0.16rem; color: #000000; }
.zxxd-slide-bot-title { font-family: "FZLTZHJW"; font-size: 0.24rem; color: #000000; line-height: 1.4; margin-top: 0.14rem; }
.zxxd-slide-bot-btn { font-size: 0.18rem; font-family: "FZLTXHJW"; color: #94E1FF; line-height: normal; display: inline-block; padding: 0.05rem 0.1rem 0.03rem 0.1rem; border: 1px solid #94E1FF; border-radius: 0.32rem; margin-top: 0.06rem; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.zxxd-slide-bot-btn:hover { color: #fff; background: #94E1FF; }
.zxxd-slide-right { position: absolute; right: 0; top: 0; width: 85.39%; height: 100%; z-index: 10;    /* background: linear-gradient(90deg, rgba(210, 186, 146, 0) 24%, rgba(210, 186, 146, 0.7691) 47%, #B89B6A 84%); */ }
.zxxd-slide-right-n { width: 3.2rem; position: absolute; right: 1.12rem; top: 0; bottom: 0; margin: auto; }
.zxxd-swiper-next, .zxxd-swiper-prev { background: transparent; width: 0.6rem; height: 0.6rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; top: 46%; margin-top: 0; }
.zxxd-swiper-next { right: 0.3rem; }
.zxxd-swiper-prev { left: 0.3rem; }
.zxxd-swiper-next .iconfont, .zxxd-swiper-prev .iconfont { font-size: 0.56rem; color: #fff; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.zxxd-swiper-prev .iconfont { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.zxxd-swiper-prev.swiper-button-disabled, .zxxd-swiper-next.swiper-button-disabled { opacity: 1; }
.zxxd-slide-title { font-size: 0.24rem; font-family: "FZLTZHJW"; color: #fff; line-height: 1.3; }
.zxxd-slide-con { font-size: 0.18rem; font-family: "FZLTXHJW"; color: #fff; line-height: 0.26rem; margin-top: 0.2rem; }
.zxxd-slide-b { font-size: 0.16rem; font-family: "FZLTXHJW"; color: #fff; margin-top: 0.3rem; }
.zxxd-btn { font-size: 0.18rem; font-family: "FZLTXHJW"; color: #fff; line-height: normal; display: inline-block; padding: 0.07rem 0.1rem 0.05rem 0.1rem; border: 1px solid #fff; border-radius: 0.32rem; margin-left: 0.3rem; }
.kjcx-box { margin-top: 0.8rem; }
.kjcx-nbox { width: 100%; height: 5.81rem; border-radius: 0 0.4rem 0.4rem 0.4rem; overflow: hidden; position: relative; }
.kjcx-video-bf { width: 0.4rem; height: 0.4rem; position: absolute; top: 0.2rem; right: 0.2rem; z-index: 10; cursor: pointer; }
.kjcx-video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 20; border-radius: 0 0.4rem 0.4rem 0.4rem;    /*-o-object-fit: cover;*/    /*object-fit: cover;*/
display: none; background: #333; }
.kjcx-img { width: 100%; }
.kjcx-bot-box { width: 100%; height: 2.29rem; background: #F7FDFF; border-radius: 0 0.4rem 0.4rem 0.4rem; position: absolute; bottom: 0; left: 0; z-index: 2; }
.kjcx-bot { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; justify-content: space-between; border-radius: 0 0.4rem 0.4rem 0.4rem; }
.kjcx-note { color: #94E1FF; font-family: 'FZLTXHJW'; font-size: 0.16rem; padding: 0.4rem 0 0 0.56rem; }
.kjcx-texts { left: 0; bottom: 0; position: absolute; z-index: 3; color: #000000; padding: 0.4rem 0.56rem; }
.kjcx-title { font-family: 'FZLTZHJW'; font-size: 0.3rem; }
.kjcx-desc { font-family: 'FZLTXHJW'; font-size: 0.18rem; line-height: 1.5; padding: 0.2rem 0; }
.kjcx-btn { font-size: 0.18rem; font-family: "FZLTXHJW"; color: #000000; line-height: normal; display: inline-block; padding: 0.07rem 0.14rem 0.05rem 0.14rem; border: 1px solid #000000; border-radius: 0.32rem; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.kjcx-btn:hover { color: #FFFFFF; background: #000000; }
.kjcx-btn.white { color: #FFFFFF; border-color: #FFFFFF; }
.kjcx-btn.white:hover { color: #000000; background: #FFFFFF; }
.kjcx-li { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0.4rem 0 0 0.56rem; }
.kjcx-li-t { font-family: 'FZLTXHJW'; font-size: 0.16rem; color: #94E1FF; }
.kjcx-li-p { font-family: 'FZLTXHJW'; font-size: 0.16rem; color: #94E1FF; line-height: 1; padding: 0rem 0 0.05rem 0.1rem; }
.kjcx-li-p span { font-family: 'FZLTHJW'; font-size: 0.8rem; color: #94E1FF; display: inline-block; }
.kjcx-li-s { font-family: 'FZLTXHJW'; font-size: 0.16rem; color: #94E1FF; }
.kcxfz-box { width: 100%; height: 8rem; position: relative; margin-top: 0.8rem; }
.kcxfz-img { width: 100%; height: 100%; }
.kcxfz-nbox { position: absolute; top: 0; left: 0; right: 0; z-index: 2; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: left; -webkit-justify-content: left; -moz-box-pack: left; -ms-flex-pack: left; justify-content: left; }
.kcxfz-title { font-family: "FZLTZHJW"; font-size: 0.3rem; color: #fff; }
.kcxfz-desc { font-family: "FZLTXHJW"; font-size: 0.18rem; color: #fff; padding: 0.2rem 0; }

/* 首页 end */

/* 集团简介 star*/
.jtjj-new-desc { width: 10.48rem; margin: auto; font-family: "FZLTXHJW"; font-size: 0.2rem; line-height: 1.5; text-align: justify; color: #000000; padding-bottom: 1.2rem; text-indent: 2em; }
.cover-img { width: 100%; height: 8.1rem; margin-top: 1.4rem; }
.cover-img img { width: 100%; height: 100%; }
.zrtzl-box { margin-top: 0.4rem; }
.zrtzl-nli { height: 6.4rem; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 0.16rem; border-radius: 0 0.4rem 0.4rem 0.4rem; overflow: hidden; position: relative; cursor: pointer; }
.zrtzl-nli:nth-child(2), .zrtzl-nli:nth-child(3) { border-radius: 0.4rem 0 0.4rem 0.4rem; }
.zrtzl-nli:last-child { margin-right: 0; }
.zrtzl-img { width: 100%; height: 100%; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.zrtzl-zz { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; }
.zrtzl-zz-top { padding: 0.4rem; text-align: right; }
.zrtzl-num { border: 1px solid #FFFFFF; background: rgba(255, 255, 255, 0.01); backdrop-filter: blur(0.3808rem); -webkit-backdrop-filter: blur(0.3808rem); font-family: "FZLTXHJW"; font-size: 0.18rem; width: 0.4rem; height: 0.4rem; border-radius: 50%; color: #fff; display: inline-block; text-align: center; line-height: 0.4rem; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.zrtzl-nli:hover .zrtzl-img { -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -o-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); }
.zrtzl-nli:hover .zrtzl-num { background: #fff; color: #666; }
.zrtzl-title { font-family: "FZLTZHJW"; font-size: 0.4rem; color: #FFFFFF; margin-top: 0.2rem; }
.zrtzl-txt { font-family: "FZLTXHJW"; font-size: 0.16rem; color: #FFFFFF; }
.zrtzl-ppzl { display: block; margin: auto; width: 93.125%; }
.jtjj-box { width: 100%; height: 8rem; position: relative; margin-top: 1.6rem; overflow: hidden; }
.jtjj-bj-imgs { width: 100%; height: 100%; position: relative; }
.jtjj-bj { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; display: none; }
.jtjj-icon-left, .jtjj-icon-right { width: 0.4rem; height: 2.04rem; position: absolute; top: 0; bottom: 0; margin: auto; z-index: 10; cursor: pointer; }
.jtjj-icon-left { left: -0.01rem; }
.jtjj-icon-right { right: 0; }
.jtjj-nbox { height: 100%; position: absolute; left: 0; right: 0; top: 0; z-index: 2; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.jtjj-swiper-left { width: 4.32rem; min-width: 4.32rem; height: 45.4%; margin-right: 0.4rem; }
.jtjj-swiper1 { width: 100%; height: 100%; color: #469194; }
.jtjj-swiper1 .swiper-slide { height: 33.3333%; }
.jtjj-swiper1-slide p { font-family: 'FZLTZHJW'; font-size: 0.3rem; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; line-height: 1; }
.jtjj-swiper1-slide span { display: block; font-family: "FZLTXHJW"; font-size: 0.16rem; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; padding-top: 0.05rem; }
.jtjj-swiper1 .swiper-slide-active .jtjj-swiper1-slide p { font-size: 0.48rem; }
.jtjj-swiper1 .swiper-slide-active .jtjj-swiper1-slide span { font-size: 0.18rem; }
.jtjj-swiper1 .swiper-slide { padding-top: 10%; }
.jtjj-swiper1 .swiper-slide-active { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 0; }
.jtjj-swiper1 .swiper-slide-next { padding-top: 15%; }
.jtjj-swiper1 .swiper-slide-prev { padding-top: 0.1rem; }
.jtjj-swiper-right { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; position: relative; }
.jtjj-swiper2 { width: 130%; height: 100%; overflow: hidden; position: absolute; left: 0; top: 0; z-index: 2; }

/* @media (max-width: 1600px) {
    .jtjj-swiper2 {
        width: 100%;
    }
} */
.jtjj-swiper2 .swiper-slide { width: 6rem; height: 6.7rem; margin: auto; overflow: hidden; background: transparent; }
.jtjj-swiper2-slide { width: 100%; height: 100%; }
.jtjj-img-box { width: 100%; height: 100%; overflow: hidden; position: relative; border-radius: 0 0 0.4rem 0.4rem; }
.jtjj-img-nbox { width: 6rem; height: 6rem; border-radius: 0 0.4rem 0.4rem 0.4rem; background: rgba(255, 255, 255, 0.152); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #FFFFFF; backdrop-filter: blur(0.568rem); -webkit-backdrop-filter: blur(0.568rem); position: absolute; left: 0; bottom: 0; z-index: -1; }
.jtjj-swiper2-slide .jtjj-img { width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; z-index: 3; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.jtjj-swiper2 .swiper-slide-prev .jtjj-img, .jtjj-swiper2 .swiper-slide-next .jtjj-img, .jtjj-swiper2 .swiper-slide-duplicate-prev .jtjj-img, .jtjj-swiper2 .swiper-slide-duplicate-next .jtjj-img {    /* margin-top: 10%; */
-webkit-filter: blur(0.08rem); filter: blur(0.08rem); opacity: 1; }

/* 2025.01.08 改 star */
.jtjj-gai-box { width: 100%; height: 100vh; margin-top: 1.2rem; position: relative; }
.jtjj-gai-box .info-box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; padding: .8rem 0; display: flex; align-items: center; color: #FFFFFF; }
.jtjj-gai-box .info-box .width { height: 100%; margin: 0 auto; display: flex; align-items: center; }
.jtjj-gai-box .info-box .width.left-top { align-items: start; }
.jtjj-gai-box .info-box .width.left-bottom { align-items: end; }
.jtjj-gai-box .info-box .width.right-center { align-items: center; justify-content: end; }
.jtjj-gai-box .info-box .width.right-bottom { align-items: end; justify-content: end; }
.jtjj-gai-box .info-box .info { width: 100%; max-width: 540px; height: auto; }
.jtjj-gai-box .info-box .info .title { font-family: "FZLTZHJW"; font-size: 1rem; color: currentColor; line-height: 1.2; }
.jtjj-gai-box .info-box .info .details { margin-top: 10px; font-family: "FZLTHJW"; font-size: .24rem; color: currentColor; }
.jtjj-gai-box .info-box.color-black { color: black; }
@media (max-width: 944px) {
    .jtjj-gai-box .info-box { display: block; }
    .jtjj-gai-box .info-box .width { display: block; }
    .jtjj-gai-box .info-box .info { max-width: 100%; text-align: center !important; margin: 0; }
    .jtjj-gai-box .info-box .info .title { font-size: .8rem; }
}

.jtjj-new-bigbox { width: 100%; margin-top: 1.6rem; }
.jtjj-new-box { width: 100%; height: 100vh; margin-top: 0.5rem; position: relative; }
.jtjj-new-box .info-box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; padding: 1.2rem 0; display: flex; align-items: end; color: #FFFFFF; }
.jtjj-new-box .info-box .width { height: 100%; margin: 0 auto; display: flex; align-items: center; }
.jtjj-new-box .info-box .width.left-top { align-items: start; }
.jtjj-new-box .info-box .width.left-bottom { align-items: end; }
.jtjj-new-box .info-box .width.right-center { align-items: center; justify-content: end; }
.jtjj-new-box .info-box .width.right-bottom { align-items: end; justify-content: end; }
.jtjj-new-box .info-box .info { width: 100%; max-width: 768px; height: auto; }
.jtjj-new-box .info-box .info .title { font-family: "FZLTZHJW"; font-size: .72rem; color: currentColor; line-height: 1.2; }
.jtjj-new-box .info-box .info .details {  margin-top: 10px; font-family: "FZLTHJW"; font-size: 0.24rem; color: currentColor; }
.jtjj-new-box .info-box.color-black { color: black; }
@media (max-width: 944px) {
    .jtjj-new-box .info-box .width { align-items: end !important; }
    .jtjj-new-box .info-box .info { max-width: 100%; }
    .jtjj-new-box .info-box .info .title { font-size: .6rem; }
}

.jtjj-gai-wz-box, .jtjj-new-wz-box { height: 100%; position: absolute; top: 0; right: 0; left: 0; margin: auto; z-index: 10; }
.jtjj-gai-wz { position: absolute; right: 0.94rem; bottom: 2.1rem; z-index: 10; color: #FFFFFF; font-family: "FZLTHJW"; font-size: 0.26rem; }
.jtjj-gai-wz > p { font-family: "FZLTZHJW"; font-size: 1.2rem; color: #fff; }
.jtjj-gai-wz > div { margin-top: -0.26rem; }
.jtjj-new-wz { width: 7.14rem; font-family: "FZLTHJW"; font-size: 0.26rem; color: #fff; position: absolute; left: 0; bottom: 0.76rem; z-index: 10; }
.jtjj-new-wz > p { font-family: "FZLTZHJW"; font-size: 0.7rem; line-height: normal; text-align: right; }
.jtjj-new-wz > div { text-align: justify; }

/* 2025.01.08 改 end */
.fzlc-box { margin-top: 0.8rem; background: #F7FDFF; padding-top: 1.2rem; margin-bottom: 0.8rem; }
.fzlc-btns { padding: 0.45rem 0; margin-top: 0.35rem; }
.fzlc-btns > .iconfont { width: 0.4rem; height: 0.4rem; font-size: 0.26rem; color: #94E1FF; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.fzlc-btns > .fzlc-left { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); margin-right: 0.88rem; }
.fzlc-btns > .fzlc-right { margin-left: 0.88rem; }
.fzlc-btns > .fzlc-zanting { margin-left: 0.05rem; }
.fzlc-swiper { width: 100%; height: auto; margin-top: 0.4rem; padding: .4rem; border-radius: 0 .4rem .4rem .4rem; background: #E4F8FC; box-sizing: border-box; }
.fzlc-slide { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; /* padding: 0.4rem 0.2rem; background: #F7FDFF; border-radius: 0 0.4rem 0.4rem 0.4rem; */ }
.fzlc-slide1 { width: 6.24rem; margin: auto; padding: 0.4rem 0; }
.fzlc-slide .fzlc-li { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; border-right: 1px solid #94E1FF; padding: 0 0.36rem; }
.fzlc-slide .fzlc-li:last-child { border-right: 0; }
.fzlc-li-tit { font-family: "FZLTZHJW"; font-size: 0.3rem; line-height: normal; color: #000000; }
.fzlc-li-txt { font-family: "FZLTXHJW"; font-size: 0.18rem; line-height: 0.26rem; color: #333333; margin-top: 0.2rem; height: 0.78rem; }
.fzlc-li-img { width: 100%; height: 1.75rem; border-radius: 0 0.2rem 0.2rem 0.2rem; margin-top: 0.1rem; }
.fzlc-year { width: 100%; height: 1.32rem; margin-top: 0.4rem; }
.fzlc-year-slide { width: 100%; height: 100%; text-align: center; position: relative; overflow: hidden; }
.fzlc-year-tit { font-family: "FZLTZHJW"; font-size: 0.3rem; color: #94E1FF; line-height: 1; margin: auto; z-index: 2;    /*-webkit-transition: 0.4s ease-in-out;*/    /*-o-transition: 0.4s ease-in-out;*/

    /*-moz-transition: 0.4s ease-in-out;*/

    /*transition: 0.4s ease-in-out;*/
height: 1.02rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; padding-top: 0.3rem; overflow: hidden; }
.fzlc-year-hx { width: 100%; height: 0.3rem; position: relative; z-index: 2; overflow: hidden; }
.fzlc-year-hx-q { width: 0.1rem; height: 0.1rem; border-radius: 50%; background: #94E1FF; display: block; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; opacity: 1; }
.fzlc-year-hx .icon-tuoyuanxing { -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; top: 0.056rem; margin: auto; z-index: 3; left: 44%; font-size: 0.2rem; color: #94E1FF; width: 0.35rem; height: 0.2rem; opacity: 0; }
.fzlc-year-hx-l, .fzlc-year-hx-r { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; height: 2px; background: #94E1FF; }
.fzlc-year .swiper-slide .fzlc-year-hx-l, .fzlc-year .swiper-slide .fzlc-year-hx-r, .fzlc-year .swiper-slide .fzlc-year-hx-q { background: #94E1FF; }
.fzlc-year .swiper-slide .fzlc-year-tit { color: #94E1FF; }
.fzlc-year .swiper-slide { overflow: hidden; }
.fzlc-year .swiper-slide-active .fzlc-year-hx-l, .fzlc-year .swiper-slide-active .fzlc-year-hx-r, .fzlc-year .swiper-slide-active .fzlc-year-hx-q { background: #94E1FF; }
.fzlc-year .swiper-slide-next .fzlc-year-hx-l, .fzlc-year .swiper-slide-next .fzlc-year-hx-r, .fzlc-year .swiper-slide-next .fzlc-year-hx-q, .fzlc-year .swiper-slide-prev .fzlc-year-hx-l, .fzlc-year .swiper-slide-prev .fzlc-year-hx-r, .fzlc-year .swiper-slide-prev .fzlc-year-hx-q { background: #94E1FF; }
.fzlc-year .swiper-slide-next .fzlc-year-tit, .fzlc-year .swiper-slide-prev .fzlc-year-tit { color: #94E1FF; }
.fzlc-year .swiper-slide-active { padding-top: 0; }
.fzlc-year .swiper-slide-active .fzlc-year-tit { font-family: "FZLTHJW"; font-size: 0.75rem; color: #94E1FF; padding-top: 0; }
.fzlc-year .swiper-slide:first-child .fzlc-year-hx-l { opacity: 0; }
.fzlc-year .swiper-slide:last-child .fzlc-year-hx-r { opacity: 0; }
.fzlc-year .swiper-slide-active .fzlc-year-hx-q { opacity: 0; }
.fzlc-year .swiper-slide-active .fzlc-year-hx .icon-tuoyuanxing { opacity: 1; }
.fzlc-year .swiper-slide:last-child .fzlc-year-hx .icon-tuoyuanxing { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); left: 38%; top: 0.036rem; }
.fzlc-year .swiper-slide-prev .fzlc-year-hx-l { background: -webkit-gradient(linear, left top, right top, from(#94E1FF), to(#94E1FF)); background: -webkit-linear-gradient(left, #94E1FF, #94E1FF); background: -moz-linear-gradient(left, #94E1FF, #94E1FF); background: -o-linear-gradient(left, #94E1FF, #94E1FF); background: linear-gradient(to right, #94E1FF, #94E1FF); }
.fzlc-year .swiper-slide-prev .fzlc-year-hx-r { background: -webkit-gradient(linear, left top, right top, from(#94E1FF), to(#94E1FF)); background: -webkit-linear-gradient(left, #94E1FF, #94E1FF); background: -moz-linear-gradient(left, #94E1FF, #94E1FF); background: -o-linear-gradient(left, #94E1FF, #94E1FF); background: linear-gradient(to right, #94E1FF, #94E1FF); }
.fzlc-year .swiper-slide-next .fzlc-year-hx-l { background: -webkit-gradient(linear, left top, right top, from(#94E1FF), to(#94E1FF)); background: -webkit-linear-gradient(left, #94E1FF, #94E1FF); background: -moz-linear-gradient(left, #94E1FF, #94E1FF); background: -o-linear-gradient(left, #94E1FF, #94E1FF); background: linear-gradient(to right, #94E1FF, #94E1FF); }
.fzlc-year .swiper-slide-next .fzlc-year-hx-r { background: -webkit-gradient(linear, left top, right top, from(#94E1FF), to(#94E1FF)); background: -webkit-linear-gradient(left, #94E1FF, #94E1FF); background: -moz-linear-gradient(left, #94E1FF, #94E1FF); background: -o-linear-gradient(left, #94E1FF, #94E1FF); background: linear-gradient(to right, #94E1FF, #94E1FF); }

/* 集团简介 end */

/* 科技创新 star */
.kysl-box { width: 100%; background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(248, 242, 233, 0)), color-stop(34%, rgba(148, 225, 255, 0.8)), color-stop(46%, #F7FDFF)); background: -webkit-linear-gradient(top, rgba(248, 242, 233, 0) 19%, rgba(148, 225, 255, 0.8) 34%, #F7FDFF 46%); background: -moz-linear-gradient(top, rgba(248, 242, 233, 0) 19%, rgba(148, 225, 255, 0.8) 34%, #F7FDFF 46%); background: -o-linear-gradient(top, rgba(248, 242, 233, 0) 19%, rgba(148, 225, 255, 0.8) 34%, #F7FDFF 46%); background: linear-gradient(180deg, rgba(248, 242, 233, 0) 19%, rgba(148, 225, 255, 0.8) 34%, #F7FDFF 46%); margin-top: -2.65rem; position: relative; z-index: 2; padding-top: 3.45rem; }
.kysl-bot-box { width: 88.33%; margin: auto; position: unset; background: transparent; margin-top: 0; height: auto; }
.kysl-bot-box .kjcx-note { padding-bottom: 0.4rem; padding-left: 0; }
.kysl-bot-box .kjcx-li { padding-left: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: unset; -webkit-flex: unset; -moz-box-flex: unset; -ms-flex: unset; flex: unset;    /*width: 25%;*/ }
.kysl-bot-box .kjcx-li:nth-child(1) { -webkit-box-pack: left; -webkit-justify-content: left; -moz-box-pack: left; -ms-flex-pack: left; justify-content: left; }
.kysl-bot-box .kjcx-li:last-child { -webkit-box-pack: right; -webkit-justify-content: right; -moz-box-pack: right; -ms-flex-pack: right; justify-content: right; }
.kysl-bot-box .kjcx-li:last-child .kjcx-li-p { min-width: 1.7rem; }
.kysl-bot-box .kjcx-li:nth-child(2) .kjcx-li-p { min-width: 1.81rem; }
.kypt-box { margin-top: 1.6rem; }
.kypt-swiper { width: 100%; height: 7rem; margin-top: 0.6rem; }
.kypt-tit { font-family: "FZLTXHJW"; font-size: 0.3rem; color: #000000; }
.kypt-tit span { font-family: "FZLTHJW"; font-size: 0.8rem; padding-right: 0.15rem; }
.kypt-slide { width: 100%; height: 100%; }
.kypt-img { width: 100%; height: 4.8rem; overflow: hidden; border-radius: 0 0.4rem 0.4rem 0.4rem; position: relative; margin-top: 0.3rem; }
.kypt-img img { width: 100%; height: 100%; border-radius: 0 0.4rem 0.4rem 0.4rem; }
.kypt-txt { position: absolute; left: 0; bottom: 0; z-index: 2; font-family: "FZLTXHJW"; font-size: 0.18rem; font-weight: normal; line-height: 0.26rem; color: #FFFFFF; padding: 0.4rem 0.66rem; }
.kypt-swiper .swiper-slide { width: 100%; height: 100%; margin: auto; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; }
.kypt-swiper .publicswiperpage {    /* position: absolute;
        left: 0;
        bottom: 0; */
display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center;    /* z-index: 4; */ }
.kypt-swiper .publicswiperpage .swiper-pagination-bullet { width: 0.2rem; height: 0.2rem; background-color: transparent; position: relative; opacity: 1; cursor: pointer; margin: 0 0.1rem; border-radius: 50%; border: 1px solid #94E1FF; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; overflow: hidden; }
.kypt-swiper .publicswiperpage .swiper-pagination-bullet::before { content: ""; position: absolute; left: 0; top: 50%; width: 0.2rem; height: 0.2rem; background-color: transparent; border-radius: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.kypt-swiper .publicswiperpage .swiper-pagination-bullet-active { width: 1.2rem; border-radius: 0.2rem; border: 1px solid #94E1FF; }
.kypt-swiper .publicswiperpage .swiper-pagination-bullet em { content: ""; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0.2rem; background-color: #94E1FF; opacity: 1; border-radius: 0.2rem; }
.kypt-swiper .publicswiperpage .swiper-pagination-bullet.swiper-pagination-bullet-active em { -webkit-animation-name: swiperpage1; -moz-animation-name: swiperpage1; -o-animation-name: swiperpage1; animation-name: swiperpage1; -webkit-animation-duration: 5.4s; -moz-animation-duration: 5.4s; -o-animation-duration: 5.4s; animation-duration: 5.4s; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; -o-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; }
@-webkit-keyframes swiperpage1 {
    from { width: 0; }
    to { width: 100%; }
}
@-moz-keyframes swiperpage1 {
    from { width: 0; }
    to { width: 100%; }
}
@-o-keyframes swiperpage1 {
    from { width: 0; }
    to { width: 100%; }
}
@keyframes swiperpage1 {
    from { width: 0; }
    to { width: 100%; }
}
.kypt-pages { width: 100%; height: 0.4rem; position: absolute; bottom: 0; left: 0; z-index: 4; }
.kypt-chongbo, .kypt-zanting { width: 0.4rem; height: 0.4rem; font-size: 0.26rem; color: #94E1FF; cursor: pointer; }
.kypt-chongbo { margin-right: 0.3rem; }
.kypt-zanting { margin-left: 0.3rem; }
.czcf-box { width: 100%; padding-top: 1.2rem; background: #F7FDFF; margin-top: 0.8rem; }
.czcf-nbox { width: 100%; height: 6.4rem; max-height: 640px; position: relative; margin-top: 0.4rem; background: -webkit-gradient(linear, right top, left top, color-stop(5%, rgb(97, 150, 178, 0.8)), color-stop(58%, rgba(97, 150, 178, 0.3437)), color-stop(89%, rgba(97, 150, 178, 0))); background: -webkit-linear-gradient(right, rgb(97, 150, 178, 0.8) 5%, rgba(97, 150, 178, 0.3437) 58%, rgba(97, 150, 178, 0) 89%); background: -moz-linear-gradient(right, rgb(97, 150, 178, 0.8) 5%, rgba(97, 150, 178, 0.3437) 58%, rgba(97, 150, 178, 0) 89%); background: -o-linear-gradient(right, rgb(97, 150, 178, 0.8) 5%, rgba(97, 150, 178, 0.3437) 58%, rgba(97, 150, 178, 0) 89%); background: linear-gradient(270deg, rgb(97, 150, 178, 0.8) 5%, rgba(97, 150, 178, 0.3437) 58%, rgba(97, 150, 178, 0) 89%); }
.czcf-bj { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
.czcf-zbox { height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 10; }
.czcf-left { width: 58.6%; }
.czcf-left-div { width: 80%; border-radius: 0 0.4rem 0.4rem 0.4rem; background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(1.088rem); -webkit-backdrop-filter: blur(1.088rem); padding: 0.4rem 0.26rem 0.4rem 0.4rem; margin-left: 9.23%; position: relative; }
.czcf-left-desc { font-family: "FZLTXHJW"; font-size: 0.18rem; font-weight: normal; line-height: 0.26rem; letter-spacing: 1px; color: #333333; text-align: justify; }
.czcf-left-div-icon1 { position: absolute; width: 1.34rem; top: -0.84rem; left: -0.7rem; z-index: 2; }
.czcf-left-div-icon2 { position: absolute; width: 0.86rem; bottom: -0.4rem; right: -0.2rem; z-index: 2; opacity: 0.5; }
.czcf-right-box { width: 100%; height: 100%; }
.czcf-right { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; position: relative; }
.czcf-right-x { width: 0.96rem; height: 100%; margin-left: -0.5rem; position: relative; z-index: 2; }
.czcf-right-icon { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
.czcf-right-icon .img { width: 0.96rem; height: 6.4rem; max-height: 640px; position: absolute; left: 0; top: 0; }
.zcf-right-x-li { width: 100%; height: 20%; position: relative; }
.zcf-right-x-li > span { display: block; width: 0.1rem; height: 0.1rem; background: #97b6cd; border-radius: 50%; position: absolute; cursor: pointer; }
.zcf-right-x-li:nth-child(1) > span { top: 0.48rem; left: 0.18rem; }
.zcf-right-x-li:nth-child(2) > span { top: 0.17rem; left: 0.47rem; }
.zcf-right-x-li:nth-child(3) > .lx { width: 0.16rem; height: 0.4rem; position: absolute; right: 0.17rem; top: 0.45rem; }
.zcf-right-x-li:nth-child(4) > span { top: 1.01rem; left: 0.47rem; }
.czcf-swiper { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; margin-left: -0.3rem; }
.czcf-swiper .swiper-slide { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.czcf-slide { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.czcf-slide-tit { width: 1.62rem; display: block; font-family: "FZLTZHJW"; font-size: 0.4rem; font-weight: normal; line-height: 1; color: #FFFFFF; }
.czcf-slide-txt { font-family: "FZLTXHJW"; font-size: 0.18rem; font-weight: normal; line-height: 0.26rem; color: #FFFFFF; }
.czcf-swiper .swiper-slide .czcf-slide { -webkit-transform: scale(0.4); -moz-transform: scale(0.4); -ms-transform: scale(0.4); -o-transform: scale(0.4); transform: scale(0.4); padding-left: 0; margin-left: -1.6rem; margin-top: 1rem; opacity: 0.5; width: 100%; }
.czcf-swiper .swiper-slide .czcf-slide .czcf-slide-txt { opacity: 0; }
.czcf-swiper .swiper-slide-prev .czcf-slide, .czcf-swiper .swiper-slide-next .czcf-slide { -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); -o-transform: scale(0.75); transform: scale(0.75); margin-left: -0.25rem; margin-top: 0; opacity: 0.7; }
.czcf-swiper .swiper-slide-prev .czcf-slide .czcf-slide-txt, .czcf-swiper .swiper-slide-next .czcf-slide .czcf-slide-txt { opacity: 1; }
.czcf-swiper .swiper-slide-active .czcf-slide { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); margin-left: 0.7rem; margin-top: 0; opacity: 1; }
.czcf-swiper .swiper-slide-active .czcf-slide .czcf-slide-txt { opacity: 1; }
.czcf-swiper .swiper-slide-prev { padding-bottom: 0.2rem; }
.czcf-swiper .swiper-slide-next { padding-top: 0.2rem; }
.czcf-swiper .swiper-slide-active { padding: 0; }
.czcf-btns { position: absolute; left: 0; right: 0; bottom: 0; margin: auto; z-index: 10; padding: 0.4rem; }
.czcf-btns > .iconfont { color: #fff; }
.czcf-btns > .fzlc-right { margin-left: 0.6rem; }
.czcf-btns > .fzlc-left { margin-right: 0.6rem; }
.jrkj-box { width: 100%; margin-top: 1.6rem; }
.jrkj-swiper { width: 100%; height: 6.4rem; max-height: 640px; margin-top: 0.4rem; margin-bottom: 0.8rem; }
.jrkj-slide, .jrkj-img { width: 100%; height: 100%; }
.jrkj-slide { position: relative; }
.jrkj-texts {    /* width:6.14rem; */
text-align: center; color: #333; position: absolute; bottom: 1.2rem; left: 0; right: 0; margin: auto; z-index: 2; }
.jrkj-texts.white { color: #fff; }
.jrkj-texts .title { font-family: "FZLTZHJW"; font-size: 0.3rem; font-weight: normal; line-height: normal; }
.jrkj-texts .details { font-family: "FZLTHJW"; font-size: 0.18rem; font-weight: normal; margin-top: 0.2rem; }
.jrkj-pages-box { position: absolute; bottom: 0.4rem; left: 0; right: 0; z-index: 2; }
.jrkj-pages-box .iconfont { color: #333; font-size: 0.3rem; cursor: pointer; width: 0.4rem; height: 0.4rem; }
.jrkj-pages-box .jrkj-left { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); }
.jrkj-pages { border-radius: 0 0.2rem 0.2rem 0.2rem; background: rgba(51, 51, 51, 0.1); backdrop-filter: blur(0.1686rem); -webkit-backdrop-filter: blur(0.1686rem); height: 0.4rem; padding: 0 0.1rem; margin: 0 0.1rem; }
.jrkj-pages .swiper-pagination-bullet { border: 1px solid #333; width: 0.2rem; height: 0.2rem; border-radius: 50%; background: transparent; opacity: 1; margin: 0 0.1rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
.jrkj-pages .swiper-pagination-bullet-active::after { content: ""; width: 0.12rem; height: 0.12rem; background: #333; display: block; border-radius: 50%; }
.jrkj-pages-box.white .iconfont { color: #fff; }
.jrkj-pages-box.white .jrkj-pages { background: rgba(255, 255, 255, 0.1); }
.jrkj-pages-box.white .jrkj-pages .swiper-pagination-bullet { border-color: #fff; }
.jrkj-pages-box.white .jrkj-pages .swiper-pagination-bullet-active::after { background: #fff; }

/* 科技创新 end */

/* 品牌矩阵 star */
.zrtjz-cover-box { width: 100%; display: none; }
.zrtjz-cover-box::-webkit-scrollbar {    /*滚动条整体样式*/
width: 0;    /*高宽分别对应横竖滚动条的尺寸*/ height: 0; }

/*.zrtjz-cover-box img {*/

/*display: block;*/

/*}*/

.zrtjz-cover-img-box { width: 100%; margin-top: 1.4rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; background: transparent; }
.zrtjz-cover-img-box .zrtjz-cover-img { width: 100%; height: 89vh; }
.zrtjz-cover-box .zrtjz-bj-box { width: 100%; height: 8.12rem; max-height: 812px; position: relative; z-index: 2; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; }
.zrtjz-cover-box .zrtjz-bj { width: 100%; height: 100%; -webkit-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; position: absolute; top: 0; left: 0; }
.zrtjz-cover-box .zrtjz-bj1 { opacity: 1; }
.zrtjz-cover-box .zrtjz-bj1-1 { opacity: 0; }
.zrtjz-desc { width: 9.92rem; height: auto; max-height: 7.3rem; margin: auto; border-radius: 0 0.4rem 0.4rem 0.4rem; background: rgba(255, 255, 255, 0.46); border: 1px solid #FFFFFF; backdrop-filter: blur(1.1968rem); -webkit-backdrop-filter: blur(1.1968rem); text-align: center; padding: 0.8rem 0.58rem; -webkit-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; opacity: 0;    /*overflow-x: auto;*/ position: relative; z-index: 4; }
.zrtjz-logo { max-width: 2.4rem; max-height: 1.05rem; fill: #333; }
.zrtjz-logo path { fill: #333; }
.zrtjz-logo rect { fill: none; }
.zrtjz-tit { font-family: "FZLTXHJW"; font-size: 0.48rem; color: #333333; padding-top: 0.4rem; }
.zrtjz-txt { font-family: "FZLTXHJW"; font-size: 0.24rem; line-height: 0.36rem; color: #333333; padding-top: 0.3rem; }
.zrtjz-jt { position: fixed; left: 0; right: 0; bottom: 0.4rem; margin: auto; z-index: 10; width: 0.4rem; height: 0.4rem; font-size: 0.2rem; color: #94E1FF; -webkit-animation: blink 1s infinite alternate; -moz-animation: blink 1s infinite alternate; -o-animation: blink 1s infinite alternate; animation: blink 1s infinite alternate; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.zrtjz-btn { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0.8rem auto; width: 5.43rem; height: 0.95rem; border-radius: 0.95rem; border: 1px solid #333; color: #333; font-family: "FZLTXHJW"; font-size: 0.24rem; position: relative; z-index: 3; }
@-webkit-keyframes blink {
    0% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}
@-moz-keyframes blink {
    0% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}
@-o-keyframes blink {
    0% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}
@keyframes blink {
    0% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}

/* 品牌矩阵 end */

/* 新闻中心 start */
.news-cover-img { width: 100%;    /*height: auto;*/ height: 8.1rem; }

/*.news-cover-img img {*/

/*height: unset;*/

/*}*/

.news-box { padding-top: 1.48rem; }
.news-items { padding-top: 0.6rem; padding-bottom: 0.4rem; }
.news-year { width: 100%; height: 0.64rem; font-family: "FZLTZHJW"; font-size: 0.4rem; color: #94E1FF; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #F7FDFF), color-stop(99%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #F7FDFF 50%, rgba(255, 255, 255, 0) 99%); background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #F7FDFF 50%, rgba(255, 255, 255, 0) 99%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #F7FDFF 50%, rgba(255, 255, 255, 0) 99%); background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F7FDFF 50%, rgba(255, 255, 255, 0) 99%); display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: normal; }
.news-ul { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 0.2rem; }
.news-li { width: 31.78%; height: 4.18rem; border-radius: 0 0.2rem 0.2rem 0.2rem; background: #F7FDFF; margin-top: 0.6rem; margin-right: 2.33%; }
.news-li:nth-child(3n) { margin-right: 0; }
.news-li-cover { width: 100%; height: 2.74rem; border-radius: 0 0.2rem 0.2rem 0.2rem; overflow: hidden; }
.news-li-cover img { width: 100%; height: 100%; }
.news-li-tit { height: 1rem; padding: 0.2rem; font-family: "FZLTZHJW"; font-size: 0.2rem; color: #94E1FF; }
.news-li-time { padding: 0 0.2rem; font-family: "FZLTHJW"; font-size: 0.18rem; color: #94E1FF; }
.news-more { display: block; margin: auto; font-family: "FZLTZHJW"; font-size: 0.18rem; color: #94E1FF; text-align: center; margin-top: 0.6rem; width: 1.09rem; border-bottom: 1px solid #94E1FF; }
.news-box2 { padding-top: 1.8rem; }
.news-box2 .news-items { padding: 0; }
.news-box2 .news-ul { margin-top: 0; }
.news-detail-box { padding-top: 2rem; }
.news-detail-title { text-align: center; font-family: "FZLTZHJW"; font-size: 0.4rem; line-height: 0.5rem; color: #222222; }
.news-detail-time { font-family: "FZLTHJW"; font-size: 0.24rem; color: #222222; text-align: center; margin-top: 0.28rem; }
.news-detail-body { padding-top: 0.4rem; font-family: "FZLTXHJW"; font-size: 0.24rem; text-align: justify; color: #7f7f7f; }
.news-detail-body img, .news-detail-body video { max-width: 100%; }
.news-detail-body img { border-radius: 0 0.2rem 0.2rem 0.2rem; }
.news-detail-page { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 1.2rem; margin-bottom: 0.8rem; }
.news-detail-page-a { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; font-family: "FZLTZHJW"; font-size: 0.24rem; color: #94E1FF; }
.news-detail-page-a .iconfont { width: 0.4rem; height: 0.4rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 0.28rem; color: #94E1FF; }
.news-detail-page-prev .iconfont { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

/* 新闻中心 end */

/* 视频中心 start */
.video-ul { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 0.4rem; }
.video-li { width: 31.78%; margin-top: 0.4rem; margin-right: 2.33%; }
.video-li:nth-child(3n) { margin-right: 0; }
.video-li-imgs { width: 100%; height: 2.38rem; border-radius: 0 0.2rem 0.2rem 0.2rem; overflow: hidden; position: relative; }
.video-li-cover { width: 100%; height: 100%; }
.video-li-bf { width: 0.44rem; height: 0.44rem; position: absolute; bottom: 0.2rem; left: 0.2rem; z-index: 2; cursor: pointer; }
.video-li-title { text-align: center; font-family: "FZLTZHJW"; font-size: 0.18rem; color: #94E1FF; padding: 0.2rem 0.1rem 0 0.1rem; }
.video-btns { margin-top: 1.12rem; margin-bottom: 0.8rem; }
.video-btns .video-left-btn, .video-btns .video-right-btn { width: 0.52rem; height: 0.52rem; background: rgba(210, 186, 146, 0.5335); border-radius: 50%; color: #fff; font-size: 0.36rem; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.video-btns .video-left-btn { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); margin-right: 0.98rem; }
.video-btns .video-left-btn:hover, .video-btns .video-right-btn:hover { background: #94E1FF; }

/* 视频中心 end */

/* 数字科技 start */
.szkj-ul { padding-top: 1.6rem; }
.szkj-item { width: 100%; height: 6.44rem; margin-top: 0.8rem; position: relative; }
.szkj-img { width: 100%; height: 100%; display: block; }
.szkj-desc-box { position: absolute; top: 0; right: 0; left: 0; z-index: 2; height: 100%; }
.szkj-desc { width: 5.02rem; height: 100%; position: absolute; top: 0; right: 0; margin: auto; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; }
.szkj-tit { font-family: "FZLTZHJW"; font-size: 0.18rem; line-height: 1.8; }
.szkj-txt { font-family: "FZLTXHJW"; font-size: 0.18rem; margin-top: 0.4rem; text-align: justify; }
.szkj-tit-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.szkj-tit-left { font-family: "FZLTZHJW"; font-size: 0.4rem; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1; }
.szkj-tit-right { font-family: "FZLTZHJW"; font-size: 0.18rem; width: 2.2rem; line-height: 1.8; border-left: 1px solid #fff; margin-left: 0.3rem; padding-left: 0.3rem; }
.szkj-txt-p { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-top: 0.07rem; }
.szkj-txt-p:nth-child(1) { margin-top: 0; }
.szkj-txt-p > p { padding-left: 0.14rem; }

/* 数字科技 end */

/* 可持续发展 start */
.kcxzl-box { padding-top: 1.6rem; width: 100%; }
.kcxzl-nbox { width: 100%;    /* height: 10.8rem; */ overflow: hidden; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0.97rem 0; }
.kcxzl-bj1 { width: 100%; min-height: 100%; position: absolute; top: 0; left: 0; right: 0; margin: auto; z-index: -1; }
.kcxzl-flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.kcxzl-left { width: 1.68rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; font-family: "FZLTZHJW"; font-size: 0.14rem; color: #94E1FF; }
.kcxzl-left-l { width: 50.86%; }
.kcxzl-left-l > p:nth-child(1) { margin-top: 0.35rem; }
.kcxzl-left-l > p:nth-child(2) { margin-top: 1.75rem; }
.kcxzl-left-l > p:nth-child(3) { margin-top: 2.55rem; }
.kcxzl-left-l > p:nth-child(4) { margin-top: 1.47rem; margin-bottom: 0.17rem; }
.kcxzl-left-r { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; border-left: 1px dashed rgba(29, 27, 28, 0.306); padding-left: 0.08rem; }
.kcxzl-left-r > p:nth-child(1) { margin-top: 1.51rem; }
.kcxzl-left-r > p:nth-child(2) { margin-top: 1.79rem; }
.kcxzl-left-r > p:nth-child(3) { margin-top: 1.95rem; }
.kcxzl-right-top { width: 9.71rem; height: 1.25rem; background-image: url(/static/cms/img/kcxfz-bj2.webp); background-repeat: no-repeat; -o-background-size: 100% 100%; background-size: 100% 100%; font-family: "FZLTZHJW"; font-size: 0.26rem; color: #94E1FF; padding-top: 0.6rem; text-align: center; margin-top: -0.4rem; }
.kcxzl-right-items { width: 9.71rem; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(0.2047rem); -webkit-backdrop-filter: blur(0.2047rem); border-radius: 0 0.4rem 0.4rem 0.4rem; padding: 0.35rem 0.54rem; margin-top: 0.1rem; }
.kcxzl-right { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.kcxzl-b1 { width: 100%; border-radius: 0 0.18rem 0.18rem 0.18rem; border: 1px solid #C5AD8B; padding: 0.17rem 0; text-align: center; }
.kcxzl-b1-t { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; font-family: "FZLTZHJW"; font-size: 0.14rem; color: #94E1FF; }
.kcxzl-b1-t .icon1 { width: 0.58rem; margin: 0 0.14rem; }
.kcxzl-b1-d { font-family: "FZLTZHJW"; font-size: 0.4rem; color: #333333; margin-top: 0.1rem; }
.kcxzl-b1-e { font-family: "FZLTXHJW"; font-size: 0.14rem; color: #94E1FF; }
.kcxzl-b2 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-align: center; margin-top: 0.14rem; }
.kcxzl-b2-a, .kcxzl-b2-c { width: 2.46rem; }
.kcxzl-b2-b { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 0.14rem; }
.kcxzl-b2 .iconfont { font-size: 0.26rem; }
.kcxzl-b2-a .iconfont { color: #008600; }
.kcxzl-b2-b .iconfont { color: #BE8518; }
.kcxzl-b2-c .iconfont { color: #391E88; }
.kcxzl-b2-it { width: 100%; height: 1.08rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 0 0.18rem 0.18rem 0.18rem; font-family: "FZLTZHJW"; font-size: 0.14rem; }
.kcxzl-b2-a .kcxzl-b2-it { color: #fff; background: #AECFCD; }
.kcxzl-b2-b .kcxzl-b2-it { color: #BE8518; background: #ECDCC5; }
.kcxzl-b2-c .kcxzl-b2-it { color: #391E88; background: #D5D5DF; }
.kcxzl-b2-it > div > span { display: block; }
.kcxzl-b2-it > div > div { margin-top: 0.1rem; }
.kcxzl-right-ul { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 0.14rem; }
.kcxzl-right-ul:last-child { margin-right: 0; }
.kcxzl-right-ul > li { width: 100%; height: 0.53rem; border-radius: 0 0.18rem 0.18rem 0.18rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; background: #ECDCC5; margin-top: 0.1rem; color: #BE8518; padding: 0 0.16rem 0 0.24rem; }
.kcxzl-right-ul > li > span { width: 0.24rem; height: 0.24rem; min-width: 0.24rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 1px solid #BE8518; border-radius: 50%; font-family: "FZLTXHJW"; font-size: 0.14rem; line-height: normal; }
.kcxzl-right-ul > li > p { font-family: "FZLTXHJW"; font-size: 0.14rem; padding-left: 0.14rem; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.kcxzl-right-ul > li:nth-child(1) { margin-top: 0; }
.kcxzl-right-ul:nth-child(1) > li { background: #AECFCD; color: #fff; }
.kcxzl-right-ul:nth-child(1) > li > span { border-color: #fff; }
.kcxzl-right-ul:nth-child(4) > li { color: #391E88; background: #D5D5DF; }
.kcxzl-right-ul:nth-child(4) > li > span { border-color: #391E88; }
.kcxzl-right-items2 { padding: 0.17rem 0; }
.kcxzl-right-svg-box { border: 1px solid #BE8518; border-radius: 0 0.18rem 0.18rem 0.18rem; width: 88.67%; margin: auto; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.06rem 0.48rem; }
.kcxzl-right-svg-box > li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.kcxzl-right-svg-box > li .svgs { width: 0.23rem; height: 0.23rem; display: block; margin-right: 0.06rem; }
.kcxzl-right-svg-box > li .svgs:last-child { margin-right: 0; }
.kcxzl-right-svg-box > li:nth-child(1), .kcxzl-right-svg-box > li:nth-child(3) { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.kcxzl-right-svg-box > li:nth-child(2) { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.kcxzl-right-svg-box > li:nth-child(3) { -webkit-box-pack: right; -webkit-justify-content: right; -moz-box-pack: right; -ms-flex-pack: right; justify-content: right; }
.shgy-box { padding-top: 1rem; }
.shgy-nbox { width: 91.57%; margin: auto; }
.shgy-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-top: 0.8rem; }
.shgy-left { width: 7.7rem; height: 5.4rem; border-radius: 0 0.4rem 0.4rem 0.4rem; overflow: hidden; position: relative; }
.shgy-img { width: 100%; height: 100%; border-radius: 0 0.4rem 0.4rem 0.4rem; }
.shgy-zhe { width: 100%; height: 2.03rem;    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 83, 38, 0)), color-stop(83%, #254A28));*/    /*background: -webkit-linear-gradient(top, rgba(40, 83, 38, 0) 0%, #254A28 83%);*/

    /*background: -moz-linear-gradient(top, rgba(40, 83, 38, 0) 0%, #254A28 83%);*/

    /*background: -o-linear-gradient(top, rgba(40, 83, 38, 0) 0%, #254A28 83%);*/

    /*background: linear-gradient(180deg, rgba(40, 83, 38, 0) 0%, #254A28 83%);*/
position: absolute; bottom: 0; left: 0; z-index: 1; padding: 0.98rem 0.6rem 0.18rem 0.6rem; }

/*.shgy-zhe1 {*/

/*background: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 120, 177, 0)), color-stop(86%, #2F5FA3));*/

/*background: -webkit-linear-gradient(top, rgba(66, 120, 177, 0) 0%, #2F5FA3 86%);*/

/*background: -moz-linear-gradient(top, rgba(66, 120, 177, 0) 0%, #2F5FA3 86%);*/

/*background: -o-linear-gradient(top, rgba(66, 120, 177, 0) 0%, #2F5FA3 86%);*/

/*background: linear-gradient(180deg, rgba(66, 120, 177, 0) 0%, #2F5FA3 86%);*/

/*}*/

/*.shgy-zhe2 {*/

/*background: -webkit-gradient(linear, left top, left bottom, from(rgba(107, 17, 20, 0)), color-stop(86%, #860707));*/

/*background: -webkit-linear-gradient(top, rgba(107, 17, 20, 0) 0%, #860707 86%);*/

/*background: -moz-linear-gradient(top, rgba(107, 17, 20, 0) 0%, #860707 86%);*/

/*background: -o-linear-gradient(top, rgba(107, 17, 20, 0) 0%, #860707 86%);*/

/*background: linear-gradient(180deg, rgba(107, 17, 20, 0) 0%, #860707 86%);*/

/*}*/

.shgy-flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; text-align: center; font-family: "FZLTXHJW"; font-size: 0.19rem; }
.shgy-li { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; border-left: 1px solid #fff; }
.shgy-li:nth-child(1) { border-left: 0; }
.shgy-li > p { height: 0.3rem; }
.shgy-li > div { line-height: 1; margin-top: 0.12rem; }
.shgy-li > div > span { font-family: "FZLTZHJW"; font-size: 0.36rem; padding-right: 0.05rem; }
.shgy-right { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; height: 5.4rem; position: relative; }
.shgy-texts { position: absolute; bottom: 0; left: 0; z-index: 1; padding-left: 0.46rem; padding-bottom: 0.48rem; color: #000000; font-family: "FZLTXHJW"; font-size: 0.18rem; text-align: justify; }
.shgy-desc span { display: inline-block; }
.shgy-texts > .title { font-family: "FZLTZHJW"; font-size: 0.4rem; line-height: 1.2; text-align: left; }
.shgy-texts > .subtitle { display: block; font-family: "FZLTZHJW"; margin: 0.25rem 0; }
.fzbg-box { margin-top: 1.6rem; width: 100%; position: relative; }
.fzbg-bj { width: 100%; display: block; }
.fzbg-zhe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background: rgba(0, 0, 0, 0.4983); display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; color: #fff; padding-top: 0.8rem; }
.fzbg-tit { font-family: "FZLTZHJW"; font-size: 0.4rem; }
.fzbg-txt { font-family: "FZLTXHJW"; font-size: 0.24rem; padding-top: 0.19rem; }
.fzbg-download { font-family: "FZLTXHJW"; font-size: 0.18rem; color: #fff; padding: 0.08rem 0.16rem; border: 1px solid #fff; border-radius: 0.82rem; margin-top: 1.03rem; display: inline-block; text-align: center; line-height: 1.5; }
.zcwj-box { padding-top: 1.6rem; }
.zcwj-file-box { width: 2.35rem; height: 2.79rem; border-radius: 0px 0.2rem 0.2rem 0.2rem; background: #94E1FF; overflow: hidden; padding-top: 0.13rem; -webkit-box-shadow: 0.06rem 0.06rem 0.18rem 0px rgba(210, 186, 146, 0.4); box-shadow: 0.06rem 0.06rem 0.18rem 0px rgba(210, 186, 146, 0.4); margin: auto; position: relative;    /*-webkit-transition: 0.3s ease-in-out;*/    /*-o-transition: 0.3s ease-in-out;*/

    /*-moz-transition: 0.3s ease-in-out;*/

/*transition: 0.3s ease-in-out;*/ }
.zcwj-slide { padding: 0.3rem 0; }
.zcwj-file-bj { width: 100%; height: 2.66rem; display: none;    /*-webkit-transition: 0.3s ease-in-out;*/    /*-o-transition: 0.3s ease-in-out;*/

    /*-moz-transition: 0.3s ease-in-out;*/

/*transition: 0.3s ease-in-out;*/ }
.zcwj-file-bj2 { display: block; }
.zcwj-swiper .icon-yanjing_dakai { width: 0.44rem; height: 0.44rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; right: 0.2rem; bottom: 0.2rem; font-size: 0.37rem; color: #DFCFB2; overflow: hidden; z-index: 2; }
.zcwj-file-name { width: 85%; margin: auto; }
.zcwj-file-name { position: absolute; bottom: 0.88rem; left: 0; right: 0; margin: auto; z-index: 2; }
.zcwj-file-name > p { display: inline-block; border-bottom: 1px solid #94E1FF; font-family: "FZLTZHJW"; font-size: 0.28rem; line-height: 1.3; padding-bottom: 0.05rem; color: #94E1FF; }
.zcwj-swiper { width: 100%; height: 3.84rem; margin-top: 0.6rem; }
.zcwj-swiper .swiper-slide-active .zcwj-file-bj1 { display: block; }
.zcwj-swiper .swiper-slide-active .zcwj-file-bj2 { display: none; }
.zcwj-swiper .swiper-slide-active .zcwj-file-box { background: #F7FDFF; }
.zcwj-swiper .swiper-slide-active .icon-yanjing_dakai { color: #fff; }
.zcwj-swiper .swiper-slide-active .zcwj-file-name > p { color: #fff; border-color: #fff; }
.zcwj-swiper .swiper-slide { opacity: 0.6; }
.zcwj-swiper .swiper-slide-prev, .zcwj-swiper .swiper-slide-next { opacity: 0.8; -webkit-transform: translateX(0) scale(0.8) !important; -moz-transform: translateX(0) scale(0.8) !important; -ms-transform: translateX(0) scale(0.8) !important; -o-transform: translateX(0) scale(0.8) !important; transform: translateX(0) scale(0.8) !important; }
.zcwj-swiper .swiper-slide-active { opacity: 1; }
.zcwj-swiper.swiper-container-horizontal > .swiper-pagination-progressbar { width: 2.24rem; height: 0.06rem; background: #F7FDFF; border-radius: 0.06rem; overflow: hidden; right: 0; margin: auto; top: unset; bottom: 0; }
.zcwj-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #94E1FF; border-radius: 0.06rem; }
.zcwj-swiper.swiper-container .swiper-notification { top: unset; bottom: 0; }

/* 可持续发展 end */
.wap-img, .wap { display: none; }
.pc, .pc-img { display: block; }

/*电脑端单独处理的*/

/*@media (min-width: 945px) {*/

/*.fzlc-year-tit {*/

/*-webkit-transition: 0.4s ease-in-out;*/

/*-o-transition: 0.4s ease-in-out;*/

/*-moz-transition: 0.4s ease-in-out;*/

/*transition: 0.4s ease-in-out;*/

/*}*/

/*}*/

/* 隐私政策 */
.yszc-title { font-family: "FZLTZHJW"; font-size: 0.2rem; color: #333; text-align: center; }
.yszc-time { font-family: "FZLTHJW"; font-size: 0.16rem; color: #333; padding-top: 0.1rem; line-height: 1.6; }
.guizetxt { padding-top: 0.2rem; font-size: 0.14rem; font-family: "FZLTXHJW"; line-height: 2; }
.xingxing { display: block; text-align: center; line-height: 1.5; font-size: 0.18rem; color: #17acb5; }
.midtitle { display: block; text-align: center; font-size: 0.24rem; font-family: "FZLTZHJW"; padding: 0.1rem 0; color: #333; }
.guizetxt strong { font-size: 0.18rem; font-weight: 600; line-height: 0.6rem; }
.paddcon { padding-left: 0.35rem; }
.paddtwo { padding-left: 0.2rem; }
.jiacu { font-weight: bold; color: #000; }
.tablebox { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; overflow: hidden; border-left: 1px solid #ddd; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; background-color: #f7f7f7; }
.topline { border-top: 1px solid #ddd; font-weight: bold; background-color: #f1f1f1; }
.topline .onebg { text-align: center; }
.tablebox ol { float: left; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; display: block; padding: 0.1rem; line-height: 1.4; }
.onebg { -webkit-box-flex: 1.5; -webkit-flex: 1.5; -moz-box-flex: 1.5; -ms-flex: 1.5; flex: 1.5; text-align: left; }
.twobg { -webkit-box-flex: 10; -webkit-flex: 10; -moz-box-flex: 10; -ms-flex: 10; flex: 10; }
.onemid { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; display: block; position: relative; }
.threebg { -webkit-box-flex: 3; -webkit-flex: 3; -moz-box-flex: 3; -ms-flex: 3; flex: 3; text-align: left; }
.topline .onebg { text-align: center; }
.onebgbg { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }
.guizetxt span.blues { color: cornflowerblue; text-decoration: underline; }

/* 参观预约 */
.cgyy-box { margin-top: 0; }
.cgyy-main { margin-top: 1.6rem; }
.cgyy-main .index-title { color: #333; }
.cgyy-ul { width: 11.27rem; margin: auto; margin-top: 1.09rem; }
.cgyy-ul > li { margin-top: 0.5rem; }
.cgyy-right { float: right; }
.cgyy-right img { width: 3rem; height: 2rem; border-radius: 0 0.2rem 0.2rem 0.2rem; }
.cgyy-left { width: 7rem; min-height: 2rem; }
.cgyy-left-tit { display: block; font-family: "FZLTZHJW"; font-size: 0.2rem; font-weight: normal; line-height: 0.26rem; color: #333333; }
.cgyy-left-tags { font-family: "FZLTHJW"; font-size: 0.16rem; font-weight: normal; line-height: 0.24rem; color: #333333; }
.cgyy-left-tags > span { min-width: 1.2rem; display: inline-block; margin-top: 0.1rem; margin-right: 0.23rem; }
.cgyy-left-con { font-family: "FZLTXHJW"; font-size: 0.16rem; font-weight: normal; line-height: 0.24rem; color: #AFAFAF; margin-top: 0.1rem; }

/* 加入我们 */
.join-job-box { width: 100%; background: #F7FDFF; padding: 1.2rem 0 0.6rem 0; }
.join-job-ul { margin-top: 0.4rem; }
.join-job-ul > li { width: 33.33%; position: relative; padding: 0.6rem 1rem; }
.join-job-ul > li::after { content: ""; width: 1px; height: 1.45rem; background: #94E1FF; position: absolute; right: 0; top: 0.6rem; z-index: 2; }
.join-job-ul > li:nth-child(3n)::after { display: none; }
.join-job-title { color: #000000; font-size: 0.3rem; font-family: "FZLTZHJW"; }
.join-job-desc { color: #AFAFAF; font-size: 0.16rem; font-family: "FZLTHJW"; margin-top: 0.1rem; }
.join-job-ul > li:nth-child(1):before, .join-job-ul > li:nth-child(2):before, .join-job-ul > li:nth-child(3):before { content: ""; width: 2.26rem; height: 1px; background: #94E1FF; position: absolute; left: 1rem; bottom: 0; z-index: 2; }
.join-huanjing { width: 100%; padding-top: 1.2rem; }
.join-swiper { width: 8.68rem; height: 4.9rem; border-radius: 0 0.4rem 0.4rem 0.4rem; margin: auto; margin-top: 0.48rem; }
.join-btn { width: 3.43rem; height: 0.7rem; border-radius: 0.7rem; border: 1px solid #333; font-size: 0.24rem; color: #333; font-family: "FZLTXHJW"; margin: auto; margin-top: 1.2rem; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.join-swiper-img { width: 100%; height: 100%; border-radius: 0 0.4rem 0.4rem 0.4rem; }

/* .join-btn:hover{
color:#fff;
background: #333;
} */
.join-pages { height: 0.16rem; }
.join-swiper > .swiper-pagination-bullets.join-pages { bottom: 0.2rem; }
.join-pages .swiper-pagination-bullet { width: 0.16rem; height: 0.16rem; border-radius: 50%; background: rgba(0, 0, 0, 0.16); opacity: 1; }
.join-pages .swiper-pagination-bullet-active { background: #030000; }
.join-swiper > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 0.16rem; }

/* 2025.02.16 品牌矩阵改版 */
.pinpai-gai-box { width: 100%; height: 4.9rem; background-repeat: no-repeat; -o-background-size: auto 100%; background-size: auto 100%; background-position: top center; margin-top: 2.2rem; }
.pinpai-gai-img { width: 8.68rem; height: 100%; margin: auto; }
.pinpai-gai-img .pimg { width: 100%; height: 100%; }
.pinpai-gai-title { font-size: 0.3rem; color: #333; font-family: "FZLTZHJW"; margin-top: 0.8rem; }
.pinpai-gai-desc { font-size: 0.18rem; color: #333; font-family: "FZLTXHJW"; margin-top: 0.3rem; }
.pinpai-gai-jg { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-top: 0.8rem; }
.pinpai-gai-jg > li { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }
.pinpai-gai-jg-num { font-size: 0.66rem; color: #333; font-family: "FZLTXHJW"; line-height: 1; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.pinpai-gai-jg-num > span { font-size: 0.16rem; color: #333; font-family: "FZLTXHJW"; margin-left: 0.1rem; }
.pinpai-gai-jg-desc { font-size: 0.16rem; color: #AFAFAF; font-family: "FZLTXHJW"; }

/* 可持续发展改 2025.02.16 */
.kcxzl-gai-nbox { padding-top: 0.4rem; display: grid; }
.kcxzl-gai-nbox .info-box { width: 100%; height: 100%; grid-area: 1 / -1; position: relative; z-index: 5; display: flex; align-items: center; justify-content: center; }
.kcxzl-gai-nbox .info-box .info { width: 100%; max-width: 960px; height: auto; margin: 0 auto; padding: 0 .3rem .3rem; background: rgba(255, 255, 255, .8); backdrop-filter: blur(20px); border-radius: 0 .4rem .4rem .4rem; box-shadow: 0 20px 30px rgba(0, 0, 0, .05); overflow: hidden; }
.kcxzl-gai-nbox .info-box .info .title { width: 100%; height: auto; text-align: center; padding: .75em 0 .5em; font-family: 'FZLTZHJW'; font-size: .3rem; color: #000000; line-height: 1.25; }
.kcxzl-gai-nbox .info-box .info .details { width: 100%; padding: .3rem; border: 1px solid #D9D9D9; border-radius: 0 .2rem .2rem .2rem; font-size: .2rem; color: #000000; line-height: 1.8; }
.kcxzl-gai-nbox .kcxzl-gai-b { width: 100%; height: 100%; grid-area: 1 / -1; position: relative; z-index: 1; }
@media (max-width: 768px) {
    .kcxzl-gai-nbox .info-box .info .details { font-size: .24rem; }
}


.kcxzl-gai-title { width: 5.31rem; height: 0.9rem; background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(0.408rem); -webkit-backdrop-filter: blur(0.408rem); margin: auto; border-radius: 0 0.2rem 0.2rem 0.2rem; overflow: hidden; }
.kcxzl-gai-title > div { width: 5.04rem; height: 0.64rem; border: 1px solid #C5AD8B; border-radius: 0 0.2rem 0.2rem 0.2rem; overflow: hidden; font-size: 0.4rem; color: #333; font-family: "FZLTZHJW"; line-height: normal; }
.kcxzl-gai-ul { margin-top: 0; }
.kcxzl-gai-ul > li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-top: 0.1rem; }
.kcxzl-gai-ul > li:nth-child(1) { margin-top: 0; }
.kcxzl-gai-left { width: 1.05rem; height: 100%; position: relative; padding-left: 0.1rem; font-size: 0.14rem; color: #94E1FF; font-family: "FZLTZHJW"; line-height: 1.8; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.kcxzl-gai-left::after { content: ""; width: 0.71rem; height: 2px; border-bottom: 1px dashed rgba(29, 27, 28, 0.3); position: absolute; bottom: 0; left: 0.1rem; z-index: 1; }
.kcxzl-gai-ul > li:nth-child(1) .kcxzl-gai-left::after { display: none; }
.kcxzl-gai-right { width: 9.71rem; }

/* 容器样式 */
.kcxzl-gai-triangle { position: relative; width: 100%; height: 1.61rem; background: transparent;    /* 透明背景 */ }

/* 三角形样式 */
.kcxzl-gai-triangle::after { content: ""; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 100%;    /* 三角形的宽度 */ height: 100%;    /* 三角形的高度 */ background: rgba(255, 255, 255, 0.74);    /* 半透明白色背景 */ backdrop-filter: blur(0.1rem); -webkit-backdrop-filter: blur(0.1rem);    /* 毛玻璃效果 */ -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); clip-path: polygon(50% 0%, 0% 100%, 100% 100%);    /* 裁剪出三角形 */ z-index: 1; }
.kcxzl-gai-triangle > div { position: relative; z-index: 2; font-size: 0.26rem; color: #94E1FF; font-family: "FZLTZHJW"; text-align: center; padding-top: 8%; }
.kcxzl-gai-left1 { height: 1.61rem; }
.kcxzl-gai-c1 { background: rgba(255, 255, 255, 0.74); backdrop-filter: blur(0.1rem); -webkit-backdrop-filter: blur(0.1rem); border-radius: 0 0.3rem 0.3rem 0.3rem; height: 1.8rem; }
.kcxzl-gai-left2 { height: 1.8rem; }
.kcxzl-gai-c1 > li { width: 2.07rem; height: 1.16rem; background: #D5D5DF; border-radius: 0 0.15rem 0.15rem 0.15rem; margin-right: 0.1rem; text-align: center; font-size: 0.16rem; color: #391E88; font-family: "FZLTXHJW"; }
.kcxzl-gai-c1 > li:last-child { margin-right: 0; }
.kcxzl-gai-c1-title { font-size: 0.18rem; font-family: "FZLTZHJW"; }
.kcxzl-gai-c1-desc { margin-top: 0.1rem; }
.kcxzl-gai-c2 { width: 100%; height: 1.66rem; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(0.1rem); -webkit-backdrop-filter: blur(0.1rem); border-radius: 0 0.3rem 0.3rem 0.3rem; }
.kcxzl-gai-c2 > li { width: 4.22rem; height: 1.07rem; margin-right: 0.1rem; background: #ECDCC5; border-radius: 0 0.15rem 0.15rem 0.15rem; text-align: center; font-size: 0.16rem; color: #BE8518; font-family: "FZLTXHJW"; }
.kcxzl-gai-c2 > li:last-child { margin-right: 0; }
.kcxzl-gai-c2-title { font-size: 0.18rem; font-family: "FZLTZHJW"; }
.kcxzl-gai-c2-desc { margin-top: 0.05rem; }
.kcxzl-gai-left3 { height: 1.66rem; }
.kcxzl-gai-c3 { width: 100%; height: 0.97rem; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(0.1rem); -webkit-backdrop-filter: blur(0.1rem); border-radius: 0 0.3rem 0.3rem 0.3rem; }
.kcxzl-gai-left4 { height: 0.97rem; }
.kcxzl-gai-c3 > li { background: #AECFCD; width: 1.35rem; height: 0.35rem; border-radius: 0 0.1rem 0.1rem 0.1rem; margin-right: 0.1rem; font-size: 0.16rem; color: #fff; font-family: "FZLTXHJW"; }
.kcxzl-gai-c3 > li:last-child { margin-right: 0; }
.kcxzl-gai-c4 { width: 100%; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(0.1rem); -webkit-backdrop-filter: blur(0.1rem); border-radius: 0 0.3rem 0.3rem 0.3rem; padding: 0.3rem 0; min-height: 2.5rem; }
.kcxzl-gai-c4 > div { width: 8.51rem; border: 1px solid #C5AD8B; border-radius: 0 0.15rem 0.15rem 0.15rem; padding: 0.25rem 0.49rem; font-size: 0.16rem; color: #94E1FF; font-family: "FZLTXHJW"; }
.kcxzl-gai-left5 { min-height: 2.5rem; }
.kcxzl-gai-ul > li:last-child .kcxzl-gai-left::after { display: none; }
.kcxzl-gai-img { width: 100%; }

/* 手机端 */
@media (max-width:944px) {
    .header { display: none; }
    .wap-box { display: block; }
    .wap-header { width: 100%; height: 0.88rem; position: fixed; top: 0; left: 0; z-index: 100;        /* backdrop-filter: blur(0.04rem);
            -webkit-backdrop-filter: blur(0.04rem);
                background: rgba(255, 255, 255, 0.1); */ padding: 0 0.4rem; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }

        /*.wap-logo {*/

        /*height: 0.58rem;*/

        /*}*/
        .wap-logo { padding-left: 0.51rem; }
        .wap-logo .logo { width: 1.73rem;        /*height: 0.58rem;*/ }
        .wap-menu { width: 0.38rem; height: 0.38rem; color: #fff; font-size: 0.36rem; }
        .wap-sousuo, .wap-lang { width: 0.38rem; height: 0.38rem; color: #fff; font-size: 0.36rem; }
        .wap-lang { margin-left: 0.3rem; position: relative; }
        .wap-lang::before { content: ""; width: 100%; height: 100%; background: url('../images/x-yy1.svg') no-repeat center; background-size: contain; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

        /* .wap-header.black2 {
                backdrop-filter: blur(0.54rem);
                -webkit-backdrop-filter: blur(0.54rem);
                background: rgba(0, 0, 0, 0.2);
            } */
        .wap-header.black { background: #fff; }
        .wap-header.black .wap-menu { color: #333; }
        .wap-header.black .wap-logo .logo, .wap-header.black .wap-logo .logo path { fill: #333; }
        .wap-header.black .wap-logo .logo rect { fill: none; }
        .wap-header.black .wap-sousuo, .wap-header.black .wap-lang { color: #333; }
        .banner-text { bottom: 0.8rem; }
        .p1 { font-size: 0.42rem; }
        .banner-pag .swiper-pagination-bullet { width: 0.12rem; height: 0.12rem; }
        .banner-box { position: relative; height: 10.08rem; }
        .banner-img .wap-img { width: 100%; height: 100%; }
        .banner-zw { display: none; }
        .banner-box > .publicswiperpage { position: absolute; left: 0; bottom: 0.36rem; text-align: center; z-index: 4; }
        .banner-box > .publicswiperpage .swiper-pagination-bullet { width: 0.14rem; height: 0.14rem; background-color: transparent; position: relative; opacity: 1; cursor: pointer; margin: 0 0.08rem; border-radius: 50%; border: 1px solid #fff; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; overflow: hidden; }
        .banner-box > .publicswiperpage .swiper-pagination-bullet::before { content: ""; position: absolute; left: 0; top: 50%; width: 0.14rem; height: 0.14rem; background-color: transparent; border-radius: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
        .banner-box > .publicswiperpage .swiper-pagination-bullet-active { width: 0.54rem; border-radius: 0.14rem; border: 1px solid #fff; }
        .banner-box > .publicswiperpage .swiper-pagination-bullet em { content: ""; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0.14rem; background-color: #fff; opacity: 1; border-radius: 0.14rem; }
        .banner-box > .publicswiperpage .swiper-pagination-bullet.swiper-pagination-bullet-active em { -webkit-animation-name: swiperpage; -moz-animation-name: swiperpage; -o-animation-name: swiperpage; animation-name: swiperpage; -webkit-animation-duration: 5.4s; -moz-animation-duration: 5.4s; -o-animation-duration: 5.4s; animation-duration: 5.4s; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; -o-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; }
        @-webkit-keyframes swiperpage {
            from { width: 0; }
            to { width: 100%; }
        }
        @-moz-keyframes swiperpage {
            from { width: 0; }
            to { width: 100%; }
        }
        @-o-keyframes swiperpage {
            from { width: 0; }
            to { width: 100%; }
        }
        @keyframes swiperpage {
            from { width: 0; }
            to { width: 100%; }
        }
        .index-search { width: 86.7%; }
        .index-search input { text-align: center; font-family: "FZLTXHJW"; font-size: 0.24rem; margin: 0 0.2rem; }
        .index-search-btn { width: 1.53rem; font-size: 0.24rem; letter-spacing: 0.0327rem; }
        .wap-search-box, .wap-lang-box { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 99; background: rgba(255, 255, 255, 0.01); backdrop-filter: blur(0.54rem); -webkit-backdrop-filter: blur(0.54rem); padding-top: 1.28rem; display: none; }
        .wap-lang-box { background: rgba(255, 255, 255, 0.8); }
        .wap-lang-box ul { width: 1.57rem; margin: auto; margin-top: 2.2rem; }
        .wap-lang-box li { width: 1.57rem; text-align: center; line-height: 1.14rem; border-bottom: 1px solid #C6C6C6; }
        .wap-lang-box li a { font-family: "FZLTXHJW"; font-size: 0.27rem; color: #A9A9A9; }
        .wap-lang-box li.on a { color: #000; }
        .wap-search-box.black { background: rgba(0, 0, 0, 0.2); }
        .wap-search-input { width: 89.33%; height: 0.8rem; border-radius: 0.4rem; background: #fff; backdrop-filter: blur(0.27rem); -webkit-backdrop-filter: blur(0.27rem); margin: auto; padding: 0 0.4rem; }
        .wap-search-input .iconfont { width: 0.38rem; height: 0.38rem; color: #94E1FF; font-size: 0.36rem; }
        .wap-search-input input { height: 100%; font-family: "FZLTXHJW"; font-size: 0.24rem; margin-left: 0.2rem; color: #94E1FF; }
        .wap-search-input input::-webkit-input-placeholder { color: #999; }
        .wap-search-input input:-moz-placeholder { color: #999; }
        .wap-search-input input::-moz-placeholder { color: #999; }
        .wap-search-input input:-ms-input-placeholder { color: #999; }
        .wap-search-input input::-ms-input-placeholder { color: #999; }
        .wap-search-input input::placeholder { color: #999; }
        .wap-caidan-box { width: 89.33%; height: 100vh; position: fixed; top: 0; left: -90%; z-index: 101; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(0.54rem); -webkit-backdrop-filter: blur(0.54rem); border-radius: 0px 0.4rem 0.4rem 0; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; overflow-y: auto; }
        .wap-caidan-n { padding-left: 0.8rem; padding-right: 0.4rem; padding-top: 0.8rem; }
        .wap-caidan-title { font-weight: 400; font-family: "FZLTZHJW"; font-size: 0.34rem; border-bottom: 1px solid #94E1FF; padding-bottom: 0.2rem; color: #333; }
        .wap-caidan-a { padding-top: 0.8rem; }
        .wap-caidan-a > li > a { padding: 0.2rem 0; font-weight: 400; font-size: 0.28rem; color: #333; letter-spacing: 1px; line-height: 0.42rem; font-family: "FZLTXHJW"; }
        .wap-caidan-a > li > a .iconfont { font-size: 0.28rem; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
        .wap-caidan-a > li.on > a .iconfont { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
        .wap-caidan-b { display: none; }
        .wap-caidan-b > li > a { display: block; padding: 0.1rem 0.26rem; font-weight: 400; font-size: 0.24rem; color: #7F7F7F; }
        .wap-caidan-b > li:nth-child(1) > a { padding-top: 0; }
        .wap-caidan-n .icon-guanbi { width: 0.8rem; height: 0.8rem; border-radius: 50%; font-size: 0.9rem; margin: auto; color: #94E1FF; background: #fff;        /*position: absolute;*/        /*bottom: 0.79rem;*/

            /*left: 0;*/

            /*right: 0;*/

            /*z-index: 2;*/
        margin-top: 2rem; margin-bottom: 1rem; }
        .main { height: auto; min-height: unset; padding-bottom: 1rem; }

        /* 手机端底部 */
        .width { width: 89.33%; }
        .footer-box { background: transparent; }
        .footer-bbox { padding-top: 0.4rem; background: #FBFBFD; }
        .footer-menu { display: block; margin-top: 0; }
        .footer-menu > div { margin-right: 0; margin-bottom: 0.2rem; }
        .footer-menu .footer-b { display: none; }
        .footer .logo { display: none; }
        .footer-t { font-size: 0.24rem; }
        .footer-t .iconfont { display: block; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-translate: all 0.5s; -moz-translate: all 0.5s; -ms-translate: all 0.5s; -o-translate: all 0.5s; translate: all 0.5s; font-size: 0.24rem; }
        .footer-p { font-size: 0.24rem; padding-top: 0.15rem; }
        .footer-oa { display: block; }
        .footer-oa > div:nth-child(2), .footer-oa > div:nth-child(3) { display: none; }
        .footer-oa > div:last-child { text-align: left; }
        .footer-oa > div { -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-right: 0; }
        .footer-oa .ico { width: 0.64rem; height: 0.64rem; margin: 0; background: rgba(0, 0, 0, 0.155); border-radius: 50%; }
        .footer-btn { width: 1.3rem; height: 0.5rem; line-height: 0.5rem; border-radius: 0.5rem; font-size: 0.24rem; margin-top: 0.2rem; }
        .footer-bot { padding: 0.4rem 0 0.6rem 0; font-size: 0.24rem; text-align: left; }
        .footer-bot > div { display: block; }
        .footer-bot > div > div { margin-bottom: 0.2rem; }
        .footer-yszc { font-size: 0.24rem; }
        .footer-gwab { display: block; }
        .footer-gwab a { display: block; line-height: 1.5; font-size: 0.24rem; }
        .footer-bot .img { width: 0.2rem; height: auto; margin: 0; }
        .index-title { font-size: 0.42rem; }
        .index-text { font-size: 0.24rem; line-height: 0.36rem; margin: auto; padding-top: 0.16rem; }
        .index-desc { font-size: 0.24rem; padding-top: 0.4rem; }
        .ppjz-box { width: 100%; }
        .ppjz-logos-box { height: 2.6rem; position: relative; }
        .ppjz-logo-swiper { width: 80%; margin: auto; overflow: hidden; }
        .ppjz-logo-swiper .swiper-wrapper { width: 100%; height: auto; padding-top: 0.6rem; padding-bottom: 0.4rem; }
        .ppjz-logo { width: 1.36rem; height: 1.6rem; border-radius: 0px 0.32rem 0.32rem 0.32rem; }
        .ppjz-logo.on { -webkit-box-shadow: 0px 0.02rem 0.2rem 0px rgba(205, 205, 205, 0.5); box-shadow: 0px 0.02rem 0.2rem 0px rgba(205, 205, 205, 0.5); }
        .ppjz-logo-swiper, .ppjz-logo-swiper .swiper-slide { height: 100%; }
        .ppjz-logo-next, .ppjz-logo-prev { background: transparent; top: 50%; width: 0.3rem; height: 0.3rem; margin-top: 0; }
        .ppjz-logo-next .iconfont, .ppjz-logo-prev .iconfont { font-size: 0.3rem; color: #C4C4C4; }
        .ppjz-logo-next { right: 0.4rem; }
        .ppjz-logo-prev .iconfont { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
        .ppjz-logo-next.swiper-button-disabled, .ppjz-logo-prev.swiper-button-disabled { opacity: 1; }
        .ppjz-logo-prev { left: 0.4rem; }
        .ppjz-jt { font-size: 0.36rem; color: #94E1FF; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 0.3rem; height: 0.3rem; position: absolute; top: 1.2rem; z-index: 10; font-weight: 600; }
        .ppjz-jt-left { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); left: 0.4rem; }
        .ppjz-jt-right { right: 0.4rem; }
        .ppjz-swiper { width: 89.33%; margin: auto; }
        .ppjz-slide-right { width: 100%; height: 62%; left: 0; bottom: 0; top: unset; }
        .ppjz-swiper-next, .ppjz-swiper-prev { width: 0.5rem; height: 0.5rem; }
        .ppjz-swiper-next { right: 0.2rem; }
        .ppjz-swiper-prev { left: 0.2rem; }
        .ppjz-swiper-next .iconfont, .ppjz-swiper-prev .iconfont { font-size: 0.4rem; color: #fff; }
        .ppjz-slide-left .bjimg { width: 100%; height: auto; }
        .ppjz-slide-right { display: block; }
        .ppjz-slide-right .ppimg { height: 4rem; margin-top: -2.8rem; }
        .ppjz-slide-right .ppp { font-size: 0.34rem; margin-top: 0.8rem; }
        .ppjz-slide-right .ppt { font-size: 0.24rem; margin-top: 0.1rem; }
        .pp-btn { font-size: 0.28rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 2rem; height: 0.64rem; padding: 0; margin: auto; margin-top: 0.4rem; }
        .pp-btn .iconfont { display: inline-block; font-size: 0.46rem; margin-left: 0.1rem; margin-right: -0.1rem; }
        .ppjz-slide-left .ppjzlogo { top: 0.4rem; left: 0.4rem; }
        .zxxd-box { background: #FBFBFD; padding: 0; margin-top: 1.2rem; }
        .zxxd-wap { width: 100%; }
        .zxxd-swiper { height: auto; padding: 0.4rem 0; }
        .zxxd-swiper .swiper-slide { width: 89%; height: 9rem; margin: auto; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; background: transparent; }
        .zxxd-swiper .zxxd-img { width: 100%; height: 6.54rem; -webkit-transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; -o-transition: transform 0.3s ease; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; -o-transition: -o-transform 0.3s ease; -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; border-radius: 0 0.4rem 0.4rem 0.4rem; }
        .zxxd-swiper .swiper-slide-active .zxxd-img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
        .zxxd-swiper .swiper-slide-prev .zxxd-img, .zxxd-swiper .swiper-slide-next .zxxd-img { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); }
        .zxxd-swiper-next { right: 0.6rem; }
        .zxxd-swiper-prev { left: 0.6rem; }
        .zxxd-swiper-next .iconfont, .zxxd-swiper-prev .iconfont { font-size: 0.4rem; }
        .zxxd-swiper-next, .zxxd-swiper-prev { width: 0.5rem; height: 0.5rem; top: 24%; }
        .zxxd-slide-bot { padding: 0.2rem; display: none; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
        .zxxd-swiper .swiper-slide-active .zxxd-slide-bot { display: block; }
        .zxxd-slide-bot-time { font-family: "FZLTXHJW"; font-size: 0.24rem; color: #94E1FF; }
        .zxxd-slide-bot-title { font-family: "FZLTZHJW"; font-size: 0.34rem; color: #94E1FF; line-height: 1.4; margin-top: 0.2rem; }
        .zxxd-slide-bot-btn { font-size: 0.24rem; font-family: "FZLTXHJW"; color: #94E1FF; line-height: normal; display: inline-block; padding: 0.09rem 0.17rem 0.07rem 0.17rem; border: 1px solid #94E1FF; border-radius: 0.32rem; margin-top: 0.06rem; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
        .zxxd-slide-right { width: 100%; }
        .zxxd-slide-right-n { width: 100%; right: 0; display: block; }
        .zxxd-slide-right-n > div { width: 76.2%; right: 0; margin: auto; position: absolute; bottom: 0.78rem; left: 0; z-index: 10; }
        .zxxd-slide-con { font-size: 0.24rem; line-height: 0.36rem; }
        .zxxd-xw { font-size: 0.42rem; font-family: 'FZLTZHJW'; color: #FFFFFF; padding-bottom: 0.3rem; }
        .zxxd-slide-title { font-size: 0.34rem; line-height: 0.5rem; }
        .zxxd-slide-b { height: 0.6rem; position: relative; }
        .zxxd-btn { margin-left: 0; font-size: 0.24rem; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; line-height: normal; padding: 0; width: 1.3rem; height: 0.52rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
        .zxxd-slide-b span { text-align: right; font-size: 0.24rem; line-height: 0.6rem; display: block; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }
        .zxxd-wb-jt { padding-bottom: 0.4rem; padding-right: 0.4rem; }
        .zxxd-wb-jt span { width: 0.62rem; height: 0.62rem; background: #94E1FF; border-radius: 50%; margin-left: 0.4rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
        .zxxd-wb-jt span .iconfont { color: #fff; font-size: 0.36rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; }
        .zxxd-wb-jt span .iconfont:before { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; line-height: 1; }
        .zxxd-wb-jt-left { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
        .zxxd-wb-jt span.zxxd-wb-jt-right, .zxxd-wb-jt span.zxxd-wb-jt-left { background: rgba(210, 186, 146, 0.5335); }

        /* 科技创新 */
        .kjcx-box { margin-top: 1.4rem; }
        .kjcx-nbox { height: 14.98rem; }
        .kjcx-bot-box { height: 7.64rem; background: #FBFBFD; border-radius: 0px 0.4rem 0.4rem 0.4rem; padding: 0 0.4rem 0.4rem 0.4rem; }
        .kjcx-bot { height: auto; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
        .kjcx-li { width: 50%; -webkit-box-flex: unset; -webkit-flex: unset; -moz-box-flex: unset; -ms-flex: unset; flex: unset; padding: 0.4rem 0; }
        .kjcx-note { padding: 0; font-size: 0.24rem; color: #94E1FF; }
        .kjcx-li:nth-child(1), .kjcx-li:nth-child(2) { border-bottom: 1px solid #94E1FF; }
        .kjcx-li:nth-child(2n) .kjcx-li-w { border-left: 1px solid #94E1FF; padding-left: 0.4rem; }
        .kjcx-texts { bottom: 7.64rem; padding: 0.8rem; }
        .kjcx-title { font-size: 0.42rem; }
        .kjcx-desc { font-size: 0.24rem; line-height: 0.36rem; }
        .kjcx-btn { font-size: 0.24rem; padding: 0.1rem 0.2rem; }
        .kjcx-li-t { font-size: 0.24rem; }
        .kjcx-li-p { font-size: 0.24rem; }
        .kjcx-li-p span { font-size: 1rem;        /*min-width:*/ }
        .kjcx-li-s { font-size: 0.24rem; }
        .kcxfz-box { height: 9rem; margin-top: 1.6rem; }
        .kcxfz-nbox { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; height: auto; display: block; }
        .kcxfz-nbox > div { position: absolute; bottom: 0; left: 0; padding: 0.8rem 0.6rem; }
        .jtjj-new-bigbox { margin-top: 1.2rem; }
        .kcxfz-title { font-family: "FZLTZHJW"; font-size: 0.42rem; color: #fff; }
        .kcxfz-desc { font-family: "FZLTXHJW"; font-size: 0.24rem; color: #fff; padding: 0.2rem 0 0.4rem 0; line-height: 0.36rem; }

        /* 集团简介 star */
        .jtjj-new-desc { width: 5.6rem; font-size: 0.24rem; padding-bottom: 1.6rem; padding-top: 0.4rem; }
        .cover-img { height: 10rem; }
        .zrtzl-box { height: 6.92rem; overflow: hidden; }
        .zrtzl-nbox { height: 8rem; display: block; overflow-x: auto; white-space: nowrap; }
        .zrtzl-nli { height: 6.52rem; display: inline-block; -webkit-box-flex: unset; -webkit-flex: unset; -moz-box-flex: unset; -ms-flex: unset; flex: unset; width: 3.26rem; margin-right: 0.18rem; }
        .zrtzl-nli:nth-child(1) { margin-left: 0.4rem; }
        .zrtzl-nli:last-child { margin-right: 0.4rem; }
        .zrtzl-num { font-size: 0.24rem; }
        .zrtzl-title { font-size: 0.42rem; }
        .zrtzl-txt { font-size: 0.24rem; }
        .jtjj-box { height: 9rem; }
        .jtjj-nbox, .jtjj-swiper2 { width: 100%; }
        .jtjj-swiper2 .swiper-slide { height: 100%; }
        .jtjj-swiper2-slide { padding-top: 0.4rem; }
        .jtjj-img-box { height: 6.7rem; }
        .jtjj-swiper1-slide { text-align: center; padding-top: 0.4rem; }
        .jtjj-swiper1-slide p { font-size: 0.42rem; }
        .jtjj-swiper1-slide span { font-size: 0.24rem; padding-top: 0.1rem; }
        .jtjj-swiper2 .swiper-slide .jtjj-swiper1-slide { opacity: 0; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
        .jtjj-swiper2 .swiper-slide-active .jtjj-swiper1-slide { opacity: 1; }
        .fzlc-nbox { width: 100%; }
        .fzlc-year { margin-top: 0.8rem; }
        .fzlc-year-hx .icon-tuoyuanxing { top: 0.046rem; }
        .fzlc-btns { padding: 0.4rem 0; margin: auto; }
        .fzlc-btns > .iconfont { width: 0.62rem; height: 0.62rem; font-size: 0.6rem; }
        .fzlc-btns > .fzlc-left, .fzlc-btns > .fzlc-right { border-radius: 50%; background: #94E1FF; color: #fff; font-size: 0.4rem; }
        .fzlc-btns > .fzlc-left { margin-right: 0.4rem; }
        .fzlc-btns > .fzlc-right { background: rgba(210, 186, 146, 0.5335); margin-left: 0.4rem; }
        .fzlc-btns > .fzlc-left { background: rgba(210, 186, 146, 0.5335); }
        .fzlc-btns > .fzlc-zanting { margin-left: 0.4rem; }
        .fzlc-slide { display: block; }
        .fzlc-swiper { width: 89.33%; margin: auto; height: auto; margin-top: 0.4rem; }
        .fzlc-slide { width: unset; padding: 0 0.4rem; }
        .fzlc-slide .fzlc-li { padding: 0.4rem 0; border-right: 0; border-bottom: 1px solid #94E1FF; }
        .fzlc-slide .fzlc-li:last-child { border-bottom: 0; }
        .fzlc-li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
        .fzlc-li-img { width: 2.86rem; height: unset; margin-left: 0.1rem; }
        .fzlc-li-tit { font-size: 0.3rem; line-height: 1.5; -webkit-line-clamp: 2; }
        .fzlc-li-txt { font-size: 0.24rem; line-height: 0.36rem; height: auto; -webkit-line-clamp: 6; }
        .fzlc-li-top { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
        .fzlc-box { margin-top: 1rem; margin-bottom: 0; }

        /* 集团简介 end */

        /* 科技创新 star */
        .kysl-box { margin-top: -1.04rem; padding-top: 2.24rem; background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 242, 233, 0)), color-stop(10%, rgba(148, 225, 255, 0.8)), color-stop(17%, #F7FDFF)); background: -webkit-linear-gradient(top, rgba(248, 242, 233, 0) 0%, rgba(148, 225, 255, 0.8) 10%, #F7FDFF 17%); background: -moz-linear-gradient(top, rgba(248, 242, 233, 0) 0%, rgba(148, 225, 255, 0.8) 10%, #F7FDFF 17%); background: -o-linear-gradient(top, rgba(248, 242, 233, 0) 0%, rgba(148, 225, 255, 0.8) 10%, #F7FDFF 17%); background: linear-gradient(180deg, rgba(248, 242, 233, 0) 0%, rgba(148, 225, 255, 0.8) 10%, #F7FDFF 17%); }
        .kysl-bot-box { width: 100%; position: unset; background: transparent; margin-top: 0; height: auto; }
        .kysl-bot-box .kjcx-note { padding: 0.2rem 0; }
        .kysl-bot-box .kjcx-li { width: 50%; }
        .kysl-bot-box .kjcx-li:nth-child(1), .kysl-bot-box .kjcx-li:nth-child(2) { border-bottom: 0; }
        .kysl-bot-box .kjcx-li .kjcx-li-w { border-left: 0; position: relative; }
        .kysl-bot-box .kjcx-li .kjcx-li-w .shu { width: 1px; height: 1.44rem; background: #94E1FF; position: absolute; left: -0.2rem; top: 0; bottom: 0; margin: auto; z-index: 2; }
        .kysl-bot-box .kjcx-li, .kysl-bot-box .kjcx-li:last-child { -webkit-box-pack: left; -webkit-justify-content: left; -moz-box-pack: left; -ms-flex-pack: left; justify-content: left; }
        .kypt-swiper { height: auto; }
        .kypt-swiper .swiper-slide { width: 78.67%; margin: auto; }
        .kypt-img { height: 7.4rem; margin-top: 0.2rem; }
        .kypt-tit { font-size: 0.28rem; }
        .kypt-txt { bottom: 0.8rem; font-size: 0.24rem; line-height: 0.36rem; padding: 0.4rem; }
        .kypt-pages { bottom: 0.4rem; }
        .kypt-swiper .publicswiperpage .swiper-pagination-bullet { width: 0.14rem; height: 0.14rem; border-color: #fff; margin: 0 0.08rem; }
        .kypt-swiper .publicswiperpage .swiper-pagination-bullet-active { width: 0.5rem; border-color: #fff; border-radius: 0.14rem; }
        .kypt-swiper .publicswiperpage .swiper-pagination-bullet em { background-color: #fff; }
        .kypt-chongbo { margin-right: 0; }
        .czcf-box { padding-top: 0.8rem; margin-top: 0.4rem; padding-bottom: 1.4rem; }
        .czcf-nbox { height: auto; max-height: unset; background: transparent; }
        .czcf-zbox { width: 100%; display: block; padding-top: 0.74rem; }
        .czcf-left { width: 89.33%; margin: auto; }
        .czcf-left-div { width: 100%; margin: 0; padding: 0.4rem; }
        .czcf-left-desc { font-size: 0.28rem; font-family: "FZLTXHJW"; line-height: 0.42rem; letter-spacing: 0; }
        .czcf-left-div-icon1 { position: unset; left: 0; top: 0; width: 0.96rem; height: 0.94rem; opacity: 0.5; margin-top: -0.55rem; margin-left: -0.01rem; margin-bottom: 0.2rem; }
        .czcf-btns { bottom: -1.4rem; }
        .czcf-btns > .iconfont { color: #94E1FF; }
        .czcf-btns > .fzlc-left, .czcf-btns > .fzlc-right { color: #fff; }
        .czcf-left-div-icon2 { width: 0.5rem; height: 0.5rem; right: 0.6rem; bottom: 0.6rem; }
        .czcf-bot { width: 100%; height: auto; background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #6196B2), color-stop(68%, rgba(97, 150, 178, 0.3437)), color-stop(90%, rgba(97, 150, 178, 0))); background: -webkit-linear-gradient(bottom, #6196B2 6%, rgba(97, 150, 178, 0.3437) 68%, rgba(97, 150, 178, 0) 90%); background: -moz-linear-gradient(bottom, #6196B2 6%, rgba(97, 150, 178, 0.3437) 68%, rgba(97, 150, 178, 0) 90%); background: -o-linear-gradient(bottom, #6196B2 6%, rgba(97, 150, 178, 0.3437) 68%, rgba(97, 150, 178, 0) 90%); background: linear-gradient(0deg, #6196B2 6%, rgba(97, 150, 178, 0.3437) 68%, rgba(97, 150, 178, 0) 90%); padding-top: 1.6rem; }
        .czcf-year { margin-top: 0rem; }
        .czcf-year .fzlc-year-hx-l, .czcf-year .fzlc-year-hx-r { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; height: 2px; background: #fff; }
        .czcf-year .swiper-slide .fzlc-year-hx-l, .czcf-year .swiper-slide .fzlc-year-hx-r, .czcf-year .swiper-slide .fzlc-year-hx-q { background: rgba(255, 255, 255, 0.3); }
        .czcf-year .swiper-slide .fzlc-year-tit { color: rgba(255, 255, 255, 0.3); }
        .czcf-year .swiper-slide-active .fzlc-year-hx-l, .czcf-year .swiper-slide-active .fzlc-year-hx-r, .czcf-year .swiper-slide-active .fzlc-year-hx-q { background: rgba(255, 255, 255, 1); }
        .czcf-year .swiper-slide-active .fzlc-year-tit { color: rgba(255, 255, 255, 1); }
        .czcf-year .swiper-slide-next .fzlc-year-hx-l, .czcf-year .swiper-slide-next .fzlc-year-hx-r, .czcf-year .swiper-slide-next .fzlc-year-hx-q, .czcf-year .swiper-slide-prev .fzlc-year-hx-l, .czcf-year .swiper-slide-prev .fzlc-year-hx-r, .czcf-year .swiper-slide-prev .fzlc-year-hx-q { background: rgba(255, 255, 255, 0.5); }
        .czcf-year .swiper-slide-next .fzlc-year-tit, .czcf-year .swiper-slide-prev .fzlc-year-tit { color: rgba(255, 255, 255, 0.5); }
        .czcf-year .fzlc-year-hx .icon-yixing { -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; top: 0.06rem; margin: auto; z-index: 3; left: 44%; font-size: 0.24rem; color: #fff; width: 0.35rem; height: 0.2rem; opacity: 0; }
        .czcf-year .swiper-slide-active .fzlc-year-hx .icon-yixing { opacity: 1; }
        .czcf-year .swiper-slide-prev .fzlc-year-hx-l { background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.5))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5)); background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5)); background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5)); background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5)); }
        .czcf-year .swiper-slide-prev .fzlc-year-hx-r { background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 1))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)); background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)); background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)); background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)); }
        .czcf-year .swiper-slide-next .fzlc-year-hx-l { background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0.5))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5)); background: -moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5)); background: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5)); background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5)); }
        .czcf-year .swiper-slide-next .fzlc-year-hx-r { background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.3))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3)); background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3)); background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3)); background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3)); }
        .czcf-wap-swiper { margin-top: 0.4rem; height: 2.3rem; }
        .czcf-slide-txt { font-family: "FZLTXHJW"; font-size: 0.24rem; line-height: 0.36rem; padding: 0 0.8rem; }
        .jrkj-swiper { height: 9rem; max-height: unset; margin-bottom: 0.4rem; }
        .jrkj-texts { width: 100%; text-align: left; padding: 0 0.67rem; }
        .jrkj-texts > p { font-size: 0.34rem; }
        .jrkj-texts > div { font-size: 0.28rem; }
        .jrkj-pages, .jrkj-pages-box.white .jrkj-pages { background: transparent; }
        .jrkj-pages .swiper-pagination-bullet { width: 0.24rem; height: 0.24rem; }
        .jrkj-pages .swiper-pagination-bullet-active::after { width: 0.16rem; height: 0.16rem; }

        /* 科技创新 end */

        /* 品牌矩阵 star */
        .zrtjz-wap-top { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; background: #fff; height: 1.4rem; width: 100%; position: fixed; top: 0; left: 0; z-index: 10; padding-top: 1rem; }
        .zrtjz-wap-top a { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; font-family: "FZLTXHJW"; font-size: 0.2rem; color: #333333; line-height: normal; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
        .zrtjz-wap-top a.on { font-size: 0.24rem; font-family: "FZLTZHJW"; }
        .zrtjz-cover-img-box { padding-top: 1.4rem; }
        .zrtjz-cover-img-box .zrtjz-cover-img { width: 100%; height: unset; }
        .zrtjz-desc { width: 88.67%; height: auto; max-height: 8.94rem; bottom: unset; padding: 0.8rem 0.3rem; }
        .zrtjz-cover-box .zrtjz-bj-box { height: 9.94rem; max-height: 9.94rem; }
        .zrtjz-jt { font-size: 0.26rem; }
        .zrtjz-tit { font-size: 0.34rem; font-family: "FZLTZHJW"; }
        .zrtjz-txt { font-size: 0.2rem; line-height: 0.46rem; font-family: "FZLTXHJW"; }
        .zrtjz-btn { width: 4.42rem; height: 0.95rem; font-family: "FZLTXHJW"; font-size: 0.28rem; margin-bottom: 0; margin-top: 0.6rem; }

        /* 品牌矩阵 end */

        /* 新闻中心 start */
        .news-items { width: 100%; padding-top: 0.4rem; padding-bottom: 0.6rem; }
        .news-year { font-size: 0.34rem; }
        .news-ul { -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 0.2rem; }
        .news-li { width: 48.36%; height: 4.13rem; margin-right: 0; margin-top: 0.4rem; }
        .news-li-cover { height: 2.17rem; }
        .news-li-tit { height: 1.47rem; font-size: 0.24rem; }
        .news-li-tit span { -webkit-line-clamp: 3; }
        .news-li-time { font-size: 0.18rem; }
        .news-more { width: 1.5rem; font-size: 0.24rem; }
        .news-box2 { padding-top: 1.48rem; }
        .news-box2 .news-items { padding: 0; }
        .news-box2 .news-ul { margin-top: 0.2rem; }
        .news-detail-title { font-size: 0.34rem; line-height: 0.52rem; }
        .news-detail-time { font-size: 0.24rem; margin-top: 0.24rem; }
        .news-detail-body { font-size: 0.26rem; }
        .news-detail-page { margin-bottom: 0; }

        /* 新闻中心 end */

        /* 视频中心 start */
        .video-ul { -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 0.4rem; }
        .video-li { width: 48.36%; margin-right: 0; }
        .video-li:nth-child(3n) { margin-right: 0; }
        .video-li-imgs { height: 1.83rem; }
        .video-li-bf { width: 0.35rem; height: 0.35rem; bottom: 0.12rem; left: 0.12rem; }
        .video-li-title { font-size: 0.2rem; }
        .video-btns { margin-top: 0.76rem; margin-bottom: 0.2rem; }
        .video-btns .video-left-btn, .video-btns .video-right-btn { width: 0.43rem; height: 0.43rem; font-size: 0.3rem; }
        .video-btns .video-left-btn { margin-right: 0.8rem; }

        /* 视频中心 end */

        /* 数字科技 start */
        .szkj-item { height: 10.25rem; margin-top: 0.6rem; }
        .szkj-desc { width: 100%; left: 0; height: unset; bottom: 1rem; top: unset; }
        .szkj-desc > div { width: 100%; }
        .szkj-tit { font-size: 0.28rem; }
        .szkj-txt { font-size: 0.24rem; }
        .szkj-tit-left { line-height: 1.5; font-size: 0.38rem; }
        .szkj-tit-right { width: 3.2rem; font-size: 0.28rem; line-height: 1.5; }
        .szkj-txt-p { margin-top: 0.28rem; }
        .szkj-txt-p:nth-child(1) { margin-top: 0; }
        .szkj-txt-p > p { padding-left: 0.28rem; }

        /* 数字科技 end */

        /* 可持续发展 start */
        .kcxzl-nbox {        /*height: 12.34rem;*/
        height: auto; padding-top: 1rem; padding-bottom: 0.73rem; background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), color-stop(28%, #EEEEEE), color-stop(50%, #EEEEEE), color-stop(72%, #EEEEEE), color-stop(99%, rgba(216, 216, 216, 0))); background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0) 0%, #EEEEEE 28%, #EEEEEE 50%, #EEEEEE 72%, rgba(216, 216, 216, 0) 99%); background: -moz-linear-gradient(top, rgba(238, 238, 238, 0) 0%, #EEEEEE 28%, #EEEEEE 50%, #EEEEEE 72%, rgba(216, 216, 216, 0) 99%); background: -o-linear-gradient(top, rgba(238, 238, 238, 0) 0%, #EEEEEE 28%, #EEEEEE 50%, #EEEEEE 72%, rgba(216, 216, 216, 0) 99%); background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 28%, #EEEEEE 50%, #EEEEEE 72%, rgba(216, 216, 216, 0) 99%); }
        .kcxzl-flex { width: 100%; }
        .kcxzl-right-top { width: 6.08rem; height: 1.16rem; padding-top: 0.4rem; background-image: url(/static/cms/img/kcxfz-bj2-wap.webp); font-size: 0.24rem;        /*background-color: rgba(255, 255, 255, 0.85);*/        /*backdrop-filter: blur(0.1081rem);*/ }
        .kcxzl-left { min-width: 17%; width: 17%; font-size: 0.08rem; padding-left: 0.3rem; padding-right: 0.05rem; }
        .kcxzl-right-items { width: 6.08rem; padding: 0.16rem; border-radius: 0 0.2rem 0.2rem 0.2rem; }
        .kcxzl-b1 { padding: 0.28rem 0.6rem; border-radius: 0 0.09rem 0.09rem 0.09rem; }
        .kcxzl-b1-t { font-size: 0.18rem; text-align: left; }
        .kcxzl-b1-t .icon1 { margin: 0 0.28rem; }
        .kcxzl-b1-d { font-size: 0.28rem; margin-top: 0.16rem; }
        .kcxzl-b1-e { font-size: 0.16rem; }
        .kcxzl-b2 .iconfont { font-size: 0.3rem; }
        .kcxzl-b2-a, .kcxzl-b2-c { width: 1.67rem; }
        .kcxzl-b2-it { height: 1.76rem; font-size: 0.2rem; border-radius: 0 0.09rem 0.09rem 0.09rem; }
        .kcxzl-b2-it > div > span { font-size: 0.18rem; }
        .kcxzl-b2-it > div > div { font-size: 0.16rem; }
        .kcxzl-right-ul > li { height: 0.97rem; padding: 0 0.05rem; border-radius: 0 0.09rem 0.09rem 0.09rem; }
        .kcxzl-right-ul { margin-right: 0.06rem; }
        .kcxzl-right-ul > li > span { font-size: 0.11rem; }
        .kcxzl-right-ul > li > p { padding-left: 0.06rem; font-size: 0.12rem; }
        .kcxzl-right-svg-box { width: 100%; border-radius: 0 0.09rem 0.09rem 0.09rem; padding: 0.16rem 0.2rem; }
        .kcxzl-right-svg-box > li .svgs { width: 0.34rem; height: 0.34rem; margin-right: 0.1rem; margin-top: 0.1rem; }
        .kcxzl-right-svg-box > li { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
        .kcxzl-right-svg-box > li:nth-child(1) { width: 0.8rem; -webkit-box-flex: unset; -webkit-flex: unset; -moz-box-flex: unset; -ms-flex: unset; flex: unset; }
        .kcxzl-right-svg-box > li:nth-child(1) .svgs:nth-child(2n) { margin-right: 0; }
        .kcxzl-right-svg-box > li:nth-child(2) { width: 1.66rem; margin: 0 1.1rem; }
        .kcxzl-right-svg-box > li:nth-child(2) .svgs:nth-child(4), .kcxzl-right-svg-box > li:nth-child(2) .svgs:last-child { margin-right: 0; }
        .kcxzl-right-svg-box > li:nth-child(3) { width: 0.34rem; -webkit-box-flex: unset; -webkit-flex: unset; -moz-box-flex: unset; -ms-flex: unset; flex: unset; }
        .kcxzl-right-svg-box > li:nth-child(3) .svgs { margin-right: 0; }
        .kcxzl-left-l > p:nth-child(1) { margin-top: 0.54rem; }
        .kcxzl-left-l > p:nth-child(2) { margin-top: 2.21rem; }
        .kcxzl-left-l > p:nth-child(3) { margin-top: 2.73rem; }
        .kcxzl-left-l > p:nth-child(4) { margin-top: 2.37rem; margin-bottom: 0.33rem; }
        .kcxzl-left-r > p:nth-child(1) { margin-top: 2.05rem; }
        .kcxzl-left-r > p:nth-child(2) { margin-top: 1.77rem; }
        .kcxzl-left-r > p:nth-child(3) { margin-top: 2.72rem; }
        .shgy-nbox { width: 100%; }
        .shgy-item { display: block; }
        .shgy-left { width: 100%; height: 4.7rem; }
        .shgy-zhe { height: 1.77rem; padding: 0.8rem 0 0.1rem 0; }
        .shgy-flex { font-size: 0.24rem; }
        .shgy-li > p { height: 0.36rem; }
        .shgy-li > div > span { font-size: 0.34rem; }
        .shgy-right { height: auto; }
        .shgy-texts { position: unset; padding: 0.32rem 0.4rem; font-size: 0.24rem; }
        .shgy-texts > span { font-size: 0.28rem; margin: 0.16rem 0; }
        .fzbg-box { margin-top: 1.3rem; }
        .fzbg-zhe { padding-top: 0.4rem; }
        .fzbg-bj { height: 4.82rem; }
        .fzbg-tit { font-size: 0.4rem; }
        .fzbg-txt { font-size: 0.24rem; padding-top: 0.12rem; }
        .fzbg-download { font-size: 0.24rem; margin-top: 0.7rem; }
        .zcwj-box { width: 100%; }
        .zcwj-swiper { height: 3rem; margin-top: 0.4rem; }
        .zcwj-file-box { width: 1.5rem; height: 2.03rem; padding-top: 0.1rem; }
        .zcwj-file-bj { height: 1.93rem; }
        .zcwj-file-name { width: 94%; bottom: 0.7rem; }
        .zcwj-file-name > p { font-size: 0.2rem; }
        .zcwj-swiper .icon-yanjing_dakai { bottom: 0.12rem; right: 0.12rem; width: 0.35rem; height: 0.35rem; font-size: 0.3rem; }
        .zcwj-swiper .swiper-slide-prev { -webkit-transform: translateX(-0.1rem) scale(0.8) !important; -moz-transform: translateX(-0.1rem) scale(0.8) !important; -ms-transform: translateX(-0.1rem) scale(0.8) !important; -o-transform: translateX(-0.1rem) scale(0.8) !important; transform: translateX(-0.1rem) scale(0.8) !important; }
        .zcwj-swiper .swiper-slide-next { -webkit-transform: translateX(0.1rem) scale(0.8) !important; -moz-transform: translateX(0.1rem) scale(0.8) !important; -ms-transform: translateX(0.1rem) scale(0.8) !important; -o-transform: translateX(0.1rem) scale(0.8) !important; transform: translateX(0.1rem) scale(0.8) !important; }

        /* 可持续发展 end */
        .wap-img, .wap { display: block; }
        .pc-img, .pc { display: none; }

        /* 隐私政策 */
        .yszc-title { font-size: 0.28rem; }
        .yszc-time { font-size: 0.2rem; }
        .guizetxt { padding-top: 0.2rem; font-size: 0.2rem; }
        .xingxing { font-size: 0.24rem; }
        .midtitle { font-size: 0.3rem; }
        .guizetxt strong { font-size: 0.24rem; font-weight: 600; line-height: 0.6rem; }
        .searchbox .f_contain .fzq_jut .search_news_cont { margin: 0 !important; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

        /* 2025.01.08 改 star */
        .jtjj-gai-box .banner-pag, .jtjj-new-box .banner-pag { bottom: 0.2rem; }
        .jtjj-gai-box .banner-pag .swiper-pagination-bullet, .jtjj-new-box .banner-pag .swiper-pagination-bullet { margin: 0 0.16rem; width: 0.16rem; height: 0.16rem; }
        .jtjj-gai-wz { text-align: center; bottom: unset; top: 0.7rem; font-size: 0.24rem; }
        .jtjj-gai-wz > p { font-size: 0.8rem; }
        .jtjj-gai-wz > div { margin-top: -0.2rem; }
        .jtjj-new-wz { width: 100%; font-size: 0.26rem; }
        .jtjj-new-wz > p { font-size: 0.6rem; }
        .jtjj-new-wz > div { margin-top: 0.1rem; }

        /* 2025.01.08 改 end */

        /* 参观预约 */
        .cgyy-box { margin-top: 0.88rem; }
        .cgyy-ul { width: 89.33%; margin-top: 0; }
        .cgyy-right { float: unset; }
        .cgyy-right img { width: 100%; height: 4.45rem; border-radius: 0 0.4rem 0.4rem 0.4rem; }
        .cgyy-left { width: 100%; min-height: unset; padding: 0 0.2rem; }
        .cgyy-left-tit { font-size: 0.34rem; line-height: 0.26rem; margin-top: 0.6rem; }
        .cgyy-left-tags { font-size: 0.24rem; line-height: 0.24rem; }
        .cgyy-left-tags > span { margin-top: 0.2rem; min-width: 1.73rem; }
        .cgyy-left-con { font-size: 0.24rem; line-height: 0.4rem; margin-top: 0.2rem; }
        .cgyy-ul > li:first-child { margin-top: 0.69rem; }
        .cgyy-ul > li { margin-top: 1rem; }

        /* 加入我们 */
        .join-job-box { padding: 1.6rem 0 0.6rem 0; }
        .join-job-ul { margin-top: 0.6rem; }
        .join-job-ul > li { width: 50%; padding: 0.6rem 0.6rem 0.6rem 0; }
        .join-job-ul > li:nth-child(2n) { padding-right: 0; padding-left: 0.6rem; }
        .join-job-title { font-size: 0.34rem; }
        .join-job-desc { font-size: 0.22rem; margin-top: 0.2rem; }
        .join-job-ul > li::after, .join-job-ul > li:nth-child(3):after { height: 2.01rem; display: block; }
        .join-job-ul > li:nth-child(2n):after { display: none; }
        .join-job-ul > li:nth-child(1):before, .join-job-ul > li:nth-child(2):before, .join-job-ul > li:nth-child(3):before, .join-job-ul > li:nth-child(4):before { content: ""; width: 2.48rem; height: 1px; background: #94E1FF; position: absolute; left: 0; bottom: 0; z-index: 2; }
        .join-job-ul > li:nth-child(2):before, .join-job-ul > li:nth-child(4):before { left: 0.6rem; }
        .join-swiper { width: 92%; height: 4.45rem; margin-top: 0.6rem; }
        .join-pages .swiper-pagination-bullet { width: 0.13rem; height: 0.13rem; }
        .join-swiper > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 0.13rem; }
        .join-btn { width: 3.4rem; height: 0.7rem; margin-top: 1rem; font-size: 0.28rem; }

        /* 2025.02.16 品牌矩阵改版 */
        .pinpai-gai-box { height: 10rem; -o-background-size: 100% 100%; background-size: 100% 100%; padding-top: 0; margin-top: 0.88rem; }
        .pinpai-gai-img { width: 100%; height: 100%; }
        .pinpai-gai-title { font-size: 0.4rem; }
        .pinpai-gai-desc { font-size: 0.24rem; margin-top: 0.1rem; }
        .pinpai-gai-jg-num { font-size: 0.8rem; }
        .pinpai-gai-jg-desc { font-size: 0.18rem; }
        .pinpai-gai-jg > li:nth-child(2) { margin: 0 0.3rem; }

        /* 可持续发展改 2025.02.16 */
        .kcxzl-gai-left { width: 0.86rem; font-size: 0.12rem; padding-left: 0; }
        .kcxzl-gai-right { width: 6.08rem; }
        .kcxzl-gai-left::after { width: 0.66rem; left: 0; }
        .kcxzl-gai-triangle { height: 1.48rem; }
        .kcxzl-gai-left1 { height: 1.48rem; }
        .kcxzl-gai-triangle > div { font-size: 0.22rem; padding-top: 12%; }
        .kcxzl-gai-ul > li { margin-top: 0.15rem; }
        .kcxzl-gai-c1 > li { width: 1.4rem; height: 1.49rem; margin-right: 0.06rem; font-size: 0.18rem; }
        .kcxzl-gai-c2 { height: 1.89rem; }
        .kcxzl-gai-left2 { height: 1.8rem; }
        .kcxzl-gai-left3 { height: 1.89rem; }
        .kcxzl-gai-c2 > li { width: 2.86rem; height: 1.49rem; margin-right: 0.06rem; font-size: 0.18rem; }
        .kcxzl-gai-c2-desc { padding: 0 0.4rem; }
        .kcxzl-gai-c3 { height: 1.18rem; }
        .kcxzl-gai-left4 { height: 1.18rem; }
        .kcxzl-gai-c3 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: unset; -webkit-align-items: unset; -moz-box-align: unset; -ms-flex-align: unset; align-items: unset; padding: 0.2rem 0.5rem; }
        .kcxzl-gai-c3 > li { width: 1.45rem; height: 0.35rem; margin-right: 0.06rem; margin-bottom: 0.1rem; font-size: 0.18rem; }
        .kcxzl-gai-nbox { padding-top: 0.7rem; padding-bottom: 1.2rem; }
        .kcxzl-gai-c3 > li:nth-child(3n) { margin-right: 0; }
        .kcxzl-gai-c4 > div { width: 5.8rem; padding: 0.3rem; font-size: 0.16rem; }
        .cover-img { margin-top: 0.88rem; }
    }
    @media (min-width:768px) and (max-width:944px) {
        .ppjz-box { width: 89.33% }
    }
    .marginL20 { margin-left: 0.2rem; }

    /* 搜索结果页面 */
    .searchbox { padding: 0.54rem 0 0.9rem; }
    .searchbox .f_title1 { color: #222222; margin-bottom: 0.44rem; }
    .searchbox .form { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #dddddd; margin-bottom: 0.34rem; }
    .searchbox .form i { display: block; width: 0.3rem; overflow: hidden; }
    .searchbox .form i img { width: 100%; float: left; }
    .searchbox .form input { width: -webkit-calc(100% - 3.1rem); width: -moz-calc(100% - 3.1rem); width: calc(100% - 3.1rem); padding: 0.16rem 0.24rem; font-size: 0.2rem; color: #333333; }
    @media (max-width:1580px) {
        .searchbox .form input { font-size: 18px; }
    }
    @media (max-width:991px) {
        .searchbox .form input { font-size: 16px; }
    }
    @media (max-width:767px) {
        .searchbox .form input { font-size: 0.3rem; }
    }
    .searchbox .form input::-webkit-input-placeholder {    /* WebKit browsers */
    color: #999999; }
    .searchbox .form input::-moz-placeholder {    /* Mozilla Firefox 19+ */
    color: #999999; }
    .searchbox .form input:-ms-input-placeholder {    /* Internet Explorer 10+ */
    color: #999999; }
    @media (max-width:767px) {
        .searchbox .form input { width: -webkit-calc(100% - 2.6rem); width: -moz-calc(100% - 2.6rem); width: calc(100% - 2.6rem); }
    }
    .searchbox .form .f_sub { width: 2.8rem; height: 0.66rem; background-color: #333333; border-radius: 5px; color: #ffffff; }
    @media (max-width:767px) {
        .searchbox .form .f_sub { width: 2.3rem; height: 0.78rem; }
    }
    .searchbox .form .f_sub:hover { text-decoration: underline; }
    .searchbox .f_sou { color: #999999; margin-bottom: 0.66rem; }
    .searchbox .f_sou span { color: #333333; }
    .searchbox .f_menu { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 32px; margin-bottom: 0.66rem; }
    @media (max-width:1580px) {
        .searchbox .f_menu { line-height: 28px; }
    }
    @media (max-width:767px) {
        .searchbox .f_menu { line-height: 0.56rem; }
    }
    .searchbox .f_menu li { margin-right: 10px; margin-bottom: 10px; }
    @media (max-width:767px) {
        .searchbox .f_menu li { border-radius: 0.28rem; }
    }
    .searchbox .f_menu li a { display: block; width: auto; padding: 0 20px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; border-radius: 16px; color: #333333; font-size: 14px; border: solid 1px #666666; }
    @media (max-width:1580px) {
        .searchbox .f_menu li a { font-size: 12px; }
    }
    @media (max-width:767px) {
        .searchbox .f_menu li a { font-size: 0.26rem; }
    }
    @media (max-width:1580px) {
        .searchbox .f_menu li a { padding: 0 18px; border-radius: 15px; }
    }
    @media (max-width:767px) {
        .searchbox .f_menu li a { padding: 0 0.3rem; }
    }
    .searchbox .f_menu li a:hover { background-color: #222222; color: #ffffff; border-color: #222222; }
    .searchbox .f_menu li.on a { background-color: #222222; color: #ffffff; border-color: #222222; }
    .searchbox .f_menu li:last-child { margin-right: 0; }
    .searchbox .f_contain .fzq_jut { margin-bottom: 0.5rem; }
    .searchbox .f_contain .fzq_jut .ser_tit { color: #333333; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0.32rem; }
    .searchbox .f_contain .fzq_jut .ser_tit:before { content: ""; display: block; width: 2px; height: 0.3rem; background-color: #333333; margin-right: 0.15rem; }
    .searchbox .f_contain .fzq_jut .ser_but { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; color: #333333; }
    .searchbox .f_contain .fzq_jut .ser_but i { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 6px; height: 10px; margin-left: 10px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .searchbox .f_contain .fzq_jut .ser_but i img, .searchbox .f_contain .fzq_jut .ser_but i svg { width: 100%; height: 100%; }
    .searchbox .f_contain .fzq_jut .ser_but i img path, .searchbox .f_contain .fzq_jut .ser_but i svg path { fill: #333333; }
    .searchbox .f_contain .fzq_jut .ser_but:hover i { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
    .searchbox .f_contain .fzq_jut .search_news_cont { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -0.12rem 10px; }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_news_cont { margin: 0 0 10px; }
    }
    .searchbox .f_contain .fzq_jut .search_news_cont .item { width: 33.333%; padding: 0 0.12rem; margin-bottom: 0.24rem; }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_news_cont .item { padding: 0; width: 100%; }
    }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list { display: block; background-color: #f8f8f8; border-radius: 0.1rem; position: relative; z-index: 2; overflow: hidden; }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list .img { width: 100%; overflow: hidden; padding-bottom: 53.33333333%; }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list .img img { -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font { padding: 0.3rem 0.3rem 0.44rem; }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time { color: #999999; font-size: 14px; margin-bottom: 8px; }
    @media (max-width:1580px) {
        .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time { font-size: 12px; }
    }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time { font-size: 0.26rem; }
    }
    @media (max-width:1580px) {
        .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time { margin-bottom: 6px; }
    }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .tit { color: #222222; line-height: 1.5; height: 3em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 0.3rem; }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .tit span { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(93%, rgba(0, 0, 0, 0)), color-stop(0%, #222222)); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 93%, #222222 0%); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 93%, #222222 0%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 93%, #222222 0%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%); -o-background-size: 0 100%; background-size: 0 100%; background-repeat: no-repeat; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 0.2rem; border-top: 1px solid #dddddd; }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li { color: #333333; display: block; margin-right: 10px; margin-top: 10px; border: solid 1px #666666; border-radius: 18px; line-height: 34px; padding: 0 0.2rem; }
    @media (max-width:1580px) {
        .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li { margin-right: 8px; margin-top: 8px; border-radius: 16px; line-height: 30px; }
    }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li { padding: 0 0.3rem; line-height: 0.48rem; border-radius: 0.24rem; }
    }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li:last-child { margin-right: 0; }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list:hover .img img { -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); transform: scale(1.04); }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list:hover .font .tit { color: #222222; }
    .searchbox .f_contain .fzq_jut .search_news_cont .item .list:hover .font .tit span { -o-background-size: 100% 100%; background-size: 100% 100%; }
    .searchbox .f_contain .fzq_jut .search_report_cont { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -0.3rem; }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_report_cont { margin: 0 -0.2rem; }
    }
    .searchbox .f_contain .fzq_jut .search_report_cont .item { width: 20%; padding: 0 0.3rem; margin-bottom: 0.3rem; }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_report_cont .item { width: 50%; padding: 0 0.2rem; }
    }
    .searchbox .f_contain .fzq_jut .search_report_cont .item .list { display: block; }
    .searchbox .f_contain .fzq_jut .search_report_cont .item .list .img { width: 100%; position: relative; border-radius: 0.1rem; overflow: hidden; padding-bottom: 141.14285714%; margin-bottom: 2px; }
    @media (max-width:1580px) { }
    .searchbox .f_contain .fzq_jut .search_report_cont .item .list .img img { -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .searchbox .f_contain .fzq_jut .search_report_cont .item .list .f_tit { color: #333333; margin-bottom: 0.12rem; }
    .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; color: #222222; font-size: 14px; }
    @media (max-width:1580px) {
        .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but { font-size: 12px; }
    }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but { font-size: 0.26rem; }
    }
    .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 20px; height: 20px; margin-right: 10px; }
    @media (max-width:1580px) {
        .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i { width: 18px; height: 18px; }
    }
    .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i svg { width: 100%; max-height: 100%; }
    .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i svg path { fill: #222222; }
    .searchbox .f_contain .fzq_jut .search_report_cont .item .list:hover .img img { -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); transform: scale(1.04); }
    .searchbox .f_contain .fzq_jut .search_finance_cont { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -0.3rem; }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_finance_cont { margin: 0; margin: 0 -0.2rem; }
    }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item { width: 20%; padding: 0 0.3rem; margin-bottom: 0.6rem; }
    @media (max-width:991px) {
        .searchbox .f_contain .fzq_jut .search_finance_cont .item { width: 50%; }
    }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_finance_cont .item { padding: 0 0.2rem; width: 50%; }
    }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item .list { display: block; width: 100%; }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item .list .img { width: 100%; overflow: hidden; padding-bottom: 137.03703704%; margin-bottom: 0.16rem; }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item .list .img img { -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item .list .tit { color: #333333; width: 100%; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; margin-bottom: 8px; }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_finance_cont .item .list .tit { font-size: 0.3rem; }
    }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item .list .tit span { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(93%, rgba(0, 0, 0, 0)), color-stop(0%, #333333)); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 93%, #333333 0%); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 93%, #333333 0%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 93%, #333333 0%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #333333 0%); -o-background-size: 0 100%; background-size: 0 100%; background-repeat: no-repeat; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item .list .but { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; color: #333333; }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item .list .but .f_icon { margin-right: 10px; width: 14px; height: 14px; -o-object-fit: contain; object-fit: contain; }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item .list .but .f_icon path { fill: #333333; opacity: 1; }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item .list:hover .img img { -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); }
    .searchbox .f_contain .fzq_jut .search_finance_cont .item .list:hover .tit span { -o-background-size: 100% 100%; background-size: 100% 100%; }
    .searchbox .f_contain .fzq_jut .search_notice_cont { width: 100%; margin-bottom: 0.34rem; }
    .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit, .searchbox .f_contain .fzq_jut .search_notice_cont .item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; }
    .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name, .searchbox .f_contain .fzq_jut .search_notice_cont .item .name { width: 100%; }
    @media (min-width:768px) {
        .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name, .searchbox .f_contain .fzq_jut .search_notice_cont .item .name { width: 63.65%; }
        .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .it2, .searchbox .f_contain .fzq_jut .search_notice_cont .item .it2 { width: 23.65%; padding-right: 0.1rem; }
        .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .it3, .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 { width: 12.7%; }
    }
    .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit { border-bottom: 2px solid #333333; }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit { display: none; }
    }
    .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name { font-size: 16px; color: #222222; font-weight: bold; padding-bottom: 14px; }
    @media (max-width:1580px) {
        .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name { padding-bottom: 10px; }
    }
    .searchbox .f_contain .fzq_jut .search_notice_cont .item { padding: 0.4rem 0 0.26rem; border-bottom: 1px solid #dddddd; }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_notice_cont .item { padding: 0.36rem 0.34rem; }
        .searchbox .f_contain .fzq_jut .search_notice_cont .item:nth-child(2) { border-top: 1px solid #ddd; }
    }
    .searchbox .f_contain .fzq_jut .search_notice_cont .item .name { display: block; color: #222222; line-height: 1.5; }
    .searchbox .f_contain .fzq_jut .search_notice_cont .item .it1 { font-weight: bold; padding-right: 0.82rem; }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_notice_cont .item .it1 { padding-right: 0; margin-bottom: 0.1rem; }
    }
    .searchbox .f_contain .fzq_jut .search_notice_cont .item .it1 span { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(93%, rgba(0, 0, 0, 0)), color-stop(0%, #222222)); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 93%, #222222 0%); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 93%, #222222 0%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 93%, #222222 0%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%); -o-background-size: 0 100%; background-size: 0 100%; background-repeat: no-repeat; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 { color: #666666; font-size: 14px; }
    @media (max-width:1580px) {
        .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 { font-size: 12px; }
    }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 { font-size: 0.26rem; }
    }
    @media (max-width:991px) {
        .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 { margin-bottom: 0.1rem; }
    }
    .searchbox .f_contain .fzq_jut .search_notice_cont .item:hover .it1 span { -o-background-size: 100% 100%; background-size: 100% 100%; }
    .searchbox .f_contain .fzq_jut .search_brand_cont .f_item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 0.36rem; }
    .searchbox .f_contain .fzq_jut .search_brand_cont .f_item:last-child { margin-bottom: 0; }
    .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img { width: 17.14%; overflow: hidden; border: solid 1px #dddddd; }
    @media (max-width:991px) {
        .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img { width: 22%; }
    }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img { width: 36%; }
    }
    .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img:before { padding-top: 50%; }
    .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img img { -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font { width: 82.86%; padding-left: 0.46rem; }
    @media (max-width:991px) {
        .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font { width: 78%; }
    }
    @media (max-width:767px) {
        .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font { width: 64%; padding-left: 0.36rem; }
    }
    .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font .tit { width: 100%; color: #333333; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; margin-bottom: 0.1rem; }
    .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font .text { line-height: 1.5; color: #333333; width: 100%; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 3em; }
    @media (min-width:992px) {
        .searchbox .f_contain .fzq_jut .search_brand_cont .f_item:hover .f_img img { -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -webkit-transform: scale(1.1); }
    }
    .searchbox .f_contain .fzq_jut:last-child { margin-bottom: 0; }

    /* End */