@charset "utf-8";
html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    touch-action: manipulation;
}
blockquote,
body,
code,
dd,
div,
dl,
dt, 
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {margin: 0;padding: 0;}
header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
    display: block;
    margin: 0;
    padding: 0;
}
main {
    background-size: cover;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
table,
th,
td {
    border: 1px solid black;
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: 400;
}
dl,
ol,
ul {
    list-style-type: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    outline: none;
    blr: expression(this.onFocus=this.blur())
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
textarea {
    resize: none;
    outline: none;
    font-family: Arial, Microsoft Yahei;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
button,
input[type=submit],
input[type=text],
input[type=button] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}
input {
    outline: 0;
    border: none;
}
input::-webkit-input-safebox-button {
    display: none;
}

body {
    /* overflow: hidden; */
    background-color: #fff;
    color: #000;
    font-family: "My_font", "Arial", "微软雅黑", "sans-serif", "宋体";
}

body.srcollkood {
    overflow: hidden;
}



body * {
    box-sizing: border-box;
}

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

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

@font-face {
    font-family: 'HarmonyOS_Sans_Bold';
    src: url('../fonts/HarmonyOS_Sans_Bold.ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'HarmonyOS_Sans_Medium';
    src: url('../fonts/HarmonyOS_Sans_Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "iconfont";

    src: url('../font_icon/iconfont.woff2?t=1639555645562') format('woff2'),
        url('../font_icon/iconfont.woff?t=1639555645562') format('woff'),
        url('../font_icon/iconfont.ttf?t=1639555645562') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: calc(100vw / 1920 * 100);
}

@media(min-width: 1921px) {
    html {
        font-size: 100px;
    }
}

@media(max-width: 1000px) {
    html {
        font-size: calc(1000px / 1920 * 100);
    }
}

body {
    font-size: calc(16 * 100vw / 1920);
}

@media(max-width: 1584px) {
    body {
        font-size: 13.2px;
    }
}

.s12 {
    font-size: calc(12 * 1rem / 100);
}

@media(max-width: 1920px) {
    .s12 {
        font-size: 12.0px;
    }
}

.s13 {
    font-size: calc(13 * 1rem / 100);
}

@media(max-width: 1816px) {
    .s13 {
        font-size: 12.3px;
    }
}

.s14 {
    font-size: calc(14 * 1rem / 100);
}

@media(max-width: 1728px) {
    .s14 {
        font-size: 12.6px;
    }
}

.s15 {
    font-size: calc(15 * 1rem / 100);
}

@media(max-width: 1651px) {
    .s15 {
        font-size: 12.9px;
    }
}

.s16 {
    font-size: calc(16 * 1rem / 100);
}

@media(max-width: 1584px) {
    .s16 {
        font-size: 13.2px;
    }
}

.s17 {
    font-size: calc(17 * 1rem / 100);
}

@media(max-width: 1524px) {
    .s17 {
        font-size: 13.5px;
    }
}

.s18 {
    font-size: calc(18 * 1rem / 100);
}

@media(max-width: 1472px) {
    .s18 {
        font-size: 13.8px;
    }
}

.s19 {
    font-size: calc(19 * 1rem / 100);
}

@media(max-width: 1424px) {
    .s19 {
        font-size: 14.1px;
    }
}

.s20 {
    font-size: calc(20 * 1rem / 100);
}

@media(max-width: 1382px) {
    .s20 {
        font-size: 14.4px;
    }
}

.s21 {
    font-size: calc(21 * 1rem / 100);
}

@media(max-width: 1344px) {
    .s21 {
        font-size: 14.7px;
    }
}

.s22 {
    font-size: calc(22 * 1rem / 100);
}

@media(max-width: 1309px) {
    .s22 {
        font-size: 15.0px;
    }
}

.s23 {
    font-size: calc(23 * 1rem / 100);
}

@media(max-width: 1277px) {
    .s23 {
        font-size: 15.3px;
    }
}

.s24 {
    font-size: calc(24 * 1rem / 100);
}

@media(max-width: 1248px) {
    .s24 {
        font-size: 15.6px;
    }
}

.s25 {
    font-size: calc(25 * 1rem / 100);
}

@media(max-width: 1221px) {
    .s25 {
        font-size: 15.9px;
    }
}

.s26 {
    font-size: calc(26 * 1rem / 100);
}

@media(max-width: 1196px) {
    .s26 {
        font-size: 16.2px;
    }
}

.s27 {
    font-size: calc(27 * 1rem / 100);
}

@media(max-width: 1173px) {
    .s27 {
        font-size: 16.5px;
    }
}

.s28 {
    font-size: calc(28 * 1rem / 100);
}

@media(max-width: 1152px) {
    .s28 {
        font-size: 16.8px;
    }
}

.s29 {
    font-size: calc(29 * 1rem / 100);
}

@media(max-width: 1132px) {
    .s29 {
        font-size: 17.1px;
    }
}

.s30 {
    font-size: calc(30 * 1rem / 100);
}

@media(max-width: 1113px) {
    .s30 {
        font-size: 17.4px;
    }
}

.s31 {
    font-size: calc(31 * 1rem / 100);
}

@media(max-width: 1096px) {
    .s31 {
        font-size: 17.7px;
    }
}

.s32 {
    font-size: calc(32 * 1rem / 100);
}

@media(max-width: 1080px) {
    .s32 {
        font-size: 18.0px;
    }
}

.s33 {
    font-size: calc(33 * 1rem / 100);
}

@media(max-width: 1064px) {
    .s33 {
        font-size: 18.3px;
    }
}

.s34 {
    font-size: calc(34 * 1rem / 100);
}

@media(max-width: 1050px) {
    .s34 {
        font-size: 18.6px;
    }
}

.s35 {
    font-size: calc(35 * 1rem / 100);
}

@media(max-width: 1036px) {
    .s35 {
        font-size: 18.9px;
    }
}

.s36 {
    font-size: calc(36 * 1rem / 100);
}

@media(max-width: 1024px) {
    .s36 {
        font-size: 19.2px;
    }
}

.s37 {
    font-size: calc(37 * 1rem / 100);
}

@media(max-width: 1011px) {
    .s37 {
        font-size: 19.5px;
    }
}

.s38 {
    font-size: calc(38 * 1rem / 100);
}

@media(max-width: 1000px) {
    .s38 {
        font-size: 19.8px;
    }
}

.s39 {
    font-size: calc(39 * 1rem / 100);
}

@media(max-width: 989px) {
    .s39 {
        font-size: 20.1px;
    }
}

.s40 {
    font-size: calc(40 * 1rem / 100);
}

@media(max-width: 979px) {
    .s40 {
        font-size: 20.4px;
    }
}

.s41 {
    font-size: calc(41 * 1rem / 100);
}

@media(max-width: 969px) {
    .s41 {
        font-size: 20.7px;
    }
}

.s42 {
    font-size: calc(42 * 1rem / 100);
}

@media(max-width: 960px) {
    .s42 {
        font-size: 21.0px;
    }
}

.s43 {
    font-size: calc(43 * 1rem / 100);
}

@media(max-width: 951px) {
    .s43 {
        font-size: 21.3px;
    }
}

.s44 {
    font-size: calc(44 * 1rem / 100);
}

@media(max-width: 942px) {
    .s44 {
        font-size: 21.6px;
    }
}

.s45 {
    font-size: calc(45 * 1rem / 100);
}

@media(max-width: 934px) {
    .s45 {
        font-size: 21.9px;
    }
}

.s46 {
    font-size: calc(46 * 1rem / 100);
}

@media(max-width: 926px) {
    .s46 {
        font-size: 22.2px;
    }
}

.s47 {
    font-size: calc(47 * 1rem / 100);
}

@media(max-width: 919px) {
    .s47 {
        font-size: 22.5px;
    }
}

.s48 {
    font-size: calc(48 * 1rem / 100);
}

@media(max-width: 911px) {
    .s48 {
        font-size: 22.8px;
    }
}

.s49 {
    font-size: calc(49 * 1rem / 100);
}

@media(max-width: 905px) {
    .s49 {
        font-size: 23.1px;
    }
}

.s50 {
    font-size: calc(50 * 1rem / 100);
}

@media(max-width: 898px) {
    .s50 {
        font-size: 23.4px;
    }
}

.s51 {
    font-size: calc(51 * 1rem / 100);
}

@media(max-width: 892px) {
    .s51 {
        font-size: 23.7px;
    }
}

.s52 {
    font-size: calc(52 * 1rem / 100);
}

@media(max-width: 886px) {
    .s52 {
        font-size: 24.0px;
    }
}

.s53 {
    font-size: calc(53 * 1rem / 100);
}

@media(max-width: 880px) {
    .s53 {
        font-size: 24.3px;
    }
}

.s54 {
    font-size: calc(54 * 1rem / 100);
}

@media(max-width: 874px) {
    .s54 {
        font-size: 24.6px;
    }
}

.s55 {
    font-size: calc(55 * 1rem / 100);
}

@media(max-width: 869px) {
    .s55 {
        font-size: 24.9px;
    }
}

.s56 {
    font-size: calc(56 * 1rem / 100);
}

@media(max-width: 864px) {
    .s56 {
        font-size: 25.2px;
    }
}

.s57 {
    font-size: calc(57 * 1rem / 100);
}

@media(max-width: 858px) {
    .s57 {
        font-size: 25.5px;
    }
}

.s58 {
    font-size: calc(58 * 1rem / 100);
}

@media(max-width: 854px) {
    .s58 {
        font-size: 25.8px;
    }
}

.s59 {
    font-size: calc(59 * 1rem / 100);
}

@media(max-width: 849px) {
    .s59 {
        font-size: 26.1px;
    }
}

.s60 {
    font-size: calc(60 * 1rem / 100);
}

@media(max-width: 844px) {
    .s60 {
        font-size: 26.4px;
    }
}

.s61 {
    font-size: calc(61 * 1rem / 100);
}

@media(max-width: 840px) {
    .s60 {
        font-size: 26.7px;
    }
}

.s62 {
    font-size: calc(62 * 1rem / 100);
}

@media(max-width: 836px) {
    .s60 {
        font-size: 27.0px;
    }
}

.s63 {
    font-size: calc(63 * 1rem / 100);
}

@media(max-width: 832px) {
    .s60 {
        font-size: 27.3px;
    }
}

.s64 {
    font-size: calc(64 * 1rem / 100);
}

@media(max-width: 828px) {
    .s60 {
        font-size: 27.6px;
    }
}

.s65 {
    font-size: calc(65 * 1rem / 100);
}

@media(max-width: 824px) {
    .s60 {
        font-size: 27.9px;
    }
}

.s66 {
    font-size: calc(66 * 1rem / 100);
}

@media(max-width: 820px) {
    .s60 {
        font-size: 28.2px;
    }
}

.s67 {
    font-size: calc(67 * 1rem / 100);
}

@media(max-width: 816px) {
    .s67 {
        font-size: 28.5px;
    }
}

.s68 {
    font-size: calc(68 * 1rem / 100);
}

@media(max-width: 813px) {
    .s68 {
        font-size: 28.8px;
    }
}

.s69 {
    font-size: calc(69 * 1rem / 100);
}

@media(max-width: 809px) {
    .s69 {
        font-size: 29.1px;
    }
}

.s70 {
    font-size: calc(70 * 1rem / 100);
}

@media(max-width: 806px) {
    .s70 {
        font-size: 29.4px;
    }
}

.s70 {
    font-size: calc(70 * 1rem / 100);
}

@media(max-width: 803px) {
    .s70 {
        font-size: 29.7px;
    }
}

.s71 {
    font-size: calc(71 * 1rem / 100);
}

@media(max-width: 800px) {
    .s71 {
        font-size: 30px;
    }
}

.s72 {
    font-size: calc(72 * 1rem / 100);
}

@media(max-width: 796px) {
    .s72 {
        font-size: 30.3px;
    }
}

.s73 {
    font-size: calc(73 * 1rem / 100);
}

@media(max-width: 793px) {
    .s73 {
        font-size: 30.6px;
    }
}

.s74 {
    font-size: calc(74 * 1rem / 100);
}

@media(max-width: 791px) {
    .s74 {
        font-size: 30.9px;
    }
}

.s75 {
    font-size: calc(75 * 1rem / 100);
}

@media(max-width: 788px) {
    .s75 {
        font-size: 31.2px;
    }
}

.s76 {
    font-size: calc(76 * 1rem / 100);
}

@media(max-width: 79px) {
    .s76 {
        font-size: 31.5px;
    }
}

.s77 {
    font-size: calc(77 * 1rem / 100);
}

@media(max-width: 785px) {
    .s77 {
        font-size: 31.8px;
    }
}

.s78 {
    font-size: calc(78 * 1rem / 100);
}

@media(max-width: 782px) {
    .s78 {
        font-size: 32.1px;
    }
}

.s79 {
    font-size: calc(79 * 1rem / 100);
}

@media(max-width: 780px) {
    .s79 {
        font-size: 32.4px;
    }
}

.s80 {
    font-size: calc(80 * 1rem / 100);
}

@media(max-width: 777px) {
    .s80 {
        font-size: 32.7px;
    }
}

header {
    width: 100%;
}

.container {
    margin: 0 auto;
    width: 90%;
    /* margin-right: 10%; */
}

.data-header-pc-1 {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    height: .8rem;
    background-color: transparent;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0); */

    transition: all .5s;
}

.data-header-pc-1 .Box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* max-width: 1500px; */
    margin: 0 auto;
}

.data-header-pc-1 .logo {
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    height: .42rem;
}

.data-header-pc-1 .logoBox {
    position: relative;
}

.data-header-pc-1 .logoBox img {
    display: block;
    transition: all .3s;
    max-width: 200px;
    height: auto;
    opacity: 1;
}

.SmallHeader .data-header-pc-1 .logoBox img {
    max-width: 150px;
}

.data-header-pc-1 .Menu {
    font-size: 0;
    line-height: 0;
    padding-top: 0;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;


}

.data-header-pc-1 .Menu .ul {
    display: inline-block;
    vertical-align: middle;
}

.menu_btn {
    display: inline-block;
    height: 100%;
    width: 20px;
    margin-left: 15px;
    z-index: 2;
}

.menu_btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    margin: 3px 0;
}

.h-nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: .63rem;
}

.h-d {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.h-d.active .h-e {
    color: #000;
}

.h-e {
    display: block;
    line-height: .8rem;
    color: #333;
    padding: 0 .32rem;
    text-align: start;
}

.h-opa {
    left: -100vw;
    opacity: 0;
    transition: opacity .3s;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 122;
}

.h-sub {
    display: none;
    width: 1.5rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -0.75rem;
    top: .8rem;
    z-index: 1000;
    padding: 0.05rem 0;
}

.h-sub>li>a {
    display: block;
    width: 100%;
    line-height: 1.71;
    padding: .1rem 0.03rem;
    text-align: center;
    color: #666;
    transition: background-color .3s;
}

.data-header-pc-1 .Menu li {
    display: inline-block;
    vertical-align: middle;
    /* font-size: .16rem; */
    color: #fff;
    /* margin: 0 .1rem; */
    text-align: center;
    position: relative;
    /* transform: translateY(30%); */
}

.data-header-pc-1 .Menu .h-d li {
    display: block;
    margin: 0;
    text-align: start;
}

.data-header-pc-1 .Menu .title {
    font-family: HarmonyOS_Sans_Medium;
    /* font-weight: bold; */
    /* font-size: 16px; */
    position: relative;
    display: block;
    color: #fff;
    margin: 0 20px;
    line-height: .8rem;


    transition: all .5s;
    /* min-width: 1rem; */
}

.data-header-pc-1 .Menu .Lib::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 100%;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #fff;
}

/* 
.data-header-pc-1 .Menu .on .title {
    color: #c51c2c;
}

.data-header-pc-1 .Menu .on .title::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #c51c2c;
    border-radius: 21px;
} */

.data-header-pc-1 .Menu li:hover .Lib {
    opacity: 1;
    margin-top: 0;
    z-index: 2;
    transform: scale(1) translateX(-50%);
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
}

.data-header-pc-1 .Menu .Lib {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 100%;
    margin-top: -15px;
    padding: 0;
    opacity: 0;
    z-index: -1;
    transform: scale(0) translateX(-50%);
    -webkit-transform: scale(0) translateX(-50%);
    -moz-transform: scale(0) translateX(-50%);
    -ms-transform: scale(0) translateX(-50%);
    -o-transform: scale(0) translateX(-50%);
    transition: opacity .5s, margin .5s;
    -webkit-transition: opacity .5s, margin .5s;
    -ms-transition: opacity .5s, margin .5s;
    -moz-transition: opacity .5s, margin .5s;
    -o-transition: opacity .5s, margin .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.data-header-pc-1 .Menu .Lib a {
    display: block;
    /* font-size: 15px; */
    color: #333;
    line-height: .20rem;
    padding: 15px 15px;
    word-break: keep-all;
    white-space: nowrap;
    transition: all .5s;
    background: #fff;
}

.data-header-pc-1 .Menu .Lib a:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.data-header-pc-1 .Menu .Lib a:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.data-header-pc-1 .Menu .Lib a+a {
    border-top: 1px solid #eee;
}

.data-header-pc-1 .Menu .Lib a:hover {
    background-color: #000;
    color: #fff;
}

.FormBox {
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    display: none;
}

.FormBox .form {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 40px;
}

.FormBox .exit {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../images/exit.png) no-repeat center / 16px auto;
    cursor: pointer;
}

.FormBox .Key {
    display: block;
    line-height: 42px;
    height: 42px;
    width: 100%;
    padding: 0 15px;
}

.FormBox .form .submit {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../images/icon_search_h.png) no-repeat center;
}

.SearchBtn {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: transparent url(../images/icon_search.png) no-repeat center;
    border-radius: 0;
    transition: all .5s;
}

.SearchBtn:hover {
    background-color: #0a56a2;
    border-radius: 50%;
}

.SmallHeader .data-header-pc-1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;

    /* padding: 17px 0; */
}

.pw_c.data-header-pc-1 {
    background-color: transparent;
    background-color: #f6f6f6;
}


.SearchShow .FormBox {
    display: block;
}

.SmallHeader .data-header-pc-1 .menu_btn span {
    background-color: #000;
}

.pw_c.data-header-pc-1 .menu_btn span {
    background-color: #000;
}




.SmallHeader .data-header-pc-1 .Menu .title {
    color: #333;
}

.pw_c.data-header-pc-1 .Menu .title {
    color: #333;
}


/* .data-header-pc-1 .Menu .title:hover {
    color: #c51c2c;
} *

/* 鼠标移入 */

.data-header-pc-1:hover {
    background-color: #fff;
    /* border-bottom: 1px solid #eeeeee; */
}

.data-header-pc-1:hover .Menu .title {
    color: #333;

}


.data-header-pc-1:hover .SearchBtn {
    background-image: url(../images/search_logo_k.png);
}

.data-header-pc-1:hover .lc_wrap .hl_active {
    display: none;
}

.data-header-pc-1:hover .lc_wrap .hl_active {
    display: block;
}

.data-header-pc-1:hover .lc_wrap .hl_earth {
    display: none;
}


.data-header-pc-1:hover .h_left a.s16 {
    color: #000;
}

.data-header-pc-1:hover .l_change img {
    display: none;
}

.data-header-pc-1:hover .l_change img.active {
    display: inline-block;
}



/* 其他界面的导航样式 */

.data-header-pc-1.pl_header .Menu .title {
    color: #333;

}

.SmallHeader .scroll_l.pl_header {
    position: static;
}


.data-header-pc-1.pl_header .SearchBtn {
    background-image: url(../images/search_logo_k.png);
}

.data-header-pc-1.pl_header .lc_wrap .hl_active {
    display: none;
}

.data-header-pc-1.pl_header .lc_wrap .hl_active {
    display: block;
}

.data-header-pc-1.pl_header .lc_wrap .hl_earth {
    display: none;
}


.data-header-pc-1.pl_header .h_left a.s16 {
    color: #000;
}

.data-header-pc-1.pl_header .l_change img {
    display: none;
}

.data-header-pc-1.pl_header .l_change img.active {

    display: inline-block;
}







.data-header-pc-1 .Menu .title::after {
    position: absolute;
    /* display: none; */
    content: "";
    width: 0;
    height: 2px;
    background-color: #0bf9fe;
    border-radius: 21px;
    bottom: 20%;
    left: 0;
    /* transform: translateX(-50%); */
    transition: all .5s;
}

.data-header-pc-1 .Menu .s20:hover .title::after {
    width: 100%;
    transition: all .5s;
}


/* 
.SmallHeader .data-header-pc-1 .Menu .title:hover .SmallHeader .data-header-pc-1 .Menu .title:hover,
.SmallHeader .data-header-pc-1 .Menu .on .title {
    color: #c51c2c;
} */

.p_w .data-header-pc-1 .Menu .title:hover .p_w .data-header-pc-1 .Menu .title:hover,
.p_w .data-header-pc-1 .Menu .on .title {
    color: #c51c2c;
}

.SmallHeader .data-header-pc-1 .SearchBtn {
    /* background-color: #0a56a2; */
    margin-left: auto;
    border-radius: 5px;
    background: url(../images/search_logo_k.png) transparent no-repeat center;
}

.pw_c.data-header-pc-1 .SearchBtn {
    /* background-color: #0a56a2; */
    margin-left: auto;
    border-radius: 5px;
    background: url(../images/search_logo_k.png) transparent no-repeat center;
}

.pw_c.data-header-pc-1 .SearchBtn {
    /* background-color: #0a56a2; */
    margin-left: auto;
    border-radius: 5px;
    background: url(../images/search_logo_k.png) transparent no-repeat center;
}

.p_w .data-header-pc-1 .SearchBtn {
    /* background-color: #0a56a2; */
    margin-left: auto;
    border-radius: 5px;
    background: url(../images/search_logo_k.png) transparent no-repeat center;
}

.SmallHeader .data-header-pc-1 .SearchBtn:hover {
    border-radius: 50%;
}

.pw_c.data-header-pc-1 .SearchBtn:hover {
    border-radius: 50%;
}



.data-header-pc-1 .SearchBtn {
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../images/search_logo.png) no-repeat center;
    border-radius: 0;
    transition: all .5s;
    /* align-self: center; */
    margin-left: auto;
}


/* .data-header-pc-1 .SearchBtn:hover {
    border-radius: 50%;
    background: transparent url(../images/search_logo_u.png) no-repeat center;
} */

.SmallHeader .data-header-pc-1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    /* padding: 17px 0; */
}

.pw_c.data-header-pc-1 {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
    /* background-color: #fff; */
    /* padding: 17px 0; */
    position: relative;
}

.p_w .data-header-pc-1 {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
    background-color: #fff;
    /* padding: 17px 0; */
}

header.show-menu .h-opa {
    left: 0;
    opacity: 1;
}

.h_last {
    display: flex;
    align-items: center;
}



.l_change {
    padding: .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .2rem;
    position: relative;
    cursor: pointer;
}

.l_change img {
    width: 24px;
}



.l_change img.active {
    display: none;
}

.pw_c .l_change img {
    display: none;
}

.SmallHeader .l_change img {
    display: none;
}

.SmallHeader .l_change img.active {
    display: inline-block;
    /* width: 26px; */

}

.pw_c .l_change img.active {
    display: inline-block;

}

.data-header-pc-1.pw_c .Menu li.on .title::after {
    display: block;

}


.sec_wrap_a {
    width: 100vw;
    display: none;
    position: fixed;
    top: .8rem;
    left: 0%;
    z-index: 5;
    /* transform: translateX(-54%); */
}

.sec_item {
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    padding: .4rem 5%;
    justify-content: center;
}

.sec_left {
    display: flex;
    margin-right: .3rem;

}

.li_s {
    margin-right: .5rem;
}


.sel_li {
    margin: 0 0;
    height: 16px;
    position: relative;
    padding: 10px 0;
    box-sizing: content-box;
    text-align: left;
    display: flex;
    align-items: center;
    min-width: 2.3rem;
}

.sel_li a {
    font-family: 'HarmonyOS_Sans_Medium';
    /* font-weight: bold; */
    color: #383838;
    /* font-size: 16px; */
    /* line-height: 16px; */
    line-height: 1;
}


.sel_li a::after {
    content: '';
    display: block;
    /* display: none; */
    width: 0%;
    height: 2px;
    background-color: #0bf9fe;
    margin-top: 3px;
    transition: all .5s;
}

.sel_li:hover a::after {
    width: 100%;
    transition: all .5s;
}


.sec_img {
    width: 4.5rem;
}











@media(max-width: 1000px) {
    .h_left {
        margin-left: auto;
    }

    .data-header-pc-1 .Menu li {
        transform: translateY(0);
    }

    .data-header-pc-1 .Menu {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .l_change {
        transform: translateY(0);
    }

    .h-a {
        height: 44px;
    }

    .h-e {
        line-height: 44px;
    }

    .h-index {
        margin-top: 12px;
    }

    .h-logo {
        height: 20px;
    }

    .h-cont {
        width: 100%;
        padding-left: 10px;
    }

    .h-l {
        position: absolute;
        right: 88px;
        top: 0;
    }

    .h-s {
        position: absolute;
        right: 44px;
        top: 0;
    }

    .h-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        background-image: url(../images/115.png);
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .h-nav {
        width: 280px;
        height: 100vh;
        overflow: auto;
        padding-right: 0;
        margin-right: 0;
        position: fixed;
        right: -280px;
        top: 0;
        background-color: #fff;
        z-index: 654321;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all .3s;
    }

    header.show-menu .h-nav {
        right: 0;
    }

    .h-d {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .h-e {
        padding: 0 40px 0 20px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        margin: 0;
    }

    .h-d:first-child .h-e {
        padding-left: 20px;
        text-align: start;
    }

    .h-sub {
        width: 100%;
        margin-left: 0;
        top: 0;
        position: relative;
        left: 0;
    }

    .h-sub>li>a {
        padding-left: 40px;
        text-align: left;
    }

    .h-d.has-nav:after {
        content: "+";
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #666;
    }

    .h-d.has-nav.show:after {
        content: "-";
    }

    .h-d.has-nav.active:after {
        color: #fff;
    }

    .h-sch {
        margin-right: -130px;
        top: 44px;
    }

    .data-header-pc-1 .Menu .ul {
        display: none !important;
    }

    .container {
        width: 90%;
        margin: 0 auto;
    }

    .f_l {
        margin: 0;
    }
}

.h_left {
    display: flex;
    align-items: center;
    /* margin-left: auto; */
}


.SmallHeader .header_hidde.data-header-pc-1 {
    position: static;
}

@media(min-width:1100px) {
    .container {
        width: 85%;
    }
}

@media(min-width:1000px) {
    .menu_btn {
        display: none;
    }

    .h-nav {
        display: none;
    }
}

@media(max-width:800px) {

    .l_change img {
        display: none;
    }

    .l_change img.active {
        display: inline-block;
    }

    /* 
    main {
        margin-top: 60px;
    } */

    .data-header-pc-1 {
        /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
        background-color: transparent;
        padding: 10px 0;
        height: auto;
    }

    .data-header-pc-1 .SearchBtn {
        margin-left: auto;
        border-radius: 5px;
        background: url(../images/search_logo_k.png) transparent no-repeat center;
    }

    .data-header-pc-1 .menu_btn span {
        background-color: #000;
    }
}

.hs_item {
    width: 100%;
    /* padding-bottom: 48.95%; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    height: 100%;
}

.hs_act {
    position: absolute;
    left: 50%;

    text-align: center;
    top: 50%;

    transform: translateX(-50%) translateY(-50%);
}


.hs_act.left {
    left: 50%;
    transform: translateX(0%) translateY(-50%);
    text-align: left;
    margin-left: -7.97rem;
}

.hs_act.bottom {
    text-align: left;
}

.hs_act.bottom {
    left: 50%;
    top: 70%;
    margin-left: -7.97rem;
    transform: translateX(0%) translateY(0%);
    text-align: left;
}

.hs_act .s45 {
    font-family: HarmonyOS_Sans_Bold;
    color: #ffffff;
    margin-bottom: .2rem;
}

.hs_act .s30 {
    font-family: HarmonyOS_Sans_Medium;
    color: #ffffff;
}

.hs_act a.s18 {
    display: inline-block;
    padding: 10px 32px;
    border: solid 1px #ffffff;
    color: #fff;
    border-radius: 20px;
    margin-top: .7rem;
    transition: all .1s;
}

.hs_act a.s18:hover {
    background-color: #0bf9fe;
    border: solid 1px transparent;
    transition: all 1s;
}

.hs_swiper .banner_pag.swiper-pagination {
    bottom: .5rem;
}

.hs_swiper .banner_pag.swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 .15rem;
}

.hs_swiper .banner_pag.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.hs_swiper .banner_pag.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 5px;
    animation: paginationWidth 6.5s;
    background-color: #0bf9fe;

}

@keyframes paginationWidth {
    move {
        width: 0
    }

    to {
        width: 50px;
    }
}



.h_container {
    width: 90.3125%;
    margin: 0 auto;
}

.hai_left {
    width: 56%;
    position: relative;
}

.hai_act {
    position: absolute;
    top: .8rem;
    left: 9%;
}

.hai_img {
    width: 100%;
    padding-bottom: 66.53%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.hai_right {
    width: 42.5%;
    position: relative;
}

.hai_img_right {
    width: 100%;
    padding-bottom: 87.17%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.ha_hover {
    overflow: hidden;
}

.hah_item {
    transition: all .5s;
}

.ha_hover:hover .hah_item {
    transform: scale(1.1);
    transition: all .5s;
}





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

.ha_wrap {
    padding-top: 1.05rem;
    max-width: 1920px;
    margin: 0 auto;
}


.hai_p .s45 {
    color: #222222;
    font-family: HarmonyOS_Sans_Bold;
    /* font-size: 45px; */
}

.hai_p .s18 {
    font-family: HarmonyOS_Sans_Medium;
    color: #555555;
    margin-top: .2rem;
    font-size: 18px;
}

.hai_p {
    margin-bottom: 70px;
}

.hai_link {
    font-family: HarmonyOS_Sans_Medium;
    color: #555555;
    /* font-size: 13.2px; */
}

.hb_item {
    margin-top: .25rem;
    position: relative;
}

.hbi_img {
    padding-bottom: 37.158%;
    background-size: cover;
    background-position: center center;
}


.hci_wrap {
    width: 49.4%;
    margin-top: .25rem;
    position: relative;
}

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

.hci_wrap .hai_img {
    padding-bottom: 64.78%;
}


.hci_wrap .hai_p p,
.hci_wrap .hai_act a {
    color: #ffffff !important;
}

.cv_video {
    width: 100%;
    position: relative;
    background-color: #e6e3e1;
    /* height: 10.15rem; */

}

.cv_video video.active::-webkit-media-controls {
    display: none !important;
}


.cv_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* max-height: 7.49rem; */
}

.cv_img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-50%) translateX(-50%);
}


.cv_img img {
    width: 1rem;
    margin-right: .2rem;
    cursor: pointer;
}

.cv_act {
    display: none;
}

.cv_act .s18 {
    font-family: HarmonyOS_Sans_Medium;
    color: #ffffff;
    line-height: 1.6;
}


.hd_item {
    margin: 0 auto;
    margin-top: 1.05rem;
    /* width: 90.3125%; */
    width: 100%;
}


.he_container .he_swiper {
    max-width: 1840px;
}


.he_swiper.swiper-container .swiper-slide {
    margin-right: .25rem;
    /* position: relative; */
    width: 49.34%;
}

.he_swiper.swiper-container .swiper-slide:last-child {
    margin-right: 0;
}

.he_swiper.swiper-container .swiper-slide .hai_img {
    padding-bottom: 42.17%;
}

.he_container {
    padding: 1.05rem 4.8%;
    background-color: #e6e3e1;
}


.he_swiper.swiper-container .swiper-slide .hai_p .s45 {
    color: #fff;


}

.he_swiper.swiper-container .swiper-slide .hai_p {
    margin-bottom: .3rem;
}

.he_swiper.swiper-container .swiper-slide .hai_act a {
    color: #fff;
    font-family: HarmonyOS_Sans_Medium;

}

.he_swiper.swiper-container .swiper-slide:nth-child(2n) .hai_act a {
    color: #555555;
    font-family: HarmonyOS_Sans_Medium;
}

.he_swiper.swiper-container .swiper-slide:nth-child(2n) .hai_p .s45 {
    font-family: HarmonyOS_Sans_Bold;
    color: #222222;

}


.ft_title .s20 {
    font-family: HarmonyOS_Sans_Medium;
    color: #ffffff;
    opacity: 0.7;
    font-size: 20px;
}

.ft_title .s20:hover {
    opacity: 1;
}

.ft_title::after {
    content: '';
    display: block;
    width: 11px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.6;
    margin: .4rem 0;
}

.ft_container {
    position: relative;
    padding: .4rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: .62rem;
}

.ft_right {
    width: 3.78rem;
}

.hs_wrap {
    height: 100vh;
}

.hs_swiper.swiper-container {
    height: 100%;
}

.hsi_con {
    height: 100%;
}


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

@media(max-width:750px) {
    .cv_video {
        height: 6.29rem;
    }

    /* .hs_wrap {
        height: calc(100vh - 60px);
    } */

    .he_swiper.swiper-container .swiper-slide {
        width: 100%;
    }

    .hb_item .hbi_img {
        padding-bottom: 60%;
    }

    .ha_hover {
        width: 100%;
        margin-bottom: .35rem;
    }

    .ha_item {
        flex-wrap: wrap;
    }

    .hs_act {
        width: 100%;
    }

    .hs_act.left,
    .hs_act.bottom {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin-left: 0;
        text-align: left;
    }

    /* .hs_item {
        padding-bottom: 80.95%;
    } */
}




.footer_container {
    width: calc(19.2rem * 0.953);
    margin: 0 auto;
    max-width: 100%;

}

.ft_logo {

    margin: 0 auto;
    padding: .55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft_logo img {
    width: 1.79rem;
}

.ft_list {
    display: flex;
}


footer {
    background-color: #202020;
    max-width: 100%;
    /* height: 10rem; */

}

.f_nav_sed {
    display: flex;
}

.fn_item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 250px;
    margin-right: .4rem;

}

.fn_item li {
    margin-right: .4rem;
}


.fn_item a {
    color: rgba(255, 255, 255, .4);
    font-family: HarmonyOS_Sans_Medium;
    /* opacity: 0.4; */
    line-height: 1.8;
    /* word-break: break-all; */
    /* 不换行 */

    /* white-space: wrap; */
    /* 不换行 */
}

.fn_item a.after:hover {
    color: rgba(255, 255, 255, 1);

}

.ft_nav {
    margin-right: 1rem;
}

.ft_nav:nth-child(1) {
    min-width: 300px;
}

@media(max-width:1300px) {
    .ft_nav {
        margin-right: .5rem;
    }
}


.ft_act .s20 {
    font-family: HarmonyOS_Sans_Medium;
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: .15rem;

}

.ft_act .s12 {
    color: #ffffff;
    opacity: 0.4;
    line-height: 1.6;
    font-family: HarmonyOS_Sans_Medium;
}

.fy_email {
    align-items: center;
    display: flex;
    padding: .1rem .2rem;
    background-color: #111111;
    /* display: none; */
}

.fy_email .icon {
    color: #fff;
    opacity: 0.6;
}

.fy_email .s14 {
    color: #fff;
    background-color: transparent;
    margin-left: .3rem;
}

.ft_act {
    margin-bottom: .25rem;
    /* display: none; */
}

.fy_list {
    display: flex;
    margin-top: .45rem;
}

.fy_list a {
    margin-right: .1rem;
    width: 43px;
    height: 43px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fy_list a .icon {
    color: #000;
    font-size: 24px;
}

.fy_list a:hover {
    background-color: rgba(255, 255, 255, .8);
}

.ft_deep {
    margin-top: .35rem;
    display: flex;
    align-items: center;
}

.ft_deep img {
    opacity: .6;
}

.ft_deep .s14 {
    color: #ffffff;
    opacity: 0.4;
    margin-left: .1rem;
}

.foo_top {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    bottom: .4rem;
    cursor: pointer;
}

.foo_top .s14 {
    color: #ffffff;
    opacity: 0.6;
    margin-right: .15rem;

}

.fl_link {
    color: rgba(255, 255, 255, .6);

    line-height: 1.6;
}

.ft_lat {
    padding: .3rem 0;
    text-align: center;
}

@media(max-width:1000px) {

    .ft_list {
        width: 100%;
        margin-bottom: .35rem;
        flex-wrap: wrap;
    }

    .ft_container {
        flex-wrap: wrap;
    }

    .ft_right {
        width: auto;
    }
}

@media(max-width:750px) {

    .ft_nav {
        width: 50%;
        margin: 0;

    }

    .ft_list {
        flex-wrap: wrap;
    }

    .fn_item {
        display: none;
    }
}

/* 

.teaser {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: opacity 1.5s cubic-bezier(.25, .1, .25, 1), transform 1s cubic-bezier(.25, .1, .25, 1);
}

.teaser.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.lter {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
    transition: opacity 1s cubic-bezier(.25, .1, .25, 1), transform 1s cubic-bezier(.25, .1, .25, 1);
}

.lter.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.rter {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
    transition: opacity 1s cubic-bezier(.25, .1, .25, 1), transform 1s cubic-bezier(.25, .1, .25, 1);
}

.rter.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.teaser2 {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.teaser2.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
} */


.return_link {
    display: flex;
    align-items: center;
    margin-top: .5rem;
}

.return_link .s18 {
    color: #222222;
    margin-left: .15rem;
    font-weight: bold;
}


.pw_swiper_wrap {
    background-color: #f6f6f6;
    padding-top: .3rem;
    padding-bottom: 1rem;
}

.pws_item {
    width: calc(19.2rem * 0.69);
    margin: 0 auto;
}


.pws_left {
    width: calc((597 / 1325) * 100%);
    transition: all .3s;
    position: relative;
}

.pws_left.active {
    background-color: #f6f6f6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;

}

.pws_swiper .swiper-slide {
    width: 100% !important;
}

.pws_swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.pws_left.active .pws_swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.pws_swiper.swiper-container {
    width: 100%;
}

.pws_left.active .pws_swiper_wrap {
    width: calc(100vh - 80px);
    height: calc(100vh - 80px);
    margin: 0 auto;
    /* transition: all .2s; */

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
}

.pws_left.active .pws_pag {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.pws_left.active .pws_zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;

}






.pws_left.active .pws_swiper .swiper-slide {

    overflow: hidden;

    width: 100% !important;
    height: 100%;
}





.pws_right {
    width: calc((573 / 1325) * 100%);
}

.pws_container {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.pws_pag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
    padding-bottom: 21px;
}

.swiper-pagination.pws_pag_item,
.swiper-pagination.re_pag,
.swiper-pagination.ba_pag {
    position: static;
    margin: 0 20px;
}

.pws_btn {
    width: 9px;
    height: auto;
    cursor: pointer;
    outline: none;
}

.pws_btn.swiper-button-disabled {
    opacity: .5;
}

.pws_pag .swiper-pagination-bullet {
    width: 2px;
    height: 7px;
    background-color: #999999;
    opacity: 1;
    margin: 0 3px;
}

.pws_pag_item .swiper-pagination-bullet-active.swiper-pagination-bullet,
.re_pag .swiper-pagination-bullet-active.swiper-pagination-bullet,
.ba_pag .swiper-pagination-bullet-active.swiper-pagination-bullet {
    width: 2px;
    height: 12px;
    background-color: #222222;
}

.pwsr_act .s24 {
    color: #555555;
    font-family: HarmonyOS_Sans_Medium;
}

.pwsr_act .s35 {
    color: #333333;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: .15rem;
    margin-top: .1rem;
    font-family: HarmonyOS_Sans_Bold;
}

.pwsr_act .s16 {
    color: #444444;
    line-height: 1.4 !important;
    font-family: HarmonyOS_Sans_Medium;
}

.color_list {

    display: flex;
    align-items: center;
    margin-left: .05rem;
}

.color_item {
    width: 23px;
    height: 23px;
    border: solid 1px #dcdcdc;
    margin: 0 .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.color_item.active {
    border: solid 1px #000000;
}

.pws_color {
    margin-top: .6rem;
    display: flex;
    align-items: center;
}

.pws_color .s18 {
    color: #222222;
    font-family: HarmonyOS_Sans_Medium;
}

.ci_a {
    width: 17px;
    height: 17px;
    border-radius: 50%;
}


.pp_item .iconfont {
    color: #3ac34c
}

.pp_item {
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .1rem .1rem;
    min-width: 1.96rem;
    /* padding-right: .4rem; */
    margin-right: .2rem;
}

.pws_pay {
    margin-top: .7rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #b5b5b5;
}

.pp_item.ppi_btn:hover {
    background-color: #0bf9fe;
}

.pp_item.ppi_btn:hover * {
    color: #fff !important;
}

.pp_item:hover * {
    color: #fff !important;
}

.pp_item:hover {
    background-color: #3ac34c;
}

.pws_pay .s18 {
    font-family: HarmonyOS_Sans_Medium;
    color: #222222;
    margin-bottom: .15rem;
}

.pp_item .s14 {
    font-family: HarmonyOS_Sans_Medium;
    color: #3ac34c;
    margin-left: .15rem;
}

.pp_item.ppi_btn .s14 {
    color: #acacac;
}

.pp_item.ppi_btn .iconfont {
    color: #acacac;
}




.pp_list {
    display: flex;
}


.pws_right .fy_list {
    margin-top: .5rem;
}

.pws_right .fy_list a {
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, .3);
}

.pws_right .fy_list a:hover {
    background-color: rgba(0, 0, 0, .8);
}

.pws_right .fy_list a .icon {
    color: #ffffff;
    font-size: 22px;
}

.pws_zoom {
    position: absolute;
    width: 35px;
    height: 35px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    transition: all .2s;

}

.pws_zoom .icon {
    position: absolute;
    font-size: 16px;
    transition: all .2s;
    /* font-weight: bold; */
}



.ic_up {
    top: 15%;
    left: 15%;
}

.ic_down {
    right: 15%;
    bottom: 15%;
}

.pws_zoom:hover .ic_down {
    right: 0%;
    bottom: 0%;
}

.pws_zoom:hover .ic_up {
    top: 0%;
    left: 0%;
}

.pws_left.active .pws_zoom:hover .ic_down {
    right: 15%;
    bottom: 15%;
}

.pws_left.active .pws_zoom:hover .ic_up {
    top: 15%;
    left: 15%;
}

.pws_left.active .pws_zoom .ic_down {
    right: 0%;
    bottom: 0%;
    transform: rotateZ(180deg);
}

.pws_left.active .pws_zoom .ic_up {
    top: 0%;
    left: 0%;
    transform: rotateZ(180deg);
}

.ps_nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4rem 0;

}


.ps_nav_list .s22 {
    font-family: HarmonyOS_Sans_Medium;
    color: #999999;
    padding: 0 .8rem;
    position: relative;
    word-break: keep-all;
    white-space: nowrap;
}

.pw_nav {

    background-color: #ffffff;
    box-shadow: 0px 7px 8px 0px rgba(69, 69, 69, 0.06);
    width: 100%;
    overflow-x: auto;
}


.ps_nav_list .s22.active {
    color: #222222;
}

.ps_nav_list .s22::after {
    position: absolute;
    content: '';
    display: none;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #000;
    margin: 0 auto;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
}

.ps_nav_list .s22.active::after {
    display: block;
}

.ps_nav_list .s22:hover {
    color: #222222;
}

.ps_nav_list .s22:hover::after {
    display: block;
}

.pws_a {
    padding: 1.05rem 0;
    /* padding-top: 1.3; */
}

.pws_list {
    width: calc(19.2rem * 0.6666);
    margin: 0 auto;
    padding-bottom: 1rem;
    padding-top: 1.3rem;
}

.pws_list.de_3 {
    padding-bottom: 0;
}

.pws_a_video video {
    width: 100%;
}

.pws_a_img {
    margin: .95rem 0;
}

.pws_a_img img {
    width: 100%;
}

.nav_fixed {
    position: fixed;
    top: 0;
    z-index: 5;
}

.pws_act_item {
    display: flex;
}

.pws_act_item:nth-child(2n) {
    flex-direction: row-reverse;
}



.pai_left {
    width: calc((595 / 1280) * 100%);
}

.pai_left img {
    width: 100%;
}

.pai_right .s30 {
    color: #222222;
    font-family: HarmonyOS_Sans_Bold;
    margin-bottom: .2rem;
}

.pai_right .s18 {
    font-family: HarmonyOS_Sans_Medium;
    color: #555555;
    line-height: 1.4;
}
.pai_right .s18 p{
    line-height: 1.5;
}



.pai_right {
    width: calc((688 / 1280) * 100%);
    padding: 0 .7rem;
    padding-top: 1.5rem;
    background-color: #fafafa;
    padding-bottom: .45rem;
}


.pwsq_title {
    background-color: #e5e5e5;
    padding: .3rem 0;


}


.pwsq_title p {
    color: #000000;
    font-family: HarmonyOS_Sans_Bold;
    width: calc(19.2rem * 0.75);
    margin: 0 auto;
}


.pwsq_con {
    width: calc(19.2rem * 0.75);
    margin: 0 auto;
    background-color: #fafafa;

}

.pws_q {
    background-color: #fafafa;
}


.pwsq_up {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: .5rem 0;
    border-bottom: 1px solid #dcdcdc;
}

.pwsq_act {
    width: 3.35rem;
}

.pwsq_act .s30 {
    font-family: HarmonyOS_Sans_Bold;
    color: #222222;
    /* margin-bottom: .2rem; */
    font-size: calc(30 * 1rem / 100);
}

@media(max-width: 1113px) {
    .pwsq_act .s30 {
        font-size: 17.4px;
    }
}

.pwsq_act p {
    /* font-family: HarmonyOS_Sans_Bold; */
    line-height: 1.6 !important;
    color: #555555;
    font-size: calc(18 * 1rem / 100);
}


@media(max-width: 1472px) {
    .pwsq_act p {
        font-size: 13.8px;
    }
}

.pwsq_img {
    width: 3.4rem;
}

.pwsq_act .s18 {
    color: #555555;
    line-height: 1.6;
}

.wq_logo {
    width: 24px;
    height: 24px;
    text-align: center;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    background-color: #000000;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.wq_a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-right: .15rem;
}

.wq_a.active .wq_logo {
    background-color: #fff;
    border: 1px solid #000;
}

.wq_a.active .wq_logo::after {
    content: '';
    display: block;
    width: 12px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.wq_a .s22 {
    font-family: HarmonyOS_Sans_Medium;
    color: #222222;
    flex: 1;
    /* font-weight: bold; */
    line-height: 1.2;
}

.wq_question_list {
    margin-top: .2rem;
    /* padding-bottom: .25rem;
    border-bottom: 1px solid #dcdcdc; */
}

.wq_question {
    margin-bottom: .25rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid #dcdcdc;
}

.wq_question:last-child {
    border-bottom: none;
}

.sq_b {
    margin-top: .25rem;
}

.sqb_item {
    /* margin-bottom: .2rem; */
}

.sqb_item .s16 {
    color: #888888;
    line-height: 1.4;
}

.sqb_item p {
    font-family: HarmonyOS_Sans_Bold;
    color: #222222;
}

.sq_b {
    display: none;
}

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

.sq_download img {
    margin-right: .15rem;
}

.sq_faq.wq_question_list .wq_a {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.sq_faq.wq_question_list .wq_a .wq_logo {
    margin-right: .1rem;

}

.sq_faq_p {
    font-family: HarmonyOS_Sans_Medium;
    line-height: 1.4;
    color: #555555;
    padding-left: 30px;
    padding-right: 20%;
    padding-bottom: .4rem;
}

.sq_faq_p p {

    line-height: 1.4;
    color: #555555;

}

.pwsq_item {
    padding-bottom: .3rem;
}


.re_swiper_wrap {
    width: calc(19.2rem * 0.75);
    margin: 0 auto;
    margin-top: .5rem;
}

.re_swiper .swiper-slide {
    width: 3.4rem;
    margin-right: .25rem;
}

.re_swiper .swiper-slide:last-child {
    margin-right: 0;
}

.re_img img {
    width: 100%;
}

.re_act .s20 {
    color: #000000;
    font-family: HarmonyOS_Sans_Bold;
    margin-bottom: .25rem;
}

.re_act {
    margin-top: .25rem;
}

.re_act .s14 {
    color: #666666;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
}

.red_item {
    margin: 0 auto;
    text-align: center;
}



.youjian_wrap {
    width: 95px;
    height: 95px;
    margin: 0 auto;
}

.red_act {
    margin: .25rem 0;
}

.red_act .s24 {
    color: #222222;
    font-family: HarmonyOS_Sans_Bold;
}

.red_act .s18 {
    color: #666666;
    line-height: 1.6;
    margin-top: .15rem;
    font-family: HarmonyOS_Sans_Medium;
}

.red_link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: solid 1px #222222;
    width: 2.53rem;
    height: .57rem;
    margin: 0 auto;
}

.re_deep {
    margin-top: 1.88rem;
}

.red_link .s18 {
    color: #222222;
    margin-right: .2rem;
}


.red_link img {
    width: 8px;
    transform: translateY(-1px);
}

.pws_i_act {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: .5rem;
    margin-top: 0rem;
}

.pws_i_act .s50 {
    color: #000000;
    margin-bottom: .25rem;
    font-family: HarmonyOS_Sans_Bold;
}

.pws_i_act .s16 {
    color: #666666;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
}

.pws_i_act .s16 p {
    color: #666666;
    line-height: 1.4 !important;
    font-family: HarmonyOS_Sans_Medium;
}


.pws_i_act .s30 {
    color: #222222;
    font-family: HarmonyOS_Sans_Bold;
    font-weight: bold;
    margin-bottom: .2rem;
    border-bottom: 1px solid #222222;
    display: inline-block;
}

.pws_i_act .s18 {
    font-family: HarmonyOS_Sans_Medium;
    color: #555555;
    line-height: 1.4;
}
.pws_i_act .s18 p {
    line-height: 1.5;
    font-family: HarmonyOS_Sans_Medium;
    color: #555555;
}


.pws_m.pws_i_img {
    margin: 1rem 0;
}

.pws_i_img_list {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bo_img {
    width: 4.6rem;
}

.bo_img img {
    width: 100%;
}

.pws_i_img .pws_i_act {
    width: 60%;
    margin-bottom: 1.13rem;
}

.bo_act .s18 {
    color: #555555;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
}

.bo_act .s18 p {
    color: #555555;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
}

.bo_act .s16{
     color: #555555;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
}

.bo_act .s16 p {
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
}


.bo_container {
    display: flex;
    margin-top: 1.2rem !important;
}

.bo_container.s_pws.de_3 {
    margin-top: 1.06rem;
}

.bo_left,
.bo_right {
    width: 50%;
}

.bo_right img {
    width: 100%;
}


.bo_container {
    width: 75%;
    margin: 0 auto;

    margin-top: 1rem;
}

.bo_s_con.bo_container {
    flex-direction: row;
    margin-bottom: 1.11rem;
}

.bo_left {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bo_act {
    padding: 0 .5rem;
}

.bo_act .s18:nth-child(1) {
    font-family: HarmonyOS_Sans_Medium;
    color: #222222;
}

.bo_act .s30 {
    font-family: HarmonyOS_Sans_Bold;
    color: #222222;
    margin: .25rem 0;
}

.ba_b_wrap {
    margin-top: .66rem;
    background-color: #fafafa;
    padding: .58rem 0;
}

.s_pws {
    width: calc(19.2rem * 0.75);
    margin: 0 auto;
}

.ba_swiper_left {
    width: 64.236%;
}

.ba_swiper .swiper-slide {
    width: 49%;
    /* margin-right: .1rem; */
}

.ba_swiper .swiper-slide:last-child {
    margin-right: 0;
}

.ba_swiper .swiper-slide img {
    width: 100%;
}

.bba_con {
    display: flex;
}

.ba_swiper_left .pws_pag {
    margin-top: .32rem;
}

.bab_right {
    flex: 1;
    padding: 0 .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bab_act .s30 {
    font-family: HarmonyOS_Sans_Bold;
    color: #222222;

    margin-bottom: .15rem;
    line-height: 1.4;
}

.bab_act .s18 {
    font-family: HarmonyOS_Sans_Medium;
    color: #555555;
    line-height: 1.4;
}

.bab_act .s18 p {
    font-family: HarmonyOS_Sans_Medium;
    color: #555555;
    line-height: 1.4;
}

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

.wr_img_wrap {
    width: 49.6%;
}

.wr_img_wrap img {
    width: 100%;
}

.pl_banner {
    position: relative;
    overflow: hidden;
}


.pl_banner_img {
    /* height: 100vh; */
    width: 100%;
}


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

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



.pl_banner_act {
    /* width: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}


.pl_banner_act.left {
    /* width: 100%; */
    text-align: left;

    transform: translateX(0%) translateY(-50%);
    margin-left: -7.97rem;

}




.pl_banner_act.bottom {
    text-align: left;
    top: 70%;
    transform: translateX(0%) translateY(0%);
    margin-left: -7.97rem;
}

.pl_banner_act.blog_act {
    top: 41%;
}


.pl_link {
    display: inline-block;
    border-radius: 20px;
    border: solid 1px #fff;
    padding: .1rem .25rem;
    margin-top: .2rem;
    color: #fff;
    transition: all .3s;

}

.pl_link:hover {
    background-color: #0bf9fe;
    border: solid 1px #0bf9fe;
    transition: all .3s;
    color: #fff;
}

.plb_act {
    width: 100%;
    color: #fff;
}

.plb_act .s14 {
    line-height: 1.4;
}



.plb_act .s65 {
    font-family: HarmonyOS_Sans_Bold;
    margin: .15rem 0;
}

.plb_act .s24 {
    font-family: HarmonyOS_Sans_Medium;

    color: #fff;
}

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

.product_list_container {
    width: calc(19.2rem * 0.75);
    margin: 0 auto;
    padding-top: .65rem;
    padding-bottom: .8rem;
}

.product_item {
    width: calc((450 / 1440) * 100%);
    margin-right: .42rem;
    margin-bottom: .68rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_item:nth-child(3n) {
    margin-right: 0;
}

.pi_img {
    background-color: #fafafa;
    width: 100%;
    /* min-height: 4.51rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    flex: 1;
}

.pi_img img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pi_act {
    margin-top: .25rem;
}

.pi_act .s24 {
    display: inline-block;
    color: #222222;
    font-family: HarmonyOS_Sans_Bold;
}

.pi_act .s24::after {
    height: 2px;
    width: 0;
    margin-top: 2px;
    content: '';
    display: block;
    background-color: #0bf9fe;
    transition: all .5s;
}

.pi_act .s18 {
    color: #666666;
    margin-top: .1rem;
    font-family: HarmonyOS_Sans_Medium;
}

.product_item:hover .pi_img {
    transition: all .3s;
    box-shadow: 2px 1px 15px 1px rgba(22, 22, 22, 0.15);
}

.product_item:hover .pi_act .s24::after {
    width: 100%;
    transition: all .5s;
}

.product_list_a {
    width: 100%;
    display: flex;
}

.pla_item {
    width: calc((944 / 1440) * 100%);
    margin-right: .45rem;
}

.pla_item_a {
    width: calc((451 / 1440) * 100%);

}

.pla_item_a .product_item {
    width: 100%;
    margin-bottom: .68rem;
    margin-right: 0;
}


.plai_act {
    background-color: #fafafa;
    padding: .75rem .55rem;
}

.plai_act .s22 {
    font-family: HarmonyOS_Sans_Medium;
    color: #222222;
}

.plai_act .s34 {
    margin-top: .15rem;
    color: #222222;
    font-family: HarmonyOS_Sans_Bold;
    line-height: 1.4;
}


.plai_act a.s18 {
    display: block;
    margin-top: .25rem;
}

.product_list_b {
    display: flex;
    margin-bottom: .5rem;
}

.plb_left {
    width: calc((945 / 1440) * 100%);
    margin-right: .45rem;
    display: flex;
}

.plb_right {
    width: calc((451 / 1440) * 100%);
}

.plb_right .product_item {
    width: 100%;
    margin-bottom: 0;
}


.plbl_img {
    width: calc((387 / 945) * 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
}

.plbl_img img {
    width: 100%;
}

.plbl_act {
    width: calc((558 / 945) * 100%);
    background-color: #fafafa;
    padding: 0 .65rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plbl_p .s22 {
    color: #666666;
    font-family: HarmonyOS_Sans_Medium;
}

.plbl_p .s36 {
    font-family: HarmonyOS_Sans_Bold;
    color: #222222;
    font-weight: bold;
    line-height: 1.4;
    margin-top: .35rem;
    padding-bottom: 1rem;
}

.server_wrap {
    display: flex;
    justify-content: center;
    position: relative;
}

.server_link {
    text-align: center;
    margin: 0 .7rem;
    opacity: .5;
    margin-left: 0;
}

.server_link:hover {
    opacity: 1;
}



.server_link .s16 {
    color: #222222;
    /* margin-top: .1rem; */
}

.nav_swiper .swiper-slide {
    text-align: center; 
    width: auto;
    height: auto;
    /* margin: 0 .4rem; */
    /* opacity: .6; */

}

.nav_swiper .swiper-slide.active {
    opacity: 1;
}

.nav_swiper .swiper-slide:hover {
    opacity: 1;
}

.nav_swiper .swiper-slide .s16 {
    font-family: HarmonyOS_Sans_Medium;
    color: #222222;
}



.nav_slide {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.nav_swiper_nav {
    width: calc((1167 / 1440) * 100%); 
}

.nav_s_btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    opacity: .5;
    width: 30px;
    height: 30px;
    /* background-color: #999999; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* border: 1px solid #000; */
    outline: none; 
}
.nav_s_next.nav_s_btn{right: 0;left:auto;}

.nav_s_btn img {
    width: 9px;
}

.nav_s_btn:hover {
    opacity: 1;
}

.nav_swiper.swiper-container {
    flex: 1;
}

.pbl_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .25rem;
}

.pbl_item {
    width:  19.16%;
    margin-right: 1.04%;
    margin-bottom: .45rem;
    transition: all 1.5s;
}

.pbl_item:hover {
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

.pbl_item:nth-child(5n) {
    margin-right: 0;
}

.pbl_wrap { 
    padding-bottom: .6rem;
}

.pbl_img {
    position: relative;
}

.pbl_img img {
    width: 100%;

}

.pbl_item:hover .pbl_hid_img {
    opacity: 1;
    transition: .3s;
}


.pbl_hid_img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .3s;

}

.pbl_act {
    padding: .15rem;
}

.pbl_act .s18 {
    color: #222222;
    font-family: HarmonyOS_Sans_Bold;
}

.pbl_act .s16 {
    color: #666666;
    margin-top: .05rem;
    font-family: HarmonyOS_Sans_Medium;
}

.plb_page {
    margin-top: .5rem;
}

.plb_page ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem 0;
}

.plb_page ul li a {
    color: #333333;
    position: relative;
    margin: 0 .2rem;
}

.plb_page ul li a.active {
    border-bottom: 1px solid #333333;
}

.plb_page ul li a:hover {
    border-bottom: 1px solid #333333;
}


.pbl_container {
    display: none;
}

.pbl_container:nth-child(1) {
    display: block;
}


.news_list_wrap {
    padding-top: .6rem;
    background-color: #f6f6f6;
    padding-bottom: .7rem;
    padding-top: 1.7rem;

}

.news_list_wrap.news_lw_c {
    padding-bottom: 2.39rem;
}


.news_list {
    width: calc(19.2rem * 0.75);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.news_item {
    width: 48.26%;
    margin-bottom: .5rem;
    background-color: #fff;
    transition: all .3s;
}

.news_item:hover {
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

.news_item_img {
    overflow: hidden;
}

.news_item_img img {
    width: 100%;
    transition: all .3s;
}

.news_item:hover .news_item_img img {
    transform: scale(1.1);
    transition: all .3s;
}

.news_date {
    text-align: center;
    color: #fff;
    background-color: #202020;
    padding: .1rem;
}

.news_date .s16 {
    word-break: keep-all;
    white-space: nowrap;
    margin-top: .05rem;
}

.news_date_title {
    display: flex;
    align-items: center;
}

.news_date_title .s33 {
    font-family: HarmonyOS_Sans_Bold;
    color: #222222;
    margin-left: .2rem;
}

.news_item_p p {
    font-family: HarmonyOS_Sans_Medium;
    color: #555555;
    line-height: 1.4;
}

.news_item_p {
    margin-top: .15rem;
}



.news_item_act {
    padding: .2rem;
}


.news_detail_wrap {
    width: calc(19.2rem * 0.75);
    margin: 0 auto;
    background-color: #ffffff;
    padding: .3rem .6rem;
    padding-bottom: .7rem;
    /* margin-top: .7rem; */

}

.news_detail_title {
    font-family: HarmonyOS_Sans_Bold;
    color: #222222;
}

.new_detail_date {
    display: flex;
    align-items: center;
    margin-top: .32rem;
}

.new_detail_date .s24 {
    color: #777777;
    margin-left: .2rem;
}

.news_detail_header {
    padding: .3rem 0;
    border-bottom: 1px solid #eee;
}

.news_detail_item {
    padding-top: .35rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid #eee;
}

.news_detail_item p {
    font-family: HarmonyOS_Sans_Medium;

    color: #222222;
    line-height: 1.6;
}

.news_detail_item p video {
    max-width: 100%;
    height: auto;
}

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

.news_d_logo .fy_list a .icon {
    color: #fff;
}

.news_d_logo .fy_list a {
    background-color: rgba(0, 0, 0, .3);
}

.news_d_logo .fy_list a:hover {
    background-color: #000;
}

.news_turn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}

.news_turn_left,
.news_turn_right {
    width: 45%;
    display: flex;
    align-items: center;
}

.news_turn_left:hover .news_t_act p {
    color: #0bf9fe;
}


.news_turn_right:hover .news_t_act p.s18 {
    border-color: #0bf9fe;
}

.news_turn_left:hover .news_t_act p.s18 {
    border-color: #0bf9fe
}


.news_turn_right:hover .news_t_act p {
    color: #0bf9fe;
}

.news_turn_right {
    text-align: right;
    justify-content: flex-end;
}

.news_turn_left .news_t_act .s18,
.news_turn_right .news_t_act .s18 {
    font-family: HarmonyOS_Sans_Medium;
    color: #222222;
    display: inline-block;
    border-bottom: 1px solid #222222;
}

.news_turn .news_t_act .s20 {
    font-family: HarmonyOS_Sans_Medium;
    color: #222222;
    margin-top: .1rem;
}

.news_turn .news_t_act {
    width: 80%;
    margin: 0 .15rem;
}

.news_b_list {
    display: flex;
    width: calc(19.2rem * 0.95);
    margin: 0 auto;
    justify-content: space-between;
    padding: 1.41rem 0;
    flex-wrap: wrap;
    max-width: 100%;

}

.news_b_item {
    width: 48.5%;
    margin-bottom: .5rem;

}

/* 
.news_b_item:hover .news_b_p {
    background-color: #000;
    transition: all .3s;


} */

.news_b_img {
    width: 100%;
    padding-bottom: 64.75%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_b_act {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;

    /* background-color: rgba(0, 0, 0, .21); */
    padding: .15rem;
    /* min-width: 3.72rem; */
    width: 100%;
    min-height: 2.4rem;


}

.news_b_p {
    padding: .25rem;
    padding-bottom: .2rem;
    /* background-color: rgba(0, 0, 0, .5); */
    transition: all .3s;
    /* min-height: 1.94rem; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* max-width: 3.42rem; */
    /* min-height: 2.09rem; */

}

/* .pw_c.data-header-pc-1 {
    position: static;
} */

.news_b_act p {
    color: #ffffff;
    font-family: HarmonyOS_Sans_Bold;
    line-height: 1.1;
}

.pw_main.pwc_main {
    margin: 0;
}

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

.news_more_act {
    display: inline-block;
    /* position: absolute; */
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: .1rem .3rem;
    border-radius: 30px;
    border: 1px solid #fff;
    transition: all .3s;
}

.news_more_act:hover {

    transition: all .3s;
    background-color: #0bf9fe;
    border: 1px solid transparent;
}

@media(max-width:1100px) {
    .pp_item {
        min-width: 163px;
        padding: .2rem .45rem;

    }

    .news_list,
    .news_detail_wrap {
        width: 90%;
    }

    .pws_list,
    .pwsq_title p,
    .pwsq_con,
    .re_swiper_wrap,
    .s_pws,
    .product_list_container {
        width: 90%;
    }

    .pws_item {
        width: 90%;
    }

    .pws_left.active .pws_swiper_wrap {
        width: calc(100vw - 32px);
        height: calc(100vw - 32px);
    }

    .product_list_a {
        margin-bottom: .5rem;
    }
}

@media(max-width:800px) {

    .red_link img {
        width: 6px;
    }

    .whi_send button img {
        width: 6px;
    }

    .pl_list_banner_title.pl_banner_act {
        left: 0;
        top: 22%;
        transform: translateX(0%) translateY(-50%);
    }


    .news_b_item {
        width: 100%;
        margin-bottom: .25rem;
    }

    .news_item {
        width: 100%;
    }

    .pbl_item {
        width: calc(50% - .1rem);
        margin-right: .2rem !important;
    }

    .pbl_item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .plbl_p .s36 {
        margin-top: 0.15rem;
        padding-bottom: .5rem;
    }

    .product_item,
    .pla_item_a .product_item {
        width: 48%;
        margin-right: 0;
    }

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

    /* .pl_banner {
        padding-bottom: 70%;
    } */

    .pws_i_img .pws_i_act {
        width: 80%;
    }

    .plb_left {
        margin-bottom: .5rem;
    }

    .bba_con,
    .product_list_a {
        flex-wrap: wrap;
    }

    .re_swiper .swiper-slide {
        width: 48%;
    }

    .pla_item,
    .plb_left {
        width: 100%;
        margin-right: 0;
    }


    .pla_item {
        margin-bottom: .2rem;
    }

    .pla_item_a {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }


    .nav_fixed {
        /* top: 60px; */
    }

    .pw_c.data-header-pc-1 {
        position: static;
    }

    .ps_nav_list {
        justify-content: flex-start;

    }

    .pws_container,
    .pws_act_item,
    .pws_i_img_list,
    .bo_container,
    .product_list_b,
    .news_b_list {
        flex-wrap: wrap;
    }

    .pws_left {
        margin-bottom: .35rem;
    }

    .pws_left,
    .pws_right,
    .pai_left,
    .pai_right,
    .bo_img,
    .bo_left,
    .bo_right,
    .ba_swiper_left,
    .bab_right {
        width: 100%;
    }

    .bo_left {
        padding: .35rem 0rem;
    }

    .bo_img {
        margin-bottom: .25rem;
    }

    /* 
    .pw_main,
    .pw_main.pwc_main {
        margin-top: 60px;
    } */

    .pi_img img {
        max-width: 80%;
    }

    /* .pl_banner {
        padding-bottom: 100vh;
    } */

    .pl_banner_act.left {
        top: auto;
        bottom: 50%;
        padding: .35rem;
        text-align: center;
    }

    .plb_act p.s14 {
        line-height: 1.6;
    }
}


.wh_mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.wh_pop {
    z-index: 10;
    width: 14.40rem;
    position: fixed;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    background-color: #fff;

    display: none;


}

.wh_container {
    display: flex;
    position: relative;
}

.wh_left {
    width: 40%;

}

.pop_exit {
    position: absolute;
    width: 15px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.pop_exit img {
    width: 15px;
}

.wh_right {
    padding: .25rem 0;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wh_act .s24 {
    color: #222222;
    font-weight: bold;
    line-height: 1.4;
}


.wh_act .s16 {
    color: #666666;
    line-height: 1.4;
    margin: .3rem 0;
}
.wh_act a{
    text-decoration: underline;
}
.wh_input_wrap {
    display: flex;

}

.whi_i_item p span {
    color: #d50505;
}

.whi_i_item p {
    color: #666666;
    width: 1rem;
    text-align: right;
}

.whi_i_item {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
}


.wh_left_wrap {
    width: 6.53rem;
    margin: 0 auto;
}

.wh_input_wrap input {
    margin-left: .15rem;
    width: 2.18rem;
    height: 38px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    padding-left: .15rem;
    flex: 1;
    overflow: hidden;
}

.whi_imp.whi_i_item {
    width: 100%;
}

.whi_imp input {
    padding-left: .15rem;
    margin-left: .15rem;
    width: 5.32rem;
    height: 38px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    flex: 1;
}

.whi_imp {
    margin-top: .15rem;
}


.hsi_upload .layui-btn {
    width: 75px;
    height: 67px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
}

.hsi_upload {
    margin-left: .15rem;
    display: flex;
    align-items: center;
    flex: 1;
}

.hsi_upload .s16 {
    color: #999999;
    flex: 1;
    text-align: left;
    padding-left: .15rem;
}

.whi_send {
    margin-top: .45rem;
}


.whi_send button {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #222222;
    padding: .15rem .4rem;
    margin-left: auto;
    cursor: pointer;
}

.whi_send button .s18 {
    color: #222222;
    font-weight: bold;
    margin-right: .15rem;

}

.wh_left img {
    width: 100%;
}


.popup_wrap {
    position: fixed;
    width: 9.73rem;
    background-color: #ffffff;
    transform: translateX(-50%) translateY(-50%);
    top: 40%;
    left: 50%;
    z-index: 10;
    display: none;
}

.select_lang_popup {
    position: fixed;
    background-color: #ffffff;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 12.67rem;
    max-height: 80%;
    /* overflow: auto !important; */
    display: none;
}

.select_lang_popup {
    padding: .65rem 0rem;
}

.popup_item {
    position: relative;
    padding: .5rem;
}

.pop_logo {
    max-width: 150px;
}


.select_lang_item {
    overflow-y: auto !important;
    max-height: 75vh;

}

.select_lang_item {

    padding: 0 1rem;

}


.pooup_btn {
    background-color: #ffffff;
    border-radius: 25px;
    border: solid 1px #222222;
    padding: .15rem .3rem;
    color: #222222;
    margin: 0 .15rem;
    font-weight: bold;
    transition: all .3s;
    cursor: pointer;
}

.popup_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
}


.popup_act {
    margin-top: .5rem;
    margin-bottom: .45rem;
}

.popup_act .s24 {
    color: #222222;
    font-weight: bold;
}

.popup_act .s18 {
    color: #666666;
    line-height: 1.4;
    margin-top: .15rem;
}

.popup_act .s18 a {
    border-bottom: 1px solid #666666;
}


.pooup_btn:hover {
    color: #ffffff;
    background-color: #222222;
    transition: all .3s;
}

.select_l_item {
    position: relative;
}

.select_l_item .s25 {
    color: #222222;
    font-weight: bold;
    padding-bottom: .1rem;
    border-bottom: 1px solid #dcdcdc;
}

.sli_l_item {
    display: flex;
    align-items: center;
    width: 20%;
    margin-bottom: .25rem;
}

.sli_l_item .s16 {
    color: #222222;
    margin-left: .1rem;
}

.sli_l_item img {
    width: .25rem;
}

.sli_l_item .s18 {
    color: #222222;
    margin-left: .1rem;
}

.sli_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: .25rem;
    padding-bottom: .2rem;
}

.about_a {
    display: flex;
    max-width: 19.2rem;
    margin: 0 auto;
    width: 100%;
}

.aa_left,
.aa_right {
    width: 50%;
}

.aa_right {
    padding-left: 1rem;
    padding-right: 2.4rem;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aar_p {
    margin-top: .3rem;
    max-height: 4rem;
    overflow-y: auto;

}

.aar_p::-webkit-scrollbar {
    width: 3 !important;
}

/* 设置滚动条的样式 */
.aar_p::-webkit-scrollbar {
    width: 3px;
    border-radius: 8px;
}

/* 滚动槽 */
.aar_p::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); */
    background-color: rgba(0, 0, 0, .2);
}

/* 滚动条滑块 */
.aar_p::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #333;
    /* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); */
}



.aar_p p {
    color: #666666;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
}

.aar_logo_list {
    display: flex;
    align-items: center;
    margin-top: .5rem;
}

.aar_logo {
    width: 33.3333%;
}

.aar_logo .s30 {
    color: #222222;
    font-weight: bold;
    margin-top: .15rem;
}

.aar_logo .s16 {
    color: #222222;
    width: 90%;
}


.about_wrap {
    width: 14.4rem;
    margin: 0 auto;
}

.ab_item {
    width: calc((426 / 1440) * 100%);
    margin-right: .8rem;
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: .3rem;
    position: relative;
    padding-bottom: .35rem;
    margin-bottom: 1rem;

}

.ab_item:nth-child(3n) {
    margin-right: 0;
}

.ab_logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: .82rem;
    height: .82rem;
    border-radius: 50%;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.ab_logo img {
    max-width: 60%;

}




.ab_act {
    margin-top: .2rem;
}

.ab_act p {
    color: #666666;
    text-align: center;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
}


.about_b {
    padding-top: 2rem;
}

.about_b_wrap {
    margin-top: .7rem;
    display: flex;
    flex-wrap: wrap;

}


.about_title p {
    font-family: HarmonyOS_Sans_Bold;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.ab_img {
    overflow: hidden;
    border-radius: 10px;
}

.ab_item:hover .ab_img img {
    transform: scale(1.2);
    transition: all .5s;
}

.ab_img img {
    width: 100%;
    transition: all .5s;
}

.ac_p {
    margin-top: .25rem;
}

.ac_p .s30 {
    color: #000000;
    font-family: HarmonyOS_Sans_Bold;

}

.ac_p .s16 {
    color: #666666;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
    margin-top: .25rem;
}

.as_p {
    margin-bottom: .5rem;

}

.as_p p {
    color: #ffffff;
    text-align: center;
    transition: all .3s;
}


.ac_b {
    position: relative;
    padding: 5rem 0 0.3rem 0;
}
@media(max-width: 900px){
    .ac_b{padding-top: 190px;padding-bottom: 30px;overflow: hidden;}
}

.acb_wrap {
    position: relative;
    z-index: 2;
    /* width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%); */
}


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

.acb_i_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width: 900px){
    .acb_i_wrap img{position: absolute;right: 0;top: 0;max-width: none;width: auto;min-width: 100%;}
}
@media(max-width: 700px){
    .acb_i_wrap img{right: -120px;}
}
@media(max-width: 700px){
    .acb_i_wrap img{right: -140px;}
}
@media(max-width: 360px){
    .acb_i_wrap img{right: -180px;}
}
.acb_i_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as_point_item::before {
    display: none;
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url(../images/acb_point.png);
    background-size: cover;
}



.as_point_item {
    margin: 0 auto;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);

}

.asl_item {
    width: 2.07rem;
    height: 2px;
    background-color: transparent;
    opacity: .8;

}

.as_line {
    position: relative;
    display: flex;
    align-items: center;
}

.acb_swiper.swiper-container {
    padding: 20px 0;
    margin: 0 .25rem;

}

.acb_swiper .swiper-slide {
    width: auto;
}

.acb_swiper .swiper-slide:hover .acb_slide .as_p p {
    transform: scale(2);
    transition: all .3s;
}

.asb_line {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 5;
    height: 2px;


    width: 100%;
}

.acb_item {
    display: flex;
    width: 12rem;
    margin: 0 auto;
    justify-content: space-between;
}

.acbi_right {
    width: 5.6rem;
}

.acb_list {
    margin-top: .45rem;
}

.acb_item .s36 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: .25rem;
}

.acb_item .s18 {
    color: #ffffff;
    line-height: 1.4;
    min-height: 2.8em;
}
.acb_item .acbi_right .s18{
    min-height: 4.2em;
}

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

.acb_btn {
    width: .49rem;
    height: .49rem;
    background-color: #3b6e9f;
    border: solid 1px #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}

.acb_l_wrap {
    display: none;
}

.acb_l_wrap:first-child {
    display: block;
}

.acb_swiper .swiper-slide.s_active .as_p p {
    transform: scale(2);

}

.acb_swiper .swiper-slide.s_active .as_point_item::before {
    display: block;
}

.ac_a {
    margin-bottom: .6rem;
}

.ad_num {
    text-align: center;
}

.ad_num_list {
    margin-top: .5rem;
    display: flex;
    justify-content: space-around;
}

.ad_num .s48 {
    color: #222222;
    font-weight: bold;
}

.ad_num .s18 {

    color: #222222;
    line-height: 1.4;
}

.about_d {
    padding-top: 1.5rem;
}

.ad_act {
    margin-top: .5rem;
}

.ad_act p {
    text-align: center;
    color: #666666;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
}

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

.ad_wrap {
    padding-top: 1.2rem;
    margin-top: .5rem;
}

.ad_img_list {
    width: 12.84rem;
    margin: 0 auto;
    display: none;

}

.ad_img_list:first-child {
    display: block;
}


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

.ail_img {
    width: 50%;
    margin-bottom: .2rem;
    /* margin-right: .2rem; */
}

.ail_img img {
    width: 100%;
}

.ail_img:nth-child(4n) {
    margin-right: 0;
}

.ad_logo_list {
    width: 12.84rem;
    background-color: #fff;
    margin: 0 auto;
    margin-top: .5rem;
    display: flex;
}

.adl_wrap {
    height: .41rem;
    margin-bottom: .15rem;
}

.adl_wrap img {
    height: 100%;
    width: auto;
}


.ad_logo_item {
    text-align: center;
    width: 16.6666%;
    padding: .3rem 0;
    cursor: pointer;
    opacity: .5;
}

.ad_logo_item.active {
    opacity: 1;
}

.ad_logo_item .s14 {
    color: #222222;
    line-height: 1.4;
}

.about_e {
    padding-top: 1.2rem;
}

.ae_item {
    display: flex;
    background-color: #fff;
}

.ae_left,
.ae_act {
    width: 50%;
}

.ae_act {
    padding: .5rem;
}

.ae_con {
    padding-top: 3.4rem;
    background-size: cover;
    background-position: center top;
    margin-top: .35rem;
}

.ae_atit {
    color: #222222;
    font-weight: bold;
}

.ae_atit p {
    font-family: HarmonyOS_Sans_Bold;
}

.ae_p_list p {
    color: #666666;
    line-height: 1.5;
}

.ae_line {
    margin: .25rem 0 .3rem 0;
}

.about_f {
    padding-bottom: 1rem;
}

@media(max-width:1100px) {
    .acb_btn {
        transform: translateY(-30%);
    }

    .acb_swiper.swiper-container {
        margin: 0 0;
    }

    .select_lang_popup,
    .about_wrap,
    .acb_item {
        width: 90%;
    }

    .sli_l_item {
        width: 25%;
    }

    .wh_pop {
        width: 90%;
    }

    .wh_left_wrap {
        width: 90%;
    }

    .whi_i_item p {
        width: 20%;
    }

    .whi_imp input {

        width: 70%;
    }

    .whi_i_item {
        width: 50%;
    }

    .wh_input_wrap input {
        width: 70%;
    }
}

@media(max-width:800px) {

    .ae_left,
    .ae_act {
        width: 100%;
    }

    .ae_item {
        flex-wrap: wrap;
    }

    .ad_logo_list {
        width: 90%;
    }

    .ad_img_list {
        width: 90%;

    }

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

    .ad_logo_list {
        flex-wrap: wrap;
    }

    .ad_logo_item {
        width: 33.33333%;
    }

    .ail_img {
        width: 100%;
        margin-right: 0;
    }

    .ad_num_list {
        flex-wrap: wrap;
    }

    .acbi_left {
        width: 100%;
        margin-bottom: .3rem;
    }

    .ad_num {
        width: 100%;
        margin-bottom: .35rem;
    }

    .acbi_right {
        width: 100%;
    }

    .ab_item {
        width: 100%;
        margin-right: 0;
    }

    .about_a,
    .acb_item {
        flex-wrap: wrap;
    }

    .aa_left,
    .aa_right {
        width: 100%;
    }

    .aa_right {
        padding: .3rem .2rem;
    }

    .popup_item {
        padding: .5rem;
    }

    .popup_wrap {
        width: 90%;
    }

    .wh_container {
        flex-wrap: wrap;
    }

    .wh_left,
    .wh_right {
        width: 100%;
    }

    .wh_pop {
        height: 80%;
        overflow-y: auto !important;
    }

    .whi_i_item p {
        width: 24% !important;
    }

    .wh_input_wrap {
        flex-wrap: wrap;
    }

    .whi_i_item {
        width: 100%;
        flex: none;
    }

    .whi_i_item:nth-child(2) {
        margin-left: 0 !important;
        margin-top: .1rem;

    }

    .sli_l_item {
        width: 50%;
    }
}


.cooperation_project {
    margin-top: 1rem;
}

.cp_act {
    text-align: center;
}

.cp_act p.s50 {
    font-family: HarmonyOS_Sans_Bold;
    color: #000000;
}

.cp_act .s16 {
    font-family: HarmonyOS_Sans_Medium;
    letter-spacing: 0px;
    color: #666666;
    line-height: 1.4;
    margin-top: .4rem;

}

.cp_item {
    display: flex;
}

.cp_item:nth-child(2n) {
    flex-direction: row-reverse;

}

.cp_item:nth-child(2n) .cp_right {
    padding: 0.2rem 1rem 0.2rem 2.4rem;
}

.cp_left,
.cp_right {
    width: 50%;
}

.cp_right {
    background-color: #f9f9f9;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .2rem 2.4rem 0.2rem 1rem;


}

.cp_right .s30 {
    color: #000000;
    font-family: HarmonyOS_Sans_Bold;

}




.cp_right .s16 {
    color: #666666;
    font-family: HarmonyOS_Sans_Medium;
    line-height: 1.4;
    margin-top: .3rem;
}

.cp_list {
    margin-top: 1rem;
    width: 100%;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
}


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

.cp_server {
    margin-top: 1rem;
}

.cp_a {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}

.cp_a_item {
    width: 40%;
    margin: 0 .2rem;
}

.cp_a_p {
    margin-top: .25rem;
}

.cp_a_p p {
    font-family: HarmonyOS_Sans_Medium;
    color: #666666;
    line-height: 1.4;
}

.cp_b {
    margin-top: .7rem;
    padding: .7rem 0;
    background-color: #f9f9f9;
}

.cpb_act {
    margin-top: .5rem;
}

.apb_wrap img {
    width: 100%;

}

.cpb_act p {
    color: #666666;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_Medium;
}

.cp_c {
    margin-top: 1rem;
}

.cp_c .cp_act p.s16 {
    margin-top: .2rem;
}

.cp_c_img {
    margin-top: .4rem;
}

.cp_c_img img {
    width: 100%;
}

.hp_map {
    margin-top: .4rem;
}

.hp_map {
    width: 100%;

}


.hp_map img {
    width: 100%;
}


.cp_act .s40 {
    font-family: HarmonyOS_Sans_Bold;
    color: #222222;
    font-weight: bold;
    line-height: 1.2;
}

.hp_wap {
    background-color: #fff;

}

.hp_a {
    background-color: #f9f9f9;
    padding-top: .7rem;
    /* margin-top: .5rem; */
    padding-bottom: .7rem;
}

.hp_a .cp_act .s16 {
    width: 70%;
    margin: 0 auto;
    margin-top: .35rem;
}


.hpa_a {
    display: flex;
    flex-wrap: wrap;
    margin-top: .6rem;
    margin-bottom: .2rem;


}

.hp_logo {
    width: calc((433 / 1440) * 100%);
    margin-right: .7rem;
    margin-bottom: .5rem;
}

.hp_logo:nth-child(3n) {
    margin-right: 0;
}


.hp_b {
    margin-top: .6rem;
}

.hpb_item {
    position: absolute;
    width: 32%;
    padding-bottom: .35rem;
}

.hpb_list {
    position: relative;
    margin-top: .35rem;
}


.hpb_item .s24 {
    color: #000000;
    margin-top: .1rem;
}

.hpb_img img {
    width: 100%;
}


.dp_list {
    display: flex;
    margin-top: .35rem;
    flex-wrap: wrap;
}

.dp_item {
    width: calc((465 / 1440) * 100%);

    background-color: #f9f9f9;
    margin-right: .2rem;
    margin-bottom: .2rem;
    padding: .2rem;
}

.dpi_up {
    margin-top: .3rem;
}


.dpi_up p::before {
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    background-color: #222222;
    margin-bottom: .3rem;
}

.dpi_up p {
    font-family: HarmonyOS_Sans_Medium;
    color: #666666;
    line-height: 1.4;
}

.dp_item:nth-child(3n) {
    margin-right: 0;
}

.dp_wrap {

    margin-top: .7rem;
}

.dpi_down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .25rem;
}

.dpl_img {
    width: 1.46rem;
}

.dp_l .s16 {
    font-family: HarmonyOS_Sans_Medium;
}


.dp_b {
    margin-top: .7rem;
    padding-bottom: .7rem;
}

.dp_item.dpb_item {
    padding: 0;

}

.dp_item.dpb_item:hover .d_p_c {

    background-color: rgba(0, 0, 0, .61);
    transition: all .3s;
}

.dp_i_bg {
    padding-bottom: 77.84%;
    background-size: cover;
    position: relative;
    background-position: center center;
}

.dp_p_wrap {
    position: absolute;
    bottom: .3rem;
    right: .3rem;
    width: 67px;
    height: 67px;
    background-color: rgba(0, 0, 0, .21);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_p_c {
    width: 53px;
    height: 53px;
    background-color: rgba(0, 0, 0, .21);
    transition: all .3s;
    border: solid 1px #eeeeee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



@media(max-width:800px) {

    .dp_item {
        width: 100%;
        margin-right: 0;
    }

    .hpb_item {
        width: 48%;
    }

    .hp_a .cp_act .s16 {
        width: 90%;
        margin: 0 auto;
        margin-top: .25rem;
    }

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

    .hp_logo {
        width: 48%;
        margin-right: 0;
    }

    .cp_a {
        flex-wrap: wrap;
    }

    .cp_item {
        flex-wrap: wrap;
    }

    .cp_a_item {
        margin-bottom: .35rem;
    }

    .cp_left,
    .cp_right,
    .cp_a_item {
        width: 100%;
    }

    .cp_right {
        padding: .3rem .3rem !important;
    }
}




.v-a {
    position: fixed;
    left: 50%;
    top: 110%;
    transform: translate(-50%, 0);
    width: 9.6rem;
    z-index: 999999999;
    transition: all .5s ease-in-out;
    padding: .2rem;
    padding-top: .4rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.v-a * {
    box-sizing: border-box;
}

.v-a.show {
    top: 50%;
    transform: translate(-50%, -50%);
}

.v-a.show .v-e {
    visibility: visible;
}

.v-a.show .v-f {
    display: block;
}

.v-b {
    width: 100%;
    background-color: #000;
}

.v-c {
    display: block;
    width: .4rem;
    height: .4rem;
    font-size: .3rem;
    text-align: center;
    line-height: .4rem;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10000;
}

.v-e {
    visibility: hidden;
    width: 100%;
    width: 100%;
    height: 5.4rem;
}

.v-f {
    display: none;
    width: 100%;
}

@media(max-width: 900px) {
    .v-c {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 0;
        font-size: 20px;
    }

    .v-a {
        width: 100%;
        padding-top: 30px;
    }

    .v-e {
        width: 100%;
        height: 56.25vw;
    }

    .v-f {
        width: 100%;
    }
}


.blog_wrap {
    margin-top: 1rem;
}


.blog_item {
    display: flex;
    margin-bottom: .5rem;
    transition: all .3s;
}

.blog_item:hover {
    transform: translateY(-10px);
    transition: all .5s;
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 5%);
}

.blog_contianer {
    padding: 0 5%;
    padding-bottom: 1.5rem;
}


.blog_img {
    width: calc((526 / 1184) * 100%);
    overflow: hidden;
}

.blog_img img {
    width: 100%;
    transition: all .5s;
}

.blog_item:hover .blog_img img {
    transition: all .5s;
    transform: scale(1.2);

}


.blog_left {
    padding: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((659 / 1184) * 100%);

}

.blog_p .s21 {
    color: #000000;
    font-family: HarmonyOS_Sans_Bold;

}

.blog_p .s16 {
    font-family: HarmonyOS_Sans_Medium;

    color: #222222;
    margin-top: .15rem;
}

.blog_p {
    margin-bottom: .2rem;
}

.blog_date p {
    display: inline-block;
    border-top: 1px solid #e5e5e5;
    padding-top: .1rem;
}

@media(max-width: 800px) {

    .blog_left,
    .blog_img {
        width: 100%;
    }

    .blog_p .s21 {
        margin-bottom: .2rem;
    }

    .blog_p {
        margin-bottom: .35rem;
    }


    .blog_item {
        flex-wrap: wrap;
    }
}


.comment_logo_top {
    text-align: center;
}

.comment_logo_top img {
    width: 1.3rem;
}

.comment_logo_top .s24 {
    color: #999999;
    margin-top: .3rem;
}


.comment_container {
    padding-top: .5rem;
    padding-bottom: .7rem;
}

.comment_avatar {
    width: 1rem;
}

.comment {
    display: flex;
    padding-bottom: .25rem;
    border-bottom: 1px solid #eeeeee;
    padding-top: .25rem;
}

.commment-name {
    flex: 1;
    padding-left: .25rem;
}

.commment-name .s18 {
    font-family: HarmonyOS_Sans_Bold;
    color: #000000;

}

.commment-name .s14 {
    font-family: HarmonyOS_Sans_Medium;
    color: #333333;
    line-height: 1.4;
    margin-top: .25rem;
    margin-bottom: .35rem;
}

.comment_list {
    padding-top: .7rem;
}

.commment-name .s12 {
    color: #999999;
}

.post_comments_wrap {
    background-color: #f6f6f6;
}

.post_comments {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.pm_a .s30 {
    font-family: HarmonyOS_Sans_Bold;
    color: #000000;
    font-weight: bold;
}

.pm_a .s16 {
    font-family: HarmonyOS_Sans_Medium;
    color: #666666;
    margin-top: .2rem;
}

.pm_tect {
    margin-top: .45rem;
}

.pm_tect p {
    font-family: HarmonyOS_Sans_Medium;
    color: #000000;
    margin-bottom: .1rem;
}

.pm_tect textarea {
    width: 100%;
    min-height: 235px;
    background-color: #ffffff;
    border: none;
}

.pm_deep {
    display: flex;
    margin-top: .3rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.pm_p {
    margin-bottom: .1rem;
}

.pm_p span:nth-child(1) {
    font-family: HarmonyOS_Sans_Medium;
    color: #000000;
}

.pm_p span:nth-child(2) {
    color: #d60101;
}

.pm_input_item input {
    width: 4.58rem;
    height: .77rem;
    background-color: #ffffff;
}

.pm_input_item {
    margin-right: .25rem;
}

.pm_upload .whi_send {
    margin-top: 0;
}

.pm_upload .whi_send button {
    padding: 0;
    width: .84rem;
    height: .77rem;
    background-color: #ffffff;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pm_upload .whi_send button img {
    width: 21px;
}

.whi_send img {
    width: 8px;
    transform: translateY(-1px);
}

.pm_upload {
    display: flex;
    align-items: center;
}

.pm_upload .s18 {
    margin-left: .15rem;
    font-family: HarmonyOS_Sans_Medium;
}

.pmf_btn {
    margin-top: .45rem;
}

.pmf_btn button {
    display: block;
    margin: 0 auto;
    color: #000;
    background-color: transparent;
    padding: .15rem .35rem;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 30px;
    transition: all .5s;
}

.pmf_btn button:hover {
    transition: all .5s;
    color: #fff;
    background-color: #0bf9fe;
    border: 1px solid #0bf9fe;

}


@media(max-width: 800px) {
    .ae_con {
        background-position: 59% 74%;
        background-size: 190%;
    }

    .nav_swiper .swiper-slide {
        width: 20.333%;
    }

    .nav_swiper_nav {
        width: 100%;
        padding: 0 15px;
    }
    
    .nav_s_btn{left: -15px;}
    .nav_s_next.nav_s_btn{right: -15px;}

    .server_link {
        display: none;
    }

    .pm_upload {
        margin-top: .25rem;
    }

    .pm_input_item {
        margin-top: .25rem;
    }
}


.aar_title p {
    font-family: HarmonyOS_Sans_Bold;
}


.hd-so {
    position: relative;
}

.so-box {
    display: none;
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 5rem;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.so-box .inp {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* color: #fff; */
    padding-left: 50px;
    background: 0 0
}

.so-box .sub {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: url(../images/search_logo_k.png) no-repeat left center;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    font-size: 0;
    border: none
}

.SearchBtn.open {
    background: transparent url(../images/exit.png) no-repeat center !important;
}

.hd-bot2 {
    position: fixed;
    top: 50px;
    background: rgba(0, 0, 0, .87);
    width: 100%;
    left: 0;
    height: calc(100vh - 50px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    display: none
}

.so-box-m {
    height: 77px;
    position: relative;
    display: block;
    width: 100%
}

.so-box-m .inp {
    position: absolute;
    height: 40px;
    padding-left: 22px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #292929;
    left: 20px;
    width: calc(100% - 40px);
    top: 50%;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    border: none;
    font-size: 14px;
    color: #fff;
    z-index: 1
}

.so-box-m .btn-close {
    width: 40px;
    height: 40px;
    background: url(../images/exit.png) no-repeat center center/18px auto;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    border: none;
    font-size: 0
}

.bab_img {
    margin-bottom: .35rem;
    margin-left: .2rem;
}


.foot_hid.footer_container .ft_act {
    display: none;
}

.foot_hid.footer_container .fy_email {
    display: none;
}


.apb_img_wrap {
    position: relative;
    min-height: 6.5rem;
}

.apb_img_wrap img {
    width: 100%;
    height: auto;
}
.apb_img_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apb_ligo_list {
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    align-items: center;
    padding-bottom: .4rem;
}

.all_logo {
    display: flex;
    align-items: center;
}
.all_logo img {
    max-width: .8rem;
    min-width: .2rem;
    margin-right: .15rem;
}
.all_logo .s18 {
    font-family: Poppins-Regular;
    color: #ffffff;
}

.fy_email .s16 {
    color: rgba(255, 255, 255, .5);
    margin-left: .2rem;
}

.hp_point_wrap {
    position: relative;
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
}
.ph_point_a {
    position: absolute;
    cursor: pointer;
}
.message_pop {
    display: flex;
    align-items: center;
    min-width: 2.03rem;
    justify-content: center;
    padding: .15rem;
    padding-bottom: .3rem;
    background-size: 100% 100%;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 100%;

    transform: scale(0);
    transform-origin: left bottom;
    transition: all .3s;
    z-index: 99;
}
.message_act p {
    font-family: HarmonyOS_Sans;
    color: #222222;
    line-height: 1.2;
    word-break: keep-all;
    white-space: nowrap;
}
.ph_point_a:hover .message_pop {
    transform: scale(1);
    transition: all .3s;
}
.ph_point_a:hover .ph_point_item img {
    display: none;
}
.ph_point_a:hover .ph_point_item img.active {
    display: block;
}
.hp_point_p p {
    font-family: HarmonyOS_Sans_Light;

    color: #222222;
}

.message_pop img {
    width: .5rem;
    margin-right: .1rem;
}
.ph_point {
    width: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ph_point_item {
    width: 15px;
    height: 15px;
}
.ph_point_item img {
    width: 15px;
    height: 15px;
}
.ph_point_item img.active {
    display: none;
}
.ae_con {
    position: relative;
}
.ae_map_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ae_item.about_wrap {
    position: relative;
    z-index: 2;
}
.nav_slide_item {
    /* margin-bottom: .15rem; */
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: .6;
}
.nav_slide_item:hover {
    opacity: 1;
}
.nav_s_btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: .2rem;
}
@media(max-width: 800px) {
    .pp_item .s14 {
        font-size: 16px;
    }
    .pp_item .iconfont {
        font-size: 24px;
    }
    .pws_right .fy_list a {
        width: 45px;
        height: 45px;
    }
    .pws_right .fy_list a .icon {
        font-size: 28px;
    }
    .news_b_list {
        padding: 0 .2rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .data-header-pc-1 .logoBox img {
        max-width: 120px;
    }
    .SmallHeader .data-header-pc-1 .logoBox img {
        max-width: 100px;
    }
    .hai_p .s45 {
        /* font-size: 22px; */
    }
    .hai_p .s18 {
        font-size: 13.8px;
    }
    .ft_title .s20 {
        font-size: 14.4px;
    }
    .hai_p {
        margin-bottom: .7rem;
    }
}
.srcollkood .pws_right {
    opacity: 0;
    /* position: absolute; */
}
.hs_mobile,
.pl_mobile_banner {
    width: 100%;
    display: none;
    height: 100vh;
}
.hs_mobile img,
.pl_mobile_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hs_mobile video,
.pl_mobile_banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apb_img_video_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apb_img_video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apb_act_p {
    position: absolute;
    top: 30%;
    left: 2%;
    transform: translateY(-50%) rotateZ(90deg);
}
.apb_act_p p {
    font-family: Poppins-SemiBold;
    color: #ffffff;
    font-weight: bold;
}
.apb_act_p p:nth-child(2) {
    padding-left: 40%;
}
@media(max-width: 800px) {
    .ad_img_wrap {
        flex-wrap: wrap;
    }
    .apb_img_wrap .apb_img_video_wrap img {
        height: 100%;
        object-fit: cover;
        min-height: 6rem;
    }
    .apb_ligo_list {
        width: 100%;
    }
    .cp_c_img {
        height: 6rem;
    }
    .cp_c_img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .all_logo {
        flex-direction: column;
        align-content: center;
        width: 30%;
    }
    .all_logo p {
        text-align: center;
        margin-top: .1rem;
    }
    .hs_mobile,
    .pl_mobile_banner {
        display: block;
    }
    .hs_item,
    .pl_banner_act,
    .pl_banner_img {
        display: none;
    }
    .apb_ligo_list {
        bottom: .5rem;
    }
    .all_logo img {
        height: 30px;
        width: auto;
        margin-right: .15rem !important;
    }
}
.about_c {
    padding-top: .5rem;
}
.trans {
    width: 30px;
    height: 30px;
    background-size: cover !important;
}
.goog-te-gadget-simple {
    width: 30px;
    height: 30px;
}
.goog-te-menu-frame.skiptranslate {
    width: 100% !important;
    max-width: 100% !important;
    /* height: auto !important; */
    overflow-x: auto !important;
    opacity: 0 !important;
    z-index: 0 !important;
}
.goog-te-menu2 {
    width: 100% !important;
    overflow: auto !important;
}
/* 新加css */
.search-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
.search-top .s29 {
    font-family: HarmonyOS_Sans;
    font-weight: bold;
    color: #000000;
    margin-bottom: .15rem;
}
.search-wrap {
    width: 13.73rem;
    margin: 0 auto;
}
.search-top .s19 {
    font-family: HarmonyOS_Sans;
    color: #000000;
}
.search-input-wrapper {
    background-color: #e8e8e8;
    padding: .15rem 0;
    margin-top: .25rem;
}
.search-input-item {}
.sb_wrap {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: .1rem;
    flex: 1;
}
.search-input-item form button {
    /* margin-left: .5rem; */
    width: 20px;
    height: 20px;
    border: none;
    display: block;
    padding: 0;
    background-color: transparent;
    margin-right: .15rem;
}
.search-input-item form button img {
    width: 100%;
    height: 100%;
}
.search-input-item form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.search-input-item form input {
    height: 30px;
    flex: 1;
}
.search-input-item form input:focus {
    background-color: transparent;
}
.seearch-item-down a {
    font-family: HarmonyOS_Sans;
    /* font-weight: bold; */
    color: #8f9092;
    padding: .08rem .3rem;
    border-radius: 25px;
    border: solid 1px #8a8b8d;
    transition: all .3s;
}
.searck-link-wrap {
    display: flex;
    justify-content: center;
}
.search-item {
    width: calc(328/ 1373 *100%);
    transition: all .3s;
    margin-right: .18rem;
    margin-bottom: .4rem;
}
.serach-list {
    display: flex;
    margin-top: .5rem;
    flex-wrap: wrap;
}
.seearch-item-down .s16 {
    font-family: HarmonyOS_Sans;
    line-height: 1.4;
    color: #000000;
    margin-bottom: .2rem;
}
.seearch-item-down {
    padding: .15rem;
}
.search-item-img {
    /* height: 2.57rem; */
}
.search-item:nth-child(4n) {
    margin-right: 0;
}
.search-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-item:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}
.search-item:hover .searck-link-wrap a {
    background-color: #0bf9fe;
    /* border: none; */
    color: #ffffff;
    transition: all .3s;
    border-color: #0bf9fe;
}
@media(max-width:1400px) {
    .search-wrap {
        width: 90%;
    }
}
@media(max-width:800px) {
    .search-item {
        width: 48%;
        margin-right: 0;
    }
    .search-item-img {
        /* height: 3.5rem; */
    }
    .serach-list {
        justify-content: space-between;
    }
}
.so-box {
    overflow: visible !important;
}
.so-box .layui-form-item {
    position: absolute;
    right: 100%;
    z-index: 6;
    /* position: relative; */
    /* margin-left: auto; */
    right: 100%;
    margin-left: 0;
    width: 241px;
}
.so-box .layui-form-item .layui-input-block {
    margin-left: 0;
    display: flex;
    align-items: center;
}
.so-box .layui-form-radioed>i {
    color: #0bf9fe;
}
.so-box .layui-form-radioed {
    color: #0bf9fe;
    display: flex;
    align-items: center;
}
.so-box .layui-form-radio {
    /* color: #0bf9fe; */
    display: flex;
    align-items: center;
}
.so-box .layui-form-radio:hover * {
    color: #0bf9fe;
}
.so-box-m .layui-form-item .layui-input-block {
    margin-left: 0;
    width: 80%;
    margin: 0 auto;
}
.so-box-m .layui-form-radioed>i {
    color: #0bf9fe;
}
.so-box-m .layui-form-radioed {
    color: #0bf9fe;
}
.so-box-m .layui-form-radio div {
    color: #fff;
}
.so-box-m .layui-form-radio:hover * {
    color: #0bf9fe;
}
.so-box-m {
    height: 120px;
}
.search-input-item .layui-form-radioed>i {
    color: #0bf9fe;
}
.search-input-item .layui-form-radioed {
    color: #0bf9fe;
}
.search-input-item .layui-form-radioed>i font font {
    border-radius: 50%;
}
.search-input-item .layui-form-radioed {
    color: #0bf9fe;
}
/* 
.search-input-item .layui-form-radio div {
    color: #000;
} */
.search-input-item .layui-form-radio:hover * {
    color: #0bf9fe;
}
.search-input-item .layui-form-item {
    margin: 0;
}
.search-wrapper .layui-input-block {
    margin-left: 0;
    display: flex;
    align-items: center;
}
.search-wrapper .layui-form-radio {
    margin-top: 0;
    display: flex;
    align-items: center;

}
.search-wrapper .layui-anim.layui-icon {
    font-size: 18px;
}
.so-box .layui-form-radio>i {
    font-size: 18px;
}
.banner-video-wrap {
    position: relative;
}
.banner-video-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
}
.banner-video-btn img.active {
    display: none;
}
.banner-video-btn.active img.active {
    display: block;
}
.banner-video-btn.active img {
    display: none;
}
@media(max-width:800px) {
    .search-input-item .layui-form-item {
        width: 100%;
    }
    .search-input-item form button {
        margin-left: 0;
    }
}
/* .pl_banner .ban600 {
    height: auto;
    position: relative;
    padding-top: 21.875%;
}
.pl_banner .ban600 img {
    position: absolute;
    left: 0;
    top: 0;
}

.pl_mobile_banner .ban600 {
  height: 30vh;
} */

.pl_banner_img.ban600 {
  height: auto;
  position: relative;
  padding-top: 21.875%;
}
.pl_banner_img.ban600 img {
  position: absolute;
  left: 0;
  top: 0;
}

.pl_mobile_banner.ban600 {
  height: 30vh;
}

.w1100 {
    width: 11rem;
    margin: 0 auto;
    max-width: 90%;
}

.ctc-1 {
    padding-top: 1.02rem;
    font-family: HarmonyOS_Sans_Medium;
}
.ctc-1 .tt {
    color: #777;
    text-align: center;
    margin-top: 0.04rem;
}
.ctc-1 .form {
    margin-top: 0.47rem;
    padding: 0 1.35rem;
}
.ctc-1 .ft span {
    color: #d80707;
}
.ctc-1 .fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ctc-1 .fi {
    width: 48.9156626506%;
    margin-bottom: 0.22rem;
}
.ctc-1 .fi.ww100 {
    width: 100%;
}
.ctc-1 .f-inp {
    margin-top: 0.1rem;
}
.ctc-1 .f-inp .ip {
    width: 100%;
    height: 0.36rem;
    min-height: 30px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #555;
    padding: 0 0.1rem;
}
.ctc-1 .f-code {
    display: flex;
}
.ctc-1 .f-code .ip {
    width: 2.6rem;
    height: 0.36rem;
    min-height: 30px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #555;
    padding: 0 0.1rem;
    margin-right: 0.1rem;
}
.ctc-1 .f-code .co {
    height: 0.36rem;
    min-height: 30px;
}
.ctc-1 .fbtn {
    min-width: 1rem;
    height: 0.35rem;
    min-height: 30px;
    background-color: #282828;
    color: #fff;
    border-radius: 5px;
    border: none;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.2rem;
    margin-top: 0.2rem;
    transition: all 0.3s;
}
.ctc-1 .fbtn:hover {
    background-color: #0bf9fe;
    transition: all 0.3s;
}
.ctc-1 .file-lists {
    margin-bottom: 0.2rem;
}
.ctc-1 .file-top {
    display: flex;
    align-items: center;
}
.ctc-1 .file-top .btn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    padding: 0.1rem 0.4rem;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: solid 1px #d3d3d3;
    position: relative;
    transition: all 0.3s;
}
.ctc-1 .file-top .btn:hover {
    color: #666;
    background-color: #fff;
    border: solid 1px #333;
    transition: all 0.3s;
}
.ctc-1 .file-top .bt {
    color: #999;
    margin-left: 0.27rem;
}
.ctc-1 .file-top .ic {
    height: 1.1875em;
    margin-right: 0.1rem;
    color: #222;
}
.ctc-1 .file-top .f-file {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.ctc-1 .file-li {
    position: relative;
}
.ctc-1 .file-li:hover {
    background-color: #eee;
}
.ctc-1 .file-li:hover .fl-clean {
    opacity: 1;
    transition: opacity 0.3s;
}
.ctc-1 .file-li .aa {
    display: flex;
    align-items: center;
    padding: 0.12rem 0.1rem;
}
.ctc-1 .file-li .ic {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    background-image: url(../picture/16553721343966663.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ctc-1 .file-li .ii {
    width: 1em;
    height: 1em;
}
.ctc-1 .file-li .sp {
    margin-left: 1em;
    text-decoration: underline;
}
.ctc-1 .file-li .fl-clean {
    position: absolute;
    top: 50%;
    right: 0.2rem;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-image: url(../picture/guanbi.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}
@media (max-width: 800px) {
    .ctc-1 .fi {
        width: 100%;
    }
    .ctc-1 .form {
        padding: 0;
    }
}

.ctc-2 {
    padding-top: 0.95rem;
}
.ctc-2 .list {
    display: flex;
    margin-top: 0.3rem;
}
.ctc-2 .li {
    width: 32.2727272727%;
    margin-right: 1.6363636364%;
}
.ctc-2 .li:nth-child(3n) {
    margin-right: 0;
}
.ctc-2 .ii {
    height: 1em;
}
.ctc-2 .aa {
    display: block;
    background-color: #f6f6f6;
    border-radius: 0.1rem;
    min-height: 2.3rem;
    height: 100%;
    padding: 0.7rem 0.3rem;
    padding-bottom: 0.2rem;
    text-align: center;
    color: #222;
}
.ctc-2 .tt {
    margin-top: 0.29rem;
}
@media (max-width: 800px) {
    .ctc-2 .list {
        flex-wrap: wrap;
    }
    .ctc-2 .li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.ctc-3 {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}
.ctc-3 .list {
    margin-top: 0.36rem;
}
.ctc-3 .li {
    margin-bottom: 0.3rem;
}
.ctc-3 .li:last-child {
    margin-bottom: 0;
}
.ctc-3 .dd {
    background-color: #f6f6f6;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    padding: 0.4rem 0;
    color: #222;
}
.ctc-3 .icon {
    /* padding: 0.15rem 1.5rem; */
    /* border-right: 1px solid rgba(0, 0, 0, 0.25); */

		width: 30.9090909091%;
		padding: 0.15rem 0;
		border-right: 1px solid rgba(0, 0, 0, 0.25);
		flex-shrink: 0;
		text-align: center;
}
 
.ctc-3 .tt {
    padding-left: 0.3rem;
    padding-right: 1.2rem;
    line-height: 1.5;
}
@media (max-width: 800px) {
    .ctc-3 .icon {
        width: 25%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
		.ctc-3 .tt {
			padding-right: 0.3rem;
		}
		.ctc-3 .ii {
			width: 1em;
		}
}

.sa-main{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center; min-height: .64rem; margin-top: .65rem;border-top: 1px solid #cccccc;}
.sa-lt{font-size: 0;}
.sa-rt{font-size: 0;}
.sa-selectbox{display: inline-block;position: relative;text-align: left;padding: .1rem 0;}
.sa-tip{display: inline-block;vertical-align: middle;padding-right: .1rem;color: #6e6e73;line-height: 1.5; }
.sa-select{display: inline-block;vertical-align: middle;}

.selectbox{width: 100%;}
.select-tip{width: 100%;display: block;cursor: pointer;position: relative;padding-right: .4rem;}
.select-tip:after{transform: rotate(0);transition: all ease .5s; content: "";position: absolute;right: 0;top: 0;z-index: 1;width: .4rem;height: 100%;background-image: url('../images/sa1.png');background-size: .15rem auto;background-position: center center;background-repeat: no-repeat;}
.select-cur{display: block; width: 100%;line-height:1.5;color: #6e6e73;font-weight: bold; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.select-sub{display: none;z-index: 98;position: absolute;top: 100%;right: 0;min-width: 100%;background-color: #fff;border: 1px solid #e5e5e5;border-radius: .1rem;}
.select-cont{width: 100%;padding: .15rem .25rem;}
.select-item{display: block;cursor: pointer; width: 100%;white-space: nowrap; line-height: 1.5;padding: .1rem  0;color: #6e6e73; }
.select-item:hover{color: #1d1d1f !important; }
.select-item.select{color: #1d1d1f;}
.selectbox.show {z-index: 28;}
.selectbox.show .select-tip:after{transform: rotate(-180deg);}
.selectbox.show .select-sub{display: block;}
.selectbox.active .select-cur{color: #1d1d1f;}


